﻿/* FlatIcon *************************************************************************/
@font-face {
    font-family: "Flaticon-5";
    src: url("/fonts/flaticon/Flaticon-5.eot");
    src: url("/fonts/flaticon/Flaticon-5.eot#iefix") format("embedded-opentype"), url("/fonts/flaticon/Flaticon-5.woff") format("woff"), url("/fonts/flaticon/Flaticon-5.ttf") format("truetype"), url("/fonts/flaticon/Flaticon-5.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* ReviewBox Start *************************************************************************/

.detals-nav {
    overflow: auto;
    max-width: -webkit-fill-available;
}

.ReviewBox {
    background: #fff;
    color: #333e48;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 70px;
    width: 100%;
    margin-bottom: 10px;
}

    .ReviewBox div div img {
        max-width: 70px;
        height: auto;
    }

    .ReviewBox:hover {
        background: #e3e3e3;
        color: #333e48;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        min-height: 70px;
        width: 100%;
        margin-bottom: 10px;
    }


/* ReviewBox End *************************************************************************/

/* Password Eye Start *************************************************************************/
.passwordeye {
    position:relative;
}
/* Password Eye End *************************************************************************/

.mobile_categories {
    padding: 0 15px;
    overflow: auto;
}

.page-link {
    cursor: pointer;
}

/******************************************
42. Recaptcha
******************************************/
@media only screen and (min-width:300px) and (max-width:767px) {
    .g-recaptcha {
        -webkit-transform: scale(0.88);
        transform-origin: 0px 0px 0px;
        -webkit-transform-origin: 0px 0px 0px;
    }
}

@media only screen and (min-width:768px) {
    .g-recaptcha {
        -webkit-transform: scale(0.8);
        transform-origin: 0px 0px 0px;
        -webkit-transform-origin: 0px 0px 0px;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - CSS BOX SHADOWES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.box-shadow-2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.box-shadow-3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.box-shadow-4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}

.box-shadow-6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}

.box-shadow-8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}

.box-shadow-16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - CSS File Upload */
/*-------------------------------------------------------------------------------------------------------------------------------*/
[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

    [type="file"] + label {
        background: #f17e0e;
        border: none;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: "Poppins", sans-serif;
        font-size: inherit;
        font-weight: 600;
        margin-bottom: 1rem;
        outline: none;
        padding: 1rem;
        position: relative;
        transition: all 0.3s;
        vertical-align: middle;
    }

        [type="file"] + label:hover {
            background-color: #d3460d;
        }

        [type="file"] + label.btn-3 {
            background-color: #f17e0e;
            border-radius: 0;
            overflow: hidden;
            text-align: center;
            width: 100%;
        }

            [type="file"] + label.btn-3 span {
                display: inline-block;
                height: 100%;
                transition: all 0.3s;
                width: 100%;
            }

            [type="file"] + label.btn-3::before {
                color: #fff;
                content: "\f093";
                font-family: "FontAwesome";
                font-size: 130%;
                height: 100%;
                left: 0;
                line-height: 2.6;
                position: absolute;
                top: -180%;
                transition: all 0.3s;
                width: 100%;
            }

            [type="file"] + label.btn-3:hover {
                background-color: #ae144f;
            }

                [type="file"] + label.btn-3:hover span {
                    transform: translateY(300%);
                }

                [type="file"] + label.btn-3:hover::before {
                    top: 0;
                }



.currency_ddl {
    position: absolute;
    top: 26px;
    width: auto;
    text-align: left;
    -webkit-appearance: none;
    margin-bottom: 25px;
    border: 1px #e6e6e6 solid;
    font-size: 13px;
    line-height: 43px;
    color: #313131;
    height: 45px;
    padding: 0 20px;
    font-weight: 400;
}


/******************************************
36. Login popup
******************************************/

.login-popup label {
    display: inline;
    max-width: 100%;
    margin-bottom: 5px;
    /*font-weight: 700;*/
}

.modal-dialog.login-popup {
    background: url('/Media/Pages/login-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*width: 400px;*/
    margin-top: 7%;
}

.login-popup .modal-content {
    /*background: inherit;*/
}

.login-popup .btn-close {
    /*background: #222 none repeat scroll 0 0;*/
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    line-height: 30px;
    min-width: 50px;
    position: absolute;
    right: 12px;
    text-align: center;
    text-transform: uppercase;
    top: -1px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 1;
    z-index: 999;
    border: none;
}

    .login-popup .close:hover {
        background: #fe0100;
        color: #fff;
    }

.login-popup h4.modal-title {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.login-popup .modal-body {
    padding: 35px 35px 0;
    position: relative;
}

.input-group-addon {
    /*background-color: #222;*/
    color: #fff;
    min-width: 42px;
    padding: 7px 13px;
    border-radius: 3px 0 0 3px;
}

.password-eye {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: white;
    color: #222;
    cursor: pointer;
    border-radius: 0 3px 0 3px;
}

/******************************************
36. Login page
******************************************/
.account-login {
    display: inline-block;
    width: 100%;
}

.box-authentication {
    display: inline-block;
    width: 48%;
    float: left;
}

    .box-authentication > h3 {
        margin-bottom: 15px;
    }

    .box-authentication label {
        margin-top: 10px;
        margin-bottom: 2px;
    }

    .box-authentication .forgot-pass {
        margin-top: 15px;
    }

    .box-authentication input, .box-authentication textarea {
        border-radius: 0px;
        border: 1px solid #eaeaea;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        width: 50%;
    }

    .box-authentication .button {
        margin-top: 15px;
    }

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .box-authentication {
        width: 100%;
        margin-bottom: 20px;
    }

    .account-login .box-authentication:last-child {
        margin-bottom: 0px;
    }

    .box-authentication input, .box-authentication textarea {
        width: 90%;
    }
}

.account-login .button--dark {
    /*border-radius: 0;*/
    width: 100%;
    margin-top:20px;
}

/******************************************
Language currency dropdown
******************************************/
.nav-wrapper {
    text-align: center;
}

.sl-nav {
    display: inline;
}

    .sl-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: inline-block;
    }

    .sl-nav li {
        cursor: pointer;
        /*padding-bottom: 10px;*/
    }

        .sl-nav li ul {
            display: none;
        }

        .sl-nav li:hover ul {
            position: absolute;
            top: 25px; /*29px*/
            right: -15px;
            display: block;
            background: #fff;
            width: 120px;
            padding-top: 0px;
            z-index: 1;
            border-radius: 5px;
            box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
        }

        .sl-nav li:hover .triangle {
            position: absolute;
            top: 10px; /*15px*/
            right: -10px;
            z-index: 10;
            height: 14px;
            overflow: hidden;
            width: 30px;
            background: transparent;
        }

            .sl-nav li:hover .triangle:after {
                content: '';
                display: block;
                z-index: 20;
                width: 15px;
                transform: rotate(45deg) translateY(0px) translatex(10px);
                height: 15px;
                background: #fff;
                border-radius: 2px 0px 0px 0px;
                box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
            }

        .sl-nav li ul li {
            position: relative;
            text-align: left;
            background: transparent;
            padding: 15px 15px;
            padding-bottom: 0;
            z-index: 2;
            font-size: 15px;
            color: #3c3c3c;
            white-space: nowrap;
        }

            .sl-nav li ul li:last-of-type {
                padding-bottom: 15px;
            }

            .sl-nav li ul li span {
                padding-left: 5px;
            }

                .sl-nav li ul li span:hover, .sl-nav li ul li span.active {
                    color: #146c78;
                }

.sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
}



/******************************************
progressbar
******************************************/
@font-face {
    font-family: "Flaticon-5";
    src: url("../fonts/flaticon/Flaticon-5.eot");
    src: url("../fonts/flaticon/Flaticon-5.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticon/Flaticon-5.woff") format("woff"), url("../fonts/flaticon/Flaticon-5.ttf") format("truetype"), url("../fonts/flaticon/Flaticon-5.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon-5";
        src: url("../fonts/flaticon/Flaticon-5.svg#Flaticon") format("svg");
    }
}

#progressbar {
    padding: 0;
    overflow: hidden;
    display: table;
    width: 900px;
    margin: 80px auto 60px;
}

    #progressbar li {
        list-style-type: none;
        text-transform: uppercase;
        font-size: 16px;
        color: #5d5d5d;
        width: 25%;
        float: left;
        position: relative;
        text-align: center;
    }

        #progressbar li.active:before {
            color: #fff;
        }

        #progressbar li:before {
            content: '\f101';
            font-family: "Flaticon-5";
            width: 52px;
            height: 52px;
            line-height: 52px;
            display: block;
            font-size: 26px;
            color: #5d5d5d;
            background: white;
            border-radius: 50%;
            margin: 0 auto 10px auto;
            position: relative;
            z-index: 2;
            text-align: center;
            background-color: #f7f6f6;
        }

        #progressbar li:nth-child(2):before {
            content: '\f104';
        }

        #progressbar li:nth-child(3):before {
            content: '\f103';
        }

        #progressbar li:nth-child(4):before {
            content: '\f102';
        }
        /*progressbar connectors*/
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 18px;
            background: #f7f6f6;
            position: absolute;
            left: -50%;
            top: 17px;
            z-index: 0; /*put it behind the numbers*/
        }

        #progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }
        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbar li.active:before, #progressbar li.active:after {
            background: #ff3c20;
        }

@media (min-width:320px) and (max-width:480px) {
    .body-content {
        padding-top:52px;
    }
}
@media (min-width:320px) and (max-width:480px) {

    #progressbar {
        /*width: 305px;*/
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0 10px;
    }

        #progressbar li {
            font-size: 12px;
        }

            #progressbar li:before {
                width: 40px;
                height: 40px;
                font-size: 20px;
                line-height: 40px;
            }

            #progressbar li:after {
                top: 12px;
            }
}

@media (min-width:481px) and (max-width:767px) {
    #progressbar {
        width: 451px;
    }

        #progressbar li {
            font-size: 14px;
        }

            #progressbar li.active:before {
                width: 46px;
                height: 46px;
                line-height: 46px;
                font-size: 20px;
            }
}

@media (min-width:768px) and (max-width:991px) {
    #progressbar {
        width: 720px;
    }
}

/******************************************
Address card
******************************************/
/*.addresses-list .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .addresses-list .row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }


.addresses-list > [class*='slider-width-'] {
    display: flex;
    flex-direction: column;
}*/

.address-container {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.addresses-list .address-container > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.panel-heading {
    padding: 8px 0 30px;
}

.address-card {
    position: relative;
}

.address-card__badge {
    position: absolute;
    background-color: #ffd333;
    color: #3d464d;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 4px 8px 2px;
    top: -2px;
    right: .75rem;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.address-card__body {
    padding: 1.5rem;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
}

.address-card__name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1.125rem;
}

.address-card__row + .address-card__row {
    margin-top: .75rem;
}

.address-card__row-title {
    font-size: 12px;
    color: #999;
}

.address-card__footer {
    margin-top: 1.625rem;
}

    .address-card__footer .remove {
        float: left;
    }

    .address-card__footer .edit {
        float: right;
    }

.addresses-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.addresses-list__item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 25px;
    cursor: pointer;
    border: 0.1rem solid #ebebeb;
}

.addresses-list__item--new {
    border-radius: 2px;
    border: 2px dashed #ebebeb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem;
}

.addresses-list__divider:last-child {
    display: none;
}

.addresses-list__plus {
    width: 60px;
    height: 60px;
    border: 2px dashed #ebebeb;
    position: relative;
    border-radius: 30px;
    margin-bottom: 24px;
    transition: border-color .2s;
}

    .addresses-list__plus:after,
    .addresses-list__plus:before {
        content: "";
        position: absolute;
        width: 32px;
        height: 4px;
        background-color: #e5e5e5;
        border-radius: 1.5px;
        top: calc(50% - 2px);
        transition: background-color .2s;
        left: calc(50% - 16px);
    }

    .addresses-list__plus:after {
        transform: rotate(90deg);
    }

.addresses-list__item--new:hover .addresses-list__plus {
    border-color: #e0e0e0;
}

    .addresses-list__item--new:hover .addresses-list__plus:after,
    .addresses-list__item--new:hover .addresses-list__plus:before {
        background-color: #dbdbdb;
    }

@media (min-width:1200px) {

    .addresses-list__divider:nth-child(2n) {
        width: 16px;
    }

    .addresses-list__divider:nth-child(6n) {
        width: 100%;
        height: 16px;
    }
}

@media (min-width:768px) and (max-width:1199px) {

    .addresses-list__divider:nth-child(2n) {
        width: 12px;
    }

    .addresses-list__divider:nth-child(6n) {
        width: 100%;
        height: 12px;
    }
}

@media (min-width:480px) and (max-width:767px) {

    .addresses-list__divider:nth-child(2n) {
        width: 12px;
    }

    .addresses-list__divider:nth-child(4n) {
        width: 100%;
        height: 12px;
    }
}

@media (max-width:479px) {
    .addresses-list__divider:nth-child(2n) {
        width: 12px;
        width: 100%;
        height: 12px;
    }
}


/******************************************
Members Dashboard
******************************************/

.dashboard {
    height: 200px;
    width: 100%;
    margin-bottom: 10px;
    display: inline-table;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

.dashboard .top .icon {
    margin-top: 50px;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
}

    .dashboard .top .icon i {
        font-size: 35px;
    }

.dashboard .top .qty {
    font-weight: bold;
    font-size: 2rem;
    vertical-align: bottom;
    margin-left: 5px;
}

.dashboard .top .title {
    font-size: 1.2rem;
    display: block;
    margin-top: 5px;
}

.dashboard .orders {
    background-color: #f6e2c5;
}

.dashboard .visitedproducts {
    background-color: #d4d3d0;
}

.dashboard .favorites {
    background-color: #ff9a97;
}

.dashboard .favoritebrands {
    background-color: #c57288;
}

.dashboard .cart {
    background-color: #b6cdd6;
}

/*-------------------------------------*/
    .addresses-list .row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }


/******************************************
Scroll bar
******************************************/

/* width */
/*::-webkit-scrollbar {
    width: 10px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
    background: #f1f1f1;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
    background: #888;
}*/

    /* Handle on hover */
    /*::-webkit-scrollbar-thumb:hover {
        background: #555;
    }*/


/******************************************
End Scroll bar
******************************************/
.product-selectforpost{
    margin-top:20px;
}

/*banner-sec*/
.product-sec img {
    width: 100%;
    transition: all .4s;
}

.product-sec .ban-sec a {
    position: relative;
    overflow: hidden;
    display: block;
}

.product-sec.container {
    padding-left: 0;
    padding-right: 0;
}

.product-sec .col-md-4 {
    padding-left: 10px;
}

.product-sec .ban-sec a::before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,.3) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
}

.product-sec .ban-sec:hover a:before {
    animation: shine .75s;
}

.ban-sec.col-md-8 {
    padding-left: 10px;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .product-sec .col-md-4 {
        margin-top: 30px;
    }

        .product-sec .col-md-4:first-child {
            margin-top: 0;
        }

    .price-range p {
        font-size: 14px;
    }

    .ban-sec.col-md-8 {
        padding-left: 15px;
        margin-top: 30px;
    }
}

@media (min-width:481px) and (max-width:992px) {
    .ban-sec.col-md-8 {
        padding-left: 15px;
    }
}

@media (min-width:1200px) and (max-width:1359px) {
    .ban-sec.col-md-8 {
        padding-left: 15px;
        margin-top: 30px;
    }
}
.category-title {
    position: absolute;
    top: 35%;
    color: white;
    font-size: 26px;
    text-align: center;
    text-shadow: 0 0 4px #333;
    left: 0;
    right: 0;
    letter-spacing: 1px;
    background-color: rgba(0,0,0,0.4);
    padding: 15px 0;
    /*margin: 0 15px;*/
}

.category-button {
    position: absolute;
    bottom: 15%;
    color: black;
    font-size: 15px;
    text-align: center;
    background-color: white;
    /*text-transform: uppercase;*/
    line-height: 45px;
    display: block !important;
    margin: 0 auto;
    width: 170px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    padding: 0 10px;
    margin-left: 45%;
}

/*
// .spec
*/
.spec {
    font-size: 14px;
    line-height: 18px;
}

.spec__header {
    margin-bottom: 50px;
}

.spec__section + .spec__section {
    margin-top: 40px;
}

.spec__section-title {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: -.03em;
    line-height: 20px;
    margin: 0 0 5px;
}

.spec__row {
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ebebeb;
}

    .spec__row:first-of-type {
        border-top: 1px solid #ebebeb;
    }

.spec__name {
    width: 230px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #6c757d;
}

[dir=ltr] .spec__name {
    padding-right: 30px;
}

[dir=rtl] .spec__name {
    padding-left: 30px;
}

.spec__disclaimer {
    margin-top: 40px;
    font-size: 13px;
    line-height: 20px;
    color: #6c757d;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .spec__name {
        width: 170px;
    }
}

@media (max-width: 575.98px) {
    .spec__header {
        margin-bottom: 30px;
    }

    .spec__section + .spec__section {
        margin-top: 24px;
    }

    .spec__row {
        display: block;
        padding: 8px 0;
    }

    .spec__name {
        width: auto;
        margin-bottom: 2px;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 15px;
    }

    .spec__disclaimer {
        margin-top: 28px;
    }
}

.special_text {
    text-decoration: underline;
    font-style: italic;
    font-weight:bold;
}

.regional_info {
    cursor: pointer;
}

/*  Mobile Menu ----------------------------------------
// Table of Contents:
// - Mobile
//   - .mobile-header
//   - .mobile-indicator
//   - .mobile-menu
//   - .mobile-search

/* ----------------------------------------
// Mobile
// ---------------------------------------- */
/*
// .mobile-header
*/
.mobile-category {
    background-color: #f25900;
    color: #fff;
}
/* ----------------------------------------
// Table of Contents:
// - Mobile
//   - .mobile-header
//   - .mobile-indicator
//   - .mobile-menu
//   - .mobile-search

/* ----------------------------------------
// Mobile
// ---------------------------------------- */
/*
// .mobile-header
*/
.mobile-header {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    position: relative;
    z-index: 100;
}

@media (min-width: 1200px) {
    .mobile-header {
        display: none;
    }
}

.mobile-header__body {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-header__menu-button {
    width: 52px;
    height: 100%;
    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;
    padding: 0;
    margin: 0;
    border: none;
    background: #fff;
    fill: #404040;
}

    .mobile-header__menu-button:hover {
        background: #f2f2f2;
    }

    .mobile-header__menu-button:active {
        background: #ededed;
    }

    .mobile-header__menu-button:focus {
        outline: none;
    }

.mobile-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 14px;
}

.mobile-header__logo-part-one {
    fill: #1a79ff;
}

.mobile-header__logo-part-two {
    fill: #404040;
}

.mobile-header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    max-width: 440px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 12px;
    margin: 0 auto;
}

.mobile-header__indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[dir=ltr] .mobile-header__indicators {
    margin-left: auto;
}

[dir=rtl] .mobile-header__indicators {
    margin-right: auto;
}

@media (max-width: 767.98px) {
    .mobile-header {
        position: relative;
    }

        .mobile-header .container {
            padding: 0 8px;
        }

    .mobile-header__menu-button {
        width: 44px;
    }

    [dir=ltr] .mobile-header__logo {
        padding-left: 10px;
        padding-right: 10px;
    }

    [dir=rtl] .mobile-header__logo {
        padding-right: 10px;
        padding-left: 10px;
    }

    .mobile-header__search {
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        max-width: none;
        padding: 0;
        z-index: 1;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

    [dir=ltr] .mobile-header__search {
        left: 0;
    }

    [dir=rtl] .mobile-header__search {
        right: 0;
    }

    .mobile-header__search--open {
        -webkit-transform: none;
        transform: none;
    }
}

/*
// .mobile-indicator
*/
.mobile-indicator {
    position: relative;
}

.mobile-indicator__button {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 44px;
    color: inherit;
    background: transparent;
    border: none;
}

    .mobile-indicator__button:focus {
        outline: none;
    }

    .mobile-indicator__button:hover {
        color: inherit;
        text-decoration: none;
    }

.mobile-indicator__icon {
    display: block;
    position: relative;
}

    .mobile-indicator__icon svg {
        display: block;
    }

[dir=ltr] .mobile-indicator__icon svg {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[dir=rtl] .mobile-indicator__icon svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.mobile-indicator__counter {
    position: absolute;
    top: -7px;
    font-size: 10px;
    line-height: 1;
    padding: 2px 3px 1px;
    border-radius: 6.5px;
    text-align: center;
    z-index: 0;
}

[dir=ltr] .mobile-indicator__counter {
    right: -7px;
}

[dir=rtl] .mobile-indicator__counter {
    left: -7px;
}

.mobile-indicator__counter:before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 2.5px;
}

[dir=ltr] .mobile-indicator__counter:before {
    left: 0;
    right: 0;
    -webkit-transform: skewX(-11deg);
    transform: skewX(-11deg);
}

[dir=rtl] .mobile-indicator__counter:before {
    right: 0;
    left: 0;
    -webkit-transform: skewX(11deg);
    transform: skewX(11deg);
}

.mobile-indicator__title,
.mobile-indicator__value {
    display: block;
}

[dir=ltr] .mobile-indicator__title, [dir=ltr]
.mobile-indicator__value {
    margin-left: 50px;
}

[dir=rtl] .mobile-indicator__title, [dir=rtl]
.mobile-indicator__value {
    margin-right: 50px;
}

.mobile-indicator__title {
    padding-top: 3px;
    margin-bottom: -3px;
    font-size: 13px;
}

.mobile-indicator__value {
    font-size: 18px;
    font-weight: 500;
}

.mobile-indicator__icon {
    fill: #262626;
}

.mobile-indicator__title {
    color: #999;
}

.mobile-indicator__value {
    font-weight: 500;
}

.mobile-indicator:hover .mobile-indicator__button {
    background: #f2f2f2;
}

.mobile-indicator__counter {
    color: #fff;
    font-weight: 500;
}

@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {
    .mobile-indicator__counter {
        font-weight: 400;
    }
}

.mobile-indicator__counter:before {
    background-color: #1a79ff;
}

/*
// .mobile-menu
*/
.mobile-menu {
    visibility: hidden;
    -webkit-transition: visibility 0s 0.25s;
    transition: visibility 0s 0.25s;
}

.mobile-menu__backdrop {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(51, 51, 51, 0.8);
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mobile-menu__body {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background: #fff;
    width: 300px;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    overflow: hidden;
}

[dir=ltr] .mobile-menu__body {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

[dir=rtl] .mobile-menu__body {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.mobile-menu--open {
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

    .mobile-menu--open .mobile-menu__backdrop {
        opacity: 1;
    }

    .mobile-menu--open .mobile-menu__body {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.mobile-menu__close {
    position: absolute;
    top: 0;
    width: 48px;
    height: 50px;
    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: 2;
    border: none;
    padding: 0;
    fill: currentColor;
    -webkit-transition: background-color .15s, color .15s;
    transition: background-color .15s, color .15s;
    background-color: #fff;
    color: #ccc;
}

    .mobile-menu__close:hover {
        background-color: #f2f2f2;
        color: #4d4d4d;
    }

    .mobile-menu__close:active {
        background-color: #ebebeb;
        color: #4d4d4d;
    }

[dir=ltr] .mobile-menu__close {
    right: 0;
}

[dir=rtl] .mobile-menu__close {
    left: 0;
}

.mobile-menu__close:focus {
    outline: none;
}

.mobile-menu__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    color: #161616;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[dir=ltr] .mobile-menu__panel--hide {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

[dir=rtl] .mobile-menu__panel--hide {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

[dir=ltr] .mobile-menu__panel--hidden {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

[dir=rtl] .mobile-menu__panel--hidden {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.mobile-menu__panel-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 51px;
    border-bottom: 1px solid #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2px;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mobile-menu__panel-back {
    position: absolute;
    top: 0;
    width: 48px;
    height: 50px;
    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;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    fill: currentColor;
    -webkit-transition: background-color .15s, color .15s;
    transition: background-color .15s, color .15s;
    background-color: #fff;
    color: #ccc;
}

    .mobile-menu__panel-back:hover {
        background-color: #f2f2f2;
        color: #4d4d4d;
    }

    .mobile-menu__panel-back:active {
        background-color: #ebebeb;
        color: #4d4d4d;
    }

[dir=ltr] .mobile-menu__panel-back {
    left: 0;
    padding-left: 0;
    padding-right: 2px;
}

[dir=rtl] .mobile-menu__panel-back {
    right: 0;
    padding-right: 0;
    padding-left: 2px;
}

[dir=ltr] .mobile-menu__panel-back svg {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[dir=rtl] .mobile-menu__panel-back svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.mobile-menu__panel-back:focus {
    outline: none;
}

.mobile-menu__panel-arrow {
    position: absolute;
}

.mobile-menu__panel-title {
    text-align: center;
    margin: auto;
    font-size: 15px;
    font-weight: 500;
}

.mobile-menu__panel-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mobile-menu__divider {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 1px;
    background: #ebebeb;
}

.mobile-menu__spring {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.mobile-menu__indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 11px;
}

.mobile-menu__indicator {
    width: calc((100% - 0px * 3) / 4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    fill: #404040;
    border-radius: 2px;
    padding: 8px 0 6px;
}

    .mobile-menu__indicator:hover {
        background: #f2f2f2;
    }

[dir=ltr] .mobile-menu__indicator + .mobile-menu__indicator {
    margin-left: 0px;
}

[dir=rtl] .mobile-menu__indicator + .mobile-menu__indicator {
    margin-right: 0px;
}

.mobile-menu__indicator-title {
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    color: #999;
    margin-top: 5px;
}

.mobile-menu__indicator-icon {
    position: relative;
}

    .mobile-menu__indicator-icon svg {
        display: block;
    }

.mobile-menu__indicator-counter {
    position: absolute;
    bottom: calc(100% - 7px);
    color: #fff;
    font-size: 10px;
    line-height: 1;
    padding: 2px 3px 1px;
    border-radius: 6.5px;
    text-align: center;
    z-index: 0;
    font-weight: 500;
}

@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {
    .mobile-menu__indicator-counter {
        font-weight: 400;
    }
}

[dir=ltr] .mobile-menu__indicator-counter {
    left: calc(100% - 4px);
}

[dir=rtl] .mobile-menu__indicator-counter {
    right: calc(100% - 4px);
}

.mobile-menu__indicator-counter:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #1a79ff;
    z-index: -1;
    border-radius: 2.5px;
}

[dir=ltr] .mobile-menu__indicator-counter:before {
    -webkit-transform: skewX(-11deg);
    transform: skewX(-11deg);
}

[dir=rtl] .mobile-menu__indicator-counter:before {
    -webkit-transform: skewX(11deg);
    transform: skewX(11deg);
}

.mobile-menu__links {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}

    .mobile-menu__links > li > a,
    .mobile-menu__links > li > button {
        position: relative;
        color: inherit;
        width: 100%;
        border: none;
        background: transparent;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 7px;
        padding-bottom: 7px;
    }

[dir=ltr] .mobile-menu__links > li > a, [dir=ltr]
.mobile-menu__links > li > button {
    padding-left: 20px;
    padding-right: 33px;
    text-align: left;
}

[dir=rtl] .mobile-menu__links > li > a, [dir=rtl]
.mobile-menu__links > li > button {
    padding-right: 20px;
    padding-left: 33px;
    text-align: right;
}

.mobile-menu__links > li > a:hover,
.mobile-menu__links > li > button:hover {
    background: #f2f2f2;
}

.mobile-menu__links > li > a:focus,
.mobile-menu__links > li > button:focus {
    outline: none;
}

.mobile-menu__links > li > a svg,
.mobile-menu__links > li > button svg {
    position: absolute;
    top: calc(50% - 6px);
    fill: #bfbfbf;
}

[dir=ltr] .mobile-menu__links > li > a svg, [dir=ltr]
.mobile-menu__links > li > button svg {
    right: 16px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[dir=rtl] .mobile-menu__links > li > a svg, [dir=rtl]
.mobile-menu__links > li > button svg {
    left: 16px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.mobile-menu__links > li > a.highlight:before,
.mobile-menu__links > li > button.highlight:before {
    position: absolute;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background: #1a79ff;
    top: 15px;
}

[dir=ltr] .mobile-menu__links > li > a.highlight:before, [dir=ltr]
.mobile-menu__links > li > button.highlight:before {
    left: 8px;
}

[dir=rtl] .mobile-menu__links > li > a.highlight:before, [dir=rtl]
.mobile-menu__links > li > button.highlight:before {
    right: 8px;
}

.mobile-menu__links-image {
    display: block;
    width: 22px;
    height: 16px;
    border-radius: 1.5px;
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

[dir=ltr] .mobile-menu__links-image {
    margin-right: 9px;
}

[dir=rtl] .mobile-menu__links-image {
    margin-left: 9px;
}

.mobile-menu__links-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.mobile-menu__contacts {
    text-align: center;
    padding: 16px 20px 14px;
    -webkit-transition: background .2s;
    transition: background .2s;
}

    .mobile-menu__contacts:hover {
        background: #f2f2f2;
    }

    .mobile-menu__contacts, .mobile-menu__contacts:hover {
        color: inherit;
    }

.mobile-menu__contacts-subtitle {
    font-size: 13px;
    color: #999;
}

.mobile-menu__contacts-title {
    font-size: 18px;
    font-weight: 500;
}

.mobile-menu__settings-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-menu__setting {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 50%;
}

[dir=ltr] .mobile-menu__setting + .mobile-menu__setting {
    border-left: 1px solid #ebebeb;
}

[dir=rtl] .mobile-menu__setting + .mobile-menu__setting {
    border-right: 1px solid #ebebeb;
}

.mobile-menu__setting-button {
    background: transparent;
    border: none;
    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;
    font-family: inherit;
    color: inherit;
    position: relative;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
}

[dir=ltr] .mobile-menu__setting-button {
    padding-left: 14px;
    padding-right: 26px;
}

[dir=rtl] .mobile-menu__setting-button {
    padding-right: 14px;
    padding-left: 26px;
}

.mobile-menu__setting-button:hover {
    background: #f2f2f2;
}

.mobile-menu__setting-button:focus {
    outline: none;
}

.mobile-menu__setting-panel {
    display: none;
}

.mobile-menu__setting-icon {
    display: block;
    width: 22px;
    height: 16px;
    border-radius: 1.5px;
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

[dir=ltr] .mobile-menu__setting-icon {
    margin-right: 7px;
}

[dir=rtl] .mobile-menu__setting-icon {
    margin-left: 7px;
}

.mobile-menu__setting-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.mobile-menu__setting-icon--currency {
    background: #5c6266;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
}

.mobile-menu__setting-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

[dir=ltr] .mobile-menu__setting-title {
    text-align: left;
}

[dir=rtl] .mobile-menu__setting-title {
    text-align: right;
}

.mobile-menu__setting-arrow {
    position: absolute;
    top: calc(50% - 5px);
    fill: #bfbfbf;
}

[dir=ltr] .mobile-menu__setting-arrow {
    right: 12px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[dir=rtl] .mobile-menu__setting-arrow {
    left: 12px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.mobile-menu__setting-arrow svg {
    display: block;
}

/*
// .mobile-search
*/
.mobile-search__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
    width: 100%;
}

.mobile-search__input,
.mobile-search__button {
    background: transparent;
    border: none;
    font-family: inherit;
    color: inherit;
}

    .mobile-search__input:focus,
    .mobile-search__button:focus {
        outline: none;
    }

.mobile-search__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 15px;
}

.mobile-search__field {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
    -webkit-transition: color .2s, background .2s, border-color .2s;
    transition: color .2s, background .2s, border-color .2s;
}

.mobile-search__button {
    width: 38px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 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;
    -webkit-transition: color .2s;
    transition: color .2s;
    fill: currentColor;
}

.mobile-search__vehicle-picker {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    background: #ffdf40;
    color: #262626;
    min-width: 44px;
    padding: 0 12px;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
    border-radius: 2.5px;
    -ms-flex-negative: 0;
    flex-shrink: 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;
    border: none;
    -webkit-transition: color .15s, background-color .15s;
    transition: color .15s, background-color .15s;
}

    .mobile-search__vehicle-picker:hover {
        background: #ffd226;
    }

    .mobile-search__vehicle-picker:active {
        background: #ffca16;
    }

    .mobile-search__vehicle-picker:focus {
        outline: none;
    }

    .mobile-search__vehicle-picker svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        fill: rgba(0, 0, 0, 0.75);
    }

[dir=ltr] .mobile-search__vehicle-picker svg + .mobile-search__vehicle-picker-label {
    margin-left: 8px;
}

[dir=rtl] .mobile-search__vehicle-picker svg + .mobile-search__vehicle-picker-label {
    margin-right: 8px;
}

@media (min-width: 768px) {
    .mobile-search__input {
        height: 36px;
        padding: 0 11px;
        border-radius: 3px;
        border-width: 1px;
        border-style: solid;
        -webkit-transition: color .2s, background .2s, border-color .2s;
        transition: color .2s, background .2s, border-color .2s;
        color: #262626;
        background-color: #f0f0f0;
        border-color: #f0f0f0;
    }

        .mobile-search__input::-webkit-input-placeholder {
            color: #6c757d;
        }

        .mobile-search__input::-moz-placeholder {
            color: #6c757d;
        }

        .mobile-search__input:-ms-input-placeholder {
            color: #6c757d;
        }

        .mobile-search__input::-ms-input-placeholder {
            color: #6c757d;
        }

        .mobile-search__input::placeholder {
            color: #6c757d;
        }

    [dir=ltr] .mobile-search__input {
        padding-left: 11px;
        padding-right: 37px;
    }

    [dir=rtl] .mobile-search__input {
        padding-right: 11px;
        padding-left: 37px;
    }

    .mobile-search__input:hover {
        border-color: #d9d9d9;
    }

    .mobile-search__input:focus {
        background-color: #fff;
        border-color: #d9d9d9;
    }

    .mobile-search__button--close {
        display: none;
    }

    .mobile-search__button--search {
        position: absolute;
        top: 0;
        height: 100%;
    }

    [dir=ltr] .mobile-search__button--search {
        right: 0;
    }

    [dir=rtl] .mobile-search__button--search {
        left: 0;
    }

    [dir=ltr] .mobile-search__vehicle-picker {
        margin-right: 6px;
    }

    [dir=rtl] .mobile-search__vehicle-picker {
        margin-left: 6px;
    }

    .mobile-search__button--search {
        color: #b2b2b2;
    }

        .mobile-search__button--search:hover {
            color: #1a79ff;
        }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .mobile-search__vehicle-picker-label {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .mobile-search__body {
        height: 100%;
    }

    .mobile-search__input {
        padding-top: 0;
        padding-bottom: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        width: 0;
    }

    [dir=ltr] .mobile-search__input {
        padding-left: 12px;
        padding-right: 0;
    }

    [dir=rtl] .mobile-search__input {
        padding-right: 12px;
        padding-left: 0;
    }

    .mobile-search__button {
        width: 52px;
    }

    .mobile-search__button--close {
        border-width: 0;
        border-style: solid;
    }

    [dir=ltr] .mobile-search__button--close {
        border-left-width: 1px;
    }

    [dir=rtl] .mobile-search__button--close {
        border-right-width: 1px;
    }

    .mobile-search__input {
        color: #262626;
    }

        .mobile-search__input::-webkit-input-placeholder {
            color: #6c757d;
        }

        .mobile-search__input::-moz-placeholder {
            color: #6c757d;
        }

        .mobile-search__input:-ms-input-placeholder {
            color: #6c757d;
        }

        .mobile-search__input::-ms-input-placeholder {
            color: #6c757d;
        }

        .mobile-search__input::placeholder {
            color: #6c757d;
        }

        .mobile-search__input ~ .mobile-search__field {
            background: #fff;
        }

        .mobile-search__input ~ .mobile-search__button--close {
            border-color: #ebebeb;
        }

    .mobile-search__button {
        color: #b2b2b2;
    }

        .mobile-search__button:hover {
            color: #1a79ff;
        }

    .mobile-search__vehicle-picker {
        margin: 8px 0;
    }

    [dir=ltr] .mobile-search__vehicle-picker {
        margin-left: 8px;
    }

    [dir=rtl] .mobile-search__vehicle-picker {
        margin-right: 8px;
    }
}

@media (max-width: 440px) {
    .mobile-search__vehicle-picker-label {
        display: none;
    }
}


    /*.left-sidebar {
        display:none;
    }*/

.mobile-header {
    /*position: relative;*/
    position: fixed;
    width: 100%;
}

        .mobile-header .container {
            padding: 0 8px;
        }

    .mobile-header__menu-button {
        width: 44px;
    }

    [dir=ltr] .mobile-header__logo {
        padding-left: 10px;
        padding-right: 10px;
    }

    [dir=rtl] .mobile-header__logo {
        padding-right: 10px;
        padding-left: 10px;
    }

    .mobile-header__search {
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        max-width: none;
        padding: 0;
        z-index: 1;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

    [dir=ltr] .mobile-header__search {
        left: 0;
    }

    [dir=rtl] .mobile-header__search {
        right: 0;
    }

    .mobile-header__search--open {
        -webkit-transform: none;
        transform: none;
    }
}

/*
// .mobile-indicator
*/
.mobile-indicator {
    position: relative;
}

.mobile-indicator__button {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 44px;
    color: inherit;
    background: transparent;
    border: none;
}

    .mobile-indicator__button:focus {
        outline: none;
    }

    .mobile-indicator__button:hover {
        color: inherit;
        text-decoration: none;
    }

.mobile-indicator__icon {
    display: block;
    position: relative;
}

    .mobile-indicator__icon svg {
        display: block;
    }

[dir=ltr] .mobile-indicator__icon svg {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[dir=rtl] .mobile-indicator__icon svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.mobile-indicator__counter {
    position: absolute;
    top: -7px;
    font-size: 10px;
    line-height: 1;
    padding: 2px 3px 1px;
    border-radius: 6.5px;
    text-align: center;
    z-index: 0;
}

[dir=ltr] .mobile-indicator__counter {
    right: -7px;
}

[dir=rtl] .mobile-indicator__counter {
    left: -7px;
}

.mobile-indicator__counter:before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 2.5px;
}

[dir=ltr] .mobile-indicator__counter:before {
    left: 0;
    right: 0;
    -webkit-transform: skewX(-11deg);
    transform: skewX(-11deg);
}

[dir=rtl] .mobile-indicator__counter:before {
    right: 0;
    left: 0;
    -webkit-transform: skewX(11deg);
    transform: skewX(11deg);
}

.mobile-indicator__title,
.mobile-indicator__value {
    display: block;
}

[dir=ltr] .mobile-indicator__title, [dir=ltr]
.mobile-indicator__value {
    margin-left: 50px;
}

[dir=rtl] .mobile-indicator__title, [dir=rtl]
.mobile-indicator__value {
    margin-right: 50px;
}

.mobile-indicator__title {
    padding-top: 3px;
    margin-bottom: -3px;
    font-size: 13px;
}

.mobile-indicator__value {
    font-size: 18px;
    font-weight: 500;
}

.mobile-indicator__icon {
    fill: #262626;
}

.mobile-indicator__title {
    color: #999;
}

.mobile-indicator__value {
    font-weight: 500;
}

.mobile-indicator:hover .mobile-indicator__button {
    background: #f2f2f2;
}

.mobile-indicator__counter {
    color: #fff;
    font-weight: 500;
}

@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {
    .mobile-indicator__counter {
        font-weight: 400;
    }
}

.mobile-indicator__counter:before {
    background-color: #f25900;
}

/*
// .mobile-menu
*/
.mobile-menu {
    visibility: hidden;
    -webkit-transition: visibility 0s 0.25s;
    transition: visibility 0s 0.25s;
}

.mobile-menu__backdrop {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(51, 51, 51, 0.8);
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mobile-menu__body {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background: #fff;
    width: 300px;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    overflow: hidden;
}

[dir=ltr] .mobile-menu__body {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

[dir=rtl] .mobile-menu__body {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.mobile-menu--open {
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

    .mobile-menu--open .mobile-menu__backdrop {
        opacity: 1;
    }

    .mobile-menu--open .mobile-menu__body {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.mobile-menu__close {
    position: absolute;
    top: 0;
    width: 48px;
    height: 50px;
    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: 2;
    border: none;
    padding: 0;
    fill: currentColor;
    -webkit-transition: background-color .15s, color .15s;
    transition: background-color .15s, color .15s;
    background-color: #fff;
    color: #ccc;
}

    .mobile-menu__close:hover {
        background-color: #f2f2f2;
        color: #4d4d4d;
    }

    .mobile-menu__close:active {
        background-color: #ebebeb;
        color: #4d4d4d;
    }

[dir=ltr] .mobile-menu__close {
    right: 0;
}

[dir=rtl] .mobile-menu__close {
    left: 0;
}

.mobile-menu__close:focus {
    outline: none;
}

.mobile-menu__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[dir=ltr] .mobile-menu__panel--hide {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

[dir=rtl] .mobile-menu__panel--hide {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

[dir=ltr] .mobile-menu__panel--hidden {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

[dir=rtl] .mobile-menu__panel--hidden {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.mobile-menu__panel-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 51px;
    border-bottom: 1px solid #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2px;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mobile-menu__panel-back {
    position: absolute;
    top: 0;
    width: 48px;
    height: 50px;
    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;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    fill: currentColor;
    -webkit-transition: background-color .15s, color .15s;
    transition: background-color .15s, color .15s;
    background-color: #fff;
    color: #ccc;
}

    .mobile-menu__panel-back:hover {
        background-color: #f2f2f2;
        color: #4d4d4d;
    }

    .mobile-menu__panel-back:active {
        background-color: #ebebeb;
        color: #4d4d4d;
    }

[dir=ltr] .mobile-menu__panel-back {
    left: 0;
    padding-left: 0;
    padding-right: 2px;
}

[dir=rtl] .mobile-menu__panel-back {
    right: 0;
    padding-right: 0;
    padding-left: 2px;
}

[dir=ltr] .mobile-menu__panel-back svg {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[dir=rtl] .mobile-menu__panel-back svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.mobile-menu__panel-back:focus {
    outline: none;
}

.mobile-menu__panel-arrow {
    position: absolute;
}

.mobile-menu__panel-title {
    text-align: center;
    margin: auto;
    font-size: 15px;
    font-weight: 500;
}

.mobile-menu__panel-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mobile-menu__divider {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 1px;
    background: #ebebeb;
}

.mobile-menu__spring {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.mobile-menu__indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 11px;
}

.mobile-menu__indicator {
    width: calc((100% - 0px * 3) / 4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    fill: #404040;
    border-radius: 2px;
    padding: 8px 0 6px;
}

    .mobile-menu__indicator:hover {
        background: #f2f2f2;
    }

[dir=ltr] .mobile-menu__indicator + .mobile-menu__indicator {
    margin-left: 0px;
}

[dir=rtl] .mobile-menu__indicator + .mobile-menu__indicator {
    margin-right: 0px;
}

.mobile-menu__indicator-title {
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    color: #999;
    margin-top: 5px;
}

.mobile-menu__indicator-icon {
    position: relative;
}

    .mobile-menu__indicator-icon svg {
        display: block;
    }

.mobile-menu__indicator-counter {
    position: absolute;
    bottom: calc(100% - 7px);
    color: #fff;
    font-size: 10px;
    line-height: 1;
    padding: 3px 4px 1px;
    border-radius: 6.5px;
    text-align: center;
    z-index: 0;
    font-weight: 500;
}

@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {
    .mobile-menu__indicator-counter {
        font-weight: 400;
    }
}

[dir=ltr] .mobile-menu__indicator-counter {
    left: calc(100% - 4px);
}

[dir=rtl] .mobile-menu__indicator-counter {
    right: calc(100% - 4px);
}

.mobile-menu__indicator-counter:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #f25900;
    z-index: -1;
    border-radius: 2.5px;
}

[dir=ltr] .mobile-menu__indicator-counter:before {
    /*-webkit-transform: skewX(-11deg);
    transform: skewX(-11deg);*/
    border-radius: 7.5px;
    min-width: 17px;
    min-height: 17px;
}

[dir=rtl] .mobile-menu__indicator-counter:before {
    -webkit-transform: skewX(11deg);
    transform: skewX(11deg);
}

.mobile-menu__links {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}

    .mobile-menu__links > li > a,
    .mobile-menu__links > li > button {
        position: relative;
        color: inherit;
        width: 100%;
        border: none;
        background: transparent;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 7px;
        padding-bottom: 7px;
    }

[dir=ltr] .mobile-menu__links > li > a, [dir=ltr]
.mobile-menu__links > li > button {
    padding-left: 20px;
    padding-right: 33px;
    text-align: left;
}

[dir=rtl] .mobile-menu__links > li > a, [dir=rtl]
.mobile-menu__links > li > button {
    padding-right: 20px;
    padding-left: 33px;
    text-align: right;
}

.mobile-menu__links > li > a:hover,
.mobile-menu__links > li > button:hover {
    background: #f2f2f2;
}

.mobile-menu__links > li > a:focus,
.mobile-menu__links > li > button:focus {
    outline: none;
}

.mobile-menu__links > li > a svg,
.mobile-menu__links > li > button svg {
    position: absolute;
    top: calc(50% - 6px);
    fill: #bfbfbf;
}

[dir=ltr] .mobile-menu__links > li > a svg, [dir=ltr]
.mobile-menu__links > li > button svg {
    right: 16px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[dir=rtl] .mobile-menu__links > li > a svg, [dir=rtl]
.mobile-menu__links > li > button svg {
    left: 16px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.mobile-menu__links > li > a.highlight:before,
.mobile-menu__links > li > button.highlight:before {
    position: absolute;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background: #f25900;
    top: 15px;
}

[dir=ltr] .mobile-menu__links > li > a.highlight:before, [dir=ltr]
.mobile-menu__links > li > button.highlight:before {
    left: 8px;
}

[dir=rtl] .mobile-menu__links > li > a.highlight:before, [dir=rtl]
.mobile-menu__links > li > button.highlight:before {
    right: 8px;
}

.mobile-menu__links-image {
    display: block;
    width: 22px;
    height: 16px;
    border-radius: 1.5px;
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

[dir=ltr] .mobile-menu__links-image {
    margin-right: 9px;
}

[dir=rtl] .mobile-menu__links-image {
    margin-left: 9px;
}

.mobile-menu__links-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.mobile-menu__contacts {
    text-align: center;
    padding: 16px 20px 14px;
    -webkit-transition: background .2s;
    transition: background .2s;
}

    .mobile-menu__contacts:hover {
        background: #f2f2f2;
    }

    .mobile-menu__contacts, .mobile-menu__contacts:hover {
        color: inherit;
    }

.mobile-menu__contacts-subtitle {
    font-size: 13px;
    color: #999;
}

.mobile-menu__contacts-title {
    font-size: 18px;
    font-weight: 500;
}

.mobile-menu__settings-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-menu__setting {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 50%;
}

[dir=ltr] .mobile-menu__setting + .mobile-menu__setting {
    border-left: 1px solid #ebebeb;
}

[dir=rtl] .mobile-menu__setting + .mobile-menu__setting {
    border-right: 1px solid #ebebeb;
}

.mobile-menu__setting-button {
    background: transparent;
    border: none;
    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;
    font-family: inherit;
    color: inherit;
    position: relative;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
}

[dir=ltr] .mobile-menu__setting-button {
    padding-left: 14px;
    padding-right: 26px;
}

[dir=rtl] .mobile-menu__setting-button {
    padding-right: 14px;
    padding-left: 26px;
}

.mobile-menu__setting-button:hover {
    background: #f2f2f2;
}

.mobile-menu__setting-button:focus {
    outline: none;
}

.mobile-menu__setting-panel {
    display: none;
}

.mobile-menu__setting-icon {
    display: block;
    width: 22px;
    height: 16px;
    border-radius: 1.5px;
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

[dir=ltr] .mobile-menu__setting-icon {
    margin-right: 7px;
}

[dir=rtl] .mobile-menu__setting-icon {
    margin-left: 7px;
}

.mobile-menu__setting-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.mobile-menu__setting-icon--currency {
    background: #5c6266;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
}

.mobile-menu__setting-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

[dir=ltr] .mobile-menu__setting-title {
    text-align: left;
}

[dir=rtl] .mobile-menu__setting-title {
    text-align: right;
}

.mobile-menu__setting-arrow {
    position: absolute;
    top: calc(50% - 5px);
    fill: #bfbfbf;
}

[dir=ltr] .mobile-menu__setting-arrow {
    right: 12px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[dir=rtl] .mobile-menu__setting-arrow {
    left: 12px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.mobile-menu__setting-arrow svg {
    display: block;
}*/


/*
// .sidebar
*/
.sidebar__header {
    display: none;
}

@media (max-width: 991.98px) {
    .sidebar--offcanvas--mobile {
        visibility: hidden;
        -webkit-transition: visibility 0s 0.25s;
        transition: visibility 0s 0.25s;
    }

        .sidebar--offcanvas--mobile .sidebar__backdrop {
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 1000;
            background: rgba(51, 51, 51, 0.8);
            opacity: 0;
            will-change: opacity;
            -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .sidebar--offcanvas--mobile .sidebar__body {
            position: fixed;
            top: 0;
            bottom: 0;
            z-index: 1000;
            background: #fff;
            width: 300px;
            -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            will-change: transform;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    [dir=ltr] .sidebar--offcanvas--mobile .sidebar__body {
        left: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    [dir=rtl] .sidebar--offcanvas--mobile .sidebar__body {
        right: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .sidebar--offcanvas--mobile .sidebar__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .sidebar--offcanvas--mobile.sidebar--open {
        visibility: visible;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

        .sidebar--offcanvas--mobile.sidebar--open .sidebar__backdrop {
            opacity: 1;
        }

        .sidebar--offcanvas--mobile.sidebar--open .sidebar__body {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

    .sidebar--offcanvas--mobile .sidebar__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #ebebeb;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .sidebar--offcanvas--mobile .sidebar__title {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 15px;
        font-weight: 500;
        padding: 0 20px;
    }

    .sidebar--offcanvas--mobile .sidebar__close {
        width: 48px;
        height: 50px;
        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;
        border: none;
        fill: currentColor;
        padding: 0 0 2px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: background-color .15s, color .15s;
        transition: background-color .15s, color .15s;
        background-color: #fff;
        color: #ccc;
    }

        .sidebar--offcanvas--mobile .sidebar__close:hover {
            background-color: #f2f2f2;
            color: #4d4d4d;
        }

        .sidebar--offcanvas--mobile .sidebar__close:active {
            background-color: #ebebeb;
            color: #4d4d4d;
        }

        .sidebar--offcanvas--mobile .sidebar__close:focus {
            outline: none;
        }
}

.sidebar--offcanvas--always {
    visibility: hidden;
    -webkit-transition: visibility 0s 0.25s;
    transition: visibility 0s 0.25s;
}

    .sidebar--offcanvas--always .sidebar__backdrop {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        background: rgba(51, 51, 51, 0.8);
        opacity: 0;
        will-change: opacity;
        -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .sidebar--offcanvas--always .sidebar__body {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1000;
        background: #fff;
        width: 300px;
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        will-change: transform;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

[dir=ltr] .sidebar--offcanvas--always .sidebar__body {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

[dir=rtl] .sidebar--offcanvas--always .sidebar__body {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.sidebar--offcanvas--always .sidebar__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 15px;
}

.sidebar--offcanvas--always.sidebar--open {
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

    .sidebar--offcanvas--always.sidebar--open .sidebar__backdrop {
        opacity: 1;
    }

    .sidebar--offcanvas--always.sidebar--open .sidebar__body {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.sidebar--offcanvas--always .sidebar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sidebar--offcanvas--always .sidebar__title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 15px;
    font-weight: 500;
    padding: 0 20px;
}

.sidebar--offcanvas--always .sidebar__close {
    width: 48px;
    height: 50px;
    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;
    border: none;
    fill: currentColor;
    padding: 0 0 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background-color .15s, color .15s;
    transition: background-color .15s, color .15s;
    background-color: #fff;
    color: #ccc;
}

    .sidebar--offcanvas--always .sidebar__close:hover {
        background-color: #f2f2f2;
        color: #4d4d4d;
    }

    .sidebar--offcanvas--always .sidebar__close:active {
        background-color: #ebebeb;
        color: #4d4d4d;
    }

    .sidebar--offcanvas--always .sidebar__close:focus {
        outline: none;
    }

/*
// .products-view
*/
.products-view__options {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    margin-bottom: 20px;
}

.products-view__pagination {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    padding: .75rem 1rem;
}

.products-view__pagination-legend {
    font-size: .9375rem;
    padding: 0 .375rem;
}

@media (max-width: 767.98px) {
    .products-view__pagination {
        padding-top: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .products-view__pagination-legend {
        padding-top: 9px;
    }
}



/*
// .filters-button
*/
.filter-div {
    width: 100%;
    text-align: right;
    padding: 0 15px;
}

.filters-button {
    display: block;
    background-color: orange;
    width: 100%;
    border: none;
    border-radius: 2px;
    line-height: 1;
    padding: 10px;
    margin-bottom: 15px;
}

[dir=ltr] .filters-button {
    padding-left: 9px;
    padding-right: 7px;
}

[dir=rtl] .filters-button {
    padding-right: 9px;
    padding-left: 7px;
}

.filters-button:focus {
    outline: none;
}

.filters-button:hover {
    background: #ebebeb;
}

.filters-button:active {
    background: #e0e0e0;
}

.filters-button__icon {
    fill: #404040;
}

[dir=ltr] .filters-button__icon {
    margin-right: 7px;
}

[dir=rtl] .filters-button__icon {
    margin-left: 7px;
}

.filters-button__icon svg {
    display: block;
}

.filters-button__title {
    padding-top: 1px;
}

.filters-button__counter {
    background: #f25900;
    color: #fff;
    padding: 3px 4px 2px;
    font-size: 11px;
    border-radius: 1.5px;
}

[dir=ltr] .filters-button__counter {
    margin-left: 6px;
}

[dir=rtl] .filters-button__counter {
    margin-right: 6px;
}


/*customized*/

.mobile-circle {
    position: absolute;
    top: -8px;
    right: 0;
    left: 12px;
    background: #FF4343;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    font-size: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.mobile-menu_regional_options {
    text-align: center;
    padding: 11px 0;
}

/*Start Show_AddToCart*/
.product-hover {
    display: block;
    width: 100%;
    right: 0;
    bottom: -20px;
    text-align: right;
    margin: 10px 0;
}

.add-cart-hover.open {
    display: inline-block;
    width: 100%;
    border-radius: 40px;
    background-color: #ff3c20;
    box-shadow: 0px 0px 20px rgba(255,60,32,.7);
}

.add-cart-hover {
    width: 40px;
    height: 40px;
    border: 2px solid #ff3c20;
    display: inline-block;
    border-radius: 50%;
    transition: all .4s;
    -webkit-transition: all .4s;
    background-color: #fff;
    float: right;
    margin-left: 5px;
    overflow: hidden;
    position: relative;
    padding-right: 9px;
}

    .add-cart-hover a {
        display: block;
    }

    .add-cart-hover .fa-plus {
        line-height: 36px;
        color: #ff3c20;
        transition: all .3s;
        -webkit-transition: all .3s;
        display: inline-block;
        margin: 1px 3px 0px 0px;
        cursor: pointer;
    }

    .add-cart-hover.open .fa-plus {
        color: #fff;
        font-size: 16px;
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }

    .add-cart-hover .fa-minus {
        display: none;
        line-height: 36px;
        color: #fff;
        transition: all 1s;
        -webkit-transition: all 1s;
        font-weight: 700;
        margin-right: 5px;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .add-cart-hover.open .fa-minus {
        animation: product-h6 1s;
        display: block;
    }

    .add-cart-hover .qty {
        display: none;
        line-height: 36px;
        background-color: transparent;
        color: #fff;
        border: none;
        text-align: center;
        transition: all 1s;
        -webkit-transition: all 1s;
        font-size: 1.2rem;
        font-weight: 700;
        position: absolute;
        width: 30%;
        left: 35%;
        top: 50%;
        transform: translateY(-50%);
    }

        .add-cart-hover .qty:focus {
            background-color: transparent;
            color: black;
        }

    .add-cart-hover.open .qty {
        animation: product-h6 1s;
        display: block;
    }

    .add-cart-hover input::-webkit-outer-spin-button,
    .add-cart-hover input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

     Firefox 
    .add-cart-hover input[type=number] {
        -moz-appearance: textfield;
    }

/*END Show_AddToCart*/

.regional_info {
    color: #333;
    cursor: pointer;
    padding-right: 10px;
}

    .regional_info:after {
        font-family: "molla";
        content: '\f110';
        position: absolute;
        top: 50%;
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1;
        margin-top: -0.7rem;
        padding-left: 3px;
    }

.top-menu:not(.top-link-menu) {
    display: flex;
    align-items: center;
    align-self: stretch;
}

    .top-menu:not(.top-link-menu) > li {
        display: flex;
        align-items: center;
        align-self: stretch;
        padding-right: 2.2rem;
    }

/*.top-menu > li {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}*/

    .regional_info img {
        width: 25px;
        height: 16px;
        display: inline-block;
    }

    /***Nav menu****/
    .menu-title a {
        color: #333;
        /*margin-bottom: 20px;*/
    }
    /***End Nav menu****/

.filter-colors {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: .7rem;
    padding-bottom: .5rem;
}

    .filter-colors div {
        position: relative;
        display: block;
        width: 2.4rem;
        height: 2.4rem;
        border-radius: 50%;
        border: .2rem solid #fff;
        margin: 0 .3rem .3rem;
        transition: box-shadow .35s ease;
        cursor: pointer;
    }

        .filter-colors div:after {
            color: #fff;
            font-family: 'molla';
            content: '\ec2d';
            font-size: 1rem;
            line-height: 1;
            position: absolute;
            left: 50%;
            top: 50%;
            opacity: 0;
            visibility: hidden;
            transition: opacity .01s;
            margin-top: -.4rem;
            margin-left: -.5rem;
        }

        .filter-colors div.selected, .filter-colors div:hover, .filter-colors div:focus {
            box-shadow: 0 0 0 .1rem #cccccc;
        }

            .filter-colors div.selected:after {
                visibility: visible;
                opacity: 1;
            }

.filter-colors.filter-colors-vertical {
    padding-top: .3rem;
    flex-direction: column;
    align-items: flex-start;
}

    .filter-colors.filter-colors-vertical div {
        width: 2rem;
        height: 2rem;
        color: #666;
        margin-bottom: 1.1rem;
    }

        .filter-colors.filter-colors-vertical div > span {
            display: block;
            position: absolute;
            left: 100%;
            top: 50%;
            transform: translateY(-50%);
            margin-left: 1rem;
        }

        .filter-colors.filter-colors-vertical div:hover > span, .filter-colors.filter-colors-vertical div:focus > span, .filter-colors.filter-colors-vertical div.selected > span {
            color: #cc9966;
        }


/*
// .social-links
*/
.social-links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: -4px;
}

.social-links__item {
    margin: 4px;
    background-color: #e6e9ed;
    border-radius: 25px;
}

    .social-links__item a {
        font-size: 16px;
        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;
        color: inherit;
        width: 36px;
        height: 36px;
        border-radius: 18px;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

        .social-links__item a:hover {
            opacity: .8;
        }

.social-links__item--facebook a {
    background: #3c5a99;
    color: #fff;
}

.social-links__item--twitter a {
    background: #00a2e8;
    color: #fff;
}

.social-links__item--youtube a {
    background: #e52e2e;
    color: #fff;
}

.social-links__item--instagram a {
    background: #815dc7;
    color: #fff;
}

.social-links__item--rss a {
    background: #ffc338;
    color: #664729;
}

.product-action-vertical .active {
    background-color: #cc6666;
    color: #fff;
}


/*-------------------------------------------------*/

.banner-display > a:before {
    background-color: rgba(102, 102, 102, 0.25);
}

.banner-display .banner-title {
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: -.025em;
}

.banner-display .banner-subtitle {
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-bottom: .5rem;
    margin-top: 0;
}

.banner-display .btn.banner-link {
    text-transform: none;
    min-width: 126px;
}

.banner-title-hidden .banner-title {
    visibility: hidden;
    transition: all .3s;
}

.banner-title-hidden:hover .banner-title, .banner-title-hidden:focus .banner-title {
    visibility: visible;
}

@media screen and (max-width: 767px) {
    .banner-display .banner-title {
        font-size: 1.8rem;
    }
}

.banner-link-anim .banner-content-center .banner-link {
    left: 50%;
    transform: translateY(-20px) translateX(-50%);
    -ms-transform: translateY(-20px) translateX(-50%);
}
.banner-link-anim .banner-link {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 130px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    transition: all .3s ease;
    transform: translateY(-20px);
    -ms-transform: translateY(-20px);
}
.btn.banner-link {
    font-size: 1.4rem;
    line-height: 1;
    padding: 0.8rem 1.4rem;
    min-width: 0;
    text-transform: uppercase;
    text-decoration: none !important;
}


/* custom form */
.custom-form {
    /* floating label */
    /* floating label */
    /* password input */
}

    .custom-form .input-wrapper {
        position: relative;
    }

        .custom-form .input-wrapper.form-group {
            margin-bottom: 2.5rem;
        }

    .custom-form label {
        color: #161616;
    }

    .custom-form .form-control-label {
        color: #161616;
        display: block;
        position: absolute;
        opacity: 0;
        top: 10px;
        -webkit-transition: 0.45s ease;
        -moz-transition: 0.45s ease;
        -ms-transition: 0.45s ease;
        -o-transition: 0.45s ease;
        transition: 0.45s ease;
    }

    .custom-form .form-control:placeholder-shown + .form-control-label {
        visibility: hidden;
        z-index: -1;
    }

    .custom-form .form-control:not(:placeholder-shown) + .form-control-label,
    .custom-form .form-control:focus:not(:placeholder-shown) + .form-control-label {
        visibility: visible;
        z-index: 1;
        opacity: 1;
        top: -22px;
    }

    .custom-form .form-control {
        display: block;
        margin: 0;
        width: 100%;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #B4B4B4;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        padding: 0.75rem 0.25rem;
    }

        .custom-form .form-control:focus {
            border: none;
            border-bottom: 1px solid #161616;
            -webkit-box-shadow: 0 0 0 0 #ffffff inset;
            -moz-box-shadow: 0 0 0 0 #ffffff inset;
            -ms-box-shadow: 0 0 0 0 #ffffff inset;
            -o-box-shadow: 0 0 0 0 #ffffff inset;
            box-shadow: 0 0 0 0 #ffffff inset;
        }

    .custom-form .password-box {
        position: relative;
    }

        .custom-form .password-box .form-control {
            padding: 0.75rem 2rem 0.75rem 0.25rem;
        }

        .custom-form .password-box .password-box-icon {
            position: absolute;
            top: 8px;
            right: 12px;
            cursor: pointer;
        }

    .custom-form .custom-form_helper {
        margin-bottom: 2rem;
    }

    .custom-form .custom-control .custom-control-label {
        font-size: 14px;
        line-height: 1.75;
    }

        .custom-form .custom-control .custom-control-label i {
            vertical-align: middle;
        }

    .custom-form .submit_btn {
        position: absolute;
        top: 0;
        right: 0;
        line-height: 30px;
        padding: 0.625rem 0.75rem;
    }

.custom-form--subscribe {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .custom-form--subscribe {
        max-width: 80%;
    }
}

@media only screen and (min-width: 992px) {
    .custom-form--subscribe {
        max-width: 65%;
    }
}

.custom-form--subscribe .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}

@media only screen and (min-width: 768px) {
    .custom-form--subscribe .form-control {
        padding-right: 9rem;
    }
}

.custom-form--subscribe .form-control:focus {
    border: none;
    border-bottom: 1px solid #ffffff;
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0px 0px transparent inset;
    -moz-box-shadow: 0 0 0px 0px transparent inset;
    -ms-box-shadow: 0 0 0px 0px transparent inset;
    -o-box-shadow: 0 0 0px 0px transparent inset;
    box-shadow: 0 0 0px 0px transparent inset;
}

.custom-form--subscribe .form-control-label {
    color: #ffffff;
}

.custom-form--subscribe ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1;
    /* Firefox */
}

.custom-form--subscribe :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

.custom-form--subscribe ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffff;
}

.custom-form--subscribe .custom-form_btn {
    margin-top: 1rem;
}

@media only screen and (min-width: 768px) {
    .custom-form--subscribe .custom-form_btn {
        position: absolute;
        right: 0;
        top: 35%;
        margin-bottom: 0.5rem;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .order-tracking-form {
        margin-bottom: 1.875rem;
    }
}

.order-tracking-form .title {
    font-size: 25px;
    margin-bottom: 1.5rem;
}

.order-tracking-form .text {
    margin-bottom: 1.5rem;
}

.order-tracking-form .custom-form_btn {
    text-align: right;
}



.register-form {
    width: 100%;
    /*margin: 2rem auto;*/
}

    .register-form .title {
        font-size: 25px;
        margin-bottom: 3.5rem;
    }

    .register-form .forget-pass-link {
        font-size: 12px;
        text-align: right;
        display: block;
        line-height: 1.75;
    }

        .register-form .forget-pass-link > a {
            color: #8F8F8F;
            border-bottom: 1px solid #8F8F8F;
        }

            .register-form .forget-pass-link > a:hover {
                color: #161616;
            }

    .register-form .custom-form_btn .button {
        padding: 1rem 2rem;
    }

.register-link {
    padding: 20px 0 20px;
    font-size: 15px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .register-link {
        padding: 1.875rem 3.75rem;
    }
}

@media only screen and (max-width: 575px) {
    .register-link {
        padding: 1.25rem 1.25rem;
    }
}

.register-link > a {
    color: #FF4343;
    border-bottom: 1px solid #FF4343;
    margin-left: 0.5rem;
}


.dashboard__info .panel.panel-box-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dashboard__info .panel.panel-box {
    padding: 1.875rem;
    -webkit-box-shadow: 3px 3px 6px 0 rgba(22, 22, 22, 0.15);
    -moz-box-shadow: 3px 3px 6px 0 rgba(22, 22, 22, 0.15);
    -ms-box-shadow: 3px 3px 6px 0 rgba(22, 22, 22, 0.15);
    -o-box-shadow: 3px 3px 6px 0 rgba(22, 22, 22, 0.15);
    box-shadow: 3px 3px 6px 0 rgba(22, 22, 22, 0.15);
}

/**** Start AddToCart ******************************/
/*.product-hover {
    display: block;
    width: calc(100% - 30px);
    right: 0;
    bottom: -20px;
    text-align: right;
    margin: 10px 15px;
}*/

/*.add-cart-hover.open {
    display: inline-block;
    width: 100%;
    border-radius: 40px;
    background-color: #ff3c20;
    box-shadow: 0px 0px 20px rgba(255,60,32,.7);
    margin-bottom: 20px;
}

.add-cart-hover {
    width: 40px;
    height: 40px;
    border: 2px solid #ff3c20;
    display: inline-block;
    border-radius: 50%;
    transition: all .4s;
    -webkit-transition: all .4s;
    background-color: #fff;
    float: right;
    margin-left: 5px;
    overflow: hidden;
    position: relative;
    padding-right: 9px;
    margin-bottom: 20px;
}

    .add-cart-hover a {
        display: block;
    }

    .add-cart-hover .fa-plus {
        line-height: 36px;
        color: #ff3c20;
        transition: all .3s;
        -webkit-transition: all .3s;
        display: inline-block;
        margin: 1px 3px 0px 0px;
        cursor: pointer;
    }

    .add-cart-hover.open .fa-plus {
        color: #fff;
        font-size: 16px;
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }

    .add-cart-hover .fa-minus {
        display: none;
        line-height: 36px;
        color: #fff;
        transition: all 1s;
        -webkit-transition: all 1s;
        font-weight: 700;
        margin-right: 5px;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .add-cart-hover.open .fa-minus {
        animation: product-h6 1s;
        display: block;
    }

    .add-cart-hover .qty {
        display: none;
        line-height: 36px;
        background-color: transparent;
        color: #fff;
        border: none;
        text-align: center;
        transition: all 1s;
        -webkit-transition: all 1s;
        font-size: 1.2rem;
        font-weight: 700;
        position: absolute;
        width: 30%;
        left: 35%;
        top: 50%;
        transform: translateY(-50%);
    }

        .add-cart-hover .qty:focus {
            background-color: transparent;
            color: black;
        }

    .add-cart-hover.open .qty {
        animation: product-h6 1s;
        display: block;
    }

    .add-cart-hover input::-webkit-outer-spin-button,
    .add-cart-hover input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }*/

    /* Firefox */
    /*.add-cart-hover input[type=number] {
        -moz-appearance: textfield;
    }*/

/**** End AddToCart ******************************/



.product-action {
    justify-content: center;
    flex-direction: column;
    padding: 0px 5px;
    height: auto;
    overflow: hidden;
    transition: height 0.3s ease;
    background-color: #edebeb;
    opacity: 0.1;
}

.product-action-active {
    justify-content: center;
    flex-direction: column;
    padding: 0px 5px;
    height: auto;
    overflow: hidden;
    background-color: #edebeb;
    opacity: 2.1;
    transform: none;
    visibility: visible;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 10;
}

.product-action-active:hover {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.div_main_sizes {
    overflow-x: auto;
    direction: ltr;
    white-space: nowrap;
    align-items: flex-start;
    width: -webkit-fill-available;
}


/* Customize the scrollbar */
    .div_main_sizes::-webkit-scrollbar {
        width: 4px; /* Width of the scrollbar */
        height: 4px;
        cursor: pointer;
    }

    .div_main_sizes::-webkit-scrollbar-thumb {
        background-color: #888; /* Color of the scrollbar thumb */
        border-radius: 2px; /* Border radius of the scrollbar thumb */
        width: 4px; /* Width of the scrollbar */
        height: 4px;
        cursor: pointer;
    }

    .div_main_sizes::-webkit-scrollbar-track {
        background-color: #f1f1f1; /* Color of the scrollbar track */
    }


/*.div_main_sizes::-webkit-scrollbar {
    display: none;
}*/

.product_size {
    font-size: 1.2rem;
}

.product_sizes {
    margin: 0;
    padding: 0 5px 0 5px;
    list-style: none;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    /*    flex-wrap: wrap;*/
    /*background-color: #edebeb;*/
    /*margin-bottom: 10px;*/
}

    .product_sizes li {
        color: black;
        margin: 0 6px 0 0;
        cursor: pointer;
    }
    .product_sizes li:hover{
        font-weight: 700;
    }

.product-nav {
    width: 100%;
}

.btn-wishlist {
    font-size: 2.5rem;
    color: #333;
    cursor: pointer;
}

/*******Price Range*************/

.price_filter_bars_main {
    height: 80px;
    width: 100%;
    display: block;
    position: relative;
    bottom: -4px;
}

    .price_filter_bars_main .price_filter_bars_item {
        background-color: #f0f0f0;
        /*border-radius: 6px 6px 0 0;*/
        display: inline-block;
        /*border: solid thin #686868;*/
        margin-right: 1%;
    }

        .price_filter_bars_main .price_filter_bars_item.selected {
            background-color: #f25900;
        }

.price_filter_inputs {
    width: 100%;
}

    .price_filter_inputs input {
        width: 48%;
        display: inline-block;
    }

.input-currency-symbol {
    position: absolute;
    bottom: 6px;
    color: rgba(0,0,0,.69);
    font-size: 1rem;
    font-style: italic;
    z-index: 6;
}

.currency-left .input-currency-symbol {
    left: 0.8rem;
}

.currency-left input[type=text] {
    padding-left: 2rem;
}

.currency-right .input-currency-symbol {
    right: 0.8rem;
}

.currency-right input[type=text] {
    padding-right: 2rem;
}
/*******End Price Range*************/

.products .product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.products > .row > [class*=col-] {
    display: flex;
    align-items: stretch;
    align-content: stretch;
}

.price {
    margin-top: 0.3rem;
}

.old-price {
    margin-top: 0.3rem;
    text-decoration: line-through;
    color: #cc6666;
}

.cart-discount {
    flex: 0 0 50%;
    max-width: none;
}

.table.table-summary .summary-shipping-estimate td {
    height: auto;
    padding-top: 0;
    padding-bottom: 2.3rem;
    font-size: 1.4rem;
}

.table.table-summary .summary-shipping-estimate {
    color: #333333;
    font-weight: revert;
    font-size: 1.6rem;
}

.table.table-summary .summary-shipping td {
    padding-top: 2rem;
    padding-bottom: 0;
    height: auto;
    border-bottom: none;
}

/*.custom-control-label::before {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background-color: none;
    border: none;
    box-shadow: none !important;
}*/

.right_summary_sticky {
    position: sticky;
    top: 85px;
    z-index: 100;
}

.summary.summary-cart {
    margin-bottom: 1rem;
}

.cart .table td {
     padding-top: 0; 
     padding-bottom: 0; 
}

/************Basket***************/
.dropcart__item-info {
    width: 100%;
}

.dropcart__item-article {
    color: #9e9e9e;
    font-size: 12px;
    margin-top: 2px;
}

.dropcart__item-brand a {
    color: #9e9e9e;
    font-size: 12px;
    display: inline-block;
}

.dropcart__item-brand .cart-table__remove {
    margin-right: 10px;
    float: right;
    position: unset;
}

.dropcart__item-brand a:hover {
    color: #333;
    font-size: 12px;
}

.dropcart__item-name a:hover {
    color: #333;
}

.dropcart__item-article span {
    padding-right: 2px;
}

    .dropcart__item-article span:nth-child(2),
    .dropcart__item-article span:nth-child(3) {
        padding-left: 2px;
        border-left: solid 1px #9e9e9e;
    }

.dropcart__item-meta .price .vat-label {
    color: #333;
    font-size: 0.7rem;
    display: block;
    padding-left: 0;
}



.dropcart__item-info .dropcart__item-bottom {
    width: 100%;
    margin-top: 6px;
    display: flex;
}


    .dropcart__item-info .dropcart__item-bottom .left {
        width: 49%;
        text-align: left;
        display: inline-block;
    }

        .dropcart__item-info .dropcart__item-bottom .left select {
            width: 100px;
        }

    .dropcart__item-info .dropcart__item-bottom .right {
        width: 50%;
        text-align: right;
        display: inline-block;
        padding-right: 5px;
    }

        .dropcart__item-info .dropcart__item-bottom .right .price .old-price {
            margin-right: 0;
        }

.dropcart__item-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 70px;
    margin-right: 10px;
}

.dropcart__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: solid thin #e9e9e9;
    margin-bottom: 15px;
    padding-bottom: 7px;
}

.dropcart__list {
    margin: 0px;
    padding-left: 0px;
}

.dropcart__totals {
    font-size: 15px;
    margin: 6px 0;
    background-color: #fff;
}

    .dropcart__totals table {
        width: 100%;
    }

        .dropcart__totals table td {
            text-align: right;
        }
    .dropcart__totals .table.table-summary tbody tr {
        padding: 0 10px;
    }
    .dropcart__totals .table.table-summary tbody td {
        height: 0;
        padding: 5px 0;
        text-align: left;
        padding: 0 10px;
    }

        .dropcart__totals .table.table-summary tbody td:nth-child(2) {
            height: 0;
            padding: 5px 5px;
            text-align: right;
        }

.dropcart__item-bottom .Price {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
    .dropcart__item-bottom .Price .offer-price, .old-price {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
    .dropcart__item-bottom .Price .old-price {
        padding-right: 10px;
    }
    .dropcart__item-bottom .Price .offer-price {
        font-weight: bold;
    }

.dropcart__item-bottom .form-control {
    margin-bottom: 1rem;
}

.side_basket .dropcart__item-image {
    width: 100px;
    padding-right: 10px;
    padding-left: 10px;
}

.dropcart__item-bottom .left {
    width: 100%;
    margin-top: 6px;
    display: flex;
}
/************Basket***************/

/*.menu .megamenu.megamenu-md {*/
    /*top: 20px;*/
    /*border-top: thin #f2f3f3 solid;
}*/

/*.main-nav {
     margin-left: 0; 
}

.menu li > a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.menu.sf-arrows .sf-with-ul::after {
    font-family: unset;
    content: unset;
    position: unset;
    right: unset;
    top: unset;
    display: unset;
    font-size: unset;
    line-height: unset;
    margin-top: unset;
}*/
/*.header-left .main-nav .menu {
    height: 35px;
}*/

    /*.main-nav ul li {
        height: 100%;
        align-items: center;
        display: flex;
    }

.header-middle .menu.sf-arrows > li > .sf-with-ul {
    padding-right: 3rem;
    height: 100%;
}

.menu .menu-title {
    margin-bottom: 0;
    margin-top: 0.6rem;
}

.main-category-menu li > a {
    padding-left: 1rem;
    padding-right: 1rem;
}

.header-top .container:after, .header-top .container-fluid:after {
    background-color: white;
}*/

.cart-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cc9966;
    font-size: 2.6rem;
    line-height: 1;
    margin-left: 2.4rem;
    cursor: pointer;
}

    .cart-link i {
        display: inline-block;
        margin-top: -2px;
    }

    .cart-link .cart-count {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1;
        margin-top: 0.1rem;
        color: #fff;
        background-color: #cc9966;
        min-width: 1.7rem;
        height: 1.7rem;
        margin-bottom: 1.5rem;
        margin-left: -1.2rem;
        padding-top: 2px;
    }

    .cart-link:hover, .cart-link:focus {
        color: #cc9966;
    }

.login_btn {
    padding: 0px 15px 5px;
}

.login_btn a i {
    font-size: 2rem;

}
@media screen and (max-width: 575px) {
    .wishlist-link {
        display: flex;
    }
}

.product-size .span_size {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 2.1rem;
    width: auto;
    padding: 16px 3px;
    height: 2.1rem;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1;
    color: #666666;
    background-color: #f7f8fa;
    border-radius: 0.2rem;
    transition: all .35s ease;
    margin-right: 0.5rem;
    cursor: pointer;
}

    .product-size .span_size.active {
        background-color: #333;
        color: white;
    }
    .product-size .span_size:hover {
        background-color: #333;
        color: white;
    }

.header-bottom .menu .megamenu.megamenu-md {
    left: 0px;
    width: 100%;
}

.header-bottom .menu .megamenu {
    top: revert-layer;
}

.header-bottom .menu .menu-col .menu-title:hover {
    font-weight: 400;
    font-size: 2rem;
}

.header-bottom .menu {
    flex-wrap: wrap;
}

.header-bottom .menu li {
    position: unset;
}

.btn-product:hover span, .btn-product:focus span {
    color: unset !important;
}



.btn.btn-spinner {
    padding: 0.85rem 1.5rem !important;
}

.product-details-action .btn-cart {
    max-width: 210px !important;
}

.product-details-quantity {
    max-width: 140px !important;
}

.details-filter-row label {
    width: unset !important;
}

.details-filter-row label {
    margin-right: 1rem;
}

.product-body .btn-wishlist.active:before {
    content: '\f233';
    color: red;
}

.btn-product.btn-wishlist {
    border: none !important;
    background: unset !important;
}

    .btn-product.btn-wishlist.active:before {
        content: '\f233';
        color: red;
    }

.details-filter-row .form-control {
    min-width: 140px;
}

[ng-cloak] {
    display: none;
}

.vatmode {
    margin-left: 10px;
    font-size: 1.4rem;
    display: contents;
    vertical-align: bottom;
}


.product-oldprice {
    display: inline;
    text-decoration: line-through;
    color: #888;
    font-size: 1.9rem;
}

#scroll-top {
    bottom: 20px;
}
.left_cat_item:hover a{
    font-weight:400;
    font-size:1.6rem;
}

.left_cat_item a.active {
    font-weight: bold; /* Optional: make the active link bold */
    font-size: 2rem;
    text-decoration: none; /* Optional: remove underline from active link */
}

.sidebar-shop .widget-title {
    font-size: 3rem;
    line-height: 2.15;
}

.footer-newsletter {
    color: #ebebeb;
     padding-top: 0; 
     padding-bottom: 0; 
}

.product-media {
    background-color: #fff;
}

.category-menu-banner {
    width: 100%;
    height: auto;
}

.login-link {
    cursor: pointer;
}