@import url(https://maxcdn.bootstrapcdn.com/bootstrap/4.2.0/css/bootstrap.min.css);
@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);
.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;
    }
}
html,
body {
    font-family: var(--font-name, 'Roboto');
    font-size: 12px;
    color: var(--colour_text_body);
    background: var(--body-bg);
}

h1,
h2,
h3,
h4,
h5,
h6,
.hind-bold {
    font-family: var(--font-name, 'Roboto');
}

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

*:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

html a,
body a {
    color: var(--colour_text_body);
}

html a:hover,
html a:focus,
html a:active,
body a:hover,
body a:focus,
body a:active {
    color: var(--colour_text_body_hover)
}

body {
    max-height: var(--document-height);
}

.main-container {
    padding-left: 300px;
    padding-top: calc(var(--filter-top) + var(--space-top, 0px));
    max-height: -webkit-fill-available;
}

.bold-btn,
.bold-btn:disabled {
    background: var(--colour_button_normal);
    border: 1px solid var(--colour_button_border);
    color: var(--colour_button_normal_text);
    padding: 8px 20px;
    transition: all .5s;
}

.bold-btn:active {
    border: 1px solid var(--colour_button_pressed);
    background: var(--colour_button_pressed);
    color: var(--colour_button_pressed_text)
}

.btn-block-outline,
.btn-block-outline.btn:disabled,
.btn-block-outline.btn:hover {
    border: 1px solid var(--colour_button_border);
    background: transparent;
    color: var(--colour_button_normal);
    padding: 8px 20px;
    transition: all .5s;
}

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

@media (pointer: fine) {
    .bold-btn-outline:hover {
        background: var(--white);
        border: 1px solid var(--colour_button_hover);
        color: var(--colour_button_hover_text);
        transition: all .5s;
    }
}

@media (pointer: fine) {
    .bold-btn:not([disabled]):hover {
        background: var(--colour_button_hover);
        color: var(--colour_button_hover_text);
        border: 1px solid var(--colour_button_border);
    }


    .bold-btn.cart-btn:not([disabled]):hover {
        background: #282828;
        color: #fff;
    }

    .btn-block-outline:not([disabled]):hover {
        border: 1px solid var(--colour_button_border);
        background: var(--colour_button_hover);
        color: var(--colour_button_hover_text);
    }
}

/*.filter-toggle,*/
/*.filter-toggle:focus,*/
/*.goog-te-combo,*/
/*.goog-te-combo:focus,*/
/*.select,.select:focus,*/
/*.select-dropdown,*/
/*.select-dropdown:focus{*/
/*width: 142px;*/
/*height: 33px;*/
/*border: 1px solid  var(--colour_text_body) !important;*/
/*color: var(--colour_text_body);*/
/*-moz-appearance: none;*/
/*-webkit-appearance: none;*/
/*appearance: none;*/
/*background:var(--body-bg) var(--select-arrow) no-repeat right;*/
/*padding: 5px 25px 5px 10px;*/
/*-ms-text-overflow: ellipsis;*/
/*text-overflow: ellipsis;*/
/*cursor: pointer;*/
/*}*/
.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: 9;
}

select,
select.form-control,
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);
}

.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;
}

.form-control:focus {
    border-color: #5a5656;
}

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

.input-container input, .input-container textarea,
.input-container input:focus,
.input-container textarea:focus,
.input-container input:disabled,
.input-container textarea:disabled {
    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.7;
}

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

.page-title,
.page__title,
.about__title,
.categorytitle,
.autorization__title,
.artist-page__title,
.title {
    color: var(--colour_text_title);
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 400;
}

.about__title:hover {
    color: var(--colour_text_title);
}

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

.cards-button {
    top: 5px;
    left: 15px;
}

.cards-button__btn {
    color: #282828;
    font-size: 1.8rem;
}


.progress {
    height: 1.5rem;
}

.progress .progress-bar {
    background: #aaadb0;
}

@media all and (max-width: 992px) {
    .main-container {
        padding-left: 0;
    }

    .page-title, .page__title, .about__title, .categorytitle, .autorization__title,
    .events__title,
    .title {
        font-size: 22px;
        margin-top: 30px;
    }
}

@media all and (max-width: 567px) {
    .modal-dialog {
        max-width: 100% !important;
    }
}

.more-less {
    color: #8b8b8b;
    padding: 0;
}

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

.fz-15 {
    font-size: 15px;
}

.fz-50 {
    font-size: 50px;
}

.fz-25 {
    font-size: 18px;
}

/*checkbox*/
.contact-information label .checkbox-container {
    margin-right: 7px;
    border: 1px solid #282828;
    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 #fff;
    border-right: 2px solid #fff;
}

/*checkbox*/
.text-decoration-underline {
    text-decoration: underline;
}

.text-black {
    color: #000;
}

.success-image {
    width: 250px;
    margin: 40px 0;
}

.success-title {
    color: var(--colour_text_title);
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 400;
}

.modal-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100vh;
    max-height: -webkit-fill-available;
}

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

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

.subscribe-btn {
    height: 43px;
}

.modal .close:hover {
    cursor: pointer;
}

.message_send_friend {
    height: 100px;
}

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

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

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

@media all and (max-width: 567px) {
    .success-image {
        width: 200px;
        max-width: 100%;
        margin: 40px 0;
    }

    .success-title {
        font-size: 20px;
    }

    .error {
        font-size: 11px;
    }
}

@media all and (max-width: 575px) {
    #subscribe_news_later img {
        max-height: 40vh;
        -o-object-fit: contain;
           object-fit: contain;
    }

    #subscribe_news_later .page-title {
        margin-top: 15px;
    }
}

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

.color-dropdown {
    transform: unset !important;
    top: 100% !important;
    max-height: 250px;
}


.image-contain {
    -o-object-fit: contain;
       object-fit: contain;
}

.zoomWindow {
    border: 1px solid #000 !important;
}

.tooltip {
    z-index: 500;
}

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

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

.category__description {
    font-size: 14px;
}

@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;
}

#breadcrumb.fixed-breadcrumb {
    position: fixed;
    padding: 5px 15px 5px 315px;
    left: 0;
    top: var(--alert-top);
}

@media (max-width: 992px) {
    #breadcrumb.fixed-breadcrumb {
        padding: 5px 15px;
    }
}

@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'; } /* '' */



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

.menu-toggle {
    padding: 0;
}

.brand {
    height: 65px;
    margin: 10px 25px 10px 0;
}

.navigation {
    padding: 10px 25px;
}

.header select.form-control.select {
    height: 45px;
}

.menu__item {
    margin-left: 15px;
    white-space: nowrap;
}

.menu__item:hover .menu__item__link,
.menu__item.active .menu__item__link,
.menu__item__search:hover, .menu__item__search:focus, .menu__item__search:active {
    color: var(--colour_text_menu_hover)
}

.menu__item__link__icon {
    margin-right: 5px;
    vertical-align: middle;
}

.menu__item__search__icon {
    margin-right: 5px;
    vertical-align: middle;
}

.search-box {
    right: -4px;
    width: 0;
    top: -8px;
    transition: all .5s;
    background: var(--menu-bg);
}

.search-box-container.border {
    height: 35px;
    border-color: #5a5656 !important;
}

.search-box__input {
    padding: 0 10px;
    background: var(--menu-bg);
    color: var(--colour_text_menu);
}

.search-box .menu__item__search {
    margin-right: 10px;
}

.search-box a {
    white-space: nowrap;
    color: var(--colour_text_menu);
}

.search-box a:hover {
    color: var(--colour_text_menu_hover);
}

.aside {
    width: 300px;
    padding: 20px 15px;
    height: calc(100vh - 80px);
    z-index: 600;
    top: 80px;
    color: var(--colour_text_menu);
    overflow: auto;
    background: var(--menu-bg);
}

.aside .ss-content {
    overflow: hidden;
}

.aside-items-container {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
    min-height: 110px;
}

.phone-number {
    font-size: 18px;
    flex-grow: 1;
    text-align: center;
    color: #000;
}

.phone-number > a {
    font-weight: bold;
    color: var(--colour_text_header);
}

.phone-number > a .phone-icon {
    fill: var(--colour_text_header);
}

.phone-number > a > i {
    width: 22px;
    display: inline-block;
}

.sidebar__link,
.sidebar__link:focus {
    font-size: 1rem;
    color: var(--color);
    line-height: 1.4;
}

.collapse .sidebar__link {
    font-size: 12px;
}

.menu-list-item > li > .dropdown-sidebar > .sidebar__link > span {
    max-width: calc(300px - 85px);
    display: inline-block;
}

.sidebar__link__icon {
    font-size: 25px;
    color: var(--colour_text_menu);
}

.sidebar__link:hover,
.sidebar__link.active:hover {
    color: var(--hover-color);
    font-weight: bold;
}

.sidebar__link.active {
    color: var(--active-color);
    font-weight: bold;
}

.dropdown-sidebar__link {
    font-size: 1.2rem;
    color: var(--colour_text_menu);
}

.dropdown-sidebar__link__icon {
    font-size: 25px;
    line-height: 0.01 !important;
}

.dropdown-sidebar__link:hover {
    color: var(--colour_text_menu);
    font-weight: bold;
}

.sidebar__link.sidebar-items-title,
.sidebar__link.sidebar-items-title:focus {
    color: var(--colour_text_menu);
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

.social-icons {
    font-size: 2rem;
    color: #ccc;
}

.social-icons > i::before {
    text-align: left;
    margin: 0;
}

.search-box .form-check-label {
    white-space: nowrap;
    font-size: 12px;
    color: var(--colour_text_menu);
}

.menu__item__link,
.menu__item__search {
    color: var(--colour_text_menu);
    cursor: pointer;
}

.menu__item__link:focus {
    outline: none;
}

.menu__item__link__badge {
    background: #282828;
    color: #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.website-menu,
.copy-write {
    font-size: 12px;
    margin: 5px 0 0 0;
}

@media all and (max-width: 1200px) {
    .brand {
        height: auto;
    }

    .brand img {
        max-width: 200px;
        height: auto !important;
    }

    .phone-number > a {
        font-size: 16px;
    }
}

@media all and (max-width: 992px) {
    .menu__item:first-child {
        margin-left: 0;
    }

    .aside {
        height: calc(100vh - var(--alert-top));
        top: var(--alert-top);
        z-index: 1040;
        box-shadow: 3px 6px 10px rgba(0, 0, 0, .3);
    }

    .navigation {
        padding: 10px 0 0;
        position: static !important;
    }

    .header {
        height: auto;
    }

    .brand {
        height: auto;
        max-width: 270px;
        flex-grow: 1;
        margin: 0 20px 0;
    }

    .brand img {
        max-height: 60px;
        width: auto;
        max-width: 100%;
        height: auto !important;
    }

    .menuitemsearch {
        font-size: 22px;
    }

    .search-box {
        top: 100%;
        display: none;
        padding: 15px;
        right: 0;
    }

    .search-box.w-100 {
        display: block;
    }

    .menu-toggle__icon {
        border-top: 1px solid #8b8b8b;
        border-bottom: 1px solid #8b8b8b;
        width: 30px;
    }

    .logo-container-mobile {
        width: 100%;
        padding-bottom: 20px;
    }

    .menu-toggle__icon::after {
        content: '';
        display: block;
        border-bottom: 1px solid #8b8b8b;
        width: 80%;
        margin: 8px 0;
    }
}

.cart-sidebar__header {
    padding: 20px;
    background: var(--colour_button_normal);
    color: var(--colour_button_normal_text);
    width: 400px;
}

.cart-sidebar__header,
.cart-sidebar__header__btn,
.cart-sidebar__header__btn:hover {
    color: var(--colour_button_normal_text)
}

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

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

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

.cart-sidebar.open {
    width: 400px;
}

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

.cart-sidebar {
    width: 0;
    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: 1.3rem;
    max-width: calc(100% - 100px);
}

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

.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: 1.1rem;
}

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

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

.cart-sidebar__body {
    max-height: calc(var(--document-height) - 80px);
    overflow-x: hidden !important;
}

.search-result ul {
    list-style: none;
}

.cart-badge {
    min-width: 18px;
    min-height: 18px;
    font-size: 10px;
    background: var(--colour_button_normal);
    color: var(--colour_button_normal_text);
    margin-left: 5px;
    border-radius: 5px;
}

@media all and (max-width: 992px) {
    .header {
        border-bottom: 1px solid #999;
        height: auto;
    }

    .phone-number {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 567px) {
    .menu__item__link {
        display: flex;
        justify-content: center;
        align-items: center !important;
        flex-wrap: wrap;
        font-size: 10px;
        white-space: nowrap;
    }

    .cart-badge {
        min-width: 15px;
        min-height: 15px;
        font-size: 8px;
    }

    .menu__item {
        margin-left: 5px;
        margin-right: 5px;
    }

    .cart-sidebar__header {
        width: 100vw;
    }

    .cart-sidebar__body__content {
        width: 100vw;
    }

    .cart-sidebar.open {
        width: 100%;
    }

    .search-box.w-100 {
        padding: 0;
    }

    .header {
        height: auto;
    }

    .aside {
        height: calc(100% - var(--alert-top));
        top: var(--alert-top);
    }

    .phone-number {
        width: 100%;
        font-size: 14px;
    }

    .aside {
        width: 100%;
    }
}

@media all and (max-width: 400px) {
    .search-box .menu__item__search {
        margin-right: 0;
    }

    .search-text {
        display: none;
    }
}

.cart-sidebar__noItem {
    white-space: nowrap;
}

.alert-top-position {
    top: calc(var(--alert-top) + var(--space-top) - 2px);
    margin-bottom: 15px
}

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

#languageDropdown {
    background: var(--menu-bg);
}

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

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

@media all and (max-width: 992px) {
    .lang-item {
        font-size: 14px;
    }

    .alert-top-position {
        position: fixed;
        width: 100%;
    }

    .alert-messages {
        padding: 0;
    }
}

.categories {
    /*height: var(--categoriesImageHeigh-var);*/
    /*min-height: var(--categoriesImageHeigh-var);*/
    text-align: center;
    overflow: hidden;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    top: 0;
}

.categories:not(:last-child) {
    margin-bottom: 8px;
}

.categories .video {
    min-height: var(--categoriesImageHeigh-var,calc(100vh - var(--alert-top) - 15px))
}

.home-categories {
    padding-bottom: 15px;
}

.icon {
    color: #282828;
    font-size: 1.3rem;
    margin-right: 10px;
}

.product__title {
    color: inherit;
    font-size: 2rem;
    font-weight: lighter;
    line-height: 1;
}

.associated-logos li:not(:last-child) {
    margin-right: 5px;
}

.associated-logos img {
    max-width: 50px;
    max-height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
}

@media all and (max-width: 1024px) {
    .categories .content {
        top: 0 !important;
    }
}

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

.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: 0px;
}

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

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

#dropdownMenu2 {
    padding-right: 20px;
}

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

.filter-wrapper .filter-section .loading-container {
    background: rgba(255, 255, 255, .5);
    z-index: 100;
    top: 100%;
    left: 0;
    height: calc(var(--filter-height));
}

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

.filter-toggle-container {
    max-width: 400px;
    width: 400px;
    right: 0 !important;
    left: auto !important;
    transform: translateX(0) !important;
    top: 100% !important;
    max-height: calc(100vh - 100px);
}

.filter-toggle-container .close {
    font-size: 3rem;
    color: #282828;
    opacity: 1;
    margin-right: 8px;
}

.items-count {
    font-size: 1.2rem;
}

.filter-wrapper {
    top: var(--filter-top);
    padding-left: 300px;
    z-index: 300;
    background: var(--body-bg);
    box-shadow:  inset 0 2px 2px rgb(0 0 0 / 5%);
}

.filter-wrapper .filter-section {
    padding: 7px 15px !important;
}

@media all and (max-width: 992px) {
    .filter-wrapper {
        padding-left: 0;
    }
}

.select__wrapper {
    position: relative;
}

.select__wrapper .select {
    background-image: unset;
}

.select__wrapper .select__wrapper__arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid var(--colour_text_body);
    border-right: 1px solid var(--colour_text_body);
    right: 10px;
    top: 10px;
    transform: rotate(45deg);
}

/*
*  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"; }



