.loader {
    margin: 40px auto;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    -webkit-animation: loading 1.1s infinite ease;
            animation: loading 1.1s infinite ease;
    transform: translateZ(0);
}

@-webkit-keyframes loading {
    0%,
    100% {
        box-shadow: 0 -2.6em 0 0 #000000, 1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2), 2.5em 0 0 0 rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 0, 0.2), 0 2.5em 0 0 rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.2), -2.6em 0 0 0 rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.7);
    }
    12.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0 #000000, 2.5em 0 0 0 rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 0, 0.2), 0 2.5em 0 0 rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.2), -2.6em 0 0 0 rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.5);
    }
    25% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0 rgba(0, 0, 0, 0.7), 2.5em 0 0 0 #000000, 1.75em 1.75em 0 0 rgba(0, 0, 0, 0.2), 0 2.5em 0 0 rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.2), -2.6em 0 0 0 rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2);
    }
    37.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0 rgba(0, 0, 0, 0.5), 2.5em 0 0 0 rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0 #000000, 0 2.5em 0 0 rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.2), -2.6em 0 0 0 rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2);
    }
    50% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2), 2.5em 0 0 0 rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0 rgba(0, 0, 0, 0.7), 0 2.5em 0 0 #000000, -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.2), -2.6em 0 0 0 rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2);
    }
    62.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2), 2.5em 0 0 0 rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 0, 0.5), 0 2.5em 0 0 rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0 #000000, -2.6em 0 0 0 rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2);
    }
    75% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2), 2.5em 0 0 0 rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 0, 0.2), 0 2.5em 0 0 rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.7), -2.6em 0 0 0 #000000, -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2);
    }
    87.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2), 2.5em 0 0 0 rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 0, 0.2), 0 2.5em 0 0 rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.5), -2.6em 0 0 0 rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0 #000000;
    }
}

@keyframes loading {
    0%,
    100% {
        box-shadow: 0 -2.6em 0 0 #000000, 1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2), 2.5em 0 0 0 rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 0, 0.2), 0 2.5em 0 0 rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.2), -2.6em 0 0 0 rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.7);
    }
    12.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0 #000000, 2.5em 0 0 0 rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 0, 0.2), 0 2.5em 0 0 rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.2), -2.6em 0 0 0 rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.5);
    }
    25% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0 rgba(0, 0, 0, 0.7), 2.5em 0 0 0 #000000, 1.75em 1.75em 0 0 rgba(0, 0, 0, 0.2), 0 2.5em 0 0 rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.2), -2.6em 0 0 0 rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2);
    }
    37.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0 rgba(0, 0, 0, 0.5), 2.5em 0 0 0 rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0 #000000, 0 2.5em 0 0 rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.2), -2.6em 0 0 0 rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2);
    }
    50% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2), 2.5em 0 0 0 rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0 rgba(0, 0, 0, 0.7), 0 2.5em 0 0 #000000, -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.2), -2.6em 0 0 0 rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2);
    }
    62.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2), 2.5em 0 0 0 rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 0, 0.5), 0 2.5em 0 0 rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0 #000000, -2.6em 0 0 0 rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2);
    }
    75% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2), 2.5em 0 0 0 rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 0, 0.2), 0 2.5em 0 0 rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.7), -2.6em 0 0 0 #000000, -1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2);
    }
    87.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0 rgba(0, 0, 0, 0.2), 2.5em 0 0 0 rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 0, 0.2), 0 2.5em 0 0 rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 0, 0.5), -2.6em 0 0 0 rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0 #000000;
    }
}
@charset "UTF-8";

*, a {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: var(--colour_text_body);
}

a:hover {
    color: var(--colour_text_body_hover)
}

*:focus, a:focus,
button:focus {
    outline: none;
}

html,
body {
    font-family: var(--font-name, 'ApercuLight');
    font-size: 14px;
    letter-spacing: 1px;
    background: var(--body-bg);
    color: var(--colour_text_body);
    position: static !important;
    height: -webkit-fill-available;
}

html {
    height: 100vh;
}

.main-container {
    height: 100vh;
    -webkit-fill-available: -webkit-fill-available;
}

body.modal-open .main-container,
body.overflow-hidden .main-container {
    overflow: hidden;
}

.main-container.overflow-hidden .simplebar-content-wrapper {
    overflow: hidden !important;
}

.main-container.overflow-auto .simplebar-content-wrapper {
    overflow: auto !important;
}

#main_wrapper {
    min-height: calc(100vh - var(--large-header) - var(--footer-height) + 20px);
}

.text-decoration-none {
    text-decoration: none !important;
}

.btn {
    color: var(--colour_text_body);
}

.btn:hover {
    color: var(--colour_text_body_hover);
}

.title,
.autorization__title,
.page-title {
    font-size: 1.45rem;
    color: var(--colour_text_title);
    margin-top: 20px;
}

.artist-header__title,
.modal-title-wishlist,
.page-title, .page__title, .about__title, .categorytitle, .autorization__title,
.artist-page__title,
.modal-title {
    font-size: 1.45rem;
}

.artist-header__title,
.modal-title-wishlist,
.page-title, .page__title, .about__title, .categorytitle, .autorization__title,
.artist-page__title,
.modal-title,
.page-sub-title {
    color: var(--colour_text_title);
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.page-sub-title {
    font-size: 1.25rem;
}

.overflow-hidden {
    overflow: hidden;
}

.select-box {
    font-size: 1.2rem;
    border-color: var(--colour_text_body) !important;
    cursor: pointer;
    height: 43px;
    border-radius: 0;
    color: var(--colour_text_body);
    background-color: transparent;
}

.select-box-container::after {
    content: '\e819';
    font-family: 'fontello';
    font-size: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--colour_text_body);
    right: 8px;
    z-index: 10;
}

select,
select:focus,
select.form-control:focus,
select:disabled,
select.form-control:disabled {
    padding: 5px 27px 5px 10px !important;
    border: 1px solid var(--colour_text_body);
    color: var(--colour_text_body);
    text-overflow: ellipsis;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    position: relative;
    z-index: 10;
    background: transparent;
}

select.form-control:disabled {
    cursor: unset;
}

select option {
    background: var(--body-bg);
    color: var(--colour_text_body);
}

.small-text {
    font-size: 0.8rem;
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler-icon {
    border-top: 2px solid var(--colour_text_header);
    border-bottom: 2px solid var(--colour_text_header);
    position: relative;
    width: 1.5em;
    height: 1.1em;
}

.navbar-toggler-icon::before {
    content: '';
    border-bottom: 2px solid var(--colour_text_header);
    width: calc(100% - 3px);
    margin-left: auto;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.navbar-toggler {
    align-self: center;
}

input[name="categories"] + label > span {
    color: #7d7d7d;
}

@media all and (max-width: 767px) {
    html,
    body {
        font-size: 12px;
    }
}

@media all and (max-width: 567px) {
    .navbar-toggler {
        padding: 0;
    }
}

.gray-button {
    background: #cbcbcb;
    transition: all .3s;
}

.gray-button:hover {
    background: #bebebe;
}

.subscribe__btn, .product__btn,
.product-btn-group__btn,
.form-container__btn,
.article__info__btn,
.bold-btn,
.bold-btn:disabled,
.btn-block-outline {
    border: 1px solid var(--colour_button_border);
    background: var(--colour_button_normal);
    color: var(--colour_button_normal_text);
    transition: all .5s;
}

.subscribe__btn:active, .product__btn:active,
.product-btn-group__btn:active,
.form-container__btn:active, .article__info__btn:active,
.bold-btn:active,
.btn-block-outline:active {
    background: var(--colour_button_pressed);
    color: var(--colour_button_pressed_text)
}

.bold-btn-outline {
    background: var(--white);
    border: 1px solid var(--colour_button_normal);
    color: var(--colour_button_normal);
    transition: all .5s;
    padding: 10px 20px;
}

@media (pointer: fine) {
    .subscribe__btn:not(:disabled):hover,
    .product__btn:not(:disabled):hover,
    .product-btn-group__btn:not(:disabled):hover,
    .form-container__btn:not(:disabled):hover, .article__info__btn:not(:disabled):hover,
    .bold-btn:not(:disabled):hover,
    .btn-block-outline:not(:disabled):hover {
        background: var(--colour_button_hover);
        color: var(--colour_button_hover_text)
    }

    .bold-btn-outline:not(:disabled):hover {
        background: var(--white);
        border: 1px solid var(--colour_button_hover);
        color: var(--colour_button_hover);
        transition: all .5s;
    }
}

.error {
    font-size: 12px;
    top: 100%;
    margin: 0;
    line-height: 1.2;
}

#subscription_error {
    top: 75%;
}

.container-margin {
    margin-top: 20px;
}

.pe-7s-close.fz-50 {
    font-size: 50px;
}

.autorization {
    border: 1px solid rgba(136, 136, 136, 0.5);
    padding: 30px;
}

/*checkbox*/
.contact-information label .checkbox-container {
    margin-right: 7px;
    border: 1px solid var(--colour_text_body);
    width: 15px;
    height: 15px;
}

.contact-information.disabled .checkbox-container,
.contact-information.disabled .form-check-label {
    opacity: 0.4;
    cursor: default;
}

.contact-information label input:checked + .checkbox-container {
    background: #282828
}

.contact-information label .checkbox-container::before {
    content: '';
    display: block;
    height: 9px;
    width: 5px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    position: absolute;
    transform: rotate(45deg);
    top: 1px;
    left: 4.5px;
}

.contact-information label input:checked + .checkbox-container::before {
    border-bottom: 2px solid var(--body-bg);
    border-right: 2px solid var(--body-bg);
}

.input-container input, .input-container textarea {
    padding: 20px 10px;
    border-color: var(--colour_text_body) !important;
    font-size: 1rem;
}

.input-container input, .input-container textarea,
.input-container input:focus,
.input-container textarea:focus {
    color: var(--colour_text_body);
    background: var(--body-bg);
}

.input-container input::-moz-placeholder, .input-container textarea::-moz-placeholder {
    color: var(--colour_text_body);
    opacity: 0.5;
}

.input-container input::placeholder,
.input-container textarea::placeholder {
    color: var(--colour_text_body);
    opacity: 0.5;
}

.bold-btn,
.btn-block-outlin {
    padding: 10px 20px;
    transition: all .5s;
}

.dropdown-toggle::after {
    content: '\e819';
    font-family: 'fontello';
    border: none;
    font-size: 6px;
}

.grecaptcha-badge {
    display: none !important;
}

.account-information-modal.modal-dialog {
    width: 55%;
    max-width: 80%;
}

.modal-dialog .modal-content {
    background: var(--body-bg);
}

.modal .close {
    color: var(--colour_text_body)
}

.account-information-modal.add-address.modal-dialog {
    width: 55%;
    cursor: unset;
    height: unset !important;
    min-height: 100vh;
}

.account-information-modal.modal-dialog .modal-title {
    padding: 20px;
}

.address-list-name {
    color: #6e6969;
    margin-right: 5px;
}

.close-btn {
    top: 0;
    right: 0;
    font-size: 40px;
}

@media all and (max-width: 1100px) {
    .account-information-modal.add-address.modal-dialog,
    .account-information-modal.modal-dialog {
        width: 790px;
        max-width: 100%;
    }
}

@media all and (max-width: 767px) {
    .account-information-modal.modal-dialog {
        max-width: 100%
    }

    .account-information-modal.add-address.modal-dialog,
    .account-information-modal.modal-dialog {
        width: 100%;
    }

    .account-information-modal.modal-dialog {
        margin: 0;
    }

    .profile-tab.nav-tabs .nav-item {
        margin: 20px 5px;
    }
}

@media all and (max-width: 567px) {
    .contact__subtitle {
        margin-top: 10px;
    }
}

iframe html body ._2tga._8j9v {
    height: 74px;
}

@media all and (max-width: 330px) {
    .error {
        font-size: 11px;
        line-height: 1.1;
    }
}

.chaport-container.chaport-container-positioned {
    bottom: 4.5rem !important;
}

.delete-item-modal-image {
    max-height: 50vh;
    -o-object-fit: contain;
       object-fit: contain;
}

#delete_item_img {
    max-height: 40vh;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

.bio-image {
    max-height: 400px;
    -o-object-position: top center;
       object-position: top center;
    -o-object-fit: contain;
       object-fit: contain;
}

.tooltip {
    z-index: 100
}

.simplebar-mask {
    position: unset
}

#goog-gt-tt {
    display: none !important;
}

@media all and (min-width: 567px) {
    .flex-grow-sm-1 {
        flex-grow: 1;
    }
}

.border-bottom,
.border-top,
.border {
    border-color: var(--colour_text_body) !important;
}

@font-face {
    font-family: 'fontello';
    src: url(/fonts/fontello.eot?bfb356659dd203b8faf0dd00e81b810a);
    src: url(/fonts/fontello.eot?bfb356659dd203b8faf0dd00e81b810a#iefix) format("embedded-opentype"),
    url(/fonts/fontello.woff2?3e837614d4d913e986a1f1790de0dc9d) format("woff2"),
    url(/fonts/fontello.woff?c969908df6cdb00208b297779ad17b0c) format("woff"),
    url(/fonts/fontello.ttf?2323ca09e6d70498110ca2c8bf6e6860) format("truetype"),
    url(/fonts/fontello.svg?a070b4b8fc4bbad3c35248dc6a767782#fontello) format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none; /* fix buttons height, for twitter bootstrap */
    line-height: 1em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */
    margin-left: .2em; /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-warning:before { content: '\e800'; } /* '' */
.icon-print:before { content: '\e801'; } /* '' */
.icon-pencil:before { content: '\e802'; } /* '' */
.icon-mail:before { content: '\e803'; } /* '' */
.icon-docs:before { content: '\e804'; } /* '' */
.icon-phone:before { content: '\e805'; } /* '' */
.icon-right:before { content: '\e806'; } /* '' */
.icon-file-pdf-1:before { content: '\e807'; } /* '' */
.icon-heart:before { content: '\e808'; } /* '' */
.icon-upload:before { content: '\e809'; } /* '' */
.icon-shopping-cart-empty-side-view:before { content: '\e80a'; } /* '' */
.icon-pen:before { content: '\e80b'; } /* '' */
.icon-user_4:before { content: '\e80c'; } /* '' */
.icon-eye_close:before { content: '\e80d'; } /* '' */
.icon-view:before { content: '\e80e'; } /* '' */
.icon-twitter:before { content: '\e80f'; } /* '' */
.icon-youtube:before { content: '\e810'; } /* '' */
.icon-pinterest:before { content: '\e811'; } /* '' */
.icon-instagram:before { content: '\e812'; } /* '' */
.icon-facebook:before { content: '\e813'; } /* '' */
.icon-search-interface-symbol_1:before { content: '\e814'; } /* '' */
.icon-cancel_1:before { content: '\e815'; } /* '' */
.icon-reload:before { content: '\e816'; } /* '' */
.icon-linkedin:before { content: '\e817'; } /* '' */
.icon-file-pdf:before { content: '\f1c1'; } /* '' */
.icon-arrow:before { content: '\e819'; } /* '' */
.icon-lenguage:before { content: '\e81b'; } /* '' */
.icon-vector_stroke:before { content: '\e818'; } /* '' */
.icon-chat-pash:before { content: '\e81c'; } /* '' */
.icon-details-pash:before { content: '\e81d'; } /* '' */
.icon-email-pash:before { content: '\e81e'; } /* '' */
.icon-whatsapp-pash:before { content: '\e81f'; } /* '' */
.icon-call-pash:before { content: '\e820'; } /* '' */
.icon-instagram-pash:before { content: '\E821'; } /* '' */






@charset "UTF-8";

@font-face {
    font-family: 'ApercuLight';
    src: url(/fonts/ApercuLight.eot?2c5080b2594057f1528b625479cb0edf);
    src: local("Ôÿ║"), url(/fonts/ApercuLight.woff?2ccdc7279783c1beaa8ce61384cda8a1) format("woff"), url(/fonts/ApercuLight.ttf?75fecfc4e6d2747f5603b63b56290754) format("truetype"), url(/fonts/ApercuLight.svg?6dd02053e5c0fe52d1bf5dbe1e01e0ca) format("svg");
    font-weight: normal;
    font-style: normal;
}

.header-menu .nav-item:not(.dropdown)::after {
    display: block;
}

.header-menu {
    background: var(--header-bg);
}

.header-menu .dropdown-menu.show {
    z-index: 1100;
}

.header-menu .dropdown-menu.show .list-group-item {
    border: 1px solid var(--colour_text_menu);
}

.header-menu .dropdown-menu.show .list-group-item,
.header-menu .dropdown-menu.show {
    background: var(--menu-bg);
}

.header-menu .nav-item {
    margin-left: 15px;
}

.header-menu .nav-item .nav-link,
.header-menu .menu__item__link,
.header-menu .dropdown-menu a {
    color: var(--color);
    word-break: break-word;
    white-space: normal;
}

.menu__item__link__icon {
    font-size: 40px;
}

.header-menu .nav-item .nav-link:hover,
.header-menu .menu__item__link:hover,
.header-menu .dropdown-menu a:hover,
.header-menu .nav-item .nav-link.active:hover,
.header-menu .menu__item__link.active:hover,
.header-menu .dropdown-menu a.active:hover {
    color: var(--hover-color);
}

.header-menu .nav-item .nav-link.active,
.header-menu .menu__item__link.active,
.header-menu .dropdown-menu a.active {
    color: var(--active-color);
}

.ss-scroll {
    right: -14px !important;
    margin-left: auto;
    background: #121433;
    width: 4px;
    border-radius: 0;
    opacity: 1 !important;
}

.ss-items-container.max-width {
    max-width: calc(100% - 18px);
}

.sticky_menu_display .header-menu.scroll .nav-item:not(.dropdown)::after {
    content: '';
    width: 100%;
    height: 4px;
    background: transparent;
    position: absolute;
    z-index: 1000;
    bottom: -15px;
    transition: all .5s;
}

.sticky_menu_display .header-menu.scroll .order-lg-1 .nav-item:not(.dropdown):hover::after,
.header-menu .order-lg-1 .nav-item.active:not(.dropdown)::after {
    background: #272727;
}

.sticky_menu_display .header-menu.scroll {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    -webkit-animation: header-animation .5s;
            animation: header-animation .5s;
}

.sticky_menu_display .header-menu.scroll .navbar {
    flex-direction: row;
    align-items: stretch;
}

.sticky_menu_display .header-menu.scroll #languageDropdownSecond {
    right: 0;
    left: auto;
}

.header-menu .navbar {
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-menu .general-logo .logo {
    height: 130px;
    display: block;
    max-width: 80vw;
    -o-object-fit: contain;
       object-fit: contain;
}

.sticky_menu_display .header-menu.scroll .logo {
    width: auto;
    height: 80px;
    max-width: 220px;
    -o-object-fit: contain;
       object-fit: contain;
}

.sticky_menu_display .header-menu.scroll .general-logo {
    display: none;
}

.header-menu .navbar-brand {
    margin-bottom: 20px !important;
}

.sticky_menu_display .header-menu.scroll .navbar-brand {
    margin-bottom: 0 !important;
}

.sticky_menu_display .header-menu.scroll + main {
    padding-top: var(--large-header);
}

@-webkit-keyframes header-animation {
    from {
        top: var(--header-top);
    }
    to {
        top: 0;
    }
}

@keyframes header-animation {
    from {
        top: var(--header-top);
    }
    to {
        top: 0;
    }
}

.header-menu .dropdown-item {
    color: rgba(17, 57, 125, 0.7);
    background: transparent !important;
    font-weight: bold;
}

.header-menu-mobile {
    max-width: 100%;
    height: 100vh;
}

.header-menu-mobile .modal-body > .mobile-menu-items > .nav-item > a,
.header-menu-mobile .modal-body > .mobile-menu-items .dropdown-toggle,
.header-menu-mobile .modal-body > .mobile-menu-items > .nav-item > button {
    font-weight: bold;
    color: var(--colour_text_body)
}

.header-menu-mobile .dropdown-item:hover, .header-menu-mobile .dropdown-item.active {
    color: var(--colour_text_menu);
}

.header-menu-mobile .dropdown-item,
.header-menu-mobile .dropdown-item:hover,
.header-menu-mobile .dropdown-item:focus {
    background: transparent;
    color: var(--colour_text_menu_hover);
}

.header-menu-mobile .modal-body {
    height: calc(100vh - 21px);
}

.caret-container {
    margin-left: 20px !important;
    font-size: 18px;
}

.caret-container::after {
    display: none !important;
}

.navbar-nav {
    flex-grow: 1;
    justify-content: flex-end;
}

.search {
    padding: 20px;
    min-width: 300px;
    width: 500px;
    right: 0;
    left: auto;
    border: 1px solid rgba(0, 0, 0, .15);
    z-index: 1200;
}

.search,
.search-box__input {
    background: var(--menu-bg);
    color: var(--colour_text_menu);
}

.search__close {
    color: #000;
    font-size: 2.2rem;
}

.search__close i {
    color: inherit;
}

.search__close:focus {
    outline: none;
}

.search__input {
    height: 40px;
}

.search__input:focus {
    border-color: #fff;
}

.search__input::-moz-placeholder {
    color: #fff;
}

.search__input::placeholder {
    color: #fff;
}

.search-box {
    color: var(--colour_text_menu);
}

.search-box .btn,
.search-box .contact-information label {
    color: var(--colour_text_menu);
}

.search-box .btn:hover,
.search-box .contact-information label:hover {
    color: var(--colour_text_menu_hover);
    cursor: pointer;
}

.search-result {
    background-color: var(--menu-bg);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    right: 0;
    max-width: 100%;
}

.search-result .products {
    overflow: auto;
    max-height: calc(100vh - var(--header-height) - 80px);
}

.sold {
    background-color: #b50000;
}

.reserved {
    background-color: #0f1d56cc;
}

.empty_cart_message {
    font-size: 15px;
}

.cart-dropdown {
    right: -20px;
    top: 30px;
    left: auto;
    padding: 20px 25px;
    width: 400px;
    max-height: 400px;
}

.cart-dropdown__noItem {
    min-height: 150px;
    min-width: 300px;
}

.cart-dropdown::before {
    content: '';
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #fff;
    display: block;
    position: absolute;
    top: -5px;
    right: 20px;
}

.cart-dropdown__close {
    right: 20px;
    top: 20px;
    font-size: 1.3rem;
}

.cart-dropdown__close:focus {
    outline: none;
}

.cart-sidebar__header {
    padding: 20px;
    background: var(--colour_button_normal);
    width: 400px;
    max-width: 100%;
}

.cart-sidebar__header__title {
    color: var(--colour_button_normal_text)
}

.cart-sidebar__body {
    max-height: calc(100% - 75px);
}

.cart-sidebar__header__btn {
    top: 15px;
    right: 20px;
    font-size: 2.3rem;
    line-height: 1;
    color: var(--colour_button_normal_text)
}

.cart-sidebar__header__btn:hover {
    color: var(--colour_text_menu_hover);
}

.sticky_menu_display .header-menu.scroll .navbar-brand img:last-child, .header-menu .navbar-brand img:first-child {
    display: block;
}

.sticky_menu_display .header-menu.scroll .navbar-brand img:first-child, .header-menu .navbar-brand img:last-child {
    display: none;
}

.cart-sidebar .title {
    color: var(--colour_text_title);
    font-size: 18px;
    margin-top: 0;
}

.cart-sidebar.fixed-top {
    right: -102vw;
    left: auto;
    width: 400px;
    box-shadow: -3px 0 7px rgba(0, 0, 0, 0.5);
    max-height: -webkit-fill-available;
    max-width: 100%;
    background: var(--body-bg)
}

.cart-sidebar.fixed-top.open {
    right: 0;
}

.cart-item-info.open {
    width: 115px;
}

.cart-sidebar {
    width: 400px;
    right: 0;
    top: 0;
    left: auto;
    transition: all .5s;
}

.sidebar-cart-item__img {
    width: 100px;
}

.sidebar-cart-item__img > img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top left;
       object-position: top left;
    max-height: 100px;
}

.sidebar-cart-item__info {
    font-size: 13px;
    max-width: calc(100% - 100px);
}

.sidebar-cart-item__info__title {
    color: var(--colour_text_body);
    margin-bottom: 5px;
}

.sidebar-cart-item__info__title:hover {
    color: var(--colour_text_body_hover);
}

.sidebar-cart-item__info__trash {
    font-size: 16px;
    color: var(--colour_text_body);
}

.sidebar-total li {
    display: grid;
    grid-template-columns: 1fr 100px;
    color: var(--colour_text_body);
    font-size: 1rem;
}

.text-notes {
    grid-column-end: span 2;
}

.dropdown-menu[aria-labelledby="user"] {
    left: auto;
    right: -20px;
}

.archive-item:hover + .dropdown-menu {
    display: block;
}

.item-container {
    overflow: auto;
    max-height: 250px;
}

.notification-item__image {
    width: 76px;
    height: 76px;
}

.notification-item__image img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left top;
       object-position: left top;
}

.submenu li {
    padding: .25rem 0;
}

.submenu li a {
    color: var(--colour_text_menu);
}

.submenu li a:hover,
.submenu li a.active {
    color: var(--colour_text_menu_hover);
}

.dropdown__menu__item {
    margin-bottom: 20px;
}

.filter-toggle,
.filter-toggle:focus,
.goog-te-combo,
.select {
    width: 155px;
    height: 33px;
    border: 1px solid var(--colour_text_body) !important;
    color: var(--colour_text_body);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 25px 5px 10px;
    background: none;
}

.goog-te-gadget {
    width: 145px;
    display: flex;
    overflow: hidden;
}

.goog-te-combo {
    height: 45px;
    width: 145px;
    margin: 0 !important;
    cursor: pointer;
}

.filter-toggle::after {
    display: none;
}

.translated-ltr {
    margin-top: 0
}

.goog-te-banner-frame {
    display: none;
    margin-top: -20px
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}


.header-menu-mobile {
    font-size: 14px;
}

.header-menu-mobile .dropdown-item.dropdown__menu__item__link-mobile {
    background: rgba(0, 0, 0, 0.1);;
    padding: 5px 10px;
    display: inline-block !important;
    width: auto;
}

.mobile-menu-logo img {
    width: 250px;
    max-width: 100%;
}

button.close.mobile-menu-close {
    right: 15px;
    font-size: 1.5rem;
}

.form-check-label,
.search-label,
.contact-information p.form-check-label {
    font-size: 12px;
}

.close-dropdown {
    right: 0;
    top: 0
}

#languageDropdown {
    right: 0;
    left: auto;
}

.header-menu .header-menu-two {
    position: static !important;
}

@media all and (max-width: 1200px) {
    .sticky_menu_display .header-menu.scroll .logo {
        max-width: 190px;
    }

    .header-menu .nav-item {
        margin-left: 15px;
    }
}

@media all and (min-width: 992px) {
    .header-menu-two {
        min-width: 800px;
    }

    .header-menu.scroll .header-menu-two {
        justify-content: flex-end;
        min-width: unset;
    }

    .header-menu .header-menu-two {
        justify-content: center;
    }
}

@media all and (min-width: 992px) and (max-width: 1199.9px) {
    .header-menu-two,
    .header-menu.scroll .header-menu-two {
        min-width: 600px;
        max-width: 600px;

    }

    .header-menu-two > div {
        width: 100%;
    }
}

@media all and (max-width: 1199.9px) {
    .header-menu-two {
        width: 100%;
    }

    .dropdown-menu[aria-labelledby="user"] {
        left: -20px;
        right: auto;
    }

    .nav-item ul > li button {
        color: var(--colour_text_body);
    }

    .submenu li a {
        text-transform: uppercase;
    }

    .header-menu.scroll .header-menu-two {
        width: auto;
    }

    .nav-item ul > li:last-child {
        padding-bottom: 0 !important;
    }

    .header-menu-two ul > li.nav-item:first-child {
        margin-left: 0;
    }

    .header-menu .logo {
        max-width: 100%;
        -o-object-fit: contain;
           object-fit: contain;
    }

    .sticky_menu_display .header-menu.scroll .logo {
        height: 50px;
    }

    #navbarSupportedContent.collapse {
        transform: scale(0);
    }

    #navbarSupportedContent.collapse.show {
        transform: scale(1);
    }

    #navbarSupportedContent.collapse,
    #navbarSupportedContent.collapse.show {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100vw !important;
        min-width: 100vw;
        max-width: 100vw !important;
        height: 100vh !important;
        min-height: 100vh !important;
        max-height: 100vh !important;
        background: #888888;
        transition: unset !important;
        overflow: hidden;
        z-index: 10000;
    }

    .navbar-nav {
        width: 100vw !important;
        min-width: 100vw;
        max-width: 100vw !important;
        height: 100vh !important;
        min-height: 100vh !important;
        max-height: 100vh !important;
    }

    .header-menu .nav-item:not(.dropdown)::after {
        display: none;
    }

    .nav-item {
        height: auto !important;
    }

    .header-menu .nav-item {
        justify-content: center;
    }

    .nav-item i {
        font-size: 20px;
    }

    .search {
        width: 100%;
        z-index: 1000;
        right: 0;
        left: 0;
        position: absolute;
        margin: 0 auto;
    }

    ul .nav-item.search-menu-item {
        position: static !important;
    }
}

@media all and (max-width: 567px) {
    #headerMenuMobile {
        font-size: 16px;
    }

    #headerMenuMobile .dropdown-toggle::after {
        font-size: 8px;
    }
}

@media all and (max-width: 567px) {
    .dropdown-menu.search {
        padding: 5px;
    }

    .sticky_menu_display .header-menu.scroll .logo {
        height: 36px;
    }

    .header-menu .nav-item {
        margin-left: 20px;
    }

    .sticky_menu_display .header-menu.scroll .nav-item {
        margin-left: 20px;
    }

    .menu__item__search > span {
        display: none;
    }

    .nav-item i {
        font-size: 15px;
    }

    .header-menu.scroll .header-menu-two {
        padding: 8px 10px;
    }
}

@media all and (max-width: 360px) {
    .sticky_menu_display .header-menu.scroll .logo {
        max-width: 80px;
    }
}

@media all and (max-width: 280px) {
    .header-menu .nav-item {
        margin-left: 10px;
    }
}

.lang-item.active,
.lang-item:hover {
    background: var(--menu-bg);
    color: var(--colour_text_menu);
}

#languageDropdown .lang-item {
    color: var(--colour_text_menu);
}

#languageDropdown .lang-item:hover,
#languageDropdown .lang-item.active {
    color: var(--colour_text_menu_hover);
}

#google_translate_element_id,
#google_translate_element_idD {
    display: none;
}

#languageDropdown .lang-item.active .border-bottom {
    border-color: var(--colour_text_menu_hover);
}

.mobile-menu-items,
.mobile-menu-items .dropdown-toggle .collapse-dropdown {
    height: 0;
    opacity: 0;
}

@-webkit-keyframes mobileMenuAnimation {
    100% {
        height: auto;
    }
}

@keyframes mobileMenuAnimation {
    100% {
        height: auto;
    }
}

.scroll-bottom {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid var(--colour_text_menu);;
    width: 35px;
    height: 35px;
    z-index: 100;
    font-size: 8px;
    display: none;
}

.ss-container + .scroll-bottom {
    display: flex;
}

.scroll-bottom::before {
    margin: 3px 0 0;
    width: auto;
    height: auto;
    color: var(--colour_text_menu);;
}

.cart-badge {
    min-width: 18px;
    min-height: 18px;
    font-size: 10px;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    background: var(--colour_button_normal);
    color: var(--colour_button_normal_text);
}

#breadcrumb.fixed-breadcrumb {
    padding: 5px 14px;
    width: 100%;
    top: 0;
}

#breadcrumb.fixed-breadcrumb.breadcrumb-animation {
    -webkit-animation: breadcrumb-animation .5s;
            animation: breadcrumb-animation .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    position: fixed;
    left: 0;
}


@-webkit-keyframes breadcrumb-animation {
    from {
        top: -16px;
    }
    to {
        top: var(--sticky-header-height);
    }
}


@keyframes breadcrumb-animation {
    from {
        top: -16px;
    }
    to {
        top: var(--sticky-header-height);
    }
}

body > .skiptranslate {
    display: none !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none !important;
}

@charset "UTF-8";

.footer address {
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.footer {
    background: var(--footer-bg);
    padding-bottom: 15px;
    color: var(--colour_text_footer);
}

.footer-menu {
    margin-bottom: 30px;
}
.footer-menu .footer-menu__item {
    cursor: pointer;
    color: var(--colour_text_footer);
}
.footer-menu .footer-menu__item:not(:first-child) {
    margin-left: 20px;
}

.footer-menu__item__link {
    color: var(--colour_text_footer);
}

.footer-menu__item__link:hover,
.footer-menu__item__link:focus,
.footer-menu__item__link.active{
    color: var(--colour_text_footer_hover);
}

.footer-menu__item__link img {
    width: auto;
    height: 70px;
}

.footer-menu__item__link i {
    font-size: 28px;
}

.address {
    color: #4e2e1c;
}

.address:hover {
    color: inherit;
}

.footer-menu-phone {
    margin: 30px auto;
    font-size: 25px;
}
.footer-menu-items {
    margin-top: 30px;
}
.footer-menu-phone a {
    color: var(--colour_text_footer);
}
.footer-menu-phone .phone-number a:hover {
    color: var(--colour_text_footer_hover);
}
.footer-menu-phone .phone-number a svg {
    fill: var(--colour_text_footer);
}

.footer-menu-phone a:hover svg{
    fill: var(--colour_text_footer_hover);
}
@media all and (max-width: 567px) {
    .footer-menu__item__link i {
        font-size: 22px;
    }

    .footer-menu .footer-menu__item:not(:first-child) {
        margin-left: 15px;
    }

    .footer-menu-phone {
        margin: 20px auto;
        font-size: 18px;
    }
    .footer-menu-items {
        margin-top: 20px;
    }
    .footer-menu__item__link img {
        height: 50px;
    }
}

@media all and (max-width: 400px) {
    .phone-number {
        flex-direction: column;
        display: flex;
    }
}

.filter-container {
    border: solid 1px black;
    transition: linear height .5s;
}

.filter-title {
    cursor: pointer;
    text-transform: capitalize;
}

.filter-items-container {
    min-height: 40px;
}

.ui-rangeSlider {
    padding-top: 0;
}

.filter-checkbox {
    margin-bottom: 5px;
}

.filter-arrow {
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 6px;
    font-weight: bolder;
}

#dropdownMenu2 {
    padding-right: 20px;
}

.categories-container {
    padding-bottom: 25px !important;
}

.sort-label {
    white-space: nowrap;
}

.sticky-top {
    position: inherit !important;
}

.pagination-count {
    background: var(--header-bg);
    color: var(--colour_text_header);
    z-index: 1000;
    right: 30px;
    bottom: 15px;
    padding: 15px;
    border: 1px solid var(--colour_text_header);
}

.event {
    font-size: 1.1rem;
    color: #000;
    font-weight: 100;
    margin-bottom: 30px; }
.event__image {
    margin-bottom: 5px; }
.event__title {
    font-size: 1.1rem;
    margin: 0 0 5px;
    color: #000; }
.event__price {
    font-size: 1rem;
    margin-bottom: 20px; }
.event:hover {
    color: inherit; }

.events-header {
    padding: 40px 0 20px; }


/*
*  Licensing: http://www.pixeden.com/icon-fonts/stroke-7-icon-font-set
*/
@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url(/fonts/vendor/pixeden-stroke-7-icon/pe-icon-7-stroke/Pe-icon-7-stroke.eot?1d449ea50ab8389ee0789989bf9e6ac0);
  src: url(/fonts/vendor/pixeden-stroke-7-icon/pe-icon-7-stroke/Pe-icon-7-stroke.eot?1d449ea50ab8389ee0789989bf9e6ac0?#iefixd7yf1v) format('embedded-opentype'), url(/fonts/vendor/pixeden-stroke-7-icon/pe-icon-7-stroke/Pe-icon-7-stroke.woff?11f7c073b050d62afb3341032ab11729) format('woff'), url(/fonts/vendor/pixeden-stroke-7-icon/pe-icon-7-stroke/Pe-icon-7-stroke.ttf?7233a7aee250f9b77fba5f735143ad39) format('truetype'), url(/fonts/vendor/pixeden-stroke-7-icon/pe-icon-7-stroke/Pe-icon-7-stroke.svg?09c6a96523589cb917992cb7b94e2621#Pe-icon-7-stroke) format('svg');
  font-weight: normal;
  font-style: normal; }

[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* HELPER CLASS
 * -------------------------- */
/* FA based classes */
/*! Modified from font-awesome helper CSS classes - PIXEDEN
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (CSS: MIT License)
 */
/* makes the font 33% larger relative to the icon container */
.pe-lg {
  font-size: 1.33em;
  line-height: 0.75em;
  vertical-align: -15%; }

.pe-2x {
  font-size: 2em; }

.pe-3x {
  font-size: 3em; }

.pe-4x {
  font-size: 4em; }

.pe-5x {
  font-size: 5em; }

.pe-fw {
  width: 1.28571em;
  text-align: center; }

.pe-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .pe-ul > li {
    position: relative; }

.pe-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .pe-li.pe-lg {
    left: -1.85714em; }

.pe-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pe.pull-left {
  float: left;
  margin-right: .3em;
  margin-left: .3em; }

.pe-spin {
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear; }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }

.pe-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg); }

.pe-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg); }

.pe-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg); }

.pe-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1); }

.pe-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1); }

.pe-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.pe-stack-1x, .pe-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.pe-stack-1x {
  line-height: inherit; }

.pe-stack-2x {
  font-size: 2em; }

.pe-inverse {
  color: #ffffff; }

/* Custom classes / mods - PIXEDEN */
.pe-va {
  vertical-align: middle; }

.pe-border {
  border: solid 0.08em #eaeaea; }

.pe-7s-album:before {
  content: "\e6aa"; }

.pe-7s-arc:before {
  content: "\e6ab"; }

.pe-7s-back-2:before {
  content: "\e6ac"; }

.pe-7s-bandaid:before {
  content: "\e6ad"; }

.pe-7s-car:before {
  content: "\e6ae"; }

.pe-7s-diamond:before {
  content: "\e6af"; }

.pe-7s-door-lock:before {
  content: "\e6b0"; }

.pe-7s-eyedropper:before {
  content: "\e6b1"; }

.pe-7s-female:before {
  content: "\e6b2"; }

.pe-7s-gym:before {
  content: "\e6b3"; }

.pe-7s-hammer:before {
  content: "\e6b4"; }

.pe-7s-headphones:before {
  content: "\e6b5"; }

.pe-7s-helm:before {
  content: "\e6b6"; }

.pe-7s-hourglass:before {
  content: "\e6b7"; }

.pe-7s-leaf:before {
  content: "\e6b8"; }

.pe-7s-magic-wand:before {
  content: "\e6b9"; }

.pe-7s-male:before {
  content: "\e6ba"; }

.pe-7s-map-2:before {
  content: "\e6bb"; }

.pe-7s-next-2:before {
  content: "\e6bc"; }

.pe-7s-paint-bucket:before {
  content: "\e6bd"; }

.pe-7s-pendrive:before {
  content: "\e6be"; }

.pe-7s-photo:before {
  content: "\e6bf"; }

.pe-7s-piggy:before {
  content: "\e6c0"; }

.pe-7s-plugin:before {
  content: "\e6c1"; }

.pe-7s-refresh-2:before {
  content: "\e6c2"; }

.pe-7s-rocket:before {
  content: "\e6c3"; }

.pe-7s-settings:before {
  content: "\e6c4"; }

.pe-7s-shield:before {
  content: "\e6c5"; }

.pe-7s-smile:before {
  content: "\e6c6"; }

.pe-7s-usb:before {
  content: "\e6c7"; }

.pe-7s-vector:before {
  content: "\e6c8"; }

.pe-7s-wine:before {
  content: "\e6c9"; }

.pe-7s-cloud-upload:before {
  content: "\e68a"; }

.pe-7s-cash:before {
  content: "\e68c"; }

.pe-7s-close:before {
  content: "\e680"; }

.pe-7s-bluetooth:before {
  content: "\e68d"; }

.pe-7s-cloud-download:before {
  content: "\e68b"; }

.pe-7s-way:before {
  content: "\e68e"; }

.pe-7s-close-circle:before {
  content: "\e681"; }

.pe-7s-id:before {
  content: "\e68f"; }

.pe-7s-angle-up:before {
  content: "\e682"; }

.pe-7s-wristwatch:before {
  content: "\e690"; }

.pe-7s-angle-up-circle:before {
  content: "\e683"; }

.pe-7s-world:before {
  content: "\e691"; }

.pe-7s-angle-right:before {
  content: "\e684"; }

.pe-7s-volume:before {
  content: "\e692"; }

.pe-7s-angle-right-circle:before {
  content: "\e685"; }

.pe-7s-users:before {
  content: "\e693"; }

.pe-7s-angle-left:before {
  content: "\e686"; }

.pe-7s-user-female:before {
  content: "\e694"; }

.pe-7s-angle-left-circle:before {
  content: "\e687"; }

.pe-7s-up-arrow:before {
  content: "\e695"; }

.pe-7s-angle-down:before {
  content: "\e688"; }

.pe-7s-switch:before {
  content: "\e696"; }

.pe-7s-angle-down-circle:before {
  content: "\e689"; }

.pe-7s-scissors:before {
  content: "\e697"; }

.pe-7s-wallet:before {
  content: "\e600"; }

.pe-7s-safe:before {
  content: "\e698"; }

.pe-7s-volume2:before {
  content: "\e601"; }

.pe-7s-volume1:before {
  content: "\e602"; }

.pe-7s-voicemail:before {
  content: "\e603"; }

.pe-7s-video:before {
  content: "\e604"; }

.pe-7s-user:before {
  content: "\e605"; }

.pe-7s-upload:before {
  content: "\e606"; }

.pe-7s-unlock:before {
  content: "\e607"; }

.pe-7s-umbrella:before {
  content: "\e608"; }

.pe-7s-trash:before {
  content: "\e609"; }

.pe-7s-tools:before {
  content: "\e60a"; }

.pe-7s-timer:before {
  content: "\e60b"; }

.pe-7s-ticket:before {
  content: "\e60c"; }

.pe-7s-target:before {
  content: "\e60d"; }

.pe-7s-sun:before {
  content: "\e60e"; }

.pe-7s-study:before {
  content: "\e60f"; }

.pe-7s-stopwatch:before {
  content: "\e610"; }

.pe-7s-star:before {
  content: "\e611"; }

.pe-7s-speaker:before {
  content: "\e612"; }

.pe-7s-signal:before {
  content: "\e613"; }

.pe-7s-shuffle:before {
  content: "\e614"; }

.pe-7s-shopbag:before {
  content: "\e615"; }

.pe-7s-share:before {
  content: "\e616"; }

.pe-7s-server:before {
  content: "\e617"; }

.pe-7s-search:before {
  content: "\e618"; }

.pe-7s-film:before {
  content: "\e6a5"; }

.pe-7s-science:before {
  content: "\e619"; }

.pe-7s-disk:before {
  content: "\e6a6"; }

.pe-7s-ribbon:before {
  content: "\e61a"; }

.pe-7s-repeat:before {
  content: "\e61b"; }

.pe-7s-refresh:before {
  content: "\e61c"; }

.pe-7s-add-user:before {
  content: "\e6a9"; }

.pe-7s-refresh-cloud:before {
  content: "\e61d"; }

.pe-7s-paperclip:before {
  content: "\e69c"; }

.pe-7s-radio:before {
  content: "\e61e"; }

.pe-7s-note2:before {
  content: "\e69d"; }

.pe-7s-print:before {
  content: "\e61f"; }

.pe-7s-network:before {
  content: "\e69e"; }

.pe-7s-prev:before {
  content: "\e620"; }

.pe-7s-mute:before {
  content: "\e69f"; }

.pe-7s-power:before {
  content: "\e621"; }

.pe-7s-medal:before {
  content: "\e6a0"; }

.pe-7s-portfolio:before {
  content: "\e622"; }

.pe-7s-like2:before {
  content: "\e6a1"; }

.pe-7s-plus:before {
  content: "\e623"; }

.pe-7s-left-arrow:before {
  content: "\e6a2"; }

.pe-7s-play:before {
  content: "\e624"; }

.pe-7s-key:before {
  content: "\e6a3"; }

.pe-7s-plane:before {
  content: "\e625"; }

.pe-7s-joy:before {
  content: "\e6a4"; }

.pe-7s-photo-gallery:before {
  content: "\e626"; }

.pe-7s-pin:before {
  content: "\e69b"; }

.pe-7s-phone:before {
  content: "\e627"; }

.pe-7s-plug:before {
  content: "\e69a"; }

.pe-7s-pen:before {
  content: "\e628"; }

.pe-7s-right-arrow:before {
  content: "\e699"; }

.pe-7s-paper-plane:before {
  content: "\e629"; }

.pe-7s-delete-user:before {
  content: "\e6a7"; }

.pe-7s-paint:before {
  content: "\e62a"; }

.pe-7s-bottom-arrow:before {
  content: "\e6a8"; }

.pe-7s-notebook:before {
  content: "\e62b"; }

.pe-7s-note:before {
  content: "\e62c"; }

.pe-7s-next:before {
  content: "\e62d"; }

.pe-7s-news-paper:before {
  content: "\e62e"; }

.pe-7s-musiclist:before {
  content: "\e62f"; }

.pe-7s-music:before {
  content: "\e630"; }

.pe-7s-mouse:before {
  content: "\e631"; }

.pe-7s-more:before {
  content: "\e632"; }

.pe-7s-moon:before {
  content: "\e633"; }

.pe-7s-monitor:before {
  content: "\e634"; }

.pe-7s-micro:before {
  content: "\e635"; }

.pe-7s-menu:before {
  content: "\e636"; }

.pe-7s-map:before {
  content: "\e637"; }

.pe-7s-map-marker:before {
  content: "\e638"; }

.pe-7s-mail:before {
  content: "\e639"; }

.pe-7s-mail-open:before {
  content: "\e63a"; }

.pe-7s-mail-open-file:before {
  content: "\e63b"; }

.pe-7s-magnet:before {
  content: "\e63c"; }

.pe-7s-loop:before {
  content: "\e63d"; }

.pe-7s-look:before {
  content: "\e63e"; }

.pe-7s-lock:before {
  content: "\e63f"; }

.pe-7s-lintern:before {
  content: "\e640"; }

.pe-7s-link:before {
  content: "\e641"; }

.pe-7s-like:before {
  content: "\e642"; }

.pe-7s-light:before {
  content: "\e643"; }

.pe-7s-less:before {
  content: "\e644"; }

.pe-7s-keypad:before {
  content: "\e645"; }

.pe-7s-junk:before {
  content: "\e646"; }

.pe-7s-info:before {
  content: "\e647"; }

.pe-7s-home:before {
  content: "\e648"; }

.pe-7s-help2:before {
  content: "\e649"; }

.pe-7s-help1:before {
  content: "\e64a"; }

.pe-7s-graph3:before {
  content: "\e64b"; }

.pe-7s-graph2:before {
  content: "\e64c"; }

.pe-7s-graph1:before {
  content: "\e64d"; }

.pe-7s-graph:before {
  content: "\e64e"; }

.pe-7s-global:before {
  content: "\e64f"; }

.pe-7s-gleam:before {
  content: "\e650"; }

.pe-7s-glasses:before {
  content: "\e651"; }

.pe-7s-gift:before {
  content: "\e652"; }

.pe-7s-folder:before {
  content: "\e653"; }

.pe-7s-flag:before {
  content: "\e654"; }

.pe-7s-filter:before {
  content: "\e655"; }

.pe-7s-file:before {
  content: "\e656"; }

.pe-7s-expand1:before {
  content: "\e657"; }

.pe-7s-exapnd2:before {
  content: "\e658"; }

.pe-7s-edit:before {
  content: "\e659"; }

.pe-7s-drop:before {
  content: "\e65a"; }

.pe-7s-drawer:before {
  content: "\e65b"; }

.pe-7s-download:before {
  content: "\e65c"; }

.pe-7s-display2:before {
  content: "\e65d"; }

.pe-7s-display1:before {
  content: "\e65e"; }

.pe-7s-diskette:before {
  content: "\e65f"; }

.pe-7s-date:before {
  content: "\e660"; }

.pe-7s-cup:before {
  content: "\e661"; }

.pe-7s-culture:before {
  content: "\e662"; }

.pe-7s-crop:before {
  content: "\e663"; }

.pe-7s-credit:before {
  content: "\e664"; }

.pe-7s-copy-file:before {
  content: "\e665"; }

.pe-7s-config:before {
  content: "\e666"; }

.pe-7s-compass:before {
  content: "\e667"; }

.pe-7s-comment:before {
  content: "\e668"; }

.pe-7s-coffee:before {
  content: "\e669"; }

.pe-7s-cloud:before {
  content: "\e66a"; }

.pe-7s-clock:before {
  content: "\e66b"; }

.pe-7s-check:before {
  content: "\e66c"; }

.pe-7s-chat:before {
  content: "\e66d"; }

.pe-7s-cart:before {
  content: "\e66e"; }

.pe-7s-camera:before {
  content: "\e66f"; }

.pe-7s-call:before {
  content: "\e670"; }

.pe-7s-calculator:before {
  content: "\e671"; }

.pe-7s-browser:before {
  content: "\e672"; }

.pe-7s-box2:before {
  content: "\e673"; }

.pe-7s-box1:before {
  content: "\e674"; }

.pe-7s-bookmarks:before {
  content: "\e675"; }

.pe-7s-bicycle:before {
  content: "\e676"; }

.pe-7s-bell:before {
  content: "\e677"; }

.pe-7s-battery:before {
  content: "\e678"; }

.pe-7s-ball:before {
  content: "\e679"; }

.pe-7s-back:before {
  content: "\e67a"; }

.pe-7s-attention:before {
  content: "\e67b"; }

.pe-7s-anchor:before {
  content: "\e67c"; }

.pe-7s-albums:before {
  content: "\e67d"; }

.pe-7s-alarm:before {
  content: "\e67e"; }

.pe-7s-airplay:before {
  content: "\e67f"; }




