﻿/*Style that is common for many pages*/
/*Checkout, category page, product page*/
:root {
    --swiper-navigation-color: #2c2c2c !important;
    --swiper-navigation-size: 12px !important;
}

/*override noUi slider CSS*/
.noUi-connects-custom {
    border-radius: 8px !important;
}

.noUi-connect-custom {
    background: #E15726 !important;
}

.noUi-target-custom {
    background: #e7e7e7 !important;
    border: none !important;
    border-radius: 2px !important;
    height: 6px !important;
}

.noUi-handle-custom {
    width: 32px !important;
    height: 32px !important;
    border: 6px solid #E15726 !important;
    border-radius: 50% !important;
    top: -14px !important;
    background: #fff !important;
    cursor: pointer !important;
}

    .noUi-handle-custom::after, .noUi-handle-custom::before {
        display: none !important;
    }


.noUi-tooltip-custom {
    background: transparent !important;
    color: #E15726 !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
}

@media only screen and (max-width: 425px) {

    .slideleft, .slideright {
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

    .slideleft {
        width: 40px;
    }

    .slideright {
        width: 100%;
    }
}

.selected-value {
    background: red;
}

.breadcrumb ul {
    font-size: 0;
    display: inline-flex;
}


@media all and (max-width: 1400px) {
    .breadcrumb ul a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media all and (min-width: 1300px) {
    .breadcrumb ul {
        max-width: 1280px;
    }
}

.breadcrumb li {
    display: flex;
}

.breadcrumb .current-item {
    width: clamp(50px, 130px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scrollbar-modifier::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

/*.scrollbar-modifier::-webkit-scrollbar-thumb {
    background-color: #f5f5f5;
    border-radius: 4px;
}*/

.scrollbar-modifier::-webkit-scrollbar-thumb {
    background-color: #F04D24;
    border-radius: 4px;
}

.scrollbar-modifier::-webkit-scrollbar-corner {
    border-radius: 4px;
}

/*DATEPICKER CSS*/
.ui-datepicker, .ui-datepicker-header {
    background-color: #fff;
    color: #6e6e6e;
    border: none
}

.ui-datepicker {
    width: 280px;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    font-family: Inter,sans-serif
}

.ui-datepicker-header {
    position: relative;
    height: 32px;
    border-radius: 0;
    background-image: none;
    padding: 0 !important;
    font-weight: 400
}

    .ui-datepicker-header a {
        position: absolute;
        z-index: 1;
        line-height: 32px;
        font-size: 0;
        top: 0 !important;
        width: 32px !important;
        height: 32px !important;
        border: none !important
    }

        .ui-datepicker-header a.ui-datepicker-prev {
            left: 0;
            background: url('../images/calendar-prev.png') center no-repeat
        }

        .ui-datepicker-header a.ui-datepicker-next {
            right: 0;
            background: url('../images/calendar-next.png') center no-repeat
        }

.ui-datepicker-title {
    position: relative;
    z-index: 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px !important
}

.ui-datepicker-calendar {
    margin: 0 !important;
    font-size: 14px !important
}

    .ui-datepicker-calendar th {
        background-color: #eee
    }

    .ui-datepicker-calendar td, .ui-datepicker-calendar th {
        width: 14.285%;
        border: 1px solid #ddd;
        padding: 0
    }

        .ui-datepicker-calendar td a, .ui-datepicker-calendar th span {
            display: block;
            min-height: 32px;
            line-height: 32px;
            color: #444
        }

        .ui-datepicker-calendar td a {
            border: none !important;
            background: 0 0 !important;
            padding: 0;
            text-align: center;
            color: #444 !important
        }

.datepicker-container {
    background-color: #fff;
    direction: ltr;
    font-size: 12px;
    left: 0;
    line-height: 30px;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 210px;
    z-index: -1
}

    .datepicker-container:after, .datepicker-container:before {
        border: 5px solid transparent;
        content: " ";
        display: block;
        height: 0;
        position: absolute;
        width: 0
    }

.datepicker-dropdown {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 6px #ccc;
    box-shadow: 0 3px 6px #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    z-index: 1
}

.datepicker-inline {
    position: static
}

.datepicker-top-left, .datepicker-top-right {
    border-top-color: #39f
}

    .datepicker-top-left:after, .datepicker-top-left:before, .datepicker-top-right:after, .datepicker-top-right:before {
        border-top: 0;
        left: 10px;
        top: -5px
    }

    .datepicker-top-left:before, .datepicker-top-right:before {
        border-bottom-color: #39f
    }

    .datepicker-top-left:after, .datepicker-top-right:after {
        border-bottom-color: #fff;
        top: -4px
    }

.datepicker-bottom-left, .datepicker-bottom-right {
    border-bottom-color: #39f
}

    .datepicker-bottom-left:after, .datepicker-bottom-left:before, .datepicker-bottom-right:after, .datepicker-bottom-right:before {
        border-bottom: 0;
        bottom: -5px;
        left: 10px
    }

    .datepicker-bottom-left:before, .datepicker-bottom-right:before {
        border-top-color: #39f
    }

    .datepicker-bottom-left:after, .datepicker-bottom-right:after {
        border-top-color: #fff;
        bottom: -4px
    }

    .datepicker-bottom-right:after, .datepicker-bottom-right:before, .datepicker-top-right:after, .datepicker-top-right:before {
        left: auto;
        right: 10px
    }

.datepicker-panel > ul {
    margin: 0;
    padding: 0;
    width: 102%
}

    .datepicker-panel > ul:after, .datepicker-panel > ul:before {
        content: " ";
        display: table
    }

    .datepicker-panel > ul:after {
        clear: both
    }

    .datepicker-panel > ul > li {
        background-color: #fff;
        cursor: pointer;
        float: left;
        height: 30px;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 30px
    }

        .datepicker-panel > ul > li:hover {
            background-color: #e5f2ff
        }

        .datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
            color: #999
        }

        .datepicker-panel > ul > li.highlighted {
            background-color: #e5f2ff
        }

            .datepicker-panel > ul > li.highlighted:hover {
                background-color: #cce5ff
            }

        .datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
            color: #39f
        }

        .datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
            background-color: #fff;
            color: #ccc;
            cursor: default
        }

            .datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
                background-color: #e5f2ff
            }

        .datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view=next] {
            font-size: 18px
        }

        .datepicker-panel > ul > li[data-view="month current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="years current"] {
            width: 150px
        }

    .datepicker-panel > ul[data-view=months] > li, .datepicker-panel > ul[data-view=years] > li {
        height: 52.5px;
        line-height: 52.5px;
        width: 52.5px
    }

    .datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=week] > li:hover {
        background-color: #fff;
        cursor: default
    }

.datepicker-hide {
    display: none
}

[data-toggle="datepicker"] {
    width: 140px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    height: 40px;
    padding: 8px 12px;
    border-radius: 4px;
    color: #6e6e6e;
    transition: border .5s ease;
}

    [data-toggle="datepicker"]:focus {
        border: 1px solid #F04D24;
        position: relative;
        outline: none;
        box-shadow: 0px 4px 15px rgba(44, 44, 44, 0.04);
    }

.datepicker-container {
    border: none !important;
    border-radius: 4px !important;
    overflow: hidden;
    padding: 10px;
}

.datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view=next] {
    border: 1px solid #f5f5f5;
    border-radius: 6px;
}

.datepicker-panel > ul > li {
    border-radius: 6px;
}

.datepicker-dropdown {
    box-shadow: 0px 4px 20px rgba(44, 44, 44, 0.1) !important;
}

.datepicker-panel > ul > li:hover {
    background-color: #f4f4f4 !important;
}

.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
    background-color: #f4f4f4 !important;
}

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
    color: #F04D24 !important;
}

.datepicker-panel > ul > li.highlighted {
    background-color: #f4f4f4 !important;
}

.datepicker-panel > ul {
    text-transform: capitalize;
}

.animate-visibility-visible {
    animation: show .5s ease-out;
    animation-fill-mode: forwards;
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animate-visibility-hidden {
    animation: hide .5s ease-out;
    animation-fill-mode: forwards;
}

@keyframes hide {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*Popup modal title*/
.popup-title {
    height: 45px;
}

.separator {
    visibility: visible;
    display: flex;
}

    /*Price filter slider*/
    .ui-slider-horizontal {
        height: .5em;
    }

    .ui-slider-horizontal .ui-slider-handle {
        top: -.4em;
    }

/*Adds slight shadow bottom to the element*/
.shadow-bottom {
    box-shadow: 0px 4px 8px rgba(44, 44, 44, 0.08);
}

/*Product reviews on product page*/
.rating {
    min-width: 95px;
    max-width: 95px;
    height: 14px;
    background: url('../images/rating1.png') repeat-x;
}

    .rating div {
        height: 14px;
        background: url('../images/rating2.png') repeat-x;
    }

.product-title-lines-category-accordion {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: 750px;
}

@media all and (max-width: 400px) {
    .product-title-lines-category-accordion {
        max-width: 210px
    }
}

.checkbox-bg[type="checkbox"] {
    background-color: #000;
}


.edit-address .inputs input {
    width: 100%;
}

.edit-address .inputs select {
    width: 100%;
}

.payment-method .payment-logo label {
    display: block;
    font-size: 0 !important;
}

    .payment-method .payment-logo label img {
        max-height: 32px !important;
    }

@media all and (min-width: 425px) {

    .payment-method .payment-logo label img {
        max-height: 40px !important;
    }
}
/*** ESTIMATE SHIPPING POPUP COMMON ***/
/*TODO delete if .estimate-shipping-popup is not being used*/
.estimate-shipping-popup {
    position: relative;
    background: #FFF;
    padding: 25px 10px;
    width: auto;
    max-width: 550px;
    margin: 0 auto;
}

.estimate-shipping-popup-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.estimate-shipping-popup-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.estimate-shipping-popup-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.estimate-shipping-popup-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.estimate-shipping-popup-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.estimate-shipping-popup-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.estimate-shipping-popup .message-failure {
    margin: 5px 0 -5px;
    font-size: 12px;
    color: #e4434b;
}

.shipping-address .required {
    margin-left: 0px;
}

@media all and (max-width: 1000px) {
    .shipping-address {
        flex-flow: column;
    }
}

@media all and (min-width: 481px) {

    /*** ESTIMATE SHIPPING POPUP ***/
    .estimate-shipping-popup {
        padding: 25px;
    }
}

@media all and (min-width: 811px) {

    .order-review-data,
    .order-details-area,
    .shipment-details-area {
        overflow: hidden;
    }

        .order-review-data > div,
        .order-details-area > div,
        .shipment-details-area > div {
            float: left;
            width: 100%;
        }


    .breadcrumb .current-item {
        width: auto;
    }

    .center-2 {
        float: right !important;
        width: 76%;
    }

    .center-3 {
        float: left !important;
        width: 68.7%;
    }

    .side-2 {
        float: left !important;
        width: 22.5% !important;
    }

    .side-3 {
        float: right !important;
        width: 30%;
    }
}

@media all and (min-width: 1001px) {

    .page-title a + h1 {
        float: left;
    }

    .inputs .option-list li {
        margin: 0 10px 0 0;
    }
}

.category-description,
.manufacturer-description,
.vendor-description {
    margin: 0 0 25px;
    line-height: 22px;
}

.min-amount-warning {
    margin: 0 0 20px;
    padding: 0 30px;
    color: #e4434b;
}

.cart-footer:after {
    content: "";
    display: block;
    clear: both;
}

.page-button {
    min-width: 28px;
}

.cart-collaterals .remove-gift-card-button::before {
    content: "\2022";
    display: inline-block;
    margin-right: 8px;
    color: black;
}