/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
* modifica
*/

.blackfriday .discountname, .blackfriday .price-discount {
    background-color: #000 !important;
    color: #ffffff !important;
}

/* roboto-300 - cyrillic-ext_greek-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v48-cyrillic-ext_greek-ext_latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - cyrillic-ext_greek-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v48-cyrillic-ext_greek-ext_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - cyrillic-ext_greek-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v48-cyrillic-ext_greek-ext_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('roboto.woff2') format('woff2');
}*/

@font-face {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    src: url('material-icons-outlined.woff2') format('woff2');
    font-display: swap;
}

.material-icons {
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    font-family: 'Material Icons';
}

.isOpenPopUp {
    overflow: hidden;
}

@font-face {
    font-family: 'Material Icons Outlined';
    font-weight: 400;
    font-style: normal;
    src: url('material-icons-outlined.woff2') format('woff2');
    font-display: fallback;
}

.material-icons-outlined {
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    font-family: 'Material Icons Outlined';
}

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    src: url('material-symbols-outlined.woff2') format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loaderTimer {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 50% 100%;
    }
}

@keyframes loaderTimer {
    0% {
        background-position: 100% 0%;
    }

    50% {
        background-position: 50% 50%;
    }

    100% {
        background-position: 0% 100%;
    }
}

@-webkit-keyframes shake {
    10%, 90% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    20%, 80% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    30%, 50%, 70% {
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    40%, 60% {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }
}

@keyframes shake {
    10%, 90% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    20%, 80% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    30%, 50%, 70% {
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    40%, 60% {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }
}

@-webkit-keyframes swiping {
    30%, 70% {
        -webkit-transform: rotate(-70deg);
        -ms-transform: rotate(-70deg);
        transform: rotate(-70deg);
    }

    60%, 100% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}

@keyframes swiping {
    30%, 70% {
        -webkit-transform: rotate(-70deg);
        -ms-transform: rotate(-70deg);
        transform: rotate(-70deg);
    }

    60%, 100% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}

@-webkit-keyframes widthplay {
    30% {
        width: 55%;
        opacity: .2;
    }

    65% {
        width: 50%;
        opacity: .6;
    }

    100% {
        width: 100%;
        opacity: .4;
    }
}

@keyframes widthplay {
    30% {
        width: 55%;
        opacity: .2;
    }

    65% {
        width: 50%;
        opacity: .6;
    }

    100% {
        width: 100%;
        opacity: .4;
    }
}

@-webkit-keyframes updating {
    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes updating {
    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes emailing {
    0% {
        -webkit-transform: scale(.2);
        -ms-transform: scale(.2);
        transform: scale(.2);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes emailing {
    0% {
        -webkit-transform: scale(.2);
        -ms-transform: scale(.2);
        transform: scale(.2);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes stars {
    0% {
        -webkit-transform: scale(.8) rotate(-15deg);
        -ms-transform: scale(.8) rotate(-15deg);
        transform: scale(.8) rotate(-15deg);
    }

    25% {
        -webkit-transform: scale(.8) rotate(15deg);
        -ms-transform: scale(.8) rotate(15deg);
        transform: scale(.8) rotate(15deg);
    }

    40% {
        -webkit-transform: scale(1.2) rotate(0deg);
        -ms-transform: scale(1.2) rotate(0deg);
        transform: scale(1.2) rotate(0deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
}

@keyframes stars {
    0% {
        -webkit-transform: scale(.8) rotate(-15deg);
        -ms-transform: scale(.8) rotate(-15deg);
        transform: scale(.8) rotate(-15deg);
    }

    25% {
        -webkit-transform: scale(.8) rotate(15deg);
        -ms-transform: scale(.8) rotate(15deg);
        transform: scale(.8) rotate(15deg);
    }

    40% {
        -webkit-transform: scale(1.2) rotate(0deg);
        -ms-transform: scale(1.2) rotate(0deg);
        transform: scale(1.2) rotate(0deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
}

@-webkit-keyframes lds-zenick {
    0% {
        top: 8px;
        height: 64px;
    }

    50%, 100% {
        top: 24px;
        height: 32px;
    }
}

@keyframes lds-zenick {
    0% {
        top: 8px;
        height: 64px;
    }

    50%, 100% {
        top: 24px;
        height: 32px;
    }
}

@-webkit-keyframes loader {
    0% {
        border-width: 3px;
    }

    15% {
        opacity: 1;
    }

    100% {
        border-width: 3px;
        opacity: 0;
        width: 50px;
        height: 50px;
    }
}

@keyframes loader {
    0% {
        border-width: 3px;
    }

    15% {
        opacity: 1;
    }

    100% {
        border-width: 3px;
        opacity: 0;
        width: 50px;
        height: 50px;
    }
}

.loader-zenick {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
}

    .loader-zenick div {
        display: inline-block;
        position: absolute;
        left: 8px;
        width: 16px;
        background: #0A758C;
        -webkit-animation: lds-zenick 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
        animation: lds-zenick 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
        border-radius: 10px 0;
    }

        .loader-zenick div:nth-child(1) {
            left: 8px;
            -webkit-animation-delay: -0.24s;
            animation-delay: -0.24s;
        }

        .loader-zenick div:nth-child(2) {
            left: 32px;
            -webkit-animation-delay: -0.12s;
            animation-delay: -0.12s;
        }

        .loader-zenick div:nth-child(3) {
            left: 56px;
            -webkit-animation-delay: 0;
            animation-delay: 0;
        }




.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' -25, 'opsz' 48
}

.product-services {
    display: none;
}

.product-prices-box {
    bottom: 0;
}

.feedaty_widget > div {
    margin: auto;
    text-align: center;
}

.feedaty_widget .fdt_merchantStriscia-3wrap_widget_merchant {
    background-color: transparent !important;
}

.slider-wrapper.mainSlider img {
    -o-object-fit: cover;
    object-fit: cover;
}

.anywhere-slider {
    overflow: hidden;
}

.slider-Item {
    float: left;
}

.anywhere-slider.slick-initialized {
    height: auto;
}

.mainSlider .anywhere-slider .slick-arrow {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 53px;
    font-size: 0px;
    text-align: center;
    border: none;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .2s ease;
    background: white;
    font-weight: bold;
}


.tooltip {
    /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

/*********** CSS RESET & UI **********/

* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.noDisplay {
    display: none;
}

.bannerinos {
    padding-bottom: 20px;
}

.taxHeader {
    font-size: 14px;
    color: #0A758C;
    font-weight: bold;
    border-left: 2px solid #0A758C;
    display: inline-block;
    height: 48px;
}

    .taxHeader span {
        padding: 10px;
        top: -4px;
    }

.taxHeaderContainer {
    display: inline-block;
    margin-right: 10px;
}

.taxHeader .taxHeaderLabel {
    height: 24px;
    top: 4px;
}

.tilte-hp {
    margin: auto;
}

.qaClose {
    z-index: 2;
}

.qaQuestionCard:after {
    clear: both;
    display: block;
    content: "";
}

.qa textarea ~ span {
    display: block;
}

#MasonryZone1 {
    height: 600px!important;
}

#WizardMobileCheckOut {
    display: none;
    background-color: #F1F7F8;
    margin: -10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D1D7F8;
    box-shadow: 0 5px 10px -5px #CCC;
}

    #WizardMobileCheckOut ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        #WizardMobileCheckOut ul:before {
            content: "";
            display: block;
            position: absolute;
            left: 20%;
            right: 20%;
            top: 25px;
            height: 2px;
            background-color: #0A758C;
            box-shadow: 0 2px 1px #FFF;
        }

        #WizardMobileCheckOut ul li {
            width: 100%;
            padding: 10px 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

    #WizardMobileCheckOut .wmco_1 {
        text-align: center;
        width: 30px;
        background-color: #FFF;
        border-radius: 0 10px 10px 10px;
        line-height: 30px;
        box-shadow: 0 5px 15px -10px #000;
        color: #9BC;
    }

    #WizardMobileCheckOut .wmco_2 {
        text-align: center;
        color: #9BC;
        padding: 5px 10px;
        margin-top: 10px;
        border-radius: 50px;
    }

    #WizardMobileCheckOut .wmco_selected .wmco_1,
    #WizardMobileCheckOut .wmco_selected .wmco_2 {
        color: #0A758C;
        font-weight: bold;
        background-color: #dbff00;
    }

    #WizardMobileCheckOut .wmco_passed .wmco_1 {
        color: #FFF;
        font-weight: bold;
        background-color: #6cacba;
    }


body .assist-image {
    left: -60px;
    bottom: -14px;
    top: unset;
}

.slick-slider .slick-arrows {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    right: 0;
}

.fieldset {
    padding-bottom: 30px;
}

.inputs label {
    padding: 10px 0;
    display: inline-block;
}

.labelOmaggi {
    line-height: 14px;
    font-size: 14px;
    display: inline-block;
    padding-top: 10px;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    font: normal 14px 'Roboto', sans-serif;
    color: #567A8B;
}

    body.topic-page-body {
        background-color: #f0f7f8;
    }

.sp-container {
    display: block !important;
}

.feedaty-block {
    padding: 30px 10px;
    background-color: #d2f8e2;
}

    .feedaty-block .title {
        color: #0a758c;
        font-size: 24px;
        font-weight: bold;
    }

    .feedaty-block .feedaty-review-block {
        padding: 20px 0;
    }

        .feedaty-block .feedaty-review-block > div {
            background-color: transparent !important;
            color: #0a758c !important;
            margin: 0;
        }

        .feedaty-block .feedaty-review-block .fdt_txt_opinions {
            margin-top: 10px !important
        }

        .feedaty-block .feedaty-review-block .fdt_allreviewslink {
            margin-top: 20px !important
        }

    .feedaty-block .feedaty-qa-block .qa {
        float: none;
        margin-bottom: 30px;
        padding: 0;
        min-width: 480px;
        width: 50%;
    }



*:before, *:after {
    font-family: 'Material Icons Outlined';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.res-unavailable {
    display: none;
    position: fixed;
    background: #FFF;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

    .res-unavailable span {
        position: absolute;
        top: calc(50% - 25px);
        display: block;
        text-align: center;
        width: 100%;
        font-size: 50px;
        color: #bee2e6;
    }

.clonable {
    display: none !important;
}

#rentalCheckoutPaymentInfoContainer {
    padding-left: 45px;
}

#CategoryTop_SliderContainer, .topBoxContainer {
    margin: 0 20px;
}

.box-consegna {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #FFF;
    padding: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border-radius: 20px 0;
    -webkit-box-shadow: 10px 10px 15px -10px #6cacba;
    box-shadow: 10px 10px 15px -10px #6cacba;
    margin: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.consegna-col-1 {
    padding: 10px;
    width: 30%;
}

.consegna-col-2 {
    padding: 10px;
    width: 30%;
}

.consegna-col-3 {
    padding: 10px;
    width: 40%;
}

.main .box-consegna h2 {
    padding: 0;
}

.slick-list .slick-track {
    padding: 0;
}

.flex-diretta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
}

.main .box-consegna-diretta {
    background-color: #FFF;
    padding: 10px;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border-radius: 20px 0;
    -webkit-box-shadow: 10px 10px 15px -10px #6cacba;
    box-shadow: 10px 10px 15px -10px #6cacba;
    margin: 10px;
    width: calc(50% - 20px);
    text-align: center;
}

.prezzo-diretta {
    display: block;
    font-size: 18px;
    color: #0a758c;
    padding: 20px;
}

    .prezzo-diretta strong {
        display: inline-block;
    }

.blur {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    -o-transition: .5s -webkit-filter linear;
    -webkit-transition: .5s -webkit-filter linear;
    transition: .5s -webkit-filter linear;
}

#Overlay {
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .5);
    z-index: 10;
    display: none;
}

#OverlaySearch {
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(20px);
}

    #OverlaySearch:after {
        content: "";
        position: absolute;
        top: 0;
        height: 100vh;
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.6);
        z-index: 10;
    }

ol, ul {
    list-style: none;
    padding-left: unset;
}

a img {
    border: none;
}

a:active {
    outline: none;
}

.text-right {
    text-align: right;
}

#DivFattura {
    display: none;
}

input.uiswitch {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

    input.uiswitch + label {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 24px;
        width: 50px;
        position: relative;
        border-radius: 16px;
        cursor: pointer;
        outline: 0;
        z-index: 0;
        margin: 4px 0;
        padding: 0;
        border: none;
        background-color: #FFF;
        -webkit-transition-duration: 600ms;
        -o-transition-duration: 600ms;
        transition-duration: 600ms;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-touch-callout: none;
        -webkit-text-size-adjust: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        vertical-align: top;
    }

        input.uiswitch + label::before {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            height: 22px;
            width: 48px;
            content: ' ';
            position: absolute;
            left: 1px;
            top: 1px;
            background-color: #EEE;
            border-radius: 16px;
            z-index: 1;
            -webkit-transition-duration: 300ms;
            -o-transition-duration: 300ms;
            transition-duration: 300ms;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-box-shadow: 0 12px 8px -14px #000 inset;
            box-shadow: 0 12px 8px -14px #000 inset;
        }

        input.uiswitch + label::after {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            height: 20px;
            width: 20px;
            content: ' ';
            position: absolute;
            border-radius: 27px;
            background-color: #fff;
            z-index: 2;
            top: 2px;
            left: 2px;
            -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25), 0px 4px 11px 0px rgba(0, 0, 0, 0.08), -1px 3px 3px 0px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25), 0px 4px 11px 0px rgba(0, 0, 0, 0.08), -1px 3px 3px 0px rgba(0, 0, 0, 0.14);
            -webkit-transition: -webkit-transform 300ms, width 280ms;
            -webkit-transition: width 280ms, -webkit-transform 300ms;
            transition: width 280ms, -webkit-transform 300ms;
            -o-transition: transform 300ms, width 280ms;
            transition: transform 300ms, width 280ms;
            transition: transform 300ms, width 280ms, -webkit-transform 300ms;
            -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
            -o-transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
            transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
        }

    input.uiswitch:checked + label::after {
        -webkit-transform: translate3d(16px, 0, 0);
        -ms-transform: translate3d(16px, 0, 0);
        transform: translate3d(16px, 0, 0);
        right: 18px;
        left: inherit;
    }

    input.uiswitch:active + label::after {
        width: 35px;
    }

    input.uiswitch:checked + label::before {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    input.uiswitch:disabled + label {
        opacity: 0.5;
        cursor: default;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    input.uiswitch:disabled:active + label::before, input.uiswitch:disabled:active + label::after, input.uiswitch:disabled:checked:active + label::before, input.uiswitch:disabled:checked + label::before {
        width: 27px;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    input.uiswitch:disabled:active + label::before {
        height: 27px;
        width: 41px;
        -webkit-transform: translate3d(6px, 0, 0);
        -ms-transform: translate3d(6px, 0, 0);
        transform: translate3d(6px, 0, 0);
    }

    input.uiswitch:disabled:checked:active + label::before {
        height: 27px;
        width: 27px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    input.uiswitch + label:hover::before {
        background-color: #CCC;
    }

    input.uiswitch:checked + label {
        background-color: #0A758C;
    }

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

input::-moz-placeholder {
    opacity: 1;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
    display: none !important;
}

.btn-check {
    position: absolute;
    opacity: 0;
}

.method-name {
    margin: 20px 0;
}

/*********** HEADER ***********/
.header {
    position: sticky;
    text-align: left;
    -webkit-box-shadow: 0 10px 40px -30px #000;
    box-shadow: 0 10px 20px -20px #000;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 102;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #FFFFFF99;
}

.header-upper {
    background-color: #0A758C;
    text-align: right;
}

.header-links ul li a.account-name {
    font-size: 14px;
    line-height: 16px;
}

.header-links li a span, #topcartlink a span {
    vertical-align: middle;
    color: #0A758C;
    padding: 10px 5px;
}

.header-links li a label {
    vertical-align: middle;
    color: #0A758C;
    font-weight: bold;
    cursor: pointer;
}

#Contact span {
}

#Contact label {
    width: 60px;
    display: inline-block;
    line-height: 22px;
    padding-top: 4px;
}

.header-menu {
    text-align: left;
    position: relative;
    margin: 0;
    background-color: #0A758C;
    -webkit-box-shadow: 0 30px 20px -40px #000 inset;
    box-shadow: 0 30px 20px -40px #000 inset;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header.fixed .header-menu {
    height: 0;
    overflow: hidden;
}

.header-menu > ul {
    font-size: 0;
}

    .header-menu > ul > li {
        display: inline-block;
        vertical-align: middle;
    }

        .header-menu > ul > li > a, .header-menu > ul > li > span {
            display: block;
            padding: 0 5px;
            height: 40px;
            line-height: 40px;
            font-size: 12px;
            /*reset zeroing*/
            cursor: pointer;
            text-transform: uppercase;
            color: #DBFF00;
            font-weight: bold;
            -webkit-transition: color .2s ease;
            -o-transition: color .2s ease;
            transition: color .2s ease;
        }

        .header-menu > ul > li:hover > a, .header-menu > ul > li:hover > span {
            color: #FFF;
        }

.header-hamburger {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 20px;
    width: 130px;
    padding-left: 10px;
}

.header .header-lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    padding: 0;
    font-size: 0;
    height: 60px;
    position: relative;
    border-bottom: 1px solid #FFF;
}

.checkout-pages-body .header .header-lower,
.shopping-cart-page-body .header .header-lower {
}

.header .header-lower.simply-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.header-hamburger .category-navigation-list-wrapper {
    position: fixed;
    top: 0;
    width: 470px;
    left: 0;
    height: 100vh;
    display: none;
}

.header-hamburger a {
    text-decoration: none;
    color: #232323;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

    .header-hamburger a:hover {
        color: #0A758C;
    }

.header-hamburger input {
    display: block;
    width: 140px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    -webkit-touch-callout: none;
}

.header-hamburger span.hbspan {
    display: block;
    width: 21px;
    height: 3px;
    margin-bottom: 3px;
    position: relative;
    background: #DBFF00;
    border-radius: 3px;
}

.header-hamburger > b {
    color: #DBFF00;
    position: absolute;
    top: 0;
    left: 40px;
    font-size: 16px;
    line-height: 40px;
    white-space: nowrap;
}

.header-hamburger span.hbspan:nth-child(3) {
    margin-top: 12px;
}

.menu-title, .close-menu, .header-hamburger .back-button, .header-menu .back-button {
    display: none;
}

.header-links-wrapper {
    margin-bottom: 0;
    text-align: left;
    height: 60px;
}

.header-links {
    height: 60px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .header-links ul {
        font-size: 0;
        display: flex;
        margin-bottom: 0;
    }

        .header-links ul.block-1 li {
            padding-top: 6px;
        }

    .header-links li {
        position: relative;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        padding: 10px 3px;
        z-index: 1;
        height: 60px;
        display: flex;
        align-items: center;
    }

    .header-links ul li a, #topcartlink a {
        display: inline-block;
        font-size: 14px;
        color: #0A758C;
        -webkit-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        position: relative;
        vertical-align: middle;
        width: 100%;
    }

    .header-links .profile-menu-box .ico-inbox {
        font-size: 0;
    }

    .header-links span:before, .header-links a:before {
        margin-bottom: 8px;
        -webkit-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
    }

    .header-links a.ico-cart:before {
        font-size: 26px;
    }

    .header-links a:hover, .header-links a:hover:before {
        color: #21a08a;
    }

.header-logo {
    padding: 0 10px;
}

.header-lower .return-to-cart {
    font-size: 16px;
    color: #0a758c;
    font-weight: bold;
    width: 100px;
    text-align: center;
    position: absolute;
    left: 20px;
    border: 1px solid #bee2e6;
    padding: 5px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0F7F8)) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(top, #FFFFFF 0%, #F0F7F8 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F0F7F8 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px 0;
}

    .header-lower .return-to-cart:hover {
        color: #005163;
    }

.header-logo a img {
    max-width: 220px;
    max-height: 36px;
    z-index: 11;
}

.header.fixed .header-menu {
    height: 0;
    overflow: hidden;
}

.top-menu {
    display: block;
}

.header-menu .sublist .back-button {
    display: none;
}

.isOpener:hover .openable {
    display: block;
}

/*********** SEARCH **********/
#Search {
    width: 100%;
}

body.showSearch #Search {
}

#TxtSearch.loaderTimerAnim {
    background: -webkit-gradient(linear, right top, left top, from(#EEE), color-stop(#6CACBA), to(#BEE2E6));
    background: -o-linear-gradient(right, #EEE, #6CACBA, #BEE2E6);
    background: linear-gradient(270deg, #EEE, #6CACBA, #BEE2E6);
    background-size: 300%;
    -webkit-animation: loaderTimer 3s ease;
    animation: loaderTimer 3s ease;
}

.showSearch #SearchResults {
    display: block;
}

    .showSearch #SearchResults.closeResults {
        display: none;
    }

#SearchResults {
    position: absolute;
    top: 53px;
    background-color: #FFF;
    width: 100%;
    left: 0;
    border-radius: 20px 0;
    -webkit-box-shadow: 0 5px 20px -15px #000;
    box-shadow: 0 5px 20px -15px #000;
    overflow: hidden;
    font-size: 14px;
    z-index: 102;
    display: none;
}

    #SearchResults a {
        color: #0A758C;
        display: block;
        padding: 0 5px;
        border-radius: 10px;
    }

        #SearchResults a:hover {
            background-color: #FFF;
        }

    #SearchResults h3 {
        color: #FFF;
        font-size: 16px;
        font-weight: bold;
        background-color: #6CACBA;
        padding: 5px 10px;
        border-radius: 15px 0 0 0;
        margin: 0;
    }

#SearchResultsContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#SearchResultsNoResults {
    padding: 20px;
    text-align: center;
    width: 100%;
}

    #SearchResultsNoResults img {
        max-width: 200px;
        width: 100%;
    }

    #SearchResultsNoResults div {
        padding: 20px;
        font-size: 20px;
    }

#SearchResultsLeft {
    padding: 10px 0 0 10px;
    width: 50%;
}

#SearchResultsRight {
    width: 100%;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 50vh;
}

    #SearchResultsContainer::-webkit-scrollbar,
    #SearchResultsRight::-webkit-scrollbar {
        width: 8px;
        padding: 10px;
    }

    #SearchResultsContainer::-webkit-scrollbar-track,
    #SearchResultsRight::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #fff;
    }

    #SearchResultsContainer::-webkit-scrollbar-thumb,
    #SearchResultsRight::-webkit-scrollbar-thumb {
        background-color: #6CACBA;
        border-radius: 10px;
        opacity: .5;
    }

        #SearchResultsContainer:-webkit-scrollbar-thumb:hover,
        #SearchResultsRight::-webkit-scrollbar-thumb:hover {
            background-color: #004153;
        }

#SearchResultsBlockSuggests {
    background-color: #F0F7F8;
    border-radius: 15px 0;
    margin-bottom: 10px;
}

#SearchResultsSuggests {
    padding: 10px;
}

#SearchResultsBlockCategories {
    background-color: #F0F7F8;
    border-radius: 15px 0;
    margin-bottom: 10px;
}

#SearchResultsCategories {
    padding: 5px;
}

#SearchResultsBlockManufacturers {
    background-color: #F0F7F8;
    border-radius: 15px 0;
    margin-bottom: 10px;
}

#SearchResultsManufacturers {
    padding: 10px;
}

    #SearchResultsManufacturers a, #SearchResultsCategories a {
        padding: 5px;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

#SearchResultsBlockProducts {
    background-color: #F0F7F8;
    border-radius: 15px 0;
}

#SearchResultsProducts {
    padding: 5px 10px;
}

.itemSearch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #FFF;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .itemSearch:last-child {
        margin-bottom: 0;
    }

.ac-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
}

.ac-Basket {
    width: 160px;
    padding-right: 50px;
}

    .ac-Basket input {
        width: 108px;
        text-align: center;
    }

    .ac-Basket .btnAC {
        position: absolute;
        top: 0;
        border: none;
        background-color: #6CACBA;
        color: #FFF;
        padding: 0;
        line-height: 40px;
        font-size: 24px;
        width: 30px;
    }

        .ac-Basket .btnAC.minus {
            left: 0px;
            border-radius: 20px 0 0 21px;
        }

        .ac-Basket .btnAC.plus {
            left: 80px;
            border-radius: 0 20px 20px 0;
        }

    .ac-Basket .btnACAddToShppingCart {
        position: absolute;
        top: 0;
        border: none;
        background-color: #43e087;
        color: #FFF;
        padding: 0;
        line-height: 16px;
        font-size: 24px;
        width: 40px;
        right: 0;
        border-radius: 15px 0;
    }

        .ac-Basket .btnACAddToShppingCart i {
            line-height: 40px;
        }

.itemSearch a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 160px);
    width: 100%;
}

.ac-picture {
    width: 60px;
}

    .ac-picture img {
        max-width: 50px;
    }

.ac-Information {
    width: calc(100% - 90px);
}

ac-sku {
}

ac-name {
}

#CartridgeSearch {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

    #CartridgeSearch span {
    }

        #CartridgeSearch span:nth-child(2) {
            left: 0;
            top: 10px;
            text-shadow: 1px 2px 2px #fff, -1px -1px 1px #fff, 1px 1px 1px #fff, -1px -2px 1px #fff;
            position: absolute;
        }

        #CartridgeSearch span:nth-child(1) {
        }

    #CartridgeSearch label {
        width: 100px;
        display: inline-block;
        line-height: 22px;
        padding-top: 4px;
    }

/*********** NAVIGATION **********/
.category-navigation-list-wrapper {
    display: none;
    position: relative;
    overflow: hidden;
}

    .category-navigation-list-wrapper.menuopen {
        overflow: visible;
        display: block;
    }

        .category-navigation-list-wrapper.menuopen #Overlay {
            display: block;
        }

#Navigation {
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    width: 450px;
    z-index: 9999999999;
    background-color: #0A758C;
}

#NavigationAccountLinks a {
    display: block;
    color: #FFF;
    font-size: 18px;
    padding: 8px 20px;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 28px;
}

    #NavigationAccountLinks a:hover {
        background-color: #053a46;
    }

    #NavigationAccountLinks a section {
        line-height: 26px;
    }

#NavigationZenickPoint {
    background-color: #DBFF00;
    color: #0A758C;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding-left: 50px;
    overflow: hidden;
    line-height: 28px;
    padding-right: 10px;
    border-radius: 30px;
}

    #NavigationZenickPoint i {
        position: absolute;
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
        top: -5px;
        left: -5px;
        font-size: 38px;
    }

#NavigationAccount {
    background-color: rgba(255, 255, 255, .8);
    color: #0A758C;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 14px;
    height: 40px;
}

#NavigationAccountMyZenick a {
    color: #005163;
}

.header-links #AccountBlock,
.header-links #AccountLinkBlock {
    display: none;
}

#AccountBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#NavigationTop {
    padding: 20px;
    height: 80px;
    -webkit-box-shadow: 0 25px 15px -10px #0a758c;
    box-shadow: 0 25px 15px -10px #0a758c;
    z-index: 1;
}

    #NavigationTop img {
        width: 110px;
    }

    #NavigationTop span {
        position: absolute;
        right: 15px;
        top: 15px;
        color: #DBFF00;
        font-size: 34px;
        cursor: pointer;
    }

#NavigationContainer {
    position: relative;
    width: 100%;
    max-height: calc(100vh - 120px);
    margin: 0;
    pointer-events: auto;
    overflow: auto;
    padding-bottom: 20px;
}

#AccountLinkBlock {
    background-color: #005163;
}

#Navigation:after, #NavigationContainer .selected > .sublist-wrap:after {
    display: block;
    top: 0;
    content: "";
    bottom: 0;
    right: -15px;
    width: 15px;
    -webkit-box-shadow: 10px 0 20px -20px #000 inset;
    box-shadow: 10px 0 20px -20px #000 inset;
    position: absolute;
    z-index: 1;
}

#NavigationContainer h2, #NavigationContainer h3 {
    font-size: 22px;
    font-weight: 600;
    padding: 20px;
    margin: 0;
    color: #DBFF00;
    cursor: pointer;
}

#NavigationContainer .navigationMainTitle {
    font-size: 22px;
    font-weight: 600;
    padding: 15px;
    margin: 0;
    color: #DBFF00;
    cursor: pointer;
}

    #CategoryLevelMain h2 span, #CategoryLevel0 h2 ~ span,
    #NavigationContainer .navigationMainTitle span {
        position: absolute;
        right: 15px;
        top: 20px;
        color: #DBFF00;
        font-size: 28px;
        cursor: pointer;
    }

#NavigationContainer li span {
    font-size: 12px;
    color: rgba(255, 255, 255, .3);
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 20px;
    pointer-events: none;
}

#NavigationContainer ul {
    list-style-type: none;
}

#NavigationContainer li a {
    position: relative;
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 0 50px 0 30px;
    line-height: 32px;
    color: #FFF;
    font-size: 16px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    overflow: hidden;
}

#NavigationContainer .plus-button {
    display: none;
}

#NavigationContainer li:hover > a {
    color: #DBFF00;
}

#NavigationContainer .sublist li span {
    color: #0A758C;
    pointer-events: all;
    cursor: pointer;
}

#NavigationContainer .selected > a.level0 {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), color-stop(30%, rgba(0,0,0,.1)), to(rgba(0,0,0,.15)));
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 30%, rgba(0,0,0,.15) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 30%, rgba(0,0,0,.15) 100%);
    color: #97c300;
}

#NavigationContainer .sublist-title {
    background-color: #f0f7f8;
    height: 180px;
    color: #0A758C;
    font-size: 24px;
    font-weight: 400;
    padding-top: 140px;
}

    #NavigationContainer .sublist-title a {
        color: #0A758C;
        font-size: 24px;
        font-weight: 400;
        padding: 0 20px;
    }

        #NavigationContainer .sublist-title a:hover {
            background-color: rgba(0,0,0,.1);
        }

#NavigationContainer .sublist-wrap {
    position: fixed;
    margin: 0;
    width: 450px;
    left: 450px;
    border: none;
    padding: 0;
    pointer-events: none;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: 0;
    background-color: #f0f7f8;
    height: 100vh;
    display: none;
    background-color: #cfe9ed;
}

    #NavigationContainer .sublist-wrap .sublist-wrap {
        position: relative;
        font-size: 0;
        border: none;
        padding: 0;
        pointer-events: none;
        overflow: hidden;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        height: auto;
        left: 0;
        display: none;
        margin: 10px 0;
    }

#NavigationContainer .selected > .sublist-wrap,
#NavigationContainer .selected > .sublist-wrap .selected > .sublist-wrap {
    pointer-events: auto;
    overflow: visible;
    display: block;
    background-color: #f0f7f8;
}

#NavigationContainer .sublist-wrap .sublist {
    padding: 0;
    min-height: unset;
}

#NavigationContainer .selected .sublist-wrap .sublist {
    display: block;
    background-color: #f0f7f8;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 180px);
}

#Navigation .bottomContainer {
    padding: 20px 0;
    background-color: #cfe9ed;
}

    #Navigation .bottomContainer:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        content: "";
        background: -webkit-gradient(linear, left top, right top, from(#0A758C), color-stop(50%, #DBFF00), to(#0A758C));
        background: -o-linear-gradient(left, #0A758C 0%, #DBFF00 50%, #0A758C 100%);
        background: linear-gradient(90deg, #0A758C 0%, #DBFF00 50%, #0A758C 100%);
    }

#NavigationContainer .back-button {
    display: none;
    z-index: 1;
}

    #NavigationContainer .back-button span {
        color: #FFF;
        position: relative;
        top: unset;
        right: unset;
        pointer-events: all;
        font-size: 18px;
    }

#NavigationContainer .sublist > li.selected > span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#NavigationContainer .sublist li span.show-all {
    display: none;
}

#NavigationContainer .sublist-wrap .sublist-wrap .sublist-title {
    display: none;
}

#NavigationContainer .sublist li a.with-subcategories {
    overflow: unset;
}

#NavigationContainer .sublist .sublist li a {
    color: #567A7A;
    font-size: 14px;
    font-weight: 400;
    padding-left: 40px;
}

#NavigationContainer .sublist .sublist .sublist li a {
    padding-left: 60px;
}

#NavigationContainer::-webkit-scrollbar {
    width: 8px;
}

#NavigationContainer::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #0A758C;
}

#NavigationContainer::-webkit-scrollbar-thumb {
    background-color: #005163;
    border-radius: 10px;
}

    #NavigationContainer::-webkit-scrollbar-thumb:hover {
        background-color: #004153;
    }

#NavigationContainer .sublist::-webkit-scrollbar {
    width: 8px;
}

#NavigationContainer .sublist::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f0f7f8;
}

#NavigationContainer .sublist::-webkit-scrollbar-thumb {
    background-color: #CCC;
    border-radius: 10px;
}

    #NavigationContainer .sublist::-webkit-scrollbar-thumb:hover {
        background-color: #BBB;
    }

#CategoryLevel0 .sublist-wrap .sublist-wrap {
    display: block;
    max-height: 100px;
}

    #CategoryLevel0 .sublist-wrap .sublist-wrap .sublist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #CategoryLevel0 .sublist-wrap .sublist-wrap ul li {
        -ms-flex-negative: 3;
        flex-shrink: 3;
        width: 33%;
    }

#CategoryLevel0 .sublist-wrap {
    width: 740px;
}

#CategoryLevelMain .sublist-wrap {
    width: 450px;
}

#CategoryLevelMain > ul {
    padding-bottom: 20px;
    width: 100%;
}

    #CategoryLevelMain > ul.category-navigation-list-mobile {
        display: none;
        padding: 5px 10px;
    }

#NavigationContainer .sublist li a {
    font-size: 18px;
    font-weight: bold;
    color: #0A758C;
}

#CategoryLevelMain .sublist li a {
    font-size: 16px;
}

#CategoryLevelMain .sublist > li > a:hover {
    background-color: rgba(0,0,0,.1);
}

#CategoryLevel0 .sublist li span.show-all {
    display: block;
    border-radius: 0 15px 15px;
    font-size: 12px;
    background-color: #0A758C;
    color: #FFF;
    padding: 0 10px;
}

    #CategoryLevel0 .sublist li span.show-all a {
        font-size: 12px;
        color: #FFF;
        line-height: 20px;
        padding: 0;
        font-weight: 400;
        padding: 2px 10px;
    }

#CategoryLevel0 .sublist .sublist li a {
    margin-right: 0;
    font-size: 14px;
    font-weight: 400;
}

#CategoryLevel0 .sublist .with-subcategories li span {
    padding: 2px 15px;
    font-size: 12px;
    content: "Vedi tutte";
    background-color: cadetblue;
    color: #FFF;
}

/***************** ADS ***********************/
body #AdsContainer {
    display: none;
}

body.ads #AdsContainer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    display: block;
}

    body.ads #AdsContainer code {
        display: none;
    }

    body.ads #AdsContainer .ads_bannerLeft {
        left: 0;
        height: 100vh;
        position: fixed;
        width: 12%;
        text-align: right;
        display: block;
        top: 0;
    }

        body.ads #AdsContainer .ads_bannerLeft img, body.ads #AdsContainer .ads_bannerRight img {
            width: 100%;
            max-height: 100vh;
            max-width: 300px;
            height: auto;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: right;
            object-position: right;
        }

    body.ads #AdsContainer .ads_bannerRight img {
        -o-object-position: left;
        object-position: left;
    }

    body.ads #AdsContainer .ads_bannerRight {
        height: 100vh;
        position: fixed;
        width: 12%;
        text-align: left;
        display: block;
        top: 0;
        right: 0;
    }

    body.ads #AdsContainer .ads_bannerTop {
        display: block;
        position: relative;
        height: 60px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        text-align: center;
        vertical-align: middle;
        line-height: 54px;
    }

.g_id_signin > div > div > div {
    border-radius: 50px;
}

.page-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkout-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#checkout-billing-load {
    padding-top: 30px;
}

body.noscroll {
    overflow: hidden;
    height: 100vh;
}

#ZenickPage {
    max-width: 1600px;
    margin: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

p {
    line-height: 20px;
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

    a.account-name .account-block {
        background-color: #F0F7F8;
        border-radius: 20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 5px;
    }

    a.account-name .account-info {
        text-align: right;
        padding: 6px;
    }

    a.account-name b {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        width: 80px;
    }

    a.account-name span {
    }

    a:hover {
        color: #43e087;
    }

.price-discount, .price-specialPrice {
    left: 8px;
    bottom: 6px;
    padding: 4px 4px;
    background-color: #DBFF00;
    color: #0A758C;
    border-radius: 10px 0 10px 0;
    position: absolute;
    font-weight: bold;
    width: auto;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    z-index: 1;
}

.product-essential .price-discount,
.product-essential .price-specialPrice {
    font-size: 24px;
    line-height: 24px;
    top: unset;
    bottom: 60px;
    left: 0;
}

.product-essential .price-specialPrice {
    font-size: 18px;
}

.price-specialPrice {
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
}

.slider-Item a.ribbon-position.top-left {
    left: 0;
    top: 335px;
}

a.ribbon-position .product-ribbon.sconto .ribbon-text {
    font-size: 16px;
    font-weight: bold;
}

img {
}

.masonry-grid .picture-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

a img {
    opacity: 1;
    /*firefox scale bug fix*/
}

.cart img {
    width: 100%;
    padding: 5px;
    max-width: 140px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
    border-radius: 20px;
    height: 40px;
    padding: 0 15px;
    border: 3px solid #BEE2E6;
    color: #0A758C;
    font-size: 14px;
    width: 100%;
    text-align: left;
}

input.addcart_Quantity {
    text-align: center;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 32px 0 6px;
    width: 100%;
}

.cart-info-payments {
    background-color: #FFF;
    border-radius: 0 0 50px 50px;
    -webkit-box-shadow: 0 0 15px 5px #F0F7F8;
    box-shadow: 0 0 15px 5px #F0F7F8;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 20px;
}

.cart-assistant {
    background-color: #005163;
    border-radius: 0 0 50px 50px;
    -webkit-box-shadow: 0 0 15px 5px #F0F7F8;
    box-shadow: 0 0 15px 5px #F0F7F8;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 10px;
    color: #FFF;
}

    .cart-info-payments .topic-block,
    .cart-assistant .topic-block {
        margin: 0;
    }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    /* Chrome/Opera/Safari */
    color: #8c8c8c !important;
}

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8c8c8c;
}

input[type="text"]::-moz-input-placeholder, input[type="password"]::-moz-input-placeholder, input[type="email"]::-moz-input-placeholder, input[type="tel"]::-moz-input-placeholder, textarea::-moz-input-placeholder {
    /* Firefox 19+ */
    color: #8c8c8c;
}

input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
    /* IE 10+ */
    color: #8c8c8c;
}

input[type="text"]::input-placeholder, input[type="password"]::input-placeholder, input[type="email"]::input-placeholder, input[type="tel"]::input-placeholder, textarea::input-placeholder {
    /* Firefox 18- */
    color: #8c8c8c;
}

.products-container {
    min-height: 200px;
    padding-bottom: 10px;
}

.page-left {
    overflow: hidden;
    z-index: 1;
    width: 290px;
    padding-left: 10px;
    margin-top: 10px;
}

.page-right {
    width: calc(100% - 290px);
}

#ZenickPage.hiddenFilters .page-left {
    overflow: hidden;
    position: absolute;
    height: 0;
}



#ZenickPage.hiddenFilters .page-right {
    width: 100%;
    z-index: 0;
}

    #ZenickPage.hiddenFilters .page-right .product-selectors {
    }

    #ZenickPage.hiddenFilters .page-right .item-box,
    #ZenickPage.hiddenFilters .page-right .product-grid .slider-wrapper {
        width: 25%;
    }

.rounded > div {
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 15px -5px #6cacba;
    box-shadow: 0 5px 15px -5px #6cacba;
}

.theme-home-banners {
    padding: 10px;
    float: left;
}

    .theme-home-banners.size100 {
        width: 100%;
    }

    .theme-home-banners.size75 {
        width: 75%;
    }

    .theme-home-banners.size50 {
        width: 50%;
    }

    .theme-home-banners.size25 {
        width: 25%;
    }

    .theme-home-banners.height125 > div {
        height: 125px;
    }

    .theme-home-banners.height250 > div {
        height: 250px;
    }

    .theme-home-banners.height500 > div {
        height: 560px;
    }

.grid-sizer {
    width: 25%;
}

.sliderCategory .grid-sizer {
    width: 150px;
}


.picture-slide img, .html-slide img {
    display: none;
}

.promo-page .picture-slide img, .promo-page .html-slide img {
    display: block;
}


.footer1_icons img {
    width: auto;
}

.theme-home-banners .html-slide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 10px;
    background-color: #AEF2CB;
    overflow: hidden;
}

.color-0.theme-home-banners .html-slide {
    background-color: transparent;
}

.color-1.theme-home-banners .html-slide {
    background-color: #ff6867;
}

.color-2.theme-home-banners .html-slide {
    background-color: #97d4af;
}

.color-3.theme-home-banners .html-slide {
    background-color: #0A758C;
}

.color-4.theme-home-banners .html-slide {
    background-color: #de8b93;
}

.color-5.theme-home-banners .html-slide {
    background-color: #e6b86f;
}

.color-6.theme-home-banners .html-slide {
    background-color: #DF7F69;
}

.color-7.theme-home-banners .html-slide {
    background-color: #D9CB3B;
}

.color-8.theme-home-banners .html-slide {
    background-color: #5f7daf;
}

.theme-home-banners p.init {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
}

    .theme-home-banners p.init:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 50%;
        content: "";
        left: 0;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

.theme-home-banners.size25 p.init:after {
    right: calc(50% - 50px);
}

.theme-home-banners.size75 p.init:after {
    right: calc(50% - 50px);
}

.theme-home-banners.height500 p.init:after {
    right: 0;
    bottom: 50%;
}

.color-1.theme-home-banners p.init:after {
    background-color: #b31918a6;
}

.color-2.theme-home-banners p.init:after {
    background-color: #66bb87c7;
}


.color-3.theme-home-banners p.init:after {
    background-color: #0A758C99;
}

.color-4.theme-home-banners p.init:after {
    background-color: #de8b9399;
}

.color-5.theme-home-banners p.init:after {
    background-color: #d77f1aba;
}

.color-6.theme-home-banners p.init:after {
    background-color: #DF7F6999;
}

.color-7.theme-home-banners p.init:after {
    background-color: #D9CB3B99;
}

.color-8.theme-home-banners p.init:after {
    background-color: #5f7dafAA;
}


.theme-home-banners .content-left {
    text-align: right;
    color: #FFF;
    width: 50%;
    padding-right: 10px;
}

.theme-home-banners.size75 .content-left,
.theme-home-banners.size25 .content-left {
    width: calc(50% + 50px);
}

.theme-home-banners.height500 .content-left {
    width: 100%;
}

.theme-home-banners.height500 p.init {
    position: absolute;
    top: 0;
    background-color: #FFF;
    left: 0;
}

.theme-home-banners p img {
    max-width: unset;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.theme-home-banners button.cta {
}

.theme-home-banners div.cta {
    width: 110px;
    border: none;
    background-color: #dbff00;
    color: #0a758c;
    padding: 10px 20px;
    border-radius: 0 20px 20px 20px;
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    display: inline-block;
}

    .theme-home-banners div.cta a {
        color: #0a758c;
    }

    .theme-home-banners div.cta:after {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        content: "\e5e1";
    }

.theme-home-banners .title {
    font-size: 24px;
    font-weight: bold;
}

.theme-home-banners .subtitle {
    font-size: 20px;
    padding: 0;
}

.theme-home-banners .highlight {
    color: #0a758c;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    padding: 20px 0;
}

    .theme-home-banners .highlight label {
        color: #0a758c;
        font-size: 20px;
    }

.theme-home-banners .highlight-container {
    padding-top: 10px;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
}

    .theme-home-banners .highlight-container a {
        background-color: #dbff00;
        color: #FFF;
        padding: 5px 15px;
        border-radius: 0 20px 20px 20px;
        font-size: 16px;
        color: #005163;
    }

    .theme-home-banners .highlight-container .highlight-title {
        color: #FFF;
    }


    .theme-home-banners .highlight-container .highlight-blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        padding-top: 10px;
    }

.item-grid .grid-sizer {
    width: 330px;
}

textarea {
    min-height: 150px;
    padding: 15px 20px;
    width: 100%;
}

label.theme {
    position: absolute;
    top: 0;
    pointer-events: none;
    line-height: 30px;
}

select + label.theme:after {
    content: "\e313";
    position: absolute;
    display: block;
    font-size: 20px;
    color: #0A758C;
    font-weight: normal;
    text-transform: none;
    -webkit-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important;
    z-index: 1;
    height: 30px;
    right: 2px;
    top: 5px;
    width: 28px;
    border-left: 1px solid #6CACBA;
    pointer-events: none;
    text-align: center;
}

select:focus + label.theme:after {
    content: "\e316";
}

select::-ms-expand {
    display: none;
}

input[type="checkbox"], input[type="radio"] {
}

/* Hide the browser's default checkbox */
input.checkmark {
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
}

    input.checkmark.dis {
        pointer-events: none;
        background-color: #CCC;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #d6eef1;
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 15px -15px #000 inset;
    box-shadow: 0 5px 15px -15px #000 inset;
}

.product-filters .checkmark {
}

/* On mouse-over, add a grey background color */
input.checkmark:hover ~ .checkmark {
    background-color: #BEE2E6;
}

/* When the checkbox is checked, add a blue background */
input.checkmark:checked ~ .checkmark {
    background-color: #6CACBA;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.serviceFloor-block-floorDeliveryNotPresent .checkmark {
    background-color: #FCC !important;
}

    .serviceFloor-block-floorDeliveryNotPresent .checkmark:after {
        left: -18px;
        top: -18px;
        width: 36px;
        height: 36px;
        border: solid #D00;
        border-width: 0 3px 0 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        display: block;
    }

/* Show the checkmark when checked */
input.checkmark:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkmark:after {
    left: 8px;
    top: 3px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark ~ label {
    left: 35px;
    width: calc(100% - 40px);
    padding: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    text-align: left;
    line-height: 24px;
}

    .checkmark ~ label:first-letter {
    }

.product-manufacturer-group .checkmark ~ label {
    text-transform: uppercase;
}

.checkmark ~ label a {
    color: #0a758c;
}

.address-item .buttons > div .checkmark ~ label {
    left: 15px;
}

/* Hide the browser's default checkbox */
input.checkmark2 {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 30px;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

/* Create a custom checkbox */
.checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    left: 0;
    background-color: #F0F7F8;
    right: 0;
    -webkit-box-shadow: 2px 2px 0px #0A758C42;
    box-shadow: 2px 2px 0px #0A758C42;
}

.skeleton .checkmark2 {
    border: none !important;
    background-color: #CCC;
    box-shadow: none;
    border-radius: 15px;
}

/* On mouse-over, add a grey background color */
input.checkmark2:hover ~ .checkmark {
    background-color: #BEE2E6;
}

/* When the checkbox is checked, add a blue background */
input.checkmark2:checked ~ .checkmark2 {
    border: 2px solid #0A758C;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
input.checkmark2:checked ~ .checkmark2:after {
    display: block;
}

.checkmark2 ~ label {
    min-width: 40px;
    text-align: center;
    color: #0A758C;
    line-height: 30px;
}

/* Hide the browser's default checkbox */
input.checkmark3 {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 65px;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Create a custom checkbox */
.checkmark3 {
    position: absolute;
    top: 0;
    height: 65px;
    left: 0;
    background-color: #F0F7F8;
    right: 0;
    -webkit-box-shadow: 2px 2px 0px #0A758C42;
    box-shadow: 2px 2px 0px #0A758C42;
    text-align: center;
}

/* On mouse-over, add a grey background color */
input.checkmark3:hover ~ .checkmark {
    background-color: #BEE2E6;
}

/* When the checkbox is checked, add a blue background */
input.checkmark3:checked ~ .checkmark3 {
    border: 2px solid #0A758C;
}

/* Style the checkmark/indicator */
.checkmark3:after {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 2px solid #FFF;
    border-radius: 15px;
    background-color: #C00;
    margin: 8px;
    -webkit-box-shadow: 0 0 0px 1px #C00;
    box-shadow: 0 0 0px 1px #C00;
    content: "";
}

.checkmark3 ~ label {
    min-width: 90px;
    text-align: center;
    color: #0A758C;
    line-height: 25px;
    margin-top: 40px;
}

.product-filters label .attribute-option-count {
    font-weight: bold;
}

.masonry-grid {
    display: block;
    padding: 10px 0;
}

.product-grid, .category-grid, .topic-block, .news-list-homepage {
    z-index: 0;
    width: 100%;
    margin: 0;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding-bottom: 20px;
}

.slider-container.sliderCategory:before,
.slider-container.sliderManufacturer:before {
    background-color: #d9ebef !important;
}

.product-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
}

#products-orderby {
}

    #products-orderby:after {
        /* content: "ddd"; */
        width: 120px;
        height: 120px;
        background-color: #C00;
        -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
        clip-path: polygon(100% 0%, 0 0%, 50% 100%);
        display: block;
        position: absolute;
        color: #C00;
    }

.master-wrapper-content {
    margin: 0;
    display: block;
}

.isAdmin .master-wrapper-content {
}

.checkout-pages-body.isAdmin .master-wrapper-content {
}

.shopping-cart-page-body.isAdmin .master-wrapper-content {
}

.master-column-wrapper {
    padding: 0 10px;
}

.home-page-body
.master-wrapper-content {
    padding-top: 0;
}

.floorSelected_Title {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 20px;
    color: #0a758c;
    border-radius: 10px;
    line-height: 21px;
}

.master-wrapper-content select, .k-window select {
}

    .master-wrapper-content select::ms-expand, .k-window select::ms-expand {
        display: none;
    }

.master-column-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.center-2 .product-grid, .center-2 .category-grid, .center-2 .topic-block {
    width: 100%;
}

.center-2, .side-2 {
    width: calc(100% - 300px);
}

    .side-2:last-child {
        margin-bottom: 0;
    }

.page {
}

.mobile {
    display: none !important;
}

.page-body {
    text-align: left;
}


.rentalGrenkeShoppingCartContainer,
.rentalGrenkeCheckOutContainer {
    padding: 10px;
    margin: 0;
    background-color: #6CACBA;
    color: #fff;
}

.checkout-pages-body .rentalGrenkeShoppingCartContainer,
.checkout-pages-body .rentalGrenkeCheckOutContainer {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px;
    -webkit-box-shadow: 0 2px 2px 1px #6cacba;
    box-shadow: 0 2px 2px 1px #6cacba;
    border-radius: 20px;
}

.product-details-page .grenke-box {
    background-color: #6CACBA;
    color: #FFF;
    padding: 10px;
    box-shadow: 6px 6px 0 #dbff00;
    margin-bottom: 60px;
    display: none;
    margin-top: 30px;
}

.product-details-page .grenke-title {
    font-size: 26px;
    letter-spacing: 1px;
    padding-bottom: 6px;
    padding-right: 80px;
}

.shopping-cart-page-body .grenke-title,
.html-checkout-page .grenke-title {
    font-size: 20px;
    letter-spacing: 1px;
    padding-bottom: 6px;
    border-bottom: 1px solid #DBFF00;
}

.product-details-page .grenke-image {
    position: absolute;
    right: 10px;
    top: 10px;
}

    .product-details-page .grenke-image img {
        max-width: 70px;
    }

.product-details-page .grenke-subtitle {
    font-size: 16px;
    color: #356178;
    background-color: #DBFF00;
    font-weight: bold;
    padding: 4px 6px;
    width: fit-content;
}

.shopping-cart-page-body .grenke-subtitle,
.html-checkout-page .grenke-subtitle {
    margin: 10px 0;
    font-size: 14px;
    line-height: 24px;
}

    .shopping-cart-page-body .grenke-subtitle b,
    .html-checkout-page .grenke-subtitle b {
        font-size: 16px;
    }

.html-checkout-page .grenke-subtitle2 {
    margin: 10px 0;
    font-size: 12px;
    line-height: 16px;
}

.html-checkout-page .grenke-subtitle3 {
    margin: 10px 0;
    font-size: 22px;
    line-height: 24px;
    color: #0a758c;
}

.shopping-cart-page-body .grenke-subtitle i,
.html-checkout-page .grenke-subtitle i {
    display: block;
}

.product-details-page .grenke-message {
    line-height: 20px;
    font-size: 16px;
}

    .product-details-page .grenke-message a {
        color: #FFF;
        text-decoration: underline;
    }

.product-details-page .grenke-message2 {
    line-height: 20px;
    padding: 10px 0;
    font-size: 14px;
}

.shopping-cart-page-body .grenke-message,
.html-checkout-page .grenke-message {
    font-size: 16px;
    color: #356178;
    background-color: #DBFF00;
    font-weight: bold;
    padding: 2px 4px;
    width: fit-content;
    display: inline;
    line-height: 30px;
    -webkit-box-decoration-break: clone;
}

.product-details-page .grenke-notes {
    color: #222d38;
    position: absolute;
    bottom: -80px;
}

.shopping-cart-page-body .grenke-notes,
.html-checkout-page .grenke-notes {
    color: #222d38;
    position: absolute;
    bottom: -60px;
}

#rentalProductInfoContainer,
#rentalCheckoutPaymentInfoProductsContainer {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    flex-wrap: wrap;
}

    #rentalProductInfoContainer > div {
        padding: 5px 8px;
        margin: 8px 0;
        font-size: 13px;
        margin: 3px;
        box-shadow: 0 0 0 1px #6cacba, 0 4px 8px -4px #6cacba;
        border-left: 4px solid #DBFF00;
    }

    #rentalCheckoutPaymentInfoProductsContainer > div {
        padding: 5px 15px 5px 60px;
        margin: 8px 0;
        font-size: 13px;
        margin: 5px;
        border-radius: 10px;
        box-shadow: 0 0 0 1px #6cacba, 0 4px 8px -4px #6cacba;
        border-left: 3px solid #DBFF00;
        min-width: 244px;
    }

        #rentalCheckoutPaymentInfoProductsContainer > div b {
            font-size: 24px;
        }

    #rentalProductInfoContainer > div b {
        font-size: 18px;
    }

.cart-errors-message {
    display: none;
    padding: 10px;
    margin-top: 20px;
    color: #f01420;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #F00;
    border-radius: 20px 0;
}

.cart-errors .cart-errors-message {
    display: block;
}

.topic-page .page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    font-size: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.page-title {
    /*padding: 15px 0 0 0;*/
    text-align: center;
}

.page-notFound {
    text-align: center;
    padding: 20px;
    min-height: 350px;
}

    .page-notFound img {
        object-fit: contain;
        max-width: 100%;
    }

    .page-notFound .topic-block {
        margin: auto;
        display: block;
        font-size: 20px;
        position: absolute;
        top: calc(50% - 120px);
    }

.notFound-title {
    font-size: 48px;
    padding-bottom: 20px;
}

.notFound-content {
    padding: 20px 0;
}

.not-found-page .page-title h1 {
    text-align: center;
}

.customer-pages-body .page-title {
    padding-left: 300px;
}

.buttons {
    text-align: center;
}

.order-summary-content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.link-rss {
    display: none;
    width: 24px;
    height: 24px;
    font-size: 0 !important;
}

    .link-rss:before {
        content: "\73";
        display: block;
        font-size: 24px;
        color: #8c8c8c;
        text-transform: none;
        font-weight: normal;
        -webkit-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
    }

    .link-rss:hover:before {
        color: #97c300;
    }

.category-description ul, .manufacturer-description ul, .full-description ul, .topic-html-content ul, .topic-page ul, .post-body ul, .custom-tab ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
}

.category-description ol, .manufacturer-description ol, .full-description ol, .topic-html-content ol, .topic-page ol, .post-body ol, .custom-tab ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
}

.category-description p, .manufacturer-description, .vendor-description, .manufacturer-description p, .vendor-description p, .full-description p, .topic-html-content p, .topic-page p, .post-body p, .news-body p, .custom-tab p, .ui-dialog-content p {
    line-height: 30px;
    font-weight: 400;
}

/*********** GLOBAL FORMS ***********/
.fieldset .title, .section .title {
    margin: 0 0 10px;
}

    .fieldset .title strong, .section .title strong {
        font-weight: 300;
        font-size: 16px;
        color: #005163;
    }

.form-fields > a {
    color: #8c8c8c;
    text-decoration: underline;
}

.inputs:first-child {
    /* margin-top: 0; */
}

.inputs:after {
    content: "";
    display: block;
    clear: both;
}

.inputs.reversed > * {
    float: none;
}

.inputs select:only-of-type {
    width: 100%;
}

.inputs .option-list {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

    .inputs .option-list li {
        float: left;
        margin: 0 10px 15px 0;
    }

    .inputs .option-list label {
        display: inline;
        width: auto;
        margin: 0 3px;
    }

.login-form-in-header .inputs.reversed {
    text-align: center;
}

.required {
    margin: 0 0 0 5px;
    /*siblings offset*/
    font-size: 15px;
    font-weight: 700;
    position: absolute;
}

.message-error, .field-validation-error, .field-validation-error *, .username-not-available-status, .poll-vote-error, .password-error {
    display: block;
    color: #E94A18;
    font-weight: 700;
    text-align: left;
    white-space: normal;
    padding: 10px 0;
}

.page-body > .message-error, .enter-address > .message-error, .payment-info form > .message-error {
    line-height: 1.5;
    margin-bottom: 15px;
}

.input-validation-error {
    border-bottom: 2px solid #ff4f60 !important;
}

.field-validation-valid, .username-available-status {
    display: block;
    line-height: 17px;
    font-size: 13px;
    color: #97c300;
    font-weight: 700;
}

.captcha-box {
    margin: 25px 0 0;
    text-align: center;
    line-height: 0;
    /*firefox line-height bug fix*/
}

    .captcha-box > div {
        display: inline-block;
    }

    .captcha-box input {
        height: auto;
    }

/*********** GLOBAL TABLES ***********/
.table-wrapper {
    padding: 0 15px;
}

.cart, .data-table, .compare-products-table, .forums-table-section table {
    margin: 0;
    border-collapse: initial;
    border-spacing: 0px;
}

    .cart-header, .data-table th, .forums-table-section th {
        border-top: 1px solid #F0F7F8;
        background-color: #F0F7F8;
        padding: 20px 0 !important;
        white-space: nowrap;
        font-size: 17px;
        color: #0A758C;
        font-weight: bold;
    }

    .cart td, .data-table td, .forums-table-section td {
        min-width: 50px;
        background-color: #fff;
        padding: 20px;
        font-size: 15px;
        font-weight: 400;
    }

        .cart th.inclTax, .cart td.inclTax {
            display: table-cell;
        }

td.product-picture {
    font-size: 0 !important;
}

    td.product-picture a {
        display: inline-block;
        width: 80px;
    }

.data-table td {
    font-size: 17px;
}

    .cart th:first-child, .data-table th:first-child, .forums-table-section th:first-child, .cart td:first-child, .data-table td:first-child, .forums-table-section td:first-child {
    }

    .cart th:last-child, .data-table th:last-child, .forums-table-section th:last-child, .cart td:last-child, .data-table td:last-child, .forums-table-section td:last-child {
        text-align: center;
    }

.cart tr:first-child th:first-child, .data-table tr:first-child th:first-child, .forums-table-section table tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.cart tr:first-child th:last-child, .data-table tr:first-child th:last-child, .forums-table-section table tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.cart tr:last-child td:first-child, .data-table tr:last-child td:first-child, .forums-table-section table tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.cart tr:last-child td:last-child, .data-table tr:last-child td:last-child, .forums-table-section table tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

td .attributes {
    padding: 20px 0;
    margin: 0;
}

.cart a, .data-table a, .compare-products-table a, .forums-table-section a {
    color: #97c300;
}

.cart .product a, .data-table .product a, .compare-products-table .product a, .forums-table-section .product a {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #567A7A;
}

.cart .product-error .product a {
    color: #FFF;
    display: block;
}

.cart .product a:hover, .data-table .product a:hover, .compare-products-table .product a:hover, .forums-table-section .product a:hover {
    color: #0A758C !important;
}

.cart .edit-item a, .data-table .edit-item a, .compare-products-table .edit-item a, .forums-table-section .edit-item a {
    color: #97c300;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

.cart .attributes, .data-table .attributes, .compare-products-table .attributes, .forums-table-section table .attributes {
    font-size: 15px;
    color: #8c8c8c;
    max-width: none;
}

.cart td.date, .data-table td.date, .compare-products-table td.date, .forums-table-section td.date {
    white-space: nowrap;
}

td.product-picture {
    font-size: 0;
}

.select, .select-boxes {
    position: relative;
    overflow: hidden;
}

    .select input[type="checkbox"], .select-boxes input[type="checkbox"] {
        position: absolute;
        left: -9999px;
    }

    .select label, .select-boxes label {
        display: block !important;
        width: 17px;
        height: 17px;
        border-radius: 0;
        border: 1px solid #eeeeee;
        vertical-align: text-top;
        background-color: #fff;
        cursor: pointer;
    }

    .select input[type="checkbox"]:checked + label, .select-boxes input[type="checkbox"]:checked + label {
        margin-left: 1px;
        margin-top: 1px;
        width: 16px;
        height: 16px;
        -webkit-box-shadow: 0 0 0 1px #e7e7e7;
        box-shadow: 0 0 0 1px #e7e7e7;
        border: 3px solid #fff;
        background-color: #97c300;
    }

    .select label:before, .select-boxes label:before {
        content: none !important;
        display: none !important;
    }

.cart .product, .data-table .product, .data-table .message, .data-table .info, .data-table .name, .forum-table .forum-details, .forum-table .topic-details {
    text-align: left;
}

.cart .availability {
    padding: 10px 0;
}

    .cart .availability span {
        font-weight: bold;
    }

.cart .product-picture {
    text-align: center;
}

.cart .remove-from-cart, .cart .add-to-cart, .data-table .select-boxes, .data-table .order {
    text-align: center;
}

.cart .unit-price,
.cart .subtotal {
    white-space: nowrap;
    text-align: right;
}

    .cart .unit-price span,
    .cart .subtotal span {
        line-height: 40px;
        font-weight: bold;
        white-space: nowrap;
        display: block;
    }

span.rental-info {
    cursor: pointer;
    font-size: 16px;
}

.cart .unit-price span.rental-info,
.cart .subtotal span.rental-info {
    display: inline;
    font-size: 14px;
    line-height: inherit;
    top: 2px;
    padding-left: 4px;
}

.product-error .quantity {
    height: 0;
    overflow: hidden;
}

.cart .qty-input, .cart .qty-dropdown {
    padding: 0 7px;
    max-width: 80px;
    height: 40px;
    font-size: 14px;
    color: #444;
    text-align: center;
    background-position: right 10px center;
    border: 1px solid #CCC;
    border-radius: 10px;
}

.cart .minus, .cart .plus {
    position: absolute;
    top: 0;
    right: -30px;
    height: 20px;
    z-index: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cart .minus {
    top: unset;
    bottom: 0;
}

.cart .qty-dropdown {
    text-align: left;
    padding: 0 20px 0 5px;
}

.cart .subtotal span {
    white-space: nowrap;
    font-weight: 700;
    line-height: unset;
}

.cart .subtotal .discount, .cart .subtotal .discount + div {
    white-space: nowrap;
    /*remove this if you have no space enough for discounted products price*/
    display: none;
    /* hidden due to designer request */
}

.cart .remove-from-cart {
}

.cart .add-to-cart {
    height: 60px;
}

    .cart .add-to-cart > div {
        height: 40px;
        width: 40px;
        margin: auto;
        top: 20px;
    }

.cart .remove-from-cart button {
    width: 44px;
    height: 44px;
    margin: auto;
    border: none;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    border-radius: 0 15px 0 15px;
    color: #0A758C;
    cursor: pointer;
    display: block;
    -webkit-box-shadow: 0 2px 1px 0 #d0d7d8;
    box-shadow: 0 2px 1px 0 #d0d7d8;
}

.cart .product-error .remove-from-cart button {
    color: #f01420;
}

.cart .remove-from-cart button span {
    font-size: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart .remove-from-cart button:hover {
    color: #43e087;
}

#shipping-buttons-container {
    text-align: center;
    padding-top: 30px;
}

.product-prices-box .hydrated {
    display: none;
}

.add-to-cart .hydrated {
    display: block;
}

.button-1 {
    border: none;
    height: 50px;
    padding: 0 15px;
    border-radius: 0 25px 25px 25px;
    background-color: #43E087;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    line-height: 50px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    letter-spacing: 1px;
    width: 100%;
    margin: 0;
}
.button-1.btn-blue{
    background-color: #0A758C;    
}

.shopping-cart-page .checkout-button {
    border-radius: 0 0 25px 0;
}

    .button-1.dis {
        pointer-events: none;
        background-color: #CCC;
    }

    .button-1.alternate {
        border: none;
        height: 50px;
        padding: 0 25px;
        border-radius: 0 25px 25px 25px;
        background-color: #FFF;
        color: #43E087;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        line-height: 50px;
        vertical-align: middle;
        cursor: pointer;
        display: inline-block;
        margin: 0 5px;
        letter-spacing: 1px;
        border: 3px solid #43E087;
    }

.sfondo-contatti .buttons {
    text-align: right;
}

.button-3 {
    border: none;
    height: 50px;
    padding: 0 25px;
    border-radius: 0 0 25px 0;
    background-color: #43e087 !important;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    line-height: 50px;
    vertical-align: middle;
    cursor: pointer;
}

.button-4 {
    border: none;
    color: #0A758C;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    vertical-align: middle;
    background: transparent;
    line-height: 50px;
    padding: 10px;
    margin-left: -10px;
    cursor: pointer;
}

    .button-4 span {
        color: #0A758C;
        vertical-align: middle;
        margin-bottom: 5px;
    }

.rentalGrenkeCheckOutContainer .button-4 {
    color: #FFF;
    margin: auto;
    display: block;
}

    .rentalGrenkeCheckOutContainer .button-4 span {
        color: #FFF;
    }

.button-1.email-signup,
.button-1.btn-login {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 20px 0;
}

.button-1.password-recovery-button,
.button-1.btn-login {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 10px 0;
}

.forgot-password a {
    font-size: 18px;
    color: #005163;
}

.button-1 i {
    padding-right: 10px;
    top: 5px;
}

.button-1:hover {
    background-color: #0a758c;
}

.check-pa {
    font-size: 0;
}

.buttons-check {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 30px;
    background-color: #FFF;
    border: 1px solid #6CACBA;
    padding: 2px 3px;
    font-size: 0;
    text-align: center;
}

    .buttons-check.xs {
    }

.taxHeader .buttons-check.xs {
}

.btn-check:checked + .button-l {
    background-color: #bee2e6;
    border: 1px solid #6CACBA;
}

.button-l {
    padding: 5px 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    vertical-align: middle;
    background-color: #FFF;
    color: #0a758c;
    cursor: pointer;
    line-height: 20px;
    border-radius: 25px;
    border: 1px solid #FFF;
    display: block;
}

    .button-l:hover {
        background-color: #F0F7F8;
    }

.xs .button-l {
    line-height: 20px;
    height: 22px;
    padding: 0 15px;
}

.taxHeader .xs .button-l {
    line-height: 18px;
    height: 18px;
    font-size: 12px;
    padding: 0 10px;
}

.button-1.xs {
    line-height: 36px;
    height: 40px;
}

.ajax-products-busy {
    display: none;
    position: absolute;
    z-index: 1;
    right: -10px;
    bottom: 0;
    text-align: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    top: 0;
    left: -10px;
}

    .ajax-products-busy:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #Ffff;
        opacity: .7;
    }

.button-important {
    background-color: #d70000;
}

/*********** NOTIFICATIONS & POPUPS  ***********/
.bar-notification {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    padding: 20px;
    min-height: 70px;
    color: #fff;
    overflow: hidden;
}

    .bar-notification.success {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border-top: 1px solid #DBFF00;
    }

        .bar-notification.success:before {
            position: absolute;
            content: "";
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #DBFF00;
            opacity: .7;
        }

    .bar-notification.warning {
        background-color: rgba(255, 79, 96, .8);
    }

    .bar-notification.error {
        background-color: rgba(255, 79, 96, .8);
    }

    .bar-notification.info {
        background-color: rgba(83, 204, 241, .8);
    }

    .bar-notification .content {
        max-width: calc(100% - 50px);
        font-size: 18px;
        color: #0A758C;
        font-weight: 700;
        margin: 0 10px 0 0;
    }

    .bar-notification.error .content {
        color: #FFF;
    }

    .bar-notification .content a {
        color: #43e087;
        text-decoration: underline;
    }

    .bar-notification.error .content a {
        color: #FFF;
        text-decoration: underline;
    }

    .bar-notification .close {
        cursor: pointer;
        opacity: 0.7;
        position: absolute;
        right: 10px;
        top: calc(50% - 20px);
    }

        .bar-notification .close:before {
            content: "\e5cd";
            display: block;
            text-align: center;
            font-size: 30px;
            color: #0A758C;
            text-transform: none;
            font-weight: normal;
        }

        .bar-notification .close:hover {
            opacity: 1;
        }

.noscript {
    background-color: #ff9;
    padding: 10px;
    text-align: center;
}

.ajax-loading-block-window, .ajax-loader-zenick {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(255, 255, 255, .7);
    text-align: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: none;
}

    .ajax-loading-block-window:before, .ajax-loading-block-window:after {
        content: "";
        position: fixed;
        display: inline-block;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        border: 0px solid #97c300;
        border-radius: 50%;
        -webkit-animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
        animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
    }

    .ajax-loading-block-window:after {
        -webkit-animation-delay: .8s;
        animation-delay: .8s;
    }

.ui-dialog {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-bottom: 30px;
    width: 600px !important;
    max-width: 95%;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    background-color: #fff;
    z-index: 1050;
}

.ui-dialog-titlebar {
    display: block;
    padding: 25px 0;
    margin: 0 auto;
    width: calc(100% - 100px);
    font-size: 22px;
    text-transform: none;
    font-weight: 700;
    color: #444;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    .ui-dialog-titlebar .ui-dialog-title {
        font-size: 22px;
        font-weight: 700;
        color: #444;
    }

    .ui-dialog-titlebar button {
        position: absolute;
        top: 25px;
        right: 25px;
        border: none;
        background: transparent;
        overflow: hidden;
        font-size: 0;
        text-align: center;
        opacity: 0.5;
    }

        .ui-dialog-titlebar button:before {
            content: "\7a";
            text-transform: none;
            font-weight: normal;
            font-size: 20px;
            line-height: 24px;
        }

        .ui-dialog-titlebar button:hover {
            opacity: 0.9;
        }

.ui-dialog-content {
    padding: 0 30px;
    height: auto !important;
    overflow: auto;
}

    .ui-dialog-content .page {
        min-height: 0;
        text-align: center;
    }

    .ui-dialog-content .page-title {
        margin: 0 0 12px;
        padding: 0;
    }

        .ui-dialog-content .page-title h1 {
            font-size: 15px;
            text-transform: uppercase;
            color: #8c8c8c;
        }

    .ui-dialog-content .tooltip {
        margin: 5px 0;
        line-height: 20px;
    }

    .ui-dialog-content button {
        margin-top: 20px;
    }

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 90%;
    max-width: 600px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

    .eu-cookie-bar-notification .text {
        margin-bottom: 20px;
        line-height: 1.5;
        font-size: 15px;
        color: #8c8c8c;
    }

    .eu-cookie-bar-notification button {
        height: 45px;
        margin: 10px 0 20px;
        border: none;
        background-color: #eebe00;
        border-radius: 3px;
        padding: 0 25px;
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease;
    }

        .eu-cookie-bar-notification button:hover {
            background-color: #e8af00;
        }

    .eu-cookie-bar-notification a {
        display: block;
        font-size: 13px;
        color: #8c8c8c;
        font-weight: 700;
        text-transform: uppercase;
    }

.scroll-back-button {
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 20px 0;
    text-align: center;
    background: #003642;
    cursor: pointer;
    opacity: .8;
    -webkit-box-shadow: 0 4px 12px -8px #000;
    box-shadow: 0 4px 12px -8px #000;
    display: none;
}

    .scroll-back-button:before {
        content: '\e25a';
        display: inline-block;
        position: absolute;
        font-size: 30px;
        top: 8px;
        left: 10px;
        color: #FFF;
    }

#Contact {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

    #Contact a {
        border-left: 2px solid #0A758C;
        padding: 0;
    }

.all-categories {
    display: none !important;
}

.mobile {
    display: none !important;
}

.admin-header-links {
    background-color: #0A758C;
    text-align: center;
    color: #fff;
}

    .admin-header-links .impersonate {
        display: inline-block;
    }

    .admin-header-links a, .admin-header-links span {
        display: inline-block;
        margin: 0 10px;
        line-height: 35px;
        font-weight: bold;
    }

.admin-header-links {
    float: left;
    font-size: 12px;
    background: none;
    color: #ddd;
}

    .admin-header-links:only-child {
        float: none;
        display: block;
    }

    .admin-header-links a, .admin-header-links span {
        line-height: 24px;
        font-weight: bold;
        -webkit-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
        color: #FFF;
        border: 1px solid #FFF;
        padding: 0 10px;
        margin: 4px;
        border-radius: 50px;
        letter-spacing: 0.5px;
    }

        .admin-header-links a:hover {
            color: #0a758c;
            background-color: #FFF;
        }

.responsive-nav-wrapper-parent {
    display: none;
}

.overlayOffCanvas {
    display: none !important;
}

#Promotions {
    background-color: #DBFF00;
    color: #0A758C;
}

#MondoClick {
    /*  background-color: #e63daf;
    color: #FFF; */
}

#FuoriTutto {
    background: linear-gradient(180deg, rgba(231,0,255,1) 0%, rgba(243,63,125,1) 66%, rgba(255,124,0,1) 100%);
    color: #FFF;
    text-shadow: 0 1px 1px #000;
    font-size: 14px;
    font-style: italic;
}

.sku {
}

.details .product-zenickInfo {
    line-height: 22px;
}

    .details .product-zenickInfo span {
        font-size: 16px;
        font-weight: bold;
        color: #0a758c;
        padding-left: 20px;
    }

    .details .product-zenickInfo:last-child span {
        padding-left: 0;
    }

.review-and-manufacturer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details-page .left-block .feedaty_widget .fdt_productStriscia-slim-blk_widget_product {
    width: 120px !important;
    min-width: 120px !important;
    filter: unset !important;
}

.product-details-page .left-block .feedaty_widget .fdt_productStriscia-slim-blk_ratx_star {
    background-color: transparent;
    padding: 3px 10px 0;
    margin-bottom: 5px;
    border-radius: 20px;
}

.product-details-page .left-block .feedaty_widget img {
    max-width: 100px;
    min-width: unset;
    width: 100px;
    filter: none;
}

.personal-button {
    position: relative;
}

.profile-menu-box, .contact-menu-box {
    width: 260px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px;
    font-size: 14px;
    display: none;
    text-align: left;
    left: 50%;
    top: 60px;
    position: absolute;
}

    .profile-menu-box > div, .contact-menu-box > div {
        border-radius: 20px 0 20px 20px;
        background: #fff;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .16);
        box-shadow: 0 0 20px rgba(0, 0, 0, .16);
        padding: 10px;
    }

    .profile-menu-box:after, .contact-menu-box:after {
        content: " ";
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 8px;
        margin-left: -8px;
        top: -5px;
    }

    .profile-menu-box.opened,
    .contact-menu-box.opened {
        margin-top: 8px;
        /*    opacity: 1;
    visibility: visible;
    */
        display: block;
        pointer-events: auto;
    }

    .contact-menu-box .line1 {
        vertical-align: middle;
        line-height: 24px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .contact-menu-box .line1 span {
            color: #43e087;
            padding: 0 10px;
        }

    .contact-menu-box .line2 a {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        color: #43e087;
        padding: 5px 0;
    }

    .contact-menu-box .line3 {
        text-align: center;
    }

    .contact-menu-box hr {
        margin: 10px 0
    }

    .contact-menu-box button.button-1 {
        font-size: 14px;
        text-transform: none;
        width: 100%;
        border-radius: 0 0 15px 15px;
        height: 40px;
        line-height: 40px;
        margin: 0;
        padding: 0 15px;
    }

    .profile-menu-box > div > a, .header-form-holder > a {
        display: block !important;
        padding: 10px 10px 10px 70px !important;
        text-align: left;
        line-height: 24px;
    }

    .profile-menu-box span:before,
    .profile-menu-box a:before {
        display: block;
        font-size: 24px;
        vertical-align: middle;
        margin: 0 10px !important;
        min-width: 20px;
        font-weight: normal;
        text-transform: none;
        color: #FFF;
        position: absolute;
        left: 0;
        background-color: #0A758C;
        padding: 5px;
        border-radius: 25px;
        top: 5px;
    }

.close-side-menu {
    display: none;
}

/*********** FLYOUT CART MOBILE ***********/
a.ico-cart {
    display: inline-block;
    font-size: 13px;
    color: #8c8c8c;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    min-width: unset !important;
}

    a.ico-cart:before {
        display: block;
        margin-bottom: 4px;
        font-size: 26px;
        color: #8e8e8e;
        -webkit-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
    }

.mini-shopping-cart .close-side-menu {
    display: none;
}

.mini-shopping-cart .flyout-cart-scroll-area {
    position: relative;
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.flyout-lower {
    background-color: #F0F7F8;
    border-radius: 0 0 40px 40px;
}

.mini-shopping-cart .count {
    float: left;
    padding: 20px 0 20px 15px;
}

    .mini-shopping-cart .count a {
        font-size: 14px;
        color: #8c8c8c;
        padding: 0;
    }

        .mini-shopping-cart .count a:hover {
            color: #97c300;
            text-decoration: none;
        }

        .mini-shopping-cart .count a:before {
            content: "\e1a1";
            display: inline-block;
            vertical-align: bottom;
            margin: 0 5px 0 0;
            font-size: 20px;
        }

.flyout-cart-scroll-area > p {
    padding: 20px 20px;
    font-size: 16px;
    color: #0A758C;
    text-align: center;
    font-weight: bold;
}

.flyout-cart .items {
    position: relative;
    padding: 0 10px;
    margin: 0;
    text-align: left;
    overflow: hidden;
}

.mini-shopping-cart .item {
    overflow: hidden;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    border-top: 1px solid #F0F7F8;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .mini-shopping-cart .item.first {
        margin-top: 0;
    }

.mini-shopping-cart .picture {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    display: block;
    padding: 10px;
    position: absolute;
}

    .mini-shopping-cart .picture a {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
    }

        .mini-shopping-cart .picture a:before {
            content: "";
            display: block;
            padding-top: 100%;
            margin: 0;
        }

    .mini-shopping-cart .picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 50px;
        -o-object-fit: contain;
        object-fit: contain;
    }

.mini-shopping-cart .product {
    text-align: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 70px;
}

    .mini-shopping-cart .product .remove-item {
        height: 44px;
        padding: 10px;
        text-align: center;
        display: block;
        min-width: unset;
        border-radius: 0 15px 0 15px;
        color: #0A758C;
        background-color: #F0F7F8;
        -webkit-box-shadow: 0 2px 1px 0 #d0d7d8;
        box-shadow: 0 2px 1px 0 #d0d7d8;
    }

.cart .remove-from-cart input {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mini-shopping-cart .product .remove-item:hover {
    color: #43e087;
}

.mini-shopping-cart .name a {
    font-size: 14px;
    color: #444444;
    padding: 0;
}

    .mini-shopping-cart .name a:hover {
        color: #0A758C;
    }

.mini-shopping-cart .attributes {
    padding: 0;
    margin: 0 0 5px;
    font-size: 14px;
    color: #8c8c8c;
}

.mini-shopping-cart .quantity {
    margin: 0 4px 0 0;
    font-size: 0;
    color: #8c8c8c;
    float: left;
}

    .mini-shopping-cart .quantity span {
        font-weight: bold;
        font-size: 16px;
    }

    .mini-shopping-cart .quantity:after {
        content: "x";
        display: inline-block;
        margin-left: 3px;
        font-size: 16px;
        font-weight: 700;
        color: #8c8c8c;
        text-transform: none;
        font-family: "Roboto";
    }

.mini-shopping-cart .price {
    font-size: 16px;
    font-weight: bold;
    color: #0A758C !important;
}

.mini-shopping-cart .exclTax i {
    font-size: 12px;
    font-style: normal;
}

.mini-shopping-cart .totals {
    float: right;
    padding: 20px 15px 20px 0;
    font-size: 15px;
    text-align: right;
    color: #8c8c8c;
    margin: 0;
    background-color: transparent;
}

    .mini-shopping-cart .totals strong {
        color: #0A758C !important;
        font-size: 18px;
    }

.mini-shopping-cart .buttons {
    padding: 0 15px 15px;
    margin-bottom: 0;
    text-align: right;
    clear: both;
}

    .mini-shopping-cart .buttons button {
        display: inline-block;
        width: 100%;
        padding: 0 15px;
        cursor: pointer;
        margin: 5px 0;
    }

.mini-shopping-cart .btn-shpCart {
    background-color: #FFF;
    color: #43e087;
    border: 2px solid #43e087;
}

.mini-shopping-cart .buttons button:hover {
    background-color: #6cacba;
    border: 2px solid #6cacba;
    color: #FFF;
}

.mini-shopping-cart button + button:hover {
    background-color: #0a758c;
}

/* FOOTER */
.footer:after {
    content: "";
    display: block;
    clear: both;
}

.footer-upper {
}

.footer-lower {
    clear: both;
}

.footer-logo {
    margin-top: 0;
}

.footer-block {
    width: 25%;
    text-align: left;
}

    .footer-block.social li img {
        width: 32px;
        margin-right: 10px;
        margin-top: -5px;
        margin-bottom: -10px;
        padding-top: 5px;
    }

    .footer-block ul {
        padding-bottom: 0;
    }

    .footer-block .title {
        padding: 0;
        margin-bottom: 7px;
    }

    .footer-block ul li {
        padding: 5px 0;
    }

.footer-middle .socials-and-payments {
    width: 25%;
}

.footer-middle .social-icons {
    padding: 0;
    border: none;
    margin-top: 0;
}

.footer-lower {
    padding: 13px;
}

    .footer-lower > div {
        display: inline-block;
        margin: 0 0 0 5px;
    }

        .footer-lower > div:before {
            content: "";
            display: inline-block;
            margin-right: 5px;
            width: 4px;
            height: 4px;
            vertical-align: middle;
            border-radius: 50%;
            font-size: 0;
            background-color: #c8c8c8;
        }

        .footer-lower > div:first-child {
        }

            .footer-lower > div:first-child:before, .footer-lower > div.theme-selector:before {
                display: none;
            }

        .footer-lower > div.theme-selector {
            margin: -9px 0 -9px 5px;
        }

/******** LOGIN FORM IN HEADER ********/
.login-form-in-header .fieldset {
    margin: 0;
}

.login-form-in-header .returning-wrapper .form-fields {
    padding: 0;
    min-height: 0;
}

.login-form-in-header .external-authentication > * {
    padding: 4px;
    background-color: #ffffff;
    border-radius: 0 0 3px 3px;
}

.login-form-in-header form {
    padding: 0 20px;
}

.login-form-in-header .external-authentication {
    margin: 0;
}

.login-form-in-header .in-header-register {
    text-align: center;
}

    .login-form-in-header .in-header-register .register-button {
        display: inline-block;
        background-color: transparent;
        border: none;
        padding: 15px 0 15px 20px;
        font-size: 12px;
        text-transform: uppercase;
        color: #8c8c8c;
        font-weight: bold;
        background: url('../img/register-icon.png') left center no-repeat;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        .login-form-in-header .in-header-register .register-button:hover {
            color: #97c300;
        }

.login-form-in-header .title {
    display: none;
}

.login-form-in-header .inputs {
    margin: 6px 0 0;
}

    .login-form-in-header .inputs:first-child {
        margin-top: 0;
    }

    .login-form-in-header .inputs label {
        display: none;
    }

.login-form-in-header .forgot-password {
    width: 100%;
}

.login-form-in-header .inputs.reversed {
    margin: 0 0 15px;
}

    .login-form-in-header .inputs.reversed label {
        display: inline-block;
        width: auto;
        margin: 0;
        font-size: 12px;
        line-height: 17px;
        height: 17px;
        color: #8c8c8c;
        text-align: left;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .login-form-in-header .inputs.reversed label:before {
            vertical-align: text-bottom;
        }

.inputs.reversed input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

    .inputs.reversed input[type="checkbox"] + label {
        cursor: pointer;
    }

.login-form-in-header .inputs input:focus + .inputs-icons {
    color: #97c300;
}

input + .inputs-icons {
    position: absolute;
    top: 0;
    right: 15px;
    left: auto;
}

.inputs-icons {
    display: none;
    font-size: 15px;
    color: #8e8e8e;
    line-height: 45px;
    font-family: "emporium-icons";
}

.button-1.checkout-as-guest-button {
    margin: 0 10px 10px 0;
    background-color: #f1f1f1;
    color: #8c8c8c;
}

    .button-1.checkout-as-guest-button:hover {
        background-color: #eaeaea;
    }

.login-form-in-header .inputs-icons {
    display: inline-block;
    text-transform: lowercase;
}

.login-form-in-header .login-button {
    display: block;
    width: 100%;
    border: none;
    height: 45px;
    border-radius: 3px;
    background-color: #eebe00;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

    .login-form-in-header .login-button:hover {
        background-color: #e8af00;
    }

a.facebook-btn {
    display: inline-block!important;
    width: 180px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    background-color: #3270ab;
    color: #fff !important;
    /* font-size: 13px; */
    /* text-transform: uppercase; */
    text-align: center;
    background-image: none !important;
}

.login-form-in-header a.facebook-btn:hover {
    background-color: #4065a3;
}

a.facebook-btn:before {
    /* content: "\6e"; */
    /* display: inline-block; */
    /* margin-right: 10px; */
    /* font-size: 17px; */
    /* color: #fff !important; */
    /* text-transform: none; */
}

a.facebook-btn:after {
    content: "Accedi con facebook";
    /* display: inline-block; */
    font-family: "Roboto";
}

.login-form-in-header .forgot-password {
    display: block;
    margin-bottom: 15px;
}

    .login-form-in-header .forgot-password a {
        display: block;
        width: 100%;
        font-size: 11px;
        color: #a2a2a2;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
    }

/******** END OF LOGIN FORM IN HEADER ********/
.ico-wishlist:before {
    content: "\63";
}

.ico-cart:before {
    content: "\64";
}

.personal-button > span:before, .ico-account:before {
    content: "\ea67";
}

.profile-menu-box .ico-inbox {
    font-size: 0;
}

.ico-inbox span {
    font-size: 14px;
    vertical-align: middle;
}

.ico-inbox:before {
    content: "\41";
}

.ico-compare:before {
    content: "\62";
}

.ico-logout:before {
    content: "\e879";
}

.pag-info:before {
    content: "\e879";
    font-size: 19px;
    position: absolute;
    left: 15px;
}

.ico-login:before {
    content: "\ea77";
}

.ico-register:before {
    content: "\e174";
}

.search-box {
    width: 370px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

    .search-box form {
        position: relative;
    }

        .search-box form:after {
        }

    .search-box input.search-box-text {
        height: 36px;
        border: 1px solid #0A758C;
        font-size: 14px;
        color: #005163;
        padding: 0 50px 0 20px;
        background-color: #FFF;
        width: 100%;
        text-align: left;
    }

body.showSearch .search-box input.search-box-text,
body.showSearch .search-box .search-box-button {
    z-index: 11;
}

.search-box input.search-box-text::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #959595;
}

.search-box input.search-box-text::-moz-placeholder {
    /* Firefox 19+ */
    color: #959595;
}

.search-box input.search-box-text:-ms-input-placeholder {
    /* IE 10+ */
    color: #959595;
}

.search-box input.search-box-text:-moz-placeholder {
    /* Firefox 18- */
    color: #959595;
}

.search-box .search-box-button {
    width: 40px;
    height: 35px;
    padding: 0;
    font-size: 0;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #0A758C;
    background-color: transparent !important;
    color: #0A758C;
    cursor: pointer;
}

    .search-box .search-box-button:hover {
        background-color: #e8af00;
    }

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete {
    position: absolute;
    padding: 5px 0;
    max-width: 100%;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .1);
    box-shadow: 0 0 13px rgba(0, 0, 0, .1);
    z-index: 1070;
    font-size: 13px;
}

    .ui-autocomplete li:first-child {
        border-top: none;
    }

    .ui-autocomplete a {
        display: block;
        padding: 5px 10px;
        text-align: left;
        /* font-size: 14px; */
        color: #444444;
    }

        .ui-autocomplete a.ui-state-focus {
            background-color: #f6f6f6;
        }

    .ui-autocomplete img {
        display: inline-block;
        width: 50px;
        margin-right: 10px;
        border: 1px solid #eeeeee;
        border-radius: 2px;
        vertical-align: middle;
    }

    .ui-autocomplete span {
        /* display: inline-block; */
        /* vertical-align: middle; */
        /* max-width: calc(100% - 60px); */
    }

.header-selectors-wrapper {
    font-size: 0;
}

    .header-selectors-wrapper > div {
        display: inline-block;
        margin: 0 10px;
        vertical-align: middle;
    }

.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;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

.slider-wrapper.theme-custom {
    margin: 0 auto 30px;
    /*overrides default slider*/
}

/*********** FOOTER ***********/
.footer {
    background-color: #005163;
    text-align: center;
    color: #FFF;
}

.footer-bottom {
    padding: 10px;
}

    .footer-bottom > div {
        line-height: 50px;
        margin: auto 0 auto 40px;
        display: inline-block;
    }

.footer-upper {
}

.footer-logo {
    margin: 0 0 25px;
}

.footer-block a {
    font-size: 14px;
    color: #FFF;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

    .footer-block a:hover {
        color: #97c300;
    }

.footer .newsletter .title {
    font-size: 15px;
    color: #FFF;
    text-transform: none;
    padding: 10px;
    margin: 0;
}

.newsletter .title strong {
    font-weight: normal;
}

.newsletter-email {
}

    .newsletter-email .newsletter-subscribe-text {
    }

        .newsletter-email .newsletter-subscribe-text:focus {
            border-color: #e7e7e7;
        }

        .newsletter-email .newsletter-subscribe-text::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #959595;
        }

        .newsletter-email .newsletter-subscribe-text::-moz-placeholder {
            /* Firefox 19+ */
            color: #959595;
        }

        .newsletter-email .newsletter-subscribe-text:-ms-input-placeholder {
            /* IE 10+ */
            color: #959595;
        }

        .newsletter-email .newsletter-subscribe-text:-moz-placeholder {
            /* Firefox 18- */
            color: #959595;
        }

    .newsletter-email .newsletter-subscribe-button {
    }

        .newsletter-email .newsletter-subscribe-button:hover {
            background-color: #0a758c;
        }

    .newsletter-email .options {
        height: 0;
        overflow: hidden;
        clear: both;
    }

.newsletter-validation, .newsletter-result {
    margin: 10px 0;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    padding: 20px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}


.newsletter-result-ok {
    margin: 0;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    padding: 20px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.newsletter-validation .please-wait {
    display: none !important;
}

.footer-middle {
    padding-bottom: 50px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    max-width: 1600px;
    margin: auto;
}

    .footer-middle .social-icons, .footer-middle .pay-options {
        margin-top: 40px;
    }

.pay-options img {
    margin: 0 2px;
    max-width: 30px;
}

.social-sharing ul {
    font-size: 0;
}

.social-sharing li {
    display: inline-block;
    margin: 0 3px;
}

.social-sharing a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

    .social-sharing a:before {
        display: block;
        font-size: 22px;
        color: #8e8e8e;
        -webkit-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
    }

    .social-sharing a:hover:before {
        color: #97c300;
    }

.social-sharing .facebook:before {
    content: "\6e";
}

.social-sharing .twitter:before {
    content: "\6f";
}

.social-sharing .google:before {
    content: "\70";
}

.social-sharing .pinterest:before {
    content: "\44";
}

.social-sharing .instagram:before {
    content: "\74";
}

.social-sharing .linkedin:before {
    content: "\75";
}

.social-sharing .vimeo:before {
    content: "\71";
}

.social-sharing .youtube:before {
    content: "\72";
}

.social-sharing .rss:before {
    content: "\73";
}

.footer-lower {
    overflow: hidden;
    font-size: 11px;
}

    .footer-lower > div {
        display: block;
        margin: 5px 10px 0;
        color: #a0a0a0;
        font-size: 14px;
    }

        .footer-lower > div:first-child {
        }

        .footer-lower > div a {
            color: #ededed;
        }

    .footer-lower .theme-selector {
        margin: 15px 0 0;
    }

.theme-selector select {
    width: 170px;
    height: 36px;
}

.footer-block ul li {
    padding: 8px;
}

.footer-block.social ul li {
    padding: 0;
}

.social.footer-block ul li a {
    padding: 8px 8px 8px 40px;
    display: block;
}

.footer .title {
    margin-bottom: 15px;
    color: #444444;
    font-size: 14px;
}

.footer-block .title {
    position: relative;
    margin: 0;
    padding: 15px 0;
    color: #FFF;
    font-size: 22px;
    cursor: pointer;
}

    .footer-block .title img {
        display: block;
        padding: 10px;
        width: 96px;
    }

.footer-lower {
    border-top: 2px solid #6cacba;
    margin: auto;
}

    .footer-lower .footer-lower-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #FFF;
        padding: 10px;
        max-width: 1600px;
        margin: auto;
        width: 100%;
    }

.footerblock {
    margin: auto 20px;
}

/*********** SMALL PRODUCT CAROUSELS ***********/
.small-products .nop-jcarousel.product-grid .slick-carousel {
    margin: 0 !important;
}

.small-products .nop-jcarousel .slick-slide {
    padding: 0 !important;
}

.small-products .item-box {
    border-radius: 3px !important;
    overflow: hidden;
    max-height: 120px;
}

    .small-products .item-box .product-item {
        font-size: 0;
    }

        .small-products .item-box .product-item > div {
            display: inline-block;
            vertical-align: top;
        }

    .small-products .item-box .prices .actual-price {
        display: block;
        margin: 0;
    }

    .small-products .item-box .product-item > div:first-child {
        width: 120px;
    }

    .small-products .item-box .picture {
        margin: 0;
        border-radius: 0;
    }

        .small-products .item-box .picture > a:before {
            padding-top: 100%;
        }

    .small-products .item-box .details {
        width: calc(100% - 120px);
        padding: 13px;
        text-align: left;
    }

    .small-products .item-box .prices {
        max-width: 100%;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .small-products .item-box .buttons, .small-products .item-box .btn-wrapper {
        display: none;
    }

    .small-products .item-box .product-title, .small-products .item-box .title {
        padding: 0;
        height: auto;
        max-height: 39px;
    }

    .small-products .item-box .prices > *:last-child:not(:empty) {
        margin: 0;
    }

.two-row-carousels {
    padding: 0 20px;
}

    .two-row-carousels .product-grid .title {
        font-size: 24px;
    }

    .two-row-carousels:after {
        content: "";
        display: block;
        clear: both;
    }

    .two-row-carousels .slick-slide {
        min-height: 241px;
    }

    .two-row-carousels .slick-arrow {
        position: absolute;
        top: auto;
        bottom: 101px;
        width: 40px;
        height: 40px;
        background-color: #fff;
        cursor: pointer;
        border: 1px solid #eee;
        border-radius: 50%;
        text-align: center;
        font-size: 0;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        z-index: 1;
    }

        .two-row-carousels .slick-arrow:before {
            display: block;
            color: #d0d0d0;
            font-size: 12px;
            line-height: 40px;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            text-transform: none;
        }

        .two-row-carousels .slick-arrow:hover {
            background-color: #97c300;
            border: 1px solid #97c300;
        }

            .two-row-carousels .slick-arrow:hover:before {
                color: #fff;
            }

    .two-row-carousels .slick-prev:before {
        content: "\6b";
    }

    .two-row-carousels .slick-prev {
        left: 0;
        margin-left: -20px;
    }

    .two-row-carousels .slick-next:before {
        content: "\6a";
    }

    .two-row-carousels .slick-next {
        right: 0;
        margin-right: -20px;
    }

    .two-row-carousels .slick-list {
        border: 1px solid #eee;
        border-radius: 3px;
    }

    .two-row-carousels .slick-slide > div {
        font-size: 0;
    }

        .two-row-carousels .slick-slide > div:first-child {
            border-bottom: 1px solid #eee;
        }

    .two-row-carousels .item-box {
        float: none !important;
        margin: 0 !important;
        border: none !important;
        border-radius: 0 !important;
    }

/*********** LEFT/RIGHT COLUMN ***********/
#FilterSelected {
    border: 1px solid #bee2e6;
    margin: 30px 10px 10px;
    border-radius: 15px 0;
    padding: 0;
}

    #FilterSelected > div {
        position: absolute;
        top: -20px;
        right: 0px;
        color: #6cacba;
        cursor: pointer;
    }

        #FilterSelected > div:hover {
            color: #43e087;
        }

    #FilterSelected ul {
        text-align: left;
    }

    #FilterSelected li {
        display: inline-block;
        background-color: #FFF;
        border-radius: 10px 0;
        border: 1px solid #bee2e6;
        color: #0a758c;
        line-height: 18px;
        padding: 0 20px 0 6px;
        margin: 4px;
    }

        #FilterSelected li.filterCategoryId {
            background-color: #6cacba;
            color: #FFF;
            width: 100%;
            margin: -2px -0px 12px 0px;
            border-radius: 10px 0 0 0;
            padding: 3px 8px;
        }

        #FilterSelected li span {
            position: absolute;
            right: 2px;
            top: 0px;
            font-size: 18px;
            color: #6cacba;
            cursor: pointer;
        }

        #FilterSelected li.filterCategoryId span {
            color: #FFF;
            top: 4px;
        }

.block {
    border-radius: 20px 0;
    text-align: center;
}

#FilterBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 24px;
    background-color: #C5E1E5;
    border-radius: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 10px;
    cursor: pointer;
}

    #FilterBlock strong {
        padding: 0 10px;
    }

    #FilterBlock span {
        display: block;
        padding: 0;
    }

.leftBlock2 {
    width: 40%;
    z-index: 1;
    background-color: #FFF;
}

.rightBlock2 {
    width: 60%;
    display: flex;
    flex-direction: column;
    mn;
    */ justify-content: stretch;
}

.product-filters {
    background-color: #F0F7F8;
}

.block .title {
    position: relative;
    padding: 14px 20px 14px 50px;
    font-size: 17px;
    color: #FFF;
    cursor: pointer;
    text-align: left;
}

.block.product-filters .title {
    color: #0A758C;
    font-size: 18px;
}

.block.product-filters > .title {
    cursor: pointer;
}

    .block.product-filters > .title:after {
        content: "\e5cf";
        position: absolute;
        display: inline-block;
        top: 0;
        right: 20px;
        left: auto;
        color: #0A758C !important;
        font-size: 30px;
        line-height: 40px;
    }

.block .title strong {
    display: block;
    color: #0A758C;
}

.block .title:before {
    content: "\77";
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    font-size: 10px;
    color: #97c300;
    text-transform: none;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.block .title.open:before {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.block .listbox {
    display: none;
    padding: 18px;
    text-align: left;
}

.product-filter {
    background-color: #FFF;
    border-radius: 15px 0 15px 0;
    border-bottom: 3px solid #6CACBA;
    margin-bottom: 10px;
    overflow: hidden;
}

    .product-filter .item a {
        color: #0a758c;
    }

.block .listbox:after {
    content: "";
    display: block;
    clear: both;
}

.block .poll {
    padding: 10px 0;
}

.block .list li.active > a {
    color: #21a08a;
    font-weight: bold;
}

.block .list a {
    display: inline-block;
    padding: 8px 0;
    font-size: 15px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.block-recently-viewed-products a.product-picture {
    padding: 0;
}

.block .list a:hover {
    color: #97c300;
}

.block .list .product-picture {
    display: none;
}

.block .sublist {
    padding: 0 15px;
}

.block .view-all {
    margin: 7px 0;
}

    .block .view-all a {
        display: block;
        margin: 15px 0 0;
        font-weight: bold;
        font-size: 13px;
        text-transform: uppercase;
        color: #97c300;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        .block .view-all a:hover {
            color: #5c7600;
        }

.block .tags {
    margin: 0 0 10px;
}

    .block .tags ul {
        font-size: 0;
    }

    .block .tags li, .product-tags-all-page li {
        display: inline-block;
        position: relative;
        margin: 0 10px;
        overflow: hidden;
        font-size: 16px !important;
        /*setting base size*/
    }

        .block .tags li a, .product-tags-all-page li a {
            float: left;
            line-height: 30px;
            color: #8c8c8c;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
        }

            .block .tags li a:hover, .product-tags-all-page li a:hover {
                color: #97c300
            }

.poll > strong {
    display: block;
    margin: 0 0 20px;
    font-size: 18px;
    color: #97c300;
}

.poll-options, .poll-results {
    margin: 0 0 15px;
    overflow: hidden;
}

.home-page-polls .poll-options li {
    margin-bottom: 5px;
    text-align: left;
}

.home-page-polls .poll .buttons {
    margin-top: 30px;
}

.home-page-polls .poll-total-votes {
    margin-top: 0;
}

.home-page-polls .answer label {
    display: block;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.home-page-polls .answer input[type="radio"]:checked + label:before {
    border: 4px solid #fff;
    background-color: #97c300;
}

.home-page-polls .answer:hover label {
    background-color: #f6f6f6;
}

.home-page-polls .poll {
    max-width: 500px;
    margin: 0 auto;
}

.poll .buttons, .poll-total-votes {
    margin-top: 15px;
}

    .poll .buttons button {
        padding: 10px 20px;
        border: none;
        background-color: #f1f1f1;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 13px;
        color: #8c8c8c;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        .poll .buttons button:hover {
            background-color: #e8af00;
            color: #fff;
        }

.home-page-polls .poll button {
    border-radius: 3px;
    background-color: #eebe00;
    padding: 15px 30px;
    color: #fff;
}

.poll-total-votes {
    display: block;
    margin: 10px 0 0;
    font-weight: bold;
    text-align: right;
    font-size: 13px;
    text-transform: uppercase;
    color: #8c8c8c;
}

.block .poll .buttons {
    text-align: left;
}

.block .poll-options li, .poll-results li {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    color: #8c8c8c;
    text-align: left;
}

    .block .poll-options li:last-child {
        margin-bottom: 0;
    }

.block .poll-results li:last-child {
    margin-bottom: 10px;
}

.home-page-polls {
    text-align: center;
    margin: 0 10px 50px;
}

    .home-page-polls .title {
        margin: 0 0 20px;
        font-size: 28px;
        color: #444444;
    }

        .home-page-polls .title strong {
            font-weight: bold;
        }

.answer {
    position: relative;
    overflow: hidden;
}

    .answer input[type="radio"] {
        position: absolute;
        left: -9999px;
    }

    .answer label {
        display: block;
        padding: 7px 0;
        font-size: 15px;
        color: #8c8c8c;
        cursor: pointer;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

.block .answer label:hover {
    color: #97c300;
}

.block .answer:after {
    content: "";
    display: block;
    clear: both;
}

.answer span:last-child {
    float: right;
    font-size: 13px;
}

.answer span strong {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 15px;
    color: #444444;
}

.answer label:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    vertical-align: bottom;
    background-color: #fff;
}

.answer input[type="radio"]:checked + label:before {
    margin-left: 1px;
    width: 17px;
    height: 17px;
    margin-right: 9px;
    -webkit-box-shadow: 0 0 0 1px #e7e7e7;
    box-shadow: 0 0 0 1px #e7e7e7;
    border: 3px solid #fff;
    background-color: #97c300;
}

.block.product-filters .listbox {
    color: #005163;
    padding: 10px 10px 2px;
    font-size: 15px;
}

.product-filters .listbox .filter-title {
    color: #FFF;
    font-size: 15px;
    background-color: #6CACBA;
    padding: 5px 10px;
}

.product-filters .selected-price-range {
    overflow: hidden;
    margin: 5px 0;
    font-size: 14px;
    margin-top: 20px;
}

    .product-filters .selected-price-range .from {
        float: left;
        background-color: #F0F7F8;
        border: 1px solid #DAEEEE;
        color: #0A758C;
        padding: 2px 10px;
        border-radius: 50px;
        font-size: 14px;
    }

    .product-filters .selected-price-range .to {
        float: right;
        background-color: #F0F7F8;
        border: 1px solid #DAEEEE;
        color: #0A758C;
        padding: 2px 10px;
        border-radius: 50px;
        font-size: 14px;
    }

.product-filters .listbox .filter-content .group {
    padding: 25px 0 0;
    border-bottom: 1px solid #BEE2E6;
    margin: 0;
    max-height: 260px;
    overflow: hidden;
}

    .product-filters .listbox .filter-content .group.product-category-group {
        max-height: 162px;
    }

    .product-filters .listbox .filter-content .group.showAll {
        max-height: none;
    }

.noShow {
    display: none !important;
}

.product-category-filter .attribute-category-showAll, .product-filters .attribute-option-showAll, .product-filters .attribute-manufacturer-showAll {
    background-color: #BEE2E6;
    margin: auto;
    width: 100px;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    border-radius: 0 0 15px 15px;
    font-weight: bold;
    cursor: pointer;
}

.product-filters .listbox .filter-content .name {
    padding: 10px;
    background-color: #F0F7F8;
    border-left: 4px solid #BEE2E6;
    margin: 0 0 10px;
}

    .product-filters .listbox .filter-content .name.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: center;
        align-content: center;
    }

.checkRight {
    width: 24px;
    height: 24px;
}

.product-filters .listbox .filter-title strong {
    font-size: 16px;
    color: #FFF;
}

.product-filters .listbox .filter-title strong, .product-filters .listbox .filter-content .name strong {
    font-weight: 400;
    line-height: 24px;
}

.product-filters .filter-content {
    padding: 10px;
    margin-top: -20px;
}

.product-filters .group .attribute-option-count b {
    display: none;
}

.product-filters .group.toAdd .attribute-option-count b {
    display: inline;
}

.product-filters .listbox .filter-content li.item {
    padding: 2px 0;
    height: 35px;
    left: 0px;
    width: calc(100% - 20px);
    margin-bottom: 10px;
}

    .product-filters .listbox .filter-content li.item.priceitem {
        height: 100px;
    }

.product-filters .ui-slider {
    position: relative;
    width: auto;
    height: 10px;
    margin: 0 10px 22px;
    max-width: 257px;
    padding: 10px 0 0;
    border-bottom: 10px solid #0A758C;
}

.product-filters .ui-slider-range {
    position: absolute;
    height: 10px;
    background-color: #FFFF;
    border: 1px solid #0A758C;
}

.product-filters .ui-slider-handle {
    position: absolute;
    top: 6px;
    width: 19px;
    height: 19px;
    margin-left: -8px;
    background: #fff;
    border: 2px solid #6CACBA;
    border-radius: 50%;
    background-color: #F0F7F8;
}

    .product-filters .ui-slider-handle span {
        position: absolute;
        top: -35px;
        left: 50%;
        margin-left: -19px;
        min-width: 38px;
        height: 18px;
        padding: 0 2px;
        line-height: 18px;
        color: rgba(255, 255, 255, .7);
        font-size: 11px;
        text-align: center;
        background: #2c2c2c;
    }

        .product-filters .ui-slider-handle span:before {
            content: "";
            position: absolute;
            bottom: -3px;
            left: 50%;
            margin-left: -2px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 3px 0 3px;
            border-color: #2c2c2c transparent transparent transparent;
        }

/********** CATEGORY PAGE **********/
.breadcrumb {
    margin: 0 20px 5px;
    text-align: center;
    background-color: #005163;
    color: #FFF;
    text-align: left;
    margin: 0;
    width: 100%;
    left: 0;
}

.center-1 .breadcrumb {
    margin-bottom: 20px;
}

.breadcrumb ul {
    font-size: 0;
    margin: 0;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumb li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    color: #FFF;
    padding: 10px 0;
}

    .breadcrumb li .delimiter {
    }

.header .breadcrumb ul > li:last-child .delimiter {
    display: none;
}

.breadcrumb li > a, .breadcrumb li > span, .breadcrumb li > strong {
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadcrumb li span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb strong {
    font-weight: normal;
}

.breadcrumb a:hover, .breadcrumb a:hover span {
    color: #97c300;
}

.breadcrumb .delimiter {
    display: inline-block;
    margin: 0 5px;
    font-size: 0;
    width: 10px;
}

    .breadcrumb .delimiter:before {
        content: "\e5e1";
        display: block;
        font-size: 10px;
        position: absolute;
        top: 0;
        left: 0;
    }

.category-description, .manufacturer-description, .vendor-description, .contact-vendor {
    padding: 20px;
}

.contact-vendor-button {
    border: none;
    padding: 0 25px;
    height: 45px;
    background-color: #eebe00;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

    .contact-vendor-button:hover {
        background-color: #e8af00;
    }

.filters-button-wrapper {
    display: none !important;
}

.product-selectors {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

    .product-selectors > div {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .product-selectors > div > span {
            padding-right: 10px;
        }

    .product-selectors select {
        width: auto;
    }

#products-pagesize-desktop {
    display: none;
}

.product-selectors .product-viewmode {
    display: none;
}

    .product-selectors .product-viewmode span {
        vertical-align: middle;
    }

    .product-selectors .product-viewmode a {
        display: inline-block;
        width: 30px;
        height: 45px;
        margin: 0 8px 0 0;
        background-position: center;
        background-repeat: no-repeat;
        vertical-align: middle;
        font-size: 0;
        opacity: 0.5;
    }

        .product-selectors .product-viewmode a:last-child {
            margin: 0;
        }

        .product-selectors .product-viewmode a.grid {
            background-image: url('../img/view-grid.png');
        }

        .product-selectors .product-viewmode a.list {
            background-image: url('../img/view-list.png');
        }

        .product-selectors .product-viewmode a.selected {
            opacity: 1;
        }

.item-grid:after {
    content: "";
    display: block;
    clear: both;
}

.slider-title {
    text-align: left;
    padding: 40px 10px 0;
    font-size: 24px;
    color: #0A758C;
    text-transform: uppercase;
    font-weight: normal;
}

.slider-container {
    background-color: #f0f7f8;
    padding: 0 10px;
    -webkit-box-shadow: 0 5px 20px -20px #000 inset;
    box-shadow: 0 5px 20px -20px #000 inset;
    border-radius: 20px 20px 20px 0;
    margin: 30px 10px;
}

    .feedaty-block.fullWidth:before,
    .slider-container.fullWidth:before {
        position: absolute;
        content: "";
        background-color: #d2f8e2;
        -webkit-box-shadow: 0 5px 20px -20px #000 inset;
        box-shadow: 0 5px 20px -20px #000 inset;
        left: -20px;
        right: -20px;
        top: 0;
        bottom: 0;
    }

    .slider-container.fullWidth:before {
        background-color: #f0f7f8;
    }

.feedaty-block .title {
}

.slide-products-box {
    height: 70px;
    cursor: pointer;
}

.slide-product-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.slideHidden {
    display: none;
}

.slide-product-box .productRental {
    background-color: #D2FF0A;
    padding: 10px;
    text-align: center;
    color: #0a758c;
    line-height: 14px;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    bottom: 10px !important;
}

    .slick-dots li {
        padding: 0px 6px;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            border: none;
            border-radius: 25px;
            width: 15px;
            height: 15px;
            -webkit-box-shadow: 0 4px 12px -4px #000;
            box-shadow: 0 4px 12px -4px #000;
            background-color: #fff;
        }

        .slick-dots li.slick-active {
        }

            .slick-dots li.slick-active button {
                background-color: #DBFF00;
            }

.slider-block {
    padding-top: 10px;
}

.anywhere-slider .slick-slide {
    height: auto;
    float: left;
    height: 0;
}

    .anywhere-slider .slick-slide.slick-active {
        height: auto;
    }


.slick-slide.slider-Item {
    margin: 0;
    padding: 20px 16px;
    max-width: 550px;
    height: auto;
}

.product-grid .item-box,
.product-grid .slider-wrapper {
    margin: 0;
    padding: 15px 15px;
    width: 33%;
    display: flex;
    height: 330px;
}



    .slider-Item .feedaty_widget,
    .product-grid .item-box .feedaty_widget {
        z-index: 1;
        width: 60px;
        height: 20px;
        position: absolute;
        right: 5px;
        top: 20px;
        overflow: hidden;
    }

        .slider-Item .feedaty_widget .fdt_productStriscia-slim-blk_widget_product,
        .product-grid .item-box .feedaty_widget .fdt_productStriscia-slim-blk_widget_product {
            width: 60px !important;
            max-width: 60px !important;
            height: unset !important;
            position: absolute;
            top: 0;
            left: 0;
            background: transparent;
            min-width: 60px !important;
            max-height: unset;
            min-height: unset;
            filter: unset;
        }

        .slider-Item .feedaty_widget .fdt_productStriscia-slim-blk_ratx_star,
        .product-grid .item-box .feedaty_widget .fdt_productStriscia-slim-blk_ratx_star {
            background-color: #FFF;
            padding: 1px 4px 0 !important;
            border-radius: 30px;
            margin: 0;
        }

            .slider-Item .feedaty_widget .fdt_productStriscia-slim-blk_ratx_star img.fdt_productStriscia-slim-blk_stars,
            .product-grid .item-box .feedaty_widget .fdt_productStriscia-slim-blk_ratx_star img.fdt_productStriscia-slim-blk_stars {
                max-width: 50px;
                width: 50px;
                min-width: 50px;
                display: inline-block;
                filter: unset;
            }

        .slider-Item .feedaty_widget .fdt_productStriscia-slim-blk_ratx,
        .slider-Item .feedaty_widget .fdt_productStriscia-slim-blk_widget_row,
        .product-grid .item-box .feedaty_widget .fdt_productStriscia-slim-blk_ratx,
        .product-grid .item-box .feedaty_widget .fdt_productStriscia-slim-blk_widget_row {
            display: none;
        }

.slider-Item .product-item {
    -webkit-box-shadow: 0 5px 15px -5px #6cacba;
    box-shadow: 0 10px 15px -10px #6cacba;
    height: 460px;
    border-radius: 15px;
    opacity: 1;
    background-color: #FFF;
    overflow: hidden;
}

.item-box .product-item, .product-grid .anywhere-slider {
    -webkit-box-shadow: 0 5px 15px -5px #6cacba, 0 0 0 1px #fff;
    box-shadow: 0 5px 15px -5px #6cacba, 0 0 0 1px #fff;
    width: 100%;
    border-radius: 20px;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    background-color: #F5F5F5;
}

.product-item:hover {
    opacity: 1;
    -webkit-box-shadow: 0 5px 15px -5px #999, 0 0 0 2px #43e087;
    box-shadow: 0 5px 15px -5px #999, 0 0 0 2px #43e087;
}

.product-item .lastProducts {
    position: absolute;
    left: 20px;
    bottom: 42px;
    font-size: 12px;
    color: #0A758C;
    z-index: 2;
    padding: 0 10px;
    line-height: 20px;
    background-color: #F0F7F8;
    text-transform: uppercase;
    right: 20px;
    text-align: center;
}

.slider-Item .tagLabel,
.item-box .tagLabel {
    left: 0px;
    top: 50%;
    padding: 0;
    border-radius: 10px 0 0 10px;
    position: absolute;
    bottom: 50%;
}

    .slider-Item .tagLabel span,
    .item-box .tagLabel span {
        font-family: 'Roboto';
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 14px;
        letter-spacing: 2px;
        padding: 2px 15px;
        background-color: #DBFF00;
        border-radius: 20px 20px 0 0;
        color: #0A758C;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 200px;
        overflow: hidden;
        display: block;
        position: absolute;
        transform: rotate(-90deg) translateX(-50%);
        transform-origin: top left;
        left: -2px;
    }

.slider-Item .picture {
    width: 100%;
    height: 180px;
    text-align: center;
}

.product-item .picture:before {
    position: absolute;
    content: "v";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #FFF;
}

.product-grid .item-box .picture {
    width: 40%;
    z-index: 1;
    background-color: #FFF;
}

.slider-Item .picture:after {
    -webkit-box-shadow: 0 12px 8px -16px #005163;
    box-shadow: 0 12px 8px -16px #005163;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 40px;
    border-radius: 50%;
    bottom: 0;
    z-index: 0;
    right: 0;
    width: unset;
    top: unset;
}

.item-box .product-item .picture > a {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    margin-top: 40px;
}

.slider-Item .picture > a {
    top: 20px;
    display: inline-block;
    z-index: 1;
}

.item-box .picture > a img {
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    padding: 5px;
}

.item-box .picture .tags {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    width: 32px;
}

.product-item .picture .tags img {
    width: 32px;
}

.product-item .picture > a img {
    max-width: 90%;
    max-height: 180px;
    display: inline-block;
}

.product-item .manufacturer-item .picture > a img,
.product-item .vendor-item .picture > a img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 100%;
    height: auto;
}

.item-box .product-item .details {
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, #F0F0F0 100%);
    width: 60%;
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: space-between;
    letter-spacing: -0.2px;
    height: 220px;
}

.product-item .details .details_top {
    padding: 5px;
    letter-spacing: -.2px;
}

.slider-Item .product-item .details {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 280px;
}

.product-item .box_availability1 {
    white-space: nowrap;
    display: flex;
    gap: 5px;
    justify-content: center;
}

    .product-item .box_availability1 label {
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.product-item .product-title, .product-item .title {
    height: 60px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #005163;
    line-height: 20px;
    text-align: left;
    letter-spacing: -.5px;
}

    .product-item .product-title a, .product-item .title a {
        text-decoration: none;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        color: #0a758c;
    }

.product-item .product-manufacturer {
    /* height: 15px; */
    margin: 0;
    overflow: hidden;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
}

.item-box .product-manufacturer a {
    display: block;
    text-decoration: none;
    color: #0a758c;
}

.slider-Item .sku, .slider-Item .product-zenickInfo, .item-box .sku, .item-box .product-zenickInfo {
    display: block;
    font-size: 13px;
    text-align: left;
    position: relative;
    letter-spacing: -.5px;
}

.item-box .product-right-container-1, .item-box .product-right-container-2 {
}

.slider-Item .product-container-1 {
}

.slider-Item .product-container-2 {
    hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.item-box .product-right-container-2 {
    position: absolute;
    bottom: 0;
    display: none;
}

.slider-Item .details.showBasketInfo .product-price-table-box {
    box-shadow: 0 -2px 10px -5px #000;
    border-radius: 15px 15px 0 0;
    display: block;
}

.item-box .details.showBasketInfo .product-right-container-2 {
    top: 150px;
    -webkit-box-shadow: 0 -2px 10px -5px #000;
    box-shadow: 0 -2px 10px -5px #000;
    left: 0;
    border-radius: 15px 15px 0 0;
}

.item-box .details.showBasketInfo.hasTierPrice .product-right-container-2 {
    top: 126px;
    background-color: #FFF;
}

.item-box .details .product-right-container-2 .close {
    display: none;
    text-align: center;
    color: #AAA;
    height: 22px;
    background-color: #FFF;
}

.slider-Item .details .product-container-2 .close,
.item-box .details .product-right-container-2 .close {
    display: block;
    cursor: pointer;
}

.product-price-table-box {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    background-color: #FFF;
}

.product-price-table {
    overflow: auto;
}

.product-details-page .product-price-table {
    height: auto;
}

.product-price-table .product-price-col1 {
    text-align: left;
    padding: 0 10px;
}

.product-price-table .product-price-col2 {
    text-align: right;
    padding: 0 10px;
}

.product-price-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f0f7f8;
    color: #005163;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 25px;
}

.product-price-table .product-price-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 24px;
    border-top: 1px solid #6CACBA;
    cursor: pointer;
}

.product-details-page .product-price-header,
.product-details-page .product-price-row {
    line-height: 30px;
}

.slider-container .product-price-header,
.slider-container .product-price-row {
    line-height: 24px;
}

.product-price-table .product-price-row.selected {
    background-color: #6CACBA;
    color: #FFF;
    background: transparent -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), color-stop(18%, #FAFFDD), to(#e0ff24)) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(bottom, #FFFFFF 0%, #FAFFDD 18%, #e0ff24 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(0deg, #FFFFFF 0%, #FAFFDD 18%, #e0ff24 100%) 0% 0% no-repeat padding-box;
    color: #005163;
    font-weight: bold;
}

.item-box .details .product-right-container-2 .product-quantity {
    height: 30px;
}

.product-item .product-quantity input {
    height: 40px;
    width: 40%;
    margin: auto;
    display: block;
    text-align: center;
    border: 1px solid #43e087;
    color: #0A758C;
    padding: 0;
    border-radius: 0;
}

.product-item .product-quantity .minus, .product-item .product-quantity .plus {
    color: #FFF;
    background-color: #43e087;
    position: absolute;
    top: 0;
    height: 40px;
    width: 30%;
    text-align: center;
    padding: 8px 0;
    left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-item .product-quantity .plus {
    left: unset;
    right: 0;
}

.product-item .sku span, .product-item .product-zenickInfo span {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
}

    .product-item .product-zenickInfo span.product-stockQuantity {
        background-color: #999;
        color: #FFF;
        padding: 1px 5px;
        border-radius: 3px;
        text-shadow: 0 1px 1px #000, 0 0px 2px #000;
    }

.product-item .product-rating-box {
    display: inline-block;
    margin: 0 0 8px;
}

.product-item .rating {
    background: url('../img/rating1.gif') repeat-x;
    width: 65px;
    height: 12px;
}

    .product-item .rating div {
        background: url('../img/rating2.gif') repeat-x;
        height: 12px;
    }

.product-item .description {
    display: none;
    height: 30px;
    margin: 0 0 10px;
    overflow: hidden;
}

    .product-item .description a {
        display: block;
        overflow: hidden;
    }

.product-item .availability {
    color: #666;
    font-size: 13px;
    line-height: 14px;
    vertical-align: middle;
    text-align: center;
    right: 0;
    background-color: #E9E9E9;
    padding: 5px;
    display: flex;
    font-weight: bold;
    flex-direction: column;
    gap: 2px;
    height: 40px;
    letter-spacing: -.5px;
}

.item-box .availability .box_availability1 {
}

.item-box .availability .box_availability2 {
}


.item-box .availability.group {
}

    .item-box .availability.group label b {
        font-size: 16px;
    }

.slider-Item .availability {
}

.product-item .availability span {
    font-size: 16px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.product-item .availability b {
    color: #0A758C;
}

.product-item .availability i {
    color: #0A758C;
    display: block;
}

.slider-Item .availability i {
}

.product-item .availability {
}

.product-item .prices {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 5px;
}

    .product-item .prices *:empty {
    }

    .product-item .prices span {
    }

.product-item .old-price {
    font-size: 12px;
    color: #6cacba;
    text-decoration: line-through;
    text-align: right;
    letter-spacing: -1px;
}

.product-item .actual-price {
    font-weight: bold;
    color: #43e087;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 20px;
}

    .product-item .actual-price i {
        font-size: 10px;
        font-style: normal;
    }

.product-item .single-price {
    font-weight: 400;
    font-size: 13px;
    text-align: right;
}

.better-price {
    margin-top: -5px;
    display: block;
    font-size: 12px;
    color: #6cacba;
}

.better-price-details {
    margin-top: -5px;
    display: block;
    font-size: 12px;
    color: #567A7A !important;
}

.product-item .single-price i {
    font-size: 11px;
    font-style: normal;
}

.products-container .item-box .tax-shipping-info {
    color: #8c8c8c;
}

    .products-container .item-box .tax-shipping-info a {
        color: #97c300;
    }

.products-container .item-box .base-price-pangv {
    color: #8c8c8c;
}

.product-item .buttons {
    background-color: #43e087;
    border-radius: 0 0 15px 15px;
}

    .product-item .buttons .product-quantity {
        position: absolute;
        bottom: 0px;
        left: 0;
        z-index: 1;
        right: 40%;
        overflow: hidden;
    }

.product-item .details.noTierPriceLoaded .buttons .product-quantity {
    right: 100%;
}

.product-item button {
    height: 40px;
    padding: 0 5%;
    vertical-align: middle;
    border: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.quick-view-button {
    display: none !important;
}

.product-item .product-box-add-to-cart-button {
    width: 40%;
    background-color: #43e087;
    border-radius: 0 0 20px 0px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin-left: 60%;
    -webkit-box-shadow: 10px 0px 12px -18px #000 inset;
    box-shadow: 10px 0px 12px -18px #000 inset;
    cursor: pointer;
    display: block;
}

.product-box-add-to-cart-button i {
    position: absolute;
    top: 3px;
    background-color: #dbff00;
    border-radius: 10px;
    padding: 0 5px;
    color: #18c139;
    line-height: 16px;
    font-style: normal;
    margin-left: 2px;
    right: 2px;
}


.product-item a.product-box-add-to-cart-button {
    width: 100%;
    margin-left: 0;
    line-height: 40px;
}

.product-item .details.noTierPriceLoaded .product-box-add-to-cart-button {
    margin-left: 0;
    width: 100%;
}

.product-item .product-box-add-to-cart-button:hover {
    background-color: #21A08A;
    color: #fff;
}

.item-box .product-rating-box {
    margin-bottom: 10px;
}

.slider-Item .btn-wrapper {
    font-size: 0;
    position: absolute;
    display: block;
    top: 10px;
    left: 0px;
    min-width: 130px;
    text-align: left;
    z-index: 2;
}

.item-box .btn-wrapper {
    font-size: 0;
    position: absolute;
    display: block;
    top: 5px;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    text-align: left;
    z-index: 1;
}

.product-item .btn-wrapper .button-2 {
    margin-left: 4px;
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    border-radius: 30px;
    border: 0;
    font-size: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    background-color: transparent;
    z-index: 2;
    cursor: pointer;
}

.product-item .btn-wrapper button:before {
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    text-transform: none;
    font-weight: normal;
    font-size: 40px;
    color: #0A758C;
    z-index: 1;
}

.product-item .btn-wrapper .add-to-wishlist-button:before {
    content: "\e87e";
}

.product-item .btn-wrapper .add-to-compare-list-button:before {
    content: "\62";
}

.product-item .btn-wrapper button:hover {
}

.btn-wrapper button:hover:before {
    color: #43e087;
}

.home-page-category-grid, .sub-category-grid, .manufacturer-grid {
    margin: 0 auto 45px;
}


#CategoryTop_Slider {
    padding-bottom: 20px;
    margin: 0;
    padding: 20px 30px 0 3;
}

.home-page-category-grid .item-box {
    background-color: #f6f6f6;
}

.category-grid .item-box, .manufacturer-grid .item-box {
    border: none;
    margin: 0;
    padding: 15px;
    width: 25%;
}


.sliderCategory.category-grid .item-box, .sliderManufacturer.manufacturer-grid .item-box {
    border: none;
    margin: 0;
    padding: 10px;
    width: 150px;
}


.category-grid .item-box .sub-category-item, .manufacturer-grid .item-box .sub-manufacturer-item {
    border: none;
    border-radius: 0 20px;
    text-align: right;
    -webkit-box-shadow: 2px 4px 18px -6px #6cacba;
    box-shadow: 2px 4px 18px -6px #6cacba;
    background: transparent -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(50%, #FFFFFF), to(#F0F7F8)) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(left, #FFFFFF 0%, #FFFFFF 50%, #F0F7F8 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F0F7F8 100%) 0% 0% no-repeat padding-box;
    overflow: hidden;
}

.sliderCategory.category-grid .item-box .sub-category-item, .sliderManufacturer.manufacturer-grid .item-box .sub-manufacturer-item {
    background: #FFF;
    overflow: hidden;
}

.category-grid .item-box .sub-category-item.collaps, .manufacturer-grid .item-box .sub-manufacturer-item.collaps {
}

.category-grid .item-box .sub-category-item .subcategories.collaps a:nth-child(n+5),
.manufacturer-grid .item-box .sub-manufacturer-item .submanufacturers.collaps a:nth-child(n+5) {
    /* display: none; */
}

.category-grid .item-box .sub-category-item .category-container,
.manufacturer-grid .item-box .sub-manufacturer-item .manufacturer-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
}

.category-grid .item-box .sub-category-item .category-showAll,
.manufacturer-grid .item-box .sub-manufacturer-item .manufacturer-showAll {
    text-align: right;
    display: inline-block;
    padding: 10px 30px;
    font-weight: bold;
    width: 60%;
    background-color: #43E087;
    color: #fff;
}

    .category-grid .item-box .sub-category-item .category-showAll:after
    .manufacturer-grid .item-box .sub-manufacturer-item .manufacturer-showAll:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 35px;
        border-right: 20px solid #43E087;
        border-top: 35px solid #F0F7F8;
    }

    .category-grid .item-box .sub-category-item .category-showAll span,
    .manufacturer-grid .item-box .sub-manufacturer-item .manufacturer-showAll span {
        position: absolute;
        right: 6px;
        top: 5px;
    }

.category-grid .item-box .sub-category-item .subcategories,
.manufacturer-grid .item-box .sub-manufacturer-item .submanufacturers {
    font-size: 14px;
    padding: 0 25px;
}

    .category-grid .item-box .sub-category-item .subcategories a {
        display: block;
        text-align: left;
        margin: 0;
        margin: 10px 0;
    }

        .category-grid .item-box .sub-category-item .subcategories a.loadmore {
            display: block !important;
            background-color: #43e087;
            margin: auto;
            text-align: center;
            padding: 5px;
            font-size: 12px;
            /* border-radius: 0 0 15px 15px; */
            font-weight: bold;
            cursor: pointer;
            color: #FFF;
            margin-right: -10px;
            position: absolute;
            top: 0;
            right: 0;
        }

            .category-grid .item-box .sub-category-item .subcategories a.loadmore:after {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                height: 25px;
                border-right: 15px solid #43E087;
                border-top: 25px solid;
            }

        .category-grid .item-box .sub-category-item .subcategories a h3 {
            font-size: 16px;
            font-weight: normal;
            display: block;
        }

        .category-grid .item-box .sub-category-item .subcategories a:hover {
            color: #18c139;
        }

.category-grid .item-box .picture,
.manufacturer-grid .item-box .picture {
    border: none;
    background: #FFF;
    position: relative;
}

    .category-grid .item-box .picture a,
    .manufacturer-grid .item-box .picture a {
        display: block;
        position: relative;
        overflow: hidden;
        z-index: 1;
        text-align: center;
    }

        .category-grid .item-box .picture a img,
        .manufacturer-grid .item-box .picture a img {
            width: 140px;
            height: 140px;
            display: inline;
        }

        .category-grid .item-box .picture a:before,
        .manufacturer-grid .item-box .picture a:before {
            padding-top: 73.33%;
        }

.vendor-item .picture, .manufacturer-item .picture {
    margin-bottom: 0
}

.vendor-item .title, .manufacturer-item .title, .category-grid .item-box .title {
    margin-bottom: 0;
    height: auto;
    text-align: left;
    color: #0A758C;
}

.sliderCategory.category-grid .item-box .title,
.sliderManufacturer.manufacturer-grid .item-box .title {
    position: absolute;
    margin-bottom: 0;
    height: auto;
    text-align: left;
    color: #0A758C;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    border-top: 1px solid #FFF;
}

    .sliderCategory.category-grid .item-box .title:before,
    .sliderManufacturer.manufacturer-grid .item-box .title:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        content: "";
        background: rgba(255,255,255,0.6);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

.vendor-item .title a, .manufacturer-item .title a, .category-grid .item-box .title a {
    display: block;
    padding: 16px 15px;
    font-size: 13px;
    color: #444444;
    font-weight: bold;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.sub-category-grid .item-box .title a {
    white-space: normal;
    -o-text-overflow: initial;
    text-overflow: initial;
}

.vendor-item:hover .title a, .manufacturer-item:hover .title a, .category-grid .item-box:hover .title a {
}

.home-page-advantages {
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    gap: 20px;
    padding: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}

.advantages-item {
    background-color: #FFF;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    width: calc(25% - 20px);
}

    .advantages-item:hover {
        opacity: 1;
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
    }

.advantages-item-container {
    background-color: #FFF;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    text-align: center;
    border-radius: 15px;
    height: 120px;
    border-left: 15px solid #DBFF00;
    -webkit-box-shadow: 0 5px 15px -10px #6cacba;
    box-shadow: 0 5px 15px -10px #6cacba;
}

    .advantages-item-container:hover {
        opacity: 1;
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
    }

    .advantages-item-container > div {
        display: inline-block;
        vertical-align: middle;
    }


    .advantages-item-container .picture img {
        max-width: 100%;
        max-height: 100%;
    }

    .advantages-item-container .info {
        height: 120px;
        padding-right: 120px;
    }

    .advantages-item-container .title {
        font-size: 12px;
        color: #0A758C;
        font-weight: bold;
        text-transform: none;
        display: block;
        max-height: 120px;
        font-size: 18px;
        padding: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        letter-spacing: 1px;
    }

        .advantages-item-container .title a {
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
            color: #0a758c;
        }

            .advantages-item-container .title a:hover {
                color: #97c300;
            }

.product-grid .title {
    margin: 0 0 25px;
    font-size: 28px;
    color: #444444;
    font-weight: bold;
    text-align: center;
}

.pager {
    margin-top: 30px;
    display: flex;
    justify-items: center;
    align-content: center;
    justify-content: space-between;
}

    .pager .indexPager {
    }

    .pager .gotoPager {
    }


        .pager .gotoPager .goto-page input {
            width: 60px;
        }

    .pager ul {
        text-align: center;
        font-size: 0;
        padding: 10px 0;
    }

    .pager li {
        display: inline-block;
        margin: 0 5px;
        vertical-align: middle;
    }

        .pager li.goto-page {
            font-size: 16px;
            text-align: left;
        }

        .pager li a, .pager li span {
            display: block;
            width: 38px;
            height: 38px;
            line-height: 37px;
            border-radius: 50%;
            text-align: center;
            font-size: 15px;
            /*reset zeroing*/
            cursor: pointer;
            color: #0A758C;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        .pager li.goto-page span {
            display: inline-block;
            background-color: #FFF;
            color: #F00;
        }

        .pager li a:hover, .pager li span {
            color: #fff;
            background-color: #0A758C;
            border-color: #0A758C !important;
        }

            .pager li a:hover::before {
                color: #fff;
            }

        .pager li a:before {
            display: block;
            font-size: 22px;
            color: #0A758C;
            line-height: 37px;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        .pager li.previous-page a, .pager li.next-page a, .pager li.first-page a, .pager li.last-page a {
            font-size: 0;
            background-color: #fff;
        }

            .pager li.previous-page a:hover, .pager li.next-page a:hover, .pager li.first-page a:hover, .pager li.last-page a:hover {
                background-color: #0A758C;
            }

.previous-page a, .next-page a, .first-page a, .last-page a {
    border: 1px solid #0A758C;
}

    .previous-page a:before, .next-page a:before {
        content: "\e5cb";
        font-size: 32px;
    }

    .next-page a:before {
        content: "\e5cc";
    }

    .first-page a:before {
        content: "\e5dc";
    }

    .last-page a:before {
        content: "\e5dd";
    }

/********** PRODUCT PAGE **********/
.product-details-page .product-grid {
    width: 100%;
}

.mobile-name-holder {
    margin-bottom: 30px;
}

    .mobile-name-holder .breadcrumb {
        margin: 0 0 20px;
    }

.product-essential {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
}

.left-block {
    margin: 0;
    width: 55%;
}

.skeleton .left-block {
    height: 550px;
}

.gallery .picture img {
    max-width: 100%;
    padding: 10px 0;
}

.gallery .picture-thumbs {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    max-height: 414px;
    height: 100%;
    overflow-y: auto;
    z-index: 100000;
}

.gallery .thumb-item, .videolink img {
    display: inline-block;
    position: relative;
    width: 75px;
    margin: 2px;
    border: 1px solid #6cacba;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer
}

    .gallery .thumb-item:before {
    }

    .gallery .thumb-item img {
        margin: auto;
        width: 75px;
        position: relative;
        padding: 5px;
    }

.right-block {
    position: relative;
    margin: 0;
    text-align: left;
    padding: 0 20px;
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-zp-sc-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.product-zenickpoint-block, .product-shippingcost-block {
    overflow: hidden;
    padding: 5px;
    width: 75%;
}

.product-zenickpoint-icon, .product-shippingcost-icon {
    display: inline-block;
    font-size: 115px;
    color: #e3f3f5;
    margin-bottom: 0;
    font-weight: normal;
    -webkit-transform: rotate(345deg);
    -ms-transform: rotate(345deg);
    transform: rotate(345deg);
    position: absolute;
    top: -3px;
    left: -10px;
}

.product-zenickpoint-text, .product-shippingcost-text {
    font-size: 18px;
    text-align: center;
    padding: 10px;
    line-height: 32px;
}

    .product-zenickpoint-text span, .product-shippingcost-text span {
        font-size: 32px;
        color: #43e087;
        font-weight: bold;
    }

.product-zenickpoint-link, .product-shippingcost-link {
    text-align: center;
    text-decoration: underline;
    padding: 10px 0;
}

    .product-zenickpoint-link a, .product-shippingcost-link a {
        color: #567A7A;
    }


.product-name .manufacturers, .overview .manufacturers {
    font-size: 15px;
    color: #8c8c8c;
    text-align: right;
}

.skeleton .overview .manufacturers {
    width: 150px;
    height: 20px;
    background-color: #CCC;
    border-radius: 15px;
}

.product-name .manufacturers img, .overview .manufacturers img {
    max-height: 80px;
    padding-right: 5px;
}

.product-name .manufacturers .value, .overview .manufacturers .value {
    color: #005163;
}

    .product-name .manufacturers .value a, .overview .manufacturers .value a {
        padding-left: 40px;
        line-height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .overview .manufacturers .value a span {
            font-size: 14px;
            line-height: 14px;
            padding-left: 5px;
        }

    .product-name .manufacturers .value:hover, .overview .manufacturers .value:hover {
        color: #43E087;
    }

.discontinued-product {
    margin: 0 0 20px;
    color: #ff4f60;
}

.right-block .product-name {
    margin: 0;
}

.product-name h1 {
    margin-bottom: 10px;
    font-size: 26px;
    color: #0A758C;
    font-weight: bold;
}

.skeleton .product-name h1 {
    background: #CCC;
    height: 30px;
    border-radius: 15px;
    margin-top: 25px;
}

.overview .short-description {
    margin: 0 0 30px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #8c8c8c;
}

.product-reviews-overview {
    /*not present in variant-overview*/
}

.product-review-box {
    display: inline-block;
    background-color: #0A758C;
    padding: 2px 6px;
    border-radius: 30px;
    color: #dbff00;
}

    .product-review-box .rating-background {
        width: 90px;
        font-size: 0;
        padding: 0;
    }

    .product-review-box .rating {
        white-space: nowrap;
        position: absolute;
        top: 2px;
        left: 6px;
        font-size: 0;
        overflow: hidden;
    }

        .product-review-box .rating-background span,
        .product-review-box .rating span {
            font-size: 18px;
        }

        .product-review-box .rating div {
            height: 12px;
            background: url('../img/rating2.gif') repeat-x;
        }

.product-no-reviews a {
    font-size: 14px;
    color: #8c8c8c;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

    .product-review-links a:hover, .product-no-reviews a:hover {
        color: #97c300;
    }

.product-review-links {
    font-size: 14px;
    color: #8c8c8c;
}

    .product-review-links .separator {
        margin: 0 5px;
    }

    .product-review-links a {
        -webkit-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
    }

.overview .compare-products {
    margin-bottom: 40px;
}

.compare-products .add-to-compare-list-button {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: #8c8c8c;
    text-transform: uppercase;
    border: none;
    background: transparent;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .compare-products .add-to-compare-list-button:before {
        content: "\62";
        display: inline-block;
        vertical-align: text-bottom;
        margin-right: 10px;
        font-size: 18px;
        color: #8c8c8c;
        text-transform: none;
        font-weight: normal;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .compare-products .add-to-compare-list-button:hover, .compare-products .add-to-compare-list-button:hover:before {
        color: #97c300;
    }

        .compare-products .add-to-compare-list-button:hover:before {
            -webkit-transform: rotate3d(1, 0, 0, 180deg);
            -ms-transform: rotate3d(1, 0, 0, 180deg);
            transform: rotate3d(1, 0, 0, 180deg);
        }

.overview .stock, .variant-overview .stock {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 13px;
    color: #8c8c8c;
    text-transform: uppercase;
    background-color: #f6f6f6;
    border-radius: 2px;
}

    .overview .stock .label, .variant-overview .stock .label {
        display: none;
    }

.back-in-stock-subscription {
    margin: 0 0 15px;
    font-size: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .back-in-stock-subscription:before {
        content: "\e151";
        display: inline-block;
        margin-right: 7px;
        vertical-align: bottom;
        color: #8c8c8c;
        font-size: 17px;
        -webkit-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
    }

    .back-in-stock-subscription:hover:before {
        color: #97c300;
        -webkit-animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
        animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    }

    .back-in-stock-subscription button {
        background: transparent;
        border: none;
        font-size: 12px;
        font-weight: bold;
        color: #8c8c8c;
        text-transform: uppercase;
        -webkit-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
    }

.overview .additional-details, .variant-overview .additional-details {
    margin-bottom: 30px;
}

    .overview .additional-details div, .variant-overview .additional-details div {
        margin: 0 0 5px;
        font-size: 15px;
        color: #8c8c8c;
    }

        .overview .additional-details div .value, .variant-overview .additional-details div .value {
            color: #444444;
        }

            .overview .additional-details div .value a, .variant-overview .additional-details div .value a {
                color: #97c300;
                text-decoration: none;
            }

                .overview .additional-details div .value a:hover, .variant-overview .additional-details div .value a:hover {
                    color: #7c9a16;
                }

.overview .delivery {
    margin: 20px 0 10px;
}

.variant-overview .delivery {
    margin: 20px 0 0;
}

.delivery .free-shipping {
    color: #8c8c8c;
    font-size: 14px;
}

.delivery .delivery-date {
    font-size: 14px;
    color: #8c8c8c;
}

.free-shipping + .delivery-date {
    margin: 5px 0 0;
}

.download-sample {
    font-size: 0;
    margin: 30px 0;
}

    .download-sample a {
        font-size: 13px;
        color: #97c300;
        font-weight: bold;
        text-transform: uppercase;
    }

        .download-sample a:before {
            content: "\4a";
            display: inline-block;
            margin-right: 10px;
            font-size: 18px;
            text-transform: none;
            font-weight: normal;
            vertical-align: text-bottom;
        }

.overview-buttons div {
    display: inline-block;
    margin: 0 5px 10px;
}

.placeholderattributes {
    display: none;
}

.attributes {
    display: none;
    text-align: left;
    padding: 20px 0 10px;
}

.attribute-container .attributes {
    display: block;
}

.attributes:only-child {
    margin-bottom: 0;
}

.attributes ul li {
    display: inline-block;
    margin: 2px;
}

.attributes-wrapper > div {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

    .attributes-wrapper > div.product-prices-box {
        max-width: none;
    }

.attributes dl {
    overflow: hidden;
}

.attributes dt, .attributes .attribute-label, .giftcard label {
    display: block;
    font-size: 15px;
    margin: 0 0 5px;
    white-space: nowrap;
    font-weight: bold;
    color: #444444;
}

.skeleton .attributes dt {
    background-color: #CCC;
    font-size: 0;
    height: 15px;
    width: 100px;
    border-radius: 15px;
}


.attributes dt, .attributes dd {
    text-align: left;
}

    .attributes dd li {
        text-align: left;
    }

.skeleton .attributes dd li {
    text-align: left;
    font-size: 0;
}

.skeleton .option-list li label {
    font-size: 0;
}



.attributes .text-prompt, .attributes .required {
    color: #0A758C;
}

.attributes dd {
    margin: 0 0 10px;
}

    .attributes dd:last-child {
        margin-bottom: 0;
    }

.attributes li {
    padding: 2px 6px;
}

.attributes dd select, .product-details-page .attributes dd select:only-child {
    max-width: 100%;
}

.product-details-page .attributes dd select {
    max-width: calc(100% - 60px);
}

.attributes select + .qty-box {
    margin-top: 10px;
}

.attributes dd input[type="text"], .attributes dd input[type="password"], .attributes dd input[type="tel"], .attributes dd input[type="email"], .attributes dd select:only-child {
    width: 100%;
    line-height: 45px;
}

.attributes option.disabled {
    color: #ddd;
}

.attributes li.disabled {
    /* pointer-events: none; */
    opacity: 0.5;
}

    .attributes li.disabled label {
    }

.attribute-squares li.disabled {
    position: relative;
    opacity: 1;
}

    .attribute-squares li.disabled:before {
        content: "\7a";
        position: absolute;
        top: 1px;
        bottom: 1px;
        left: 1px;
        right: 1px;
        border-radius: 2px;
        background-color: #fff;
        text-align: center;
        font-size: 19px;
        line-height: 30px;
        color: rgb(255, 79, 96);
    }

.attributes.rental-attributes {
    font-size: 0;
}

    .attributes.rental-attributes > div {
        display: inline-block;
        width: 49%;
    }

        .attributes.rental-attributes > div:nth-child(2n) {
            margin-left: 2%
        }

        .attributes.rental-attributes > div:only-child {
            width: 100%;
            margin-left: 0;
        }

    .attributes.rental-attributes input {
        height: 45px;
        padding: 0 20px;
        border-radius: 3px;
        text-align: left;
    }

.product-estimate-shipping {
    margin: 20px 0 10px;
    color: #8c8c8c;
}

    .product-estimate-shipping a {
        display: block;
    }

    .product-estimate-shipping i {
        display: inline-block;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: 0 0 6px 9px;
        border: solid black;
        border-width: 0 1px 1px 0;
        padding: 3px 3px;
    }

    .product-estimate-shipping .shipping-loading {
        display: none !important;
        /*disable preloader*/
    }

    .product-estimate-shipping .shipping-title {
        margin: 0 0 5px;
        font-size: 15px;
    }

    .product-estimate-shipping .shipping-price {
        margin: 0 0 0 5px;
        vertical-align: middle;
        color: #000;
    }

    .product-estimate-shipping .shipping-address {
        white-space: nowrap;
        font-size: 12px;
    }

        .product-estimate-shipping .shipping-address span {
            display: inline-block;
            max-width: calc(100% - 30px);
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

    .product-estimate-shipping .shipping-date {
        margin: 15px 0 0;
        font-size: 14px;
    }

.tagsHeader {
    width: 300px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.tagsHeader.garanzia3anni .tagDetailIcon {
    display:none;
} 

.tagsHeader.garanzia3anni .tagHeader {
    border-radius: 0;
    padding-left: 40px;
} 

.tagsHeader.garanzia3anni .tagHeader:after {
    background: url(https://www.clickufficio.it/images/thumbs/0446632_garanzia-3-anni_100.png);
    background-size: 70%;
    background-repeat: no-repeat;
    content: "";
    position:absolute;
    left:0;
    width: 50px;
    top:0;
    bottom: 0;
}

.tagHeader {
    background-color: #AD2389;
    color: #FFF;
    padding: 10px 15px;
    border-radius: 20px 0;
    font-size: 14px;
    margin: 4px;
    display: inline-block;
}

.tagDetailIcon img {
    /* position: absolute; */
    /* top: 68px; */
    /* left: 50px; */
    width: 48px;
    /* z-index: 10; */
}

.product-social-buttons {
    position: absolute;
    color: #0A758C;
    z-index: 1;
    left: 170px;
    display: none;
}

.product-social-label {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #444444;
}

.product-social-sharing li {
    margin: 0 10px;
}

    .product-social-sharing li a {
        display: block;
        font-size: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .product-social-sharing li a:before, .email-a-friend:before {
            display: block;
            font-size: 40px;
            color: #0A758C;
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
            font-family: "emporium-icons-old";
            font-weight: bold;
        }

        .product-social-sharing li a:hover:before, .product-social-sharing .email-a-friend:hover:before {
            /* -webkit-transform: rotate3d(0,1,0,360deg); */
            -ms-transform: rotate3d(0, 1, 0, 360deg);
            /* transform: rotate3d(0,1,0,360deg); */
        }

.product-social-sharing a.twitter:before {
    content: "\6f";
}

.product-social-sharing a.facebook:before {
    content: "\6e";
}

.product-social-sharing a.pinterest:before {
    content: "\44";
}

.product-social-sharing a.google:before {
    content: "\70";
}

.product-social-sharing .email-a-friend:before {
    content: "\6d";
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.product-social-sharing .email-a-friend {
    position: relative;
}

    .product-social-sharing .email-a-friend button {
        width: 40px;
        height: 40px;
        border: none;
        background: transparent;
        font-size: 0;
    }

.product-social-sharing li a:hover:before, .email-a-friend:hover:before {
    color: #97c300;
}

.attributes .qty-box {
    margin: 0 0 0 5px;
}

    .attributes .qty-box label {
        display: none;
    }

    .attributes .qty-box input[type="text"] {
        width: 50px;
        height: 45px;
        text-align: center;
        border-radius: 3px;
    }

.gender label, .option-list li label, .inputs.accept-consent label, td.remove-from-cart label, td.add-to-cart label, .terms-of-service label, .terms-of-agreement label, .selector label, .use-reward-points label {
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.attributes .datepicker {
    width: 100%;
    text-align: center;
}

.ui-datepicker {
    width: 280px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 3px;
    overflow: hidden;
}

.ui-datepicker-header {
    position: relative;
    height: 32px;
    background-color: #97c300;
    color: #fff;
    overflow: hidden;
}

    .ui-datepicker-header a {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 40px;
        height: 32px;
        line-height: 32px;
        font-size: 0;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        .ui-datepicker-header a:hover {
            background-color: rgba(0, 0, 0, .1);
        }

        .ui-datepicker-header a:before {
            display: block;
            font-size: 10px;
            color: #fff;
        }

        .ui-datepicker-header a.ui-datepicker-prev {
            left: 0;
        }

            .ui-datepicker-header a.ui-datepicker-prev:before {
                content: "\6b";
            }

        .ui-datepicker-header a.ui-datepicker-next {
            right: 0;
        }

            .ui-datepicker-header a.ui-datepicker-next:before {
                content: "\6a";
            }

.ui-datepicker-title {
    position: relative;
    z-index: 0;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
}

.ui-datepicker-calendar th {
    background-color: #f6f6f6;
}

.ui-datepicker-calendar th, .ui-datepicker-calendar td {
    width: 14.285%;
}

    .ui-datepicker-calendar th span, .ui-datepicker-calendar td a {
        display: block;
        font-size: 14px;
        color: #8c8c8c;
        min-height: 32px;
        line-height: 32px;
        border-radius: 3px;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .ui-datepicker-calendar th span {
        font-size: 13px;
    }

    .ui-datepicker-calendar td a:hover {
        background-color: #f1f1f1;
    }

.ui-datepicker-calendar a.ui-state-active:hover, .ui-datepicker-calendar a.ui-state-active {
    background-color: #97c300;
    color: #fff;
}

.attribute-squares {
    font-size: 0;
}

    .attribute-squares li {
        display: inline-block;
        margin: 0 5px 5px;
        line-height: normal !important;
        text-align: center;
    }

    .attribute-squares label {
        display: block;
        margin: 0 !important;
        overflow: hidden;
    }

    .attribute-squares input[type="radio"] {
        position: absolute;
        left: auto;
        z-index: -1;
        opacity: 0;
        margin-top: -25px;
    }

    .attribute-squares span {
        display: block;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.attribute-square {
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    border: 2px solid #e7e7e7;
    border-radius: 3px;
    cursor: pointer;
}

.selected-value .attribute-square {
    border-color: #868686;
}

.image-squares .tooltip-container {
    position: absolute;
    display: block;
    width: 200px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
}

    .image-squares .tooltip-container:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -7px;
        width: 0;
        height: 0;
        border-bottom: 7px solid #eeeeee;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }

    .image-squares .tooltip-container:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -6px;
        width: 0;
        height: 0;
        border-bottom: 6px solid #f6f6f6;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

.image-squares li:hover .tooltip-container {
    visibility: visible;
    margin-left: -83px;
    margin-top: 5px;
    z-index: 999;
}

.image-squares .tooltip-header {
    background-color: #f6f6f6;
    height: 25px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
    color: #8c8c8c;
    width: 198px;
    font-size: 13px;
    border-bottom: 1px #EEEEEE solid;
}

.image-squares .tooltip-body {
    margin: 5px;
}

    .image-squares .tooltip-body img {
        border: 0px #FFF;
        width: 190px;
    }

.giftcard {
    margin: 0 0 20px;
    overflow: hidden;
    clear: both;
}

    .giftcard div {
        margin: 0 0 20px;
    }

    .giftcard label {
        display: block;
        margin: 0 0 5px;
    }

    .giftcard input, .giftcard textarea {
        width: 100%;
        height: 45px;
        line-height: 45px;
        border-radius: 3px;
    }

    .giftcard textarea {
        height: 150px;
        line-height: 1.5;
    }

.shape {
}

    .shape.star-12 {
        background: #DBFF00;
        width: 40px;
        height: 40px;
    }

        .shape.star-12:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 40px;
            width: 40px;
            background: #DBFF00;
            -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
            transform: rotate(30deg);
        }

        .shape.star-12:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 40px;
            width: 40px;
            background: #DBFF00;
            -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
            transform: rotate(60deg);
        }

.product-scalapay-text {
    padding: 10px 0;
    font-size: 20px;
    text-align: center;
}

.overview .prices, .variant-overview .prices {
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    text-align: right;
    padding: 0;
    height: 60px;
    margin-bottom: 10px;
}

    .overview .prices .old-price, .variant-overview .prices .old-price {
        font-size: 18px;
        padding: 0;
        text-decoration: line-through;
        line-height: 24px;
        color: #567A7A;
    }

.tierBanner {
    border-top: 1px solid #BEE2E6;
    border-bottom: 1px solid #BEE2E6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
}

    .tierBanner .tierbannerIcon {
        padding: 10px;
    }

        .tierBanner .tierbannerIcon span {
            position: absolute;
            top: 18px;
            left: 15px;
            font-size: 30px;
            color: #0a758c;
        }

    .tierBanner .tierbannerText {
        padding: 10px;
    }

        .tierBanner .tierbannerText .line1 {
            color: #005163;
            font-weight: bold;
            font-size: 16px;
        }

        .tierBanner .tierbannerText .line2 {
            color: #005163;
            font-size: 16px;
        }

.overview .prices > div, .variant-overview .prices > div {
    color: #0a758c;
    width: unset;
}

.skeleton .overview .prices > div,
.skeleton .variant-overview .prices > div {
    width: 150px;
    background-color: #CCC;
    height: 40px;
    border-radius: 20px;
    margin-top: 20px;
}

.skeleton .old-price {
    right: 0;
    display: block;
    width: 150px !important;
    position: absolute;
    top: -40px;
}

.skeleton .product-price {
    right: 0;
    display: block;
    width: 150px !important;
    position: absolute;
    height: 40px !important;
    top: 6px;
}

.price.price-specialPrice {
    white-space: normal;
}

.overview .old-product-price, .variant-overview .old-product-price {
    color: #8c8c8c;
    text-decoration: line-through;
    font-size: 0;
}

    .overview .old-product-price span, .overview .old-product-price label, .variant-overview .old-product-price span, .variant-overview .old-product-price label {
        font-size: 17px;
    }

.overview .non-discounted-price, .variant-overview .non-discounted-price {
    font-size: 14px;
    color: #8c8c8c;
}

.overview .product-price, .variant-overview .product-price {
    font-size: 32px;
    color: #0A758C;
    font-weight: bold;
    line-height: 30px;
}

    .overview .product-price span, .variant-overview .product-price span {
    }

.scalapay-price {
    display: none;
}

.overview .product-price span.price-excltax, .variant-overview .product-price span {
    font-size: 18px;
}

    .overview .product-price span:first-child, .variant-overview .product-price span:first-child {
    }

.overview .product-price i, .variant-overview .product-price i {
    font-size: 16px;
    color: #567A7A;
    font-weight: normal;
    font-style: normal;
}

.grouped-product-box {
    margin-bottom: 40px;
}

    .grouped-product-box label {
        display: none;
        margin: 0 0 15px;
        color: #787878;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
    }

.grouped-btn {
    display: block;
    max-width: 320px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    background-color: #f1f1f1;
    border-radius: 3px;
    font-size: 13px;
    color: #8c8c8c;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .grouped-btn:before {
        content: "\4b";
        display: inline-block;
        vertical-align: bottom;
        margin-right: 10px;
        font-size: 12px;
        color: #8e8e8e;
        text-transform: none;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .grouped-btn:hover {
        background-color: #eebe00;
        color: #fff;
    }

        .grouped-btn:hover:before {
            color: #fff;
        }

    .grouped-btn span {
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
    }

    .grouped-btn strong {
        display: inline-block;
        vertical-align: top;
    }

.tier-prices {
    padding: 10px 0;
    font-size: 14px;
}

    .tier-prices .title {
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: bold;
        color: #444444;
    }

.customer-entered-price {
    margin: 30px 0;
    overflow: hidden;
    padding: 10px;
}

    .customer-entered-price .price-input {
        margin-bottom: 5px;
    }

        .customer-entered-price .price-input label {
            display: block;
            font-size: 15px;
            margin: 0 0 5px;
            font-weight: bold;
            color: #444444;
        }

    .customer-entered-price .enter-price-input {
        border-radius: 3px;
        height: 45px;
        width: 150px;
        text-align: center;
    }

    .customer-entered-price .price-range {
        color: #8c8c8c;
    }

.overview .add-to-cart {
    font-size: 0;
    padding-top: 10px;
}

.single-price-box {
    text-align: right;
    top: 20px;
}

.scalapay-block {
    padding: 0;
}

.add-to-cart .add-to-cart-qty-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 10px;
    margin: 20px 0px;
}

.variant-overview .add-to-cart {
    display: inline-block;
}

.variant-overview .add-to-wishlist {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-left: 5px;
}

.overview .min-qty-notification, .variant-overview .min-qty-notification {
    margin: 0 0 10px;
    font-size: 14px;
    color: #8c8c8c;
}

.overview .add-to-cart-panel {
    position: relative;
}

.variant-overview .add-to-cart-panel {
    position: relative;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}

.overview .qty-label, .variant-overview .qty-label {
    position: absolute;
    left: -25px;
    line-height: 36px;
    display: none !important;
}

.overview .qty-input, .variant-overview .qty-input, .overview .qty-dropdown, .variant-overview .qty-dropdown {
    height: 40px;
    padding: 12px;
    text-align: center;
    color: #0A758C;
    font-size: 18px;
    vertical-align: top;
    line-height: 40px;
    border-radius: 25px 0 25px 0;
    border: 1px solid #BEE2E6;
}

.overview .qty-dropdown, .variant-overview .qty-dropdown {
    margin-right: 10px;
    width: 73px;
    padding: 0 33px 0 17px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    background: url(../img/select-arrow-dark.svg) no-repeat right 15px center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.variant-overview .qty-dropdown, .variant-overview .add-to-cart-qty-wrapper {
    margin-right: 5px;
}

.overview .qty-input, .variant-overview .qty-input {
    width: 100%;
    padding: 0 40px;
}

.variant-buttons-wrapper {
    font-size: 0;
}

.overview .qty-dropdown + .add-to-cart-button {
    width: calc(100% - 85px);
    max-width: 250px;
}

.overview .add-to-cart-qty-wrapper + .add-to-cart-button {
    border-radius: 25px 0 25px 0;
    width: 100%;
    margin: 15px 0;
}

.add-to-cart-qty-block {
    width: 30%;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 1;
}

.skeleton .add-to-cart-qty-block {
    height: 30px;
    width: 150px;
    background-color: #CCC;
    border-radius: 15px;
}

.availability-info {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
}

    .availability-info > div {
        width: 100%;
        text-align: center;
    }

        .availability-info > div:first-child {
            border-right: 1px solid #567A7A;
        }

        .availability-info > div b {
            color: #43E087;
        }

.add-to-cart-qty-block .plus, .add-to-cart-qty-block .minus {
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    color: #FFF;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 20px 0 0 0;
    background-color: #BEE2E6;
}

.add-to-cart-qty-block .plus {
    top: auto;
    right: 0;
    left: unset;
    border-radius: 0 0 20px 0;
}

    .add-to-cart-qty-block .plus:hover, .add-to-cart-qty-block .minus:hover {
        background-color: #eaeaea;
    }

.overview .add-to-cart-button, .variant-overview .add-to-cart-button {
    padding: 0 15px;
    font-size: 15px;
    vertical-align: top;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 60px;
    height: 60px;
    width: 100%;
    border-radius: 25px 0;
    margin: 0;
}

.skeleton .add-to-cart-button {
    border: none;
    background-color: #CCC;
    margin-top: 40px;
}

.variant-overview .add-to-cart-button {
    padding: 0 14px;
    width: 140px;
}

.overview .add-to-wishlist {
    display: inline-block;
    margin-left: 5px;
}

    .overview .add-to-wishlist button {
        display: block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        border: none;
        border-radius: 3px;
        font-weight: bold;
        color: #8c8c8c;
        font-size: 0;
        text-transform: uppercase;
        text-align: center;
        background-color: #f1f1f1;
        -webkit-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease;
    }

        .overview .add-to-wishlist button:hover {
            background-color: #eaeaea;
        }

        .overview .add-to-wishlist button:before {
            content: "\63";
            display: inline-block;
            vertical-align: bottom;
            color: #8c8c8c;
            font-size: 17px;
            text-transform: none;
            font-weight: normal;
        }

.pre-order-availability-date {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #8c8c8c;
}

    .pre-order-availability-date label {
        vertical-align: top;
    }

.full-description, .product-specs-box, .product-document-box {
    padding: 10px;
}

.product-specs-box {
    width: 50%;
}

.product-document-box {
    width: 45%;
}

    .product-document-box > .product-document-line {
        line-height: 35px;
        font-size: 16px;
        margin: 5px;
        padding: 5px 10px;
        background-color: #f0f7f8;
        padding-left: 50px;
        color: #005163;
        font-weight: bold;
    }


        .product-document-box > .product-document-line a {
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: block;
            color: #005163;
        }


        .product-document-box > .product-document-line:before {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            content: "\e2c4";
            font-size: 34px;
            padding: 4px;
        }

.full-description {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}

.product-specs-box {
}

    .product-specs-box .product-zenickInfo {
        line-height: 30px;
        font-size: 14px;
    }

        .product-specs-box .product-zenickInfo span {
        }

        .product-specs-box .product-zenickInfo .spec-value {
            position: absolute;
            right: 0;
            font-weight: bold;
            top: 0;
        }

    .product-specs-box .title, .full-description .title, .product-document-box .title {
        color: #0a758c;
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .product-specs-box .title {
        border-bottom: 1px solid #43e087;
    }

        .product-specs-box .title:after {
            background-color: #43e087;
            position: absolute;
            content: "";
            bottom: -1px;
            height: 5px;
            width: 200px;
            left: 0;
        }

    .product-specs-box .spec-group-name {
        display: none !important;
    }

.product-details-page .related-products-grid, .product-details-page .also-purchased-products-grid {
    margin-top: 70px;
}

.product-collateral .title {
    margin: 0 0 10px;
    letter-spacing: 2px;
    font-size: 15px;
    color: #444;
    font-weight: 700;
    text-transform: uppercase;
}

.product-tags-box .title, .product-details-page .product-grid .title {
    font-size: 24px;
    color: #444444;
    font-weight: bold;
    text-transform: none;
    letter-spacing: normal;
}

.product-specs-box .data-table {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    text-align: left;
    margin: 0;
}

    .product-specs-box .data-table td {
        padding: 20px 25px;
        border: none;
    }

.data-table td .color-squares {
    margin: -5px 0;
    display: inline-block;
    vertical-align: middle;
}

.product-specs-box .data-table td.spec-value {
    font-size: 16px;
    color: #444444;
    border-left: 1px solid #eeeeee;
}

.product-specs-box .data-table td.spec-name {
    font-size: 17px;
    color: #8c8c8c;
    font-weight: 300;
}

.attributes-wrapper {
}

.product-variant-line .attributes-wrapper {
    border: none;
}

.product-tags-home-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}

    .product-tags-home-list .home-tag {
        width: calc(50% - 20px);
        margin: 10px;
        position: relative;
        opacity: .8;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-radius: 15px;
        overflow: hidden;
    }

        .product-tags-home-list .home-tag:hover {
            opacity: 1;
        }

        .product-tags-home-list .home-tag a {
            position: relative;
            display: block;
            font-size: 0;
        }

        .product-tags-home-list .home-tag img {
            width: 100%;
        }

        .product-tags-home-list .home-tag div {
            position: absolute;
            height: 40px;
            left: 0;
            right: 0;
        }

        .product-tags-home-list .home-tag .tag_vertical0 {
            bottom: 0;
        }

        .product-tags-home-list .home-tag .tag_vertical2 {
            top: 0;
        }

        .product-tags-home-list .home-tag .tag_vertical1 {
            top: calc(50% - 20px);
        }

        .product-tags-home-list .home-tag .tag_vertical0 > div {
            -webkit-box-shadow: 0 10px 25px -10px #000;
            box-shadow: 0 10px 25px -10px #000;
        }

        .product-tags-home-list .home-tag .tag_vertical2 > div {
            -webkit-box-shadow: 0 -10px 25px -10px #000;
            box-shadow: 0 -10px 25px -10px #000;
        }

        .product-tags-home-list .home-tag .tag_vertical1 > div {
            -webkit-box-shadow: 0 -10px 25px -10px #000;
            box-shadow: 0 -10px 25px -10px #000
        }

        .product-tags-home-list .home-tag div > div {
            position: absolute;
            background-color: #F00;
            opacity: .6;
            bottom: 0;
            height: 40px;
            left: 0;
            right: 0;
        }

        .product-tags-home-list .home-tag div > span {
            position: absolute;
            bottom: 0;
            height: 40px;
            left: 0;
            right: 0;
            text-align: center;
            font-size: 16px;
            line-height: 40px;
            color: #FFF;
        }

.product-tags-list {
    font-size: 0;
}

.product-tags-box {
    margin: 50px 0 85px;
    display: none;
}

    .product-tags-box:last-child {
        margin-bottom: 0;
    }

    .product-tags-box .title {
        margin-bottom: 20px;
    }

.product-tags-list li {
    display: inline-block;
    color: #8c8c8c;
    font-size: 16px;
    /*reset zeroing*/
}

    .product-tags-list li.separator {
        margin: 0 5px 0 3px;
    }

.product-tags-list a {
    display: inline-block;
    line-height: 24px;
    color: #0a758c;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

    .product-tags-list a:hover {
        color: #43e087;
    }

.product-collateral > div.product-variant-list {
    margin: 50px 0;
}

.product-variant-line {
    margin: 0 0 15px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 30px 10px;
}

    .product-variant-line:after {
        content: "";
        display: block;
        clear: both;
    }

.variant-picture {
    position: relative;
    width: 100%;
    max-width: 330px;
    max-height: 330px;
    margin: 0 auto 15px;
    border-radius: 3px;
    overflow: hidden;
}

    .variant-picture img {
        max-width: 100%;
    }

.variant-overview {
    width: 100%;
}

    .variant-overview .variant-name {
        margin: 0 0 10px;
        font-size: 22px;
        color: #444444;
        font-weight: bold;
    }

    .variant-overview .variant-description {
        margin: 0 0 15px;
        line-height: 1.5;
        font-size: 15px;
        color: #8c8c8c;
    }

    .variant-overview .add-to-wishlist-button {
        display: block;
        float: none;
        clear: both;
        width: 45px;
        height: 45px;
        margin: 0 auto;
        font-size: 0;
        border: none;
        background-color: #f2f2f2;
        border-radius: 3px;
        -webkit-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease;
    }

        .variant-overview .add-to-wishlist-button:before {
            display: block;
            content: "\63";
            font-size: 20px;
            color: #8e8e8e;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
        }

        .variant-overview .add-to-wishlist-button:hover {
            background-color: #eaeaea;
        }

.ui-tabs {
    margin: 0 0 20px;
}

    .ui-tabs .ui-tabs-nav {
        overflow: hidden;
        text-align: center;
    }

        .ui-tabs .ui-tabs-nav li {
            display: inline-block;
            margin: 0 15px;
        }

            .ui-tabs .ui-tabs-nav li a {
                display: inline-block;
                padding: 15px;
                font-size: 15px;
                letter-spacing: 1px;
                font-weight: 700;
                color: #8c8c8c;
                border-bottom: 2px solid transparent;
                text-transform: uppercase;
                -webkit-transition: all .1s ease;
                -o-transition: all .1s ease;
                transition: all .1s ease;
            }

                .ui-tabs .ui-tabs-nav li a:hover {
                    color: #97c300;
                }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-state-active.ui-tabs-active a {
                color: #97c300;
                border-bottom: 2px solid #97c300;
            }

    .ui-tabs .ui-tabs-panel {
        background-color: #f6f6f6;
        padding: 40px 20px;
        margin: 0 -10px;
    }

    .ui-tabs .ui-tabs-hide {
        display: none;
    }

/********** ESTIMATE SHIPPING **********/
.estimate-shipping-popup {
    position: relative;
    max-width: 800px;
    margin: auto;
    background-color: #fff;
    padding: 25px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}

    .estimate-shipping-popup strong {
        visibility: hidden;
        font-weight: 300;
        text-transform: uppercase;
        color: #222;
    }

.mfp-ready .estimate-shipping-popup {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.sticky-block {
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    font-size: 0;
    position: sticky;
    top: 160px;
}

.isAdmin .sticky-block {
    top: 180px;
}

.skeleton .sticky-block {
    height: 400px;
}

.multiinfo-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.add-to-wishlist {
    color: #0A758C;
    padding: 0 25px;
}

.skeleton .add-to-wishlist {
    background-color: #CCC;
    height: 40px;
    width: 40px;
    border-radius: 15px;
    margin: 20px;
}

.feedaty_widget {
}

.header-links-center .feedaty_widget {
    z-index: 0;
}

.skeleton .feedaty_widget {
    background-color: #CCC;
    height: 40px;
    width: 160px;
    border-radius: 15px;
    margin-top: 20px;
}

.add-to-wishlist span {
    font-size: 40px;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

    .add-to-wishlist span:hover {
        color: #43e087;
    }

.mfp-removing .estimate-shipping-popup {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.estimate-shipping-popup-zoom-in.mfp-removing {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.estimate-shipping-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.estimate-shipping-row-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.mfp-container .address-item {
    display: block;
    width: auto;
    margin: 10px 0 0 !important;
    border: none;
    padding: 0;
}

    .mfp-container .address-item + div {
        padding: 0 0 0 15px;
    }

.estimate-shipping-address-control {
    width: 100%;
}

select.estimate-shipping-address-control {
    padding: 0 27px 0 20px;
    background: #fff url(../img/select-arrow-dark.svg) no-repeat right 10px center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.mfp-container .address-item .required {
    position: absolute;
    top: -6px;
    right: -9px;
}

.mfp-container .shipping-options {
    position: relative;
    /*preloader referrence*/
    margin: 10px 0 30px;
}

.mfp-container .shipping-header-item {
    -ms-flex-item-align: end;
    align-self: flex-end;
    border: none !important;
    padding: 12px 5px !important;
    font-size: 15px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.mfp-container .shipping-options-body {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #f0f0f0;
    border-collapse: collapse;
}

.mfp-container .shipping-option {
    display: table-row;
    font-size: 14px;
    cursor: pointer;
}

    .mfp-container .shipping-option.active {
        background-color: #f2f2f2;
    }

    .mfp-container .shipping-option > div {
        display: table-cell;
        border-top: 1px solid #f0f0f0;
        padding: 12px 11px 11px;
    }

.mfp-container .shipping-item {
    overflow: hidden;
    padding: 8px 0;
    overflow-wrap: break-word;
}

.estimate-shipping-row-item-radio {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 24px;
}

.estimate-shipping-radio {
    display: none;
}

    .estimate-shipping-radio:checked + label:before {
        margin: 0 !important;
        position: relative;
        bottom: 1px;
    }

    .estimate-shipping-radio:checked + label:after {
        display: none;
    }

.apply-shipping-button-container {
    text-align: center;
}

.mfp-container .apply-shipping-button {
    min-width: 120px;
    border: none;
    height: 45px;
    padding: 0 25px;
    border-radius: 3px;
    background-color: #eebe00;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .mfp-container .apply-shipping-button:hover {
        background-color: #e8af00;
    }

.mfp-container .no-shipping-options {
    padding: 30px 15px;
    text-align: center;
}

.mfp-container .message-failure {
    margin: 10px 0 -5px;
}

@media all and (max-width: 600px) {
    .estimate-shipping-popup {
        padding: 25px 3%;
    }

    .mfp-container .shipping-address {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .mfp-container .address-item {
        width: 100%;
    }

        .mfp-container .address-item + div {
            padding: 0;
        }
}

/********** PRODUCT REVIEWS **********/
.product-reviews-page h1 a {
    font-style: italic;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

    .product-reviews-page h1 a:hover {
        color: #8c8c8c;
    }

.write-review .title, .comment-form-btn {
    position: relative;
    height: 45px;
    margin: 0 0 45px;
}

    .write-review .title strong, .comment-form-btn strong {
        position: absolute;
        display: inline-block;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 0 25px;
        height: 45px;
        max-width: 100%;
        border-radius: 3px;
        font-size: 14px;
        line-height: 45px;
        text-transform: uppercase;
        font-weight: 700;
        background-color: #eebe00;
        color: #fff;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

        .write-review .title strong span, .comment-form-btn strong span {
            -webkit-transition: all .1s ease;
            -o-transition: all .1s ease;
            transition: all .1s ease;
        }

        .product-reviews-page .title strong:before, .comment-form-btn strong:before, .close-comment-form:before {
            display: inline-block;
            vertical-align: bottom;
            margin-right: 10px;
            font-size: 16px;
            text-transform: none;
            font-weight: normal;
            -webkit-transition: all .1s ease;
            -o-transition: all .1s ease;
            transition: all .1s ease;
        }

    .product-reviews-page .title .close-review-form, .comment-form-btn .close-comment-form {
        background-color: #e5e5e5;
        color: #8c8c8c;
        width: 0;
        max-width: 0;
        padding: 0;
        opacity: .4;
    }

        .product-reviews-page .title .close-review-form:before, .comment-form-btn .close-comment-form:before {
            content: "\76";
            color: #8c8c8c;
            font-size: 12px;
        }

.product-reviews-page .title .write-review-title:before {
    content: "\79";
    color: #fff;
    opacity: .6;
}

.product-reviews-page .title .close-review-form:hover {
    background-color: #eaeaea;
}

.product-reviews-page .title .write-review-title:hover {
    background-color: #e8af00;
}

.comment-form-btn .open-comment-form, .product-reviews-page .title .write-review-title {
    -webkit-transition: width .3s ease .3s, max-width .3s ease .3s, padding .3s ease .3s, opacity .3s ease .3s, background-color .2s ease 0s;
    -o-transition: width .3s ease .3s, max-width .3s ease .3s, padding .3s ease .3s, opacity .3s ease .3s, background-color .2s ease 0s;
    transition: width .3s ease .3s, max-width .3s ease .3s, padding .3s ease .3s, opacity .3s ease .3s, background-color .2s ease 0s;
    opacity: 1;
}

.comment-form-btn.open .open-comment-form, .product-reviews-page .title.open .write-review-title {
    width: 0;
    max-width: 0;
    padding: 0;
    opacity: .4;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.comment-form-btn .open-comment-form span, .comment-form-btn .open-comment-form:before, .product-reviews-page .title .write-review-title span, .product-reviews-page .title .write-review-title:before {
    opacity: 1;
}

.comment-form-btn.open .open-comment-form span, .comment-form-btn.open .open-comment-form:before, .product-reviews-page .title.open .write-review-title span, .product-reviews-page .title.open .write-review-title:before {
    opacity: 0;
}

.comment-form-btn.open .close-comment-form, .product-reviews-page .title.open .close-review-form {
    width: auto;
    max-width: 280px;
    padding: 0 25px;
    opacity: 1;
    -webkit-transition: width .3s ease .3s, max-width .3s ease .3s, padding .3s ease .3s, opacity .3s ease .3s, background-color .2s ease 0s;
    -o-transition: width .3s ease .3s, max-width .3s ease .3s, padding .3s ease .3s, opacity .3s ease .3s, background-color .2s ease 0s;
    transition: width .3s ease .3s, max-width .3s ease .3s, padding .3s ease .3s, opacity .3s ease .3s, background-color .2s ease 0s;
}

.comment-form-btn .close-comment-form:before, .comment-form-btn .close-comment-form span, .product-reviews-page .title .close-review-form span, .product-reviews-page .title .close-review-title:before {
    opacity: 0;
}

.comment-form-btn.open .close-comment-form:before, .comment-form-btn.open .close-comment-form span, .product-reviews-page .title.open .close-review-form span, .product-reviews-page .title.open .close-review-title:before {
    opacity: 1;
}

.write-review {
    margin: 0 0 50px;
    text-align: center;
}

.write-review-collapse {
    display: none;
    padding: 20px;
    max-width: 740px;
    margin: 0 auto;
    border-radius: 3px;
    border: 1px solid #eeeeee;
    background-color: #fff;
}

.write-review .form-fields {
    margin: 0 0 15px;
}

.write-review .review-rating {
    text-align: center;
    margin-top: 20px;
}

    .write-review .review-rating > label {
        display: block;
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: 700;
    }

.review-rating .tooltip {
    position: relative;
}

    .review-rating .tooltip:hover .tooltiptext {
        opacity: 1;
    }

.review-rating .tooltiptext {
    position: absolute;
    bottom: 100%;
    margin-bottom: 10px;
    background: #e5e5e5;
    left: 50%;
    padding: 8px 15px;
    border-radius: 3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: normal;
    color: #444;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .review-rating .tooltiptext:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-top-color: #e5e5e5;
        border-width: 8px;
        margin-left: -8px;
    }

.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}

.rating-options {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.write-review .rating-options * {
    float: left;
}

.write-review .rating-options input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.write-review .rating-options label {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-position: 0 0;
    background-size: contain;
    font-size: 0;
    cursor: pointer;
}

    .write-review .rating-options label:before, .write-review .rating-options input[type="radio"]:checked + label:before {
        display: inline-block;
        content: "\e900";
        color: #ffcd46;
        font-size: 25px;
        border: none;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        width: 25px;
        height: 25px;
        line-height: 1;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

.write-review .rating-options:hover label:before {
    color: #ffcd46 !important;
}

.write-review .rating-options:hover label:hover:before, .write-review .rating-options:hover input:checked ~ label:before, .write-review .rating-options input:checked ~ label:hover:before {
    color: #ffcd46;
}

.write-review .rating-options label:hover ~ label:before {
    color: #e0e0e0 !important;
}

.write-review .rating-options:hover input:checked ~ label:hover ~ label:before, .write-review .rating-options input:checked ~ label:hover ~ label:before, .write-review .rating-options input:checked ~ label ~ label:before {
    color: #e0e0e0;
}

.write-review .rating-options input:checked + label:before {
    -webkit-animation: stars .7s linear;
    animation: stars .7s linear;
}

.write-review .review-rating li.first {
    color: #ff4f60;
}

.write-review .product-review-links, .write-review .product-review-box {
    margin: 0 0 15px;
}

    .write-review .product-review-links a {
        font-size: 16px;
        color: #8c8c8c;
        font-weight: 700;
        -webkit-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease;
    }

        .write-review .product-review-links a:hover {
            color: #444;
        }

.write-review .captcha-box {
    margin: 15px 0 0;
}

.write-review .button-1 {
    display: block;
    border: none;
    padding: 0 25px;
    height: 45px;
    width: 100%;
    border-radius: 3px;
    background-color: #eebe00;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .write-review .button-1:hover {
        background-color: #e8af00;
    }

.product-reviews-page .result, .product-reviews-page .message-error {
    margin: 0 0 20px;
}

.product-review-list {
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    border-radius: 3px;
}

    .product-review-list:last-child {
        margin-bottom: 0;
    }

.product-review-item {
    border-bottom: 1px solid #e7e7e7;
    padding: 30px 20px;
    text-align: center;
    overflow: hidden;
}

    .product-review-item:last-child {
        border-bottom: 0;
    }

    .product-review-item .product-review-box {
        display: block;
        margin-bottom: 12px;
        margin: 0 0 5px;
    }

        .product-review-item .product-review-box .rating {
            margin: 0 auto;
        }

    .product-review-item .review-item-head {
        margin: 0 0 15px;
        text-align: center;
    }

    .product-review-item .review-title {
        font-size: 15px;
        font-weight: 400;
        color: #444;
    }

    .product-review-item .review-text {
        margin: 0 0 25px;
        font-size: 15px;
        color: #8c8c8c;
    }

.review-type-rating-ext .review-title {
    display: none;
}

.product-review-item .review-text:last-child {
    margin-bottom: 0;
}

.product-review-item .review-info {
    margin: 0 0 10px;
}

    .product-review-item .review-info .avatar {
        margin: 15px 0;
        font-size: 0;
    }

        .product-review-item .review-info .avatar a {
            display: block;
            font-size: 0;
            line-height: normal;
        }

    .product-review-item .review-info a, .product-review-item .review-info span span {
        display: inline-block;
        font-weight: 300;
        font-size: 17px;
        line-height: 18px;
        color: #8c8c8c;
        -webkit-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease;
    }

    .product-review-item .review-info .user, .product-review-item .review-info .user a {
        font-size: 17px;
        color: #8c8c8c;
    }

.product-review-helpfulness {
    margin-top: 30px;
}

.product-review-item .review-info a:hover {
    color: #444;
}

.product-review-item .review-info span span {
    font-size: 14px;
}

.product-review-item .review-info span {
    display: block;
    vertical-align: middle;
    line-height: 18px;
}

.product-review-item .review-info .separator {
    margin: 0 5px;
    font-size: 18px;
    font-weight: 300;
    visibility: hidden;
}

.product-review-item .review-info span label {
    display: none;
}

.product-review-helpfulness > span {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    color: #8c8c8c;
}

    .product-review-helpfulness > span:first-child {
        margin-top: 0;
    }

.newsletter_box {
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 15px -5px #6cacba;
    box-shadow: 0 5px 15px -5px #6cacba;
    margin: 30px 10px;
}

    .newsletter_box .newsletter_content {
        padding: 20px 20px 100px 20px;
        text-align: left;
        color: #FFF;
    }

        .newsletter_box .newsletter_content button {
            background-color: #43e087;
            border: none;
            padding: 0 30px;
            border-radius: 0 25px 25px 25px;
            color: #FFF;
            font-size: 16px;
            right: 0px;
            top: 0px;
            height: 40px;
            line-height: 40px;
            margin-top: 10px;
        }


#newsletterAnchor {
    position: absolute;
    top: -170px;
}

.newsletter_box .newsletter_title {
    color: #FFF;
    font-size: 34px;
    font-weight: bold;
    padding: 10px 0;
}

.newsletter_box .newsletter_subTitle {
    color: #FFF;
    font-size: 18px;
    padding: 20px 0;
}

.newsletter_box .newsletter_info {
    color: #FFF;
    font-size: 14px;
    padding: 10px 0;
}

.newsletter_box .newsletter_condition {
    font-size: 12px;
    padding: 20px 0;
}

.newsletter_box .newsletter_privacypolicy {
    font-size: 14px;
    padding: 20px 0;
}

.vote-stats > span {
    display: inline-block;
    margin: 0 3px;
}

.product-review-helpfulness .vote {
    display: inline-block;
    padding: 5px 5px 0 5px;
    font-size: 0;
    cursor: pointer;
}

    .product-review-helpfulness .vote:before {
        display: block;
        font-size: 20px;
        color: #8c8c8c;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .product-review-helpfulness .vote:hover:before {
        color: #97c300;
    }

    .product-review-helpfulness .vote:first-child:before {
        content: "\46";
    }

    .product-review-helpfulness .vote:last-child:before {
        content: "\47";
    }

    .product-review-helpfulness .vote:first-child:hover:before {
        content: "\e902";
    }

    .product-review-helpfulness .vote:last-child:hover:before {
        content: "\e901";
    }

.product-review-helpfulness .result {
    margin: 0 0 0 10px;
}

.product-review-item .reply {
    margin: 30px 0 0;
    padding: 15px;
    border-radius: 3px;
    background-color: #f6f6f6;
}

.product-review-item .reply-header {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 15px;
    color: #444;
}

.product-review-item .reply-text {
    font-size: 14px;
}

/********** WISHLIST & COMPARE LIST **********/
.wishlist-content {
    margin: 0 0 20px;
}

    .wishlist-content > .message-error {
        margin: 0 0 20px !important;
        text-align: center;
    }

    .wishlist-content .tax-shipping-info {
        margin: 0 0 30px;
        font-size: 15px;
        color: #444;
    }

    .wishlist-content .cart {
        margin-bottom: 30px;
    }

    .wishlist-content .buttons {
        font-size: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.update-wishlist-button, .email-a-friend-wishlist-button {
    position: relative;
    overflow: hidden;
}

    .update-wishlist-button span, .email-a-friend-wishlist-button span {
        position: relative;
        z-index: 1;
    }

    .update-wishlist-button:before {
    }

    .update-wishlist-button:hover:before {
        -webkit-animation: updating 1s linear infinite;
        animation: updating 1s linear infinite;
    }

    .update-wishlist-button:hover::after {
        height: 100%;
        opacity: .6;
        -webkit-transition: all .5s ease-in;
        -o-transition: all .5s ease-in;
        transition: all .5s ease-in;
    }

    .email-a-friend-wishlist-button:before {
        content: "\6d";
    }

    .email-a-friend-wishlist-button:hover:before {
        -webkit-animation: emailing .2s linear;
        animation: emailing .2s linear;
    }

.wishlist-page .share-info {
    margin: 70px -10px 50px;
    background-color: #f9f9f9;
    padding: 30px 20px;
}

.wishlist-page .share-label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #8c8c8c;
}

.wishlist-page .share-info a {
    display: block;
    font-size: 15px;
    color: #97c300;
}

.compare-products-page .page-body {
    text-align: center;
}

.compare-products-page .clear-list {
    position: relative;
    display: inline-block;
    padding: 0 25px;
    margin: 0 0 8px;
    font-weight: 700;
    border-radius: 3px;
    color: #8c8c8c;
    background-color: #f6f6f6;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .compare-products-page .clear-list span {
        position: relative;
        z-index: 1;
    }

    .compare-products-page .clear-list:before {
        content: "\5a";
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        margin-right: 10px;
        font-size: 20px;
        color: #8c8c8c;
        text-transform: none;
        font-weight: normal;
        -webkit-transition: all .2s ease !important;
        -o-transition: all .2s ease !important;
        transition: all .2s ease !important;
        z-index: 1;
    }

    .compare-products-page .clear-list:hover:before {
        -webkit-animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.290) both;
        animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.290) both;
    }

.compare-products-table {
    display: none;
}

.compare-products-mobile {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 -10px;
}

    .compare-products-mobile .compare-section > ul {
        padding: 17px 10px;
        text-align: left;
        overflow: hidden;
    }

    .compare-products-mobile .product {
        overflow: hidden;
    }

        .compare-products-mobile .product .item {
            position: relative;
        }

    .compare-products-mobile .product-name {
        padding-right: 40px;
        font-size: 15px;
        color: #444;
        font-weight: 700;
    }

    .compare-products-mobile .item {
        padding: 3px 10px;
    }

        .compare-products-mobile .item .picture, .compare-products-mobile .item img {
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
            max-width: 50px;
        }

        .compare-products-mobile .item .details, .compare-products-mobile .item > span, .compare-products-mobile .item > p {
            display: inline-block;
            vertical-align: middle;
            max-width: calc(100% - 63px);
            font-size: 15px;
            font-weight: 400;
            color: #8c8c8c;
        }

        .compare-products-mobile .item p {
            vertical-align: top;
            margin-bottom: 20px
        }

    .compare-products-mobile .title {
        padding: 15px 20px;
        font-size: 17px;
        color: #8c8c8c;
        font-weight: 300;
        background-color: #f6f6f6;
    }

.compare-section.product .title {
    display: none;
}

.compare-products-page .remove-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #f1f1f1;
    text-align: center;
    font-size: 0;
    border: none;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

    .compare-products-page .remove-button:hover {
        background-color: #e9e9e9;
    }

    .compare-products-page .remove-button:before {
        content: "\4d";
        display: block;
        color: #8c8c8c;
        font-size: 16px;
    }

.compare-products-mobile .remove-button {
    position: absolute;
    top: 8px;
    right: 5px;
    left: auto;
}

.compare-products-mobile .price .item span {
    font-size: 17px;
    font-weight: 700;
    color: #97c300;
}

.compare-products-page .attribute-squares {
    display: inline-block;
    vertical-align: middle;
}

.compare-products-page .attribute-square {
    margin: 0 auto;
}

.grenke-thanks-container {
    text-align: center;
    padding: 20px 0 40px 0;
}

    .grenke-thanks-container img {
        padding: 20px 0;
    }

.grenke-thanks-message1 {
    font-size: 36px;
    font-weight: bold;
}

.grenke-thanks-message2 {
    font-size: 24px;
    line-height: 24px;
    padding: 5px 0 10px 0;
}

.grenke-thanks-message3 {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0 30px;
}

.grenke-thanks-act1, .grenke-thanks-act2 {
    display: inline-block;
    width: 250px;
}

    .grenke-thanks-act1 a, .grenke-thanks-act2 a {
        color: #FFF;
    }


/*********** TOPICS ***********/
.topic-block {
    margin: 0 auto 30px;
    padding: 0 10px;
    /* text-align: center; */
}

.home-page .topic-block {
    margin: 0 0 30px;
}

.topic-block-title {
    margin: 0 0 10px;
}

    .topic-block-title h1 {
        font-weight: 700;
        color: #444;
    }

    .topic-block-title h2 {
        font-weight: bold;
    }

.topic-block-body p {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
}

.topic-block-body li {
    font-size: 15px;
    line-height: 2;
}

.topic-block a, .topic-page a {
    text-decoration: underline;
}

.topic-page .page-body {
    margin: 0 auto;
}

.topic-page ul, .topic-page ol {
    font-size: 15px;
    line-height: 1.5;
}

.home-page .topic-block {
    margin: 0 auto 50px;
    text-align: center;
}

.home-page .topic-block-title h2 {
    font-size: 28px;
    color: #444444;
}

.home-page .topic-block-body {
    padding: 0 10px;
}

.popup-window .topic-page {
    padding: 15px;
}

.not-found-page p {
    margin: 30px 0;
}

.topic-password {
    text-align: center;
}

.enter-password-title {
    margin: 0 0 20px;
    color: #8c8c8c;
    font-size: 15px;
}

.enter-password-form {
    display: inline-block;
    overflow: hidden;
}

    .enter-password-form input[type="password"] {
        float: left;
        width: calc(100% - 100px);
        height: 36px;
        border-radius: 3px 0 0 3px;
    }

    .enter-password-form button {
        float: left;
        width: 100px;
        height: 36px;
        border: none;
        border-radius: 0 3px 3px 0;
        padding: 0 20px;
    }

.password-error {
    margin: 0 0 10px;
}

/*********** CONTACT & EMAIL A FRIEND ***********/
.contact-page .form-fields, .email-a-friend-page .form-fields, .apply-vendor-page .form-fields {
    margin: 0 0 15px;
}

.contact-page .message-error, .email-a-friend-page .message-error, .apply-vendor-page .message-error {
    margin: 0 0 10px;
}

.contact-page .topic-block {
    margin-bottom: 40px;
}

.email-a-friend-page .title {
    margin: 0 0 30px;
    font-size: 16px;
}

    .email-a-friend-page .title h2 {
        font-size: 16px;
        font-weight: 300;
    }

    .email-a-friend-page .title a {
        color: #97c300;
    }

.apply-vendor-page .terms-of-service {
    margin: 30px 0;
}

.bb-code-editor-wrapper {
    margin-bottom: 5px;
}

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/

#modal_registration_result {
    z-index: 99999 !important;
}

    #modal_registration_result .form-control {
        margin: 10px;
    }

    #modal_registration_result .form-control {
        width: 200px;
    }

    #modal_registration_result h1 {
        padding: 10px 0px;
    }

.login-page .title strong, .registration-page .title strong {
    font-weight: 300;
    color: #8c8c8c;
}

.registration-page .page-title + .message-error {
    margin-bottom: 30px;
}

.gender span:first-child {
    display: inline-block;
    margin-right: 40px;
}

.gender label {
    display: inline-block;
    padding: 8px 0;
    width: auto !important;
    cursor: pointer;
    font-weight: 300;
}

.gender input:checked + label {
    color: #444;
}

.date-picker-wrapper {
    width: 100%;
}

.account-page .date-picker-wrapper select {
    width: calc(33% - 5px);
    margin-right: 5px;
}

.date-of-birth .date-picker-wrapper select {
    padding: 0 25px 0 10px;
    width: 23%;
}

    .date-of-birth .date-picker-wrapper select:nth-child(1) {
        border-radius: 20px 0 0 20px;
    }

    .date-of-birth .date-picker-wrapper select:nth-child(3) {
        border-radius: 0;
    }

    .date-of-birth .date-picker-wrapper select:nth-child(5) {
        border-radius: 0 20px 20px 0;
    }

.date-of-birth select + label + select {
    margin: 0 0 0 -1px;
}

#check-availability-button {
    display: block;
    border: none;
    border-radius: 3px;
    vertical-align: top;
    background-color: #f1f1f1;
    color: #8c8c8c;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 10px auto 0;
    height: 45px;
    font-size: 13px;
    font-weight: 700;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

    #check-availability-button:hover {
        background-color: #eaeaea;
    }

#username-availabilty {
    display: block;
    margin: 5px 0 0;
    text-align: center;
    font-size: 13px;
}

    #username-availabilty:empty {
        display: none;
    }

.login-page .forgot-password {
    text-align: center;
}

    .login-page .forgot-password a, .sign-up {
        font-size: 12px;
        /* color: #818687; */
    }

.vat-status, .vat-note {
    display: block;
    margin: 5px 0 0;
    text-align: center;
    font-size: 12px;
    white-space: normal;
}

.inputs.accept-consent {
    text-align: center;
}

    .inputs.accept-consent .read {
        margin-left: 5px;
        font-size: 15px;
        color: #97c300;
        cursor: pointer;
        clear: none;
        -webkit-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease;
    }

.center-2 .product-list .item-box .buttons .button-2:hover {
    background-color: #e8af00;
}

.email-a-friend-page .button-1:only-child, .contact-page .buttons .button-1:only-child, .forum-edit-page .button-1:only-child, .registration-page .button-1:only-child, .apply-vendor-page .button-1:only-child {
    width: 100%;
}

.forum-edit-page .buttons, .private-message-send-page .buttons, .move-topic-page .buttons {
    font-size: 0;
}

    .forum-edit-page .buttons button, .private-message-send-page .buttons button, .move-topic-page .buttons button {
        width: 49%;
        margin: 0 0 0 2%;
    }

        .forum-edit-page .buttons button:nth-child(2n+1), .private-message-send-page .buttons button:nth-child(2n+1), .move-topic-page .buttons button:nth-child(2n+1) {
            margin-left: 0;
        }

.account-page .button-1, .return-request-page .button-1, .user-agreement-page .button-1 {
    width: auto;
}

.account-page .save-customer-info-button {
    min-width: 100px !important;
}

.registration-result-page .result {
    margin: 0 0 30px;
    color: #8c8c8c;
}

.login-page .in-header-register {
    display: none;
}

.login-page {
}

    .login-page .social-block {
        /* background-color: #00516300; */
        position: relative;
        padding: 10px;
        /* margin-top: 14px; */
        text-align: center;
    }

    .login-page .page-title h1, .registration-page .page-title h1 {
        text-align: center !important;
        /* width: 100%; */
        display: inline-block;
    }

    .login-page .customer-blocks {
        margin: 0 0 50px;
    }

        .login-page .customer-blocks:after {
            content: "";
            display: block;
            clear: both;
        }

        .login-page .customer-blocks + .topic-block {
            margin-bottom: 50px;
        }

.registration-page .page-body, .email-a-friend-page .page-body form, .contact-page .page-body form, .apply-vendor-page .page-body form, .forum-edit-page .page-body, .password-recovery-page .page-body, .private-message-send-page .page-body, .move-topic-page .page-body {
    max-width: none;
    margin-bottom: 0;
}

.registration-page, .email-a-friend-page, .contact-page, .apply-vendor-page, .forum-edit-page, .password-recovery-page, .private-message-send-page, .move-topic-page {
    max-width: 800px;
    margin: 0 auto;
}

    .email-a-friend-page .page-body form, .contact-page .page-body form, .apply-vendor-page .page-body form, .forum-edit-page .page-body, .form-style, .password-recovery-page .page-body, .private-message-send-page .page-body, .move-topic-page .page-body {
        padding: 40px 20px;
    }

    .login-page .title, .registration-page .title {
        margin: 0;
        padding: 18px;
        font-size: 18px;
        color: #8c8c8c;
        background-color: #f9f9f9;
        border-radius: 3px 3px 0 0;
        text-align: center;
    }

.login-page .topic-block-title h2 {
    color: #444;
}

.title + .message-error {
    margin: 20px 20px 0;
}

.login-page .title strong {
    font-weight: 300;
}

.login-page .text {
    padding: 30px 20px 20px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #8c8c8c;
}

.new-wrapper .text:before {
    content: "\79";
    display: block;
    margin-bottom: 15px;
    font-size: 55px;
    line-height: initial;
    color: #c6c6c6;
}

.returning-wrapper .form-fields, .registration-page .form-fields {
    /* padding: 30px 20px 20px; */
}

label[for="Newsletter"], .inputs.accept-consent label {
    clear: none;
}

.login-page .buttons, .registration-page .buttons {
    padding: 10px 20px 20px;
}

.login-page .inputs.reversed label, .login-page .inputs.reversed span {
    margin: 0;
    width: auto;
    font-size: 13px;
    /*reset zeroing*/
    color: #8c8c8c;
    font-weight: 400;
}

.login-page .inputs.reversed label {
    float: left;
    clear: none;
}

.login-page .inputs.reversed span {
    float: right;
    clear: none;
}

.login-page .inputs.reversed a:hover {
    color: #444;
}

.login-page .inputs.reversed input[type="checkbox"] + label:before {
    vertical-align: bottom;
}

.login-page .returning-wrapper .external-authentication {
    clear: both;
}

.login-page .external-authentication > * {
    /* padding: 30px 0; */
    text-align: center;
}

.login-page .external-authentication .buttons {
    margin: 0;
    padding: 0;
}

.external-authentication .title {
    display: none;
}

.password-recovery-page .tooltip {
    margin: 0 0 20px;
    font-size: 15px;
    color: #8c8c8c;
    line-height: 1.5;
}

.password-recovery-page .result {
    font-weight: bold;
    padding: 20px;
    font-size: 22px;
    color: #6cacba;
}

.select-navigation {
    padding: 20px;
    background-color: #f6f6f6;
    text-align: center;
}

    .select-navigation select {
        background-color: #fff;
        width: 300px;
    }

.account-page .data-table {
    text-align: center;
    border: 1px solid #bee2e6;
    border-radius: 0 20px;
    overflow: hidden;
    margin: 10px -10px;
    padding-bottom: 20px;
}

.account-page .fieldset {
    margin-bottom: 40px;
}

.registration-page .fieldset {
    /* margin-bottom: 20px; */
}

.account-page .section > .title, .reward-points-overview, .forum-subscriptions-page .description {
    text-align: center;
}

.account-page .title {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
}

    .account-page .title strong {
        font-size: 18px;
        font-weight: bold;
    }

.customer-info-page .page-body, .change-password-page .page-body, .check-gift-card-balance-page .page-body, .avatar-page .page-body, .address-edit-page .page-body, .vendorinfo-page .page-body {
    padding: 10px;
    max-width: 740px;
    margin: 0 auto;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    background-color: #f9f9f9;
}

.account-page .inputs {
    text-align: left;
}

.account-page .button-2 {
    border: none;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    vertical-align: top;
    background-color: #6cacba;
    font-size: 13px;
    border-radius: 0 0 25px 0;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

    .account-page .button-2:hover {
        background-color: #21A08A;
    }

    .account-page .button-2.return-items-button {
        display: block;
        width: auto;
        height: auto;
        margin: 20px auto 0;
        padding: 0;
        background-color: transparent;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        .account-page .button-2.return-items-button:before {
            content: "\4f";
            display: inline-block;
            vertical-align: bottom;
            margin-right: 10px;
            font-size: 14px;
            color: #8c8c8c;
            text-transform: none;
            font-weight: normal;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
        }

        .account-page .button-2.return-items-button:hover, .account-page .button-2.return-items-button:hover:before {
            color: #97c300;
        }

.account-page .edit-address {
    margin: 0 0 20px;
}

.account-page .description, .reward-points-overview, .result {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
}

.circleRewardPoints {
    margin: 50px 0;
}

    .circleRewardPoints:after {
        position: absolute;
        display: block;
        content: "";
        width: 4px;
        height: 40px;
        left: calc(50% - 2px);
        top: 0;
        background-color: #FFF;
    }

.reward-points-overview .pointContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reward-points-overview .pointBlock-1 {
    width: 40px;
    background-color: #0a758c;
    height: 90px;
}

    .reward-points-overview .pointBlock-1.checkPoint {
        background-color: #43e087;
    }

.reward-points-overview .pointBlock-2 {
    width: 160px;
}

.reward-points-overview .pointBlock-title {
    color: #43e087;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
}

.reward-points-overview .pointBlock-content {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #0a758c;
}

    .reward-points-overview .pointBlock-content > div {
        text-align: left;
        font-weight: normal;
        font-size: 16px;
        padding-top: 5px;
    }

        .reward-points-overview .pointBlock-content > div span {
            background-color: #43e087;
            color: #FFF;
            border-radius: 50%;
        }

        .reward-points-overview .pointBlock-content > div a {
            position: absolute;
            right: 0;
            top: 5px;
        }

.circleRewardPoints canvas {
    -webkit-box-shadow: 5px 5px 35px -10px #43e087;
    box-shadow: 5px 5px 35px -10px #43e087;
    border-radius: 50%;
}

.circleRewardPoints > div {
    position: absolute;
    top: 80px;
    left: calc(50% - 90px);
    text-align: center;
    color: #0a758c;
    font-size: 14px;
    font-weight: bold;
    width: 180px;
}

    .circleRewardPoints > div span {
        font-size: 16px;
        font-weight: bold;
    }

.circleRewardPoints strong {
    line-height: 40px;
    font-size: 48px;
    color: #43e087;
    display: block;
    padding: 15px 0;
}

.result {
    text-align: center;
}

.order-list, .address-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 10px;
}

.address-item, .add-button, .order-item, .request-item {
    padding: 10px 10px 120px 10px;
    background-color: #fff;
    border: 1px solid #bee2e6;
    border-radius: 0 20px;
    width: calc(33% - 5px);
    text-align: center;
    overflow: hidden;
}

.address-item-default {
    background-color: #0a758b1c;
}

.add-button:before {
    display: block;
    margin-bottom: 40px;
    content: "\ef3a";
    font-size: 100px;
    color: #6cacba;
    text-align: center;
    padding: 30px;
}

.address-item .title, .order-item .title, .request-item .title {
    margin-bottom: 12px;
    color: #444;
}

    .address-item .title strong, .order-item .title strong, .request-item .title strong {
        font-size: 22px;
        color: #005163;
        font-weight: bold;
    }

.email-to-revalidate, .email-to-revalidate-note {
    display: inline-block;
    margin: 10px 5px;
    vertical-align: top;
    font-size: 12px;
    /*reset zeroing*/
    white-space: normal;
}

.address-item .info, .order-item .info {
    margin: 0 0 30px;
    text-align: left;
}

.address-item li, .order-item li, .request-item li {
    margin-bottom: 3px;
    font-size: 16px;
    color: #567a7a;
    font-weight: normal;
    line-height: 1.3;
}

.address-list-page .info li > label, .order-list-page .info li > label {
    display: none;
}

.address-item .name, .address-item .email {
    font-weight: 700;
    font-size: 16px;
    color: #444;
}

.address-item .email {
    margin-bottom: 10px;
}

.button-2.edit-address-button, .button-2.delete-address-button {
    border: none;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    background-color: #f1f1f1;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}

.button-2.edit-address-button {
    background-image: url('../img/edit-icon.png');
}

.button-2.delete-address-button {
    background-image: url('../img/delete-icon.png');
}

.return-request-list-page a {
    font-weight: bold;
    color: #444;
}

.return-request-list-page .comments {
    margin: 15px 0 0;
}

.user-agreement-page .terms-of-agreement {
    margin: 0 0 20px;
    text-align: center;
}

.reward-points-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.avatar-page .message-error {
    margin: 0 0 10px;
}

.avatar-page .fieldset {
    margin: 0 auto 30px;
    text-align: center;
}

.avatar-page .image {
    margin: 0 0 10px;
}

.account-page .button-1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    /*padding: 0 15px 0 40px;*/
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-page #btnDeleteUser {
    border: none;
    /* height: 30px; */
    /* padding: 0 10px; */
    /* border-radius: 0 25px 25px 25px; */

    background-color: #ffffff;
    color: #989898;
    /* font-weight: 700; */
    /* text-transform: uppercase; */

    font-size: 12px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    line-height: 0px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    text-decoration: underline;
}

    .account-page #btnDeleteUser span {
        font-size: 15px;
    }

.account-page .order-list .button-1,
.account-page .address-list .button-1 {
    background-color: #FFF;
    color: #6cacba;
    border: 1px solid #6cacba;
    letter-spacing: 0;
}

.account-page .button-1 span {
    /* position: absolute;
    left: 10px;*/
    top: 6px;
}

.avatar-page .info {
    margin: 0 0 30px;
    font-size: 15px;
    color: #959595;
    text-align: center;
}

.account-page.avatar-page .buttons {
    text-align: center;
}

.avatar-page .upload-image {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .avatar-page .upload-image + label {
        display: inline-block;
        cursor: pointer;
    }

    .avatar-page .upload-image.valid + label {
        background-color: #97c300;
        color: #fff;
    }

        .avatar-page .upload-image.valid + label:hover {
            background-color: #5c7600;
        }

        .avatar-page .upload-image.valid + label:before {
            content: "\30";
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
            color: #fff;
            text-transform: lowercase;
            font-size: 13px;
        }

    .avatar-page .upload-image:focus + label, .avatar-page .upload-image + label:hover {
        background-color: #eaeaea;
    }

.vendorinfo-page .vendor-picture {
    margin: 10px 0 0;
    text-align: center;
}

    .vendorinfo-page .vendor-picture img {
        display: block;
        margin: 0 auto 10px;
    }

.reward-points-history {
    margin-bottom: 0;
}

.gdpr-tools-page .form-fields + .buttons {
    margin-top: 30px;
}

.check-gift-card-balance-page .captcha-box {
    margin-bottom: 25px;
}

/********** SHOPPING CART **********/
.order-progress {
    margin: 0 0 40px;
    text-align: center;
}

    .order-progress ul {
        font-size: 0;
    }

    .order-progress li {
        display: inline-block;
    }

    .order-progress a {
        position: relative;
        width: 50px;
        height: 50px;
        display: block;
        font-size: 0;
        /*reset zeroing*/
    }

        .order-progress a:before {
            content: "";
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 15px;
            height: 15px;
            background-color: #eee;
            border-radius: 50%;
            border: 0;
            color: #fff;
            -webkit-box-shadow: none;
            box-shadow: none;
            z-index: 1;
            -webkit-transition: all .5s ease 0s, color .4s ease .4s;
            -o-transition: all .5s ease 0s, color .4s ease .4s;
            transition: all .5s ease 0s, color .4s ease .4s;
        }

    .order-progress .active-step.last a:before {
        content: "\64";
        font-size: 20px;
        text-indent: -2px;
        background-color: #fff;
        width: 50px;
        height: 50px;
        color: #8e8e8e;
        line-height: 43px;
        text-align: center;
        font-weight: normal;
        text-transform: none;
        border: 3px solid #97c300;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
        box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    }

    .order-progress a:after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        height: 3px;
        background-color: #eee;
        z-index: 0;
    }

    .order-progress li:first-child a:after, .order-progress li:last-child a:after {
        width: 50%;
    }

    .order-progress li:first-child a:after {
        right: 0;
        left: auto;
    }

    .order-progress .active-step a {
        cursor: pointer;
    }

    .order-progress .active-step:not(.last) a:hover:before {
        background-color: #97c300;
        width: 20px;
        height: 20px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .order-progress li.inactive-step a {
        cursor: default;
    }

.cart-errors #checkout {
    pointer-events: none;
    opacity: .3;
}

.checkout-buttons .button-3 {
    width: 100%;
    font-size: 15px;
}

    .checkout-buttons .button-3 span {
        top: 5px;
    }

.empty-shopping-cart {
    text-align: center;
    font-size: 35px;
    color: #0a758c;
}

    .empty-shopping-cart span {
        font-size: 258px;
        text-shadow: 6px 6px 14px #0a758c80;
        color: #0a758c;
        display: block;
        padding: 10px;
    }

    .empty-shopping-cart a {
        text-align: center;
        font-size: 18px;
        margin: 30px auto;
        text-transform: none;
        display: block;
        width: 210px;
    }

    .empty-shopping-cart img {
        width: 100%;
        max-width: 640px;
        display: block;
        margin: auto;
    }


#checkout-step-shipping select {
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    padding: 0 10px;
}

.wishlist-page .buttons button,
.shopping-cart-page .common-buttons button,
.shopping-cart-page .cart-collaterals .button-2,
.checkout-page .button-2,
.order-details-page .page-title a,
.order-details-page .repost .button-2 {
    display: block;
    border: none;
    line-height: 20px;
    padding: 10px 15px;
    background-color: #005163;
    border-radius: 0 20px 20px 20px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    cursor: pointer;
    letter-spacing: 1px;
    white-space: nowrap;
}

.order-details-page .page-title a {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

    .shopping-cart-page .common-buttons button:hover,
    .shopping-cart-page .cart-collaterals .button-2:hover,
    .checkout-page .button-2:hover,
    .order-details-page .page-title a:hover,
    .order-details-page .repost .button-2:hover {
        color: #43E087;
    }

.shopping-cart-page .common-buttons {
    margin-bottom: 50px;
    font-size: 0;
}

    .shopping-cart-page .common-buttons button {
        position: relative;
        margin: 0 10px;
    }

        wishlist-page button:before,
        .shopping-cart-page .common-buttons button:before, .wishlist-content .button-2:before {
            position: relative;
            display: inline-block;
            vertical-align: bottom;
            margin-right: 10px;
            font-size: 20px;
            color: #FFF;
            font-weight: normal;
            text-transform: none;
            -webkit-transition: all .2s ease !important;
            -o-transition: all .2s ease !important;
            transition: all .2s ease !important;
            z-index: 1;
        }

.continue-shopping-button:before {
    content: "\e8cc";
}

.continue-shopping-button:hover:before {
    color: #43E087 !important;
}

.update-wishlist-button:before {
    content: "\e86a";
}

.wishlist-add-to-cart-button:before {
    content: "\e8cc";
}

.update-cart-button:before {
    content: "\e86a";
}

.clear-cart-button:before {
    content: "\e16c";
}

.clear-cart-button:hover:before {
    color: #43E087 !important;
}

.clear-cart-button span, .update-cart-button span {
    position: relative;
    z-index: 1;
}

.update-cart-button:hover:before {
    -webkit-animation: updating 1s linear infinite;
    animation: updating 1s linear infinite;
    color: #43E087 !important;
}

.shopping-cart-page .product-grid {
    clear: both;
    float: left;
    width: 100%;
    margin: 70px 0 0;
}

.remove-discount-button, .remove-gift-card-button {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: none;
    background: #f1f1f1 url('../img/close.png') center no-repeat;
    cursor: pointer;
    position: absolute;
    right: 0;
}

    .remove-discount-button:hover, .remove-gift-card-button:hover {
        background-color: #e9e9e9;
    }

.shopping-cart-page .message-error {
    font-size: 13px;
    padding: 10px 20px;
    background-color: #C00;
    margin-top: 10px;
    border-radius: 20px;
    text-transform: uppercase;
    display: block;
    color: #FFF;
    text-align: center;
}

.shopping-cart-page .order-summary-content > .message-error {
    text-align: center;
}

.zenickstar-block {
    background-color: #F0F7F8;
    padding: 0 0 20px;
    margin: 0 0 20px;
    text-align: left;
}

    .zenickstar-block ul {
        padding: 0 20px;
        margin: 10px 0;
    }

        .zenickstar-block ul li {
            padding: 2px 10px;
            height: 35px;
            text-align: left;
        }

            .zenickstar-block ul li.disabled {
                opacity: .5;
            }

            .zenickstar-block ul li label {
                padding: 0;
                overflow: hidden;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 100%;
            }

                .zenickstar-block ul li label b {
                }

    .zenickstar-block .checkmark ~ label {
        left: 25px;
        width: calc(100% - 25px);
    }

    .zenickstar-block .title {
        position: relative;
        display: block;
        height: 60px;
        padding: 0 10px;
        line-height: 60px;
        color: #0A758C;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        background-color: #F0F7F8;
        border-radius: 3px 3px 0 0;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease;
        border-top: 1px solid #0A758C;
    }

    .zenickstar-block .hint {
        padding: 10px 20px;
        font-size: 14px;
    }

        .zenickstar-block .hint b {
            color: #0A758C;
            font-size: 18px;
        }

.cart-options {
    margin: 0;
    text-align: center;
}

    .cart-options > *:last-child {
    }

    .cart-options .common-buttons {
        font-size: 0;
    }

        .cart-options .common-buttons button {
            min-width: 150px;
            margin: 0 5px 5px;
        }

    .cart-options .checkout-attributes {
        text-align: left;
    }

        .cart-options .checkout-attributes dl {
            max-width: 400px;
            margin: 10px auto 0;
        }

        .cart-options .checkout-attributes dt {
            margin: 0 0 10px;
            font-weight: bold;
            font-size: 18px;
        }

        .cart-options .checkout-attributes dd {
            margin: 0 0 15px;
        }

        .cart-options .checkout-attributes li {
            line-height: 24px;
        }

.section.options {
    margin-bottom: 3px;
}

.checkout-attributes, .selected-checkout-attributes {
    padding: 30px 20px;
    border-radius: 3px;
    background-color: #F0F7F8;
    font-size: 15px;
    color: #444;
}

.cart-sticky {
    position: sticky;
    top: 150px;
}

.cart-footer .total-info .service-cost {
    display: none;
}

.discount-total {
    background-color: #f0f7f8;
}

.cart-footer .total-info:only-child {
    margin: 0;
}

.totals {
    background-color: #FFF;
    border-radius: 0 0 50px 50px;
    -webkit-box-shadow: 0 0 15px 5px #F0F7F8;
    box-shadow: 0 0 15px 5px #F0F7F8;
    border-radius: 25px 0 25px 0;
    margin-bottom: 20px;
}

.details-totals {
}

.details-total-sticky {
    background-color: #FFF;
    -webkit-box-shadow: 0 0 15px 5px #f0f7f8;
    box-shadow: 0 0 15px 5px #f0f7f8;
    border-radius: 25px 0 25px 0;
    position: sticky;
    top: 0;
    padding: 10px;
}

.totals-block {
    padding: 20px 10px;
    text-align: center;
}

.checkout-page .cart-footer .totals {
    position: sticky;
    top: 200px;
}

.checkout-page .discountAndZencikPointMessage {
    padding: 10px;
    background-color: #f0f7f8;
    border-radius: 0 0 20px 0;
    text-align: center;
    font-size: 16px;
}

    .checkout-page .discountAndZencikPointMessage > div {
        text-align: justify;
        padding: 10px;
    }

.totals > div {
}

.cart-total td {
    width: 50%;
    padding: 5px;
    color: #444;
    font-weight: 400;
}

    .cart-total td label {
        color: #444;
        font-weight: 400;
        line-height: 18px;
    }

.order-total td label {
    font-size: 18px;
}

.order-total td span {
    font-size: 18px;
    color: #0a758c !important;
    font-weight: 700;
}

.cart-total-left {
    text-align: left;
}

.cart-total-right {
    text-align: right;
}

.order-infobox .cart-total-left label {
    color: #0a758c;
    font-weight: bold;
}

.order-infobox .cart-total-right span {
    color: #0a758c;
    font-weight: bold;
}

.cart-total .order-total {
    font-size: 16px;
    color: #97c300;
    border-top: 2px solid #f0f7f8;
}

.terms-of-service {
    margin: 0 0 30px;
    text-align: center;
}

    .terms-of-service input[type="checkbox"] + label {
        display: inline;
        cursor: pointer;
        font-weight: 400;
        font-size: 16px;
    }

        .terms-of-service input[type="checkbox"] + label:before {
            vertical-align: middle;
        }

    .terms-of-service .read {
        margin: 0 0 0 3px;
        font-size: 15px;
        font-weight: 400;
        cursor: pointer;
        color: #97c300;
    }

        .terms-of-service .read:hover {
            color: #7c9a16;
        }

.cart-footer .addon-buttons > img:first-child, .cart-footer .addon-buttons > p:first-child {
    margin: 20px 0 0;
}

.cart-collaterals {
    max-width: 100%;
}

    .cart-collaterals > div {
        border-radius: 3px;
        overflow: hidden;
    }

    .cart-collaterals > .collaterals-shipping {
        display: none;
    }

    .cart-collaterals > div > .title {
        position: relative;
        display: block;
        min-height: 60px;
        padding: 0 30px 0 10px;
        margin: 0;
        line-height: 60px;
        color: #0A758C;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        background-color: #F0F7F8;
        border-radius: 3px 3px 0 0;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease;
    }

        .cart-collaterals > div > .title a {
            display: block;
            margin: 0 -20px;
            padding: 0 20px;
        }

        .cart-collaterals > div > .title:hover {
            color: #43e087 !important;
        }

        .zenickstar-block .title:before, .cart-collaterals > div > .title:before {
            content: "\e5cf";
            position: absolute;
            display: inline-block;
            top: 50%;
            right: 10px;
            font-size: 24px;
            color: #0A758C !important;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            text-transform: none;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

    .zenickstar-block .title.open:before, .cart-collaterals .deals .title.open:before {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .cart-collaterals > div > .list {
        display: none;
        padding: 30px 20px;
    }

    .cart-collaterals .title {
        margin: 0 0 10px;
        font-size: 18px;
        color: #444;
    }

    .cart-collaterals .hint {
        margin: 0 0 20px;
        font-size: 15px;
        color: #8c8c8c;
    }

    .cart-collaterals .coupon-code {
        overflow: hidden;
        font-size: 0;
    }

        .cart-collaterals .coupon-code input[type="text"], .cart-collaterals .coupon-code input[type="email"], .cart-collaterals .coupon-code input[type="tel"] {
            width: 99%;
            height: 40px;
            border-radius: 30px;
            border: 1px solid #0A758C;
            color: #0A758C;
            line-height: 40px;
        }

        .cart-collaterals .coupon-code button.button-2 {
            background-color: #0A758C;
            color: #FFF;
            position: absolute;
            right: 0px;
            top: 0px;
            border-radius: 25px;
            letter-spacing: 1px;
        }

    .cart-collaterals .message-failure {
        margin: 5px 0 0;
        color: #ff4f60;
        font-size: 13px;
        font-weight: 700
    }

    .cart-collaterals .message-success {
        margin: 10px 0 0;
        color: #18c139;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
    }

    .cart-collaterals .current-code {
        margin: 0;
        font-size: 14px;
        padding: 10px 0;
    }

.coupon-code + .current-code {
    margin-top: 10px;
}

.cart-collaterals .shipping-results {
    margin: 30px 0 0;
}

    .cart-collaterals .shipping-results li {
        margin: 10px 0 0;
        font-size: 14px;
        color: #8c8c8c;
    }

        .cart-collaterals .shipping-results li strong {
            color: #444;
        }

        .cart-collaterals .shipping-results li:first-child {
            margin-top: 0;
        }

    .cart-collaterals .shipping-results .option-description {
        font-weight: 400;
    }

.coupon-box + .giftcard-box, .shipping-options .buttons {
    margin-top: 30px;
}

.estimate-shipping-result {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #ff4f60;
}

.completed-order {
    margin: auto;
    text-align: center;
}

    .completed-order span.ico1, .completed-order span.ico2 {
        font-size: 258px;
        text-shadow: 6px 6px 14px #0a758c80;
        color: #0a758c;
        display: block;
        padding: 10px;
    }

    .completed-order span.ico1 {
        position: absolute;
        top: -160px;
        left: 70px;
    }

/********** CHECKOUT **********/
.checkout-page .section {
}

.section.order-completed {
    margin: 100px auto 0;
}

.checkout-page #checkout-step-shipping .section.select-shipping-address {
    padding: 30px 0 0;
}

.checkout-page .section .title {
    margin: 0 0 30px;
    text-align: center;
    display: none;
}

.checkout-page .add-button:before {
    content: none;
    display: none;
}

.checkout-page .select-billing-address > .title {
    display: none;
}

.checkout-page .order-summary > .title strong {
    font-size: 24px;
    font-weight: 700;
}

.checkout-page .min-amount-warning {
    display: block;
    margin: 0 0 25px;
    text-align: center;
    font-size: 13px;
    color: #ff4f60;
    font-weight: 700;
}

.ship-to-same-address, .pickup-in-store {
    text-align: center;
}

    .ship-to-same-address input[type="checkbox"] + label, .pickup-in-store input[type="checkbox"] + label {
        /* font-weight: 700; */
        /* color: #444; */
    }

    .pickup-in-store .description {
        margin: 10px 0 0;
        font-size: 15px;
        color: #8c8c8c;
        font-weight: 400;
    }

.pickup-points .message-error {
    text-align: center;
    margin: 20px 0 !important;
}

.checkout-page .address-grid {
    overflow: hidden;
    font-size: 0;
}

.address-grid > div {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.checkout-page .message-error {
    text-align: center;
    margin-top: 25px;
}

.checkout-page .multiple-locations {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
    color: #97c300;
}

.checkout-page .add-button .btn-holder:before {
    display: block;
    margin-bottom: 40px;
    content: "\55";
    font-size: 100px;
    color: #8e8e8e;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.checkout-page .add-button .btn-holder.open:before {
    color: #97c300;
}

.checkout-page .add-button .enter-address {
    display: none;
}

.checkout-page .btn-holder {
    position: relative;
    padding-bottom: 45px;
}

    .checkout-page .btn-holder label {
        position: absolute;
        display: inline-block;
        top: auto;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        line-height: 45px;
        max-width: 280px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

.add-button .btn-holder .open-address-form {
    -webkit-transition: width .3s ease .3s, max-width .3s ease .3s, padding .3s ease .3s, opacity .3s ease .3s, background-color .2s ease 0s;
    -o-transition: width .3s ease .3s, max-width .3s ease .3s, padding .3s ease .3s, opacity .3s ease .3s, background-color .2s ease 0s;
    transition: width .3s ease .3s, max-width .3s ease .3s, padding .3s ease .3s, opacity .3s ease .3s, background-color .2s ease 0s;
    opacity: 1;
}

.add-button .btn-holder.open .open-address-form {
    max-width: 0;
    padding: 0;
    opacity: .4;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.checkout-page .btn-holder .close-address-form {
    max-width: 0;
    padding: 0;
    opacity: .4;
}

.add-button .btn-holder.open .close-address-form {
    max-width: 280px;
    padding: 0 25px;
    opacity: 1;
    -webkit-transition: width .3s ease .3s, max-width .3s ease .3s, padding .3s ease .3s, opacity .3s ease .3s, background-color .2s ease 0s;
    -o-transition: width .3s ease .3s, max-width .3s ease .3s, padding .3s ease .3s, opacity .3s ease .3s, background-color .2s ease 0s;
    transition: width .3s ease .3s, max-width .3s ease .3s, padding .3s ease .3s, opacity .3s ease .3s, background-color .2s ease 0s;
}

.checkout-page .address-box {
    margin: 0 0 25px;
}

.checkout-page .address-item li {
    padding: 2px 0;
}

    .checkout-page .address-item li.name {
        margin: 0;
    }

    .checkout-page .address-item li.country {
        margin: 5px 0 0;
        font-size: 16px;
    }

.checkout-page .pickup-points .title {
    display: none;
    margin: 0 0 40px;
}

.checkout-page .select-pickup-point {
    text-align: center;
}

    .checkout-page .select-pickup-point li {
        display: inline-block;
        margin: 0 5px;
        font-size: 15px;
        color: #444;
        font-weight: 700;
    }

.checkout-page .select-address select {
    max-width: 100%;
}

.checkout-page .pickup-points-map {
    height: 300px;
    margin: 20px 0 0;
}

.payment-details {
    padding-right: 20px;
}

#checkout-step-payment-info .payment-details {
    padding: 10px 10px 10px 120px;
}

.payment-logo {
    padding: 10px;
}

    .payment-logo img {
        max-width: 100px;
    }

#checkout-step-payment-info .payment-logo {
    position: absolute;
    left: 10px;
    top: 12px;
}

.sp-checkout-installments {
    font-size: 10px !important;
}

.payment-selection {
    padding: 0 10px;
}

.payment-details-infoblock {
}

    .payment-details-infoblock .topic-block {
        text-align: left;
        border-left: 1px solid #f0f7f8;
        margin: 0;
        -webkit-box-shadow: -10px 0 15px -15px #6cacba;
        box-shadow: -10px 0 15px -15px #6cacba;
        padding: 20px;
    }

.shipping-method .method-list {
    margin: auto -40px;
}

#payment-method-block {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 30px 0px;
}

    #payment-method-block > li {
        padding: 5px;
        text-align: left;
        margin: 5px 10px;
    }

        #payment-method-block > li > div {
            padding: 10px;
            background-color: #FFF;
            border: 2px solid #bee2e6;
            height: 100%;
            border-radius: 15px;
            margin: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            flex-wrap: wrap;
        }

.textnote {
    display: block;
    width: 100%;
    padding: 10px 90px 10px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: -o-linear-gradient(left, transparent 49px, #abced4 49px, #abced4 51px, transparent 51px), -o-linear-gradient(#D0D0D0 1px, transparent 1px);
    background-image: linear-gradient(90deg, transparent 49px, #abced4 49px, #abced4 51px, transparent 51px), linear-gradient(#D0D0D0 1px, transparent 1px);
    background-size: 100% 24px;
    background-position-y: 10px;
    line-height: 24px;
    min-height: 70px;
    border-radius: 20px 20px 0 20px;
}

#orderNotes {
    padding-top: 35px;
    min-height: 95px;
}

.shippingSegmentNoteCopy, .orderNotesCopy {
    position: absolute;
    top: 12px;
    left: 0;
    max-width: calc(100% - 60px);
    display: inline-block;
    margin-left: 60px;
    line-height: 23px;
    padding: 0 10px;
    background-color: #F0F7F8;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #6CACBA;
    z-index: 1;
}

.orderNotesCopy {
    top: 52px;
}

.shippingSegmentNoteCopy ~ .shippingSegmentNote .textnote {
    padding-top: 35px;
    min-height: 95px;
    width: 100% !important;
}

.shipping-method .method-list li, .payment-method .method-list li {
    position: relative;
    text-align: center;
    display: block;
}


.shipping-method .method-list > li:before,
.shipping-method .method-list > li:after {
    content: "";
    position: absolute;
    top: 15px;
    height: 2px;
    background-color: #0a758c;
    left: 0;
    right: calc(50% + 110px);
    z-index: 0;
}

.shipping-method .method-list li:after {
    left: calc(50% + 110px);
    right: 0;
}

.shipping-method .method-list li label,
.payment-method .method-list li label {
    font-size: 20px;
    color: #0a758c;
    font-weight: bold;
    line-height: 26px;
}

.shipping-method .method-list li .product-col-ser label {
    font-size: 16px;
    display: block;
    width: calc(100% - 10px);
}

.shipping-method .method-list li .itemProduct label {
    font-size: 14px;
    color: #0a758c;
    display: inline;
}


.shipping-method .method-list input[type="radio"] + label:before, .payment-method .method-list input[type="radio"] + label:before {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.shipping-method .method-description, .payment-method .payment-description {
    margin: 0;
    font-size: 22px;
    color: #0a758c;
    text-align: center;
    z-index: 1;
}

.shipping-method ul.shippingOptionsServicesBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #F0F7F8;
}

    .shipping-method ul.shippingOptionsServicesBlock.rtldir {
        /* direction: rtl; */
    }

.shipping-method ul.shippingOptionsServiceBlock {
    padding: 10px 0;
}

.shipping-method .radioShippingMethod {
    position: absolute;
    display: none;
}

    .shipping-method .radioShippingMethod ~ ul.shippingOptionsServiceBlock li {
        opacity: 0.85;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        -webkit-transform: scale(.97);
        -ms-transform: scale(.97);
        transform: scale(.97);
    }

    .shipping-method .radioShippingMethod:checked ~ ul.shippingOptionsServiceBlock li {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        border-width: 4px;
    }

.shipping-method ul.shippingOptionsServiceBlock .shippingOptionsService_Title {
    background-color: #FFF;
    padding: 10px;
    margin: 10px;
    overflow: hidden;
    cursor: pointer;
    padding-bottom: 0;
    border-radius: 15px;
}

    .shipping-method ul.shippingOptionsServiceBlock .shippingOptionsService_Title div {
    }

    .shipping-method ul.shippingOptionsServiceBlock .shippingOptionsService_Title .sos_Title {
        font-size: 26px;
        color: #005163;
    }

    .shipping-method ul.shippingOptionsServiceBlock .shippingOptionsService_Title .shippingOptionsServiceSelected_DeliveryDate {
        padding-bottom: 10px;
    }

    .shipping-method ul.shippingOptionsServiceBlock .shippingOptionsService_Title .shippingOptionsServiceSelected_Cost {
        color: #005163;
        font-size: 28px;
        padding: 10px 0;
    }

    .shipping-method ul.shippingOptionsServiceBlock .shippingOptionsService_Title .shippingOptionsServiceSelected_ServiceName {
        text-align: center;
        font-size: 22px;
        display: none;
        padding-right: unset;
    }

    .shipping-method ul.shippingOptionsServiceBlock .shippingOptionsService_Title h3 {
    }

    .shipping-method ul.shippingOptionsServiceBlock .shippingOptionsService_Title img {
        width: 100px;
        padding-top: 16px;
    }

    .shipping-method ul.shippingOptionsServiceBlock .shippingOptionsService_Title span {
        color: #005163;
        font-weight: bold;
    }

.shipping-method ul.shippingOptionsServicesBlock > li .ShippingTypeServicesItem {
    padding: 10px;
    margin: 0 -10px;
    text-align: left;
    border-top: 2px solid #bee2e6;
}

.shipping-method ul.shippingOptionsServicesBlock > li .ch_ShippingTypeServicesItem_rowGroup {
}

.shipping-method ul.shippingOptionsServicesBlock > li .ch_ShippingTypeServicesItem_row0 {
}

    .shipping-method ul.shippingOptionsServicesBlock > li .ch_ShippingTypeServicesItem_row0 .label {
        left: 35px;
        font-size: 16px;
        font-weight: bold;
        color: #0A758C;
        text-transform: lowercase;
    }

.shipping-method ul.shippingOptionsServicesBlock > li .ch_ShippingTypeServicesItem_row1 {
    width: calc(100% - 35px);
    left: 35px;
    padding: 5px 0;
}

    .shipping-method ul.shippingOptionsServicesBlock > li .ch_ShippingTypeServicesItem_row1 i {
        position: absolute;
        top: 0px;
        color: #6CACBA;
        left: 0;
        cursor: pointer;
    }

.shipping-method ul.shippingOptionsServicesBlock > li .ch_ShippingTypeServicesItem_row2 {
    width: calc(100% - 35px);
    left: 35px;
    font-size: 13px;
}

.shipping-method ul.shippingOptionsServicesBlock > li .ch_ShippingTypeServicesItem_row1 .label {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: lowercase;
    font-weight: bold;
    border-bottom: 1px solid #F0F7F8;
    padding-bottom: 10px;
}

.shipping-method ul.shippingOptionsServicesBlock > li .ch_ShippingTypeServicesItem_row1 .cost {
    font-weight: bold;
    color: #6CACBA;
    text-align: right;
    display: block;
}

.shipping-method ul.shippingOptionsServicesBlock > li .ch_ShippingTypeServicesItem_row2 .label {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shipping-method ul.shippingOptionsServicesBlock > li .ch_ShippingTypeServicesItem_row2 .cost {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    color: #6CACBA;
}

.shipping-method ul.shippingOptionsServicesBlock > li {
    padding: 0;
    width: 100%;
    text-align: left;
}

.shipping-method ul.shippingOptionsServiceBlock > li {
    background-color: #FFF;
    padding: 15px;
    margin: 10px;
}

    .shipping-method ul.shippingOptionsServiceBlock > li:nth-child(2) {
        display: none;
    }

    .shipping-method ul.shippingOptionsServiceBlock > li:hover {
    }

.shipping-method .method-list h3 {
    font-size: 16px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    padding-right: 40px;
}

    .shipping-method .method-list h3 > div {
        padding: 0 5px;
        font-weight: normal;
    }

    .shipping-method .method-list h3 .title-segment-block {
        cursor: pointer;
        color: #0A758C;
        font-size: 22px;
        white-space: nowrap;
    }

.shipping-method .method-list .segment-group > h3:after {
    content: "\e5cf";
    position: absolute;
    display: inline-block;
    top: 0;
    right: 5px;
    left: auto;
    color: #0A758C !important;
    font-size: 30px;
    line-height: 35px;
}

.shipping-method .method-list .segment-group {
    background-color: #FFF;
    margin: 10px 0;
    border: 2px solid #337389;
    text-align: left;
    border-radius: 10px;
}

.shipping-method .method-list .segment-block {
    background-color: #FFF;
    padding: 10px;
    border-radius: 20px;
}

    .shipping-method .method-list .segment-block .infoSegment-block, .shipping-method .method-list .segment-block .product-block, .shipping-method .method-list .segment-block .service-block {
        padding: 0 10px;
    }

.infoShipping-block, .infoPaymentmethod-block {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    padding-bottom: 20px;
    line-height: 20px;
}

    .infoShipping-block > div {
        width: 25%;
    }

    .infoPaymentmethod-block > div {
        width: 25%;
    }

.shipping-method .method-list .segment-block .service-block {
}

.shipping-method .method-list .segment-block .noteSegment-block {
    margin: 0 -5px 10px;
    padding: 0 15px;
}

.shipping-method .method-list .segment-block .infoSegment-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}
.shipping-method .method-list .segment-block .infoSegment-block .flex-row {
    justify-content: normal;
    gap: 0;
}

.shipping-method .method-list .segment-block .infoSegment-block .flex-row .flex-row {
    width: 50%;
    flex-wrap: nowrap;
    padding-right: 10px;
}

    .shipping-method .method-list .segment-block .infoSegment-block b,
    .infoShipping-block b,
    .infoPaymentmethod-block b {
        color: #337389;
    }

.shipping-method .method-list .segment-block .product-block {
    background-color: #F0F7F8;
    margin: 20px 10px;
    padding: 10px 10px 5px 10px;
    line-height: 20px;
}

    .shipping-method .method-list .segment-block .product-block .itemProductHeader, .shipping-method .method-list .segment-block .product-block .itemProduct {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 10px 0;
        overflow: hidden;
        padding: 5px;
        gap: 5px;
        font-size: 14px;
        justify-content: space-evenly;
    }

    .shipping-method .method-list .segment-block .product-block .itemProductHeader {
        font-weight: bold;
    }

    .shipping-method .method-list .segment-block .product-block .itemProduct {
        background-color: #FFF;
        text-align: left;
    }


.productDTOsContainer {
    width: 100%;
    padding: 10px;
    margin-bottom: -10px;
    padding-top: 0;
}

.service-cost, .productDTOsContainer {
}

.product-grid .picture-slide img {
    width: 100%;
    display: none;
    object-fit: cover;
    height: 310px;
}

.productDTOsTitle {
    font-size: 16px;
    font-weight: bold;
    color: #0a758c;
    padding-bottom: 10px;
}

.product-col-service {
    display: flex;
    border-top: 2px solid #bee2e6;
    padding: 10px 20px;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.product-col-ser {
    width: 100%;
}

.shipping-method .method-list li .itemProduct .product-col-service .product-col-ser label {
    font-weight: normal;
    display: inline-block;
    width: 100%;
}

.product-col-ser label span.exclTax,
.product-col-ser label span.inclTax {
    position: absolute;
    right: 15px;
}

.product-col-desc {
    width: calc(45% - 5px);
}

    .product-col-desc b {
        display: block;
    }

.product-col-img {
    width: calc(10% - 5px);
}

    .product-col-img img {
        max-width: 60px;
        max-height: 60px;
        width: 100%;
    }

.product-col-qta {
    width: calc(15% - 5px);
}

.product-col-tot {
    width: calc(15% - 5px);
}

.product-col-wei {
    width: calc(15% - 5px);
}

.product-col-rae {
    width: calc(100%);
    height: 44px;
    background-color: #f0f7f8;
    padding: 5px;
}

    .product-col-rae div {
        margin: 5px
    }

.shipping-method .method-list .segment-block .product-block .row {
    background-color: #FFF;
    padding: 15px 0;
    border-radius: 20px;
    margin: 0 0 10px;
}

    .shipping-method .method-list .segment-block .product-block .row:nth-child(2) {
        background-color: transparent;
        position: absolute;
        width: 100%;
        top: 10px;
        padding: 10px 15px;
    }

.shipping-method .method-list .segment-block .serviceFloor-block {
    padding: 20px 20px 10px;
    background-color: #F0F7F8;
    margin: 10px;
}

    .shipping-method .method-list .segment-block .serviceFloor-block > div.shippingFloor {
        padding: 0 0 0 20px;
    }

        .shipping-method .method-list .segment-block .serviceFloor-block > div.shippingFloor > div {
            padding: 10px;
        }

    .shipping-method .method-list .segment-block .serviceFloor-block > div {
        display: flex;
    }

    .shipping-method .method-list .segment-block .serviceFloor-block .label {
        left: 40px;
    }

    .shipping-method .method-list .segment-block .serviceFloor-block .cost {
        position: absolute;
        right: 5px;
        font-weight: bold;
        color: #6CACBA;
        top: 7px;
        line-height: 14px;
        text-align: right;
        letter-spacing: -.5px;
    }

.shipping-method .method-list .segment-block .serviceFloor-block-floorDeliveryPresent {
    display: none;
}

.shipping-method .method-list .segment-block .serviceFloor-block-floorDeliveryNotPresent {
    color: #D00;
    display: none;
}

.shipping-method .method-list .segment-block .service-block .service-block-content {
    margin: 0 -10px;
    margin-bottom: 20px;
}

.shipping-method .pickup-points ~ .method-list[style*="display: none;"] ~ .buttons {
    display: none;
}

.checkout-page .select-pickup-point label {
    display: none;
}

.use-reward-points {
    margin: 0 0 30px;
    text-align: center;
}

.payment-info .info {
    margin: 0;
}

    .payment-info .info table {
        max-width: 800px;
        border: 1px solid #eee;
        border-radius: 3px;
        margin: 0 auto;
    }

    .payment-info .info td {
        padding: 5px;
    }

    .payment-info .info tr:first-child td {
        padding-top: 30px;
    }

    .payment-info .info tr:last-child td {
        padding-bottom: 30px;
    }

    .payment-info .info td label {
        font-size: 14px;
    }

    .payment-info .info td:first-child {
        text-align: right;
    }

    .payment-info .info td:only-child {
        text-align: center;
    }

    .payment-info .info td + td {
        text-align: left;
    }

    .payment-info .info td select:only-of-type, .payment-info .info td input:only-of-type {
        width: 100% !important;
        max-width: 250px;
    }

    .payment-info .info td p {
        margin: 10px 0;
        font-size: 16px;
        color: #444;
    }

.message-error.validation-summary-errors {
    text-align: center;
}

.order-confirm-page .order-review-data .billing-info .title, .order-confirm-page .order-review-data .shipping-info .title, .opc .order-review-data .billing-info .title, .opc .order-review-data .shipping-info .title {
    margin: -45px -20px 30px;
    height: 60px;
    line-height: 60px;
    background-color: #f9f9f9;
    border-radius: 3px 3px 0 0;
}

.order-review-data > div .info-list .name, .order-review-data > div .title {
    margin-bottom: 10px;
}

    .order-review-data > div .info-list .name, .order-review-data > div .title strong {
        font-weight: 700;
        font-size: 16px;
        color: #444;
    }

.confirm-order .terms-of-service {
    text-align: center;
}

.order-completed .details {
    border-radius: 3px;
    margin: 0 auto 30px;
    text-align: center;
}

.order-completed .order-number {
    font-size: 28px;
    font-weight: 700;
    color: #0a758c;
    padding: 20px 0;
}

.shopping-cart-page .table-wrapper,
.opc {
    margin: 0;
    padding: 0 15px;
    width: calc(100% - 400px);
}

.cart-footer {
    width: 400px;
    padding-right: 10px;
}

.opc > li {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px;
    -webkit-box-shadow: 0 2px 2px 1px #6cacba;
    box-shadow: 0 2px 2px 1px #6cacba;
    border-radius: 20px;
    background-color: #F0F7F8;
}

    .opc > li:last-child {
        margin-bottom: 20px;
    }

.opc .step-title {
    line-height: 40px;
    text-align: left;
    color: #0A758C;
}

#modalShipping {
    padding: 10px;
}

.opc .step-block {
    min-height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 50px;
    text-align: left;
}

.opc > li.allow:not(.active) .step-title:after {
    content: "\e3c9";
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 10px;
    left: auto;
    color: #0A758C !important;
    font-size: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.opc > li .shippingSegmentNote span {
    content: "\e3c9";
    position: absolute;
    display: inline-block;
    top: 0;
    right: 10px;
    left: auto;
    color: #6cacba;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
}

.opc input[type="checkbox"] ~ label:before {
    /* content: ""; */
    display: inline-block;
    margin-right: 10px;
    width: 17px;
    height: 17px;
    border: 1px solid #eeeeee;
    vertical-align: text-top;
    background-color: #fff;
}

.opc input[type="checkbox"] ~ label {
}

.opc .ship-to-same-address, .opc .pickup-in-store {
    padding: 20px 20px 0;
    border-top: 1px solid #bee2e6;
    -webkit-box-shadow: 0 -10px 16px -14px #bee2e6;
    box-shadow: 0 -10px 16px -14px #bee2e6;
    margin: 10px -20px 0;
}

.opc .section.new-billing-address, .opc .section.new-shipping-address {
}

.opc .allow .step-title, .opc .allow .step-title .number, .opc .allow .step-title .title {
    cursor: pointer;
}

.opc .step-title .number, .opc .step-title .title {
    display: inline-block;
    font-size: 24px;
    color: #0A758C;
    font-weight: bold;
    margin: 0;
    line-height: 50px;
    padding-left: 50px;
    height: 50px;
}

.infoPaymentmethod-block {
    display: none;
}

.opc > li.allow:not(.active) .infoPaymentmethod-block {
    display: flex;
}

.opc .step-title .number, .opc .step-title span {
    display: inline-block;
    font-size: 88px;
    color: #bee2e6;
    font-weight: bold;
    margin-bottom: 0;
    font-weight: normal;
    -webkit-transform: rotate(345deg);
    -ms-transform: rotate(345deg);
    transform: rotate(345deg);
    position: absolute;
    top: 0;
    left: 0;
}

.opc .step-title .number {
    margin: 0 5px 0 0;
}

.opc > li.active .step-title .number, .opc > li.active .step-title .title {
}

.section-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.opc .section {
    text-align: center;
}

#checkout-step-billing {
    margin-bottom: 15px;
}

.select-shipping-address {
    margin-bottom: 20px;
}

.opc .section > label, .opc .select-pickup-points > label {
    display: block;
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 10px;
}

.opc .payment-info .info {
    margin: 0;
}

    .opc .payment-info .info table {
        border: none;
    }

.opc input[type="text"], .opc input[type="email"], .opc input[type="tel"], .opc input[type="password"], .opc select:only-of-type {
    -webkit-autofill: unset;
}

.opc .buttons {
    font-size: 0;
    padding: 25px 0;
}

.opc .pickup-points .buttons {
    display: none;
}

.opc .checkout-data {
    display: block;
}

.checkout-data .orderNotes {
    margin: 0 -40px;
    padding: 10px 0;
}

.opc .back-link {
    display: inline-block;
    margin: 0 10px 0px 0;
}

    .opc .back-link small {
        display: none;
    }

.opc .please-wait {
    display: block;
    margin: 10px 0 0;
}

.opc .terms-of-service {
    text-align: center;
}

/*********** ORDER DETAILS & RETURN REQUEST ***********/
.order-review-data, .order-details-area, .shipment-details-area {
    margin-bottom: 20px;
}

.order-details-page, .order-overview {
    text-align: center;
}

.order-review-data > div, .order-details-area > div, .shipment-details-area > div {
    padding: 45px 20px;
    margin: 0 0 20px;
    text-align: center;
    border: 1px solid #bee2e6;
    border-radius: 0 20px;
}

    .order-review-data > div > div, .order-details-area > div > div, .shipment-details-area > div > div {
        margin-bottom: 40px;
    }

        .order-review-data > div > div:last-child, .order-details-area > div > div:last-child, .shipment-details-area > div > div:last-child {
            margin-bottom: 0;
        }

.order-review-data li, .order-details-area li, .shipment-details-area li {
    padding: 2px 0;
    font-size: 16px;
}

    .order-review-data li .value, .order-details-area li .value, .shipment-details-area li .value {
        font-weight: bold;
    }

.order-review-data .title, .order-details-area .title, .shipment-details-area .title {
    margin: 0 0 15px;
    font-size: 18px;
}

.order-details-page .page-title {
    margin: 20px 0 20px;
    overflow: hidden;
}

    .order-details-page .page-title h1 {
        margin: 0 0 30px;
    }

.order-details-page .order-overview {
    margin: 0 0 40px;
    line-height: 20px;
}

    .order-details-page .order-overview .order-number {
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: 700;
        color: #005163;
    }

.order-overview-content li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
    padding: 5px 20px;
    width: 100%;
}

    .order-overview-content li strong {
        position: absolute;
        right: 20px;
    }

.order-details-page .tax-shipping-info {
    margin: 0 0 10px;
    font-size: 15px;
    color: #444;
}

.order-details-page .actions {
    margin: 20px 0 0;
    overflow: hidden;
    font-size: 0;
}

    .order-details-page .actions button {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 5px 0 0;
        padding: 0 20px;
        height: 45px;
        border-radius: 3px;
        border: none;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
    }

        .order-details-page .actions button:first-child {
            margin-top: 0;
            border-radius: 20px 0;
        }

    .order-details-page .actions .button-2 {
        background-color: #e7e7e7;
        color: #8c8c8c;
    }

.section.shipments {
    margin-bottom: 50px;
}

    .section.shipments td {
        padding: 5px 20px;
    }

td.view-details a, td.download a {
    display: inline-block;
    padding: 10px 20px;
    margin: -7px 0;
    border-radius: 3px;
    background-color: #f1f1f1;
    color: #8c8c8c;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    td.view-details a:hover, td.download a:hover {
        background-color: #eaeaea;
    }

.downloadable-products-page td.order a {
    color: #444;
}

.return-request-file > div {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-size: 13px;
    overflow: hidden;
}

.qq-uploader .qq-upload-drop-area, .qq-uploader .qq-upload-list {
    float: left;
    width: calc(100% - 45px);
    height: 45px;
    line-height: 45px;
    border: 1px solid #e7e7e7;
    border-right: none;
    border-radius: 3px;
    background-color: #fff;
    padding: 0 0 0 20px;
    text-align: left;
    font-size: 13px;
    color: #000;
}

.qq-uploader .qq-upload-button {
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    display: inline-block;
    float: right;
    border: none;
    border-radius: 0 3px 3px 0;
    background-color: #eebe00;
    font-size: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .qq-uploader .qq-upload-button:before {
        content: "\e903";
        font-size: 16px;
        color: #fff;
    }

    .qq-uploader .qq-upload-button:hover {
        background-color: #e8af00;
    }

.return-request-page .qq-upload-list li {
    background-color: transparent !important;
    font-size: 13px;
    color: #444 !important;
    padding: 0 !important;
    line-height: 45px;
}

.qq-uploader .qq-upload-drop-area, .qq-uploader .qq-upload-extra-drop-area {
    width: calc(100% - 45px);
    height: 100%;
    min-height: 45px;
    background: #fff9e0;
    text-align: left;
}

    .qq-uploader .qq-upload-drop-area span {
        top: 0;
        left: 0;
        margin: 0;
    }

/*********** SEARCH  ***********/
body.showSearch #OverlaySearch {
    display: block;
}

body.showSearch .header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    position: fixed;
}

body.showSearch .search-box {
    width: calc(80% - 320px);
    left: calc(160px + 10%);
    position: absolute;
}

.search-page .search-input .fieldset {
    margin: 0;
}

.search-page .search-input form {
    background-color: #f6f6f6;
    margin: 0 -10px 40px;
    padding: 30px 0;
}

.search-input input + label {
    display: inline;
    margin: 0 0 0 2px;
}

.basic-search {
    padding: 0 20px 30px;
}

.advanced-search {
    padding: 30px 20px;
    border-top: 2px solid #fff;
}

    .basic-search > .inputs, .advanced-search > .inputs {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

.search-page .search-input form .buttons {
    padding: 0 20px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.search-page .search-input form button {
    width: 100%;
}

.advanced-search .price-range {
    display: block;
    width: 100%;
    font-size: 0;
}

    .advanced-search .price-range input {
        width: calc(50% - 5px);
        font-size: 13px;
    }

        .advanced-search .price-range input:nth-child(2) {
            margin-left: 10px;
        }

.search-input .warning, .search-results .result {
    display: block;
    margin: 10px 0 0;
    font-weight: normal;
    color: #ff4f60;
}

.search-results {
    margin: 0px 0 0;
    text-align: left;
}

/*********** SITEMAP ***********/
.sitemap-page .description {
    margin: 0 auto 30px;
    max-width: 1000px;
    font-size: 15px;
    color: #8c8c8c;
    text-align: center;
}

.sitemap-page .entity {
    border: 1px solid #eee;
    border-radius: 3px 3px 0 0;
    border-bottom: none;
    padding: 30px 20px;
    text-align: center;
}

    .sitemap-page .entity + .entity {
        border-radius: 0;
    }

    .sitemap-page .entity:last-child {
        border-radius: 0 0 3px 3px;
        border-bottom: 1px solid #eee;
    }

.sitemap-page .entity-title {
    margin: 0 0 20px;
}

    .sitemap-page .entity-title h2 {
        font-size: 17px;
        color: #444;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

.sitemap-page .entity-body {
    line-height: 24px;
}

.sitemap-page li {
    display: inline-block;
    margin: 0 5px;
}

.sitemap-page a {
    display: block;
    padding: 5px;
    color: #97c300;
    font-size: 15px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .sitemap-page a:hover {
        color: #7c9a16;
    }

    .sitemap-page a:empty {
        display: none;
    }

    .product-details-page .gallery .picture.withThumbs {
        padding-left: 110px;
    }

/********** BLOG & NEWS **********/
.block-blog-archive .year {
    margin-top: 10px;
}

.year strong {
    display: block;
    cursor: default;
}

.blog-page .post, .news-items .news-item {
    position: relative;
    margin: 0 0 20px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    overflow: hidden;
}

.blog-page .post-details, .news-items .news-item {
    padding: 30px 15px;
}

.center-2 .blog-page .post, .center-2 .news-items .news-item {
    text-align: left;
}

.blog-page .post:after, .news-items .item:after {
    content: "";
    display: block;
    clear: both;
}

.post-title, .news-title {
    margin-bottom: 20px;
    font-size: 20px;
    color: #0A758C;
    font-weight: bold;
    display: block;
}

.blog-posts span.post-date, .news-date {
    font-size: 14px;
    position: absolute;
    bottom: 25px;
    color: #0A758C;
    left: 20px;
}

.post-date + .read-comments {
    margin-left: 15px;
}

.post-body, .news-body {
    line-height: 1.5;
    font-size: 16px;
    color: #8c8c8c;
    font-weight: 400;
}

    .post-body + .buttons, .news-body + .buttons {
        margin-top: 25px;
    }

    .post-body p:first-child, .news-body p:first-child {
        margin-top: 0;
    }

.back-to-all-button {
    display: inline-block;
    margin: 0 auto 20px;
    width: auto;
    text-align: center;
    font-size: 13px;
    color: #959595;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .back-to-all-button:before {
        content: "\6b";
        display: inline-block;
        margin-right: 7px;
        color: #959595;
        text-transform: none;
        font-weight: normal;
        font-size: 10px;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .back-to-all-button:hover, .back-to-all-button:hover:before {
        color: #97c300;
    }

.blogpost-page .page-title, .news-item-page .page-title {
    margin-bottom: 15px;
}

.blogpost-page .post-date, .news-item-page .news-date {
    display: block;
    margin-bottom: 25px;
}

.blogpost-page .post-body, .news-item-page .news-body {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 900px;
    text-align: justify;
}

.blogpost-page .post-body {
    border-bottom: 1px solid #eee;
    padding: 0 30px;
    margin: 0 -10px 20px;
}

.blog-page .tags, .blogpost-page .tags {
    margin: 0 0 5px;
    overflow: hidden;
}

    .blog-page .tags label, .blogpost-page .tags label {
        display: inline-block;
        font-size: 0;
    }

        .blog-page .tags label:before, .blogpost-page .tags label:before {
            content: "\58";
            display: inline-block;
            margin-right: 7px;
            font-size: 16px;
            color: #8c8c8c;
        }

    .blog-page .tags ul, .blogpost-page .tags ul {
        display: inline-block;
        font-size: 0;
    }

    .blog-page .tags li, .blogpost-page .tags li {
        display: inline-block;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
    }

        .blog-page .tags li.separator, .blogpost-page .tags li.separator {
            margin: 0 5px 0 3px;
        }

    .blog-page .tags a, .blogpost-page .tags a {
        display: inline-block;
        color: #97c300;
        line-height: 24px;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        .blog-page .tags a:hover, .blogpost-page .tags a:hover {
            color: #7c9a16;
        }

.blog-posts .buttons, .news-items .buttons {
    text-align: left;
}

.blog-posts .blog-post a.read-more, .news-items .read-more {
    color: #fff;
    border-radius: 0 15px 15px 15px;
    background-color: #DBFF00;
    position: absolute;
    bottom: 20px;
    color: #0A758C;
    right: 35%;
    padding: 0 5px 0 15px;
    line-height: 10px;
}

    .blog-posts .read-more:hover, .news-items .read-more:hover {
        background-color: #e8af00;
    }

.read-comments {
    font-size: 13px;
    color: #8c8c8c;
    font-weight: 700;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .read-comments:before {
        content: "\52";
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
        font-weight: normal;
        text-transform: none;
        color: #8c8c8c;
        font-size: 16px;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .read-comments:hover, .read-comments:hover:before {
        color: #97c300;
    }

.new-comment {
    padding: 40px 20px;
}

.comment-list {
    padding: 0 10px 40px;
}

.new-comment, .comment-list {
    margin: 70px -10px 0;
    background-color: #f6f6f6;
}

    .new-comment > *, .comment {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .new-comment + .comment-list {
        margin-top: 0;
    }

    .new-comment .title {
        margin: 0 auto 20px;
    }

        .new-comment .title strong {
            font-weight: 700;
            font-size: 26px;
            color: #444;
        }

    .new-comment form {
        display: none;
    }

.comment-form-btn strong:before {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
}

.open-comment-form:hover {
    background-color: #e8af00;
}

.open-comment-form:before {
    content: "\52";
    color: #fff;
}

.new-comment .notifications {
    font-size: 15px;
    color: #8c8c8c;
}

.new-comment .result {
    margin: 20px 0 0;
    color: #97c300;
}

.comment-list .comment {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    padding: 30px 20px;
    text-align: left;
}

    .comment-list .comment:first-child {
        border-top: 1px solid #eee;
        border-radius: 3px 3px 0 0;
    }

    .comment-list .comment:last-child {
        border-radius: 0 0 3px 3px;
    }

.new-comment .form-fields {
    padding-top: 30px;
    margin: 0 auto 15px;
    max-width: 500px;
}

.new-comment textarea {
    width: 100%;
}

.comment-list .title {
    margin: 0 0 10px;
    font-weight: bold;
}

.blog-comment:after, .news-comment:after {
    content: "";
    display: block;
    clear: both;
}

.comment-info {
    margin: 0 0 15px;
    font-size: 0;
    overflow: hidden;
}

    .comment-info .username {
        display: inline-block;
        margin-bottom: 3px;
        font-size: 17px;
        color: #444;
        font-weight: 700;
    }

    .comment-info .avatar {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 70px;
        height: 70px;
        overflow: hidden;
    }

        .comment-info .avatar img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            height: auto;
            margin: auto;
        }

.name-and-time {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: calc(100% - 80px);
    text-align: left;
}

.comment-time {
    font-size: 14px;
    color: #aaa;
}

.comment-body, .comment-text {
    font-size: 15px;
    color: #8c8c8c;
    line-height: 1.5;
}

.news-item-page .inputs:first-child label {
    display: block;
}

.news-list-homepage {
    margin: 0 auto 50px;
    text-align: center;
}

    .news-list-homepage .title {
        margin: 0 0 7px;
        font-size: 28px;
        color: #444444;
    }

        .news-list-homepage .title strong {
            font-weight: bold;
        }

    .news-list-homepage .view-all {
        margin-bottom: 15px;
    }

        .news-list-homepage .view-all a {
            display: inline-block;
            line-height: 32px;
            color: #97c300;
            letter-spacing: 1.3px;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: bold;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
        }

            .news-list-homepage .view-all a:after {
                content: "\57";
                display: inline-block;
                margin-left: 7px;
                font-size: 8px;
                color: #97c300;
                vertical-align: bottom;
                text-transform: none;
                -webkit-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
            }

            .news-list-homepage .view-all a:hover, .news-list-homepage .view-all a:hover:after {
                color: #7c9a16;
            }

.post-details, .news-item {
    padding: 30px 15px;
    margin-right: 30%;
}

/********** FORUM & PROFILE **********/
.forums-main-page .topic-block {
    margin-bottom: 0;
}

.forums-main-page .topic-block-title h2 {
    color: #444;
    font-size: 28px;
}

.forums-header {
    margin: 0 0 30px;
    text-align: center;
}

    .forums-header:after {
        content: "";
        display: block;
        clear: both;
    }

.current-time {
    margin: 27px 0 30px;
    color: #97c300;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.forum-search-box {
    margin: 0 0 45px;
    text-align: center;
}

.forum-search-box {
    display: block;
    padding: 0 !important;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 600px;
}

    .forum-search-box form {
        padding: 0 !important;
    }

    .forum-search-box .basic {
        overflow: hidden;
        margin: 0 0 15px;
    }

    .forum-search-box.search-box input.search-box-text {
        padding: 0 5px 0 15px;
        width: calc(100% - 45px);
        height: 45px;
    }

    .forum-search-box.search-box .search-box-button {
        float: left;
        width: 45px;
        height: 45px;
        border: none;
        background: #ccc url('../img/search-button.png') center no-repeat;
        font-size: 0;
        border: 1px solid #eeeeee;
        border-left: 0;
        border-radius: 0 3px 3px 0;
    }

        .forum-search-box.search-box .search-box-button:hover {
            background-color: #97c300;
        }

    .forum-search-box .advanced > a {
        font-size: 15px;
        color: #8c8c8c;
        -webkit-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease
    }

        .forum-search-box .advanced > a:hover {
            color: #97c300;
        }

.forum-search-page .basic-search .forum-search-text {
    text-align: center;
    font-size: 15px;
}

    .forum-search-page .basic-search .forum-search-text::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #aaa;
    }

    .forum-search-page .basic-search .forum-search-text::-moz-placeholder {
        /* Firefox 19+ */
        color: #aaa;
    }

    .forum-search-page .basic-search .forum-search-text:-ms-input-placeholder {
        /* IE 10+ */
        color: #aaa;
    }

    .forum-search-page .basic-search .forum-search-text:-moz-placeholder {
        /* Firefox 18- */
        color: #aaa;
    }

.forum-search-page .inputs.reversed {
    text-align: center;
}

.forum-search-page .advanced-search {
    margin: 0 -10px 30px;
    padding: 30px;
    max-width: 800px;
    background-color: #f6f6f6;
}

.forum-search-page .search-error {
    padding: 15px;
    margin: 30px 0 0;
    font-size: 13px;
    color: #ff4f60;
    font-weight: 700;
    text-align: center;
}

.forum-search-page .fieldset {
    margin: 0;
}

.forum-search-page .search-results {
    margin: 40px 0 0;
}

.no-result {
    font-size: 24px;
    text-align: center;
    padding: 70px;
}

    .no-result button {
        display: block;
        margin: auto;
    }

/* forum group */
.forums-table-section {
    margin: 0 0 50px;
}

    .forums-table-section a {
        vertical-align: middle;
    }

.forums-table-section-title {
    margin: 0 0 25px;
    overflow: hidden;
    text-align: center;
}

    .forums-table-section-title > a, .forums-table-section-title strong {
        font-size: 24px;
        font-weight: 700;
        color: #444;
    }

.forums-table-section .view-all a {
    display: inline-block;
    margin-top: 10px;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    border-radius: 3px;
    background-color: #eebe00;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .forums-table-section .view-all a:hover {
        background-color: #e8af00;
    }

.forums-table-section .image div {
    font-size: 0;
    width: 24px;
    height: 24px;
    margin: auto;
}

    .forums-table-section .image div:before {
        content: "\32";
        display: block;
        color: #8e8e8e;
        font-size: 24px;
        font-weight: normal;
        text-transform: none;
    }

    .forums-table-section .image div.sticky:before {
        color: #ffa20f;
    }

    .forums-table-section .image div.announcement:before {
        color: #e5323f;
    }

.forums-table-section .latest-post {
    white-space: nowrap;
}

/* forum-page, topic-page */
.forum-page .forum-info, .forum-topic-page .topic-name, .forum-page .forum-name {
    margin: 0 0 30px;
    text-align: center;
}

.forum-page .forums-table-section {
    margin: 0;
}

.forum-page .forum-description {
    margin-top: -5px;
}

    .forum-page .forum-description p {
        font-size: 15px;
        color: #8c8c8c;
    }

.forum-actions, .topic-actions {
    margin: 0 0 25px;
    font-size: 0;
    text-align: center;
}

    .forum-actions .actions a, .topic-actions .actions a {
        display: inline-block;
        padding: 0 10px;
        margin: 0 0 6px 6px;
        width: calc(50% - 3px);
        height: 45px;
        line-height: 45px;
        font-size: 13px;
        color: #8c8c8c;
        text-transform: uppercase;
        font-weight: 700;
        background-color: #f1f1f1;
        border-radius: 3px;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        .topic-actions .actions a:nth-child(2n), .forum-actions .actions a:nth-child(2n+1) {
            margin-left: 0;
        }

    .topic-actions .pager {
        margin-top: 50px;
    }

.pager.upper {
    display: none;
}

.forum-actions .actions a:hover, .topic-actions .actions a:hover {
    background-color: #eaeaea;
}

.forum-actions .actions a:before, .topic-actions .actions a:before, .topic-post .post-actions a:before {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    color: #8c8c8c;
    font-size: 17px;
    text-transform: none;
    font-weight: normal;
}

.forum-actions .actions a.edit-topic-button, .topic-actions .actions a.edit-topic-button {
    width: 100%;
    margin: 0 0 6px;
}

.forum-actions .actions .new-topic:before {
    content: "\52";
}

.forum-actions .actions .watch-forum:before, .topic-actions .actions .watch-forum:before, .topic-actions .watch-topic-button:before {
    content: "\31";
}

.topic-actions .reply-topic-button:before {
    content: "\4f";
}

.topic-actions .move-topic-button:before {
    content: "\33";
}

.topic-actions .edit-topic-button:before {
    content: "\4c";
}

.topic-actions .delete-topic-button:before {
    content: "\4d";
}

.topic-actions.lower .actions {
    display: none;
}

.forum-table a {
    color: #444;
    font-weight: 700;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

    .forum-table a:hover {
        color: #97c300;
    }

.forum-details .forum-title a, .topic-details .topic-title a {
    font-size: 18px;
}

.forum-description, .topic-details .topic-pager, .topic-details .topic-starter, .topic-details .topic-starter, td.latest-post {
    font-size: 16px;
    color: #8c8c8c;
}

.forum-page .pager {
    margin-top: 30px;
}

td.topics, td.posts, td.views, td.replies, td.votes {
    font-weight: 700;
}

/* topic post */
.topic-post {
    margin: 0 0 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    overflow: hidden;
}

    .topic-post:after {
        content: "";
        display: block;
        clear: both;
    }

    .topic-post .post-head {
        padding: 0 17px;
        background-color: #f6f6f6;
        text-align: left;
        height: 45px;
    }

    .topic-post .post-time {
        display: inline-block;
    }

        .topic-post .post-time span, .topic-post .post-time label {
            display: inline-block;
            color: #aaa;
            font-size: 14px;
            line-height: 43px;
        }

    .topic-post .post-link-button {
        float: right;
        font-size: 15px;
        font-weight: 700;
        line-height: 43px;
        color: #8c8c8c;
    }

    .topic-post .post-info {
        padding: 15px 10px;
        text-align: left;
        font-size: 0;
    }

    .topic-post .user-info {
        position: relative;
        display: inline-block;
        vertical-align: top;
        min-height: 105px;
        padding-left: 120px;
    }

    .topic-post .username {
        display: block;
        margin-bottom: 5px;
        font-size: 17px;
        color: #444;
        font-weight: 700;
    }

    .topic-post .avatar {
        position: absolute;
        display: inline-block;
        top: 0;
        left: 0;
        vertical-align: top;
        width: 105px;
        overflow: hidden;
        font-size: 0;
    }

        .topic-post .avatar a {
            display: block;
        }

        .topic-post .avatar img {
            max-width: 100%;
        }

    .topic-post .user-stats {
        margin: 0 0 15px;
        font-size: 14px;
        color: #8c8c8c;
        line-height: 1.1;
    }

        .topic-post .user-stats span {
            margin: 0 0 0 3px;
        }

    .topic-post .pm-button {
        display: inline-block;
        margin: 0;
        padding: 0;
        height: auto;
        background-color: transparent;
        font-size: 13px;
        line-height: 16px;
    }

        .topic-post .pm-button:before {
            position: static;
            margin-right: 10px;
            vertical-align: bottom;
            color: #97c300;
        }

    .topic-post .post-actions {
        font-size: 0;
        text-align: right;
        overflow: hidden;
    }

        .topic-post .post-actions > div {
            display: inline-block;
            float: right;
            vertical-align: top;
        }

        .topic-post .post-actions a {
            display: inline-block;
            vertical-align: top;
            margin: 0 0 0 5px;
            font-size: 0;
            width: 40px;
            height: 40px;
            line-height: 40px;
            background-color: #f1f1f1;
            border-radius: 3px;
            text-align: center;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease;
        }

            .topic-post .post-actions a:hover {
                background-color: #eaeaea;
            }

            .topic-post .post-actions a:before {
                margin: 0;
            }

        .topic-post .post-actions .edit-post-button:before {
            content: "\4c";
        }

        .topic-post .post-actions .delete-post-button:before {
            content: "\4d";
        }

        .topic-post .post-actions .quote-post-button {
            width: auto;
            padding: 0 25px;
            background-color: #eebe00;
            color: #fff;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 700;
        }

            .topic-post .post-actions .quote-post-button:hover {
                background-color: #e8af00;
            }

    .topic-post .post-content {
        padding: 20px;
    }

    .topic-post .post-body {
        position: relative;
        text-align: left;
        font-size: 15px;
        margin-bottom: 40px;
    }

    .topic-post .user-posted-image, .latest-posts .user-posted-image {
        max-width: 100%;
        height: auto;
    }

    .topic-post .quote, .latest-posts .quote {
        margin: 10px 0;
        background-color: #f6f6f6;
        border-radius: 3px;
        padding: 15px 10px;
    }

    .topic-post .post-actions > div.post-vote {
        float: left;
    }

    .topic-post .post-vote > span {
        display: inline-block;
        vertical-align: top;
        width: 25px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
    }

        .topic-post .post-vote > span:before {
            display: block;
            font-size: 20px;
            color: #8c8c8c;
            text-align: center;
        }

    .topic-post .post-vote > .vote.up:before {
        content: "\46";
    }

    .topic-post .post-vote > .vote.down:before {
        content: "\47";
    }

    .topic-post .post-vote > .vote.up:hover:before {
        content: "\e902";
        color: #97c300;
    }

    .topic-post .post-vote > .vote.down:hover:before {
        content: "\e901";
        color: #97c300;
    }

    .topic-post .post-vote > div {
        display: inline-block;
        vertical-align: top;
        margin: 0 5px;
        text-align: center;
        font-size: 14px;
        line-height: 40px;
        font-weight: 700;
        color: #8c8c8c;
    }

    .topic-post .signature {
        border-top: 1px dashed #eee;
        padding: 20px 0 0;
        margin-bottom: 30px;
        font-size: 15px;
        color: #aaa;
        text-align: left;
    }

/* forum edit & send message */
.forum-edit-page strong, .private-message-send-page a {
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
}

.forum-edit-page .buttons, .private-message-send-page .buttons {
    margin: 15px 0 0;
    text-align: center;
}

    .forum-edit-page .buttons button, .move-topic-page .buttons button, .private-messages .buttons button {
        min-width: 115px;
        border: none;
        padding: 0 25px;
        height: 45px;
        color: #fff;
        border-radius: 3px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease;
    }

.forum-edit-page button.button-2, .move-topic-page button.button-2, .private-messages button.button-2 {
    color: #8c8c8c;
    background-color: #f1f1f1;
}

    .forum-edit-page button.button-2:hover, .move-topic-page button.button-2:hover, .private-messages button.button-2:hover {
        background-color: #dfdfdf;
    }

.forum-edit-page .inputs span {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 12px;
    /*reset zeroing*/
}

.private-message-send-page .message label {
    display: none;
}

/* inbox & view message */
.private-message-view-page .buttons .button-2 {
    background-color: #f1f1f1;
}

.private-messages .page-title {
    text-align: center;
}

.private-messages-page td.date {
    white-space: normal;
}

.private-messages-page .td-title {
    display: none;
}

.private-messages .data-table a, .private-messages .data-table td {
    color: #8c8c8c;
    font-weight: 400;
}

.private-messages-page td, .private-messages-page th {
    text-align: left;
}

.private-messages-page .data-table .pm-unread {
    color: #444;
    font-weight: 700;
}

.private-messages-page .buttons button {
    width: 80%;
    max-width: 200px;
    margin: 0 5px;
}

.private-messages-page buttons + button {
    margin-top: 15px;
}

.private-message-view-page .view-message {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 30px 20px;
    margin: 0 auto 30px;
    max-width: 800px;
}

.private-message-view-page .message-head li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #8c8c8c;
}

.private-message-view-page .message-head label {
    font-weight: 300;
}

.private-message-view-page .message-head {
    margin-bottom: 30px;
}

    .private-message-view-page .message-head span {
        font-weight: 700;
        margin: 0 0 0 5px;
        vertical-align: middle;
    }

.private-message-view-page .message-body {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: #8c8c8c;
}

.private-message-view-page .message {
    display: block !important;
    margin: 15px 0;
    border: 1px solid #ccc;
    padding: 15px;
}

.private-message-view-page .buttons {
    font-size: 0;
}

.private-message-view-page .reply-pm-button, .private-message-view-page .delete-pm-button {
    display: inline-block;
    width: calc(40% - 5px);
    margin-bottom: 10px;
    max-width: 150px;
}

.private-message-view-page .reply-pm-button {
    margin-right: 10px;
}

.private-message-view-page .back-pm-button {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 310px;
}

/* profile page  */
.profile-info-box {
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 30px 20px;
    max-width: 650px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
}

    .profile-info-box .avatar {
        margin: 0 auto 20px;
        font-size: 0;
    }

    .profile-info-box .profile-stats {
        margin: 0 0 10px;
    }

    .profile-info-box .title {
        margin: 0 0 13px;
        font-size: 16px;
        color: #444;
    }

    .profile-info-box .avatar {
        max-width: 180px;
        border-radius: 3px;
        overflow: hidden;
    }

    .profile-info-box .stats {
        font-size: 15px;
        color: #8c8c8c;
        font-weight: 300;
    }

        .profile-info-box .stats li {
            margin-bottom: 6px;
        }

        .profile-info-box .stats span {
            font-weight: 700;
        }

.profile-page .ui-tabs-nav, .private-messages-page .ui-tabs-nav {
    font-size: 0;
}

    .profile-page .ui-tabs-nav li, .private-messages-page .ui-tabs-nav li {
        max-width: calc(50% - 10px);
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0 5px;
    }

.profile-page .topic {
    padding: 30px 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
}

    .profile-page .topic:first-child {
        border-top: 1px solid #eee;
        border-radius: 3px 3px 0 0;
    }

    .profile-page .topic:last-child {
        border-radius: 0 0 3px 3px;
    }

    .profile-page .topic:only-child {
        border-radius: 3px;
    }

.profile-page .topic-title {
    margin: 0 0 7px;
    font-size: 16px;
}

    .profile-page .topic-title label {
        font-weight: 300;
        color: #8c8c8c;
    }

    .profile-page .topic-title a {
        font-weight: 700;
        color: #444;
    }

.profile-page .topic-data {
    color: #8c8c8c;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 300;
}

.profile-page .topic-body {
    font-size: 15px;
    font-weight: 400;
    color: #8c8c8c;
    line-height: 1.5;
}

.pm-button {
    position: relative;
    display: inline-block;
    border: none;
    height: 45px;
    line-height: 45px;
    max-width: 80%;
    padding: 0 25px 0 55px;
    margin: 15px auto 0;
    background-color: #f1f1f1;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8c8c8c;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: background-color .1s ease, padding .3s ease;
    -o-transition: background-color .1s ease, padding .3s ease;
    transition: background-color .1s ease, padding .3s ease;
}

    .pm-button:before {
        content: "\6d";
        position: absolute;
        display: inline-block;
        top: 0;
        left: 25px;
        font-size: 20px;
        color: #8c8c8c;
        text-transform: none;
        -webkit-transition: all .3s linear !important;
        -o-transition: all .3s linear !important;
        transition: all .3s linear !important;
        font-weight: normal;
    }

    .pm-button:hover::before {
        -webkit-animation: emailing .2s linear;
        animation: emailing .2s linear;
    }

.csharpcode {
    margin: 10px 0;
    padding: 10px 15px;
    color: #444;
    white-space: normal;
    text-align: left;
    border: 1px dotted #cacaca;
    border-radius: 3px;
}

.css3-shadow {
    position: relative;
    overflow: hidden;
    min-height: 30px;
    z-index: 1;
}

    .css3-shadow:after {
        content: "";
        position: absolute;
        z-index: 1;
        -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 50%);
        box-shadow: 0 0 30px rgb(0 0 0 / 50%);
        width: 80%;
        height: 20px;
        border-radius: 100%;
        left: 10%;
        right: 10%;
    }

.css3-shadow-bottom:after {
    bottom: -20px;
}

.css3-shadow-top:after {
    top: -20px;
}

.sale-of-the-day-offer:after {
    content: "";
    position: absolute;
    z-index: 0;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    bottom: -20px;
    width: 80%;
    height: 20px;
    border-radius: 100%;
    left: 10%;
    right: 10%;
}

.jCarouselMainWrapper.manufactuers {
    margin-top: 110px;
    padding-top: 40px;
}

    .jCarouselMainWrapper.manufactuers:before {
        content: "";
        position: absolute;
        z-index: 0;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        top: 40px;
        width: 80%;
        height: 20px;
        border-radius: 100%;
        left: 10%;
        right: 10%;
    }

.sale-of-the-day-offer:before {
    content: "";
    position: absolute;
    z-index: 0;
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 50%);
    box-shadow: 0 0 30px rgb(0 0 0 / 50%);
    top: -20px;
    width: 80%;
    height: 20px;
    border-radius: 100%;
    left: 10%;
    right: 10%;
}

.link-shortcut {
    background-color: #FFF;
    margin-bottom: 40px;
    margin-top: 40px;
}

    .link-shortcut .item-link {
        opacity: .8;
        border: none;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        display: inline-block;
        margin: 10px 0;
        width: 14.2%;
    }

    .link-shortcut .item-box:hover {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .link-shortcut:after {
        display: table;
        clear: both;
        content: "";
        position: relative;
    }

.newsletter-item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    background-color: rgba(255, 255, 255, .8);
    padding: 10px;
    border-radius: 10px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-box-shadow: 0 20px 15px -25px #000;
    box-shadow: 0 20px 15px -25px #000;
    max-width: 430px;
}

    .newsletter-item .block-title {
        font-size: 14px;
        color: #00943f;
    }

    .newsletter-item .input-box {
        position: relative;
        width: 100%;
        margin: 10px 0;
    }

    .newsletter-item input {
        padding: 5px 130px 5px 5px;
        height: 35px;
        width: 100%;
    }

    .newsletter-item button {
        padding: 5px;
        height: 25px;
        width: 120px;
        background-color: #00943f;
        border: none;
        border-radius: 5px;
        -webkit-box-shadow: 0 4px 0 #006011, 0 16px 12px -12px #000;
        box-shadow: 0 4px 0 #006011, 0 16px 12px -12px #000;
        color: #FFF;
        opacity: .7;
        position: absolute;
        top: 3px;
        right: 3px;
    }

        .newsletter-item button:hover {
            opacity: 1;
        }

        .newsletter-item button:active {
            -webkit-box-shadow: 0 16px 12px -12px #000;
            box-shadow: 0 16px 12px -12px #000;
        }

.grecaptcha-badge {
    height: 1px;
    overflow: hidden;
    visibility: hidden;
}

.footer-maindiv {
    color: #0A758C;
    background-color: #f0f7f8;
}

    .footer-maindiv .footer1_title {
        font-size: 34px;
        font-weight: bold;
        text-align: center;
        padding: 30px 20px 0;
    }

    .footer-maindiv .footer1_subtitle {
        text-align: center;
        padding: 0 20px 20px;
        font-size: 20px;
        font-weight: bold;
    }

    .footer-maindiv .footer1_description {
        text-align: center;
        padding: 0 20px 30px;
        font-size: 17px;
    }

    .footer-maindiv .footer1_social {
        text-align: center;
        padding: 30px;
        font-size: 30px;
        background-color: #FFF;
        line-height: 20px;
        vertical-align: middle;
        font-weight: bold;
    }

    .footer-maindiv .item-separator {
        top: 0;
        background-color: #eee;
    }

    .footer-maindiv .html-slide:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background-color: #eee;
        z-index: 0;
    }

.footer-imagebanner img {
    display: inline !important;
    margin: 20px;
}

.footer-presentation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .footer-presentation div {
        padding: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        text-align: center;
    }

        .footer-presentation div img {
            padding: 10px;
            min-width: 100px;
            display: inline-block !important;
        }

.footer-container {
    z-index: 1;
    position: relative;
    text-align: center;
}

.footer-col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    text-align: left;
    line-height: 1.5;
    font-size: 16px;
    padding: 20px 10px;
}

.html-slide .zoorate_dyn_widget {
    margin: auto;
}

.margin_40 {
    margin: 40px 0;
}

.bgcol-EEE {
    background-color: #EEE;
}

.bgcol-F6F6F6 {
    background-color: #F6F6F6;
}

body.ads .master-wrapper-page {
    width: 76%;
    margin: 60px auto 0;
    -webkit-box-shadow: 0 0 30px -10px #000;
    box-shadow: 0 0 30px -10px #000;
    z-index: 1;
    position: relative;
    background: #FFF;
    bottom: 0;
}

.header.fixed {
    position: fixed;
    top: 0;
}

body.ads .header.fixed {
    width: 76%;
}

.slider-wrapper.mainSlider {
}

@media (min-width: 1601px) {
    .link-shortcut .item-box {
        width: 13.5%;
        clear: none !important;
    }
}

@media (max-width: 1680px) {
    body.ads .master-wrapper-page {
        width: 100%;
        margin: 0 auto;
        -webkit-box-shadow: 0 0 20px -10px #000;
        box-shadow: 0 0 20px -10px #000;
        background-color: #FFF;
    }

    body.ads .header.fixed {
        width: 100%;
    }
}

@media (max-width: 1280px) {
    .link-shortcut .item-link {
        width: 25%;
    }
}

@media (max-width: 1280px) {
    .product-tags-home-list .home-tag {
        width: calc(33% - 20px);
    }
}

@media (max-width: 768px) {
    .product-tags-home-list .home-tag {
        width: calc(50% - 20px);
    }
}

@media (max-width: 800px) {
    #MasonryZone1 {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .newsletter-item p {
        display: none;
    }

    .link-shortcut .item-link {
        width: 50%;
    }

    .product-tags-home-list .home-tag {
        width: calc(100% - 20px);
    }
}

/******************Zenick Common Style*********************/
.external-authentication .facebook-login-block, .external-authentication .google-login-block {
}

.btn_disabled {
    pointer-events: none;
    opacity: 0.5 !important;
}

.hitHighlight {
    font-weight: 700;
}

.response-automplete-sku {
    color: gray;
    /* font-size: 12px; */
    display: inline-block;
}

.ui-autocomplete li {
    /* padding-bottom:5px; */
    /* padding-top:5px; */
    /* padding-left:5px; */
    /* background-color: red; */
}

.ui-state-active {
    background-color: whitesmoke;
}

.addressFields {
    background-color: #e7e7e7;
    padding: 5px;
}

.vl {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    border: 1px solid #f2f2f2;
    height: 284px;
    top: 301px;
}

.inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 6px 10px;
}

/**********************************************************/
.middle-absolute {
    position: absolute;
    margin-top: 29px;
    /* margin-bottom: 50%; */
}

.mini-item-box {
    /* width:20%; */
    /* display: flex; */
    /* height: 50px; */
}

.mini-product-description {
    /* float: right; */
    font-size: 12px;
    vertical-align: middle;
    height: 15px;
    display: inline-block;
}

.mini-picture {
    display: inline-block;
    /* float: left; */
    width: 10%;
    /* max-height: 50px; */
    -o-object-fit: cover;
    object-fit: cover;
}

.mini-product-item-container {
    width: 100%;
    border: 1px solid red;
}

/*Fix per google Place dropdown*/
.pac-container {
    z-index: 10000 !important;
}

.bottom-center {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.profile-page .topic-title a {
    font-weight: 700;
    color: #444;
}

.profile-page .topic-data {
    color: #8c8c8c;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 300;
}

.profile-page .topic-body {
    font-size: 15px;
    font-weight: 400;
    color: #8c8c8c;
    line-height: 1.5;
}

.pm-button {
    position: relative;
    display: inline-block;
    border: none;
    height: 45px;
    line-height: 45px;
    max-width: 80%;
    padding: 0 25px 0 55px;
    margin: 15px auto 0;
    background-color: #f1f1f1;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8c8c8c;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: background-color .1s ease, padding .3s ease;
    -o-transition: background-color .1s ease, padding .3s ease;
    transition: background-color .1s ease, padding .3s ease;
}

    .pm-button:before {
        content: "\6d";
        position: absolute;
        display: inline-block;
        top: 0;
        left: 25px;
        font-size: 20px;
        color: #8c8c8c;
        text-transform: none;
        -webkit-transition: all .3s linear !important;
        -o-transition: all .3s linear !important;
        transition: all .3s linear !important;
        font-weight: normal;
    }

    .pm-button:hover::before {
        -webkit-animation: emailing .2s linear;
        animation: emailing .2s linear;
    }

.csharpcode {
    margin: 10px 0;
    padding: 10px 15px;
    color: #444;
    white-space: normal;
    text-align: left;
    border: 1px dotted #cacaca;
    border-radius: 3px;
}

.css3-shadow {
    position: relative;
    overflow: hidden;
    min-height: 30px;
    z-index: 1;
}

    .css3-shadow:after {
        content: "";
        position: absolute;
        z-index: 1;
        -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 50%);
        box-shadow: 0 0 30px rgb(0 0 0 / 50%);
        width: 80%;
        height: 20px;
        border-radius: 100%;
        left: 10%;
        right: 10%;
    }

.css3-shadow-bottom:after {
    bottom: -20px;
}

.css3-shadow-top:after {
    top: -20px;
}

.sale-of-the-day-offer:after {
    content: "";
    position: absolute;
    z-index: 0;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    bottom: -20px;
    width: 80%;
    height: 20px;
    border-radius: 100%;
    left: 10%;
    right: 10%;
}

.jCarouselMainWrapper.manufactuers {
    margin-top: 110px;
    padding-top: 40px;
}

    .jCarouselMainWrapper.manufactuers:before {
        content: "";
        position: absolute;
        z-index: 0;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        box-shadow: 0 0 30px rgba(0, 0, 0, .5);
        top: 40px;
        width: 80%;
        height: 20px;
        border-radius: 100%;
        left: 10%;
        right: 10%;
    }

.sale-of-the-day-offer:before {
    content: "";
    position: absolute;
    z-index: 0;
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 50%);
    box-shadow: 0 0 30px rgb(0 0 0 / 50%);
    top: -20px;
    width: 80%;
    height: 20px;
    border-radius: 100%;
    left: 10%;
    right: 10%;
}

.link-shortcut {
    background-color: #FFF;
    margin-bottom: 40px;
    margin-top: 40px;
}

    .link-shortcut .item-link {
        opacity: .8;
        border: none;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        display: inline-block;
        margin: 10px 0;
        width: 14.2%;
    }

    .link-shortcut .item-box:hover {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .link-shortcut:after {
        display: table;
        clear: both;
        content: "";
        position: relative;
    }

.newsletter-item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    background-color: rgba(255, 255, 255, .8);
    padding: 10px;
    border-radius: 10px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-box-shadow: 0 20px 15px -25px #000;
    box-shadow: 0 20px 15px -25px #000;
    max-width: 430px;
}

    .newsletter-item .block-title {
        font-size: 14px;
        color: #00943f;
    }

    .newsletter-item .input-box {
        position: relative;
        width: 100%;
        margin: 10px 0;
    }

    .newsletter-item input {
        padding: 5px 130px 5px 5px;
        height: 35px;
        width: 100%;
    }

    .newsletter-item button {
        padding: 5px;
        height: 25px;
        width: 120px;
        background-color: #00943f;
        border: none;
        border-radius: 5px;
        -webkit-box-shadow: 0 4px 0 #006011, 0 16px 12px -12px #000;
        box-shadow: 0 4px 0 #006011, 0 16px 12px -12px #000;
        color: #FFF;
        opacity: .7;
        position: absolute;
        top: 3px;
        right: 3px;
    }

        .newsletter-item button:hover {
            opacity: 1;
        }

        .newsletter-item button:active {
            -webkit-box-shadow: 0 16px 12px -12px #000;
            box-shadow: 0 16px 12px -12px #000;
        }

.grecaptcha-badge {
    height: 1px;
    overflow: hidden;
    visibility: hidden;
}

.newsletter-bg {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    position: absolute;
    right: 0px;
    width: 100%;
}

.newsletter-subscribe {
    width: 50%;
    min-width: 260px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ba5388c9;
}

.footer-maindiv {
    color: #0A758C;
    background-color: #f0f7f8;
}

    .footer-maindiv .footer1_title {
        font-size: 34px;
        font-weight: bold;
        text-align: center;
        padding: 30px 20px 0;
    }

    .footer-maindiv .footer1_subtitle {
        text-align: center;
        padding: 0 20px 20px;
        font-size: 20px;
        font-weight: bold;
    }

    .footer-maindiv .footer1_description {
        text-align: center;
        padding: 0 20px 30px;
        font-size: 17px;
    }

    .footer-maindiv .footer1_social {
        text-align: center;
        padding: 30px;
        font-size: 30px;
        background-color: #FFF;
        line-height: 20px;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
    }

        .footer-maindiv .footer1_social .block-1, .footer-maindiv .footer1_social .block-2 {
            padding: 20px 0;
            line-height: 34px;
        }

        .footer-maindiv .footer1_social img {
            display: inline-block !important;
            width: 50px;
            padding: 5px;
            vertical-align: middle;
        }

    .footer-maindiv .footer1_icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 3;
        flex-shrink: 3;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 30px 0;
        background-color: #d9ebef;
        font-weight: bold;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .footer-maindiv .footer1_icons div {
            text-align: center;
            width: 16%;
            min-width: 150px;
        }

            .footer-maindiv .footer1_icons div img {
                display: block;
                margin: 20px auto;
                height: 50px;
            }

    .footer-maindiv .item-separator {
        top: 0;
        background-color: #eee;
    }

    .footer-maindiv .html-slide:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background-color: #f0f7f8;
        z-index: 0;
    }

.footer-imagebanner img {
    display: inline !important;
    margin: 20px;
}

.footer-presentation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .footer-presentation div {
        padding: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        text-align: center;
    }

        .footer-presentation div img {
            padding: 10px;
            min-width: 100px;
            display: inline-block !important;
        }

.footer-container {
    z-index: 1;
    position: relative;
    text-align: center;
}

.footer-col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    text-align: left;
    line-height: 1.5;
    font-size: 16px;
    padding: 20px 10px;
}

.html-slide .zoorate_dyn_widget {
    margin: auto;
}

.margin_40 {
    margin: 40px 0;
}

.bgcol-EEE {
    background-color: #EEE;
}

.bgcol-F6F6F6 {
    background-color: #F6F6F6;
}

body.ads .master-wrapper-page {
    width: 76%;
    margin: 60px auto 0;
    -webkit-box-shadow: 0 0 30px -10px #000;
    box-shadow: 0 0 30px -10px #000;
    z-index: 1;
    position: relative;
    background: #FFF;
    bottom: 0;
}


.tilte-hp {
    margin: auto;
    text-align: center;
    font-size: 22px;
    color: #0a758c;
    margin-bottom: 20px;
}

    .tilte-hp h1 {
        display: inline;
        font-size: 28px;
    }

.header.fixed {
    position: fixed;
    top: 0;
}

.bannerinos {
    padding: 20px 0;
}

body.ads .header.fixed {
    width: 76%;
}

.slider-wrapper.mainSlider {
    margin-top: 100px;
    padding: 0;
    margin-bottom: 30px;
}

.slider-wrapper.mainSlider {
    margin-top: 0 !important;
}

.header-Slider {
    overflow: hidden;
    height: 40px;
}

.isAdmin .slider-wrapper.mainSlider {
    margin-top: 130px;
}


@media (min-width: 1601px) {
    .link-shortcut .item-box {
        width: 13.5%;
        clear: none !important;
    }
}

@media (max-width: 1680px) {
    body.ads .master-wrapper-page {
        width: 100%;
        margin: 0 auto;
        -webkit-box-shadow: 0 0 20px -10px #000;
        box-shadow: 0 0 20px -10px #000;
        background-color: #FFF;
    }

    body.ads .header.fixed {
        width: 100%;
    }
}

@media (max-width: 1280px) {
    .link-shortcut .item-link {
        width: 25%;
    }
}

@media (max-width: 1280px) {
    .product-tags-home-list .home-tag {
        width: calc(33% - 20px);
    }
}

@media (max-width: 768px) {
    .product-tags-home-list .home-tag {
        width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .newsletter-item p {
        display: none;
    }

    .link-shortcut .item-link {
        width: 50%;
    }

    .product-tags-home-list .home-tag {
        width: calc(100% - 20px);
    }
}

/******************Zenick Common Style*********************/
.external-authentication {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title-login {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #0a758c;
    /* margin-bottom: 15px; */
    margin-top: 26px;
}

.external-authentication > div {
    width: 100%;
}

.external-authentication .facebook-login-block, .external-authentication .google-login-block {
    padding-top: 24px;
}

.btn_disabled {
    pointer-events: none;
    opacity: 0.5 !important;
}

.response-automplete-sku {
    color: gray;
    /* font-size: 12px; */
    display: inline-block;
}

.ui-autocomplete li {
    /* padding-bottom:5px; */
    /* padding-top:5px; */
    /* padding-left:5px; */
    /* background-color: red; */
}

.ui-state-active {
    background-color: whitesmoke;
}

.addressFields {
    background-color: #e7e7e7;
    padding: 5px;
}

.vl {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    border: 1px solid #f2f2f2;
    height: 284px;
    top: 301px;
}

.inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 6px 10px;
}

.cartridge-and {
    text-align: center;
    color: #0A758C;
    padding: 20px 10px 10px;
    font-size: 18px;
}

.cartridge-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
}

.formInputContainer {
    margin: 10px 0;
}

.cartridge-block > div {
    width: 100%;
    padding: 5px;
}

    .cartridge-block > div > span {
        font-weight: bold;
    }

button.slick-prev,
button.slick-next {
    position: absolute;
    top: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    opacity: .9;
    z-index: 1;
    cursor: pointer;
    top: -200px;
}

#CategoryTop_Slider button.slick-prev,
#CategoryTop_Slider button.slick-next {
    top: 50%;
}


button.slick-prev:after, button.slick-next:after {
    content: "\e5e0";
    font-size: 24px;
    z-index: 1;
    color: #0A758C;
}

button.slick-next:after {
    content: "\e5e1";
}

#SearchCartridge_Slider button.slick-prev:after, #SearchCartridge_Slider button.slick-next:after {
    color: #0A758C;
}

.slider-block button.slick-prev, .slider-block button.slick-next {
    top: 230px;
    height: 70px;
    background-color: #FFF;
    border-radius: 20px 0;
    width: 30px;
    -webkit-box-shadow: 0 4px 12px -6px #000;
    box-shadow: 0 4px 12px -6px #000;
    left: -15px;
}

.anywhere-slider button.slick-prev {
    left: 10px;
}

button.slick-next {
    right: -15px;
    left: unset !important;
}

.topBoxContainer button {
    margin-top: -125px !important;
}

#CategoryTop_Slider button.slick-prev {
    left: -15px;
}

#CategoryTop_Slider button.slick-next {
    right: -15px;
}

#SearchCartridge_Slider .slick-arrow.slick-next {
    right: -10px;
    overflow: hidden;
    outline: none;
    bottom: 0;
    height: 70px;
    background-color: #FFF;
    border-radius: 20px 0;
    width: 40px;
    -webkit-box-shadow: 0 4px 12px -6px #000;
    box-shadow: 0 4px 12px -6px #000;
    top: 30px;
}

.searchDefault {
    margin: auto;
    padding: 30px;
    text-align: center;
}

    .searchDefault img {
        max-width: 500px;
        padding-bottom: 20px;
        width: 100%;
    }

#SearchCartridge_Slider {
    background-color: #bee2e6;
    height: 130px;
    padding: 0 10px;
    border-radius: 20px 20px 20px 0;
}

    #SearchCartridge_Slider > div {
        padding: 0;
    }

    #SearchCartridge_Slider .sliderItem {
        list-style-type: none;
        opacity: 1;
        background-color: #FFF;
        margin: 15px 10px;
        text-align: center;
        outline: none;
        border-radius: 15px 15px 15px 0;
        -webkit-box-shadow: 0 6px 12px -8px #000;
        box-shadow: 0 6px 12px -8px #000;
        cursor: pointer;
    }

        #SearchCartridge_Slider .sliderItem:hover {
            opacity: 1;
        }

        #SearchCartridge_Slider .sliderItem > div {
            font-size: 14px;
            padding: 5px 15px;
            font-weight: bold;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            letter-spacing: 1px;
        }

    #SearchCartridge_Slider img {
        max-height: 70px;
        display: block;
        text-align: center;
        margin: auto;
        padding: 5px;
    }

    #SearchCartridge_Slider .slick-arrow.slick-prev {
        left: -10px;
        overflow: hidden;
        outline: none;
        bottom: 0;
        height: 70px;
        background-color: #FFF;
        border-radius: 20px 0;
        width: 40px;
        -webkit-box-shadow: 0 4px 12px -6px #000;
        box-shadow: 0 4px 12px -6px #000;
        top: 30px;
    }

    #SearchCartridge_Slider .slick-arrow i {
        padding: 0;
        width: 25px;
        line-height: 150px;
        color: #FFF;
        font-size: 28px;
        background-color: #0A758C;
    }

button.slick-next i, button.slick-prev i, button.pgn_prev i, button.pgn_next i {
    font-size: 34px;
    position: relative;
    display: inline-block;
    color: #000;
    cursor: pointer;
    padding: 20px 2px;
    background-color: #FFF;
    opacity: .8;
    -webkit-box-shadow: 0 4px 8px -4px #000;
    box-shadow: 0 4px 8px -4px #000;
    border-radius: 0 20px;
}

button.slick-next:hover, button.slick-prev:hover, button.pgn_prev:hover, button.pgn_next:hover {
    opacity: 1;
}

/**********************************************************/
.middle-absolute {
    position: absolute;
    margin-top: 29px;
    /* margin-bottom: 50%; */
}

.mini-item-box {
    /* width:20%; */
    /* display: flex; */
    /* height: 50px; */
}

.mini-product-description {
    /* float: right; */
    font-size: 12px;
    vertical-align: middle;
    height: 15px;
    display: inline-block;
}

.mini-picture {
    display: inline-block;
    /* float: left; */
    width: 10%;
    /* max-height: 50px; */
    -o-object-fit: cover;
    object-fit: cover;
}

.mini-product-item-container {
    width: 100%;
    border: 1px solid red;
}

/*Fix per google Place dropdown*/
.pac-container {
    z-index: 10000 !important;
}

.bottom-center {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* REGISTRATION, LOGIN, MY ACCOUNT */
.login-page .new-wrapper {
    position: relative;
    float: right;
    width: 49%;
    max-width: none;
    min-height: 440px;
    z-index: 1;
}

.login-page .returning-wrapper form {
    float: left;
    width: 49%;
    max-width: none;
    min-height: 440px;
}

.login-page .customer-blocks + .topic-block {
    margin-bottom: 0;
}

.returning-wrapper .form-fields, .login-page .text, .registration-page .form-fields {
    /* padding: 45px 13% 20px; */
}

.login-page .text {
    min-height: 255px;
}

.new-wrapper .text:before {
    margin: 20px 0;
}

.login-page .buttons, .registration-page .buttons, .registration-page .buttons {
    padding: 10px 13% 45px;
}

.login-page .inputs.reversed label, .login-page .inputs.reversed span {
    font-size: 15px;
    line-height: 17px;
}

.login-page .external-authentication > * {
    width: 100%;
}

.login-page .external-authentication .g_id_signin iframe {
    display: initial !important;
}

.email-a-friend-page .page-body form, .contact-page .page-body form, .apply-vendor-page .page-body form, .forum-edit-page .page-body, .password-recovery-page .page-body, .private-message-send-page .page-body, .move-topic-page .page-body {
    padding: 45px 13%;
}

.html-account-page .center-2 {
    width: calc(100% - 300px);
}

.account-page {
    padding: 10px;
    background-color: #FFF;
    margin-bottom: 30px;
    border-radius: 0 20px;
}

    .account-page .address-item > .title, .account-page .order-item > .title, .account-page .request-item > .title {
        text-align: left;
        color: #005163;
    }

    .account-page .buttons {
        padding-top: 40px;
    }

.page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.side-2 {
    width: 300px;
}

.block-account-navigation.block .title {
    display: none;
}

body.customer-pages-body {
    background: #f0f7f8;
}

.account-page h6 {
    font-size: 20px;
    margin: 0;
    font-weight: 400;
}

.info-container {
    padding-left: 5px;
    padding-bottom: 20px;
}

.account-page .col-md-12 {
    font-size: 16px;
    margin: 10px 0 30px;
}

.account-page .row h6 {
    margin: 50px 0 10px;
}

.block-account-navigation.block .listbox {
    padding: 0;
    text-align: right;
    cursor: pointer;
}

.block-account-navigation.block .list a {
    position: relative;
    display: block;
    padding: 15px 65px 15px 0;
    max-width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    color: #005163;
}

    .block-account-navigation.block .list a:hover, .block-account-navigation.block .list a:hover:after {
        color: #43e087;
    }

.block-account-navigation.block .list .active a {
    border-right: #21a08a;
    color: #21a08a;
}

.section.address-item.address-item-default .buttons:after {
    content: 'Indirizzo Predefinito';
    font-family: 'Roboto';
    font-weight: bold;
    padding: 20px 0 10px;
    display: block;
    bottom: 10px;
    left: 30px;
    line-height: 20px;
}

.block-account-navigation.block .list a:after {
    position: absolute;
    top: 50%;
    left: auto;
    right: 23px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    margin-left: 23px;
    font-size: 24px;
    font-weight: normal;
    text-transform: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.account-page .title {
    margin-bottom: 20px;
}

span.order-status, span.order-total, span.order-date, span.order-note {
    color: #21A08A;
    font-weight: bold;
    position: absolute;
    right: 0;
    white-space: nowrap;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-account-navigation.block .list .active a:after {
    color: #21a08a;
    text-shadow: 0 1px 1px #fff;
}

.block-account-navigation .customer-info a:after, .block-account-navigation .customer-vendor-info a:after {
    content: "\ea67";
}

.block-account-navigation .customer-addresses a:after {
    content: "\e55f";
}

.block-account-navigation .customer-orders a:after {
    content: "\e53b";
}

.block-account-navigation .billing-info a:after {
    content: "\ef6e";
}

.block-account-navigation .return-requests a:after {
    content: "\e31b";
}

.block-account-navigation .downloadable-products a:after {
    content: "\f001";
}

.block-account-navigation .back-in-stock-subscriptions a:after {
    content: "\e179";
}

.block-account-navigation .reward-points a:after {
    content: "\ef76";
}

.block-account-navigation .change-password a:after {
    content: "\f042";
}

.block-account-navigation .customer-check-gift-card-balance a:after {
    content: "\e8f6";
}

.block-account-navigation .customer-avatar a:after {
    content: "\e8a6";
}

.block-account-navigation .forum-subscriptions a:after {
    content: "\e064";
}

.block-account-navigation .customer-reviews a:after {
    content: "\f054";
}

.block-account-navigation .customer-gdpr a:after {
    content: "\e86c";
}

.block-account-navigation .vendor-info a:after {
    content: "\ea12";
}

.address-item .info {
    margin-bottom: 0;
    text-align: left;
}

.order-item .buttons,
.address-item .buttons {
    position: absolute;
    bottom: 0;
    padding: 10px;
    left: 0;
    right: 0;
}

.add-button.address-item .buttons {
    padding-bottom: 60px;
}

.account-page .add-button.address-item .buttons button {
    background-color: #6cacba;
    color: #FFF;
}

.address-item .buttons > div {
    background-color: #f0f7f8;
    margin: 20px -10px -10px;
    padding: 10px;
}

    .address-item .buttons > div span, .address-item .buttons > div input {
        top: 10px;
        left: 10px;
        background-color: #d3e5e8;
    }

.address-item .title {
}

.order-item .buttons {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.account-page .product-review-item .review-info {
    width: 210px;
}

.account-page .product-review-item .review-body {
    width: calc(100% - 210px);
}

.order-details-page .page-body {
    overflow: hidden;
}

.order-details-page .section.products {
    border: 1px solid #bee2e6;
    border-radius: 20px 0;
    overflow: hidden;
}

    .order-details-page .section.products > div {
        padding: 20px 10px;
    }

    .order-details-page .section.products .prod-header {
        background-color: #F0F7F8;
    }

.order-details-page .options, .order-details-page .totals {
}

.shopping-cart-page .cart-footer, .shopping-cart-page .table-wrapper {
}

.selected-checkout-attributes {
    margin-top: 0;
}

.check-gift-card-balance-page .captcha-box {
    text-align: left;
}

/* SHOPPING CART & CHECKOUT */
.shopping-cart-page .common-buttons {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.shopping-cart-page .continue-shopping-button {
}

.address-grid > div {
    max-width: none;
}

/* BLOG & NEWS */
.news-item-page .inputs:first-child label {
    display: inline-block;
}

.new-comment textarea {
    display: block;
    margin: auto;
}

/* FORUM & PROFILE */
.topic-block {
    padding: 0;
}

.forums-main-page .forums-table-section td:first-child, .forum-page .forums-table-section td:first-child {
    padding-left: 40px !important;
}

.forums-main-page .forums-table-section td:last-child, .forum-page .forums-table-section td:last-child {
    padding-right: 40px !important;
}

.forums-table-section .image div {
    width: 40px;
    height: 40px;
}

    .forums-table-section .image div:before {
        font-size: 40px;
    }

.topic-post .post-info {
    width: 190px;
    float: left;
    padding: 30px 0 30px 30px;
}

.topic-post .user-info {
    padding: 0;
}

.topic-post .username {
    margin: 0 0 10px;
}

.topic-post .avatar {
    position: static;
    margin-bottom: 10px;
}

.topic-post .post-content {
    position: relative;
    float: right;
    width: calc(100% - 190px);
    padding: 55px 30px 30px;
}

.topic-post .post-actions {
    position: absolute;
    top: 10px;
    right: 10px;
}

    .topic-post .post-actions > div.post-vote {
        float: right;
        clear: both;
    }

.topic-post .post-vote > div, .topic-post .post-vote > span {
    height: 50px;
    line-height: 50px;
}

.topic-post .post-body {
    width: 70%;
    max-width: 1000px;
}

/* WISHLIST & COMPARE LIST */
.compare-products-page .page-body {
    position: relative;
    margin: 0 -20px;
}

.compare-products-page .clear-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    text-align: center;
    border-bottom: 1px solid #eee;
    z-index: 1;
}

.compare-products-table {
    display: table;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

    .compare-products-table td {
        border-right: 1px solid #eee;
    }

.compare-products-mobile {
    display: none;
}

/* GLOBAL STYLES */
.currency-selector.desktop, .language-selector.desktop .select-wrap, .tax-display-type-selector {
    position: relative;
}

    .currency-selector.desktop:before, .language-selector.desktop .select-wrap:before, .tax-display-type-selector:before {
        content: "\6b";
        position: absolute;
        top: 50%;
        left: auto;
        right: 0;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
        display: inline-block;
        font-family: "emporium-icons";
        font-size: 7px;
        color: #ababab;
        pointer-events: none;
    }

#NavigationAccountLinks hr {
    color: transparent;
    height: 1px;
    border: none;
}

    #NavigationTags::after, #NavigationAccountLinks::after, #NavigationAccountLinks hr::after, .navigationPosition::after {
        background: -webkit-gradient(linear, left top, right top, from(rgba(151, 195, 0, 1)), to(rgba(151, 195, 0, 0)));
        background: -o-linear-gradient(left, rgba(151, 195, 0, 1) 0%, rgba(151, 195, 0, 0) 100%);
        background: linear-gradient(90deg, rgba(151, 195, 0, 1) 0%, rgba(151, 195, 0, 0) 100%);
        position: absolute;
        bottom: 0;
        display: block;
        content: "";
        left: 0;
        right: 10px;
        height: 1px;
    }

.ico-wishlist .wishlist-qty, .ico-cart .cart-qty, #topcartlink .cart-qty {
    position: absolute;
    display: inline-block;
    right: 0;
    background-color: #DBFF00;
    font-size: 12px;
    height: auto;
    padding: 3px 6px;
    width: auto;
    border-radius: 50px;
    color: #0A758C;
    text-align: center;
    font-weight: bold;
    top: 0px;
}

.ico-cart .cart-label {
    font-weight: bold;
    display: inline-block;
    height: 15px;
    white-space: nowrap;
}

.mobile-flyout-wrapper {
    text-align: center;
    z-index: 2;
    right: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
}

    .mobile-flyout-wrapper:hover {
        color: #FFF;
    }

        .mobile-flyout-wrapper:hover a.ico-cart, .mobile-flyout-wrapper:hover a.ico-cart:before {
            color: #FFF;
        }

#flyout-cart {
    padding: 0 5px;
    margin-top: 10px;
}

.mini-shopping-cart {
    display: none;
    position: absolute;
    top: 50px;
    right: 10px;
    padding-top: 8px;
}

.mobile-flyout-wrapper:hover .mini-shopping-cart {
    display: block;
}

.mini-shopping-cart > div:before {
    content: " ";
    position: absolute;
    top: -14px;
    left: auto;
    right: 10px;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.mini-shopping-cart .flyout-cart-scroll-area {
    border-radius: 40px 0 40px 40px;
    -webkit-box-shadow: 0 0 15px -5px #000;
    box-shadow: 0 0 15px -5px #000;
    width: 600px;
}

.flyout-cart .items {
    padding: 0 10px;
    max-height: calc(100vh - 400px);
    overflow: hidden;
    border-radius: 40px 0 0 0;
}

.mini-shopping-cart .right {
    width: 180px;
    text-align: right;
    padding: 10px 10px 5px;
}

.mini-shopping-cart .left {
    padding: 10px;
    width: calc(100% - 180px);
}

.mini-shopping-cart .attributes {
    margin-bottom: 10px;
}

.mini-shopping-cart .quantity {
    font-size: 14px;
    float: none;
    margin: 0;
}

    .mini-shopping-cart .quantity:after {
        content: none;
    }

.mini-shopping-cart .price i {
    font-size: 12px;
}

.ui-autocomplete img {
    width: 77px;
}

/* LEFT/RIGHT COLUMN */
.block {
}

.cart-item-row {
    border-bottom: 1px solid #bee2e6;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
}

    .cart-item-row.product-error {
        color: #FFF;
        background-color: #ed323c;
    }


.block .title {
    cursor: default;
    padding: 10px 15px;
}

    .block .title:before {
        content: none;
        display: none;
    }

.block.block-recently-viewed-products .title {
    padding: 15px 20px;
}

    .block.block-recently-viewed-products .title:before {
        display: none;
    }

.block.block-recently-viewed-products .listbox {
    padding: 0;
}

    .block.block-recently-viewed-products .listbox li {
        padding: 10px;
        border-top: 1px solid #eeeeee;
    }

        .block.block-recently-viewed-products .listbox li:first-child {
            border-top: 0;
        }

.block.block-recently-viewed-products .list a {
    color: #444444;
}

    .block.block-recently-viewed-products .list a:hover {
        color: #97c300;
    }

.block.block-recently-viewed-products .product-picture {
    display: inline-block;
    margin-right: 16px;
    width: 84px;
    vertical-align: middle;
}

.block .product-picture img {
    display: block;
    max-width: 100%;
}

.block .product-name {
    display: inline-block;
    width: calc(100% - 103px);
    vertical-align: middle;
}

/* CATEGORY PAGE & GRIDS */
.vendor-item .title a, .manufacturer-item .title a, .category-grid .item-box .title a {
    font-size: 24px;
    color: #0A758C;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: normal;
}

.category-grid .item-box .title a {
    overflow: auto;
    white-space: normal;
    -o-text-overflow: initial;
    text-overflow: initial;
}

.sliderCategory.category-grid .item-box .title a,
.sliderManufacturer.manufacturer-grid .item-box .title a {
    overflow: hidden;
    white-space: normal;
    -o-text-overflow: initial;
    text-overflow: ellipsis;
    font-size: 16px;
    text-align: center;
    display: flex;
    font-weight: bold;
    height: 45px;
    justify-content: center;
    align-content: center;
    text-align: center;
    flex-wrap: wrap;
}

.center-2 .product-grid {
    margin-bottom: 50px;
}

.advantages-item > div {
    display: block;
}

.advantages-item .picture {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f0f7f8;
}

    .advantages-item .picture a {
    }

.advantages-item .description {
    display: block;
    color: #005163;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

    .advantages-item .description p {
        line-height: 1.4;
    }

.block {
    border: none;
}

    .block .listbox {
        display: block;
    }

.center-1 .breadcrumb {
    text-align: center;
}

.mobile-name-holder .breadcrumb {
    text-align: center;
}

#products-pagesize-mobile {
    display: none !important;
}

#products-pagesize-desktop {
    display: inline-block;
}

.product-selectors .product-page-size {
    margin-left: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-selectors .product-sorting {
    margin: 0;
    white-space: nowrap;
}

.product-selectors .product-viewmode {
    display: inline-block;
    float: right;
    margin: 0;
    font-size: 0;
}

.carousel-wrapper .item-box .picture > a:after, .two-row-carousels .item-box .picture > a:after {
    content: none;
    display: none;
}

.product-list {
    margin-bottom: 30px;
}

    .product-list .add-to-cart-qty-wrapper .plus, .product-list .add-to-cart-qty-wrapper .minus {
        height: 16px;
        line-height: 16px;
    }

.center-2 .product-list .product-item:after {
    content: "";
    display: block;
    clear: both;
}

.center-2 .product-list .item-box {
    position: relative;
    width: 100%;
    margin: 0 0 15px !important;
    text-align: left;
}

    .center-2 .product-list .item-box .picture {
        float: left;
        width: 260px;
        margin-bottom: 0;
        overflow: visible;
    }

        .center-2 .product-list .item-box .picture > a:before {
            padding-top: 100% !important;
        }

        .center-2 .product-list .item-box .picture img {
            border-radius: 3px 0 0 3px;
        }

    .center-2 .product-list .item-box .details {
        margin: 0 30% 0 290px;
        padding: 30px 0 0;
        max-height: 172px;
        overflow: hidden;
    }

    .center-2 .product-list .item-box .add-info {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 30%;
        padding: 0 20px;
        text-align: center;
    }

.product-list .prices > span {
    display: block;
}

.productRental {
}

.rental {
    font-size: 12px;
    padding: 5px 0;
    border-top: 3px solid #6CACBA;
    border-bottom: 4px solid #DBFF00;
    height: 42px;
    display: none;
    line-height: 12px;
    white-space: nowrap;
}

.cart-item-row .rental {
    border: none;
    background-color: #DBFF00;
    height: unset;
    text-align: center;
    line-height: 16px;
    padding: 0 5px;
    margin: 5px 0;
    border-radius: 0 10px;
}

.rental div {
    white-space: nowrap;
}

.rental b {
    font-size: 16px;
    color: #43E087;
}

.slider-Item .productRental {
    background-color: #D2FF0A;
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

    .slider-Item .productRental br {
    }

.productRental b {
    font-size: 18px;
    padding-left: 5px;
}

.productRental i {
    font-size: 13px;
}

.product-list .item-box .old-price {
    font-size: 16px;
    color: #444444;
}

.product-list .item-box .actual-price {
    font-size: 12px;
    color: #333;
    display: block;
    text-align: right;
    position: absolute;
    bottom: 24px;
    line-height: 24px;
}

.center-2 .product-list .item-box .buttons .button-2 {
    width: auto;
    background-color: #eebe00;
    color: #fff;
    height: 40px;
    padding: 0 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.center-2 .product-list .item-box .btn-wrapper button {
    line-height: 45px;
    border-radius: 3px;
    background-color: #f2f2f2;
}

    .center-2 .product-list .item-box .btn-wrapper button:hover {
        background-color: #eaeaea;
    }

    .center-2 .product-list .item-box .btn-wrapper button:before {
        font-size: 19px;
    }

    .center-2 .product-list .item-box .btn-wrapper button:hover:before {
        color: #8c8c8c;
    }

.product-list .item-box .product-title, .product-list .item-box .title {
    height: auto;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
}

.product-list .item-box .product-rating-box {
    margin-bottom: 15px;
}

.product-list .item-box .description {
    display: none;
    height: auto;
    max-height: 81px;
    margin: 0;
    line-height: 20px;
    font-size: 15px;
    color: #8c8c8c;
}

.product-list .item-box .btn-wrapper {
    -ms-transform: none;
}

.product-list .item-box button:hover {
    background-color: #eaeaea;
}

.page-title h1 {
    font-size: 30px;
    color: #0A758C;
}

.topic-block-title h2 {
    font-size: 25px;
}

.center-2 .page-title {
    padding: 0;
}

.center-2 .item-box {
    width: 31%;
}

    .center-2 .item-box:nth-child(2n+1), .center-2 .item-box:nth-child(4n+1) {
        clear: none;
    }

    .center-2 .item-box:nth-child(3n+1) {
        clear: both;
    }

.news-list-homepage .news-item {
    width: 32.4%;
}

    .news-list-homepage .news-item:nth-child(2n+1) {
        margin-left: 1.4%;
        clear: none;
    }

    .news-list-homepage .news-item:nth-child(3n+1) {
        margin-left: 0;
        clear: left;
    }

/* PRODUCT PAGE */

.attribute-squares {
    text-align: left;
}

.product-tags-box .title, .product-details-page .product-grid .title, .shopping-cart-page .product-grid .title {
    font-size: 26px;
}

.product-variant-line .attributes-wrapper {
    margin-left: 0;
}

/* REVIEW PAGE */
.product-reviews-page .page-title {
    text-align: center;
}

.product-review-item {
    text-align: left;
}

    .product-review-item .review-content {
        overflow: hidden;
    }

    .product-review-item .product-review-box {
        padding: 2px 0 0;
    }

        .product-review-item .product-review-box .rating {
            margin: 0;
        }

    .product-review-item .review-item-head {
        text-align: left;
    }

    .product-review-item .review-info {
        float: left;
        padding: 0 20px 0 0;
        width: 13%;
        margin: 0;
    }

.product-review-helpfulness {
    float: right;
    width: 20%;
    margin: 0;
    text-align: center;
    padding-left: 20px;
}

.review-body {
    width: 67%;
    float: left;
}

.product-review-item .review-info .separator {
    display: none;
}

.product-review-item .product-review-box, .review-info .user {
    margin-bottom: 10px;
}

/* TABLES */
.data-table td label, .div-title {
    display: none;
    padding: 5px 0;
}

td.remove-from-cart label, td.add-to-cart label {
    font-size: 0;
}

td.remove-from-cart label, td.add-to-cart label {
    font-size: 0;
}

.form-label {
    padding: 40px 0 10px;
    display: inline-block;
}


.form-check {
    padding-bottom: 20px;
}

.checkbox-title {
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 800;
    display: block;
}

.accept-consent {
    padding-bottom: 10px;
}

span.info {
    color: #808080;
    font-size: 12px;
    font-style: italic;
}

span.field-icon {
    /* float: right; */
    position: absolute;
    right: 10px;
    top: 75px;
    cursor: pointer;
    z-index: 2;
}

.ok {
    font-weight: 700;
    color: green !important;
}

.ko {
    font-weight: 700;
    color: red !important;
}


.registration-button {
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}

    .registration-button button {
        margin-top: 20px;
    }

.flex-col-sep {
    gap: 30px;
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 100;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.75);
    text-align: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

    .blocker:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.05em
    }

    .blocker.behind {
        background-color: transparent
    }

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 800px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    background: rgba(255,255,255,.4);
    padding: 15px 30px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 16px -8px #000;
    box-shadow: 0 4px 16px -8px #000;
    text-align: left;
    border: 2px solid #FFF;
}

    .modal a.close-modal {
        position: absolute;
        top: -25px;
        right: -25px;
        display: block;
        width: 40px;
        height: 40px;
        font-size: 0;
        background-color: #0a758c;
        border-radius: 50px;
        text-align: center;
    }

        .modal a.close-modal:after {
            content: "\e5cd";
            display: block;
            font-size: 30px;
            color: #FFF;
            line-height: 40px;
        }

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px
}

    .modal-spinner > div {
        border-radius: 100px;
        background-color: #fff;
        height: 20px;
        width: 2px;
        margin: 0 1px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out
    }

    .modal-spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s
    }

    .modal-spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s
    }

    .modal-spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s
    }

@-webkit-keyframes sk-stretchdelay {
    0%,40%,100% {
        -webkit-transform: scaleY(0.5)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,40%,100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5)
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0)
    }
}



@media all and (max-width: 1280px) {

    .flex-col-l-12 {
        width: 100%;
    }

    .flex-col-l-11 {
        width: 91.66%;
    }

    .flex-col-l-10 {
        width: 83.33%;
    }

    .flex-col-l-9 {
        width: 75%;
    }

    .flex-col-l-8 {
        width: 66.66%;
    }

    .flex-col-l-7 {
        width: 58.33%;
    }

    .flex-col-l-6 {
        width: 50%;
    }

    .flex-col-l-5 {
        width: 41.66%;
    }

    .flex-col-l-4 {
        width: 33.33%;
    }

    .flex-col-l-3 {
        width: 25%;
    }

    .flex-col-l-2 {
        width: 16.66%;
    }

    .flex-col-l-1 {
        width: 8.33%;
    }


    .flex-gap-10 .flex-col-l-12 {
        width: calc(100% - 10px);
    }

    .flex-gap-10 .flex-col-l-11 {
        width: calc(91.66% - 10px);
    }

    .flex-gap-10 .flex-col-l-10 {
        width: calc(83.33% - 10px);
    }

    .flex-gap-10 .flex-col-l-9 {
        width: calc(75% - 10px);
    }

    .flex-gap-10 .flex-col-l-8 {
        width: calc(66.66% - 10px);
    }

    .flex-gap-10 .flex-col-l-7 {
        width: calc(58.33% - 10px);
    }

    .flex-gap-10 .flex-col-l-6 {
        width: calc(50% - 10px);
    }

    .flex-gap-10 .flex-col-l-5 {
        width: calc(41.66% - 10px);
    }

    .flex-gap-10 .flex-col-l-4 {
        width: calc(33.33% - 10px);
    }

    .flex-gap-10 .flex-col-l-3 {
        width: calc(25% - 10px);
    }

    .flex-gap-10 .flex-col-l-2 {
        width: calc(16.66% - 10px);
    }

    .flex-gap-10 .flex-col-l-1 {
        width: calc(8.33% - 10px);
    }
}



@media all and (max-width: 1024px) {

    .flex-col-md-12 {
        width: 100%;
    }

    .flex-col-md-11 {
        width: 91.66%;
    }

    .flex-col-md-10 {
        width: 83.33%;
    }

    .flex-col-md-9 {
        width: 75%;
    }

    .flex-col-md-8 {
        width: 66.66%;
    }

    .flex-col-md-7 {
        width: 58.33%;
    }

    .flex-col-md-6 {
        width: 50%;
    }

    .flex-col-md-5 {
        width: 41.66%;
    }

    .flex-col-md-4 {
        width: 33.33%;
    }

    .flex-col-md-3 {
        width: 25%;
    }

    .flex-col-md-2 {
        width: 16.66%;
    }

    .flex-col-md-1 {
        width: 8.33%;
    }

    .flex-gap-10 .flex-col-md-12 {
        width: calc(100% - 10px);
    }

    .flex-gap-10 .flex-col-md-11 {
        width: calc(91.66% - 10px);
    }

    .flex-gap-10 .flex-col-md-10 {
        width: calc(83.33% - 10px);
    }

    .flex-gap-10 .flex-col-md-9 {
        width: calc(75% - 10px);
    }

    .flex-gap-10 .flex-col-md-8 {
        width: calc(66.66% - 10px);
    }

    .flex-gap-10 .flex-col-md-7 {
        width: calc(58.33% - 10px);
    }

    .flex-gap-10 .flex-col-md-6 {
        width: calc(50% - 10px);
    }

    .flex-gap-10 .flex-col-md-5 {
        width: calc(41.66% - 10px);
    }

    .flex-gap-10 .flex-col-md-4 {
        width: calc(33.33% - 10px);
    }

    .flex-gap-10 .flex-col-md-3 {
        width: calc(25% - 10px);
    }

    .flex-gap-10 .flex-col-md-2 {
        width: calc(16.66% - 10px);
    }

    .flex-gap-10 .flex-col-md-1 {
        width: calc(8.33% - 10px);
    }
}




@media all and (max-width: 640px) {

    .flex-col-xs-12 {
        width: 100%;
    }

    .flex-col-xs-11 {
        width: 91.66%;
    }

    .flex-col-xs-10 {
        width: 83.33%;
    }

    .flex-col-xs-9 {
        width: 75%;
    }

    .flex-col-xs-8 {
        width: 66.66%;
    }

    .flex-col-xs-7 {
        width: 58.33%;
    }

    .flex-col-xs-6 {
        width: 50%;
    }

    .flex-col-xs-5 {
        width: 41.66%;
    }

    .flex-col-xs-4 {
        width: 33.33%;
    }

    .flex-col-xs-3 {
        width: 25%;
    }

    .flex-col-xs-2 {
        width: 16.66%;
    }

    .flex-col-xs-1 {
        width: 8.33%;
    }

    .flex-gap-10 .flex-col-xs-12 {
        width: calc(100% - 10px);
    }

    .flex-gap-10 .flex-col-xs-11 {
        width: calc(91.66% - 10px);
    }

    .flex-gap-10 .flex-col-xs-10 {
        width: calc(83.33% - 10px);
    }

    .flex-gap-10 .flex-col-xs-9 {
        width: calc(75% - 10px);
    }

    .flex-gap-10 .flex-col-xs-8 {
        width: calc(66.66% - 10px);
    }

    .flex-gap-10 .flex-col-xs-7 {
        width: calc(58.33% - 10px);
    }

    .flex-gap-10 .flex-col-xs-6 {
        width: calc(50% - 10px);
    }

    .flex-gap-10 .flex-col-xs-5 {
        width: calc(41.66% - 10px);
    }

    .flex-gap-10 .flex-col-xs-4 {
        width: calc(33.33% - 10px);
    }

    .flex-gap-10 .flex-col-xs-3 {
        width: calc(25% - 10px);
    }

    .flex-gap-10 .flex-col-xs-2 {
        width: calc(16.66% - 10px);
    }

    .flex-gap-10 .flex-col-xs-1 {
        width: calc(8.33% - 10px);
    }
}

@media all and (max-width: 480px) {

    .flex-col-xxs-12 {
        width: 100%;
    }

    .flex-col-xxs-11 {
        width: 91.66%;
    }

    .flex-col-xxs-10 {
        width: 83.33%;
    }

    .flex-col-xxs-9 {
        width: 75%;
    }

    .flex-col-xxs-8 {
        width: 66.66%;
    }

    .flex-col-xxs-7 {
        width: 58.33%;
    }

    .flex-col-xxs-6 {
        width: 50%;
    }

    .flex-col-xxs-5 {
        width: 41.66%;
    }

    .flex-col-xxs-4 {
        width: 33.33%;
    }

    .flex-col-xxs-3 {
        width: 25%;
    }

    .flex-col-xxs-2 {
        width: 16.66%;
    }

    .flex-col-xxs-1 {
        width: 8.33%;
    }

    .flex-gap-10 .flex-col-xxs-12 {
        width: calc(100% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-11 {
        width: calc(91.66% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-10 {
        width: calc(83.33% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-9 {
        width: calc(75% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-8 {
        width: calc(66.66% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-7 {
        width: calc(58.33% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-6 {
        width: calc(50% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-5 {
        width: calc(41.66% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-4 {
        width: calc(33.33% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-3 {
        width: calc(25% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-2 {
        width: calc(16.66% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-1 {
        width: calc(8.33% - 10px);
    }
}


.padding-10 {
    padding: 0 10px;
}

.margin-10 {
    margin: 0 10px;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.center-2 .product-list .item-box .btn-wrapper button {
    line-height: 45px;
    border-radius: 3px;
    background-color: #f2f2f2;
}

    .center-2 .product-list .item-box .btn-wrapper button:hover {
        background-color: #eaeaea;
    }

    .center-2 .product-list .item-box .btn-wrapper button:before {
        font-size: 19px;
    }

    .center-2 .product-list .item-box .btn-wrapper button:hover:before {
        color: #8c8c8c;
    }

.product-list .item-box .product-title, .product-list .item-box .title {
    height: auto;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
}

.product-list .item-box .product-rating-box {
    margin-bottom: 15px;
}

.product-list .item-box .description {
    display: none;
    height: auto;
    max-height: 81px;
    margin: 0;
    line-height: 20px;
    font-size: 15px;
    color: #8c8c8c;
}

.product-list .item-box .btn-wrapper {
    -ms-transform: none;
}

.product-list .item-box button:hover {
    background-color: #eaeaea;
}

.page-title h1 {
    font-size: 30px;
    color: #0A758C;
    text-align: left;
    margin: 10px 0;
}


.topic-page .page-title h1 {
    padding-left: 290px;
}

.topic-block-title h2 {
    font-size: 25px;
}

.payment-details-infoblock .topic-block-title h2 {
    font-size: 20px;
}

.center-2 .page-title {
    padding: 0;
}


.center-2 .account-page .page-title h1 {
    text-align: center;
    margin: 0;
}

.center-2 .item-box {
    width: 31%;
}

    .center-2 .item-box:nth-child(2n+1), .center-2 .item-box:nth-child(4n+1) {
        clear: none;
    }

    .center-2 .item-box:nth-child(3n+1) {
        clear: both;
    }

.news-list-homepage .news-item {
    width: 32.4%;
}

    .news-list-homepage .news-item:nth-child(2n+1) {
        margin-left: 1.4%;
        clear: none;
    }

    .news-list-homepage .news-item:nth-child(3n+1) {
        margin-left: 0;
        clear: left;
    }

/* PRODUCT PAGE */
/*.gallery .picture {
    padding-left: 90px;
}*/

.skeleton .gallery .picture {
    text-align: center;
}

    .skeleton .gallery .picture:after {
        content: "";
        display: block;
        max-width: 400px;
        max-height: 400px;
        background-color: #CCC;
        min-width: 300px;
        min-height: 320px;
        height: 100%;
        width: 1005;
        border-radius: 15px;
        margin: auto;
    }

.attribute-squares {
    text-align: left;
}

.product-tags-box .title, .product-details-page .product-grid .title, .shopping-cart-page .product-grid .title {
    font-size: 26px;
}

.product-variant-line .attributes-wrapper {
    margin-left: 0;
}

/* REVIEW PAGE */
.product-reviews-page .page-title {
    text-align: center;
}

.product-review-item {
    text-align: left;
}

    .product-review-item .review-content {
        overflow: hidden;
    }

    .product-review-item .product-review-box {
        padding: 2px 0 0;
    }

        .product-review-item .product-review-box .rating {
            margin: 0;
        }

    .product-review-item .review-item-head {
        text-align: left;
    }

    .product-review-item .review-info {
        float: left;
        padding: 0 20px 0 0;
        width: 13%;
        margin: 0;
    }

.product-review-helpfulness {
    float: right;
    width: 20%;
    margin: 0;
    text-align: center;
    padding-left: 20px;
}

.review-body {
    width: 67%;
    float: left;
}

.product-review-item .review-info .separator {
    display: none;
}

.product-review-item .product-review-box, .review-info .user {
    margin-bottom: 10px;
}

/* TABLES */
.data-table td label, .div-title {
    display: none;
    padding: 5px 0;
}

td.remove-from-cart label, td.add-to-cart label {
    font-size: 0;
}

td.remove-from-cart label, td.add-to-cart label {
    font-size: 0;
}

.form-label {
    padding: 10px 0 5px;
    display: inline-block;
    line-height: 20px;
}


.form-check {
    padding-bottom: 20px;
}

.checkbox-title {
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 800;
    display: block;
}

span.info {
    color: #808080;
    font-size: 12px;
    font-style: italic;
}

span.field-icon {
    /* float: right; */
    position: absolute;
    right: 10px;
    top: 43px;
    cursor: pointer;
    z-index: 2;
}

.ok {
    font-weight: 700;
    color: green;
}

.ko {
    font-weight: 700;
    color: red;
}


.registration-button {
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}

    .registration-button button {
        margin-top: 20px;
    }

.nextArrival {
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: aliceblue;
    border-radius: 20px 0;
    line-height: 30px;
    font-weight: bold;
}

.cart .nextArrival {
    text-align: center;
    display: block;
    width: 100%;
    padding: 5px;
    background-color: aliceblue;
    border-radius: 20px;
    color: #C00;
    line-height: 20px;
}

.nextArrival span {
    position: absolute;
    padding: 0 10px;
    top: 10px;
    cursor: pointer;
    opacity: .7;
}

    .nextArrival span:hover {
        opacity: 1;
    }

.slider-Item .nextArrival,
.item-box .nextArrival {
    padding: 5px 0;
    background-color: transparent;
    line-height: 16px;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    text-align: center;
}

    .slider-Item .nextArrival span,
    .item-box .nextArrival span {
        right: 0;
        padding: 0;
    }

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    text-align: left;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    gap: 5px;
    align-items: center;
}

.edit-address .flex-row {
    gap: 0;
}

    #modalShipping .button-1 {
        margin: 5px 0;
    }

#updateHTMLBilling .flex-row {
    align-items:flex-start;
}

.flex-col-sep {
}

.flex-col-12 {
    width: 100%;
}

.flex-col-11 {
    width: 91.66%;
}

.flex-col-10 {
    width: 83.33%;
}

.flex-col-9 {
    width: 75%;
}

.flex-col-8 {
    width: 66.66%;
}

.flex-col-7 {
    width: 58.33%;
}

.flex-col-6 {
    width: 50%;
}

.flex-col-5 {
    width: 41.66%;
}

.flex-col-4 {
    width: 33.33%;
}

.flex-col-3 {
    width: 25%;
}

.flex-col-2 {
    width: 16.66%;
}

.flex-col-1 {
    width: 10.33%;
}

.flex-gap-10 .flex-col-12 {
    width: calc(100% - 10px);
}

.flex-gap-10 .flex-col-11 {
    width: calc(91.66% - 10px);
}

.flex-gap-10 .flex-col-10 {
    width: calc(83.33% - 10px);
}

.flex-gap-10 .flex-col-9 {
    width: calc(75% - 10px);
}

.flex-gap-10 .flex-col-8 {
    width: calc(66.66% - 10px);
}

.flex-gap-10 .flex-col-7 {
    width: calc(58.33% - 10px);
}

.flex-gap-10 .flex-col-6 {
    width: calc(50% - 10px);
}

.flex-gap-10 .flex-col-5 {
    width: calc(41.66% - 10px);
}

.flex-gap-10 .flex-col-4 {
    width: calc(33.33% - 10px);
}

.flex-gap-10 .flex-col-3 {
    width: calc(25% - 10px);
}

.flex-gap-10 .flex-col-2 {
    width: calc(16.66% - 10px);
}

.flex-gap-10 .flex-col-1 {
    width: calc(8.33% - 10px);
}

.skeleton .flex-gap-10 .flex-col-6 {
    height: 20px;
    margin: 10px 0;
}

    .skeleton .flex-gap-10 .flex-col-6:after {
        background: #CCC;
        content: "";
        display: block;
        height: 25px;
        width: 40%;
        position: absolute;
        top: 0;
        border-radius: 15px;
    }

    .skeleton .flex-gap-10 .flex-col-6 .spec-value {
        background-color: #CCC;
        height: 25px;
        width: 40%;
        display: block;
        position: absolute;
        right: 15%;
        border-radius: 15px;
    }


.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 100;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.75);
    text-align: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

    .blocker:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.05em
    }

    .blocker.behind {
        background-color: transparent
    }

.grenke-boxes {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: left;
    flex-flow: wrap;
    gap: 20px;
    padding: 20px 0;
    margin-top: 20px;
    border-radius: 15px;
}

.rental-selection {
    position: absolute;
    top: 25px;
    left: 15px;
}

.payment-disabled .rental-selection {
    display: none;
}

.rental-selection-info {
    margin-left: 50px;
    border-left: 3px solid #DBFF00;
    padding-left: 20px;
    color: #0A758C;
}

.grenke-boxes .price-box {
    padding: 15px 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    width: calc(32% - 5px);
    border: 1px solid #6CACBA;
    border-radius: 15px;
    background-color: #FFF;
    opacity: .75;
    transform: scale(1);
    transition: transform .3s;
    cursor: pointer;
    text-align: left;
}

#modalRental .rentalPopUp-title {
    font-size: 22px;
    font-weight: bold;
}

#modalRental .rentalPopUp-subTitle {
    padding: 10px 0;
    line-height: 20px;
}

#modalRental .rentalPopUp-note {
    line-height: 20px;
    font-size: 12px;
}

#modalRental .rentalPopUp-buttons {
    padding: 30px 0;
    text-align: center;
}

.grenke-boxes .price-box:hover {
    opacity: 1;
    transform: scale(1.05);
}


.grenke-boxes .price-box div > div {
    line-height: 22px;
}

.grenke-boxes .price-box select {
}

.grenke-boxes .price-box > div.box-duration {
    color: #005163;
    font-weight: 700;
}

.grenke-boxes .price-box div.single-price {
    font-weight: 700;
    font-size: 20px;
    color: #005163;
}

    .grenke-boxes .price-box div.single-price span {
        font-size: 12px;
    }

.grenke-boxes .price-box div {
    display: block;
}

.grenke-boxes .box-carepack {
    font-weight: bold;
}


.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 800px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    background: rgba(255,255,255,.4);
    padding: 10px;
    border-radius: 25px;
    -webkit-box-shadow: 0 4px 16px -8px #000;
    box-shadow: 0 4px 16px -8px #000;
    text-align: left;
    border: 2px solid #FFF;
}

#modalRental {
    background-color: #F0F7F8;
}

.modal .modal-header button {
    display: none;
}

.modal .modal-title {
    font-size: 24px;
    line-height: 48px;
}

.modal a.close-modal {
    position: absolute;
    top: -25px;
    right: -25px;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0;
    background-color: #0a758c;
    border-radius: 50px;
    text-align: center;
}

    .modal a.close-modal:after {
        content: "\e5cd";
        display: block;
        font-size: 30px;
        color: #FFF;
        line-height: 40px;
    }

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px
}

    .modal-spinner > div {
        border-radius: 100px;
        background-color: #fff;
        height: 20px;
        width: 2px;
        margin: 0 1px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out
    }

    .modal-spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s
    }

    .modal-spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s
    }

    .modal-spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s
    }

@-webkit-keyframes sk-stretchdelay {
    0%,40%,100% {
        -webkit-transform: scaleY(0.5)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,40%,100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5)
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0)
    }
}



@media all and (max-width: 1280px) {

    .flex-col-l-12 {
        width: 100%;
    }

    .flex-col-l-11 {
        width: 91.66%;
    }

    .flex-col-l-10 {
        width: 83.33%;
    }

    .flex-col-l-9 {
        width: 75%;
    }

    .flex-col-l-8 {
        width: 66.66%;
    }

    .flex-col-l-7 {
        width: 58.33%;
    }

    .flex-col-l-6 {
        width: 50%;
    }

    .flex-col-l-5 {
        width: 41.66%;
    }

    .flex-col-l-4 {
        width: 33.33%;
    }

    .flex-col-l-3 {
        width: 25%;
    }

    .flex-col-l-2 {
        width: 16.66%;
    }

    .flex-col-l-1 {
        width: 8.33%;
    }


    .flex-gap-10 .flex-col-l-12 {
        width: 100%;
    }

    .flex-gap-10 .flex-col-l-11 {
        width: calc(91.66% - 10px);
    }

    .flex-gap-10 .flex-col-l-10 {
        width: calc(83.33% - 10px);
    }

    .flex-gap-10 .flex-col-l-9 {
        width: calc(75% - 10px);
    }

    .flex-gap-10 .flex-col-l-8 {
        width: calc(66.66% - 10px);
    }

    .flex-gap-10 .flex-col-l-7 {
        width: calc(58.33% - 10px);
    }

    .flex-gap-10 .flex-col-l-6 {
        width: calc(50% - 10px);
    }

    .flex-gap-10 .flex-col-l-5 {
        width: calc(41.66% - 10px);
    }

    .flex-gap-10 .flex-col-l-4 {
        width: calc(33.33% - 10px);
    }

    .flex-gap-10 .flex-col-l-3 {
        width: calc(25% - 10px);
    }

    .flex-gap-10 .flex-col-l-2 {
        width: calc(16.66% - 10px);
    }

    .flex-gap-10 .flex-col-l-1 {
        width: calc(8.33% - 10px);
    }
}



@media all and (max-width: 1024px) {

    .flex-col-md-12 {
        width: 100%;
    }

    .flex-col-md-11 {
        width: 91.66%;
    }

    .flex-col-md-10 {
        width: 83.33%;
    }

    .flex-col-md-9 {
        width: 75%;
    }

    .flex-col-md-8 {
        width: 66.66%;
    }

    .flex-col-md-7 {
        width: 58.33%;
    }

    .flex-col-md-6 {
        width: 50%;
    }

    .flex-col-md-5 {
        width: 41.66%;
    }

    .flex-col-md-4 {
        width: 33.33%;
    }

    .flex-col-md-3 {
        width: 25%;
    }

    .flex-col-md-2 {
        width: 16.66%;
    }

    .flex-col-md-1 {
        width: 8.33%;
    }

    .flex-gap-10 .flex-col-md-12 {
        width: calc(100% - 10px);
    }

    .flex-gap-10 .flex-col-md-11 {
        width: calc(91.66% - 10px);
    }

    .flex-gap-10 .flex-col-md-10 {
        width: calc(83.33% - 10px);
    }

    .flex-gap-10 .flex-col-md-9 {
        width: calc(75% - 10px);
    }

    .flex-gap-10 .flex-col-md-8 {
        width: calc(66.66% - 10px);
    }

    .flex-gap-10 .flex-col-md-7 {
        width: calc(58.33% - 10px);
    }

    .flex-gap-10 .flex-col-md-6 {
        width: calc(50% - 10px);
    }

    .flex-gap-10 .flex-col-md-5 {
        width: calc(41.66% - 10px);
    }

    .flex-gap-10 .flex-col-md-4 {
        width: calc(33.33% - 10px);
    }

    .flex-gap-10 .flex-col-md-3 {
        width: calc(25% - 10px);
    }

    .flex-gap-10 .flex-col-md-2 {
        width: calc(16.66% - 10px);
    }

    .flex-gap-10 .flex-col-md-1 {
        width: calc(8.33% - 10px);
    }
}




@media all and (max-width: 640px) {

    .flex-col-xs-12 {
        width: 100%;
    }

    .flex-col-xs-11 {
        width: 91.66%;
    }

    .flex-col-xs-10 {
        width: 83.33%;
    }

    .flex-col-xs-9 {
        width: 75%;
    }

    .flex-col-xs-8 {
        width: 66.66%;
    }

    .flex-col-xs-7 {
        width: 58.33%;
    }

    .flex-col-xs-6 {
        width: 50%;
    }

    .flex-col-xs-5 {
        width: 41.66%;
    }

    .flex-col-xs-4 {
        width: 33.33%;
    }

    .flex-col-xs-3 {
        width: 25%;
    }

    .flex-col-xs-2 {
        width: 16.66%;
    }

    .flex-col-xs-1 {
        width: 8.33%;
    }

    .flex-gap-10 .flex-col-xs-12 {
        width: calc(100% - 10px);
    }

    .flex-gap-10 .flex-col-xs-11 {
        width: calc(91.66% - 10px);
    }

    .flex-gap-10 .flex-col-xs-10 {
        width: calc(83.33% - 10px);
    }

    .flex-gap-10 .flex-col-xs-9 {
        width: calc(75% - 10px);
    }

    .flex-gap-10 .flex-col-xs-8 {
        width: calc(66.66% - 10px);
    }

    .flex-gap-10 .flex-col-xs-7 {
        width: calc(58.33% - 10px);
    }

    .flex-gap-10 .flex-col-xs-6 {
        width: calc(50% - 10px);
    }

    .flex-gap-10 .flex-col-xs-5 {
        width: calc(41.66% - 10px);
    }

    .flex-gap-10 .flex-col-xs-4 {
        width: calc(33.33% - 10px);
    }

    .flex-gap-10 .flex-col-xs-3 {
        width: calc(25% - 10px);
    }

    .flex-gap-10 .flex-col-xs-2 {
        width: calc(16.66% - 10px);
    }

    .flex-gap-10 .flex-col-xs-1 {
        width: calc(8.33% - 10px);
    }
}

@media all and (max-width: 480px) {

    .flex-col-xxs-12 {
        width: 100%;
    }

    .flex-col-xxs-11 {
        width: 91.66%;
    }

    .flex-col-xxs-10 {
        width: 83.33%;
    }

    .flex-col-xxs-9 {
        width: 75%;
    }

    .flex-col-xxs-8 {
        width: 66.66%;
    }

    .flex-col-xxs-7 {
        width: 58.33%;
    }

    .flex-col-xxs-6 {
        width: 50%;
    }

    .flex-col-xxs-5 {
        width: 41.66%;
    }

    .flex-col-xxs-4 {
        width: 33.33%;
    }

    .flex-col-xxs-3 {
        width: 25%;
    }

    .flex-col-xxs-2 {
        width: 16.66%;
    }

    .flex-col-xxs-1 {
        width: 8.33%;
    }

    .flex-gap-10 .flex-col-xxs-12 {
        width: calc(100% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-11 {
        width: calc(91.66% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-10 {
        width: calc(83.33% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-9 {
        width: calc(75% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-8 {
        width: calc(66.66% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-7 {
        width: calc(58.33% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-6 {
        width: calc(50% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-5 {
        width: calc(41.66% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-4 {
        width: calc(33.33% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-3 {
        width: calc(25% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-2 {
        width: calc(16.66% - 10px);
    }

    .flex-gap-10 .flex-col-xxs-1 {
        width: calc(8.33% - 10px);
    }
}


.padding-10 {
    padding: 0 10px;
}

.margin-10 {
    margin: 0 10px;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.flex-gap-10 {
    gap: 5px;
    padding: 0;
}











.exclTax {
    display: inline-block;
}

.inclTax {
    display: none;
}







/* Pagine Statiche */

.sidenav h3 {
    font-size: 26px;
    color: #005163;
    padding-right: 30px;
    font-weight: normal;
}

    .sidenav h3:after {
        content: "\e5cf";
        position: absolute;
        right: -6px;
        top: 0;
        font-size: 34px;
        line-height: 40px;
    }

.sidenav .side-block.opened h3:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

td.celle {
    border: 2px solid #F0F7F8;
    background-color: white;
    padding: 10px;
}

td.intestazionetab {
    background-color: #0A758C;
    color: #F0F7F8;
    font-weight: bold;
    padding: 10px;
}

.inputte {
    width: 100%;
    border: 2px solid #0A758C;
    border-radius: 50px;
    height: 30px;
}

a {
    color: #0a758c;
}

/* menu */
.sidenav {
    width: 270px;
    position: sticky;
    z-index: 1;
    padding-right: 20px;
    text-align: right;
    font-weight: bold;
    top: 200px;
}

    .sidenav a {
        text-decoration: none;
        font-size: 16px;
        display: block;
        padding-right: 30px;
        line-height: 40px;
        font-weight: normal;
        text-align: right;
    }

    .sidenav a {
        text-transform: lowercase;
    }

        .sidenav a:first-letter {
            text-transform: uppercase;
        }

        .sidenav a.contatti,
        .sidenav a.privacy,
        .sidenav a.faq {
            text-transform: uppercase;
        }


        .sidenav a:after {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 24px;
            line-height: 40px;
        }

        .sidenav a:after {
            font-family: "Material Symbols Outlined";
        }

        .sidenav a.chi-siamo:after {
            content: "\e88a";
        }

        .sidenav a.dove-siamo:after {
            content: "\e177";
        }

        .sidenav a.certificazioni:after {
            content: "\e7af";
        }

        .sidenav a.soddisfazione:after {
            content: "\e7af";
        }

        .sidenav a.catalogo:after {
            content: "\e885";
        }

        .sidenav a.condizioni:after {
            content: "\f05b";
        }

        .sidenav a.pagamenti:after {
            content: "\e926";
        }

        .sidenav a.consegne:after {
            content: "\e558";
        }

        .sidenav a.garanzie:after {
            content: "\e8e8";
        }

        .sidenav a.reso:after {
            content: "\e860";
        }

        .sidenav a.contatti:after {
            content: "\e151";
        }

        .sidenav a.privacy:after {
            content: "\e8f4";
        }

        .sidenav a.faq:after {
            content: "\f04c";
        }

        .sidenav a.cartucce:after {
            content: "\e8ad";
        }

        .sidenav a.magazine:after {
            content: "\eb81";
        }

        .sidenav a.docente:after {
            content: "\efec";
        }

        .sidenav a.distruggidocumenti:after {
            content: "\f08b";
        }

        .sidenav a.timbri:after {
            content: "\e982";
        }

        .sidenav a.buste:after {
            content: "\ea0e";
        }

        .sidenav a.raccoglitori:after {
            content: "\e2c8";
        }

        .sidenav a.quaderni:after {
            content: "\e745";
        }

        .sidenav a.cartelle:after {
            content: "\f1c8";
        }

        .sidenav a.contenitori:after {
            content: "\e1a1";
        }

        .sidenav a.faldoni:after {
            content: "\e267";
        }

        .sidenav a.scatole:after {
            content: "\f1f4";
        }

        .sidenav a.cucitrici:after {
            content: "\e256";
        }

        .sidenav a.carta:after {
            content: "\e06f";
        }

        .sidenav a.scarpe:after {
            content: "\e566";
        }

        .sidenav a.pennarelli:after {
            content: "\e746";
        }

        .sidenav a:hover {
            color: #0A758C;
            opacity: 1;
        }

    .sidenav .side-block {
        margin-bottom: 50px;
        cursor: pointer;
    }

        .sidenav .side-block.opened {
        }


        .sidenav .side-block .side-block-container {
            height: 0;
            overflow: hidden;
            -webkit-transition-delay: .4s;
            -o-transition-delay: .4s;
            transition-delay: .4s;
        }

        .sidenav .side-block.opened .side-block-container {
            height: auto;
        }

.paragrafi {
    color: #0A758C;
}

    .paragrafi.active {
        color: #18c139;
        opacity: 1;
    }

.main {
    text-align: justify;
    width: calc(100% - 269px);
    padding: 10px;
}

    .main h2 {
        color: #0A758C;
        padding-bottom: 20px;
        padding-top: 50px;
    }

#famiglia1 {
    height: 50px;
    position: relative;
    color: #0A758C;
    font-weight: bold;
    width: 100%;
    text-decoration: none;
    text-align: right;
    background: none;
    border: none;
    cursor: pointer;
    margin-top: 40px;
}

#famiglia2, #famiglia3 {
    height: 90px;
    position: relative;
    color: #0A758C;
    font-weight: bold;
    width: 100%;
    text-decoration: none;
    text-align: right;
    background: none;
    border: none;
    cursor: pointer;
    margin-top: 40px;
}

.consegna td.celle {
    width: 25%;
}

/* fine menu */

/*pagina contatti*/
.contattacibig {
    width: 100%;
}

.contattacipic:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.contattacipic {
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 5px lightblue;
    box-shadow: 5px 5px 5px lightblue;
    border-radius: 15px 15px 30px 0;
    position: relative;
    width: 250px;
    height: 250px;
    display: inline-block;
    vertical-align: top;
    background-color: white;
    margin: 20px 20px 0 0;
}

.bottonecontattaci {
    border-radius: 0 0 50px 0;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 100%;
    background-color: #0A758C;
    color: white;
    text-align: center;
    font-size: 18px;
    border: none;
    text-decoration: none;
}

#frame1, #frame2, #frame3, #frame4 {
    width: 100%;
    background: white;
    display: none;
    margin-top: 40px;
}

.submitte {
    cursor: pointer;
    width: 120px;
    background: #43E087;
    color: white;
    padding: 10px 35px;
    font-size: 18px;
    border: none;
    border-radius: 0 50px 50px 80px;
    text-decoration: none;
    font-weight: bold;
}

    .submitte:hover {
        background: #0A758C;
    }

#sfondo {
    position: relative;
    width: 100%;
}

.main.sfondo-chisiamo:before {
    content: "";
    background-image: url('/images/mongolfiera.svg');
    background-size: 40%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-position: right;
}

#sfondocontatti {
    height: 90vh;
    position: relative;
    width: 100%;
}

.main.sfondo-contatti:before {
    content: "";
    background-image: url('/images/contatti.svg');
    background-size: 40%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-position: right;
}

#sfondocontatti {
    height: 90vh;
    position: relative;
    width: 100%;
}

.combination_main {
}

.main.sfondo-contatti:before {
    content: "";
    background-image: url('/images/contatti.svg');
    background-size: 40%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-position: right;
}

.logofooter {
    width: 80px;
    position: absolute;
    top: 10px;
    left: -90px;
}

.logofooter {
    width: 80px;
}

er {
    width: 80px;
}

.contact-us-input {
    margin-bottom: 10px !important;
    padding: 10px 15px;
    font-family: 'Roboto';
}

.letterspacing-1 {
    letter-spacing: -1px;
}

.payment-disabled {
    background-color: #bbd9df !important;
    opacity: .7;
}

.grenke-message-notcomplete {
    display: block;
    color: #567a8b;
    text-align: center;
    border: solid 4px #edba2b;
    padding: 12px;
}

.discountinfo {
    display: inline-block;
    font-size: 12px;
    width: 320px;
    border-left: dotted 2px #e63daf;
    padding: 3px;
    margin-top: 5px;
    line-height: 17px;
    background: #e63daf12;
    width: calc(100% - 60px);
}

/*****DISCOUNT*****/
.discountname {
    display: block;
    /* height: 26px; */
    position: absolute;
    line-height: 16px;
    background: #e63daf;
    border-radius: 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 5px 5px 5px 5px;
    z-index: 1;
    /* width: 54px; */
    /* text-align: left;*/
}

.item-box .discountname {
    top: -10px;
    left: 10px;
    display: none;
}

.slider-Item .discountname {
    top: -277px;
    left: 13px;
}

.cart-item-row .discountname {
    position: relative;
    text-align: left;
    max-width: 125px;
    display: inline-block;
}

.discountname span:before {
    position: absolute;
    content: "\ea0b";
    width: 18px;
    height: 18px;
    left: 0;
    font-size: 18px;
    font-weight: 100;
    line-height: 15px;
}

.product-details-page .discountname {
    transform: scale(1.5);
    top: -151px;
    left: -240px;
}

.cart-item-row .specialprice {
    background-color: #DBFF00;
    color: #0A758C;
    text-transform: uppercase;
    font-size: 12px;
}


/*AFFILIAZIONE*/
.account-affiliate .dt-input {
    background-color: #FFF !important;
}

.account-affiliate .sorting_1 div {
    display: flex;
}

button.couponButton {
    height: 38px;
    border-radius: 0 25px 25px 0;
    width: 60px;
    margin-left: -5px;
    border: 1px solid #0A758C;
    background-color: #0A758C;
    color: #FFF;
}

input.couponText {
    width: 120px;
    font-size: 16px;
    border-radius: 25px 0 0 25px;
    padding-right: 0px;
    height: 38px;
    background-color: #FFF;
    border-color: #0A758C;
}

#btnAffiliateCode {
    display: inline-block
}

    #btnAffiliateCode button.couponButton {
        border-radius: 25px;
        background-color: #bee2e6;
        color: #0A758C;
        margin: 0 10px;
        height: 30px;
        top: -2px;
    }

button.couponButton.used {
    cursor: not-allowed;
}

.affilitateContainer {
    display: flex;
    align-items: flex-start;
}

.affiliateBlock {
    background: #f0f7f8;
    padding: 20px;
    margin: 10px;
    border-radius: 25px !important;
    box-shadow: 0 5px 0 #bee2e6;
    text-align: left;
}

    .affiliateBlock.w1 {
        width: calc(100% - 360px);
    }

    .affiliateBlock.w2 {
        width: 320px;
    }

    .affiliateBlock.w100 {
        width: calc(100% - 20px);
    }

.account-affiliate .dt-input {
    background-color: #FFF !important;
}

.account-affiliate .sorting_1 div {
    display: flex;
}

.giftUsed_Y:before {
    position: relative;
    display: block;
    content: "\e86c";
    font-family: 'Material Icons';
    font-size: 18px;
    color: #090;
}

.giftUsed_N:before {
    position: relative;
    display: block;
    content: "\e836";
    font-family: 'Material Icons';
    font-size: 18px;
    color: #C00;
}

.account-page .address-item > .title, .account-page .order-item > .title, .account-page .request-item > .title {
    text-align: left;
    color: #005163;
}

.account-page .buttons {
}

.affiliateForm {
    background: #f0f7f8;
    text-align: left;
}

    .affiliateForm button {
        margin-top: 18px !important;
    }

.affiliate_col1 {
    padding: 10px 0px;
}

    .affiliate_col1 span {
        padding-left: 10px;
    }

.block-account-navigation .customer-affiliate a:after {
    content: "\ebcb";
}

.affiliate_code {
    background-color: #0a758c;
    border-radius: 15px 0 15px 0;
    padding: 5px 10px;
    color: #FFF;
}


.box-login {
    /* border: solid 5px #43e087; */
    padding: 9px;
    border-radius: 15px;
    max-width: 400px;
    margin: 30px 10px 30px 10px;
    box-shadow: 0 5px 15px -5px #6cacba;
    /* height: 520px; */
    border-radius: 20px 20px 20px 0;
    opacity: 1;
    background-color: #fff;
}

.login-bg {
    /* background:url('/images/uploaded/webp-hp/sfondo-offerte-esclusive-click.webp'); */
    /* width: 102%; */
    background: url(/images/uploaded/webp-hp/sfondo-offerte-esclusive-click.webp);
    background-size: cover;
    /* position: relative; */
    border-radius: 15px;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    /* gap: 20px; */
    /* height: 584px; */
    /* top: -21px; */
    /* left: -20px; */
    /* padding: 30px 0px 30px 0px; */
    margin-bottom: 70px;
}

.videolinks {
    display: flex;
    justify-content: space-evenly
}

    .videolinks img {
        width: 75px;
    }

    .videolinks div:before {
        content: "";
        display: block;
        position: absolute;
        top: calc(50% - 10px);
        width: 30px;
        height: 20px;
        background-image: url(/images/youtube_logo.png);
        z-index: 1;
        background-size: cover;
        left: calc(50% - 15px);
        pointer-events: none
    }

.faq-list-component {
    text-align: justify;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}


.faq-blocco {
    margin: 0 30px 5px 0;
    width: 100%;
}

.faq-accordion {
    background-color: #f0f7f8;
    color: #09748a;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .faq-accordion:after {
        content: "\e5cf";
        position: absolute;
        right: 6px;
        top: 3px;
        font-size: 34px;
        /* line-height: 40px; */
    }



    .faq-accordion-attivo, .faq-accordion:hover {
        background-color: #09748a;
        color: white;
    }

        .faq-accordion-attivo:after {
            /*content: "\e5cf";
        position: absolute;
        right: -6px;
        top: 0;
        font-size: 34px;
        line-height: 40px;*/
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.faq-panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    color: #09748a;
    font-size: 16px;
    text-align: justify;
    padding: 30px;
}

.faq-title {
    color: #09748a !important;
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    /* font-size: 24px; */
    line-height: 40px;
}

    .faq-title:after {
        content: "\f04c";
        position: relative;
        right: 0;
        top: 5px;
        font-size: 24px;
        line-height: 40px;
        /* font-family: "Material Symbols Outlined"; */
    }

#NavigationContainer .macroCatBox {
    background-color: #FFF;
    color: #000;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.root-category-items-mobile {
    width: 50%;
    padding: 5px 10px;
}

#NavigationContainer .macroCatBox a {
    color: #0A758C;
    background-color: #FFF;
    font-size: 14px;
    font-weight: bold;
    white-space: normal;
    line-height: 21px;
    padding: 0 5px;
    height: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 15px 15px -20px #000 inset;
}

#NavigationContainer .macroCatPicture {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #NavigationContainer .macroCatPicture img {
        height: 50px;
    }

#NavigationContainer .root-category-items-mobile .sublist-wrap {
    background-color: #0A758C;
}

#NavigationContainer .root-category-items-mobile .sublist-title {
    background-color: unset;
    text-align: right;
}

    #NavigationContainer .root-category-items-mobile .sublist-title > a {
        color: #FFF;
        font-size: 22px;
        letter-spacing: -0.5px;
    }

#NavigationContainer .root-category-items-mobile .sublist a {
    color: #FFF;
    font-size: 14px;
    letter-spacing: -0.2px;
    font-weight: normal;
}

#NavigationContainer .root-category-items-mobile.selected .sublist-wrap .sublist {
    background-color: #0A758C;
}

#NavigationContainer .root-category-items-mobile .sublist li span {
    color: #FFF;
}

#NavigationContainer .root-category-items-mobile .sublist .sublist li a {
    color: #FFF;
}

.mainListMenu.sublistMobile {
    display: block;
}

#btn-gobackShipping,
#btn-gobackShippingMethod,
#btn-gobackPaymentMethod {
    display: none;
    background-color: #0a758c;
}

.mainListMenu.sublist {
    display: none;
}

.category-navigation-list {
    display: block;
}

.category-navigation-list-mobile {
    display: none;
}

.productPrice_sliderLabel {
    display: none;
    background-color: #D2FF0A;
    color: #337389;
    text-align: center;
    padding: 5px;
    font-weight: bold;
}

.productRental_sliderLabel {
    display: none;
    background-color: #337389;
    color: #D2FF0A;
    text-align: center;
    padding: 5px;
    font-weight: bold;
}
