html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

a {
    outline: none;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #df0002;
}

textarea {
    height: auto;
    min-height: 50px;
    -webkit-resize: none;
    -moz-resize: none;
    resize: none;
}

.clearfloat:before, .clearfloat:after {
    content: "";
    display: table;
}

.clearfloat:after {
    clear: both;
}

/* For IE 6/7 (triggers hasLayout) */
.clearfloat {
    *zoom: 1;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

select {
    width: 100%;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Open Sans', 'Montserrat', Arial, Helvetica, sans-serif;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

/*custom scroll*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/*FONTS--------------------------------------------------------------------*/
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('../webfonts/OpenSans-LightItalic.woff2') format('woff2'), url('../webfonts/OpenSans-LightItalic.woff') format('woff'), url('../webfonts/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../webfonts/OpenSans-Light.woff2') format('woff2'), url('../webfonts/OpenSans-Light.woff') format('woff'), url('../webfonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../webfonts/OpenSans-BoldItalic.woff2') format('woff2'), url('../webfonts/OpenSans-BoldItalic.woff') format('woff'), url('../webfonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url('../webfonts/OpenSans-SemiBoldItalic.woff2') format('woff2'), url('../webfonts/OpenSans-SemiBoldItalic.woff') format('woff'), url('../webfonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../webfonts/OpenSans-SemiBold.woff2') format('woff2'), url('../webfonts/OpenSans-SemiBold.woff') format('woff'), url('../webfonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../webfonts/OpenSans-Bold.woff2') format('woff2'), url('../webfonts/OpenSans-Bold.woff') format('woff'), url('../webfonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../webfonts/OpenSans-Italic.woff2') format('woff2'), url('../webfonts/OpenSans-Italic.woff') format('woff'), url('../webfonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../webfonts/OpenSans-Regular.woff2') format('woff2'), url('../webfonts/OpenSans-Regular.woff') format('woff'), url('../webfonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../webfonts/OpenSans-ExtraBold.woff2') format('woff2'), url('../webfonts/OpenSans-ExtraBold.woff') format('woff'), url('../webfonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url('../webfonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'), url('../webfonts/OpenSans-ExtraBoldItalic.woff') format('woff'), url('../webfonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

.text, p {
    line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 800;
    text-transform: uppercase;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

/*
################################################
#                                              #
#   author:  webrix-studio                     #
#   url:  http://webrix-studio.com             #
#                                              #
################################################
*/
/*BODY-------------------------------------------------------------------*/

body {
    background-color: #fff;
    font-family: 'Open Sans', 'Montserrat', Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 16px;
}

.big-wrapper {
    max-width: 1780px;
    margin: 0 auto;
    padding: 0 20px;
}

.wrapper {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
}

/*-------------- header ---------------*/
header {
    position: relative;
    z-index: 1000;
    background: #2c2c2c;
}

.header-main {
    padding: 29px 0px;
}

    .header-main .big-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

.header-right, .header-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-top {
    border-bottom: 1px solid #3d3d3d;
}

    .header-top .big-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
    }

.header-top-right {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*----------------------- logo -------------------------*/
.logo {
    position: relative;
    z-index: 3;
}

    .logo a {
        display: block;
    }

/*--------------------------- header notification ----------------------------*/
.header-notification {
    display: block;
    position: relative;
    padding: 10px 20px;
    width: 100%;
    background: #df0002;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    z-index: 11;
    overflow: hidden;
    box-sizing: border-box;
}

    .header-notification a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: underline;
    }

        .header-notification a:hover {
            text-decoration: none;
        }

.close {
    height: 22px;
    line-height: 22px;
    position: absolute;
    display: inline-block;
    right: 20px;
    top: calc(50% - 11px);
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    z-index: 2;
    text-decoration: none !important;
}

/*-------------- site links ---------------*/
.site-links ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .site-links ul li {
        display: block;
        margin-right: 25px;
    }

        .site-links ul li:last-child {
            margin-right: 0px;
        }

        .site-links ul li a {
            display: block;
            color: #b4b4b4;
            font-size: 13px;
            font-weight: bold;
            padding: 3px 0px;
        }

            .site-links ul li a:hover {
                color: #fff;
            }

.cbp-spmenu .site-links {
    display: none;
    padding: 20px;
    background: #3d3d3d;
}

    .cbp-spmenu .site-links ul {
        flex-direction: column;
        align-items: flex-start;
    }

        .cbp-spmenu .site-links ul li {
            margin-right: 0px;
        }

            .cbp-spmenu .site-links ul li a {
                font-weight: 600;
            }

/*-------------- language ---------------*/
.languages {
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 5;
    line-height: 45px;
    color: #b4b4b4;
    font-size: 12px;
    font-weight: 600;
}

    .languages > span {
        display: block;
        float: left;
        margin-right: 5px;
        cursor: default;
    }

.lang-choice {
    text-transform: uppercase;
    box-sizing: border-box;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

    .lang-choice img {
        margin-right: 6px;
    }

    .lang-choice i {
        font-size: 11px;
        margin-left: 5px;
    }

    .lang-choice:hover {
        color: #fff;
    }

.lang-list {
    position: absolute;
    min-width: 140px;
    top: 100%;
    right: 0px;
    display: none;
    z-index: 10;
    background: #000;
    margin: 0px;
    padding: 10px 0px;
    list-style-type: none;
    text-align: left;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
}

    .lang-list li a {
        display: block;
        position: relative;
        white-space: nowrap;
        padding: 5px 20px;
        color: #9f9f9f;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        line-height: normal;
    }

        .lang-list li a:hover {
            color: #df0002;
        }

        .lang-list li a img {
            margin-right: 5px;
            position: relative;
            top: -1px;
        }
/*------- in responsive menu -------*/
.lang-responsive {
    display: none;
    flex-wrap: wrap;
    align-items: flex-start;
}

    .lang-responsive .currency, .lang-responsive .languages {
        margin: 0px;
        width: 50%;
        border-right: 1px solid #3d3d3d;
        border-bottom: 1px solid #3d3d3d;
        box-sizing: border-box;
    }

    .lang-responsive .currency-choice, .lang-responsive .lang-choice {
        padding: 0 20px;
    }

    .lang-responsive .currency-list, .lang-responsive .lang-list {
        position: relative;
        top: auto;
        right: auto;
        padding: 10px 20px;
        min-width: inherit;
    }

        .lang-responsive .currency-list li a, .lang-responsive .lang-list li a {
            padding: 3px 0px;
        }

/*-------------- currency ---------------*/
.currency {
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 5;
    line-height: 45px;
    color: #b4b4b4;
    font-size: 12px;
    margin-right: 28px;
    font-weight: 600;
}

    .currency > span {
        display: block;
        float: left;
        margin-right: 5px;
        cursor: default;
    }

.currency-choice {
    text-transform: uppercase;
    box-sizing: border-box;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

    .currency-choice:hover {
        color: #fff;
    }

    .currency-choice i {
        font-size: 11px;
        margin-left: 5px;
    }

.currency-list {
    position: absolute;
    top: 100%;
    right: 0px;
    display: none;
    z-index: 10;
    background: #000;
    margin: 0px;
    padding: 10px 0px;
    list-style-type: none;
    text-align: left;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
}

    .currency-list li a {
        display: block;
        position: relative;
        white-space: nowrap;
        padding: 3px 20px;
        color: #9f9f9f;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        line-height: normal;
    }

        .currency-list li a:hover {
            color: #df0002;
        }

        .currency-list li a img {
            margin-right: 5px;
            position: relative;
            top: -1px;
        }

/*--------------------------- header contacts ----------------------------*/
.header-contacts {
    border-right: 1px solid #3d3d3d;
    padding-right: 35px;
    margin-right: 35px;
}

    .header-contacts a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        font-size: 13px;
        color: #b4b4b4;
    }

        .header-contacts a i {
            font-size: 22px;
            color: #fff;
            margin-right: 14px;
        }

        .header-contacts a span {
            display: block;
            line-height: 20px;
        }

        .header-contacts a strong {
            display: block;
            color: #fff;
            font-size: 22px;
        }

/*-------------------- favourite --------------------*/
.favourite {
    float: left;
    position: relative;
    margin-right: 25px;
}

    .favourite > a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        font-size: 22px;
        color: #fff;
        height: 35px;
        position: relative;
    }

.broi-number {
    position: absolute;
    top: -4px;
    left: 15px;
    display: block;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 600;
    background: #df0002;
    color: #fff;
}

/*-------------------- shopping cart --------------------*/
.cart {
    float: left;
    position: relative;
}

    .cart > a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        position: relative;
        font-size: 12px;
        color: #fff;
        height: 35px;
    }

        .cart > a i {
            font-size: 22px;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

    .cart:hover .cart-list, .cart.active .cart-list {
        visibility: visible;
        top: 100%;
        opacity: 1;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

/*---- shopping cart menu ----*/
.cart-list {
    top: 120%;
    right: 0;
    opacity: 0;
    width: 320px;
    visibility: hidden;
    position: absolute;
    text-align: left;
    z-index: 9999;
    background: #fff;
    border-radius: 5px;
    padding: 0px 18px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    -webkit-box-sizing: border-box;
}

.list-title {
    color: #000;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 13px 0px;
    font-weight: bold;
    text-transform: uppercase;
}

.cart-list .list-title {
    text-transform: none;
}

.cart-pr-item {
    border-bottom: 1px dashed #e5e7e9;
    padding: 12px 15px 12px 0px;
    position: relative;
}

.cart-pr-image {
    float: left;
    text-align: center;
    position: relative;
    width: 100px;
    background: #fff;
    margin-right: 15px;
}

    .cart-pr-image img {
        max-height: 120px;
    }

.cart-pr-info {
    overflow: hidden;
    box-sizing: border-box;
}

.pr-name {
    display: block;
    color: #000;
    font-size: 14px;
    max-height: 58px;
    font-weight: 600;
    overflow: hidden;
}

    .pr-name span {
        display: block;
        text-transform: uppercase;
    }

.cart-pr-price {
    font-size: 14px;
    margin-top: 4px;
    color: #000;
}

    .cart-pr-price strong {
        margin-right: 5px;
        color: #df0002;
    }

    .cart-pr-price b {
        color: #909090;
        font-size: 11px;
        font-weight: normal;
        text-decoration: line-through;
    }

.pr-sale .cart-pr-price strong {
    color: #df0002;
}

.cart-pr-price .pcd-price {
    font-size: 11px;
    color: #777;
    margin-bottom: 2px;
}

.cart-pr-price .new-price, .cart-pr-price .euro-price {
    font-size: 14px;
}

.cart-qty {
    font-size: 11px;
    color: #909090;
    margin-top: 5px;
}

    .cart-qty span {
        color: #000;
    }

.remove-from-cart {
    display: block;
    color: #909090;
    font-size: 13px;
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 1;
}

    .remove-from-cart:hover {
        color: #f10505;
    }

.cart-subtotal {
    padding: 12px 15px;
    color: #000;
    line-height: 20px;
}

    .cart-subtotal span {
        display: block;
        float: left;
        font-size: 12px;
        text-transform: uppercase;
    }

    .cart-subtotal strong {
        display: block;
        float: right;
        font-size: 16px;
    }

.list-btm {
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 13px 0px;
    width: 100%;
    box-sizing: border-box;
}

    .list-btm .btn {
        margin-top: 0px;
        padding: 6px 10px;
        letter-spacing: normal;
        font-size: 11px;
        min-height: inherit;
    }

.cart-list .btn {
    float: right;
    min-width: inherit;
}

.cart-list .btn-transp {
    float: left;
}

.list-btm .more {
    margin-top: 0px;
}

/*--------------------------- login and registration ----------------------------*/
.login {
    float: left;
    margin-right: 25px;
    position: relative;
}

.login-choice, .login-choice-adm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 35px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .login-choice span, .login-choice-adm span {
        display: inline-block;
        margin-top: -2px;
        margin-left: 12px;
    }

        .login-choice span em, .login-choice-adm span em {
            opacity: 0.4;
            font-style: normal;
            font-size: 11px;
        }

    .login-choice i, .login-choice-adm i {
        font-size: 22px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

.login-list, .login-list-adm {
    position: absolute;
    top: 100%;
    right: 0px;
    display: none;
    z-index: 10;
    background: #fff;
    width: 320px;
    padding: 0px 18px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    box-sizing: border-box;
}

.login-wrap {
    position: relative;
    padding: 12px 15px;
}

.close-list, .close-list-adm {
    position: absolute;
    top: 0px;
    right: 18px;
    font-size: 22px;
    line-height: 45px;
    color: #000;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

    .close-list:hover, .close-list-adm:hover {
        color: #9ca0a2;
    }

/*-------- login form ---------*/
.input-form {
    position: relative;
    background: #f1f1f1;
    border-radius: 5px;
    color: #000;
    padding-left: 34px;
    text-align: left;
    margin-bottom: 8px;
    box-sizing: border-box;
}

    .input-form:after {
        content: '';
        position: absolute;
        top: 6px;
        left: 34px;
        width: 1px;
        height: 23px;
        background: #d2d2d2;
    }

.pole {
    width: 100%;
    height: 34px;
    padding: 9px 0px 9px 13px;
    font-size: 12px;
    color: #000;
    background: #f1f1f1;
    border-radius: 5px;
    border: none;
    outline: none;
    font-family: 'Open Sans', 'Montserrat', Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

.icon-01:before, .icon-02:before, .icon-03:before, .icon-04:before {
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    top: 10px;
    left: 12px;
    color: #000;
    font-size: 13px;
    font-weight: normal;
}

.icon-01:before {
    content: '\f007'; /* user icon */
}

.icon-02:before {
    content: '\f023'; /* password icon */
}

.icon-03:before {
    content: '\f095'; /* phone icon */
}

.icon-04:before {
    content: '\f0e0'; /* envelope icon */
}

.login-wrap .checkbox-custom label {
    font-size: 11px;
    color: #818181;
    letter-spacing: normal;
}

.login-wrap .checkbox-custom input[type=checkbox] + label:before {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    font-size: 12px;
    top: -1px;
}

.login-wrap .btn {
    width: 100%;
    min-height: inherit;
    min-width: inherit;
    font-size: 12px;
    margin-top: 0px;
    padding: 6px 15px;
    letter-spacing: normal;
}

.just-text {
    color: #818181;
    font-size: 11px;
    margin-top: 5px;
}

.login-list .just-text {
    text-align: center;
}

.link {
    color: #818181;
}

    .link:hover {
        color: #000;
        text-decoration: underline;
    }

.red-link {
    font-size: 14px;
    text-decoration: underline;
}

    .red-link:hover {
        text-decoration: none;
    }


/*------------ login list sign in ------------*/
.list-sign-in {
    width: 300px;
}

    .list-sign-in .login-wrap {
        padding: 12px 5px;
    }

    .list-sign-in .list-title {
        text-align: left;
        padding: 13px 15px 13px 0px;
    }

    .list-sign-in .btn {
        display: block;
    }

/*------------ login menu ------------*/
.login-menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .login-menu li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #e5e5e5;
    }

        .login-menu li:last-child {
            border-bottom: none;
            padding-bottom: 0px;
            margin-bottom: 0px;
        }

        .login-menu li a {
            color: #000;
            font-size: 14px;
            font-weight: 600;
        }

            .login-menu li a:hover {
                color: #9ca0a2;
            }

            .login-menu li a i {
                width: 16px;
                text-align: center;
                margin-right: 10px;
                color: #df0002;
                font-size: 16px;
                position: relative;
                top: 1px;
            }

/*--------------------------- Buttons in site ----------------------------*/
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 150px;
    min-height: 46px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    background: #df0002;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #fff;
    padding: 5px 20px;
    margin-top: 45px;
    box-sizing: border-box;
    text-decoration: none !important;
}

    .btn:hover {
        background: #4C4C4C;
    }

    .btn i {
        font-size: 18px;
        margin-right: 10px;
    }

.btn-transp {
    background: transparent;
    color: #df0002;
    border: 1px solid #df0002;
}

    .btn-transp:hover {
        color: #fff;
        background: #df0002;
    }

.btn-black {
    background: #000;
}

.btn-white {
    background: #fff;
    color: #df0002;
}

    .btn-white:hover {
        color: #fff;
        background: #df0002;
    }

.btn-place {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 -10px;
}

    .btn-place .btn {
        margin-right: 10px;
        margin-left: 10px;
    }

.btn-hidden {
    display: none !important;
}

/*--------------------------- header buttons ----------------------------*/
.header-btns {
    display: flex;
    flex-wrap: wrap;
}

    .header-btns .btn {
        background: #161616;
        font-size: 13px;
        font-weight: 600;
        border: 1px solid rgba(255, 255, 255, .5);
        padding: 0 16px;
        width: 150px;
        min-width: inherit;
        text-align: left;
        margin-left: 20px;
        margin-top: 0px;
        line-height: 16px;
    }

        .header-btns .btn i {
            color: #df0002;
        }

        .header-btns .btn:hover {
            background: #df0002;
            border: 1px solid #df0002;
        }

            .header-btns .btn:hover i {
                color: #fff;
            }

/*---------------------------- search ------------------------------*/
.search-form {
    position: relative;
    z-index: 3;
}

.search-wrap {
    width: 415px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
}

.search-input {
    float: left;
    background: none;
    border-radius: 5px;
    width: calc(100% - 48px);
    border: 0px;
    padding: 0px 20px;
    color: #000;
    font-size: 13px;
    height: 46px;
    font-family: 'Open Sans', 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 600;
    outline: none;
    box-sizing: border-box;
}

.search-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    float: right;
    height: 46px;
    font-size: 18px;
    color: #000;
    width: 48px;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .search-submit:before {
        content: '';
        position: absolute;
        top: 5px;
        left: 0px;
        bottom: 5px;
        background: #ccc;
        width: 1px;
    }

    .search-submit:hover {
        color: #df0002;
    }

/*--------- responsive search ----------*/
.search-link {
    display: none;
    float: right;
    height: 32px;
    width: 20px;
    text-align: center;
    text-indent: -9999em;
    font-size: 0;
    position: relative;
    box-sizing: border-box;
}

.s-search:before {
    content: "\f002";
    font-family: 'Font Awesome 6 Pro';
    font-size: 16px;
    position: absolute;
    top: 0px;
    left: 50%;
    color: #fff;
    line-height: 35px;
    font-weight: 300;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.s-close:before {
    content: "\f00d";
    font-family: 'Font Awesome 6 Pro';
    font-size: 16px;
    position: absolute;
    top: 0px;
    left: 50%;
    color: #fff;
    line-height: 35px;
    font-weight: 300;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*--------- live search ----------*/
.fluid-menu {
    top: 120%;
    left: 0;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    position: absolute;
    text-align: left;
    z-index: 9999;
    background: #fff;
    border-radius: 5px;
    padding: 0px 18px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    -webkit-box-sizing: border-box;
}

.search-wrap:hover .fluid-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.fluid-menu h4 {
    font-size: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.fluid-menu .cart-pr-image {
    width: 55px;
    margin-right: 10px;
}

.fluid-menu .cart-pr-item {
    padding: 12px 0px;
}

    .fluid-menu .cart-pr-item:last-child {
        border-bottom: none;
    }

.fluid-menu .more {
    margin-top: 0px;
    text-decoration: underline;
    text-transform: none;
}

    .fluid-menu .more:hover {
        text-decoration: none;
    }

.fluid-menu .list-btm {
    padding: 8px 0px 13px;
}

/*------------------------------------------ menu -------------------------------------------*/
.menu-wrap {
    background: #2c2c2c;
    border-top: 1px solid #3d3d3d;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}

    .menu-wrap .big-wrapper {
        position: relative;
    }
/*-------- body mask --------*/
.main-menu-mask #menu:before {
    content: '';
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0,0,0,0.55);
    z-index: -1;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#menu > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#menu ul li {
    position: relative;
}

#menu > ul > li {
    display: block;
}

    #menu > ul > li:last-of-type {
        margin-right: 0px;
    }

    #menu > ul > li > a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 57px;
        font-size: 14px;
        font-weight: bold;
        color: #c7c7c7;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        white-space: nowrap;
        position: relative;
        padding: 0px 20px;
    }

    #menu > ul > li:hover > a, #menu > ul > li.current > a {
        background: #161616;
        color: #df0002;
    }

#menu ul li a img {
    margin-right: 9px;
}

#menu ul li i {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    font-size: 15px;
}

/* submenu */
#menu ul li .submenu-wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    z-index: 4;
    padding: 10px 0px 20px;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
    /*
#menu ul li:hover .submenu-wrap {
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
#menu > ul > li:hover > .submenu-wrap {
    visibility: visible;
    opacity: 1;
    top: 100%;
    left: 0;
}*/
    #menu ul li .submenu-wrap ul {
        display: block;
        width: 100%;
        /*-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;*/
    }

        #menu ul li .submenu-wrap ul li {
            padding: 0 20px;
        }

            #menu ul li .submenu-wrap ul li a {
                display: flex;
                align-items: center;
                padding: 5px 0px;
                color: #333;
                line-height: normal;
                text-transform: uppercase;
                height: auto;
                font-weight: 600;
                font-size: 13px;
                letter-spacing: normal;
            }

                #menu ul li .submenu-wrap ul li a:hover {
                    color: #df0002;
                }

                #menu ul li .submenu-wrap ul li a img {
                    width: 70px;
                    max-height: inherit;
                }

                #menu ul li .submenu-wrap ul li a em {
                    display: block;
                    font-style: normal;
                    text-transform: none;
                    font-weight: normal;
                }

.close-submenu {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    color: #fff;
    background: #df0002;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .close-submenu i {
        font-size: 16px !important;
        margin: 0px !important;
    }

    .close-submenu:hover {
        background: #4C4C4C;
        color: #fff;
    }

/* sub submenu */
#menu ul li ul li .submenu-wrap {
    top: -15px;
    left: 100%;
}

#menu ul li ul li:hover .submenu-wrap {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

/* mega menu */
#menu ul li.mega-menu {
    position: static;
}

    #menu ul li.mega-menu .submenu-wrap {
        right: 0;
        margin: 0 20px;
        padding: 20px 25px 2px;
    }

        #menu ul li.mega-menu .submenu-wrap .m-wrapper {
            -webkit-columns: 2;
            -moz-columns: 2;
            columns: 2;
        }

#menu ul li.menu-col-3 .submenu-wrap .m-wrapper {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}

#menu ul li.menu-col-4 .submenu-wrap .m-wrapper {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
}

#menu ul li.menu-col-5 .submenu-wrap .m-wrapper {
    -webkit-columns: 5;
    -moz-columns: 5;
    columns: 5;
}

#menu ul li.menu-col-6 .submenu-wrap .m-wrapper {
    -webkit-columns: 6;
    -moz-columns: 6;
    columns: 6;
}

#menu ul li.menu-col-7 .submenu-wrap .m-wrapper {
    -webkit-columns: 7;
    -moz-columns: 7;
    columns: 7;
}

#menu ul li.mega-menu .submenu-wrap ul {
    margin-bottom: 20px;
}

    #menu ul li.mega-menu .submenu-wrap ul li {
        padding: 0px;
    }

#menu ul li .submenu-wrap ul li.main-cat {
    /*pointer-events: none;*/
}

    #menu ul li .submenu-wrap ul li.main-cat a {
        position: relative;
        vertical-align: top;
        font-weight: bold;
        color: #df0002;
        text-transform: uppercase;
        white-space: normal;
    }

#menu ul li .submenu-wrap .list-btm {
    margin-top: 15px;
}

    #menu ul li .submenu-wrap .list-btm .more {
        font-size: 13px;
    }

/*------------------------ banner --------------------------*/
.ban-wrap {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: #000;
    z-index: 1;
}

.fade.slick-slider, .fade.slider {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0;
    overflow: hidden;
}

.fade .slick-list, .fade .slick-track {
    height: 100%;
}

.fade.slick-slider .slick-slide {
    opacity: 1;
    visibility: visible;
}

.fade .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0px;
}

.fade .slick-prev {
    left: 10px !important;
    width: 24px;
}

.fade .slick-next {
    right: 10px !important;
    width: 24px;
}

    .fade .slick-prev:before, .fade .slick-next:before {
        font-size: 38px;
    }

.fade.slick-slider .slick-slide {
    opacity: 1;
    visibility: visible;
}

.ban-image {
    height: 100%;
    position: relative;
}

    .ban-image:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        background: rgba(0, 0, 0, .5);
    }

    .ban-image img {
        max-width: none;
        width: 100%;
        height: 100%;
        min-height: 470px;
        object-fit: cover;
    }
/*------- search parts -------*/
.ban-text-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 470px;
    padding: 60px 0px;
    box-sizing: border-box;
    z-index: 5;
}

    .ban-text-wrap .wrapper {
        width: 100%;
    }

.search-parts {
    background: rgba(0, 0, 0, .55);
    color: #fff;
    padding: 65px 65px 30px;
}

    .search-parts h3 {
        color: #fff;
        text-align: center;
        margin-bottom: 40px;
        font-size: 38px;
    }

.search-parts-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .search-parts-form .form-flex {
        width: calc(100% - 150px);
    }

    .search-parts-form .input, .search-parts-form .styled-select select {
        height: 50px;
    }

    .search-parts-form .btn {
        min-width: inherit;
        width: 150px;
        min-height: 50px;
        font-size: 15px;
        font-weight: 800;
        margin-top: 0px;
    }

.search-parts-btm {
    border-top: 1px solid rgba(255, 255, 255, .25);
    margin-top: 25px;
    padding-top: 25px;
}

    .search-parts-btm .btn {
        background: rgba(255, 255, 255, .35);
        margin-top: 0px;
        min-height: 38px;
    }

        .search-parts-btm .btn:hover {
            color: #df0002;
            background: rgba(255, 255, 255, 1);
        }

/*------------------------------------------ delivery -------------------------------------------*/
.delivery {
    padding: 60px 0px;
    overflow: hidden;
}

.delivery-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.delivery-one {
    width: 17.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 30px;
    border: 2px solid #eeeeee;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    box-sizing: border-box;
}

    .delivery-one figure {
        width: 60px;
        margin-right: 13px;
    }

    .delivery-one strong {
        display: block;
        font-weight: 600;
        width: calc(100% - 73px);
    }

/*-------------------------------- section new products ---------------------------------*/
.new-products {
    padding: 60px 0px;
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: 60px;
    box-sizing: border-box;
}

/*-------------------------------- section accents ---------------------------------*/
.accents {
    padding-bottom: 30px;
    overflow: hidden;
}

.acc-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.acc-one {
    width: 50%;
    padding: 0px 25px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

    .acc-one:hover {
    }

    .acc-one figure {
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
    }

        .acc-one figure a {
            display: block;
            overflow: hidden;
        }

        .acc-one figure img {
            max-width: none;
            width: 100%;
            height: 100%;
            object-fit: cover;
            webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

    .acc-one:nth-child(3n) {
        width: 100%;
    }

/*------------------------- title in site -------------------------*/
.title {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

    .title a {
        color: #222;
    }

/*-------------------------------- section our stores ---------------------------------*/
.our-stores {
    position: relative;
    overflow: hidden;
}

    .our-stores img {
        max-width: none;
        width: 100%;
    }

/*-------------------------------- section popular brands ---------------------------------*/
.popular-brands {
    position: relative;
    padding: 60px 0px 20px;
    overflow: hidden;
}

.clients-link-all {
    font-weight: bold;
    font-size: 14px;
    background: #df0002;
    color: #fff;
    text-transform: uppercase;
}

/*-------------------------------- section about us ---------------------------------*/
.about-us {
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
}

    .about-us .title {
        text-align: left;
    }

    .about-us figure {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 50%;
        overflow: hidden;
    }

        .about-us figure img {
            max-width: none;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.about-us-info {
    width: 50%;
    padding: 100px 70px 100px 0px;
    box-sizing: border-box;
}

.more {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #df0002;
    margin-top: 45px;
    padding-left: 16px;
    position: relative;
}

    .more:hover {
        padding-left: 0px;
    }

    .more:before {
        content: '\2b';
        font-family: 'Font Awesome 6 Pro';
        position: absolute;
        left: 0px;
        top: 5px;
        font-size: 10px;
        font-weight: bold;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .more:hover:before {
        opacity: 0;
        visibility: hidden;
    }

/*------------------------- section index categories -------------------------*/
.index-categories {
    padding: 30px 0px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.categories-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.cat-one {
    position: relative;
    width: 25%;
    padding: 30px;
    box-sizing: border-box;
}

    .cat-one figure {
        position: relative;
        overflow: hidden;
        height: 375px;
    }

        .cat-one figure img {
            max-width: none;
            width: 100%;
            height: 100%;
            object-fit: cover;
            webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: all 300ms;
            -moz-transition: all 300ms;
            -o-transition: all 300ms;
            transition: all 300ms;
            -webkit-transform: scale3d(1.01,1.01,1);
            transform: scale3d(1.01,1.01,1);
        }

        .cat-one figure:hover img {
            -webkit-transform: scale3d(1.05,1.05,1);
            transform: scale3d(1.05,1.05,1);
        }

    .cat-one figcaption {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-end;
        z-index: 5;
        box-sizing: border-box;
    }

        .cat-one figcaption h6 {
            color: #fff;
            text-align: center;
            font-weight: bold;
            background: rgba(0, 0, 0, .8);
            padding: 18px 15px;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            -ms-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

    .cat-one figure:hover figcaption h6 {
        background: #df0002;
    }

.view {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 30;
    font-size: 0px;
    opacity: 0;
}

/*------------------------- section main categories -------------------------*/
.main-categories-section {
    padding: 60px 0px;
    border-top: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.main-categories.categories-wrap {
    margin: 0px -15px;
}

    .main-categories.categories-wrap .cat-one {
        width: 16.666%;
        padding: 15px;
    }

        .main-categories.categories-wrap .cat-one figure > a {
            display: block;
            overflow: hidden;
            background: #fff;
        }

        .main-categories.categories-wrap .cat-one figcaption {
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            bottom: auto;
            padding-top: 5px;
        }

            .main-categories.categories-wrap .cat-one figcaption h6 {
                background: none;
                color: #222;
                padding: 0px;
                text-transform: none;
                font-size: 17px;
            }

/*---------------------------------- Simple banners in site ---------------------------------*/
.simple-ban a {
    display: block;
    text-align: center;
    border-radius: 25px;
    overflow: hidden;
}

    .simple-ban a img {
        max-width: none;
        width: 100%;
    }

/*------------------------------------- subscribe -------------------------------------*/
.subscribe .text {
    font-size: 14px;
    color: #939393;
    line-height: normal;
    margin-bottom: 35px;
}

.subs-text em {
    display: block;
    text-transform: uppercase;
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    margin-top: 15px;
}

.subs-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 360px;
}

    .subs-form .input {
        width: calc(100% - 56px);
        background: #fff;
        font-weight: normal;
        font-style: italic;
    }

    .subs-form .btn {
        margin-top: 0px;
        min-width: inherit;
        width: 46px;
        height: 46px;
        padding: 0px;
    }

        .subs-form .btn i {
            margin-right: 0px;
            font-size: 30px;
            position: relative;
            left: -1px;
        }

    .subs-form .checkbox-custom label {
        color: #b4b4b4;
        font-size: 13px;
    }

/*------------------------------------- footer ----------------------------------------*/
footer {
    background: #222;
    border-top: 8px solid #df0002;
    padding: 70px 0px 0px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
/*----------------------- footer flex ------------------------*/
.footer-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.flex-item {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 360px;
    margin-bottom: 70px;
    box-sizing: border-box;
}

.footer-title {
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.footer-bottom {
    background: #2c2c2c;
    padding: 32px 0px;
}

    .footer-bottom .footer-flex {
        align-items: center;
    }

    .footer-bottom .flex-item {
        max-width: none;
        margin: 0px;
    }

/*---------- footer logo -----------*/
.footer-logo {
    margin-bottom: 30px;
}

    .footer-logo img {
        max-width: 340px;
    }

/*---------- contacts us -----------*/
.contact-us {
    font-size: 13px;
    color: #b4b4b4;
    line-height: 32px;
    margin-bottom: 30px;
}

    .contact-us a {
        color: #fff;
        font-size: 17px;
        text-decoration: underline;
    }

        .contact-us a:hover {
            text-decoration: none;
            color: #df0002;
        }

        .contact-us a.contact-us-phone {
            font-size: 22px;
            font-weight: bold;
            text-decoration: none;
        }

/*--------------- socials ---------------*/
.socials {
    margin-bottom: 70px;
}

    .socials a {
        display: inline-block;
        margin-right: 10px;
        box-sizing: border-box;
    }

        .socials a:last-of-type {
            margin-right: 0px;
        }

        .socials a i {
            display: inline-flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            color: #fff;
            background: #df0002;
            font-size: 14px;
        }

            .socials a i.fa-facebook-f {
                background: #1b4f9b;
            }

            .socials a i.fa-instagram {
                background: #BB3380;
            }

            .socials a i.fa-x-twitter {
                background: #000;
            }

            .socials a i.fa-youtube {
                background: #cc0001;
            }

            .socials a i.fa-pinterest {
                background: #f96a02;
            }

/*---------- copyrights -----------*/
.rights {
    font-size: 13px;
    color: #939393;
}

.payment {
    font-size: 13px;
    color: #939393;
}

    .payment img {
        margin-left: 10px;
    }

/*---------- footer menu -----------*/
.footer-menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .footer-menu ul li {
        margin-bottom: 13px;
    }

        .footer-menu ul li a {
            font-size: 14px;
            color: #b4b4b4;
        }

            .footer-menu ul li a:hover {
                color: #df0002;
            }

/*---------- footer contacts -----------*/
.footer-contacts {
    font-size: 14px;
    color: #b4b4b4;
}

    .footer-contacts ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        max-width: 300px;
    }

        .footer-contacts ul li {
            position: relative;
            margin-bottom: 17px;
            padding-left: 25px;
        }

            .footer-contacts ul li a {
                text-decoration: underline;
                color: #b4b4b4;
            }

                .footer-contacts ul li a:hover {
                    text-decoration: none;
                    color: #fff;
                }

            .footer-contacts ul li:before {
                content: '\f601';
                font-family: 'Font Awesome 6 Pro';
                font-size: 14px;
                position: absolute;
                top: 2px;
                left: 0px;
                font-weight: bold;
            }

/*--------------- page top button -----------------*/
.page-top {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 70px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    z-index: 100;
}

    .page-top:hover {
        background: #df0002;
    }

    .page-top.page-top-show {
        visibility: visible;
        opacity: 1;
    }

/*--------------- breadcrumb -----------------*/
.breadcrumb {
    color: #a7a9ac;
    padding: 15px 0px;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
}

    .breadcrumb .big-wrapper {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .breadcrumb span {
        display: inline-block;
    }

    .breadcrumb i {
        color: #000;
        margin-right: 6px;
        font-size: 13px;
    }

    .breadcrumb a {
        color: #a7a9ac;
        position: relative;
        display: inline-flex;
        align-items: center;
        padding-right: 10px;
    }

        .breadcrumb a:hover {
            color: #000;
        }

        .breadcrumb a:after {
            content: "/";
            position: relative;
            top: 1px;
            display: block;
            margin-left: 10px;
        }

/*------------------------------------ page inside -----------------------------------*/
.content {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: #f3f3f3;
}

    .content.content-in-cart {
        overflow: inherit;
    }

.main-part {
    float: right;
    width: calc(100% - 310px);
}

.sidebar {
    float: left;
    width: 280px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.sidebar-title {
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
}

.text-module {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 40px;
}

.text-page {
    margin-bottom: 40px;
}

/*----------------------------- Further menu horizontal ---------------------------- */
.further-menu {
    margin-bottom: 40px;
}

    .further-menu ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0px -5px;
        padding: 0px;
        list-style-type: none;
    }

        .further-menu ul li {
            display: block;
            padding: 0 5px;
            margin-bottom: 10px;
            box-sizing: border-box;
        }

            .further-menu ul li a {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                height: 100%;
                padding: 15px 35px;
                font-size: 14px;
                color: #fff;
                background: #2c2c2c;
                font-weight: 600;
                text-transform: uppercase;
                border-radius: 5px;
                text-align: center;
                box-sizing: border-box;
            }

                .further-menu ul li a img {
                    margin-right: 10px;
                }

            .further-menu ul li:hover a {
                color: #df0002;
                background: #161616;
            }

            .further-menu ul li.current a {
                background: #df0002;
            }

    .further-menu.category-menu ul {
        justify-content: center;
    }

        .further-menu.category-menu ul li {
            width: 14.28%;
        }

            .further-menu.category-menu ul li a img {
                margin-right: 0px;
                margin-bottom: 10px;
            }

/*-------------------------------------- products page -------------------------------------*/
.products-wrap {
    margin: 0px -15px;
    display: flex;
    flex-wrap: wrap;
}

.product-box {
    width: 20%;
    padding: 0px 15px;
    margin-bottom: 35px;
    position: relative;
    box-sizing: border-box;
}

    .product-box > div {
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        height: 100%;
        background: #fff;
        box-sizing: border-box;
    }

.pr-image {
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .pr-image > a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 230px;
        text-align: center;
        box-sizing: border-box;
    }

.slick-slider .pr-image > a {
    height: 320px;
}

.pr-image img {
    max-width: 100%;
    max-height: 100%;
}

.pr-image figcaption {
    position: absolute;
    top: calc(50% - 30px);
    left: 0px;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s ease-out;
}

.product-box:hover .pr-image figcaption {
    opacity: 1;
    z-index: 9;
}

.pr-image figcaption > a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #df0002;
    font-size: 16px;
    height: 40px;
    width: 40px;
    margin: 0px 5px;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}

    .pr-image figcaption > a:hover {
        background: #000;
        color: #fff;
    }

.product-box:hover .pr-image figcaption > a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.heart-icon {
    -webkit-transition: all 0.3s ease .1s;
    -moz-transition: all 0.3s ease .1s;
    -o-transition: all 0.3s ease .1s;
    transition: all 0.3s ease .1s;
}

.cart-icon {
    -webkit-transition: all 0.3s ease .2s;
    -moz-transition: all 0.3s ease .2s;
    -o-transition: all 0.3s ease .2s;
    transition: all 0.3s ease .2s;
}

.cart-icon-details {
    -webkit-transition: all 0.3s ease .3s;
    -moz-transition: all 0.3s ease .3s;
    -o-transition: all 0.3s ease .3s;
    transition: all 0.3s ease .3s;
}

.compare-icon {
    -webkit-transition: all 0.3s ease .4s;
    -moz-transition: all 0.3s ease .4s;
    -o-transition: all 0.3s ease .4s;
    transition: all 0.3s ease .4s;
}

.heart-full i.fa-regular, .heart-full i.fa-light {
    font-weight: bold !important;
}

.pr-brand {
    position: absolute;
    bottom: 0px;
    left: 20px;
    z-index: 1;
    width: 40%;
}

    .pr-brand img {
        max-width: none;
        width: 100%;
    }

.pr-info {
    padding: 10px 20px;
}

.pr-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 12px;
    height: 57px;
    overflow: hidden;
}

    .pr-title strong {
        display: block;
        text-transform: uppercase;
        font-size: 10px;
        color: #6a6a6a;
        letter-spacing: 1px;
        font-weight: normal;
    }

.new-price, .euro-price {
    display: inline-block;
    font-size: 16px;
    color: #df0002;
    font-weight: bold;
}

.old-price {
    display: inline-block;
    color: #989fa1;
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 600;
    margin-left: 5px;
}

.pcd-price {
    display: block;
    color: #8e9496;
    font-size: 13px;
    margin-bottom: 5px;
}

.info-btn {
    display: inline-block;
    position: relative;
    margin-left: 12px;
    cursor: pointer;
}

.pcd-price .info-btn[data-tooltip]:after {
    width: 245px;
}
/*.pr-sale .new-price{
    color: #d72e2e !important
}*/

.product-box .no-prod {
    border-top: 1px dashed #ccc;
    padding-top: 6px;
    margin: 0px;
    font-size: 12px;
    font-weight: 600;
}

.product-box .btn {
    margin-top: 20px;
    margin-bottom: 5px;
    min-width: inherit;
    display: flex;
    width: 100%;
}

.product-box .availability {
    min-height: 45px;
}

/** * Tooltip Styles */
[data-tooltip] {
    position: relative;
    cursor: pointer;
}

    [data-tooltip]:before {
        z-index: 1001;
        border: 5px solid transparent;
        margin-left: -5px;
        border-top-color: #3d3d3d;
        background: transparent;
        content: "";
        position: absolute;
        bottom: calc(100% - 5px);
        left: 50%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 400ms;
        -moz-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms;
        pointer-events: none;
    }

    [data-tooltip]:after {
        z-index: 1000;
        min-width: 80px;
        text-align: center;
        padding: 5px 10px;
        background: #3d3d3d;
        color: #fff;
        border: none;
        border-radius: 5px;
        content: attr(data-tooltip);
        font-size: 12px;
        font-weight: normal;
        text-transform: none;
        line-height: normal;
        position: absolute;
        bottom: calc(100% + 5px);
        left: 50%;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
        -webkit-transition: all 400ms;
        -moz-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms;
        pointer-events: none;
        box-sizing: border-box;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        opacity: 1;
    }

/*-------------- availability ----------------*/
.availability {
    font-size: 13px;
    line-height: 16px;
    color: #888;
    display: flex;
    position: relative;
    width: 100%;
    border-top: 1px dashed #ccc;
    margin-top: 10px;
    padding: 6px 0px;
    box-sizing: border-box;
}

    .availability:before {
        content: '';
        font-family: 'Font Awesome 6 Pro';
        position: relative;
        top: 1px;
        display: block;
        left: 0px;
        width: 15px;
        height: 15px;
        font-size: 15px;
        margin-right: 5px;
        text-align: center;
        font-weight: bold;
    }

    .availability.in-stock:before {
        content: '\f00c';
        color: #71B132;
    }

    .availability.out-of-stock:before {
        content: '\f00d';
        color: #df0002;
    }

    .availability.limited:before {
        content: '\f071';
        color: #e8bb08;
    }
/*-------------- availability in product details ----------------*/
.availability-wrap {
    background: #f5f5f5;
    padding: 5px 15px;
    margin-top: 20px;
}

    .availability-wrap .availability {
        margin: 0px;
        padding: 10px 0px;
        font-size: 14px;
    }

        .availability-wrap .availability:first-child {
            border: none;
        }

        .availability-wrap .availability:before {
            font-size: 18px;
            width: 18px;
            height: 18px;
            margin-right: 10px;
        }

        .availability-wrap .availability:hover {
            color: #000;
        }
/*-------------- availability in store ----------------*/
.store-availability .availability {
    margin: 0px;
    border: none;
    width: auto;
    display: inline-flex;
    padding: 0px;
}

    .store-availability .availability:before {
        top: 0px;
        font-size: 19px;
        width: 19px;
        height: 19px;
    }

/*---------------- fast view popup ---------------*/
.fast-view-pr-image {
    float: left;
    width: 50%;
    padding-right: 30px;
    text-align: center;
    box-sizing: border-box;
}

.fast-view-pr-info {
    overflow: hidden;
}

    .fast-view-pr-info .heading {
        font-size: 20px;
        margin-top: 10px;
        color: #000;
    }

    .fast-view-pr-info .price-inner {
        margin-bottom: 0px;
    }

    .fast-view-pr-info .choose-size-select .input-place {
        width: auto;
        margin-bottom: 0px;
    }

    .fast-view-pr-info .buy-wrap .btn {
        float: none;
        width: auto;
        margin-right: 0px;
    }

    .fast-view-pr-info .just-text {
        margin-top: 10px;
        font-size: 13px;
        text-decoration: underline;
        text-align: center;
    }


    .fast-view-pr-info .no-prod span {
        margin-right: auto;
    }
/*---------------- ribbons ---------------*/
.ribbons {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    line-height: normal;
    box-sizing: border-box;
}

    .ribbons > span {
        display: block;
        min-width: 53px;
        background: #222;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        text-align: center;
        padding: 3px 5px;
        margin-bottom: 2px;
        border-radius: 5px;
        box-sizing: border-box;
    }

        .ribbons > span.pr-sale {
            background: #df0002;
        }

        .ribbons > span.pr-top {
            background: #bdbdbd;
        }

.slick-slider .product-box {
    display: block;
    width: 100%;
    margin: 5px 0px;
}

/*--------------- sort by -----------------*/
.sort-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    background: #e5e5e5;
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
}

.sort-wrap-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    box-sizing: border-box;
}

.how-many {
    margin-right: auto;
    font-size: 13px;
    color: #7E7E7E;
    font-weight: 600;
}

.sort-float {
    margin-left: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .sort-float label, .btm-list-navigation label {
        display: block;
        font-size: 13px;
        color: #222;
        margin-right: 10px;
        font-weight: 600;
    }

    .sort-float .styled-select, .btm-list-navigation .styled-select {
        margin-bottom: 0px;
        background: #fff;
        border: 1px solid #aaa;
    }

        .sort-float .styled-select select, .btm-list-navigation .styled-select select {
            height: 40px;
            padding: 0 15px;
            font-size: 14px;
        }

    .sort-float .input, .btm-list-navigation .input {
        margin-bottom: 0px;
        background: #fff;
        border: 1px solid #aaa;
        height: 42px;
        padding: 0 15px;
        font-size: 14px;
    }

.styled-select.sw-1 {
    width: 90px;
}

.styled-select.sw-2 {
    width: 190px;
}

.styled-select.sw-3 {
    width: 300px;
}

/*--------------- other sort -----------------*/
.other-sort .sort-wrap-inner {
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.other-sort .sort-float {
    width: calc(25% - 45px);
    margin: 0px;
}

    .other-sort .sort-float label {
        margin-bottom: 5px;
        margin-right: 0px;
        width: 100%;
    }

.other-sort .field-right {
    width: 100%;
    box-sizing: border-box;
}

.other-sort .btn {
    margin: 0px;
    min-width: inherit;
    min-height: 42px;
    width: 120px;
    font-size: 13px;
    padding: 5px 10px;
}

/*-------------------- bottom list navigation in user_profile_order_list ----------------------*/
.btm-list-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .btm-list-navigation .pagination {
        margin: 0px;
    }

.btm-list-select {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .btm-list-select .styled-select {
        width: 90px;
    }

.btm-list-navigation .how-many {
    margin-right: inherit;
}

/*-------------------- search result banner ----------------------*/
.search-result-banner {
    position: relative;
    text-align: right;
    margin-bottom: 10px;
    box-sizing: border-box;
}

/*-------------------- back btn in sidebar ----------------------*/
.back-btn {
    margin-top: 0px;
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    min-width: inherit;
    background: #fff;
}

/*-------------------- sidebar menu ----------------------*/
.sidebar-menu {
    background: #2c2c2c;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

    .sidebar-menu .cd-accordion-menu {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        border-bottom: none;
    }

        .sidebar-menu .cd-accordion-menu ul {
            /* by default hide all sub menus */
            display: none;
            margin: 0px;
            padding: 0px;
            list-style-type: none;
        }

        .sidebar-menu .cd-accordion-menu li {
            position: relative;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .sidebar-menu .cd-accordion-menu > li {
            border-bottom: 1px solid #404040;
        }

        .sidebar-menu .cd-accordion-menu a {
            position: relative;
            display: block;
            padding: 12px 30px 13px 0px;
            font-size: 15px;
            font-weight: 600;
            color: #c7c7c7;
            cursor: pointer;
            -webkit-transition: all 400ms;
            -moz-transition: all 400ms;
            -o-transition: all 400ms;
            transition: all 400ms;
        }

            .sidebar-menu .cd-accordion-menu a:hover, .cd-accordion-menu li.sidebar-current > a {
                color: #df0002;
            }

        .sidebar-menu .cd-accordion-menu input[type=checkbox] {
            /* hide native checkbox */
            position: absolute;
            opacity: 0;
            top: 0px;
            right: 0px;
        }

        .sidebar-menu .cd-accordion-menu label {
            position: absolute;
            top: 0px;
            right: 0px;
            display: block;
            font-size: 0px;
            color: #000;
            height: 45px;
            width: 24px;
            background: transparent;
            cursor: pointer;
            z-index: 1;
            -webkit-transition: all 400ms;
            -moz-transition: all 400ms;
            -o-transition: all 400ms;
            transition: all 400ms;
        }

            .sidebar-menu .cd-accordion-menu label:before {
                /* icons */
                content: '\f105';
                font-family: 'Font Awesome 6 Pro';
                color: #c7c7c7;
                font-size: 17px;
                display: inline-block;
                position: absolute;
                top: 50%;
                right: 0px;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .sidebar-menu .cd-accordion-menu input[type=checkbox]:checked + label::before {
            /* rotate arrow */
            -webkit-transform: translateY(-50%) rotate(90deg);
            -moz-transform: translateY(-50%) rotate(90deg);
            -ms-transform: translateY(-50%) rotate(90deg);
            -o-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
        }

        .sidebar-menu .cd-accordion-menu input[type=checkbox]:checked + label + ul,
        .sidebar-menu .cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
            /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
            /* show children when item is checked */
            display: block;
        }

        .sidebar-menu .cd-accordion-menu ul {
            padding-bottom: 10px;
        }

            .sidebar-menu .cd-accordion-menu ul a {
                padding: 7px 30px 7px 15px;
                font-weight: normal;
            }

            .sidebar-menu .cd-accordion-menu ul ul a {
                padding-left: 25px;
            }

            .sidebar-menu .cd-accordion-menu ul ul ul a {
                padding-left: 35px;
            }

        .sidebar-menu .cd-accordion-menu.animated label:before {
            /* this class is used if you're using jquery to animate the accordion */
            -webkit-transition: -webkit-transform 0.3s;
            -moz-transition: -moz-transform 0.3s;
            transition: transform 0.3s;
        }

/*------------------------------ accordion filters in products_search page -------------------------------*/
.accordion-filters {
    overflow: hidden;
    box-sizing: border-box;
}

.acc-btn {
    width: 100%;
    margin: 0px;
    cursor: pointer;
    box-sizing: border-box;
}

    .acc-btn h3 {
        font-size: 15px;
        font-weight: 600;
        text-transform: none;
        color: #c7c7c7;
        padding: 12px 30px 14px 0px;
        border-bottom: 1px solid #404040;
        position: relative;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
    }

        .acc-btn h3:before {
            content: '\f105';
            font-family: 'Font Awesome 6 Pro';
            color: #c7c7c7;
            font-size: 17px;
            display: inline-block;
            position: absolute;
            font-weight: normal;
            top: 50%;
            right: 0px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: -webkit-transform 0.3s;
            -moz-transition: -moz-transform 0.3s;
            transition: transform 0.3s;
        }

.acc-elem.selected .acc-btn h3:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.acc-btn h3:hover {
    color: #df0002;
}

.acc-content-inner {
    padding: 15px 0px 5px 0px;
}

.acc-content {
    height: 0px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/*---------------------------------- filters -------------------------------------*/
.filter-wrap {
    background: #2c2c2c;
    padding: 20px;
    border-radius: 5px;
}

    .filter-wrap .title h3 {
        color: #fff;
    }

.filter-wrap-one {
    margin-bottom: 30px;
}

    .filter-wrap-one:last-child {
        margin-bottom: 0px;
    }

.filter-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px;
    background: #df0002;
    border-radius: 5px;
}

    .filter-container h5 {
        float: left;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
    }

.filter-margin {
    margin-top: 18px;
    max-height: 290px;
    overflow-y: auto;
    padding: 2px 0px;
}

.filter-wrap .checkbox-custom label, .filter-wrap .radio-custom label {
    color: #c7c7c7;
    font-size: 14px;
}

.filter-wrap .checkbox-custom input[type=checkbox] + label:before {
    background: #000;
    border: 2px solid #888;
    color: #fff;
}

.filter-wrap ::-webkit-scrollbar-track {
    background: #000;
}

.cancel {
    float: right;
}

    .cancel a {
        display: inline-block;
        color: #fff;
    }

.broi {
    font-size: 12px;
    color: #a7a9ac;
}

/*----------------------- Checkbox and Radio style ----------------------*/
.checkbox-custom, .radio-custom {
    position: relative;
    display: block;
    margin-bottom: 15px;
    line-height: 17px;
}

    .checkbox-custom label, .radio-custom label {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        cursor: pointer;
        font-size: 15px;
        padding-left: 28px;
    }

        .checkbox-custom label a, .radio-custom label a {
            text-decoration: underline;
        }

            .checkbox-custom label a:hover, .radio-custom label a:hover {
                text-decoration: none;
            }

    .checkbox-custom input[type=checkbox] {
        opacity: 0;
        position: absolute;
        margin: 0px;
    }

        .checkbox-custom input[type=checkbox] + label:before {
            content: '';
            background: #f1f1f1;
            border: 1px solid #bbb;
            border-radius: 5px;
            display: inline-block;
            vertical-align: top;
            width: 20px;
            height: 20px;
            text-align: center;
            font-size: 16px;
            color: #000;
            font-weight: bold;
            line-height: 18px;
            font-family: 'Font Awesome 6 Pro';
            position: absolute;
            left: 0px;
            top: -1px;
            -webkit-transition: box-shadow .1s ease-in-out;
            -o-transition: box-shadow .1s ease-in-out;
            transition: box-shadow .1s ease-in-out;
            box-sizing: border-box;
        }

        .checkbox-custom input[type=checkbox]:checked + label:before {
            background: rgba(255,255,255,0.3);
            content: '\f00c';
            border: 1px solid #bbb;
        }

        .checkbox-custom input[type=checkbox].disabled + label, .checkbox-custom input[type=checkbox]:disabled + label,
        .checkbox-custom input[type=checkbox].disabled + label:before, .checkbox-custom input[type=checkbox]:disabled + label:before,
        fieldset[disabled] .checkbox-custom input[type=checkbox] + label:before {
            cursor: default;
            opacity: .5;
        }

    .radio-custom.radio-inline {
        padding-left: 0;
        display: inline-block;
        margin-right: 40px;
    }

    .radio-custom input[type=radio] {
        opacity: 0;
        position: absolute;
        margin: 0px;
    }

        .radio-custom input[type=radio] + label:before {
            border-radius: 50%;
            content: '';
            background: #fff;
            border: 1px solid #e5e7e9;
            display: inline-block;
            vertical-align: top;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 18px;
            height: 18px;
            padding: 2px;
            margin-right: 10px;
            text-align: center;
            box-shadow: inset 0 0 0 8px #fff;
            -webkit-transition: box-shadow .1s ease-in-out;
            -o-transition: box-shadow .1s ease-in-out;
            transition: box-shadow .1s ease-in-out;
            box-sizing: border-box;
        }

        .radio-custom input[type=radio]:checked + label:before {
            background: #000;
            box-shadow: inset 0 0 0 3px #fff;
        }
        /*
.radio-custom input[type=radio]:focus+label:before{
  box-shadow:inset 0 0 0 3px #fff;
}*/
        .radio-custom input[type=radio].disabled + label, .radio-custom input[type=radio]:disabled + label, .radio-custom input[type=radio].disabled + label:before, .radio-custom input[type=radio]:disabled + label:before, fieldset[disabled] .radio-custom input[type=radio] + label:before {
            cursor: default;
            opacity: .5;
        }

    .checkbox-custom img {
        width: 20px;
        float: right;
        border-radius: 50%;
        border: 2px solid #888;
    }

.demo-output {
    padding-top: 25px !important;
}

.filter-margin > div.demo-output {
    overflow: visible;
    padding-bottom: 30px;
    padding-left: 9px;
}

/*--------------------- choosen filters ----------------------*/
.choosen-filters {
    border: 2px solid #2c2c2c;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #fff;
    box-sizing: border-box;
}

    .choosen-filters ul {
        margin: 10px 0px 0px;
        padding: 0px;
        list-style-type: none;
    }

        .choosen-filters ul li {
            position: relative;
            padding-bottom: 6px;
            margin-bottom: 6px;
            border-bottom: 1px dashed #ccc;
        }

            .choosen-filters ul li:last-of-type {
                border-bottom: none;
                margin-bottom: 0px;
                padding-bottom: 0px;
            }

            .choosen-filters ul li span {
                font-size: 13px;
                color: #888;
                display: block;
                margin-bottom: 2px;
            }

.filter-value {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #111;
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 3px;
}

.remove-filter {
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    font-size: 16px;
}

.change-brand-btn {
    margin-top: 0px;
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    min-width: inherit;
    border: 2px solid #2c2c2c;
}

/*--------------------- responsive filter ----------------------*/
.responsive-filters {
    display: none;
    position: relative;
    background: #2c2c2c;
    height: 42px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    padding: 0px 18px 0px 48px;
    cursor: pointer;
    border-radius: 5px;
    box-sizing: border-box;
}

    .responsive-filters::before {
        content: '\e17c';
        font-family: 'Font Awesome 6 Pro';
        font-size: 22px;
        position: absolute;
        top: 0px;
        left: 15px;
        font-weight: 300;
        line-height: 42px;
        color: #df0002;
    }

    .responsive-filters .how-many {
        display: block;
        float: none;
        text-transform: none;
        font-weight: normal;
        line-height: normal;
        font-size: 11px;
        color: rgba(255, 255, 255, .5);
    }

.close-filter {
    display: none;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 3000;
    padding: 15px 0px;
    cursor: pointer;
    box-sizing: border-box;
}

    .close-filter::before {
        content: '\f00d';
        font-family: 'Font Awesome 6 Pro';
        font-size: 20px;
        position: absolute;
        top: 0px;
        left: 30px;
        line-height: 47px;
        font-weight: lighter;
    }

/*--------------------- responsive sort ----------------------*/
.responsive-sort {
    display: none;
    position: relative;
    background: #fff;
    height: 42px;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 18px 6px 45px;
    cursor: pointer;
    box-sizing: border-box;
}

    .responsive-sort::before {
        content: '\f0ec';
        font-family: 'Font Awesome 6 Pro';
        font-size: 22px;
        position: absolute;
        top: 0px;
        left: 13px;
        line-height: 42px;
        color: #df0002;
        font-weight: normal;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.sort-choice {
    display: block;
    text-transform: none;
    font-weight: normal;
    line-height: normal;
    font-size: 11px;
    color: #a3a3a3;
}

/*pagination-----------------------------------------------------------------*/
.pagination ul {
    font-size: 14px;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.pagination li {
    list-style-type: none;
    display: inline-block;
    margin: 4px 3px;
}

.pagination a,
.pagination a:visited {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    box-sizing: border-box;
}

    .pagination a:hover,
    .pagination a:visited:hover {
        border: 1px solid #ccc;
        color: #000;
    }

    .pagination a.currentpage {
        border: 1px solid #df0002;
        background: #df0002;
        cursor: default;
        color: #fff;
    }

    .pagination a.disablelink,
    .pagination a.prevnext {
        color: #9f9f9f;
        cursor: default;
    }

        .pagination a.disablelink:hover,
        .pagination a.prevnext:hover {
            color: #9f9f9f;
            background: #fff;
            border: 1px solid #fff;
        }

/*-------------------------------------------- Product details --------------------------------------- */
.content.in-details {
    background: #fff;
    padding-top: 0px;
}

    .content.in-details .text-module {
        padding: 0px;
        margin-bottom: 0px;
    }

.white-bgr {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.08);
    box-sizing: border-box;
}

.description-wrap {
    float: left;
    width: 50%;
    margin-bottom: 40px;
    padding-left: 45px;
    box-sizing: border-box;
}

.heading {
    margin-bottom: 25px;
    text-transform: none;
    font-weight: bold;
}

.subtitle {
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #6a6a6a;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 14px;
}

.description-wrap .pr-brand {
    position: relative;
    bottom: auto;
    left: auto;
    max-width: 130px;
    margin-bottom: 20px;
}

/*----------------------- Image gallery in details---------------------------- */
.image-gallery {
    position: relative;
    width: 50%;
    margin: 0px 0px 25px 0px;
    float: left;
    box-sizing: border-box;
}

.slider-for {
    background: #fff;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
}

    .slider-for .slick-slide img {
        display: inline-block;
    }

    .slider-for .slick-prev {
        left: 15px !important;
    }

    .slider-for .slick-next {
        right: 15px !important;
    }

.slider-nav {
    margin: 10px -5px 0px;
    text-align: center;
}

    .slider-nav .slick-track {
        margin: 0px;
    }

    .slider-nav figure {
        margin: 0px 5px;
        cursor: pointer;
        border: 1px solid #ededed;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
    }

    .slider-nav .slick-current figure {
        border: 1px solid #000;
    }

    .slider-nav .slick-slide img {
        display: inline-block;
    }

.video-in-gallery {
    position: relative;
}

    .video-in-gallery:after {
        content: '\f167';
        font-family: 'Font Awesome 6 Brands';
        position: absolute;
        top: calc(50% - 33px);
        left: calc(50% - 33px);
        width: 66px;
        height: 66px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 66px;
        color: rgba(223, 0, 2, .9);
        z-index: 3;
    }

    .video-in-gallery .videowrapper {
        margin: 0px;
        border: none;
    }

.slider-nav .video-in-gallery:after {
    font-size: 36px;
}

/*--------------- price in product details -----------------*/
.price-inner {
    margin-bottom: 20px;
}

    .price-inner .new-price, .price-inner .euro-price {
        font-size: 26px;
    }

    .price-inner .old-price {
        font-size: 16px;
        margin-left: 15px;
    }

    .price-inner .pcd-price {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .price-inner p {
        margin: 0px;
        font-size: 14px;
        color: #a7a9ac;
        font-style: italic;
    }

    .price-inner .text {
        margin-bottom: 12px;
    }

hr {
    background: #ededed;
    width: 100%;
    height: 1px;
    border: none;
    padding: 0px;
    margin: 20px 0px;
}

/*--------------- Наличност -----------------*/
.no-prod {
    margin-bottom: 20px;
    font-size: 14px;
    color: #797979;
    font-weight: 600;
}

    .no-prod span {
        display: inline-block;
        margin-right: 40px;
    }

        .no-prod span:last-of-type {
            margin-right: 0px;
        }

    .no-prod i {
        display: inline-block;
        color: #fff;
        background: #df0002;
        text-transform: uppercase;
        font-style: normal;
        border-radius: 5px;
        padding: 2px 5px;
    }

    .no-prod.active {
        display: block;
    }

    .no-prod .simple-link {
        margin-left: 10px;
    }

a.copy-icon {
    display: inline-block;
    font-size: 15px;
    margin-left: 8px;
}

    a.copy-icon i {
        color: #000;
        background: none;
        padding: 0px;
        border-radius: 0px;
    }

    a.copy-icon:hover i {
        color: #df0002;
    }

.product-box a.copy-icon {
    font-size: 13px;
}

/*---------------- choose color -----------------*/
.choose-color {
    position: relative;
}

    .choose-color ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .choose-color ul li {
            display: block;
            padding-right: 8px;
            text-align: center;
            box-sizing: border-box;
        }

    .choose-color .radio-custom {
        display: block;
        position: inherit;
        line-height: normal;
        width: 90px;
        margin-bottom: 8px;
    }

        .choose-color .radio-custom label {
            display: block;
            padding: 0px;
        }

        .choose-color .radio-custom input[type=radio] + label:before {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            top: 0;
            left: 0;
        }

.color-radio {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    position: inherit;
    border: 1px solid #e2eee0;
    padding: 2px;
    text-align: center;
    width: 90px;
    height: 90px;
    box-sizing: border-box;
}

.choose-color .radio-custom input[type=radio]:checked + label .color-radio {
    border: 1px solid #df0002;
}

.choose-name {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 15px;
    color: #000;
}

.color-name {
    color: #000;
    font-size: 14px;
    padding: 3px 0px;
}

/*---------------- choose size -----------------*/
.choose-size {
    padding-top: 20px;
    position: relative;
}

    .choose-size ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .choose-size ul li {
            display: inline-block;
            padding-right: 10px;
            margin-right: -4px;
            box-sizing: border-box;
        }

    .choose-size .radio-custom {
        display: block;
        position: inherit;
    }

        .choose-size .radio-custom label {
            display: block;
            color: #000;
            text-decoration: none;
            font-size: 14px;
            position: inherit;
            border: 1px solid #e5e7e9;
            padding: 5px 10px;
            text-align: center;
            line-height: 24px;
            text-transform: uppercase;
            min-width: 38px;
            box-sizing: border-box;
        }

        .choose-size .radio-custom input[type=radio]:checked + label {
            border: 1px solid #000;
        }

        .choose-size .radio-custom input[type=radio] + label:before {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            top: 0;
            left: 0;
        }

        .choose-size .radio-custom input[type=radio]:checked + label {
            border: 1px solid #000;
        }

        .choose-color .radio-custom input[type=radio].jq-CantOrder + label,
        .choose-size .radio-custom input[type=radio].jq-CantOrder + label {
            opacity: .5;
            background: #eee;
            background: linear-gradient(-45deg,#fafafa 0%,#fafafa 49%,#555 50%,#fafafa 51%,#fafafa 100%);
            border: 1px dashed #aaa;
        }

        .choose-color .radio-custom input[type=radio].jq-NotAvailable + label,
        .choose-size .radio-custom input[type=radio].jq-NotAvailable + label {
            opacity: .5;
            background: #eee;
            background: linear-gradient(-45deg,#fafafa 0%,#fafafa 49%,#555 50%,#fafafa 51%,#fafafa 100%);
            border: 1px dashed #999;
        }

/*---------------- choose size with select -----------------*/
.choose-size-select {
    padding-top: 20px;
    position: relative;
}

    .choose-size-select .input-place {
        width: 50%;
    }

/*---------------- choose size radiobuttons look like select -----------------*/
.choose-pseudo-select {
    padding-top: 20px;
    position: relative;
    z-index: 5;
}

    .choose-pseudo-select .choose-name {
        margin-bottom: 0px;
    }

        .choose-pseudo-select .choose-name em {
            display: block;
            margin-left: 0px;
            width: 50%;
            border: 1px solid #ddd;
            height: 40px;
            margin-top: 10px;
            font-size: 13px;
            line-height: 36px;
            position: relative;
            padding: 0 10px;
            cursor: pointer;
            box-sizing: border-box;
        }

            .choose-pseudo-select .choose-name em:after {
                content: '\f107';
                font-family: 'Font Awesome 6 Pro';
                color: #797979;
                font-size: 16px;
                position: absolute;
                top: 50%;
                right: 10px;
                font-weight: normal;
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                z-index: 0;
            }

    .choose-pseudo-select ul {
        position: absolute;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        width: 50%;
        border: 1px solid #000;
        background: #fff;
        opacity: 1;
        overflow: visible;
        box-sizing: border-box;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        .choose-pseudo-select ul li .radio-custom {
            margin: 0px;
            line-height: normal;
        }

            .choose-pseudo-select ul li .radio-custom label {
                display: block;
                padding: 0px;
                font-size: 13px;
                padding: 3px 10px;
                -webkit-transition: all .3s ease-out;
                -moz-transition: all .3s ease-out;
                -o-transition: all .3s ease-out;
                -ms-transition: all .3s ease-out;
                transition: all .3s ease-out;
            }

        .choose-pseudo-select ul li:hover .radio-custom label {
            background: #e5e5e5;
        }

        .choose-pseudo-select ul li .radio-custom input[type=radio] + label:before {
            display: none;
        }

        .choose-pseudo-select ul.hiddenSelectList {
            display: none;
        }

        .choose-pseudo-select ul li .radio-custom input[type=radio].jq-CantOrder + label,
        .choose-pseudo-select ul li .radio-custom input[type=radio].jq-NotAvailable + label {
            opacity: 0.5;
        }

        .choose-pseudo-select ul li .radio-custom input[type=radio]:checked + label {
            background: #e5e5e5;
        }

/*--------------- size guide -----------------*/
.size-guide {
    position: absolute;
    top: 20px;
    right: 0px;
    display: inline-block;
    font-size: 13px;
    color: #000;
}

    .size-guide span {
        border-bottom: 1px solid #000;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .size-guide:hover span {
        border-bottom: 1px solid transparent;
    }

    .size-guide i {
        margin-right: 7px;
        font-size: 12px;
    }

table.size-table {
    display: block;
    white-space: normal;
}

    table.size-table th {
        text-transform: none;
        font-size: 13px;
        padding: 10px;
    }

    table.size-table td {
        font-size: 13px;
        padding: 10px;
    }

        table.size-table td:nth-child(even) {
            border-right: none;
        }

        table.size-table td:nth-child(odd) {
            border-left: 0px;
        }

/*--------------- buy btns -----------------*/
.buy-wrap {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .buy-wrap .shop-qty {
        width: 140px;
    }

    .buy-wrap .btn {
        margin-top: 0px;
        font-size: 15px;
        min-width: inherit;
        padding: 5px 10px;
        width: calc(100% - 220px);
    }

    .buy-wrap .heart-icon {
        opacity: 1;
        visibility: visible;
        position: relative;
        bottom: auto;
        right: auto;
        float: right;
        margin-bottom: 0px;
        margin-left: auto;
        font-size: 17px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border: 1px solid #e5e5e7;
        border-radius: 50%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        box-sizing: border-box;
    }

.resume-content {
    padding: 20px;
    font-size: 15px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.08);
}

    .resume-content h6 {
        margin-bottom: 10px;
    }

/*----------------------------- pop up ----------------------------*/
.popup {
    width: 100%;
    max-width: 800px !important;
    max-height: calc(100vh - 80px);
    overflow: auto;
    box-sizing: border-box !important;
}

    .popup.fancybox__content > .f-button.is-close-btn {
        top: 0px;
        color: #999;
    }

    .popup .title {
        width: 100%;
        margin-bottom: 30px;
    }

        .popup .title img {
            margin-bottom: 20px;
        }

        .popup .title h2 {
            font-size: 26px;
        }

.form-request {
    width: 100%;
    box-sizing: border-box;
}

.popup .btn {
    margin-top: 0px;
}

.change-brand-form {
    width: 100%;
}
/*------- popup product added successful -------*/
.popup-product {
    padding: 0px !important;
    width: 100%;
    max-width: 800px !important;
    max-height: calc(100vh - 80px);
    box-sizing: border-box;
}

.title-prod-added {
    background: #7CB015;
    color: #fff;
    padding: 15px 20px 15px 60px;
    font-weight: 600;
    text-transform: none;
    font-size: 20px;
}

    .title-prod-added:before {
        content: '\f00c';
        font-family: 'Font Awesome 6 Pro';
        position: absolute;
        top: 15px;
        left: 20px;
        font-size: 30px;
        font-weight: bold;
    }

.popup-content {
    display: flex;
    flex-wrap: wrap;
}

.popup-product .cart-pr-item {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding: 20px;
    border-right: 1px solid #ccc;
    border-bottom: none;
    box-sizing: border-box;
}

.popup-product .cart-pr-image {
    width: 120px;
    margin-right: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.popup-product .cart-pr-info {
    width: calc(100% - 120px);
    padding: 0 15px;
    box-sizing: border-box;
}

.popup-product .pr-name {
    max-height: none;
}

.popup-product .cart-pr-price {
    margin-top: 7px;
}

.attributes {
    color: #797979;
    font-weight: normal;
    font-size: 13px;
    margin-top: 10px;
}

.popup-cart-information {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
}

    .popup-cart-information .text {
        font-size: 13px;
        line-height: 22px;
        color: #000;
    }

        .popup-cart-information .text strong {
            display: block;
        }

    .popup-cart-information .btn {
        margin-top: 20px;
    }

.popup-product .cart-promo-box {
    background: #f5f5f5;
    padding: 15px 20px;
    border: none;
    border-radius: 0px;
    width: 100%;
    margin-top: 0px;
    justify-content: center;
    font-size: 13px;
}

    .popup-product .cart-promo-box i {
        font-size: 16px;
    }

/*----------------------------- fast order ----------------------------*/
.fast-order {
    background: #e5e5e5;
    padding: 20px 25px;
    margin-bottom: 35px;
    border-radius: 10px;
}

    .fast-order h6 {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .fast-order .input-place {
        float: left;
        width: calc(100% - 185px);
    }

    .fast-order .input {
        background: #fff;
    }

    .fast-order .btn {
        float: right;
        margin: 0px;
    }

    .fast-order .some-text {
        margin-top: 0px;
    }

/*----------------------------- fast info ----------------------------*/
.fast-info.delivery-wrap {
    margin: 0px;
    padding-bottom: 20px;
    justify-content: space-between;
}

.fast-info .delivery-one {
    width: 23.5%;
    border: none;
    padding: 15px 0px;
    margin: 0px;
    flex-direction: column;
    text-align: center;
}

    .fast-info .delivery-one figure {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .fast-info .delivery-one strong {
        width: auto;
        font-size: 14px;
    }

    .fast-info .delivery-one a {
        font-size: 15px;
    }

.content.in-details .delivery {
    padding-bottom: 20px;
}

/*.content.in-details .delivery-one {
    width: 32%;
}*/

 

/*--------------------------------------- more description ----------------------------------*/
.more-description {
    position: relative;
    margin-top: 20px;
    padding-bottom: 50px;
}

    .more-description::before {
        content: '';
        background: #EFF0F0;
        position: absolute;
        top: 44px;
        left: -500px;
        right: -500px;
        bottom: 0px;
        z-index: 0;
    }

.lower-price-form {
    padding-top: 30px;
}

    .lower-price-form .btn {
        margin-top: 0px;
    }

/* ---- tab menu -----*/
.tabs-container {
    width: 100%;
    position: relative;
    z-index: 2;
}

.tabs-menu, .tabs-menu-credit {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

    .tabs-menu li, .tabs-menu-credit li {
        color: #111;
        margin-right: 10px;
        -webkit-transition: all 400ms;
        -moz-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms;
    }

        .tabs-menu li:last-child, .tabs-menu-credit li:last-child {
            margin-right: 0px;
        }

        .tabs-menu li a, .tabs-menu-credit li a {
            color: #222;
            font-weight: bold;
            display: block;
            white-space: nowrap;
            padding: 0px 15px;
            line-height: 42px;
            text-align: center;
            font-size: 16px;
            border-bottom: 3px solid transparent;
        }

        .tabs-menu li:hover a, .tabs-menu-credit li:hover a {
            color: #df0002;
        }

        .tabs-menu li.current-tab a, .tabs-menu-credit li.current-tab a {
            border-bottom: 3px solid #df0002;
            color: #df0002;
        }

    .tabs-menu .current-tab a, .tabs-menu-credit .current-tab a {
        cursor: default;
    }

.tab, .tab-credit {
    width: 100%;
    margin-top: 25px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    overflow: hidden;
}

.tab-content, .tab-content-credit {
    display: none;
    padding: 25px;
}

#tab-1, #tab-1-credit {
    display: block;
}

.tabs-menu li a.accent-tab {
    color: #fff;
    background: #df0002;
}

.tabs-menu li.current-tab a.accent-tab {
    background: #fff;
    color: #df0002;
}
/*---- end tab menu -----*/
.tab-content .video {
    margin: 0;
}

/*------------------------- table data sheet -------------------------*/
.table-data-sheet {
    position: relative;
    font-size: 15px;
    line-height: 40px;
}

    .table-data-sheet > div {
        padding: 0 10px;
    }

        .table-data-sheet > div:nth-of-type(even) {
            background: #f9f9f9;
        }

    .table-data-sheet strong {
        display: inline-block;
        width: 250px;
        color: #000;
        font-weight: normal;
    }

.attribute-list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .attribute-list li {
        display: block;
        padding: 8px 10px;
    }

        .attribute-list li:nth-child(even) {
            background: #f9f9f9;
        }

        .attribute-list li:before {
            display: none !important;
        }

        .attribute-list li strong {
            display: inline-block;
            width: 250px;
            color: #000;
            font-weight: 600;
        }

/*------------------------------------------------- Rating --------------------------------------------*/
/*----------------- star rating ----------------*/
.star {
    display: inline-block;
    background: url(../images/stars-sprite.png) no-repeat 0 -19px;
    height: 17px;
    width: 105px;
}

.star-sprite {
    background: url(../images/stars-sprite.png) no-repeat 0 0;
    height: 17px;
    width: 0px;
}

.simple-link {
    display: inline-block;
    font-size: 13px;
    text-decoration: underline;
    font-style: italic;
}

    .simple-link:hover {
        text-decoration: none;
    }

/*--------------- star rating -----------------*/
.star-rating {
    padding: 25px;
    background: #f1f1f1;
    border-radius: 5px;
}

    .star-rating .input {
        background: #fff;
    }

.star-evaluate {
    float: left;
    margin-top: 15px;
}

    .star-evaluate i {
        font-size: 15px;
        color: #bbb;
    }

        .star-evaluate i.em {
            float: right;
            font-size: 24px;
            margin-right: 5px;
            color: #bbb;
        }

    .star-evaluate > .em:hover, .star-evaluate > .em:hover ~ .em {
        color: #F9BF3B;
    }

    .star-evaluate > .em.active-star, .star-evaluate > .em.active-star ~ .em {
        color: #F9BF3B;
    }

.star-average {
    float: none;
    margin-top: 0px;
    position: relative;
    z-index: 5;
}

    .star-average i {
        font-size: 12px;
    }

/*--------------- add comments -------------------*/
.add-comment-review {
    margin-top: 25px;
}

    .add-comment-review textarea {
        max-width: 860px;
    }

.star-rating .btn {
    margin-top: 0px;
}

/*----------------------- User reviews Comments ---------------------------- */
.number-of-reviews {
    color: #928d8d;
    font-size: 14px;
}

.comments-review {
    margin-bottom: 40px;
    margin-top: 50px;
}

    .comments-review h4 {
        margin-bottom: 15px;
    }

    .comments-review ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .comments-review ul li {
            display: flex;
            flex-wrap: wrap;
            padding: 20px 0px;
            border-bottom: 1px solid #eee;
        }

.comment-box {
    width: 200px;
    margin-bottom: 5px;
}

    .comment-box figure {
        width: 56px;
        margin-bottom: 10px;
        position: relative;
        z-index: 1;
    }

    .comment-box h5 {
        font-size: 17px;
        text-transform: none;
        margin-bottom: 6px;
        font-weight: bold;
    }

        .comment-box h5 a {
            color: #222;
            text-decoration: none !important;
        }

            .comment-box h5 a:hover {
                color: #000;
            }

    .comment-box .date {
        margin-bottom: 0px;
        font-size: 13px;
    }

.comment-text {
    width: calc(100% - 200px);
}

    .comment-text .star {
        margin-top: 0px;
        margin-bottom: 10px;
    }

i.active-star {
    color: #F9BF3B;
}

.vote {
    font-size: 16px;
    padding-top: 15px;
    color: #000;
}

.like {
    color: #000;
    margin-right: 5px;
    font-size: 18px;
    text-decoration: none !important;
}

    .like:hover {
        color: #43a047;
    }

.dislike {
    color: #000;
    margin-right: 5px;
    font-size: 18px;
    text-decoration: none !important;
}

    .dislike:hover {
        color: #cf0202;
    }

/*--------------------------------------- similar products ----------------------------------*/
.similar-products {
    padding: 60px 0px;
}

/*--------------------------------------- last seen products ----------------------------------*/
.last-seen-products {
    padding: 60px 0px;
    background: #f1f1f1;
}

/*--------------------------------------- recommend products ----------------------------------*/
.recommend {
    padding: 35px 0px;
}

/*----------------------------------------- page brands list -----------------------------------------*/
.clients-logos {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

    .clients-logos figure {
        float: left;
        width: 20%;
        position: relative;
        padding: 25px;
        box-sizing: border-box;
    }

        .clients-logos figure:before {
            content: '';
            position: absolute;
            background: #e5e5e5;
            height: 1px;
            left: 26px;
            right: 26px;
            bottom: -1px;
        }

        .clients-logos figure:after {
            content: '';
            position: absolute;
            background: #e5e5e5;
            width: 1px;
            top: 26px;
            bottom: 26px;
            right: -1px;
        }

        .clients-logos figure a {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            height: 100px;
            text-align: center;
        }

            .clients-logos figure a:hover {
                -webkit-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0);
            }

.brand-title {
    position: absolute;
    bottom: calc(100% - 10px);
    left: 0px;
    right: 0px;
    line-height: normal;
    text-align: center;
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .brand-title strong {
        position: relative;
        display: inline-block;
        background: #df0002;
        border-radius: 5px;
        color: #fff;
        padding: 2px 8px;
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
    }

        .brand-title strong:after {
            content: '';
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 6px solid #df0002;
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -8px;
        }

.clients-logos figure a:hover .brand-title {
    opacity: 1;
    visibility: visible;
}

.clients-logos figure figcaption {
    text-align: center;
}

/*------------------------------- Blog -------------------------------*/
.blog-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.blog-item {
    width: 25%;
    position: relative;
    overflow: hidden;
    padding: 0 25px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

    .blog-item figure {
        position: relative;
        margin-bottom: 17px;
        overflow: hidden;
    }

        .blog-item figure a {
            display: block;
        }

        .blog-item figure img {
            max-width: none;
            width: 100%;
            webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: all 400ms;
            -moz-transition: all 400ms;
            -o-transition: all 400ms;
            transition: all 400ms;
        }

    .blog-item:hover figure img {
        -webkit-transform: scale3d(1.05,1.05,1);
        transform: scale3d(1.05,1.05,1);
    }

.blog-item-title {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    margin-bottom: 15px;
}

    .blog-item-title a {
        color: #111;
    }

.blog-item .date {
    margin-bottom: 10px;
}

/*------------------------------- News -------------------------------*/
.one-new {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ddd;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

    .one-new figure {
        width: 40%;
        padding-right: 45px;
        position: relative;
        box-sizing: border-box;
    }

        .one-new figure a {
            display: block;
            overflow: hidden;
        }

            .one-new figure a img {
                max-width: none;
                width: 100%;
                webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-transition: all 400ms;
                -moz-transition: all 400ms;
                -o-transition: all 400ms;
                transition: all 400ms;
            }

        .one-new figure:hover a img {
            -webkit-transform: scale3d(1.05,1.05,1);
            transform: scale3d(1.05,1.05,1);
        }

.one-new-info {
    width: 60%;
    webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    position: relative;
    box-sizing: border-box;
}

.one-new-title {
    margin-bottom: 20px;
    font-size: 22px;
    text-transform: none;
}

    .one-new-title a {
        color: #111;
    }

        .one-new-title a:hover {
            color: #c992eb;
        }

/*-------- date ----------- */
.date {
    font-size: 14px;
    font-weight: 600;
    color: #df0002;
    margin-bottom: 15px;
    z-index: 2;
}

    .date i {
        margin-right: 7px;
    }

.one-new-info .btn {
    margin-right: 10px;
    margin-top: 35px;
}

/*------------------------------------------ news details ----------------------------------------*/
.simple-image {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    max-width: 55%;
    position: relative;
}

/*--------------- simple list in whole site -----------------*/
.text ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .text ul li {
        position: relative;
    }

        .text ul li:before {
            content: '\f111';
            font-family: 'Font Awesome 6 Pro';
            font-size: 6px;
            position: relative;
            color: #df0002;
            top: -4px;
            margin-right: 10px;
            font-weight: bold;
        }

/*------------------------ Tables for whole site ------------------------*/
table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    margin-bottom: 20px;
    overflow-x: auto;
    font-weight: 500;
    line-height: normal;
    box-sizing: border-box;
}

    table th {
        display: table-cell;
        padding: 15px;
        color: #fff;
        background: #222;
        border: none;
        font-size: 14px;
        overflow: hidden;
        text-align: left;
        text-transform: uppercase;
    }

    table td {
        background: #fff;
        display: table-cell;
        padding: 12px 15px;
        font-size: 15px;
        text-align: left;
        border: none;
    }

    table tr:nth-child(odd) td {
        background: #f7f8fa;
    }

    /*------------------------ responsive table -------------------------*/
    table.responsive-table {
        display: table;
        white-space: normal;
    }

        table.responsive-table td:last-child, table.responsive-table th:last-child {
            text-align: right;
        }

        table.responsive-table td {
            position: relative;
            border: 1px solid #dadada;
        }

            table.responsive-table td:before {
                content: attr(data-th);
                display: none;
                flex-wrap: wrap;
                align-items: center;
                width: 170px;
                min-width: 170px;
                color: #000;
                font-size: 14px;
                font-weight: 600;
                padding: 0px 10px;
                box-sizing: border-box;
            }

        table.responsive-table .link {
            color: #df0002;
            font-weight: 600;
            font-size: 13px;
        }

            table.responsive-table .link i {
                font-size: 16px;
                margin-left: 8px;
            }

/*------------- Simple gallery in details ------------ */
.simple-gallery {
    margin: 0px -15px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

    .simple-gallery li {
        width: 33.3333%;
        padding: 15px;
        box-sizing: border-box;
    }

        .simple-gallery li a {
            display: block;
        }

        .simple-gallery li img {
            max-width: none;
            width: 100%;
        }

        .simple-gallery li a:hover {
            opacity: 0.75;
        }

/*table----------------------------------------------------------------------*/
.nl_osn {
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
    font-weight: normal;
    box-sizing: border-box;
}

    .nl_osn a {
        text-decoration: none;
    }

.tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 8px 5px;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    cursor: default;
    box-sizing: border-box;
}

    .tr:hover {
        background: #f3f2f0;
        color: #000;
    }

.download1 {
    width: 72%;
    color: #222;
    webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

.tr-right {
    width: 28%;
    padding-left: 30px;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

a.pdf,
a.pdf:visited {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 12px;
    display: table-cell;
    top: 3px;
    position: relative;
    color: #fff;
    background: #df0002;
    font-weight: 600;
    border-radius: 25px;
}

    a.pdf:hover {
        color: #fff;
        background: #222;
    }

/*--------------- video -----------------*/
.video {
    max-width: 980px;
    margin: 40px 0px 0px;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 51%;
    height: 0;
    border: 1px solid #ccc;
    margin-top: 20px;
}

    .videowrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.text-module iframe {
    max-width: 100%;
}

/*--------------- tags -----------------*/
.tagsContainer {
    margin: 30px 0px;
    position: relative;
}

    .tagsContainer::before {
        content: '\f02c';
        font-family: 'Font Awesome 6 Pro';
        font-size: 14px;
        color: #222;
        position: relative;
        left: 0px;
        top: 0px;
        margin-right: 10px;
        font-weight: bold;
    }

    .tagsContainer .tag-filter {
        display: inline-block;
        padding: 4px 10px;
        margin: 6px 5px 0 0;
        border-radius: 3px;
        font-size: 13px;
        color: #222;
        background: #fff;
        border: 1px solid #ccc;
    }

        .tagsContainer .tag-filter:hover {
            background: #222;
            border: 1px solid #222;
            color: #fff;
        }

/*--------------- share buttons -----------------*/
.share-btns {
    display: inline-block;
}

.share-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-align: left;
    padding: 7px 12px;
    border-radius: 5px;
    color: #222;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
    margin-top: 40px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .share-btn i {
        font-size: 15px;
        color: #df0002;
        margin-right: 5px;
    }

    .share-btn:hover {
        border: 1px solid #df0002;
    }

.share-list {
    display: none;
    margin-top: 15px;
}

    .share-list .socials {
        display: inline-block;
        margin: 0px;
    }


/*------------------------------------------ Gallery ----------------------------------------*/


/*contact form------------------------------------------------------------------*/
.map {
    height: 450px;
    overflow: hidden;
    margin-bottom: 35px;
    border: 2px solid #fff;
}

    .map iframe {
        /*pointer-events: none;*/
        width: 100% !important;
        height: 100% !important;
        border: none !important;
    }

.one-contact {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 35px;
}

.address {
    float: left;
    width: 45%;
    margin: 0px 5% 40px 0px;
}

    .address strong {
        color: #000;
    }

    .address a {
        text-decoration: underline;
    }

        .address a:hover {
            text-decoration: none;
        }

    .address .btn {
        margin-top: 25px;
        margin-right: 10px;
    }

    .address .heading, .contact-form .heading {
        font-size: 24px;
        font-weight: 800;
    }

.contact-form {
    margin-bottom: 35px;
    float: left;
    width: 50%;
}

    .contact-form .text {
        margin-bottom: 25px;
    }

.input {
    border: 0px;
    border-radius: 5px;
    background: #f1f1f1;
    padding: 0 18px;
    margin-bottom: 15px;
    width: 100%;
    height: 46px;
    color: #000;
    font-family: 'Open Sans', 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    outline: none;
    box-sizing: border-box;
}

input:focus, textarea:focus {
    outline: none;
}

textarea.input {
    width: 100%;
    height: 130px;
    resize: none;
    padding: 10px 18px;
}

.styled-select {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #f1f1f1;
    border-radius: 5px;
    border: none;
    margin-bottom: 15px;
    box-sizing: border-box;
}

    .styled-select select {
        background: transparent;
        width: calc(100% + 25px);
        padding: 0px 18px;
        height: 46px;
        border: 0;
        border-radius: 5px;
        -webkit-appearance: none;
        color: #666;
        font-size: 15px;
        font-weight: 600;
        font-family: 'Open Sans', 'Montserrat', Arial, Helvetica, sans-serif;
        outline: none;
        position: relative;
        z-index: 1;
    }

        .styled-select select option {
            font-size: 14px;
        }

        .styled-select select optgroup {
            text-transform: uppercase;
            font-weight: bold;
        }

    .styled-select:after {
        content: '\f107';
        font-family: 'Font Awesome 6 Pro';
        color: #666;
        font-size: 16px;
        position: absolute;
        top: 50%;
        right: 15px;
        font-weight: normal;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 0;
    }

.ok, .error {
    display: block;
    font-size: 13px;
    margin: 10px;
}

.error {
    color: #BF1717;
}

.contact-form .btn {
    margin-top: 15px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #666;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666;
}

:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #666666;
}

.captcha input {
    width: 250px;
}

.captcha img {
    border: 2px solid transparent;
}

    .captcha img:hover {
        border: 2px solid #999;
        opacity: 0.9;
    }

/*-------------------------------- alerts ------------------------------*/
.alert {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 15px;
    margin: 20px 0px;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    line-height: 22px;
    color: #31708f;
    background: #d9edf7;
    box-sizing: border-box;
}

    .alert.with-icon {
        padding-left: 60px;
    }

.alert-success, .alert-green {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-red {
    color: #ed252f;
    background: #fedede;
    border-color: #fdc9ca;
}

.alert-white {
    background-image: linear-gradient(to bottom, #fff, #f9f9f9);
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040;
    position: relative;
}

.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
}

/*-------------------- validate error --------------------*/
.error-messages {
    position: absolute;
    top: calc(100% - 10px);
    left: 0px;
    max-width: 100%;
    z-index: 10;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #808080;
    padding: 8px 10px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.3);
}

    .error-messages:before, .error-messages:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #808080;
        position: absolute;
        top: -8px;
        left: 10px;
        z-index: 1;
    }

    .error-messages:after {
        border-bottom: 8px solid #fff;
        top: -7px;
        z-index: 2;
    }

.validate-error {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    font-size: 13px;
    color: #333;
    font-weight: 500;
}

    .validate-error:last-child {
        margin-bottom: 0px;
    }

    .validate-error i {
        color: #D8000C;
        font-size: 24px;
        margin-right: 8px;
    }

.input-place.jq-validate-error,
.checkbox-custom.jq-validate-error input[type="checkbox"] + label::before {
    border: 1px solid red;
}

.checkbox-custom .error-messages, .radio-custom .error-messages {
    top: 30px;
}

/*------------------------------------------ Stores page ----------------------------------------*/
.content.with-sticky {
    overflow: inherit;
}

.stores-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .stores-wrap .text-module {
        width: 48%;
        box-sizing: border-box;
    }

    .stores-wrap .map {
        position: sticky;
        top: 15px;
        width: 48%;
        margin-bottom: 40px;
        height: 740px;
    }
/*---- sort -----*/
.sort-stores {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
    background: #e5e5e5;
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
}

    .sort-stores label {
        display: block;
        font-size: 13px;
        color: #222;
        margin-right: 10px;
        font-weight: 600;
    }

    .sort-stores .styled-select {
        margin-bottom: 0px;
        background: #fff;
        border: 1px solid #aaa;
    }

        .sort-stores .styled-select select {
            height: 40px;
            padding: 0 15px;
            font-size: 14px;
        }

.address-list {
    display: flex;
    flex-wrap: wrap;
}

    .address-list .address {
        float: none;
        width: 100%;
        box-sizing: border-box;
        margin: 0px 0px 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #e5e5e5;
    }

        .address-list .address:last-child {
            border-bottom: none;
            margin-bottom: 0px;
            padding-bottom: 0px;
        }

        .address-list .address .heading {
            font-size: 19px;
        }

            .address-list .address .heading a {
                color: #222;
                text-decoration: none;
            }

                .address-list .address .heading a:hover {
                    color: #df0002;
                }

    .address-list ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        box-sizing: border-box;
    }

        .address-list ul li {
            display: block;
            position: relative;
            padding-left: 28px;
            margin-bottom: 10px;
        }

            .address-list ul li:before {
                content: '';
                font-family: 'Font Awesome 6 Pro';
                position: absolute;
                top: 2px;
                left: 0px;
                font-size: 17px;
                font-weight: normal;
                color: #222;
                width: 18px;
                text-align: center;
            }

            .address-list ul li.li-address:before {
                content: '\f3c5';
            }

            .address-list ul li.li-phone:before {
                content: '\f095';
            }

            .address-list ul li.li-email:before {
                content: '\f0e0';
            }

            .address-list ul li.li-workingtime:before {
                content: '\f017';
            }

            .address-list ul li a {
                color: #666666;
                text-decoration: none;
            }

                .address-list ul li a:hover {
                    color: #df0002;
                }

.some-links {
    margin-top: 30px;
}

    .some-links a {
        display: inline-block;
        margin-right: 25px;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
    }

        .some-links a:last-child {
            margin-right: 0px;
        }

        .some-links a i {
            margin-right: 8px;
            font-size: 16px;
        }

        .some-links a:hover {
            text-decoration: underline;
        }

/*----------------------- store worktime ---------------------------- */
.store-worktime .heading {
    font-size: 24px;
    font-weight: 800;
}

.store-worktime p {
    margin: 0px 0px 4px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    max-width: 320px;
}

/*----------------------- store gallery in details ---------------------------- */
.store-gallery {
    position: relative;
    width: 50%;
    margin: 0px 0px 40px 0px;
    float: right;
    text-align: center;
    box-sizing: border-box;
}

    .store-gallery .slider-for .slick-slide img {
        max-width: none;
        width: 100%;
    }

.store-image {
    float: right;
    width: 50%;
    padding-left: 60px;
    box-sizing: border-box;
}

    .store-image img {
        max-width: none;
        width: 100%;
    }

/*------------------------------- Our team ------------------------------- */
.our-team {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 35px;
}

.team-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -30px;
}

.team-one {
    width: 20%;
    padding: 0 30px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

    .team-one figure {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

        .team-one figure img {
            max-width: none;
            width: 100%;
        }

.team-one-info {
    padding-top: 15px;
    text-align: center;
}

.team-name {
    font-weight: bold;
    color: #222;
    font-size: 18px;
    margin-bottom: 5px;
}

.description {
    font-size: 15px;
}

.virtual-tour-content {
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin-bottom: 35px;
    border: 2px solid #fff;
    box-sizing: border-box;
}

    .virtual-tour-content iframe {
        width: 100% !important;
        height: 100% !important;
        border: none !important;
    }

/*------------------------------- Price list ------------------------------- */
.price-list {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 35px;
}

.price-cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

    .price-cols .text {
        width: 33.333%;
        padding: 0 25px;
        box-sizing: border-box;
        margin-bottom: 50px;
    }

    .price-cols h5 {
        margin-bottom: 15px;
    }

/* sitemap ---------------------------------------------------------------*/
.sitemap ul {
    padding: 0;
    list-style-type: none;
    margin: 0px 0px 0px 20px;
}

    .sitemap ul ul, .sitemap ul ul ul, .sitemap ul ul ul ul {
        padding-left: 15px;
        list-style-type: none;
        margin: 10px 0px 10px 20px;
        border-left: 1px solid #C0C0C0;
    }

    .sitemap ul li {
        padding: 4px;
    }

.sitemap a {
    color: #000;
}

    .sitemap a:hover {
        color: #df0002;
    }

/* error page ---------------------------------------------------------------*/
i.fa-meh-o {
    margin-right: 10px;
}

.error-number {
    margin: 30px 0px 40px;
}

    .error-number strong {
        display: inline-block;
        font-weight: 800;
        background: #df0002;
        padding: 5px 30px;
        font-size: 36px;
        color: #fff;
        text-transform: uppercase;
    }

.one-contact.in-error-page {
    margin-top: 70px;
    margin-bottom: 0px;
    border-bottom: none;
}

.error-page {
    text-align: center;
    padding: 0px 0px 50px;
}

    .error-page h1 {
        font-size: 220px;
    }

    .error-page h6 {
        margin-bottom: 10px;
        color: #ed252f;
    }

    .error-page .btn {
        margin-top: 25px;
    }

/* search results ---------------------------------------------------------------*/
.search-result-wrap .heading {
    font-weight: normal;
    margin-bottom: 25px;
}

/*----------------------------------------- FAQ page -----------------------------------------*/
.accordion {
    margin-bottom: 25px;
}

.a-btn {
    width: 100%;
    margin: 0 auto 8px;
    cursor: pointer;
    box-sizing: border-box;
}

    .a-btn h3 {
        font-size: 20px;
        font-weight: 600;
        padding: 15px 50px 15px 0px;
        position: relative;
        border-bottom: 1px solid #ccc;
        text-transform: none;
        box-sizing: border-box;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
    }

        .a-btn h3:before {
            content: '';
            position: absolute;
            top: 50%;
            right: 0px;
            width: 16px;
            height: 2px;
            background: #bbb;
            margin-top: -1px;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -o-transition: all .4s ease;
            -ms-transition: all .4s ease;
            transition: all .4s ease;
        }

        .a-btn h3:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 7px;
            width: 2px;
            height: 16px;
            background: #bbb;
            margin-top: -8px;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -o-transition: all .4s ease;
            -ms-transition: all .4s ease;
            transition: all .4s ease;
        }

        .a-btn h3.selected:after {
            opacity: 0;
            visibility: hidden;
        }

        .a-btn h3:hover, .a-btn h3.selected {
            color: #df0002;
        }

.a-content {
    height: 0px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.a-content-inner {
    padding: 0px 50px 10px 0px;
}

    .a-content-inner h6 {
        text-transform: none;
        margin-bottom: 10px;
    }

.open {
    height: auto;
}

/*------------------------------------- gift products ---------------------------------------*/
.gift-products {
    margin-bottom: 80px;
    box-sizing: border-box;
}

.red-text {
    color: #df0002;
}

/*------------------------------------- Shopping Cart ---------------------------------------*/
.cart-wrapper {
    margin-bottom: 30px;
}

.cart-items {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.cart-left-container {
    float: left;
    width: calc(100% - 500px);
    box-sizing: border-box;
    overflow: hidden;
}

.shopOrder {
    overflow: hidden;
    margin-bottom: 20px;
}

.shopOrder-head {
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #888;
}

    .shopOrder-head > div {
        padding: 15px 0px;
        font-weight: bold;
        color: #888;
        font-size: 12px;
        text-transform: uppercase;
        box-sizing: border-box;
    }

.shop-price:before, .shop-qty:before, .shop-sum:before {
    content: attr(data-th);
    display: none;
    color: #888;
    font-size: 12px;
    line-height: 16px;
}

.shopOrder-row {
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #f1f1f1;
}

    .shopOrder-row > div {
        padding: 13px 0px;
        color: #000;
        line-height: 28px;
        box-sizing: border-box;
    }

        .shopOrder-row > div:last-child {
            border-right: none;
        }

.c1 {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    text-align: left;
}

.c2 {
    -webkit-flex: 0 0 108px;
    -ms-flex: 0 0 108px;
    flex: 0 0 108px;
}

.c3 {
    -webkit-flex: 0 0 115px;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
}

.c4 {
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
}

.c5 {
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    text-align: left;
}

.shop-price .old-price {
    margin-left: 0px;
    font-size: 13px;
}

/*--------- number qty ----------*/
.number-qty span {
    cursor: pointer;
}

.minus, .plus {
    width: 28px;
    height: 28px;
    background: #e5e5e5;
    border: none;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
}

.number-qty input {
    height: 28px;
    width: 40px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #9c9792;
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px;
    margin: 0px;
    text-align: center;
    line-height: 28px;
    box-sizing: border-box;
}

.jq-product-details .number-qty {
    margin-bottom: 15px;
    padding-top: 20px;
    border-top: 1px solid #ededed;
}

    .jq-product-details .number-qty .minus {
        margin-left: 10px;
    }

    .jq-product-details .number-qty .minus, .jq-product-details .number-qty .plus {
        border-radius: 50%;
        background: #e5e5e5;
        border: none;
        line-height: 27px;
        font-weight: 500;
    }

.fancybox-container .jq-product-details .number-qty {
    border-top: none;
}

/*--------- shop prod ----------*/
.shop-prod {
    line-height: normal;
}

    .shop-prod figure {
        display: inline-block;
        width: 100px;
        margin-right: 10px;
        text-align: center;
    }

    .shop-prod a {
        display: block;
    }

    .shop-prod figure img {
        max-height: 120px;
    }

.shop-prod-info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 120px);
}

    .shop-prod-info > a {
        font-size: 15px;
        color: #000;
    }

        .shop-prod-info > a:hover {
            text-decoration: underline;
        }

        .shop-prod-info > a strong {
            text-transform: uppercase;
        }

.choose-opt {
    margin: 0px;
    color: #8d8d8d;
    font-size: 13px;
    padding: 8px 0px;
    display: inline-block;
    list-style-type: none;
}

    .choose-opt li {
        display: block;
        margin-right: 5px;
    }

.clear-prod {
    color: #e92222;
}

/*----------------------------- cart promo box ---------------------------*/
.cart-promo-box {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #222;
    border: 2px solid #eeeeee;
    padding: 12px 15px;
    border-radius: 5px;
    margin-top: 40px;
}

    .cart-promo-box i {
        font-size: 24px;
        color: #df0002;
        margin-right: 10px;
    }

    .cart-promo-box em {
        font-style: normal;
        font-weight: bold;
    }

    .cart-promo-box strong {
        text-transform: uppercase;
        color: #df0002;
    }

/*----------------------------- cart summary ---------------------------*/
.cart-summary {
    position: sticky;
    top: 10px;
    float: right;
    width: 460px;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 40px 40px;
    border: 1px solid #888;
    box-sizing: border-box;
}

    .cart-summary h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .cart-summary ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    .cart-summary > ul {
        padding: 25px 0px 0px;
        border-top: 1px solid #ccc;
    }

    .cart-summary ul li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 3px 0px;
        justify-content: space-between;
    }

        .cart-summary ul li span {
            display: block;
            width: 50%;
            font-size: 15px;
            box-sizing: border-box;
        }

        .cart-summary ul li strong {
            display: block;
            color: #000;
            font-weight: 600;
            width: 50%;
            text-align: right;
            box-sizing: border-box;
        }

.date-delivery {
    color: #ed252f !important;
}

.cart-summary .btn {
    width: 100%;
    margin-top: 30px;
}

.cart-summary .just-text {
    margin-top: 15px;
}

    .cart-summary .just-text a {
        text-decoration: underline;
    }

        .cart-summary .just-text a:hover {
            text-decoration: none;
        }

.total {
    color: #000;
    font-size: 17px;
    border-top: 1px solid #ccc;
    padding-top: 8px;
    margin-top: 30px;
}

    .total span {
        display: block;
        float: left;
    }

    .total strong {
        display: block;
        float: right;
        font-size: 20px;
    }

/*--------- promo code ----------*/
.promo-code h6 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.promo-code .input-place {
    float: left;
    width: calc(100% - 90px);
}

.promo-code .input {
    background: #fff;
}

.promo-code .btn {
    float: right;
    font-size: 13px;
    margin: 0px;
    padding: 5px 10px;
    min-width: inherit;
    letter-spacing: normal;
    width: 80px;
}

.otstupki {
    padding: 10px 0px;
}

    .otstupki h6 {
        margin-bottom: 0px;
    }

/*----------------------------- Брой продукти и лист с продукти в дясната колона на Стъпка 2 ------------------------------*/
.cart-pr-broi {
    position: relative;
    font-style: italic;
    margin-bottom: 20px;
    cursor: pointer;
}

    .cart-pr-broi span {
        display: block;
        position: relative;
        font-style: normal;
        color: #000;
        font-size: 13px;
        text-decoration: underline;
    }

        .cart-pr-broi span i {
            margin-left: 7px;
        }

    .cart-pr-broi:hover span {
        text-decoration: none;
    }

.cart-summary .cart-pr-wrap {
    padding-bottom: 30px;
    display: none;
}

.cart-summary .cart-pr-item {
    padding: 12px 15px 12px 0px;
}

/*----------------------------- checkout top ------------------------------*/
.checkout-top-login {
    margin-bottom: 40px;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

    .checkout-top-login p {
        margin: 0px;
        padding: 6px 0px;
        max-width: calc(100% - 170px);
    }

    .checkout-top-login .btn {
        margin-top: 0px;
    }

.top-login {
    display: none;
    width: 100%;
}

    .top-login .btn {
        float: none;
    }

/*----------------------------------- Form ----------------------------------*/
.some-form {
    box-sizing: border-box;
}

    .some-form hr {
        margin: 25px 0px;
        background: transparent;
        border-top: 1px dashed #ccc;
    }

.some-form-title {
    margin-bottom: 20px;
    position: relative;
}

    .some-form-title h3 {
        font-size: 22px;
    }

.some-text {
    margin-top: 5px;
    font-size: 15px;
    color: #888;
    font-style: italic;
}

.form-flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    box-sizing: border-box;
}

.float-flex {
    -webkit-box-flex: none;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.col-2 .float-flex {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.col-3 .float-flex {
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
}

.col-4 .float-flex {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.col-5 .float-flex {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.personal-width {
    -webkit-flex: 0 0 60% !important;
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
}

.float-flex .btn {
    margin-top: 0px;
}

.input-label, .label {
    display: block;
    font-size: 14px;
    margin-bottom: 7px;
}

.input-place {
    position: relative;
    box-sizing: border-box;
}

.form-icon {
    position: absolute;
    top: 14px;
    right: 10px;
    font-size: 14px;
    width: 16px;
    height: 16px;
    text-align: center;
    z-index: 2;
    color: #222;
    cursor: pointer;
}

.input-icon-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #222;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

/*------------ List in form --------------*/
.list-in-form {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .list-in-form li {
        display: block;
        float: left;
        width: 33.333%;
        padding-right: 30px;
        box-sizing: border-box;
    }


.checkbox-custom label .text, .radio-custom label .text {
    line-height: 24px;
}

.checkbox-custom label h4, .radio-custom label h4 {
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    text-transform: none;
}

/*------------------------ Disabled ----------------------*/
.disabled, input[type=text]:disabled, select:disabled {
    cursor: default;
    opacity: .5;
}

.pay-method {
    display: inline-block;
    width: 60px;
    height: 22px;
    margin-right: 5px;
    border: 1px solid #e5e7e9;
    background: #fff;
    text-align: center;
    line-height: 18px;
    box-sizing: border-box;
}

    .pay-method img {
        max-height: 18px;
        max-width: 45px;
    }

.some-form .btn-place {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.back-link {
    display: block;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    margin-top: 50px;
    padding: 0 10px;
}

    .back-link i {
        font-size: 14px;
        position: relative;
        top: 1px;
        margin-right: 5px;
    }

.some-form .btn-place .some-text {
    width: 100%;
    text-align: right;
    padding: 0 10px;
    box-sizing: border-box;
}

.jq-invoice-part, .jq-registration-part {
    display: none;
}

    .jq-invoice-part.active, .jq-registration-part.active {
        display: flex;
    }

.payments-hint {
    display: none;
    padding: 0px 0px 20px 28px;
    font-size: 15px;
    line-height: 22px;
    box-sizing: border-box;
}

    .payments-hint.active {
        display: block;
    }

.recalculation {
    margin-top: 20px;
}

    .recalculation .some-text {
        font-size: 13px;
        margin-top: 0px;
        padding-bottom: 5px;
        line-height: 18px;
    }

.payment-form-leasing-wrap {
    background: url('../images/dotPatern3.png');
    padding: 25px;
    border: 1px solid #ccc;
}

    .payment-form-leasing-wrap h5 {
        font-size: 17px;
        text-transform: none;
        margin-bottom: 10px;
    }

.payment-form-leasing {
    margin-top: 30px;
}

table.variants {
    margin-top: 15px;
    border: 1px solid #222;
    background: #fff;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}

    table.variants th {
        text-align: center;
        padding: 5px 15px;
        text-transform: none;
    }

    table.variants td {
        text-align: center;
        color: #000;
    }

    table.variants .first {
        text-align: right;
        width: 90px;
        white-space: normal;
        display: block;
        font-size: 14px;
        color: #666;
    }

    table.variants label, table.variants label {
        padding: 0px !important;
    }

.tabs-container-leasing {
    margin-top: 10px;
}

    .tabs-container-leasing .tabs-menu li, .tabs-container-leasing .tabs-menu-credit li {
        width: 33.3333%;
        margin-right: 0px;
        box-sizing: border-box;
    }

        .tabs-container-leasing .tabs-menu li a, .tabs-container-leasing .tabs-menu-credit li a {
            font-weight: 600;
            font-size: 15px;
            white-space: normal;
            line-height: normal;
            padding: 8px 15px;
            height: 100%;
            box-sizing: border-box;
        }

    .tabs-container-leasing .tab, .tabs-container-leasing .tab-credit {
        margin-top: 0px;
        background: none;
        box-shadow: none;
        border-radius: 0px;
    }

    .tabs-container-leasing .tab-content, .tabs-container-leasing .tab-content-credit {
        padding: 0px;
    }

    .tabs-container-leasing table.variants {
        margin-top: 0px;
    }

/*-------------------- file upload --------------------*/
.form-t {
    margin-bottom: 15px;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
}

.field1-primary {
    float: left;
    width: calc(100% - 130px);
}

.fileUpload {
    float: left;
    width: 120px;
    position: relative;
    overflow: hidden;
    margin: 0px 0px 22px 10px;
    padding: 12px 26px;
    border-radius: 5px;
    font-weight: 600;
    border: none;
    background: #afb7be;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

    .fileUpload:hover {
        background: #222;
        color: #fff;
    }

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        height: 60px;
    }

.example {
    display: inline-block;
}

    .example img {
        max-height: 170px;
        border: 1px solid #e5e7e9;
    }

    .example figcaption {
        text-align: center;
        padding-top: 5px;
        font-style: italic;
        font-size: 13px;
    }

.upload-image-wrap {
    width: 100%;
    margin: 0px;
    margin-top: 20px;
    padding: 0px;
    list-style-type: none;
}

    .upload-image-wrap li {
        display: inline-table;
        vertical-align: top;
        width: 25%;
        padding-bottom: 25px;
        padding-right: 25px;
        margin-right: -4px;
        box-sizing: border-box;
    }

        .upload-image-wrap li figure {
            position: relative;
            border: 1px solid #e5e7e9;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
        }

            .upload-image-wrap li figure:hover {
                border: 1px solid #000;
                -webkit-box-shadow: 0px 0px 0px 4px rgba(243,243,243,1);
                -moz-box-shadow: 0px 0px 0px 4px rgba(243,243,243,1);
                box-shadow: 0px 0px 0px 4px rgba(243,243,243,1);
            }

            .upload-image-wrap li figure figcaption {
                position: absolute;
                top: -10px;
                right: -15px;
                z-index: 1;
                opacity: 0;
                visibility: hidden;
                transform: scale(0);
                -webkit-transform: scale(0);
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -ms-transition: all .3s ease;
                transition: all .3s ease;
            }

            .upload-image-wrap li figure:hover figcaption {
                opacity: 1;
                visibility: visible;
                transform: scale(1);
                -webkit-transform: scale(1);
            }

            .upload-image-wrap li figure figcaption a {
                display: block;
                font-size: 14px;
                width: 28px;
                height: 28px;
                border: 1px solid #888;
                border-radius: 50%;
                background: #fff;
                text-align: center;
                line-height: 26px;
                box-sizing: border-box;
            }

/*---------------------------------------- Registration page ----------------------------------------*/
.register-wrap {
    position: relative;
    max-width: 740px;
    margin: 0px auto;
    margin-bottom: 40px;
    box-sizing: border-box;
}

    .register-wrap .some-form {
        background: #fff;
        padding: 40px;
    }

    .register-wrap h1 {
        margin-bottom: 35px;
        font-size: 30px;
        text-align: center;
    }

    .register-wrap .btn {
        display: flex;
        width: 100%;
        min-width: inherit;
        margin-top: 15px;
        font-size: 16px;
    }

    .register-wrap .tabs-menu {
        border-bottom: 3px solid #df0002;
    }

        .register-wrap .tabs-menu li {
            width: 33.333%;
            margin: 0px;
            box-sizing: border-box;
        }

            .register-wrap .tabs-menu li a {
                border-bottom: none;
                font-size: 18px;
                line-height: 48px;
                padding: 0 25px;
            }

            .register-wrap .tabs-menu li.current-tab a {
                border-bottom: none;
                background: #df0002;
                color: #fff;
            }

.forgot-pass-link {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
}

    .forgot-pass-link a {
        text-decoration: underline;
    }

        .forgot-pass-link a:hover {
            text-decoration: none;
        }

/*----------------------- connect with buttons ----------------------*/
.connect-with {
    margin-top: 12px;
    text-align: center;
}

    .connect-with a {
        display: block;
        color: #fff;
        padding: 5px 12px 7px;
        background: #000;
        font-size: 12px;
        margin-bottom: 5px;
        text-align: center;
        border-radius: 5px;
    }

        .connect-with a i {
            position: relative;
            margin-right: 10px;
            font-size: 15px;
            top: 1px;
        }

        .connect-with a.btn-fb {
            background: #014B96;
        }

        .connect-with a.btn-go {
            background: #DF4A32;
        }

        .connect-with a.btn-tw {
            background: #1DA1F2;
        }

.some-form .connect-with a {
    display: inline-block;
    font-size: 14px;
    padding: 9px 20px 11px;
    margin-right: 5px;
}

    .some-form .connect-with a i {
        font-size: 16px;
    }

/*-------------------------------------------- Profile ------------------------------------------*/
.right-options {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

    .right-options a {
        display: inline-block;
        margin-left: 10px;
        color: #000;
        font-size: 13px;
        text-decoration: underline;
    }

        .right-options a:hover {
            text-decoration: none;
        }

        .right-options a i {
            margin-right: 5px;
        }

/*------------------- profile image (avatar) ---------------------*/
.profile-avatar {
    text-align: center;
    margin-bottom: 20px;
}

.profile-pic {
    display: inline-block;
    width: 120px;
    height: 120px;
    background: #9c27b0;
    color: #fff;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.ini {
    font-size: 34px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.profile-pic img {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}

.add-profile-pic {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 30px !important;
    position: absolute;
    left: calc(50% + 26px);
    bottom: 10px;
    padding: 0;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
}

    .add-profile-pic input {
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
        cursor: pointer;
        display: block;
        width: 100%;
    }

    .add-profile-pic i.fa-pencil {
        width: 26px;
        height: 26px;
        margin: 0px;
        cursor: pointer;
        font-size: 13px;
        line-height: 27px;
        color: #000;
        text-indent: 2px;
    }

.profile-name {
    font-weight: bold;
    padding: 5px 0px;
    color: #000;
    text-transform: uppercase;
}

/*------------------------- profile menu -------------------------*/
.sidebar-profile {
    float: left;
    width: 280px;
    margin-bottom: 40px;
}

.profile-menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    background: #fff;
    border: 2px solid #df0002;
    border-radius: 5px;
}

.profile-menu li {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.profile-menu a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #000;
    padding: 17px 20px 17px 50px;
    line-height: 18px;
    font-weight: bold;
    box-shadow: inset 0 -1px #ccc;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
}

.profile-menu li:last-of-type a {
    box-shadow: none;
}

.profile-menu a:hover, .profile-menu li.sidebar-current a {
    color: #df0002;
}

.profile-menu a i {
    position: absolute;
    left: 20px;
    font-size: 18px;
    color: #df0002;
}

/*--------------- personal details ------------- */
.personal-details {
    margin-bottom: 40px;
    overflow: hidden;
    background: #f6f6f6;
    border-radius: 15px;
    padding: 25px;
}

    .personal-details ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .personal-details ul li {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 5px 0px;
            position: relative;
            font-size: 15px;
        }

            .personal-details ul li span {
                display: block;
                float: left;
                width: 230px;
                font-weight: 500;
                padding-right: 15px;
                line-height: 20px;
                box-sizing: border-box;
            }

            .personal-details ul li strong {
                float: left;
                width: calc(100% - 230px);
                color: #000;
                display: block;
                box-sizing: border-box;
            }

                .personal-details ul li strong .input-place {
                    margin-bottom: 0px;
                }

                .personal-details ul li strong .btn {
                    margin-top: 20px;
                    padding: 11px 20px;
                }

                .personal-details ul li strong .checkbox-custom, .personal-details ul li strong .radio-custom {
                    margin-bottom: 0px;
                    height: 40px;
                    padding-top: 10px;
                    box-sizing: border-box;
                }

            .personal-details ul li .connect-with {
                margin-top: 0px;
                text-align: left;
            }

                .personal-details ul li .connect-with a {
                    display: inline-block;
                    font-size: 14px;
                    padding: 9px 20px 11px;
                    margin-right: 5px;
                }

                    .personal-details ul li .connect-with a i {
                        font-size: 16px;
                    }

    .personal-details .input {
        background: #fff;
        margin-bottom: 0px;
    }

.pole-text {
    float: left;
    position: relative;
    width: 400px;
    line-height: normal;
    font-size: 13px;
    background: #fff;
    border: 1px solid #e1e4dc;
    margin-bottom: 40px;
    padding: 10px 15px;
    box-sizing: border-box;
}

    .pole-text .cancel {
        position: absolute;
        bottom: -28px;
        left: 0px;
        z-index: 1;
        margin-top: 0px;
    }

        .pole-text .cancel a {
            text-decoration: none;
        }

.some-extra-btns {
    position: absolute;
    bottom: 1px;
    right: -60px;
}

    .some-extra-btns a {
        display: inline-block;
        margin-right: 6px;
        color: #aaa;
    }

        .some-extra-btns a:hover {
            color: #dc2b19;
        }

.jq-connect-profile {
    padding: 5px 0px;
    background: none;
    border: none;
}

/*-------------- my order list ---------------*/
.order-list-one {
    background: #fff;
    padding: 15px 20px;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #dcdcdc;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.order-head {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

    .order-head h3 {
        text-transform: none;
        font-size: 16px;
        font-weight: bold;
    }

        .order-head h3 a {
            color: #000;
        }

.order-list-one .text {
    font-size: 13px;
    line-height: 20px;
}

.order-money, .order-date {
    font-weight: 500;
}

.shipping-status {
    color: #ed252f;
    font-weight: 500;
    font-size: 12px;
}

.order-head .btn-transp {
    position: absolute;
    top: 0px;
    right: 0;
    margin: 0px;
    font-size: 11px;
    padding: 7px 13px;
}

/*-------------- my order details ---------------*/
.in-order-details {
    padding: 25px;
}

.order-details {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.order-details-box {
    width: 33.333%;
    padding: 15px;
    line-height: 22px;
    box-sizing: border-box;
}

    .order-details-box h6 {
        font-size: 16px;
        margin-bottom: 10px;
        text-transform: none;
    }

    .order-details-box p {
        margin: 0px;
    }


/* toggle switch */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .toggle-slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .toggle-slider {
    background-color: #2196F3;
}

input:focus + .toggle-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .toggle-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/*--------------------- order comments ---------------------*/
.order-comments {
    margin-top: 30px;
}

.comments ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .comments ul li {
        display: block;
    }

        .comments ul li ul li {
            padding-left: 50px;
        }

.comments h5 {
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    text-transform: none;
}

.comments {
    border: 1px solid #f1f1f1;
    padding: 20px;
    border-radius: 5px;
}

/*--------------------- right part after search ---------------------*/
.after-search .breadcrumb {
    text-align: left;
    margin-bottom: 15px;
    letter-spacing: normal;
    padding: 5px 0px 5px 28px;
}

    .after-search .breadcrumb a {
        font-size: 12px !important;
        color: #a7a9ac;
    }

    .after-search .breadcrumb * + *:before {
        margin: 0 2px 0px 3px;
    }


/*--------------------- brands details page ---------------------*/
.brand-logo-details {
    text-align: center;
    margin-bottom: 25px;
}

.brand-text-image {
    display: block;
    float: left;
    width: 33.333%;
    padding: 10px;
    box-sizing: border-box;
}

.brand-text {
    margin-bottom: 35px;
}

/*-------------------------------------- order success page --------------------------------*/
.some-ban {
    margin-bottom: 35px;
    text-align: center;
}

.order-result {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto 30px;
}

/*--------------------- loading spinner ---------------------*/
.spinner {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 900000;
}

body.loading .spinner {
    display: block;
}

.mesh-loader {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

    .mesh-loader .circle {
        width: 18px;
        height: 18px;
        position: absolute;
        background: rgba(0,0,0,0.8);
        border-radius: 50%;
        margin: -9px;
        -webkit-animation: mesh 3s ease-in-out infinite;
        animation: mesh 3s ease-in-out infinite -1.5s;
    }

    .mesh-loader > div .circle:last-child {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .mesh-loader > div {
        position: absolute;
        top: 50%;
        left: 50%;
    }

        .mesh-loader > div:last-child {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.input-place.jq-validate-error,
.checkbox-custom.jq-validate-error input[type="checkbox"] + label::before {
    border: 1px solid red;
}



@-webkit-keyframes mesh {
    0% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50.00001% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes mesh {
    0% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50.00001% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*---------------------------- cookies ------------------------------*/
.cookies-wrapper {
    position: fixed;
    bottom: 15px;
    left: 20px;
    right: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    z-index: 99900;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp
}

    .cookies-wrapper.top {
        bottom: auto;
        top: 15px;
    }

    .cookies-wrapper.dark {
        background: #222;
        color: rgba(255,255,255,0.6);
    }

        .cookies-wrapper.dark a {
            color: #fff;
        }

    .cookies-wrapper.cookie-hidden {
        display: none !important;
    }

.cookie-text {
    float: left;
    width: calc(100% - 170px);
    padding: 10px 0px;
    box-sizing: border-box;
}

.cookies-wrapper .btn {
    float: right;
    display: block;
    margin-top: 0px;
    width: 150px;
    min-width: inherit;
    cursor: pointer;
    background: #f1d600;
    border: none;
    color: #000 !important;
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        transform: translateY(66px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        -ms-transform: translateY(66px);
        transform: translateY(66px)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}


/*/*media queries----------------------------------------------------------*/

@media only screen and (max-width: 1680px) {
    .search-wrap {
        width: 300px;
    }

    .product-box {
        width: 25%;
    }

    .slick-slider .pr-image > a {
        height: 280px;
    }

    .cat-one figure {
        height: 340px;
    }
}

@media only screen and (max-width: 1570px) {
    .header-btns .btn {
        font-size: 12px;
        line-height: 14px;
        width: 130px;
        padding: 0 13px;
        margin-left: 15px;
    }

    .btn i {
        font-size: 16px;
        margin-right: 8px;
        font-weight: normal;
    }

    .header-contacts a {
        font-size: 12px;
    }

        .header-contacts a strong {
            font-size: 20px;
        }

    .header-contacts {
        padding-right: 25px;
        margin-right: 25px;
    }

        .header-contacts a i {
            font-size: 20px;
        }

    .logo a img {
        max-width: 360px;
    }

    .login-choice i, .favourite > a, .cart > a i, .login-choice-adm i {
        font-size: 20px;
    }

    .flex-item:last-child {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: none;
    }

    .flex-item {
        margin-bottom: 50px;
    }

    .subs-form {
        width: 50%;
    }

    .footer-bottom .flex-item:last-child {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        max-width: none;
    }

    .delivery-one {
        width: 19%;
    }

    .further-menu.category-menu ul li a {
        padding: 15px;
    }

    .product-box .btn {
        font-size: 13px;
        min-height: 40px;
    }
}

@media only screen and (max-width: 1440px) {
    .header-btns .btn {
        width: 125px;
        padding: 0 13px;
        font-size: 11px;
    }

    .search-wrap {
        width: 280px;
    }

    .search-input {
        padding: 0 15px;
        width: calc(100% - 42px)
    }

    .search-submit {
        width: 42px;
    }

    .search-parts h3 {
        font-size: 34px;
    }

    .search-parts {
        padding: 50px 50px 30px;
    }

    .delivery-one {
        padding: 10px 20px;
        font-size: 16px;
    }

    .blog-item {
        padding: 0 15px;
        width: 33.333%;
    }

    .blog-wrap {
        margin: 0px -15px;
    }

    .product-box {
        width: 33.333%;
    }

    .cat-one figure {
        height: 300px;
    }

    .team-one {
        padding: 0px 15px;
        width: 25%;
    }

    .team-wrap {
        margin: 0 -15px;
    }

    .acc-one {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .cat-one {
        padding: 15px;
    }

    .categories-wrap, .acc-wrap {
        margin: 0 -15px;
    }

    .about-us-info {
        padding: 70px 70px 70px 0px;
    }
}

@media only screen and (max-width: 1366px) {
    .logo {
        width: 100%;
        text-align: center;
        margin: 5px 0px 20px;
    }

    .header-main {
        padding: 17px 0px;
    }

    .currency, .languages {
        line-height: 38px;
    }

    .search-wrap {
        width: 350px;
    }

    #menu > ul > li > a {
        height: 54px;
        font-size: 13px;
        padding: 0 13px;
    }

    #menu ul li a img {
        margin-right: 7px;
    }

    .ban-text-wrap {
        min-height: 430px;
        padding: 50px 0px;
    }

    .delivery-one {
        width: calc(33.333% - 20px);
        margin: 0px 10px 20px;
    }

    .delivery-wrap {
        justify-content: center;
        margin: 0 -10px;
    }

    .delivery {
        padding: 50px 0px 30px;
    }

    .cat-one {
        width: 33.333%;
    }

    table th {
        font-size: 13px;
    }

    .cat-one figure {
        height: 375px;
    }
}

@media only screen and (max-width: 1240px) {
    #menu > ul > li > a {
        letter-spacing: normal;
        padding: 0 11px;
    }

    #menu ul li a img {
        margin-right: 5px;
        max-height: 24px;
    }

    .search-parts h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .search-parts {
        padding: 40px 30px 20px;
    }

    .search-parts-btm {
        margin-top: 15px;
        padding-top: 15px;
    }

        .search-parts-btm .btn {
            font-size: 13px;
        }

    .title {
        margin-bottom: 30px;
    }

    .footer-bottom .flex-item, .footer-bottom .flex-item:last-child {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: none;
        text-align: center;
    }

    .rights {
        margin-bottom: 20px;
    }

    .further-menu {
        margin-bottom: 35px;
    }

    .simple-image {
        margin-right: 30px;
    }

    .product-box {
        padding: 0 10px;
        margin-bottom: 25px;
    }

    .products-wrap {
        margin: 0 -10px;
    }

    .stores-wrap .text-module, .stores-wrap .map {
        width: 49%;
    }

    .styled-select.sw-3 {
        width: 250px;
    }

    .sort-stores {
        padding: 10px 12px;
        margin-bottom: 30px;
    }

        .sort-stores .styled-select select {
            height: 36px;
        }

    .slick-slider .pr-image > a {
        height: 260px;
    }

    .cat-one figure {
        height: 340px;
    }

    .sidebar, .sidebar-profile {
        width: 250px;
    }

    .main-part {
        width: calc(100% - 280px);
    }

    .description-wrap {
        padding-left: 30px;
    }

    .clients-logos figure {
        width: 25%;
    }

    .cart-summary {
        width: 300px;
        padding: 25px;
    }

    .cart-left-container {
        width: calc(100% - 335px);
    }

    .sort-float .styled-select select, .sort-float .input {
        height: 36px;
    }

    .sort-wrap {
        padding: 10px 12px;
        margin-bottom: 30px;
    }

    .other-sort .btn {
        min-height: 38px;
        font-size: 13px;
        width: 120px;
    }

    .other-sort .sort-float {
        width: 49%;
        margin-bottom: 10px;
    }

    .other-sort .btn {
        margin-left: auto;
    }
    /* responsive table */
    table.responsive-table tr {
        border-top: 1px solid #ebebeb;
    }

    table.responsive-table th {
        display: none;
    }

    table.responsive-table td {
        display: flex;
        align-items: center;
        text-align: left;
        border: none;
        background: none;
        padding: 5px 0px;
        font-size: 14px;
    }

        table.responsive-table td:before {
            display: flex;
        }

    table.responsive-table tr:nth-child(odd) td {
        background: #f1f1f1;
    }

    table.responsive-table tr td:first-child {
        padding-top: 15px;
    }

    table.responsive-table tr td:last-child {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 1100px) {
    .menu-wrap {
        display: none;
    }

    header .responsive-menu-btn {
        display: flex;
    }

    .logo {
        width: auto;
        margin: 0px;
    }

    .header-main .big-wrapper {
        justify-content: flex-start;
        padding-bottom: 60px;
    }

    .header-center {
        position: absolute;
        bottom: 0px;
        left: 20px;
        right: 20px;
        justify-content: space-between;
    }

    .header-right {
        margin-left: auto;
    }

    .search-submit, .search-input {
        height: 40px;
    }

    .header-btns {
        max-width: 280px;
    }

        .header-btns .btn {
            min-height: 40px;
        }

    .search-form {
        width: calc(100% - 280px);
    }

    .search-wrap {
        width: 100%;
    }

    .ban-text-wrap {
        min-height: inherit;
    }

    .flex-item:first-child {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: none;
        text-align: center;
    }

    .subs-form {
        width: 100%;
    }

    .socials {
        margin-bottom: 40px;
    }

    .content {
        padding: 35px 0px 20px;
    }

    .further-menu.category-menu ul li {
        width: 25%;
    }

    h1 {
        font-size: 32px;
    }

    .pagination {
        margin-bottom: 20px;
    }

    .main-categories.categories-wrap .cat-one {
        width: 33.333%;
    }

    .pr-image > a, .slick-slider .pr-image > a {
        height: 280px;
    }

    .cat-one figure {
        height: 300px;
    }

    .stores-wrap .text-module {
        width: 100%;
    }

    .stores-wrap .map {
        width: 100%;
        height: 450px;
        margin-bottom: 20px;
    }

    .team-one {
        width: 33.333%;
    }

    .price-cols .text {
        width: 50%;
    }

    .tabs-menu li a {
        font-size: 15px;
        font-weight: 800;
    }

    .tabs-menu li {
        margin-right: 3px;
    }

    .register-wrap .tabs-menu li a {
        font-size: 16px;
    }

    .simple-image {
        margin-right: 35px;
    }

    .col-2 .float-flex .list-in-form li {
        width: 50%;
        padding-right: 15px;
    }

    .main-part {
        float: none;
        width: auto;
    }

    .sidebar {
        display: none;
        float: none;
        padding: 20px 20px 60px;
        margin: 0px;
        width: 100%;
        position: fixed;
        left: 0px;
        bottom: 0px;
        z-index: 1000;
        background: #fff;
        max-height: 100%;
        overflow-y: scroll;
        box-sizing: border-box;
    }

    .responsive-filters {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .close-filter {
        display: block;
    }

    .how-many {
        display: none;
    }

    .sort-float {
        margin-right: 25px;
        margin-left: 0px;
    }

    .sort-wrap-inner {
        width: auto;
    }

    .gift-products {
        margin-bottom: 30px;
        border-bottom: 2px dashed #ccc;
        padding-bottom: 30px;
    }

    .btn {
        margin-top: 35px;
    }

    .cart-summary {
        float: none;
        width: auto;
        margin-top: 40px;
        padding: 30px;
        position: relative;
        top: auto;
    }

    .cart-left-container {
        float: none;
        width: auto;
    }

    .sidebar-profile {
        float: none;
        width: auto;
        margin-bottom: 0px;
        position: relative;
    }

    .profile-avatar {
        padding-bottom: 25px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0px;
    }

    .profile-pic {
        width: 80px;
        height: 80px;
    }

    .ini {
        font-size: 30px;
    }

    .profile-menu {
        display: none;
    }

    .in-order-details {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1025px) {
    .cat-one {
        width: 50%;
    }

    .about-us-info {
        width: auto;
        padding: 0px;
        text-align: center;
        margin-bottom: 60px;
    }

    .about-us figure {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        box-sizing: border-box;
    }

    .about-us .title {
        text-align: center;
    }

    .about-us {
        padding: 60px 0px;
    }

    .search-parts-form .btn {
        width: 110px;
        font-size: 14px;
        font-weight: bold;
        min-height: 46px;
    }

    .search-parts-form .input, .search-parts-form .styled-select select {
        height: 46px;
    }

    .input, .styled-select select {
        font-size: 14px;
    }

    .search-parts-form .form-flex {
        width: calc(100% - 110px);
    }

    .blog-item {
        width: 50%;
    }

    .recommend {
        padding-top: 15px;
    }

    .store-gallery {
        float: none;
        width: auto;
    }

    .cat-one figure {
        height: 440px;
    }

    .image-gallery {
        float: none;
        width: auto;
    }

    .description-wrap {
        float: none;
        width: auto;
        padding: 0px;
    }

    .register-wrap h1 {
        font-size: 26px;
    }

    .simple-image {
        margin-right: 0px;
        float: none;
        max-width: none;
    }

        .simple-image img {
            max-width: none;
            width: 100%;
        }

    .simple-gallery li {
        width: 50%;
    }

    .shop-prod figure {
        width: 80px;
    }

    .shop-prod-info {
        width: calc(100% - 95px);
    }

    .address {
        float: none;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .map-place {
        float: none;
        width: auto;
    }

    .contact-form {
        float: none;
        width: auto;
    }

    .store-image {
        float: none;
        width: auto;
        padding: 0px;
    }
}

@media only screen and (max-width: 980px) {
    .tabs-container-leasing .tabs-menu {
        flex-direction: row;
    }

        .tabs-container-leasing .tabs-menu li {
            width: 50%;
        }

    .cat-one figure {
        height: 400px;
    }

    .tab {
        margin-top: 0px;
    }

    .tabs-menu {
        flex-direction: column;
    }

        .tabs-menu li {
            width: 100%;
            margin-right: 0px;
        }

    .more-description::before {
        top: -20px;
    }

    .tabs-menu li a {
        border-bottom: 1px solid #ccc;
        line-height: 46px;
    }

    .tabs-menu li.current-tab a {
        border-bottom: 1px solid #ccc;
        background: #fff;
    }

    .tabs-menu.login-tabs {
        flex-direction: row;
    }
}

@media only screen and (max-width: 900px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 28px;
    }

    .pr-image > a, .slick-slider .pr-image > a {
        height: 240px;
    }

    .clients-logos figure {
        width: 33.333%;
    }

    .error-page h1 {
        font-size: 160px;
    }

    .fast-order .btn {
        min-width: 140px;
        padding: 10px;
    }

    .fast-order .input-place {
        width: calc(100% - 150px);
    }

    .order-details-box {
        width: 50%;
    }

    .tr-right {
        width: 40%;
    }

    .download1 {
        width: 60%;
    }
}

@media only screen and (max-width: 840px) {
    .header-contacts a span {
        display: none;
    }

    .header-contacts a i {
        margin-right: 0px;
    }

    .header-contacts {
        border-right: none;
        padding-right: 0px;
    }

    .product-box {
        width: 50%;
    }

    .pr-image > a, .slick-slider .pr-image > a {
        height: 280px;
    }

    .cat-one figure {
        height: 340px;
    }
}

@media only screen and (max-width: 800px) {
    .search-parts h3 {
        font-size: 25px;
    }

    .search-parts {
        padding: 30px 20px 20px;
    }

    .delivery-one {
        font-size: 15px;
    }

    .flex-item {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: none;
        margin-bottom: 40px;
    }

    .payment img {
        margin: 3px auto 0px;
        display: block;
    }

    .fast-info .delivery-one {
        width: 48.5%;
    }

    .team-one {
        width: 50%;
    }

    .one-new {
        flex-direction: column;
    }

        .one-new figure {
            padding-right: 0px;
            width: 100%;
            margin-bottom: 20px;
        }

    .one-new-info {
        width: 100%;
    }

    .styled-select.sw-2 {
        width: 170px;
    }

    .styled-select.sw-1 {
        width: 80px;
    }

    .sort-float {
        margin-right: 20px;
    }

        .sort-float .styled-select select {
            padding: 0 10px;
        }

        .sort-float .styled-select:after {
            right: 10px;
        }

    .register-wrap .some-form {
        padding: 30px;
    }

    .personal-details ul li span {
        width: 130px;
        font-size: 14px;
    }

    .personal-details ul li strong {
        width: calc(100% - 130px);
    }
}

@media only screen and (max-width: 740px) {
    .search-parts-form {
        flex-direction: column;
    }

        .search-parts-form .form-flex {
            width: auto;
        }

        .search-parts-form .btn {
            width: 100%;
        }

    .ban-text-wrap {
        padding: 40px 0px;
    }

    .delivery-one {
        width: calc(50% - 20px);
    }

    .new-products {
        padding: 50px 0px;
        margin-bottom: 50px;
    }

    .about-us, .similar-products, .last-seen-products {
        padding: 50px 0px;
    }

    .about-us-info {
        margin-bottom: 50px;
    }

    .accents {
        padding-bottom: 20px;
    }

    .more {
        margin-top: 35px;
    }

    .cat-one figure {
        height: 300px;
    }

    .a-btn h3 {
        font-size: 18px;
    }

    .text-page {
        margin-bottom: 30px;
    }

    .captcha input {
        width: 170px;
    }

    .shopOrder {
        margin-bottom: 0px;
    }

    .shopOrder-row {
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: left;
    }

        .shopOrder-row > div {
            padding: 7px 0px;
        }

    .shop-price:before, .shop-qty:before, .shop-sum:before {
        display: block;
    }

    .shopOrder-head {
        display: none;
    }

    .in-order-details {
        margin-top: 20px;
    }

    .c1 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .c4 {
        -webkit-flex: 0 0 25px;
        -ms-flex: 0 0 25px;
        flex: 0 0 25px;
        text-align: right;
    }
    /* responsive sorting */
    .responsive-sort {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .sort-wrap-inner {
        float: none;
        display: none;
        position: absolute;
        top: calc(100% + 5px);
        left: 0px;
        right: 0px;
        background: #fff;
        z-index: 2;
        border: 1px solid #ccc;
        padding: 15px;
        box-sizing: border-box;
    }

    .sort-float {
        margin: 5px 0px;
    }

        .sort-float label {
            width: 90px;
        }

        .sort-float .field-right {
            width: calc(100% - 100px);
        }

    .styled-select.sw-2, .styled-select.sw-1 {
        width: 100%;
    }

    .sort-wrap {
        margin-bottom: 20px;
        background: none;
        padding: 0px;
    }

    .other-sort .sort-float {
        width: 100%;
        margin-bottom: 10px;
    }

        .other-sort .sort-float label {
            width: 90px;
            margin-bottom: 0px;
        }

        .other-sort .sort-float .field-right {
            width: calc(100% - 90px);
        }

    .other-sort .btn {
        float: right;
    }
    /* User reviews Comments */
    .comments-review ul li {
        flex-direction: column;
    }

    .comment-box {
        width: auto;
        margin-bottom: 15px;
    }

    .comment-text {
        width: auto;
    }

    .star-rating {
        padding: 20px;
    }
}

@media only screen and (max-width: 680px) {
    .logo a img {
        max-width: 300px;
    }

    .search-parts-form .col-3 .float-flex {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .header-contacts, .login, .favourite {
        margin-right: 20px;
    }

    .further-menu.category-menu ul li {
        width: 33.333%;
    }

        .further-menu.category-menu ul li a img {
            margin-bottom: 6px;
        }

    .title-prod-added {
        font-size: 16px;
        padding-left: 48px;
    }

        .title-prod-added:before {
            font-size: 22px;
        }

    .popup-product .cart-pr-item {
        width: 100%;
        border-right: none;
    }

    .popup-cart-information {
        width: 100%;
        padding-top: 5px;
    }

    .popup-product {
        max-width: 400px !important;
    }

    .more-description {
        padding-bottom: 20px;
    }

    .price-cols .text {
        width: 100%;
        margin-bottom: 35px;
    }

    .col-3 .float-flex, .col-4 .float-flex {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .personal-details {
        padding: 20px;
    }

    .some-form-title h3 {
        font-size: 20px;
    }
    /*cookies*/
    .cookie-text {
        float: none;
        width: auto;
        text-align: center;
    }

    .cookies-wrapper .btn {
        float: none;
        margin: 0px auto;
    }
}

@media only screen and (max-width: 640px) {
    .logo a img {
        max-width: 270px;
    }

    .header-top {
        display: none;
    }

    .cbp-spmenu .site-links {
        display: block;
    }

    .lang-responsive {
        display: flex;
    }

    .header-notification {
        font-size: 12px;
        padding: 7px 20px;
    }

    .login-choice i, .favourite > a, .cart > a i, .header-contacts a i {
        font-size: 18px;
    }

    .header-btns .btn {
        margin-left: 5px;
    }

    .search-form {
        width: calc(100% - 260px);
    }

    h6 {
        font-size: 16px;
    }

    .text-module {
        padding: 20px;
        margin-bottom: 30px;
    }

    .cat-one figcaption h6 {
        font-size: 15px;
    }

    .blog-item {
        width: 100%;
        padding: 0px;
    }

    .blog-wrap {
        margin: 0px;
    }

    .blog-item-title {
        margin-bottom: 0px;
    }

    .content {
        padding: 20px 0px;
    }

    .title {
        margin-bottom: 20px;
    }

    .description-wrap {
        margin-bottom: 25px;
    }

    .tabs-container-leasing .tabs-menu li a {
        font-size: 13px;
        padding: 5px;
    }

    .main-categories.categories-wrap .cat-one {
        width: 50%;
    }

        .main-categories.categories-wrap .cat-one figcaption h6 {
            font-size: 15px;
        }

    .pr-image > a, .slick-slider .pr-image > a {
        height: 240px;
    }

    .cat-one figure {
        height: 260px;
    }

    .tab-content {
        padding: 20px;
    }

    .contact-form .btn {
        width: 100%;
    }

    .tabs-menu.login-tabs {
        flex-direction: column;
    }

    .register-wrap .tabs-menu li {
        width: 100%;
    }

    .register-wrap .some-form {
        padding: 25px 20px;
    }

    .register-wrap .tabs-menu li a {
        border-bottom: 1px solid #ccc;
    }

    .col-2 .float-flex {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .simple-gallery li {
        width: 100%;
    }

    .clients-logos figure {
        width: 50%;
        padding: 25px 15px;
    }

        .clients-logos figure a {
            height: 80px;
            line-height: 80px;
        }

    .sitemap ul {
        margin: 0px;
    }

    .error-page h1 {
        font-size: 120px;
    }

    .error-page {
        padding-bottom: 35px;
    }

    .attribute-list li strong {
        width: 145px;
    }

    .download1 {
        width: 100%;
        margin-bottom: 3px;
    }

    .tr-right {
        width: 100%;
        padding-left: 0px;
    }

    .checkout-top-login {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 20px 10px;
    }

        .checkout-top-login p {
            max-width: none;
            margin-bottom: 15px;
            text-align: center;
            padding: 0px;
        }
}

@media only screen and (max-width: 550px) {
    .acc-one {
        width: 100%;
        margin-bottom: 20px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    .cat-one {
        width: 100%;
        padding: 10px;
    }

    .categories-wrap {
        margin: 0 -10px;
    }

    .flex-item {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .footer-contacts ul {
        max-width: none;
    }

        .footer-contacts ul li:before {
            position: relative;
            left: auto;
            margin-right: 10px;
            top: 1px;
        }

        .footer-contacts ul li {
            margin-bottom: 10px;
        }

    .footer-menu ul li {
        margin-bottom: 10px;
    }

    .subs-form .checkbox-custom label {
        text-align: left;
    }

    .rights {
        margin-bottom: 10px;
    }

    footer {
        padding-top: 50px;
    }

    .logo a img {
        max-width: 230px;
    }

    .login-choice i, .favourite > a, .cart > a i, .header-contacts a i, .login-choice-adm i {
        font-size: 16px;
    }

    .header-contacts, .login, .favourite {
        margin-right: 17px;
    }

    .broi-number {
        top: 0px;
        left: 11px;
    }

    .header-main {
        padding: 13px 0px 10px;
    }

        .header-main .big-wrapper {
            padding-bottom: 54px;
        }

    .header-btns .btn {
        font-size: 10px;
        line-height: 12px;
        min-height: 32px;
        padding: 0 10px;
        width: auto;
    }

    .header-btns {
        max-width: none;
    }

    .header-center:before {
        content: '';
        position: absolute;
        top: 0px;
        left: -20px;
        right: -20px;
        bottom: -10px;
        background: #2c2c2c;
        border-top: 1px solid #3d3d3d;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    }

    .header-center {
        padding-top: 10px;
    }

    .search-parts h3 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .search-parts-btm .btn {
        font-size: 12px;
        min-height: 34px;
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 5px;
        padding: 5px 15px;
    }

    .delivery {
        padding: 35px 0px 20px;
    }

    .delivery-one {
        margin: 0 5px 10px;
        width: calc(50% - 10px);
    }

    .subscribe .text {
        margin-bottom: 20px;
    }

    .login-list-adm {
        width: 290px;
        right: -100px;
    }

    .further-menu.category-menu ul li {
        width: 50%;
    }

    .further-menu {
        margin-bottom: 25px;
    }

    .breadcrumb {
        padding: 10px 0px;
    }

    .address .heading, .contact-form .heading {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .input, .styled-select select {
        font-weight: normal;
    }

    .btm-list-navigation {
        flex-direction: column;
    }

    .btm-list-select {
        width: 100%;
        margin-top: 15px;
    }

        .btm-list-select .styled-select {
            width: 50%;
        }

    .pr-image > a, .slick-slider .pr-image > a {
        height: 210px;
    }

    .cat-one figure {
        height: auto;
    }

    .btn-place {
        flex-direction: column;
        align-items: stretch;
        margin-top: 15px;
        margin: 0px;
    }

        .btn-place .btn {
            display: flex;
            margin: 10px 0px 0px;
        }

    .team-wrap {
        margin: 0px;
        flex-direction: column;
    }

    .team-one {
        width: 100%;
        padding: 0px;
        margin-bottom: 35px;
    }

    .login-list {
        width: 290px;
        right: -70px;
    }

    .cart-list {
        width: 290px;
    }

        .cart-list .btn {
            float: none !important;
            display: block;
            margin-bottom: 5px;
        }

    .table-data-sheet strong {
        display: block;
        width: auto;
        font-size: 13px;
    }

    .table-data-sheet {
        line-height: 22px;
    }

        .table-data-sheet > div {
            padding: 10px;
        }

    .back-link {
        float: none;
    }

    .some-form .btn-place {
        flex-direction: column;
    }

        .some-form .btn-place .btn {
            margin-top: 10px;
        }

        .some-form .btn-place .some-text {
            text-align: center;
        }

    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
    }

    .order-details-box {
        display: block;
        width: auto;
        margin-right: 0px;
        padding: 13px 0px;
    }

    .order-details {
        margin: 0px;
    }

    .attribute-list li strong {
        display: block;
        width: auto;
        font-size: 13px;
    }

    .no-prod span {
        display: block;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    /* responsive search */
    .search-link {
        display: block;
    }

    .search-form {
        display: none;
        position: absolute;
        top: calc(100% + 10px);
        left: -20px;
        right: -20px;
        margin: 0px;
        background: #000;
        padding: 7px 20px;
        width: auto;
    }
}

@media only screen and (max-width: 500px) {
    .wrapper, .big-wrapper {
        padding: 0 15px;
    }

    body {
        font-size: 15px;
    }

    .text, p {
        line-height: 24px;
    }

    .header-center {
        left: 15px;
        right: 15px;
    }

    .delivery-one {
        margin: 0px 0px 10px;
        width: 100%;
    }

    .delivery-wrap {
        margin: 0px;
    }

    .header-center:before {
        left: -15px;
        right: -15px;
    }

    .slick-prev {
        left: -10px !important;
    }

    .slick-next {
        right: -10px !important;
    }

    .more {
        font-size: 13px;
        margin-top: 30px;
    }

    .header-contacts {
        display: none;
    }

    .address-list .address .heading {
        font-size: 18px;
    }

    .styled-select.sw-3 {
        width: 200px;
    }

    .pr-image > a, .slick-slider .pr-image > a {
        height: 280px;
    }

    .search-form {
        left: -15px;
        right: -15px;
        padding: 7px 15px;
    }

    .pr-title {
        height: auto;
    }

    .product-box .availability {
        min-height: inherit;
    }

    .product-box {
        width: 100%;
    }

    .register-wrap .tabs-menu li a {
        font-size: 15px;
        line-height: 42px;
    }

    .register-wrap {
        margin-bottom: 20px;
    }

        .register-wrap h1 {
            font-size: 24px;
        }

    .col-3 .float-flex, .col-4 .float-flex {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .responsive-sort, .responsive-filters {
        width: 49%;
    }

    .checkbox-custom label, .radio-custom label {
        font-size: 14px;
    }

    .personal-details ul li {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

        .personal-details ul li span {
            display: block;
            width: 100%;
            margin-bottom: 5px;
        }

        .personal-details ul li strong {
            float: none;
            width: 100%;
        }

            .personal-details ul li strong .btn {
                margin-top: 0px;
                display: flex;
            }

    .order-head .btn-transp {
        top: calc(100% + 15px);
    }
    /* responsive table */
    table.responsive-table td:before {
        width: 130px;
        min-width: 130px;
    }
}

@media only screen and (max-width: 460px) {
    .logo a img {
        max-width: 190px;
    }

    header .responsive-menu-btn {
        margin-right: 15px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    .content {
        padding-top: 25px;
    }

    .blog-item-title {
        font-size: 18px;
    }

    .date {
        font-size: 13px;
    }

    .sort-stores {
        flex-direction: column;
        align-items: flex-start;
    }

    .styled-select.sw-3 {
        width: 100%;
    }

    .sort-stores label {
        margin-bottom: 5px;
    }

    .address-list .address {
        padding-bottom: 25px;
        margin-bottom: 20px;
    }

    .address .btn {
        display: flex;
        margin-right: 0px;
    }

    .main-categories.categories-wrap .cat-one {
        padding: 10px;
    }

    .main-categories.categories-wrap {
        margin: 0 -10px;
    }

    .a-btn h3 {
        font-weight: bold;
        font-size: 17px;
        padding: 12px 50px 12px 0px
    }

    .fast-info .delivery-one {
        width: 100%;
    }

    .clients-logos figure {
        width: 50%;
    }

    .choose-size-select .input-place {
        width: auto;
    }

    .size-guide {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 12px;
    }

    .fast-order .input-place {
        float: none;
        width: auto;
    }

    .fast-order .btn {
        float: none;
        min-width: inherit;
        display: block;
        margin-bottom: 10px;
    }

    .fast-order {
        padding: 20px;
    }

    .buy-wrap .shop-qty {
        width: 120px;
    }

    .buy-wrap .btn {
        margin-left: 0px;
        min-width: inherit;
        padding: 5px 10px;
        width: calc(100% - 120px);
    }

    .buy-wrap .heart-icon {
        margin-top: 15px;
    }

    .float-flex .jq-captcha {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .some-form .connect-with a {
        display: block;
    }

    .forgot-pass-link {
        text-align: left;
    }

    .cart-summary {
        margin-top: 30px;
        padding: 25px;
    }

    .order-head .btn-transp {
        min-width: inherit;
        width: 110px;
        letter-spacing: normal;
        top: calc(100% + 11px);
    }

    .order-list-one {
        padding: 15px;
    }
}

@media only screen and (max-width: 400px) {
    .logo a img {
        max-width: 160px;
    }

    .header-main {
        padding-top: 11px;
    }

    .search-parts h3 {
        font-size: 20px;
    }

    .header-btns .btn {
        width: 125px;
    }

    .footer-logo img {
        max-width: 280px;
    }

    h1, h2 {
        font-size: 24px;
    }

    .blog-item {
        margin-bottom: 30px;
    }

    .error-page h1 {
        font-size: 90px;
    }

    .address .heading, .contact-form .heading {
        font-size: 20px;
    }

    .address-list .address .heading {
        font-size: 17px;
    }

    .responsive-sort, .responsive-filters {
        padding: 0px 5px 0px 35px;
        font-size: 11px;
    }

        .responsive-sort::before, .responsive-filters::before {
            left: 7px;
        }

    .promo-code .input-place {
        float: none;
        width: auto;
    }

    .promo-code .btn {
        float: none;
        min-height: 40px;
    }
}

@media only screen and (max-width: 360px) {
    .header-contacts {
        display: none;
    }

    .logo a img {
        max-width: 150px;
    }

    .pr-image > a, .slick-slider .pr-image > a {
        height: 260px;
    }
}

@media only screen and (max-width: 345px) {
    .logo a img {
        max-width: 130px;
    }

    header .responsive-menu-btn {
        margin-right: 12px;
    }
}
