@import url(https://fonts.googleapis.com/earlyaccess/alefhebrew.css);
/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/

/*********** CSS RESET **********/

:root{
    --mainfont: 'Noto Sans Hebrew', sans-serif;
    --black: #262022;
    --brand: #27BCC5;
    --brand-hover: #27a4ad;
}

* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
    direction: rtl;
}

*[dir="ltr"] {
    direction: ltr;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}

ol, ul {
    list-style: none;
}

a img {
    border: none;
}
img{
    max-width: 100%;
}
body img:hover{
    transform: none;
}

a:active {
    outline: none;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}


input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
    display: none !important;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}

/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
    background: #fff;
    font: normal 16px var(--mainfont);
    overflow-x: hidden;
}
html, body{
    width: 100%;
    box-sizing: border-box;
}
body>*{
    max-width: 100%;
    box-sizing: border-box;
}

a {
    color: inherit;
    cursor: pointer;
}

    a img {
        opacity: 0.99;
    }

table {
    width: 100%;
    border-collapse: collapse;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
    height: 44px;
    border: 1px solid #ddd;
    padding: 6px 15px;
    vertical-align: middle;
    color: var(--black);
    font-family: var(--mainfont);
    font-size: 16px;
    border-radius: 6px;
}

textarea {
    min-height: 150px;
}

select {
    min-width: 50px;
    height: 44px;
    /*safari padding fix*/
    padding: 4px;
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    textarea:focus, select:focus {
        border-color: #999;
    }

input[type="checkbox"],
input[type="radio"] {
    vertical-align: middle;
}

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
    cursor: pointer;
}

label {
    vertical-align: middle;
    caret-color: transparent;
}
label::selection{
    color: inherit;
    background: inherit;
}

.master-wrapper-content {
    margin: 0;
}

.news-list-homepage,
.product-grid.bestsellers,
.product-grid.home-page-product-grid,
.home-page-category-grid .item-grid,
.sub-category-grid .item-grid,
.home-page .topic-block,
.breadcrumb,
.two-column-centering,
.checkout-page .checkout-data {
    width: auto;
    padding: 0 15px;
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 1600px;
}

.master-column-wrapper {
    margin: 0 auto;
}



    .master-column-wrapper:after,
    .two-column-centering:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.center-1 {
    margin: auto;
    padding: 0 0 0 0;
    position: relative;
}

.center-2, .side-2 {
    margin: 0 0 20px;
}

.page-title {
    text-align: center;
    margin: 0 0 0 0;
}

    .page-title h1 {
        display: inline-block;
        position: relative;
        font-size: 36px;
        font-weight: 600;
        color: var(--black);
        line-height: 1;
        margin: 0;
    }

.one-column-wrapper .page-title {
    padding: 15px 0;
    margin-bottom: 25px;
}

.two-column-wrapper {
    position: relative;
    padding: 65px 0 0;
}

.breadcrumb + .two-column-wrapper {
    padding: 0;
}

.two-column-wrapper .page-title {
    padding: 15px 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #f3f3f3;
}

.page:after,
.page-body:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.buttons {
    margin: 0 0 20px;
}

.link-rss {
    display: none;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url('../img/rss-icon.png') no-repeat;
    text-indent: 999px;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
    margin: 12px 0;
    padding: 0 36px 0 0;
    list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
    margin: 12px 0;
    padding: 0 36px 0 0;
    list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.post-body p,
.news-body p {
    margin: 10px 0;
    text-align: justify;
}

.category-description a,
.manufacturer-description a,
.full-description a,
.topic-html-content a,
.topic-page a,
.post-body a,
.news-body a,
.custom-tab a {
    text-decoration: underline;
}

.flyout-cart {
    display: none;
}

#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 54px;
    height: 54px;
    background: #27BCC5 url('../img/goTop.png') no-repeat center 46%;
    border-radius: 50%;
    border: 3px solid #fff;
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    overflow: hidden;
    z-index: 10001;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/*********** GLOBAL FORMS ***********/



.fieldset, .section {
    position: relative;
    margin: 0 0 15px;
}

    .fieldset .title,
    .section .title {
        margin: 0 0 15px;
        text-align: center;
        border-bottom: 1px dashed #dcdcdc;
    }

        .fieldset .title strong,
        .section .title strong {
            font-weight: normal;
            font-size: 24px;
            color: #af825d;
            padding: 0 0 5px;
            display: block;
        }

.form-fields {
    position: relative;
    margin: 0 auto;
    padding: 15px 0;
}

.fill-form .form-fields {
    position: relative;
    max-width: 744px;
    margin: 20px auto;
    background: #EEEEEE;
    padding: 20px;
}

.fill-form .input-box {
    display: inline-block;
}

.fill-form .inputs label {
    width: 185px;
}

.inputs {
    position: relative;
    margin: 0 0 25px;
}

    .inputs:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    .inputs > label {
        display: block;
        width: auto;
        margin: 0 0 5px;
        text-align: right;
        font-size: 18px;
    }
    .inputs-gender > label {
        display: inline-block;
        margin-bottom: 0;
    }

    .inputs.custom-attributes {
        white-space: normal;
    }

.form-fields .inputs label {
    overflow: hidden;
}



.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select, .inputs textarea {
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 6px;
    height: 44px;
    padding: 6px 15px;
    font-size: 16px;
    line-height: 30px;
    color: var(--black);
    width: 100%;
}
.inputs textarea{
    height: auto;
}
.inputs .input-validation-error {
    border-color: #f00 !important;
}
.inputs .field-validation-error {
    position: absolute;
    right: 0;
    margin: 0 10px;
    bottom: 0;
    padding: 0 5px;
    background: #fff;
    font-size: 12px;
    line-height: 1;
    color: #f00;
    transform: translateY(40%);
}
.inputs .required {
    display: none;
}

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

    .inputs .option-list li {
        float: right;
    }

    .inputs .option-list label {
        width: auto;
    }

.inputs.reversed {
    margin: 0 0 20px;
}

.required {
    font-size: 24px;
    line-height: 1;
    color: #af825d;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
    display: block;
    font-size: 13px;
    color: #c00;
    text-align: center;
    padding-top: 3px;
}

.field-validation-valid {
    display: block;
    font-size: 11px;
    color: #690;
}

.captcha-box {
    margin: 0 0 15px;
    line-height: 0;
}

    .captcha-box > div {
        display: inline-block;
    }
/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/



.bar-notification {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10002;
    width: 100%;
    padding: 12px 10px 12px 25px;
    color: #fff;
    opacity: 0.95;
}

    .bar-notification.success {
        border-bottom: 1px solid #bd2;
        background: #67b687;
    }

    .bar-notification.error {
        border-bottom: 1px solid #f55;
        background: #e86d73;
    }

    .bar-notification.warning {
        border-bottom: 1px solid #f55;
        background: #f6906d;
    }

    .bar-notification .content {
        float: right;
        margin: 0 0 0 10px;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        left: 0;
        width: 32px; /*even numbers only*/
        height: 32px; /*even numbers only*/
        margin: 5px;
        border: 1px solid #666;
        box-shadow: inset 0 0 1px #999;
        background: #fff url('../img/close.png') center no-repeat;
        cursor: pointer;
        opacity: 0.7;
    }

        .bar-notification .close:hover {
            opacity: 0.9;
        }

.ui-dialog {
    position: absolute !important;
    z-index: 1008;
    width: 350px !important;
    max-width: 95%;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    overflow: hidden;
    background: #fff;
}

.ui-dialog-titlebar {
    border-width: 1px;
    border-style: solid;
    border-color: #fff #fff #bbb;
    box-shadow: 0 0 0 1px #eee;
    overflow: hidden;
    background: #ddd url('../img/headpad.png') top repeat-x;
    padding: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #eee;
}

    .ui-dialog-titlebar span {
        float: right;
        text-transform: uppercase;
    }

    .ui-dialog-titlebar button {
        position: absolute;
        top: 0;
        left: 0;
        width: 24px; /*even numbers only*/
        height: 24px; /*even numbers only*/
        margin: 6px;
        overflow: hidden;
        border: 1px solid #666;
        box-shadow: inset 0 0 1px #999;
        background: #fff url('../img/close.png') center no-repeat;
        text-indent: 999px;
        opacity: 0.7;
    }

        .ui-dialog-titlebar button:hover {
            opacity: 0.9;
        }

        .ui-dialog-titlebar button * {
            display: none;
        }

.ui-dialog-content {
    height: auto !important;
    padding: 10px;
    line-height: 20px;
    overflow: auto;
}

.ui-dialog-buttonset {
    padding: 10px;
    text-align: left;
}

    .ui-dialog-buttonset button {
        min-width: 60px;
        margin-right: 5px;
        border: 1px solid #bbb;
        box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;
        background: #eee;
        padding: 5px;
    }

        .ui-dialog-buttonset button:hover {
            background: #f6f6f6;
        }

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    right: 50%;
    z-index: 1002;
    width: 300px;
    max-width: 300px;
    height: 180px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -90px -150px 0 0;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    background: #fff;
    padding: 20px;
    text-align: center;
}

    .eu-cookie-bar-notification .text {
        margin-bottom: 20px;
        line-height: 20px;
    }

    .eu-cookie-bar-notification button {
        min-width: 60px;
        margin: 10px 0;
        border: none;
        background: #27BCC5;
        padding: 5px;
        font-size: 14px;
        color: #fff;
    }

    .eu-cookie-bar-notification a {
        display: block;
        text-transform: uppercase;
    }

        .eu-cookie-bar-notification a:hover {
            text-decoration: underline;
        }
/*********** HEADER & NAVIGATION ***********/



.admin-header-links {
    text-align: center;
}

    .admin-header-links a {
        display: block;
        margin: 0 10px;
        line-height: 35px;
        font-weight: bold;
    }

    .admin-header-links .impersonate a {
        display: inline-block;
    }

.header {
    position: relative;
    z-index: 1002;
    text-align: center;
	overflow: initial;
    padding: 25px 0 20px;
}

    .header:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }
.header-centering{
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1600px;
    width: auto;
    display: flex;
    align-items: center;
    flex-flow: row-reverse wrap;
    justify-content: center;
}
.header-logo {
    text-align: center;
    transition: ease 1s;
}

    .header-logo a {
        display: inline-block;
        max-width: 100%;
        line-height: 0; /*firefox line-height bug fix*/
        background-color: #27BCC5;
    }

        .header-logo a img {
            max-width: 100%;
            width: 313px;
        }
.header-logo a img:hover{
    transform: none;
}

.header-links-wrapper {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 5px;
}

.header-links ul {
    font-size: 0;
    display: flex;
    flex-flow: row;
    align-items: center;
}

.header-links li:not(:last-child) {
    margin: 0 0 0 30px;
}

.header-links span, .header-links a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 32px;
    min-height: 32px;
    position: relative;
}

.header-links .ico-register:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 19px;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath d='M0 15.25V19h3.75L14.81 7.94l-3.75-3.75L0 15.25zM17.71 5.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z' fill='%23262022'/%3E%3C/svg%3E") no-repeat 50% 50% / contain;
}

.header-links .ico-account:before,
.header-links .ico-login:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath d='M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2a7.2 7.2 0 0 1-6-3.22c.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08a7.2 7.2 0 0 1-6 3.22z' fill='%23262022'/%3E%3C/svg%3E") no-repeat 50% 50% / contain;
}

.header-links .ico-logout {
    position: relative;
}
.header-links .ico-logout:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cpath fill='%23262022' d='M20.5 54H66a6.02 6.02 0 0 0 6-6 6.02 6.02 0 0 0-6-6H20.5l7.8-7.8c2.3-2.3 2.3-6.1 0-8.5-2.3-2.3-6.1-2.3-8.5 0l-18 18c-2.3 2.3-2.3 6.1 0 8.5l18 18c2.3 2.3 6.1 2.4 8.5 0 2.3-2.3 2.4-6.1 0-8.5L20.5 54zM90 0H42a6.02 6.02 0 0 0-6 6v12a6.02 6.02 0 0 0 6 6 6.02 6.02 0 0 0 6-6v-6h36v72H48v-6a6.02 6.02 0 0 0-6-6 6.02 6.02 0 0 0-6 6v12a6.02 6.02 0 0 0 6 6h48a6.02 6.02 0 0 0 6-6V6a6.02 6.02 0 0 0-6-6z'/%3E%3C/svg%3E") no-repeat 50% 50% / contain;
}

.header-links .ico-wishlist {
    position: relative;
    padding-right: 20px;
    min-height: 20px;
}
.header-links .ico-wishlist span {
    display: none;
}
.header-links .ico-wishlist .wishlist-badge,
.header-wishlist.mobile .ico-wishlist .wishlist-badge {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #27bcc5;
    color: #fff;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -11px;
    border: 1px solid #fff;
    right: -11px;
}

.header-links .ico-wishlist:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' fill='none'%3E%3Cpath d='M10 18.35l-1.45-1.32C3.4 12.36 0 9.28 0 5.5 0 2.42 2.42 0 5.5 0A5.99 5.99 0 0 1 10 2.09 5.99 5.99 0 0 1 14.5 0C17.58 0 20 2.42 20 5.5c0 3.78-3.4 6.86-8.55 11.54L10 18.35z' fill='%23262022'/%3E%3C/svg%3E") no-repeat 50% 50% / contain;
}

.header-links .ico-inbox {
    background: url(../img/icon-emailfriend.png) no-repeat center;
}

.search-box form {
    display: inline-block;
    position: relative;
}

    .search-box form:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.search-box input.search-box-text {
    float: right;
    width: 270px !important;
    height: 30px;
    padding: 5px 5px 5px 35px;
    border: 0;
    border-bottom: 1px solid #ddd;
    color: #bbb;
    font-size: 18px;
    font-style: italic;
    font-family: "Open Sans Condensed", Arial, sans-serif;
}

.search-box .search-box-button {
    float: right;
    width: 30px;
    height: 30px;
    border: none;
    overflow: hidden;
    background: url(../img/icon-search-gray.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 999px;
    margin-right: -30px;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    position: absolute;
    z-index: 1002 !important;
    width: 270px !important; /*default = txtfield + button*/
    max-width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    overflow: hidden;
    background: #fff;
}

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
        border-top: 1px solid #ccc;
    }

        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
            border-top: none;
        }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
        display: block;
        padding: 8px;
        font-size: 16px;
    }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
        display: none;
        margin-left: 5px;
        vertical-align: middle;
    }

.header-selectors-wrapper > div {
    display: inline-block;
}

.header-selectors-wrapper select {
    border: 0;
}

.language-list {
    max-width: 100%;
    font-size: 0;
}

    .language-list li {
        display: inline-block;
        margin: 0 1px;
    }

    .language-list a {
        display: block;
        position: relative;
        width: 32px;
        height: 32px;
        line-height: 0;
    }

    .language-list img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
/*********** FOOTER ***********/



.footer {
    background: #F4F4F2;
}

.footer-upper {
    padding: 0;
    overflow: hidden;
}

.footer-block .title {
    margin: 0 0 10px;
}


.social-sharing {
    margin: 0 0 15px;
}

    .social-sharing h3 {
        font-size: 24px;
        font-weight: normal;
        margin: 0 0 10px;
    }

    .social-sharing ul {
        font-size: 0;
    }

    .social-sharing li {
        display: inline-block;
        margin: 0 1px 2px;
    }

    .social-sharing a {
        display: block;
        width: 42px;
        height: 42px;
        background: url('../img/social-sprite.png') no-repeat;
        opacity: .6;
    }

    .social-sharing .facebook {
        background-position: 0 0;
    }

    .social-sharing .twitter {
        background-position: -42px 0;
    }

    .social-sharing .google {
        background-position: -84px 0;
    }

    .social-sharing .pinterest {
        background-position: -126px 0;
    }

    .social-sharing .vimeo {
        background-position: -168px 0;
    }

    .social-sharing .youtube {
        background-position: -210px 0;
    }

    .social-sharing .rss {
        background-position: -252px 0;
    }

    .social-sharing .instagram {
        background-image: url('../img/instagram.png');
        background-repeat: no-repeat;
        background-position: center;
    }

.footer-menu{
    line-height: 1.333;
    font-size: 15px;
}
.footer-menu a{
    color: #444;
}
.footer-menu li+li{
    margin-top: 0.666em;
}
    
.contact-block .footer-menu {
    display: inline-block;
}

.contact-block .footer-menu li {
    line-height: 32px;
    padding: 0 36px 0 0;
    text-align: right;
}

.contact-block .footer-menu li.phone {
    background: url(../img/icon-phone.png) no-repeat right center;
}

.contact-block .footer-menu li.fax {
    background: url(../img/icon-fax.png) no-repeat right center;
}

.contact-block .footer-menu li.email {
    background: url(../img/icon-mail.png) no-repeat right center;
}

.contact-block .footer-menu li.location {
    background: url(../img/icon-address.png) no-repeat right center;
}

.footer-lower {
    overflow: hidden;
    padding: 24px 0 30px;
    border-top: 1px solid #ddd;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--black);
    text-align: center;
}
.footer-lower .footer-centering {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.accepted-payment-methods {
    margin: 0 0 15px !important;
}

    .accepted-payment-methods ul {
        font-size: 0;
    }

    .accepted-payment-methods li {
        display: inline-block;
        width: 50px;
        height: 30px;
        margin: 0 4px;
        background: url('../img/payment-icons.png') no-repeat;
    }

    .accepted-payment-methods .method1 {
        background-position: 0 0;
    }

    .accepted-payment-methods .method2 {
        background-position: -59px 0;
    }

    .accepted-payment-methods .method3 {
        background-position: -118px 0;
    }

    .accepted-payment-methods .method4 {
        background-position: -177px 0;
    }

.footer-powered-by>a{
    display: inline-flex;
    align-items: center;
}    
.footer-powered-by a:hover,
.footer-designed-by a:hover {
    text-decoration: underline;
}

.footer-store-theme {
    display: block !important;
    margin-top: 5px;
}

    .footer-store-theme select {
        width: 170px;
    }
.footer-disclaimer{
    margin-bottom: 10px;
}

/*********** LEFT/RIGHT COLUMN ***********/



.block .title strong {
    display: block;
}

.block .listbox:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.block .list a,
.block .list strong {
    position: relative;
    padding: 7px 0 7px 0;
    display: block;
    text-align: right;
    font-size: 16px;
    color: var(--mainfont);
    border-bottom: 1px dotted #d3d3d3;
    font-weight: 600;
}
.block .list>li:last-child>a,
.block .list>li:last-child>strong{
    border-bottom: 0;
}

.block .list li.active > a,
.block.block-account-navigation .list li > a.active,
.block .list li:hover > a {
    color: #27BCC5;
}

.block .list .product-picture {
    display: none;
}

.block .list .sublist {
    padding: 0;
}
.block .list .sublist > li > a{
    padding-right: 10px;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 400;
}

.block .view-all {
    margin: 10px 0 0;
}

    .block .view-all a {
        border: 0;
        background: #71C0CF;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        padding: 6px 20px;
        font: normal 16px "Alef Hebrew", Arial, sans-serif;
        text-transform: uppercase;
        display: inline-block;
        color: #fff;
    }

        .block .view-all a:hover {
            background: #95DBE5;
        }

.block .tags {
    margin: 0 0 10px;
    padding: 10px 0 0;
}

    .block .tags ul {
        font-size: 0;
        display: flex;
        flex-flow: row wrap;
        gap: 15px
    }

    .block .tags li,
    .product-tags-all-page li {
        position: relative;
        margin: 0;
        overflow: hidden;
        font-size: 14px;
    }

        .block .tags li a,
        .product-tags-all-page li a {
            font-size: 1em !important;
            line-height: 21px;
            padding: 0 5px;
            background: #EEEEEE;
            border-radius: 2px;
            color: var(--black);
            transition: all 0.3s;
            font-weight: 500;
        }
.block .tags li a:hover,
.product-tags-all-page li a:hover {
    color: #ffffff;
    background: #27BCC5;
}

.poll strong {
    display: block;
    margin: 0 0 10px;
}

.poll-options,
.poll-results {
    margin: 0 0 15px;
    overflow: hidden;
}

    .poll-options li,
    .poll-results li {
        margin: 5px;
    }

        .poll-options li > * {
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
        }

.poll .buttons,
.poll-total-votes {
    text-align: right;
}

    .poll .buttons input {
        border: 0;
        background: var(--brand);
        padding: 6px 30px;
        font: normal 20px var(--mainfont);
        text-transform: uppercase;
        color: #fff;
        border-radius: 30px;
    }

.poll-total-votes {
    display: block;
    font-weight: bold;
}

.todays-poll-box {
    padding: 30px 0;
    background-color: #e7d2c2;
}

.polls-centering {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

    .polls-centering .poll {
        display: inline-block;
        text-align: right;
        min-width: 240px;
        color: #555;
    }

        .polls-centering .poll strong {
            margin: 0 0 5px;
            font-weight: normal;
            padding: 5px 0;
            border-bottom: 1px dotted #fff;
            font-size: 18px;
        }

    .polls-centering .poll-options,
    .polls-centering .poll-results {
        font-size: 18px;
        margin: 0 0 10px;
    }
/********** CATEGORY PAGE **********/

/* grids title */

.home-page-category-grid > .title,
.product-grid > .title {
    padding: 0 30px;
    text-align: center;
    margin: 0 0 25px;
}

    .home-page-category-grid > .title strong,
    .product-grid > .title strong {
        display: inline-block;
        position: relative;
        color: #666;
        font-size: 26px;
        font-weight: normal;
        font-family: "Kelly Slab", Calibri, sans-serif;
    }

        .home-page-category-grid > .title strong:after,
        .home-page-category-grid > .title strong:before,
        .product-grid > .title strong:after,
        .product-grid > .title strong:before {
            content: " ";
            position: absolute;
            top: 50%;
            margin-top: -2px;
            background: url(../img/title-dots.png) no-repeat center;
            width: 19px;
            height: 4px;
            -webkit-transform: translateZ(0) scale(1.0, 1.0);
        }

        .home-page-category-grid > .title strong:after,
        .product-grid > .title strong:after {
            right: -30px;
        }

        .home-page-category-grid > .title strong:before,
        .product-grid > .title strong:before {
            left: -30px;
        }
/* grids title */

.filters-button {
    display: none;
}

.breadcrumb {
    margin: 0 0 4px;
    padding: 9px 15px 0;
}

    .breadcrumb ul {
        font-size: 0;
    }

    .breadcrumb li {
        display: inline-block;
    }

        .breadcrumb li * {
            margin: 0 2px;
            line-height: 30px;
            font-size: 13px;
            color: #444;
        }
.breadcrumb li a{
    text-decoration: none;
}
.breadcrumb li a:hover{
    text-decoration: underline;
}
.breadcrumb strong{
    font-weight: 400;
}

.category-description,
.manufacturer-description,
.vendor-description {
    margin: 0 0 20px;
}
.category-description span{
    font-size: inherit !important;
    color: inherit !important;
}
.category-description pre{
    font-family: inherit;
}
.product-filters-wrapper {
    display: none;
}

.product-selectors {
    margin: 0 0 26px;
    text-align: center;
}

    .product-selectors:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    .product-selectors > div > span {
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
    }

    .product-selectors > div {
        display: inline-block;
        margin: 5px;
    }

    .product-selectors select {
        margin: 0 5px;
        text-transform: lowercase;
    }

div.product-viewmode {
    display: none;
}

.product-filters {
    display: none;
}

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after,
.vendor-grid:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.product-grid .item-box,
.product-list .item-box,
.manufacturer-grid .item-box,
.vendor-grid .item-box,
.search-results .product-list .item-box {
    position: relative;
    width: 100%;
    margin: 0 auto 40px;
    max-width: 333px;
    text-align: center;
}
.product-grid:not(.nop-jcarousel) .item-grid{
    display: flex;
    flex-flow: row wrap;
    margin-left: -7px;
    margin-right: -7px;
}
.product-grid:not(.nop-jcarousel) .item-grid .item-box{
    padding: 0 7px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex: 0 0 50%;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 35px;
} 

.item-box .picture {
    position: relative;
    margin: 0 0 12px;
    /*height: 200px;*/
}

    .item-box .picture > a {
        display: block;
        position: relative;
        overflow: hidden;
        height: 100%;
    }

        .item-box .picture > a:before {
            content: " ";
            display: block;
            padding-top: 100%;
        }

    .item-box .picture img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        max-width: 100%;
        margin: 0;
        width: 100%;
        -webkit-transform: translateZ(0);
    }

/*.item-box .category-item .picture img,*/
.item-box .sub-category-item .picture img {
    -webkit-transition: all .6s linear 0s;
    transition: all .6s linear 0s;
    -ms-transition: all .6s linear 0s;
    /*top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    max-width: 373px;*/
}

.product-grid .item-box .description-wrapper,
.product-list .item-box .description-wrapper {
    position: absolute;
    left: 0;
    bottom: 22px;
    right: 0;
    margin: auto;
    opacity: 0;
    height: 60px;
    background: rgba(233,203,180,.9);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translateZ(0);
}

.product-grid .item-box .description,
.product-list .item-box .description {
    /*position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;*/
    margin: auto;
    overflow: hidden;
    width: 130px;
    height: 36px;
    font-size: 20px;
    line-height: 1.2;
}

    .product-grid .item-box .description a,
    .product-list .item-box .description a {
        display: block;
        overflow: hidden;
    }

.product-grid .details .description,
.product-list .details .description {
    display: none;
}

.item-box .product-title {
    margin: 0 0 9px;
}

    .item-box .product-title a,
    .item-box .title a {
        display: block;
    }

    .item-box .product-title a {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        overflow: hidden;
        text-transform: uppercase;
        color: var(--black);
    }

.item-box .sku {
    margin: 0 0 5px;
}

.item-box .product-rating-box {
    font-size: 0;
    margin: 0 0 5px;
}

.item-box .rating {
    display: inline-block;
    height: 19px;
    width: 100px;
    background: url(../img/rating1.png) 0 0 repeat-x;
}

    .item-box .rating div {
        height: 19px;
        background: url(../img/rating2.png) 0 0 repeat-x;
    }

.item-box .prices {
    margin: 0;
}

.item-box .old-price {
    color: #666;
    text-decoration: line-through;
    font-size: 14px;
    line-height: 20px;
}

.item-box .actual-price {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #27BCC5;
    display: block;
    text-align: center;
    margin-top: 6px;
}

.tax-shipping-info a,
.footer-tax-shipping a {
    text-decoration: underline;
}

.item-box .buttons {
    display: none;
    font-size: 0;
}

.item-box input[type="button"] {
    border: 0;
    background: #71C0CF;
    padding: 4px 20px;
    height: 37px;
    font: normal 20px "Alef Hebrew", Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
}

    .item-box input[type="button"]:hover {
        background: #95DBE5;
    }

.item-box .add-to-compare-list-button{
    display: none !important;
}
.item-box .picture .add-to-wishlist-button{
    position: absolute;
    right: 8px;
    top: 8px;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border: none;
    background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' fill='none'%3E%3Cpath d='M9.216 15.959l-.001-.001-6.103-5.876C1.687 8.374 1 6.914 1 5.395 1 2.944 2.954 1 5.5 1a5.04 5.04 0 0 1 3.745 1.706l.755.87.755-.87A5.04 5.04 0 0 1 14.5 1C17.046 1 19 2.944 19 5.395c0 1.519-.687 2.979-2.112 4.689-1.435 1.723-3.507 3.57-6.102 5.884l-.783.694-.786-.702z' stroke='%23262022' stroke-width='2'/%3E%3C/svg%3E") no-repeat 50% 50% / 17px 15px;
}

.item-box .picture .add-to-wishlist-button:hover{
    background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' fill='none'%3E%3Cpath d='M9.216 15.959l-.001-.001-6.103-5.876C1.687 8.374 1 6.914 1 5.395 1 2.944 2.954 1 5.5 1a5.04 5.04 0 0 1 3.745 1.706l.755.87.755-.87A5.04 5.04 0 0 1 14.5 1C17.046 1 19 2.944 19 5.395c0 1.519-.687 2.979-2.112 4.689-1.435 1.723-3.507 3.57-6.102 5.884l-.783.694-.786-.702z' stroke='%23262022' stroke-width='2'/%3E%3C/svg%3E") no-repeat 50% 50% / 17px 15px;
}

.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
    margin: 0 0 5px;
}

.home-page-category-grid {
    margin: 0 0 50px;
}

.product-grid,
.product-list {
    margin: 0 0 20px;
}

    .product-grid .title {
        margin: 0 0 25px;
        font-size: 18px;
    }

        .product-grid .title strong {
            font-weight: normal;
        }

.cross-sells {
    margin: 50px 0 0;
}

.pager {
    margin: 0 0 20px;
}

    .pager ul {
        text-align: center;
        font-size: 0;
    }

    .pager li {
        display: inline-block;
        margin: 0 2px;
        vertical-align: middle;
    }

        .pager li * {
            display: block;
            min-width: 32px;
            overflow: hidden;
            padding: 4px;
            text-align: center;
            font-size: 18px; /*reset zeroing*/
            cursor: pointer;
            color: #aaa;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
        }

        .pager li span {
            color: #666;
            font-weight: bold;
        }

        .pager li.previous-page *,
        .pager li.next-page *,
        .pager li.first-page *,
        .pager li.last-page * {
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: center;
            border: 2px dotted #000;
            width: 45px;
            height: 45px;
            border-radius: 100%;
            text-indent: -9999px;
            overflow: hidden;
            opacity: .3;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
        }

        .pager li.previous-page * {
            background-image: url(../img/arrow-black-right.png);
        }

        .pager li.next-page * {
            background-image: url(../img/arrow-black-left.png);
        }

/* other grids */

.home-page-category-grid .item-box,
.sub-category-grid .item-box {
    margin: 0 auto 5px;
}

    .home-page-category-grid .item-box .picture,
    .sub-category-item .picture {
        margin-bottom: 0;
    }

.category-item .title a,
.sub-category-item .title a {
    color: #666;
    font-size: 20px;
    font-family: "Alef Hebrew", Calibri, sans-serif;
    text-transform: uppercase;
    padding: 13px;
    text-align: center;
}
/* manufacturers */

.manufacturer-item .picture,
.vendor-item .picture {
    border: 1px solid #eee;
    margin: 0 0 5px;
}

.manufacturer-grid .item-box .title a,
.vendor-grid .item-box .title a {
    font-weight: normal;
    font-size: 24px;
    color: #555;
}
/* vendors */

.vendor-list li {
    text-align: right;
    display: inline-block;
    margin: 0 10px 10px;
}

.vendor-list a {
    position: relative;
    padding: 5px 14px 5px 5px;
    font-size: 18px;
    line-height: 1;
    display: block;
    color: #333;
}

    .vendor-list a:before {
        content: " ";
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -3px;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background: #27BCC5;
    }

.contact-vendor input[type='button'] {
    border: 0;
    background: 0;
    background-image: url(../img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 4px 20px;
    margin: 0 0 15px;
    height: 36px;
    font: normal 20px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
}
/********** PRODUCT PAGE **********/


.product-page-name {
    background: #f3f3f3;
    text-align: center;
    margin: 0 0 10px;
    padding: 20px 0;
    position: relative;
}

    .product-page-name h1 {
        display: inline-block;
        font-size: 24px;
        line-height: 1.2;
        font-weight: normal;
        text-transform: uppercase;
    }

.product-essential {
    margin: 0 0 20px;
}

    .product-essential:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    .product-essential .breadcrumb {
        margin: 0 0 20px;
        width: 100%;
    }

.gallery {
    margin: 0 0 20px;
}

    .gallery .picture-wrapper {
        margin: 0 0 10px;
    }

    .gallery .picture {
        position: relative;
        max-width: 560px;
        margin: 0 auto 5px;
        overflow: hidden;
        background: #fff;
    }

        .gallery .picture:before {
            content: "";
            display: block;
            padding-top: 100%;
        }

        .gallery .picture img,
        .gallery .picture-thumbs img,
        .variant-picture img {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
            transform: none;
        }

    .gallery .picture-thumbs {
        overflow: hidden;
        font-size: 0;
    }

    .gallery .thumb-item {
        display: inline-block;
        position: relative;
        width: 100px;
        height: 100px;
        margin: 0 2px 5px;
        overflow: hidden;
        background: #fff;
    }

.product-details-page .overview {
    position: relative;
    margin: 0 0 20px;
}

.overview .breadcrumb {
    display: none;
}

.product-details-page .discontinued-product {
    margin: 0 0 20px;
    background: #f3f3f3;
}

.discontinued-product h4 {
    padding: 20px 0;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #c00;
}

.overview .product-name {
    margin: 0 0 15px;
}

.overview .short-description {
    margin: 0 0 27px;
    color: #444;
    font-size: 21px;
    line-height: 29px;
    font-weight: 500;
    text-align: right;
    
    
}

.overview .buttons {
    margin: 0 0 19px;
    font-size: 0;
    padding: 0 0 31px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}

    .overview .buttons div {
        display: inline-block;
    }

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.email-a-friend-button-2,
.overview .subscribe-button,
.variant-overview .subscribe-button,
.download-sample a {
    display: inline-block;
    font: 500 15px/20px var(--mainfont);
    height: 20px;
    color: var(--black);
    background: none;
    border: 0;
    padding: 0 29px 0 5px;
    background-position: 99% 50%;
    background-repeat: no-repeat;
}

@media all and (max-width: 425px){
    .overview .add-to-wishlist-button, .email-a-friend-button-2 {
        font: 500 11px/20px var(--mainfont);
    }
}


.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' fill='none'%3E%3Cpath d='M9.216 15.959l-.001-.001-6.103-5.876C1.687 8.374 1 6.914 1 5.395 1 2.944 2.954 1 5.5 1a5.04 5.04 0 0 1 3.745 1.706l.755.87.755-.87A5.04 5.04 0 0 1 14.5 1C17.046 1 19 2.944 19 5.395c0 1.519-.687 2.979-2.112 4.689-1.435 1.723-3.507 3.57-6.102 5.884l-.783.694-.786-.702z' stroke='%23262022' stroke-width='2'/%3E%3C/svg%3E");
    background-size: 20px 18px;
}

.overview .add-to-compare-list-button {
    background-image: url(../img/icon-compare.png);
}

.overview .email-a-friend-button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' fill='none'%3E%3Cpath d='M18 0H2C.9 0 .01.9.01 2L0 14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zm0 14H2V4l8 5 8-5v10zm-8-7L2 2h16l-8 5z' fill='%23262022'/%3E%3C/svg%3E");
    background-size: 20px 16px;
    display: none;
}

.overview .subscribe-button,
.variant-overview .subscribe-button {
    background-image: url(../img/icon-backinstock.png);
}

.download-sample a {
    background-image: url(../img/icon-download.png);
}

.qq-upload-button {
    border: 0 !important;
    background: 0 !important;
    background-image: url(../img/bg-button-small.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 120px !important;
    text-align: center !important;
    background-size: 100% 100% !important;
    padding: 7px 12px !important;
    font: normal 16px "Open Sans Condensed", Arial, sans-serif !important;
    text-transform: uppercase !important;
}

.overview .secondary-info {
    margin: 0 0 20px;
}

.overview .sku, .variant-overview .sku,
.overview .gtin, .variant-overview .gtin,
.overview .stock, .variant-overview .stock,
.overview .delivery-date, .variant-overview .delivery-date,
.overview .product-vendor, .variant-overview .product-vendor,
.overview .manufacturers, .manufacturer-part-number {
    margin: 0 0 5px;
}

.overview .label,
.variant-overview .label {
    font-size: 18px;
    color: #555;
    margin-left: 5px;
}

.overview .value,
.variant-overview .value {
    font-size: 18px;
    color: #AD6D3B;
}

    .overview .value a,
    .variant-overview .value a {
        text-decoration: underline;
    }

.free-shipping {
    width: 100px;
    height: 100px;
    margin: 15px auto;
    border: 1px solid #ccc;
    border-radius: 50px;
    background: #AD6D3B;
    padding: 30px 15px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.product-reviews-overview {
    margin: 0 0 20px;
    text-align: center;
}

.product-no-reviews a {
    text-decoration: underline;
    font-size: 14px;
}

.product-review-box {
    display: inline-block;
    margin: 0 0 5px;
}

    .product-review-box .rating {
        width: 100px;
        height: 19px;
        background: url('../img/rating1.png') repeat-x;
    }

        .product-review-box .rating div {
            height: 19px;
            background: url('../img/rating2.png') repeat-x;
        }

.overview .prices {
    margin: 0 0 30px;
    overflow: hidden;
    text-align: center;
}

.overview .old-product-price,
.overview .product-price,
.variant-overview .old-product-price,
.variant-overview .product-price {
    display: inline-block;
    margin: 0 5px;
}

.overview .old-product-price,
.variant-overview .old-product-price {
    font-size: 15px;
    color: #666;
    text-decoration: line-through;
    font-weight: 500;
}

.overview .product-price,
.variant-overview .product-price {
    font-size: 20px;
    color: var(--black);
    font-weight: 600;
}

.variant-overview .prices {
    text-align: right;
    margin: 0 0 10px;
}

.variant-overview .old-product-price + .product-price {
    display: block;
}

.overview .old-product-price label,
.overview .product-price label,
.variant-overview .old-product-price label,
.variant-overview .product-price label {
    display: none;
}

.overview .old-product-price span,
.overview .product-price span,
.variant-overview .old-product-price span,
.variant-overview .product-price span {
    vertical-align: middle;
}


.customer-entered-price {
    margin: 0 0 20px;
    overflow: hidden;
    background: #f6f6f6;
    padding: 10px;
}

    .customer-entered-price > div {
        display: inline-block;
    }

    .customer-entered-price .price-input {
        margin: 0 5px;
    }

    .customer-entered-price .enter-price-input {
        width: 50px;
        text-align: center;
    }

    .customer-entered-price .price-range {
        font-weight: bold;
    }

.overview .add-to-cart {
    margin: 0 0 45px;
}

.overview .add-to-cart .html-widget[data-id="26"] p{
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-between;
}

.min-qty-notification {
    margin: -10px 0 10px;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    position: relative;
}

.variant-overview .qty-label {
    position: absolute;
    right: -25px;
    line-height: 36px;
    display: none !important;
}
.overview .add-to-cart-panel .qty-label{
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: var(--black);
}
.overview .add-to-cart-panel .ajax-cart-button-wrapper{
    clear: both;
    width: 100%;
}
.quantity-spinner{
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    height: 44px;
    padding: 0;
    color: var(--black);
    font-size: 15px;
    display: inline-flex;
    align-items: center;
}
.add-to-cart-panel .quantity-spinner span.in_a{
    width: 44px;
    height: 42px;
    display: block;
    text-align: center;
    color: transparent;
    font-size: 0 !important;
    
}
.add-to-cart-panel .quantity-spinner span.in_a::selection {
    color: transparent;
    background: transparent;
}
.add-to-cart-panel .quantity-spinner span.in_a.plus_quantity{
    padding: 0 6px 0 0;
    margin: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'%3E%3Cpath d='M18 20v5h2v-5h5v-2h-5v-5h-2v5h-5v2h5z' fill='%23262022'/%3E%3C/svg%3E") no-repeat 0 50% / contain;
    
}
.add-to-cart-panel .quantity-spinner span.in_a.min_quantity{
    padding: 0 0 0 6px;
    margin: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'%3E%3Cpath d='M13,18h12v2H13V18z' fill='%23262022'/%3E%3C/svg%3E") no-repeat 100% 50% / contain;
}

.quantity-wrapper{
    display: flex;
    flex-direction: row;
    margin-bottom: 22px;
    justify-content: center;
    align-items: center;
    gap: 25px;
}


.overview .qty-input, .variant-overview .qty-input,
.overview .qty-dropdown, .variant-overview .qty-dropdown {
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    border: 1px solid #969696;
    font-family: Arial, sans-serif;
    margin-top: 3px;
    margin-left: -1px;
}

.overview .add-to-cart-panel .quantity-spinner .qty-input{
    margin: 0;
    width: 40px;
    text-align: center;
    border: none;
    height: 42px;
}


.overview .qty-dropdown, .variant-overview .qty-dropdown {
    width: auto;
}

.overview .add-to-cart-button, .variant-overview .add-to-cart-button {
    border: 0;
    background: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 2px 20px;
    height: 35px;
    font: 400 20px var(--mainfont);
    text-transform: uppercase;
}

.overview .add-to-cart-button {
    background: #27BCC5;
    color: #fff;
    height: 46px;
    padding: 10px 25px;
    border-radius: 23px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    width: 100%;
}

.variant-overview .add-to-cart-button {
    background-image: url(../img/rtl-bg-button-variant.png);
}

.overview .add-to-cart .add-to-wishlist-button {
    display: none;
}

.product-share-button {
    /*display: none;*/
    float: left;
    padding-top: 6px;
}

.addthis_toolbox {
    display: none !important;
}


.full-description {
    clear: both;
    margin: 0 0 20px;
    font-size: 18px;
    text-align: justify;
}

.product-collateral {
    margin: 0 0 20px;
}

    .product-collateral .title {
        margin: 0 0 10px;
        font-size: 24px;
    }

        .product-collateral .title strong {
            font-weight: normal;
        }

.tier-prices {
    margin: 0 0 20px;
}

    .tier-prices .prices-header {
        margin: 0 0 10px;
    }

    .tier-prices .field-header {
        min-width: 100px;
    }

    .tier-prices .item-price {
        color: #c00;
    }

/* variants */

.product-variant-list {
    margin: 0 0 20px;
}

.variant-picture {
    position: relative;
    overflow: hidden;
}

    .variant-picture:before {
        content: " ";
        display: block;
        padding-top: 100%;
    }

.variant-overview {
    width: 100%;
}

    .variant-overview .variant-name {
        font-size: 20px;
        color: #555;
        text-transform: uppercase;
        text-align: right;
        margin: 0 0 5px;
    }

    .variant-overview .variant-description {
        margin: 0 0 15px;
        font-size: 16px;
        color: #333;
        text-align: justify;
    }

    .variant-overview .sku,
    .variant-overview .gtin,
    .variant-overview .stock,
    .variant-overview .delivery-date,
    .variant-overview .product-vendor {
        text-align: right;
        overflow: hidden;
    }

        .variant-overview .sku span,
        .variant-overview .gtin span,
        .variant-overview .stock span,
        .variant-overview .delivery-date span,
        .variant-overview .product-vendor span,
        .manufacturer-part-number span {
            float: right;
            margin: 0 0 0 5px !important;
        }

    .variant-overview .free-shipping {
        margin: 0 auto 5px;
    }

.price-and-buy {
    padding: 10px 0 0;
    text-align: center;
}

.variant-overview .prices {
    margin: 0 0 10px;
}

.variant-overview .add-to-wishlist-button {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto;
}
/* variants grid */

.product-variant-list.grid .product-variant-line {
    margin: 0 auto 20px;
    width: 360px;
    max-width: 100%;
}

.product-variant-list.grid .variant-overview .variant-name {
    padding: 15px 5px;
    line-height: 1;
    margin: 0;
}

.product-variant-list.grid .details-wrapper {
    background: #f3f3f3;
}

.product-variant-list.grid .details-title {
    position: relative;
    text-align: right;
    font-size: 20px;
    line-height: 1;
    padding: 10px;
    cursor: pointer;
}

    .product-variant-list.grid .details-title:after {
        content: " ";
        position: absolute;
        top: 12px;
        left: 12px;
        ;
        width: 18px;
        height: 18px;
        background: url(../img/icon-plus.png) no-repeat center;
    }

    .product-variant-list.grid .details-title.open:after {
        background: url(../img/icon-minus.png) no-repeat center;
    }

.product-variant-list.grid .details-content {
    display: none;
    padding: 10px;
    border-top: 1px dotted #c6c6c6;
}
/*Jquery Tabs start*/
.ui-tabs {
    margin: 0 0 20px;
}

    .ui-tabs .ui-tabs-nav {
        overflow: hidden;
    }

        .ui-tabs .ui-tabs-nav li a {
            display: block;
            background: #f3f3f3;
            padding: 10px;
            color: #666;
            font-size: 22px;
            text-align: center;
            margin-bottom: 3px;
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
            .ui-tabs .ui-state-active.ui-tabs-active a,
            .ui-tabs .ui-tabs-nav li a:hover {
                background: #27BCC5;
                color: #fff;
            }

    .ui-tabs .ui-tabs-panel {
        padding: 15px;
    }

        .ui-tabs .ui-tabs-panel p {
            margin: 0 0 10px;
            line-height: 20px;
        }

    .ui-tabs .ui-tabs-hide {
        display: none;
    }
/*Jquery Tabs end*/

.product-specs-box,
.product-tags-box {
    margin: 0 0 35px;
}

.product-tags-box {
    text-align: center;
}

.product-tags-list {
    font-size: 0;
}

    .product-tags-list li {
        display: inline-block;
        font-size: 16px;
    }

        .product-tags-list li.separator {
            margin: 0 3px 0 5px;
        }

    .product-tags-list a {
        display: inline-block;
        line-height: 24px;
    }

.product-details-page .product-grid {
    margin: 0 0 30px;
}

.product-details-page .item-box .picture {
    margin: 0;
}

.product-details-page .item-box .details {
    background: #fff;
    padding: 12px;
}

.attributes {
    margin: 0 0 20px;
    overflow: hidden;
}

    .attributes dl {
        overflow: hidden;
    }

    .attributes dt {
        display: block;
        white-space: nowrap;
        font-weight: bold;
        margin: 0 0 5px;
    }

    .attributes dd {
        margin: 0 0 10px;
    }

    .attributes li {
        margin: 0 0 5px;
    }

    .attributes dt > label {
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
    }

    .attributes select {
        width: auto;
        max-width: 100%;
        border: 1px solid #ddd;
        border-radius: 6px;
        background: #ffffff;
        height: 44px;
        padding: 5px 15px;
        color: var(--black);
        font-size: 15px;
        font-weight: 400;
    }

    .attributes input[type=text] {
        width: 200px;
        max-width: 100%;
    }

.ui-datepicker {
    background-color: #ffffff;
    text-align: center;
    width: 280px;
}

.ui-datepicker-title {
    font-weight: bold;
    line-height: 32px;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    color: #555;
    font-family: "Open Sans Condensed",Arial,sans-serif;
    background: #fff;
    border: 1px solid #ccc;
}

.ui-datepicker-header a {
    font-size: 0;
    height: 32px;
    position: absolute;
    top: 0;
    width: 32px;
    z-index: 1;
}

    .ui-datepicker-header a.ui-datepicker-prev {
        background: url("../img/arrow-gray-right.png") no-repeat scroll center center rgba(0, 0, 0, 0);
        left: 0;
    }

    .ui-datepicker-header a.ui-datepicker-next {
        background: url("../img/arrow-gray-left.png") no-repeat scroll center center rgba(0, 0, 0, 0);
        right: 0;
    }

.ui-datepicker-header {
    background-color: #333333;
    color: #ffffff;
    height: 32px;
    position: relative;
}

.ui-datepicker-calendar th, .ui-datepicker-calendar td {
    border: 1px solid #cccccc;
    width: 14.285%;
}

.ui-datepicker-calendar th {
    background-color: #eeeeee;
}

    .ui-datepicker-calendar th span, .ui-datepicker-calendar td a {
        display: block;
        line-height: 32px;
        min-height: 32px;
    }

.ui-datepicker-calendar td a {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}



.attributes textarea {
    width: 350px;
    max-width: 100%;
}

.attributes .option-list li > * {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
}

.attributes p {
    font-size: 14px;
    font-weight: normal;
    white-space: pre-wrap;
}

.attributes .qty-box {
    margin: 0 10px 0 0;
}

    .attributes .qty-box label {
        display: none;
    }

    .attributes .qty-box input {
        width: 50px;
        min-width: 0;
    }

.attribute-squares {
    font-size: 0;
}

    .attribute-squares li {
        display: inline-block;
        margin: 0;
    }

    .attribute-squares .attribute-square-container {
        display: block;
        border: 1px solid transparent;
        border-radius: 100%;
        padding: 3px;
        position: relative;
        z-index: 1;
    }

    .attribute-squares label {
        height: 35px;
        overflow: hidden;
    }

    .attribute-squares .attribute-square {
        display: block !important;
        width: 26px !important;
        height: 26px !important;
        border: 1px solid #c9c9c9 !important;
        cursor: pointer;
        border-radius: 100%;
    }

.selected-value .attribute-square-container {
    border-color: #c9c9c9;
}

.attribute-squares li input {
    position: relative;
    z-index: -1;
    margin: -45px 0 0;
}

.attributes .qty-box {
    margin: 0 3px;
}

    .attributes .qty-box input[type=text] {
        width: 50px;
        text-align: center;
    }

.giftcard {
    margin: 0 0 20px;
    overflow: hidden;
    clear: both;
}

    .giftcard div {
        margin: 0 0 10px;
    }

    .giftcard > div:last-child {
        margin: 0;
    }

    .giftcard label {
        display: block;
        margin: 0 0 5px;
    }

    .giftcard input,
    .giftcard textarea {
        width: 350px;
        max-width: 100%;
    }

    .giftcard textarea {
        height: 150px;
    }


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
    font-style: italic;
}

    .product-reviews-page h1 a:before,
    .product-reviews-page h1 a:after {
        content: "''";
    }

.product-reviews-page .title {
    color: #af825d;
    font-size: 24px;
    border-bottom: 1px dotted #dcdcdc;
    padding: 0 0 5px;
    margin: 0 0 10px;
    text-align: center;
}

    .product-reviews-page .title strong {
        font-weight: normal;
        display: block;
    }

.write-review {
    margin: 0 0 30px;
}

    .write-review .form-fields {
        margin: 0 0 15px;
    }

    .write-review .review-rating {
        text-align: center;
    }

        .write-review .review-rating label {
            display: block;
            margin: 0 0 5px;
            font-size: 18px;
            vertical-align: middle;
        }

.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}

.write-review .review-rating li {
    display: inline-block;
    margin: 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 18px;
    height: 24px;
}

    .write-review .review-rating li.first {
        color: #c00;
    }

    .write-review .review-rating li:nth-child(2) {
        padding-top: 2px;
    }

        .write-review .review-rating li:nth-child(2) input {
            vertical-align: baseline;
        }

    .write-review .review-rating li.last {
        color: #690;
    }

.write-review .captcha-box {
    margin: 15px 0 0;
}

.write-review .button-1 {
    border: 0;
    background: var(--brand);
    color: #ffffff;
    border-radius: 30px;
    padding: 4px 20px;
    font: normal 20px var(--mainfont);
    text-transform: uppercase;
}

.product-reviews-page .result,
.product-reviews-page .message-error {
    margin: 0 0 20px;
}

.product-review-list {
    overflow: hidden;
}

.product-review-item {
    margin: 0 auto 30px;
    max-width: 1000px;
}

    .product-review-item .review-item-head {
        margin: 0 0 10px;
        overflow: hidden;
        background: #f6f6f6;
        padding: 10px;
    }

    .product-review-item .review-title {
        float: right;
        text-transform: uppercase;
    }

    .product-review-item .product-review-box {
        float: left;
        margin: 0;
    }

    .product-review-item .review-text {
        margin: 0 0 15px;
    }

    .product-review-item .review-info {
        margin: 0 0 5px;
    }

        .product-review-item .review-info a,
        .product-review-helpfulness .vote {
            display: inline-block;
            padding: 0 10px;
            font-weight: bold;
            text-decoration: underline;
            cursor: pointer;
        }

.product-review-helpfulness .question {
    margin: 0 0 0 5px;
    font-style: italic;
}

.product-review-helpfulness .result {
    margin: 0 10px 0 0;
}

.product-review-item .reply {
    margin: 20px 0 0;
}

.product-review-item .reply-header {
    font-weight: bold;
    margin: 0 0 5px;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-page .page-title {
    background: #f3f3f3;
    padding: 15px 0;
}

.wishlist-content {
    margin: 0 0 20px;
}

    .wishlist-content .tax-shipping-info {
        margin: 0 0 10px 0;
    }

    .wishlist-content .message-error {
        margin: 0 0 10px;
    }

    .wishlist-content .buttons {
        font-size: 0;
    }

    .wishlist-content .button-2 {
        margin: 0 5px 5px;
        border: 0;
        background: var(--brand);
        color: #ffffff;
        border-radius: 30px;
        padding: 5px 20px;
        font: normal 18px var(--mainfont);
        text-transform: uppercase;
    }

.wishlist-page .share-info a {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
}

.compare-products-page {
    overflow: hidden;
}

    .compare-products-page img {
        max-width: 100%;
    }

    .compare-products-page .clear-list {
        border: 0;
        background: var(--brand);
        color: #ffffff;
        border-radius: 30px;
        padding: 4px 20px;
        font: normal 20px var(--mainfont);
        text-transform: uppercase;
        display: inline-block;
        margin: 0 0 15px;
    }

    .compare-products-page .button-2 {
        display: inline-block;
        border: 0;
        background: url(../img/icon-x.png) no-repeat left center;
        padding: 7px 0 9px 16px;
        font: normal 16px/1 "Open Sans Condensed", Arial, sans-serif;
    }
/*********** TOPICS ***********/



.topic-block {
    margin: 0 auto 20px;
    max-width: 1000px;
}

.home-page .topic-block {
    margin-bottom: 30px;
}

.topic-block-title {
    padding: 0 30px;
    text-align: center;
}

    .topic-block-title h2 {
        display: inline-block;
        position: relative;
        color: #666;
        font-size: 30px;
        font-weight: normal;
        font-family: "Kelly Slab", Calibri, sans-serif;
    }

        .topic-block-title h2:after,
        .topic-block-title h2:before {
            content: " ";
            position: absolute;
            top: 50%;
            margin-top: -2px;
            background: #27BCC5 url(../img/title-dots.png) no-repeat center;
            width: 19px;
            height: 4px;
            -webkit-transform: translateZ(0) scale(1.0, 1.0);
        }

        .topic-block-title h2:after {
            right: -30px;
        }

        .topic-block-title h2:before {
            left: -30px;
        }

.topic-block-body {
    line-height: 1.5;
}
.topic-block-body p{
    margin: 0 0 0.6875em;
}


.topic-block a,
.topic-page a {
    text-decoration: underline;
}

.topic-page .page-body {
    line-height: 20px;
    width: 95%;
    max-width: 1000px;
    margin: auto;
}

.topic-password {
    text-align: center;
}

.enter-password-title {
    margin: 0 0 10px;
    color: #c00;
}

.enter-password-form {
    display: inline-block;
    overflow: hidden;
}

    .enter-password-form input[type="password"] {
        float: right !important;
        width: 200px !important;
        height: 36px !important;
    }

    .enter-password-form input[type="submit"] {
        float: right !important;
        width: auto !important;
        height: 36px !important;
        border: none !important;
        background: #ccc !important;
        padding: 0 20px !important;
        font-size: 16px !important;
    }

.password-error {
    margin: 0 0 10px;
}
/*********** CONTACT & EMAIL A FRIEND ***********/



.email-a-friend-page .topic-block p {
    text-align: center;
}

.contact-page .form-fields,
.email-a-friend-page .form-fields,
.product-reviews-page .form-fields,
.apply-vendor-page .form-fields {
    margin: 0 auto 25px;
    width: 670px;
    max-width: 100%;
}

.contact-page .message-error,
.email-a-friend-page .message-error {
    margin: 0 0 10px;
}

.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    border: 0;
    padding: 4px 20px;
    font: normal 20px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
}




.email-a-friend-page .title {
    margin: 0 0 15px;
}

    .email-a-friend-page .title h2 {
        border-bottom: 1px dotted #dcdcdc;
        padding: 0 0 5px;
        margin: 0 0 10px;
        text-align: center;
        font-weight: normal;
    }

    .email-a-friend-page .title a {
        color: #af825d;
        font-size: 24px;
    }

.contact-page form {
    margin: 0;
}


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/


.registration-page .form-fields,
.login-page .form-fields,
.password-recovery-page .form-fields {
    max-width: 100%;
    margin: auto;
}

.registration-page .date-of-birth select,
.account-page .date-of-birth select {
    width: 88px;
}
.inputs > label[for="Newsletter"]{
    display: inline;
}

.registration-page select + select,
.account-page select + select {
    margin: 0 10px 0 0;
}

.gender {
    display: inline-block;
}

    .gender span {
        display: inline-block;
        margin: 0 3px;
    }

        .gender span > * {
            vertical-align: middle;
            line-height: 32px;
            width: auto !important;
            cursor: pointer;
        }

#check-availability-button {
    border: none;
    font-size: 16px;
    padding: 10px 20px;
    border: 0;
    background: 0;
    background-image: url(../img/bg-button-small.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    font: normal 20px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
}

#username-availabilty {
    display: block;
    margin: 5px 0 0;
    font-size: 14px;
    color: #c00;
}

    #username-availabilty:empty {
        display: none;
    }

.email-to-revalidate {
    display: inline-block;
    line-height: 32px;
    font-size: 18px;
}

.vat-status,
.vat-note,
.email-to-revalidate-note {
    display: block;
    margin: 5px 0 0;
    text-align: center;
    font-size: 16px; /*reset zeroing*/
}

.accept-privacy-policy {
    margin: 0 0 20px;
    text-align: center;
}

    .accept-privacy-policy > * {
        display: inline-block;
        line-height: 32px;
        vertical-align: middle;
        cursor: pointer;
    }

    .accept-privacy-policy a {
        font-weight: bold;
    }

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
    border: 0;
    background: var(--brand);
    height: 40px;
    border-radius: 20px;
    padding: 10px 30px;
    font: 600 18px/20px var(--mainfont);
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    width: auto;
    min-width: 230px;
}

.registration-result-page .result {
    margin: 0 0 20px;
    color: #690;
    text-align: center;
}
.login-page{
    max-width: 800px;
    margin: 0 auto;
}
.login-page .customer-blocks {
    margin: 0 0 30px;
}

.login-page .title {
    color: #af825d;
    font-size: 24px;
    border-bottom: 1px dotted #dcdcdc;
    padding: 0 0 5px;
    margin: 0 0 10px;
    text-align: center;
}

    .login-page .title strong {
        font-weight: normal;
        display: block;
        padding: 0;
    }

.login-page .new-wrapper {
    margin: 0 0 50px;
}

.login-page .text {
    margin: 0 0 20px;
    text-align: center;
}
.login-page .register-block .buttons{
    text-align: center;
}

.login-page .inputs.reversed * {
    margin: 5px 0;
    display: inline;
}
.login-form .buttons{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.login-form .buttons .forgot-password{
    order: -1;
    margin-bottom: 15px;
}

label[for=RememberMe] {
    display: inline-block;
    width: auto;
}

.forgot-password {
    font-size: 16px;
    width: 100%;
    display: block;
}

    .forgot-password a {
        color: #999;
    }

.external-authentication {
    margin: 0 0 20px;
    overflow: hidden;
    text-align: center;
}

    .external-authentication fieldset {
        float: none !important;
    }

.registration-page .external-authentication .title {
    margin: 0 0 15px;
    text-align: center;
    border-bottom: 1px dashed #dcdcdc;
    font-weight: normal;
    font-size: 24px;
    color: #af825d;
    padding: 0 0 5px;
    display: block;
}

.password-recovery-page .tooltip {
    margin: 0 0 20px;
    text-align: center;
}

.password-recovery-page .result {
    margin: 0 0 5px;
    font-weight: bold;
}
.account-page{
    max-width: 800px;
    margin: 0 auto;
}

.account-page .button-2 {
    border: 0;
    padding: 6px 20px;
    font: normal 16px "Open Sans Condensed", Arial, sans-serif;
    text-transform: uppercase;
    background-color: var(--brand);
    color: #fff;
}

    .account-page .button-2:hover {
        background-color: #95DBE5;
    }

.account-page .edit-address {
    margin: 0 0 20px;
}

.account-page .description {
    margin: 0 0 20px;
}

.account-page .address-list,
.account-page .order-list {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.account-page .address-item,
.account-page .order-item {
    padding: 10px 10px 15px;
    background: #f9f9f9;
    margin: 0;
}

    .account-page .address-item .buttons,
    .account-page .order-item .buttons {
        margin: 0;
    }

.address-list-page .info,
.order-list-page .info {
    margin: 0 0 20px;
    line-height: 20px;
}

.address-list-page .add-button {
    margin: 0 0 15px;
    text-align: center;
}

.return-request-page .page-title {
    padding: 15px 30px;
    background: #f3f3f3;
}

.return-request-page .uploadedfileinput {
    display: inline-block;
    vertical-align: middle;
}

.return-request-list-page a {
    font-weight: bold;
}

.return-request-list-page .comments {
    margin: 15px 0 0;
}

.shipment-details-page .page-title {
    padding: 15px 30px;
    background: #f3f3f3;
}

.reward-points-overview,
.reward-points-history .title {
    margin: 0 0 15px;
}

.reward-points-overview {
    font-size: 18px;
}

.reward-points-history .title {
    margin: 0 0 15px;
    text-align: center;
    border-bottom: 1px dashed #dcdcdc;
}

    .reward-points-history .title strong {
        font-weight: normal;
        font-size: 24px;
        color: #af825d;
        padding: 0 0 5px;
        display: block;
    }

.avatar-page .message-error {
    margin: 0 0 10px;
}

.avatar-page .fieldset {
    margin: 0 0 15px;
}

.avatar-page .image {
    margin: 0 0 10px;
}

    .avatar-page .image img {
        border: 1px solid #ccc;
    }

.avatar-page input[type="file"] {
    width: 86px;
    overflow: hidden;
}

.avatar-page input[type="submit"] {
    padding: 5px 10px;
}

.avatar-page .info {
    margin: 0 0 20px;
}

.user-agreement-page {
    text-align: center;
}

.terms-of-agreement {
    padding: 0 0 20px 0;
    text-align: center;
    line-height: 20px;
}

.user-agreement-page .button-1 {
    background: rgba(0, 0, 0, 0) url("../img/bg-button-small.png") no-repeat scroll center center / 99% 100%;
    border: 0 none;
    font: 16px "Open Sans Condensed",Arial,sans-serif;
    padding: 6px 20px;
    text-transform: uppercase;
}
/********** SHOPPING CART & CHECKOUT **********/


.order-progress {
    display: none;
    margin: 0 0 20px;
    text-align: center;
    padding: 15px 0 0;
    background: #f3f3f3;
}

    .order-progress ul {
        font-size: 0;
    }

    .order-progress li {
        display: inline-block;
        margin: 0 25px 15px;
    }

    .order-progress a {
        position: relative;
        display: block;
        font-size: 16px; /*reset zeroing*/
        padding: 50px 0 0;
        color: #000;
        opacity: .3;
        min-width: 47px;
    }

        .order-progress a:before {
            content: " ";
            position: absolute;
            top: 0;
            right: 50%;
            margin-right: -22px;
            width: 45px;
            height: 45px;
            overflow: hidden;
            cursor: pointer;
            background: url(../img/nav-button-left.png) no-repeat center;
        }

    .order-progress li.active-step a {
        opacity: .7;
        cursor: pointer;
    }

    .order-progress li.inactive-step a {
        cursor: default;
    }

    

.order-summary-content > form > .buttons {
    margin: 0 0 30px;
}

.shopping-cart-page .button-1,
.checkout-page .button-1 {
    border: 0;
    background: var(--brand);
    color: white;
    padding: 4px 25px;
    font: normal 20px var(--mainfont);
    border-radius: 25px;
}

    .shopping-cart-page .button-1:hover,
    .checkout-page .button-1:hover {
        background: var(--brand-hover);
    }

.checkout-page .button-1,
.order-completed-continue-button {
    min-width: 115px;
}

.order-completed-continue-button {
    font-size: 20px !important;
}

.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a {
    border: 0;
    background: var(--brand);
    color: #fff;
    padding: 6px 15px;
    font: normal 18px var(--mainfont);
}

    .shopping-cart-page .button-2:hover,
    .checkout-page .button-2:hover,
    .order-details-page .page-title a:hover{
        background: var(--brand-hover);
        color: #fff;
    }

.remove-discount-button,
.remove-gift-card-button {
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    border: 1px solid #ccc;
    background: #fff url('../img/close.png') center no-repeat;
    cursor: pointer;
}

.shopping-cart-page .message-error {
    margin: 0 0 20px;
    font-size: 13px;
}

.shopping-cart-page .tax-shipping-info {
    margin: 0 0 10px;
    text-align: center;
}

.shopping-cart-page .selected-checkout-attributes {
    display: none;
}

.selected-checkout-attributes {
    margin: 0 0 20px;
    text-align: center;
}

.shopping-cart-page .common-buttons {
    font-size: 0;
    text-align: center;
}

    .shopping-cart-page .common-buttons input {
        min-width: 150px;
        margin: 0 5px 15px;
    }

.checkout-attributes {
    margin: 20px 0 0;
    text-align: center;
}

    .checkout-attributes dt {
        margin: 0 0 5px;
        font-weight: bold;
    }

    .checkout-attributes li {
        line-height: 24px;
    }

        .checkout-attributes li * {
            vertical-align: middle;
        }

    .checkout-attributes label {
        float: none;
        display: block;
        text-align: right;
    }

.cart-footer:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.header .shopping-cart-link  a.shopping-cart-ico + a.shopping-cart-ico{
    display: none;
}

.cart-footer .totals {
    width: auto;
    max-width: 100%;
    margin: 20px auto 30px;
}

.cart-footer .total-info {
    margin: 0 0 20px;
}

    .cart-footer .total-info .will-earn-reward-points span {
        font-size: 15px;
        font-style: italic;
    }

.cart-total td {
    width: 50%;
    padding: 5px;
    font-size: 18px;
}

td.cart-total-left {
    text-align: right !important;
}

td.cart-total-right {
    text-align: left !important;
}

.cart-total tr:last-child td {
    padding-top: 10px;
    border-top: 1px dotted #dcdcdc;
    font-size: 20px;
}

.cart-total .order-total td {
    font-size: 20px;
    color: #AD6D3B;
    font-weight: bold;
}

.terms-of-service {
    margin: 0 0 20px;
}

    .terms-of-service label {
        cursor: pointer;
    }

    .terms-of-service a {
        margin-right: 5px;
        font-weight: bold;
        cursor: pointer;
    }

.cart-footer .button-1 {
    padding: 8px 35px;
}

.cart-collaterals {
    max-width: 100%;
    margin: 0 auto 30px;
}

    .cart-collaterals > div {
        margin: 0 0 30px;
    }

    .cart-collaterals .title {
        color: #af825d;
        font-size: 20px;
        border-bottom: 1px dotted #dcdcdc;
        display: block;
        padding: 0 0 5px;
        margin: 0 0 10px;
    }

        .cart-collaterals .title strong {
            font-weight: normal;
        }

    .cart-collaterals .hint {
        margin: 0 0 5px;
    }

    .cart-collaterals .deals > div {
        margin: 0 0 10px;
    }

    .cart-collaterals .coupon-code {
        font-size: 0;
        display: inline-block;
    }

        .cart-collaterals .coupon-code:after {
            content: ".";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }

        .cart-collaterals .coupon-code input[type="text"],
        .cart-collaterals .coupon-code input[type="email"],
        .cart-collaterals .coupon-code input[type="tel"] {
            float: right;
            width: 180px;
            border-radius: 0 6px 6px 0;
        }
        .cart-collaterals .coupon-code input.gift-card-coupon-redeem-limit{
            border-radius: 0;
        }

        .cart-collaterals .coupon-code input[type="submit"] {
            float: right;
            margin: 0;
            height: 44px;
            border-radius: 6px 0 0 6px;
        }

    .cart-collaterals .message {
        margin: 5px 0 0;
        color: #c00;
    }

    .cart-collaterals .current-code {
        margin: 5px 0 0;
        color: #690;
    }

.estimate-shipping .hint {
    margin: 0 0 10px;
}

.cart-collaterals .shipping-results {
    margin: 20px 0 0;
}

    .cart-collaterals .shipping-results li {
        margin: 10px 0;
    }

.cart-collaterals .shipping label {
    color: #505050;
    font-size: 18px;
}

.cart-collaterals .shipping .inputs:last-child {
    margin: 25px 0 0;
}

.checkout-page > .page-title {
    padding: 15px 30px;
    background: #f3f3f3;
}

.checkout-page .section {
    margin: 0 0 30px;
}

    .checkout-page .section > .title {
        color: #af825d;
        font: normal 24px/normal "Open Sans Condensed", Arial, sans-serif;
        border-bottom: 1px dotted #dcdcdc;
        display: block;
        padding: 0 0 5px;
        margin: 0 0 20px;
    }

        .checkout-page .section > .title strong {
            font-weight: normal;
        }

.checkout-page .address-grid {
    overflow: hidden;
}

.checkout-page .address-item {
    margin: 0 auto 20px;
    max-width: 320px;
}

    .checkout-page .address-item .address-box {
        background: #f9f9f9;
        padding: 10px;
    }

    .checkout-page .address-item .select-button {
        margin: 10px 0 0;
    }

    .checkout-page .address-item li {
        padding: 2px 0;
    }

        .checkout-page .address-item li.name {
            margin: 0 0 5px;
        }

        .checkout-page .address-item li.country {
            margin: 5px 0 0;
            font-size: 16px;
        }

.checkout-page .edit-address {
    margin: 0 0 20px;
}

    .checkout-page .edit-address .custom-attributes .option-list label {
        width: auto;
        margin: 0 10px 0 5px;
    }

.shipping-method .method-list,
.payment-method .method-list {
    margin: 0 0 20px;
}

    .shipping-method .method-list li,
    .payment-method .method-list li {
        margin: 0 0 20px;
        text-align: right;
    }

        .shipping-method .method-list li label,
        .payment-method .method-list li label {
            font-weight: bold;
            cursor: pointer;
        }

.shipping-method .method-description {
    margin: 5px 0 0;
}

.payment-method .use-reward-points {
    margin: 0 0 25px;
}

.payment-info .info {
    margin: 0 0 20px;
    text-align: justify;
}

.confirm-order .button-1 {
    margin: 0 0 20px;
}

.section.confirm-order .min-order-warning,
.section.confirm-order .message-error {
    display: block;
    text-align: right;
}

.order-review-data ul,
.shipment-overview ul {
    margin: 0 0 30px;
}

    .order-review-data ul .title {
        font-weight: bold;
    }

.order-review-data li,
.shipment-overview li {
    padding: 2px 0;
}

.order-review-data .title,
.shipment-overview .title,
.order-details-area .title {
    margin: 20px 0 5px;
}

    .order-review-data .title:first-child,
    .shipment-overview .title:first-child,
    .order-details-area .title:first-child {
        margin-top: 0;
    }

.order-completed .details {
    margin: 0 0 20px;
}

    .order-completed .details a {
        display: inline-block;
        margin: 5px 0 0;
        font-weight: bold;
    }

.opc .step-title {
    margin-bottom: 1px;
    overflow: hidden;
    background: #f6f6f6;
    padding: 10px;
}

.opc .allow .step-title,
.opc .allow .step-title * {
    cursor: pointer;
}

.opc .step-title * {
    float: right;
    font-size: 20px;
    font-weight: normal;
}

.opc .step-title span {
    margin: 0 0 0 10px;
}

.opc .step {
    margin: 10px 0;
    padding: 10px;
}

.opc .section {
    margin: 0 0 15px;
}

    .opc .section > label {
        display: block;
        margin: 0 0 10px;
    }

.opc input[type="text"],
.opc input[type="email"],
.opc input[type="tel"],
.opc select {
    max-width: 100%;
}

.opc .buttons {
    margin-bottom: 0;
}

.opc .back-link {
    margin: 0 0 10px;
}

    .opc .back-link small {
        display: none;
    }

    .opc .back-link a {
        font-weight: bold;
        position: relative;
        text-decoration: underline;
    }

        .opc .back-link a:before {
            content: "-";
            position: absolute;
            top: 0;
            left: 105%;
        }

.opc .please-wait {
    display: block;
    margin: 10px 0 0;
}

.order-details-page .page-title {
    position: relative;
    margin: 0 0 65px;
}

    .order-details-page .page-title div {
        display: flex;
        justify-content: center;
        margin: 20px 0;
    }

        .order-details-page .page-title div a {
            margin: 0 5px;
        }

.order-details-page .order-overview {
    margin: 0 0 20px;
    line-height: 20px;
}

.order-details-area {
    margin: 0 0 20px;
    overflow: hidden;
}

    .order-details-area ul {
        float: right;
        width: 100%;
        margin: 0 0 20px;
        vertical-align: top;
    }

        .order-details-area ul .title {
            font-weight: bold;
        }

.order-details-page .actions {
    margin: 20px 0 0;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

    .order-details-page .actions input,
    .order-details-area .repost .re-order-button {
        min-width: 100px;
        margin: 0 5px;
        border: 0;
        background: var(--brand);
        color: #ffffff;
        border-radius: 30px;
        padding: 7px 27px;
        font: normal 18px var(--mainfont);
        text-transform: uppercase;
    }

.order-details-page .cart-total {
    width: 300px;
    margin: 0 auto 30px;
}

.shipment-details-page .shipment-overview {
    overflow: hidden;
    margin: 0 0 20px;
}

    .shipment-details-page .shipment-overview > ul {
        text-align: right;
    }

        .shipment-details-page .shipment-overview > ul:first-child {
            margin: 0 0 20px;
        }

.shipment-details-page .section {
    width: 100%;
}
/*********** SEARCH & SITEMAP ***********/

.search-input {
    background: #EEEEEE;
    margin: 20px auto;
    max-width: 744px;
    padding: 20px;
}

    .search-input input + label {
        display: inline;
        margin: 0 2px 0 0;
    }

.basic-search {
    margin: 0 0 20px;
}

    .basic-search input[type="text"] {
        width: 400px;
        max-width: 100%;
    }

.advanced-search {
    margin: 0 0 20px;
}

    .advanced-search .price-range {
        display: inline-block;
    }

        .advanced-search .price-range input {
            width: 80px;
            margin: 0 0 0 6px;
        }

.search-input .button-1 {
    border: 0;
    background: #71C0CF;
    padding: 4px 20px;
    font: normal 20px "Alef Hebrew", Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
}

    .search-input .button-1:hover {
        background: #95DBE5;
    }

.search-input .warning,
.search-results .result, .search-results .no-result {
    display: block;
    margin: 10px 0 0;
    font-weight: normal;
    color: #c00;
    text-align: center;
}

.search-results {
    margin: 30px 0 0;
}

.sitemap-page .page-title {
    background: #f3f3f3;
    padding: 15px 0;
}

.sitemap-page .description {
    margin: 0 0 20px;
}

.sitemap-page .entity {
    margin: 0 0 20px;
}

.sitemap-page .entity-title {
    border-bottom: 1px dotted #dcdcdc;
    padding: 0 0 5px;
    margin: 0 0 10px;
    text-align: center;
}

    .sitemap-page .entity-title h2 {
        font-weight: normal;
        display: block;
        color: #af825d;
        font-size: 24px;
    }

.sitemap-page .entity-body {
    line-height: 24px;
}

.sitemap-page li {
    text-align: right;
    display: inline-block;
    margin: 0 10px 10px;
}

.sitemap-page a {
    position: relative;
    padding: 5px 14px 5px 5px;
    font-size: 18px;
    line-height: 1;
    display: block;
    color: #333;
}

    .sitemap-page a:before {
        content: " ";
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -3px;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background: #27BCC5;
    }

    .sitemap-page a:empty {
        display: none;
    }
/********** NEWSLETTER *********/

.newsletter {
    position: relative;
}

.newsletter-subscribe {
    position: relative;
}

.newsletter .newsletter-heading {
    margin: 0 0 24px;
    position: relative;
    
    color: #fff;
    font: 400 15px/24px var(--mainfont);
    text-align: center;
}
.newsletter .newsletter-heading:before{
    content: '';
    display: block;
    width: 55px;
    height: 45px;
    margin: 0 auto 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 45'%3E%3Cpath d='M53.5,7H48V1.5C48,0.7,47.3,0,46.5,0S45,0.7,45,1.5V7h-5.5C38.7,7,38,7.7,38,8.5s0.7,1.5,1.5,1.5H45v5.5 c0,0.8,0.7,1.5,1.5,1.5s1.5-0.7,1.5-1.5V10h5.5c0.8,0,1.5-0.7,1.5-1.5S54.3,7,53.5,7z' fill='%2327bcc5'/%3E%3Cpath d='M24.2 26.1l14.6-8.9c.7-.4 1.5-.2 1.9.5s.2 1.5-.5 1.9l-14.9 9.1a2.11 2.11 0 0 1-2.4 0L7.7 19.6c-.7-.4-.9-1.3-.5-1.9.4-.7 1.3-.9 1.9-.5l15.1 8.9zM46.5 21a1.54 1.54 0 0 0-1.5 1.5v.5 2.5V37a4.95 4.95 0 0 1-5 5H8a4.95 4.95 0 0 1-5-5V15a4.95 4.95 0 0 1 5-5h21.5H32h.5A1.54 1.54 0 0 0 34 8.5 1.54 1.54 0 0 0 32.5 7H32h-2.5H8c-4.4 0-8 3.6-8 8v22c0 4.4 3.6 8 8 8h32c4.4 0 8-3.6 8-8V25.5 23v-.5a1.54 1.54 0 0 0-1.5-1.5z' fill='%23ffffff'/%3E%3C/svg%3E")no-repeat 50% 50% / contain;  
}

.newsletter .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.newsletter-email {
    display: block;
    position: relative;
}
.newsletter-email .newsletter-subscribe-button{
    position: absolute;
    left: 0;
    top: 0;
    background: #27bcc5;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 23px;
    min-width: 100px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    border: none;
}
.newsletter-email .newsletter-subscribe-text{
    width: 100%;
    border: 1px solid #bbb;
    border-radius: 20px;
    padding: 8px 20px 8px 110px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #444;
    height: 40px;
}


.newsletter-validation,
.newsletter-result {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
    color: #000;
}

.newsletter .options {
    clear: both;
    max-width: 300px;
}

    .newsletter .options span {
        display: inline-block;
        color: #000;
        margin: 0 15px 0 0;
    }

.newsletter-validation .please-wait {
    display: none !important;
}
/********** BLOG & NEWS **********/



.year strong {
    display: block;
    cursor: default;
}

.blog-posts {
    overflow: hidden;
}

.blog-page .post,
.news-items .news-item {
    position: relative;
    margin: 0 0 25px;
    overflow: hidden;
    text-align: right;
}

.blog-page .post-title {
    text-decoration: none;
    line-height: 34px;
}

.news-head {
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: 3px dotted #d3d3d3;
}

.post-head {
    margin: 0 0 20px;
}

.post-title {
    display: block;
    font-size: 24px;
    padding: 0 30px 5px 0;
    background: url(../img/icon-blog-post.png) no-repeat right center;
    border-bottom: 1px dashed #dcdcdc;
    margin: 0 0 15px;
}

    .post-title:hover {
        color: #af825d;
    }

.news-title {
    display: block;
    font-size: 20px;
    color: #555;
    text-transform: uppercase;
    padding: 0 30px 5px 0;
    background: url(../img/icon-blog-post.png) no-repeat right center;
}

.post-date, .news-date {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: #999;
}

    .post-date.richBlogDate {
        display: none;
    }

.post-body,
.news-body {
    margin: 0 0 20px;
    line-height: 20px;
}

.news-body {
    line-height: 1.2;
    height: 57px;
    overflow: hidden;
    text-align: justify;
}

.post-body > .richBlogComment {
    background: rgba(0, 0, 0, 0) url("../img/icon-blog-post.png") no-repeat scroll right center;
    display: none;
}

.news-item-page .news-body {
    height: auto;
}

.blog-page .tags,
.blogpost-page .tags {
    margin: 0 0 15px;
    overflow: hidden;
}

    .blog-page .tags label,
    .blogpost-page .tags label {
        display: block;
        font-weight: bold;
    }

    .blog-page .tags ul,
    .blogpost-page .tags ul {
        font-size: 0;
    }

    .blog-page .tags li,
    .blogpost-page .tags li {
        display: inline-block;
        font-size: 12px;
    }

        .blog-page .tags li.separator,
        .blogpost-page .tags li.separator {
            margin: 0 3px 0 5px;
        }

    .blog-page .tags a, .blogpost-page .tags a {
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        color: #af825d;
    }

.blog-page .post .buttons {
    text-align: right;
    margin: 0;
}

    .blog-page .post .buttons a {
        color: #af825d;
        font-weight: bold;
        font-size: 18px;
        margin-left: 15px;
    }

.new-comment {
    margin: 0 0 30px;
}

    .new-comment .title {
        padding: 0 10px 0 0;
        margin: 0 0 10px;
        text-align: right;
    }

    .new-comment .notifications {
        margin: 0 0 10px;
    }

    .new-comment .result {
        color: #690;
    }

    .new-comment .form-fields {
        margin: 0 0 15px;
    }

    .new-comment .inputs label {
        display: none;
    }

    .new-comment textarea {
        width: 100%;
    }

    .new-comment .button-1 {
        border: 0;
        background: var(--brand);
        color: #ffffff;
        border-radius: 30px;
        padding: 4px 20px;
        font: normal 20px var(--mainfont);
        text-transform: uppercase;
    }

.comment-list .title {
    font-size: 24px;
    color: #af825d;
    padding: 0 10px 5px 0;
    margin: 0 0 20px;
    text-align: right;
    border-bottom: 1px dashed #dcdcdc;
}

    .comment-list .title strong {
        display: block;
        font-weight: normal;
    }

.blog-comment, .news-comment {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px dashed #dcdcdc;
}

    .blog-comment:after,
    .news-comment:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.comment-info {
    width: 120px;
    margin: 0 auto 10px;
    border: 1px solid #ccc;
}

    .comment-info .username {
        display: block;
        padding: 5px;
    }

    .comment-info .avatar {
        position: relative;
        width: 120px;
        height: 120px;
        overflow: hidden;
    }

        .comment-info .avatar img {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

.comment-time {
    margin: 0 0 5px;
    font-style: italic;
    color: #999;
}

    .comment-time .stat-value {
        vertical-align: middle;
    }

.comment-title {
    color: #333;
    font-size: 20px;
    margin: 0 0 5px;
}

    .comment-title strong {
        font-weight: normal;
    }

.comment-body {
    line-height: 20px;
}

.news-items .buttons {
    margin: 15px 0 0;
}

.news-items .read-more {
    border: 0;
    background: var(--brand);
    color: #ffffff;
    border-radius: 30px;
    padding: 6px 20px;
    font: normal 16px var(--mainfont);
    text-transform: uppercase;
    float: left;
}

.news-item-page .inputs:first-child label {
    display: block;
}

.news-list-homepage {
    margin-bottom: 30px;
}

    .news-list-homepage .title {
        padding: 0 30px;
        text-align: center;
        margin: 0 0 20px;
    }

        .news-list-homepage .title strong {
            display: inline-block;
            position: relative;
            color: #666;
            font-size: 30px;
            font-weight: normal;
            font-family: "Kelly Slab", Calibri, sans-serif;
        }

            .news-list-homepage .title strong:after,
            .news-list-homepage .title strong:before {
                content: " ";
                position: absolute;
                top: 50%;
                margin-top: -2px;
                background: #27BCC5 url(../img/title-dots.png) no-repeat center;
                width: 19px;
                height: 4px;
                -webkit-transform: translateZ(0) scale(1.0, 1.0);
            }

            .news-list-homepage .title strong:after {
                right: -30px;
            }

            .news-list-homepage .title strong:before {
                left: -30px;
            }

    .news-list-homepage .view-all {
        padding: 5px 0;
        border-top: 3px dotted #d3d3d3;
        border-bottom: 3px dotted #d3d3d3;
        text-align: center;
    }

        .news-list-homepage .view-all a {
            display: inline-block;
            line-height: 32px;
        }

/* BB codes */

pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;
}

.csharpcode {
    margin: 10px 0;
    border: 1px dashed #ccc;
    background-color: #fff;
    padding: 10px;
    font-family: "Courier New", Courier, monospace;
    color: #000;
}

    .csharpcode .rem {
        color: green;
    }

    .csharpcode .kwrd {
        color: #00f;
    }

    .csharpcode .str {
        color: #006080;
    }

    .csharpcode .op {
        color: #00c;
    }

    .csharpcode .preproc {
        color: #c63;
    }

    .csharpcode .asp {
        background-color: #ff0;
    }

    .csharpcode .html {
        color: maroon;
    }

    .csharpcode .attr {
        color: red;
    }

    .csharpcode .alt {
        width: 100%;
        margin: 0;
        background-color: #f6f6f6;
    }

    .csharpcode .lnum {
        color: #666;
    }

/* RE-CAPTCHA */

.recaptchatable #recaptcha_response_field {
    height: auto !important;
}

/*RESPONSIVE CAPTCHA*/
@media (max-width: 444px) {
    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 200px !important;
        float: left !important;
    }

        .recaptchatable #recaptcha_image img {
            max-width: 100%;
        }

    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
        background: none !important;
    }
}

td.deleted {
    text-decoration: line-through;
}

.saver {
    color: #65bec5;
    font-weight: bold;
}

.product-grid .item-grid .item-box .description-wrapper {
    display: none;
    width: 100%;
}

.product-grid .item-box .description-wrapper .description {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px 0px 20px;
}

.nop-jcarousel .item-grid .item-box .description-wrapper {
    display: none;
}


span.price-from {
    color: #666;
    font-size: 15px;
    line-height: 20px;
}
.nop-jcarousel .slick-list{
    width: auto !important;
    max-width: 100%;
}
.jcarousel-play-pause{
    display: none;
    position: absolute;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

.slick-list .buttons {
    display: none;
}

.slick-list .description-wrapper {
    display: none;
}

.login-page .fieldset {
    margin: 0 auto;
    padding: 20px 0;
}

.registration-page .button-1:hover, .registration-result-page .button-1:hover, .login-page .button-1:hover, .password-recovery-page .button-1:hover, .account-page .button-1:hover, .return-request-page .button-1:hover {
    background: #95DBE5;
    color: #fff;
}

li.gift-card {
    background-color: #27BCC5;
    color: #FFFFFF;
}

    li.gift-card:hover > a {
        background-color: #95DBE5;
        color: #FFFFFF !important;
    }

li.sale {
    background: #000;
    color: #fee206;
    margin: 0 10px 0 0;
}



/* Home page widgets*/

.widgets_wrapper {
    width: 100%;
    max-width: 1600px;
    margin: 20px auto 0 auto;
}

.half-col {
    width: 50%;
    float: right;
    transition: all 0.5s ease;
}

.widgets_wrapper img {
    width: 100%;
    height: auto;
    display: block;
    /* vertical-align: middle; */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

    .widgets_wrapper img:hover {
        box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
        -webkit-transform: scale(1.01);
        transform: scale(1.019);
    }

.widgets_wrapper section .html-widget {
    padding: 10px;
    margin: 5px;
}

.third-col {
    width: 33.3333%;
    float: right;
    transition: all 0.5s ease;
}
.widgets_wrapper:after,
.half_midd:after,
.third_midd:after{
    content: '';
    display: table;
    clear: both;
}

.half_midd .mobile {
    display: none;
}

.carousel-item .ribbon-wrapper .picture {
    transition: all 0.5s ease;
}

table.attr-prices,
table.attr-prices tr,
table.attr-prices td {
    display: block;
}
table.attr-prices thead,
table.attr-prices td,
table.attr-prices th{
    display: none;
}
table.attr-prices td.product-description{
    display: block;
}

table.attr-prices tbody{
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
}
table.attr-prices input[type="radio"]{
    position: absolute;
    overflow: hidden;
    clip: rect(0,0,0,0);
    visibility: hidden;
}
table.attr-prices input[type="radio"]+label{
    width: 165px;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
    caret-color: transparent;
    text-align: center;
}
table.attr-prices input[type="radio"]+label::selection{
    color: inherit;
    background: inherit;
}
table.attr-prices input[type="radio"]:checked+label{
    border-color: #27BCC5;
    background-color: #27BCC5;
    color: #ffffff;
}


.product-unit-price-without-discount {
    text-decoration: line-through;
}

.cart td.quantity {
    width: 103px;
    min-width: 103px !important;
}

.cart-footer {
    /*float: right;*/
}

.order-summary-content .html-widget {
    display: table;
    margin: auto;
}


.cart-collaterals {
    /*float: right;*/
}

.checkout-attributes select {
    width: 100%;
}

.checkout-attributes textarea {
    width: 100%;
}

.order-summary-content .cart-options {
    margin: 0 0 30px 0;
}

.overview .email-a-friend-button-2 {
    background-image: url(/Themes/ArtFactory/Content/img/whatsapp-min.png);
    background-repeat: no-repeat;
}

td.product-description {
    text-align: right;
}

.fill-form .result {
    margin: 0px 0px 60px 0px;
    text-align: center;
    font: bold 32px/1 "Alef Hebrew", Calibri, sans-serif;
}

.contact-page .topic-block-title {
    display: none;
}

#WidgetSlider-home_page_main_slider-3 {
    display: none;
}

.contact-us-button {
    border: 0;
    background: #27BCC5;
    height: 40px;
    border-radius: 20px;
    padding: 10px 30px;
    font: 600 18px/20px var(--mainfont);
    text-transform: uppercase;
    display: block;
    color: #fff;
    width: 100%;
}

    .contact-us-button:hover {
        background: #25a1aa;
    }

.product-tags-box {
    display: none;
}



/* POPUP WINDOW*/
.popup_background {
    display: none;
    width: 100%;
    height: 160%;
    opacity: 0.4;
    background-color: #000000;
    position: fixed;
    z-index: 10000;
    margin-top: -25%;
}

.popup_window {
    display: none;
    height: 100%;
    text-align: center;
    width: 100%;
    top: 0;
    padding-top: 5%;
    position: fixed;
    z-index: 40000;
    background-color: rgba(255,255,255,0.6);
    box-sizing: border-box;
}

@media all and (max-width: 480px) {
    .popup_window {
        padding-top: 23%;
        z-index: 40001;
    }
}

.popup_window_inner {
    width: 90%;
    max-width: 800px;
    margin: 0% auto 0% auto;
    background: #fff;
    border: #000 3px solid;
}

.popup_window img {
    width: 100%;
    height: auto;
}

.popup_window_inner p {
    display: flex;
}

.popup_window .popup_window_close {
    /* float: right; */
    font-size: 19px;
    font-weight: bold;
    position: absolute;
    z-index: 100002;
    margin: -12px -12px 0px 0px;
    background-color: #000;
    color: #fff;
    width: 24px;
    height: 24px;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
    text-align: center;
    /*border-radius: 50%;*/
    line-height: 24px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .popup_window .popup_window_close:hover {
        cursor: pointer;
        text-decoration: none;
        background-color: #fff;
        color: #000;
    }

.popup_window .popup_window_newsletter {
    display: none;
    background-color: transparent;
    /* position: fixed; */
    margin: 10px 0% 10px 0%;
    padding: 0px;
}

    .popup_window .popup_window_newsletter input[type=button] {
        background-color: #000;
        color: #fff;
        width: 140px;
        height: 40px;
        border: 0px;
        padding: 4px 10px;
        font-size: 15px;
        font-weight: bold;
        vertical-align: top;
        font-family: Alef Hebrew;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

@media all and (max-width: 480px) {
    .popup_window .popup_window_newsletter input[type=button] {
        width: 30%;
    }
}

.popup_window .popup_window_newsletter input[type=button]:hover {
    background-color: #333;
}

.popup_window .popup_window_newsletter input[type=text] {
    height: 40px;
    line-height: 38px;
    padding: 0px 10px 0px 10px;
    border: #000 1px solid;
    box-sizing: border-box;
    width: 55%;
}



@media all and (max-width: 980px) {
    .third-col, .half-col, .two-thirds-col {
        width: 100%;
    }
}

.footer-powered-by-logo {
    margin: 0 7px 0 0;
}

.order-details-page .button-2 {
    background: var(--brand);
    color: #fff;
    padding: 2px 20px;
    height: 35px;
    font-size: 20px;
    text-transform: uppercase;
    border: 0;
}

.home-header-title {
    text-align: center;
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
}

.category-header-title {
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
    margin-bottom: 13px;
    text-align: right;
}

.header-top-banner{
    background: var(--black);
    color: #ffffff;
    padding: 10px 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.header-top-banner .container{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-social-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 25px;
}
.footer-block .footer-social-list a{
    display: block;
    font-size: 0;
    color: transparent;
    text-decoration: none;
    padding: 0;
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}
.footer-block .footer-social-list a.ico-fb{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M255.022 511.998l.229.001h-.079l-.15-.001zm1.806.001h-.079l.229-.001-.15.001zm-2.588-.005l.247.001h-.142l-.105-.001zm3.415.001h-.142l.247-.001-.105.001zm-4.169-.007l.165.001-.132-.001h-.033zm4.995 0l-.132.001.165-.001h-.033zm.826-.009l-.058.001.223-.003-.165.002zm-6.779-.002l.223.003-.058-.001-.165-.002zm7.604-.01l-.135.002.275-.004-.14.002zm-8.404-.002l.275.004-.135-.002-.14-.002zm9.228-.012l-.182.003.254-.005-.072.002zm-9.984-.002l.254.005-.182-.003-.072-.002zm-.937-.019l.225.005-.04-.001-.185-.004zm11.745.004l-.04.001.225-.005-.185.004zm-12.567-.025l.309.008-.125-.003-.184-.005zm13.39.005l-.125.003.309-.008-.184.005zm.823-.022l-.201.006.316-.009-.115.003zm-14.967-.003l.316.009-.201-.006-.115-.003zm-.72-.022l.225.007-.212-.007-.194-.006.181.006zm16.509 0l-.212.007.225-.007.181-.006-.194.006zm.821-.027l-.112.004.345-.012-.233.008zm-18.371-.008l.345.012-.112-.004-.233-.008zm-.749-.028l.362.013-.201-.007-.161-.006zm19.941.006l-.201.007.362-.013-.161.006zm-20.676-.036l.354.015-.277-.011-.077-.004zm21.495.004l-.277.011.354-.015-.077.004zm-22.525-.049l.38.017-.093-.003-.287-.014zm23.345.014l-.093.003.38-.017-.287.014zm-24.084-.048l.394.018-.186-.008-.208-.01zm24.902.01l-.186.008.394-.018-.208.01zm-25.63-.047l.397.02-.279-.013-.118-.007zm26.448.007l-.279.013.397-.02-.118.007zm.818-.043l-.362.019.321-.017.378-.021-.337.019zm-27.925.002l.321.017-.362-.019-.337-.019.378.021zm28.741-.048l-.16.009.406-.023-.246.014zm-29.844-.014l.406.023-.16-.009-.246-.014zm-.722-.043l.405.024-.253-.014-.152-.01zm31.382.01l-.253.014.405-.024-.152.01zm-32.071-.053l.365.023-.34-.021-.342-.022.317.02zm32.887.002l-.34.021.365-.023.317-.02-.342.022zm.814-.053l-.122.008.387-.026-.265.018zm-34.755-.018l.387.026-.122-.008-.265-.018zm-.721-.05l.38.027-.208-.014-.172-.013zm36.29.013l-.208.014.38-.027-.172.013zm-37.009-.064l.349.025-.271-.019-.078-.006zm37.822.006l-.271.019.349-.025-.078.006zm-38.789-.079l.306.023-.074-.005-.232-.018zm39.602.018l-.074.005.306-.023-.232.018zm.811-.063l-.146.011.311-.025-.165.014zm-41.157-.014l.311.025-.146-.011-.165-.014zm-.725-.059l.264.022-.186-.015-.078-.007zm42.694.007l-.186.015.264-.022-.078.007zm-43.492-.074l.079.007-.013-.001-.066-.006zm44.302.006l-.013.001.079-.007-.066.006zm.81-.071l-.072.006.181-.016-.109.01zm-45.965-.01l.181.016-.072-.006-.109-.01zm-.75-.068l.135.013-.084-.008-.051-.005zm47.523.005l-.084.008.135-.013-.051.005zM216 508.887C93.681 489.661 0 383.684 0 256 0 114.71 114.71 0 256 0s256 114.71 256 256c0 127.684-93.681 233.661-216 252.887V330h59.65L367 256h-71v-48.021c0-20.245 9.918-39.979 41.719-39.979H370v-63s-29.296-5-57.305-5C254.219 100 216 135.44 216 199.6V256h-65v74h65v178.887z'/%3E%3C/svg%3E");
}
.footer-block .footer-social-list a.ico-ig{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21'%3E%3Cpath d='M10.497 6.998A3.51 3.51 0 0 0 6.996 10.5a3.51 3.51 0 0 0 3.501 3.501 3.51 3.51 0 0 0 3.501-3.501 3.51 3.51 0 0 0-3.501-3.501zM20.999 10.5l-.068-4.334c-.081-1.681-.465-3.173-1.694-4.402S16.515.151 14.834.069L10.5.001c-1.45 0-2.887-.013-4.334.068-1.681.081-3.173.465-4.402 1.694S.151 4.485.069 6.166L.001 10.5l.068 4.334c.081 1.681.465 3.173 1.694 4.402s2.721 1.613 4.402 1.694l4.334.068 4.334-.068c1.681-.081 3.173-.465 4.402-1.694s1.613-2.721 1.694-4.402l.068-4.334zm-10.502 5.387A5.38 5.38 0 0 1 5.11 10.5a5.38 5.38 0 0 1 5.387-5.387 5.38 5.38 0 0 1 5.387 5.387 5.38 5.38 0 0 1-5.387 5.387zm5.608-9.737c-.696 0-1.258-.562-1.258-1.258s.562-1.258 1.258-1.258 1.258.562 1.258 1.258a1.26 1.26 0 0 1-.095.482c-.063.153-.156.292-.273.408s-.256.21-.408.273-.317.096-.482.095z' fill='%23262022'/%3E%3C/svg%3E");
}
.footer-block .footer-social-list a.ico-mail{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16'%3E%3Cpath d='M18 0H2C.9 0 .01.9.01 2L0 14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V2l8 5 8-5v2z' fill='%23262022'/%3E%3C/svg%3E");
}
.footer-social-descr{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 24px;
}
.footer-title{
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 600;
}
.footer-upper .newsletter{
    max-width: 540px;
    margin: 0 auto;
}
.footer-upper .footer-centering{
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.footer-block{
    padding: 0 15px;
}
.footer-block.footer-newsletter{
    order: -1;
    background: var(--black);
    color: #ffffff;
    padding: 40px 15px;
    margin: 0;
}
.k-list-container{
    overflow: auto;
}
.nivoSlider .nivo-directionNav a{
    width: 37px;
    height: 37px;
    margin-top: -18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}
.nivoSlider a.nivo-nextNav{
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='37' viewBox='0 0 21 37' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.15394 0L0 2.11439L16.6921 18.5L0 34.8856L2.15394 37L21 18.5L2.15394 0Z' fill='%23262022'/%3E%3C/svg%3E");
    right: 42px;
}
.nivoSlider a.nivo-prevNav{
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='37' viewBox='0 0 21 37' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.8461 0L21 2.11439L4.30788 18.5L21 34.8856L18.8461 37L0 18.5L18.8461 0Z' fill='%23262022'/%3E%3C/svg%3E");
    left: 42px;
}
.category-banner a{
    display: block;
    position: relative;
    text-decoration: none;
}
.category-banner .category-img{
    position: relative;
    display: block;
}
.category-banner .category-img img{
    display: block;
    object-fit: contain;
}
.category-banner .category-img:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(350.64deg, #000000 0%, rgba(0, 0, 0, 0) 50.15%);
    opacity: 0.6;
    transition: all 0.3s;
}
.category-banner a:hover .category-img:after{
    opacity: 0.9;
}
.category-banner .category-title{
    position: absolute;
    right: 20px;
    bottom: 14px;
    font-size: 22px;
    line-height: 29px;
    font-weight: 600;
    color: #ffffff;
    padding-right: 13px;
}
.category-banner .category-title:before{
    content: '';
    width: 4px;
    height: 14px;
    background: #27BCC5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-40%);
}
.home_page_bottom .slick-carousel, 
.home_page_bottom .carousel-title{
    /*display: block;*/
}

.product-ribbon .ribbon-text{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 5px 7px;
    box-sizing: border-box;
    background: #666;
    border-radius: 0 19px 19px 19px;
    margin: 8px;
    font-size: 11px;
    font-weight: 600;
}


html .filtersGroupPanel input[type="checkbox"] + label:before{
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 2px;
    right: 0;
}
html .filtersGroupPanel input[type="checkbox"]:checked + label:before{
    background: #27BCC5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8'%3E%3Cpath d='M10 1.326L8.689 0 3.4 5.344 1.318 3.238 0 4.562 3.4 8 10 1.326z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50% / 10px 8px;
    border-color: #27BCC5;
}
html .filtersGroupPanel input[type="checkbox"] + label{
    font-size: 15px;
    line-height: 20px;
    color: var(--black);
    padding: 8px 25px 8px 0;
}
html .filtersGroupPanel input[type="checkbox"] + label:hover,
html .filtersGroupPanel input[type="checkbox"]:checked + label{
    background: none;
}

html a.clearFilterOptions,
html .filter-block a.clearPriceRangeFilter{
    background-color: #27BCC5;
    border-radius: 3px;
    height: 26px;
    margin-top: -13px;
    line-height: 26px;
}

.product-page-title{
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    margin: 0 0 4px;
    color: var(--black);
}
.one-column-centering{
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1600px;
}
.also-purchased-products-grid .title{
    padding: 0;
    margin-bottom: 71px;
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    color: var(--black);
}
.also-purchased-products-grid .title strong{
    color: inherit;
    font: inherit;
}
.also-purchased-products-grid .title strong:before,
.also-purchased-products-grid .title strong:after{
    display: none;
}
.home-page-product-grid .carousel-title span{
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    color: var(--black);
    font-family: inherit;
}
.home-page-product-grid .carousel-title span:before,
.home-page-product-grid .carousel-title span:after{
    display: none;
}
.home-page-product-grid.nop-jcarousel .slick-carousel .item-box{
    max-width: none !important;
    margin: 0;
}
.home-page-product-grid .slick-carousel .carousel-item{
    padding: 0 17px;
}
.home-page-product-grid.product-grid{
    overflow: visible;
}
.home-page-product-grid.product-grid .slick-carousel{
    margin: 0 -17px;
    max-width: none;
}
.home_page_bottom .nop-jcarousel{
    margin: 0;
}
.jCarouselMainWrapper .home-page-product-grid .slick-prev, 
.jCarouselMainWrapper .home-page-product-grid .slick-next{
    width: 37px;
    height: 37px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    border-radius: 0;
}
.jCarouselMainWrapper .home-page-product-grid .slick-prev{
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='37' viewBox='0 0 21 37' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.15394 0L0 2.11439L16.6921 18.5L0 34.8856L2.15394 37L21 18.5L2.15394 0Z' fill='%23262022'/%3E%3C/svg%3E");
    left: auto;
}
.jCarouselMainWrapper .home-page-product-grid .slick-next{
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='37' viewBox='0 0 21 37' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.8461 0L21 2.11439L4.30788 18.5L21 34.8856L18.8461 37L0 18.5L18.8461 0Z' fill='%23262022'/%3E%3C/svg%3E");
    right: auto;
}

.contact-page-container{
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.contact-page-image{
    order: -1;
    margin-bottom: 22px;
}
.contact-page-image img{
    display: block;
    margin: 0 auto;
}
.contact-page .page-title{
    text-align: right;
    padding: 0;
    margin-bottom: 23px;
}
.contact-page .page-title h1{
    font-size: 24px;
    line-height: 33px;
}
.one-column-centering .breadcrumb{
    padding-left: 0;
    padding-right: 0;
}
.contact-page .topic-block p:last-child{
    margin-bottom: 0;
}
.contact-page .topic-block{
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    color: #444444;
}
.contact-page .form-fields{
    margin: 0;
    padding: 0;
    width: auto;
    background: none;
}
.contact-page .inputs{
    margin-bottom: 25px;
    position: relative;
}
.contact-page .inputs label{
    display: none;
}
.contact-page .inputs input[type="text"],
.contact-page .inputs input[type="email"],
.contact-page .inputs input[type="tel"],
.contact-page .inputs select,
.contact-page .inputs textarea{
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
    height: 44px;
    padding: 6px 15px;
    font-size: 16px;
    line-height: 30px;
    color: var(--black);
    width: 100%;
}
.contact-page .inputs textarea{
    height: 188px;
}
.contact-page .inputs .required{
    display: none;
}
.contact-page .inputs .field-validation-error{
    position: absolute;
    right: 0;
    margin: 0 10px;
    bottom: 0;
    padding: 0 5px;
    background: #ffffff;
    font-size: 12px;
    line-height: 1;
    color: #ff0000;
    transform: translateY(40%);
}
.contact-page .inputs .input-validation-error{
    border-color: #ff0000 !important;
}
.mobile_before_product_list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 21px;
    border-bottom: 1px solid #ddd;
}
.mobile_before_product_list .filters-button{
    display: block;
}
.mobile_before_product_list .filters-button span{
    color: var(--black);
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.mobile_before_product_list .filters-button span:before{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath d='M0 14v2h6v-2H0zM0 2v2h10V2H0zm10 16v-2h8v-2h-8v-2H8v6h2zM4 6v2H0v2h4v2h2V6H4zm14 4V8H8v2h10zm-6-4h2V4h4V2h-4V0h-2v6z' fill='%23262022'/%3E%3C/svg%3E") no-repeat 0 0 / contain;
    margin-left: 10px;
}

body .center-1 .product-details-page .product-grid .slick-carousel{
    padding: 0 21px !important;
    background: none;
    margin: 0 -15px;
    width: auto;
    max-width: none;
}
body .center-1 .product-details-page .product-grid .carousel-title{
    padding: 0;
    margin-bottom: 30px;
}
body .center-1 .product-details-page .product-grid .carousel-title span{
    color: var(--black);
    font: 600 30px var(--mainfont);
}
body .center-1 .product-details-page .product-grid .carousel-title span:before,
body .center-1 .product-details-page .product-grid .carousel-title span:after{
    display: none;
}
.product-details-page .product-grid.nop-jcarousel .slick-carousel .item-box{
    max-width: none !important;
    margin: 0;
    padding: 0 !important;
}
.product-details-page .product-grid.nop-jcarousel .slick-carousel .carousel-item{
    padding: 0 17px;
}
.product-details-page .nop-jcarousel .slick-carousel .item-box .prices{
    height: auto;
}
.center-1 .product-details-page .nop-jcarousel.product-grid .slick-carousel button + .slick-list{
    padding-top: 0;
}

.center-1 .product-details-page .jCarouselMainWrapper .product-grid .slick-prev,
.center-1 .product-details-page .jCarouselMainWrapper .product-grid .slick-next{
    width: 25px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    background-color: #ffffff00;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    border-radius: 0;
}
.center-1 .product-details-page .jCarouselMainWrapper .product-grid .slick-prev{
    right: 0;
    left: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='37' viewBox='0 0 21 37' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.15394 0L0 2.11439L16.6921 18.5L0 34.8856L2.15394 37L21 18.5L2.15394 0Z' fill='%23262022'/%3E%3C/svg%3E");
}
.center-1 .product-details-page .jCarouselMainWrapper .product-grid .slick-next{
    left: 0;
    right: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='37' viewBox='0 0 21 37' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.8461 0L21 2.11439L4.30788 18.5L21 34.8856L18.8461 37L0 18.5L18.8461 0Z' fill='%23262022'/%3E%3C/svg%3E");
}
.master-wrapper-page .slider-wrapper{
    margin: 0;
}
.home-page{
    margin-top: 21px;
}
.home-page .topic-block{
    margin: 0;
}
.nop-jcarousel .slick-carousel .item-box .prices{
    height: auto !important;
}
.attributes dt.product_attribute_label{
    margin-bottom: 6px;
    display: flex;
    flex-flow: row wrap;
    gap: 5px;
    align-items: center;
}
.attributes dt.product_attribute_label .required{
    margin: 0;
}

.product_Tabs_list{
    color: var(--black);
    border-top: 1px solid #ddd;
}
.product_Tab_title{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    border-bottom: 1px solid #ddd;
    padding: 23px 21px;
    cursor: pointer;
    position: relative;
    
}
.product_Tab_title:before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 7px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M0 1.461L1.308 0 6 4.332 10.692 0 12 1.461 6 7 0 1.461z' fill='%23262022'/%3E%3C/svg%3E") no-repeat 0 0 / contain;
}
.product_Tab_title.active{
    border-bottom-color: transparent;
}
.product_Tab_title.active:before{
    transform: translateY(-50%) rotate(-180deg);
}

.product_Tab_title.active + .product_Tab_content{
    max-height: 2000px;
}
.product_Tab_content{
    overflow: hidden;
    max-height: 0;
    transition: all 0.2s;
}
.product_Tab_content_inner{
    font-size: 16px;
    line-height: 22px;
    padding: 0 21px 23px;
    border-bottom: 1px solid #ddd;
}
body .ajaxCart .productAddedToCartWindowCheckout{
    background-color: var(--brand);
}
body .ajaxCart .productAddedToCartWindowCheckout:hover{
    background-color: var(--brand);
}

.registration-form{
    margin: 0 auto;
    max-width: 800px;
}
.simple-checkout-page .simple-checkout-data .button-1{
    border: 0;
    background: var(--brand);
    color: #fff;
    font: normal 20px var(--mainfont);
    border-radius: 25px;
    padding: 8px 35px;
}
.simple-checkout-page .simple-checkout-data .button-1:hover{
    background: var(--brand-hover);
}

body .select2-container--default .select2-selection--single{
    border: 1px solid #ddd;
    border-radius: 6px;
    height: 44px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 42px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 42px;
}
.simple-checkout-page .simple-checkout-data .fa-question-circle{
    background: none;
}
.simple-checkout-page .simple-checkout-data .inputs .labelforinputs{
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
}
.simple-checkout-data .simple-checkout-order-summary-body .order-total .cart-total-right{
    color: #AD6D3B;
}
.html-widget img[width="75"]{
    width: 75px;
}
.html-widget img[width="50"]{
    width: 50px;
}




@media (min-width: 1740px){
    .jCarouselMainWrapper .home-page-product-grid .slick-prev{
        transform: translate(78px, -50%);
    }
    .jCarouselMainWrapper .home-page-product-grid .slick-next{
        transform: translate(-78px, -50%);
    }
}
@media (min-width: 1170px){
    body .center-1 .product-details-page .product-grid .carousel-title{
        padding: 0;
        margin-bottom: 70px;
    }
    .center-1 .product-details-page .jCarouselMainWrapper .product-grid .slick-prev,
    .center-1 .product-details-page .jCarouselMainWrapper .product-grid .slick-next{
        width: 37px;
        height: 37px;
    }
    
}

@media (min-width: 1170px) and (min-width: 1001px) {
    .home-page-product-grid.nop-jcarousel .slick-list{
        width: auto;
        padding: 0 !important;
    }
}
@media (min-width: 240px) and (max-width: 1024px) {
    .side-2 .block .title {
        background: #e3e3e3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M3,9.5l1.1-1.2l8.8,9l8.8-9L23,9.5L13,19.6L3,9.5z' fill='%2327bcc5'/%3E%3C/svg%3E") no-repeat 11px 50% / 20px 20px;
    }
}
@media (min-width: 240px) {
    .filtersPanel .filter-block a.toggleControl{
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M3,9.5l1.1-1.2l8.8,9l8.8-9L23,9.5L13,19.6L3,9.5z' fill='%2327bcc5'/%3E%3C/svg%3E") no-repeat 11px 50% / contain;
    }
}

@media (max-width: 1024px) {
    .header{
        padding: 19px 0;
        background: #FFFFFF;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
    }
    .header-centering{
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
    }
    .header .menu-title{
        order: 0;
        margin-left: 15px;
    }
    .header .menu-title>span{
        font-size: 0;
        color: transparent;
        width: 26px;
        height: 19px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='19' fill='%23262022'%3E%3Cpath d='M0 3h26V0H0zm0 8h26V8H0zm0 8h26v-3H0z'/%3E%3C/svg%3E") no-repeat 50% 50% / contain;
        position: relative;
        display: block;
    }
    .header .menu-title>span:before{
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .header .search-wrap{
        order: 1;
        margin-left: 20px;
    }
    .header .search-wrap>span{
        display: block;
        width: 19px;
        height: 19px;
        font-size: 0;
        color: transparent;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath d='M15.009 13.208h-.949l-.336-.324a7.77 7.77 0 0 0 1.885-5.079C15.609 3.494 12.115 0 7.804 0S0 3.494 0 7.804s3.494 7.804 7.804 7.804a7.77 7.77 0 0 0 5.079-1.885l.324.336v.949L17.211 19 19 17.211l-3.991-4.003zm-7.204 0c-2.99 0-5.403-2.413-5.403-5.403s2.413-5.403 5.403-5.403 5.403 2.413 5.403 5.403-2.413 5.403-5.403 5.403z' fill='%23262022'/%3E%3C/svg%3E") no-repeat 50% 50% / contain;
        position: relative;
    }
    .header .search-wrap>span:before{
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .header-logo{
        order: 2;
        flex: 0 1 auto;
    }
    .header-logo img{
        width: auto;
        height: 31px;
        object-fit: contain;
        transform: none !important;
    }
    .header .header-wishlist{
        order: 3;
        margin-right: 24px;
    }
    .header .header-wishlist>a{
        font-size: 0;
        color: transparent;
        display: block;
        width: 20px;
        height: 18px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' fill='none'%3E%3Cpath d='M10 18.35l-1.45-1.32C3.4 12.36 0 9.28 0 5.5 0 2.42 2.42 0 5.5 0A5.99 5.99 0 0 1 10 2.09 5.99 5.99 0 0 1 14.5 0C17.58 0 20 2.42 20 5.5c0 3.78-3.4 6.86-8.55 11.54L10 18.35z' fill='%23262022'/%3E%3C/svg%3E") no-repeat 50% 50% / contain;
        position: relative;
    }
    .header .header-wishlist>a:before{
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .header .shopping-cart-link,
    .header .shopping-cart-link2{
        margin-right: 15px;
        order: 4;
    }
    .header .shopping-cart-link a.shopping-cart-ico,
    .header .shopping-cart-link2 a.shopping-cart-ico{
        display: block;
        font-size: 0;
        color: transparent;
        width: 20px;
        height: 20px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath d='M6 16c-1.1 0-1.99.9-1.99 2S4.9 20 6 20s2-.9 2-2-.9-2-2-2zM0 0v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H6.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45a1.99 1.99 0 0 0 1.75-1.03l3.58-6.49c.08-.14.12-.31.12-.48 0-.55-.45-1-1-1H4.21l-.94-2H0zm16 16c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z' fill='%23262022'/%3E%3C/svg%3E") no-repeat 50% 50% / contain;
        position: relative;
    }
    .header .shopping-cart-link.mobile  a.shopping-cart-ico,
    .header .shopping-cart-link2.mobile  a.shopping-cart-ico{
        display: none;
    }
    .header .shopping-cart-link.mobile  a.shopping-cart-ico:first-child,
    .header .shopping-cart-link2.mobile  a.shopping-cart-ico:first-child{
        display: block;
    }
    .header .shopping-cart-link .shopping-cart-badge,
    .header .shopping-cart-link2 .shopping-cart-badge{
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #27BCC5;
        color: #fff;
        padding: 2px 5px;
        font-size: 10px;
        font-weight: 600;
        line-height: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -10px;
        right: -10px;
    }
    .header .shopping-cart-link a.shopping-cart-ico:before,
    .header .shopping-cart-link2 a.shopping-cart-ico:before{
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .home-page-product-grid.product-grid .slick-carousel{
        margin-left: -7px;
        margin-right: -7px;
    }
    .home-page-product-grid .slick-carousel .carousel-item{
        padding: 0 7px;
    }
    .shop-wrapper .two-column-centering{
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .shop-wrapper .side-2{
        display: none;
    }
    .product-details-page .nop-jcarousel .slick-list{
        max-width: 100%;
    }
    body .nopAjaxFilters7Spikes .close-filters{
        background: #27BCC5;
    }
    body .nopAjaxFilters7Spikes .close-filters span{
        text-align: right;
        font-size: 0;
        color: transparent;
        display: flex;
        background: none;
        padding: 12px 15px;
        align-items: center;
    }
    body .nopAjaxFilters7Spikes .close-filters span:before{
        content: '';
        margin-left: 10px;
        display: block;
        width: 16px;
        height: 16px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 6.154L14.154 0 16 1.846 9.846 8 16 14.154 14.154 16 8 9.846 1.846 16 0 14.154 6.154 8 0 1.846 1.846 0 8 6.154z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 0 0 / contain;
    }
    body .nopAjaxFilters7Spikes .close-filters span:after{
        content: 'סגור';
        color: #ffffff;
        font: 600 16px/22px var(--mainfont);
    }
    .header-menu-parent .filtersPanel .filter-block a.toggleControl{
        background: none;
        font: 600 18px/24px var(--mainfont);
        padding: 22px 0 12px;
    }
    .header-menu-parent .filter-block .title{
        background: none !important;
        border: none;
        margin: 0 15px;
    }
    .header-menu-parent .filter-block .title:after{
        content: '';
        position: absolute;
        right: 0;
        width: 100%;
        top: 0;
        height: 100%;
    }
    .header-menu-parent .filter-block .title .clearFilterOptions{
        z-index: 5;
    }
    .header-menu-parent .nopAjaxFilters7Spikes{
        background: #ffffff;
        color: var(--black);
    }
    .header-menu-parent .filtersGroupPanel{
        border: none;
        padding: 0 15px;
    }
    .category-banner .category-img{
        position: relative;
    }
    .category-banner .category-img:before{
        content: '';
        display: block;
        width: 100%;
        padding-top: 62.6%;
    }
    .category-banner .category-img img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .home_page_bottom .carousel-title{
        padding: 0;
        font: 600 24px/33px var(--mainfont);
        margin-bottom: 33px;
    }
    .home_page_bottom .jcarousel-play-pause {
        display: none;
    }
    .home_page_bottom .nop-jcarousel .slick-list{
        width: 100%;
        padding-top: 0 !important;
    }
    
}

@media (max-width: 768px) {
    .collapsible{
        
    }
    .collapse-box{
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s;
    }
    .collapsible.is-active .collapse-box{
        max-height: 500px;
    }
    .collapse-title{
        margin: 0;
        padding: 18px 22px 20px 0;
        position: relative;
    }
    .collapse-title:before{
        content: '';
        width: 12px;
        height: 7px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath fill-rule='evenodd' d='M0 1.461L1.308 0 6 4.332 10.692 0 12 1.461 6 7 0 1.461z' fill='%23262022'/%3E%3C/svg%3E") no-repeat 0 0 / contain;
        transition: transform 0.3s;
    }
    .collapsible.is-active .collapse-title:before{
        transform: translateY(-50%) rotate(180deg);
    }
    .footer-title.collapse-title{
        border-bottom: 1px solid #ddd;
    }
    .footer-menu{
        padding: 20px 22px 20px 10px;
    }
    .footer-block-contact{
        padding: 18px 37px 46px 37px;
    }
    .footer-lower{
        margin: 0 15px;
    }
    .jCarouselMainWrapper .home-page-product-grid .slick-prev,
    .jCarouselMainWrapper .home-page-product-grid .slick-next{
        width: 30px;
        height: 30px;
        transform: translateY(-100%);
    }
    .jCarouselMainWrapper .home-page-product-grid .slick-prev{
        right: -11px;
    }
    .jCarouselMainWrapper .home-page-product-grid .slick-next{
        left: -11px;
    }
    .simple-checkout-page .simple-checkout-confirm .buttons{
        float: none;
        width: 100%;
    }
    
    .checkout-buttons .checkout-button,
    .simple-checkout-page .simple-checkout-data .button-1{
        width: 100%;
    }

    .simple-checkout-page .simple-checkout-data-left .inputs .labelforinputs{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .simple-checkout-page .simple-checkout-data-left .inputs input, 
    .simple-checkout-page .simple-checkout-data-left .inputs select, 
    .simple-checkout-page .simple-checkout-data-left .inputs textarea, 
    .simple-checkout-page .simple-checkout-data-left .inputs .couponblock{
        width: 100%;
    }
    .sub-category-grid .page-title{
        margin: 20px 0;
    }
    .nivoSlider .nivo-directionNav a{
        width: 25px;
        height: 25px;
        margin-top: -12px;
        opacity: 1;
    }
    .nivoSlider a.nivo-nextNav{
        right: 10px;
    }
    .nivoSlider a.nivo-prevNav{
        left: 10px;
    }
    .checkout-attributes textarea{
        height: 100px;
        min-height: 100px;
    }
    .footer-powered-by-nopcommerce {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px){
    .home-page-product-grid .slick-carousel .carousel-item {
        max-width: 50%;
        float: none;
        padding: 5px 5px;
        background: white;
        flex: 0 0 50%;
        width: 50%;
        box-sizing: border-box;
    }

    .home-page-product-grid .slick-carousel .carousel-item .item-box {
        width: 100%;
        margin: 0;
        max-width: none;
    }

    .home_page_bottom .slick-carousel, .home_page_bottom .carousel-title {
        display: block;
    }
}

.slick-carousel-show-more{
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    clear: both;
    width: 200px;
    margin: 0px auto 80px auto;
    position: relative;
    top: 30px;
    border: 1px solid #BBBBBB;
    border-radius: 100px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .category-page .ribbon-wrapper {
        display: block;
    }

    .category-page .item-box .product-title a {
        font-size: 12px;
        overflow: visible;
        height: auto;
        line-height: 16px;
        margin: 4px 0 2px 0;
    }

    .category-page .item-box .actual-price {
        margin-top: 0px;
        font-size: 14px;
    }

    .category-page .item-box .price-from {
        font-size: 14px;
    }

    .category-page .item-box .old-price {
        font-size: 14px;
    }

    .category-page .item-box .product-title {
        margin: 0;
    }

    .category-page .item-box .picture {
        margin: 0;
    }

    .category-header-title {
        padding-left: 70px;
    }

    .sub-category-grid .page-title {
        margin: 10px 0;
    }

        .sub-category-grid .page-title h1 {
            font-size: 26px;
            display: none;
        }

    .sub-category-grid .item-grid {
        display: flex;
        flex-wrap: wrap;
    }

    .sub-category-grid .item-box {
        width: 49%;
        font-size: 10px;
    }

    .sub-category-item .title a {
        font-size: 12px;
        min-height: 42px;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sub-category-item .title a {
        font-size: 12px;
        min-height: 33px;
        padding: 0px 15px;
    }

    .product-selectors {
        display: none;
    }

    .page-body {
        position: relative;
    }

    .category-header-title {
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
    }

    .mobile_before_product_list {
        display: flex;
        justify-content: space-between;
        margin-bottom: initial;
        padding-bottom: initial;
        border-bottom: initial;
        position: absolute;
        top: 10px;
        left: 0;
    }

    .page.news-list-page .homepage-news-list > :last-child {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .page.news-list-page .homepage-news-list figure {
        max-width: 320px !important;
    }

    .page.news-list-page .homepage-news-list figure figcaption{
        font-size: 16px !important;
    }

    .page.news-list-page .homepage-news-list figure .news-more{
        font-size: 14px !important;
    }
}

.page.news-list-page .homepage-news-list, .page.news-list-page .blog-header {
    display: flex;
    justify-content: center;
}

.product-tags-all-page .product-tags-list {
	text-align: center;
}


.product-tags-all-page .product-tags-list li {
    padding: 15px;
    margin: 5px;
}

.custom-cart-carousel .nop-jcarousel .slick-carousel .item-box {
    margin-bottom: 0px !important;
    padding-bottom: 5px !important;
}
.custom-cart-carousel.jCarouselMainWrapper .product-grid .slick-dots {
    padding: 8px 0 !important;
}
.custom-cart-carousel .slick-carousel.item-grid.slick-initialized.slick-slider.slick-dotted {
    padding-bottom: 10px !important;
    margin-top: 3px;
}

.custom-cart-carousel .carousel-title {
    padding: 0;
}

.custom-cart-carousel .nop-jcarousel {
    margin: 0 !important;
}

@media (max-width: 768px) {
    .home-page-product-grid .slick-carousel.item-grid {
        display: flex !important;
        flex-wrap: wrap !important;
        margin-left: -5px;
        margin-right: -5px;
    }

    .home-page-product-grid .slick-carousel.item-grid .slick-list,
    .home-page-product-grid .slick-carousel.item-grid .slick-track {
        display: flex !important;
        width: 100% !important;
        transform: none !important;
    }

    .home-page-product-grid .slick-carousel.item-grid .carousel-item {
        flex: 0 0 50% !important;
        width: 50% !important;
        padding: 5px;
        box-sizing: border-box;
        float: none !important;
        display: block !important;
        position: relative !important;
        opacity: 1 !important;
    }

    .home-page-product-grid .slick-carousel.item-grid .carousel-item.carousel-item-hidden {
        display: none !important;
    }

    .home-page-product-grid .slick-carousel .carousel-item .item-box {
        width: 100% !important;
        margin: 0 !important;
        max-width: none !important;
    }

    .home-page-product-grid .slick-carousel .item-box .product-title a {
        font-size: 12px;
        line-height: 16px;
    }

    .home-page-product-grid .slick-prev,
    .home-page-product-grid .slick-next {
        display: none !important;
    }
}