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 .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;
    color: #df2323;
}

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%;
    width: auto;
    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', 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;
}
.text h2, .text h3, .text h4, .text h5, .text h6{
    text-transform: none;
}

h1, h2, h3, h4, h5, h6{
    color: #000;
    text-transform: uppercase;
}
h1 {
    font-size: 30px;
}
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', Helvetica, Arial, sans-serif;
    color: #444;
    font-size: 16px;
}
.big-wrapper{
    margin: 0 auto;
    margin: 0 50px;
}
.wrapper{
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 20px;
}

/*-------------- header ---------------*/
header{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    background: rgba(255, 255, 255, .9);
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.header-main .big-wrapper{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.header-right{
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*----------------------- sticky -------------------------*/
header.sticky{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 15px rgba(21, 33, 59, 0.16);
}

/*----------------------- logo -------------------------*/
.logo{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 3;
    float: left;
}
.logo a{
    display: block;
}

.header-contacts{
    position: relative;
    display: flex;
    align-items: center;
}
.header-contacts a{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.header-contacts a i{
    margin-right: 9px;
    color: #000;
}
.header-contacts a:hover{
    color: #df2323;
}

/*-------------- DDS price ---------------*/
.DDS-price{
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 5;
    line-height: 48px;
    color: #737373;
    font-size: 15px;
    margin-left: 25px;
}
.DDS-price-choice{
    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;
}
.DDS-price-choice i{
    font-size: 12px;
    margin-left: 10px;
    color: #5b5b5b;
}
.DDS-price-choice i.fa-money-bill-transfer{
    font-size: 20px;
    margin-left: 0px;
    color: #000;
    display: none;
}
.DDS-price-list{
    position: absolute;
    top: 100%;
    right: 0px;
    display: none;
    z-index: 10;
    background: #fff;
    margin: 0px;
    padding: 12px 0px;
    border-radius: 5px;
    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);
}
.DDS-price-list li a{
    display: block;
    position: relative;
    white-space: nowrap;
    padding: 5px 20px;
    color: #737373;
    font-size: 14px;
    text-decoration: none;
    line-height: normal;
}
.DDS-price-list li a:hover, .DDS-price-list li.current a{
    color: #df2323;
}
.v-menu-content .DDS-price {
    margin-left: 109px;
}
/*-------------------- favourite --------------------*/
.favourite{
    float: left;
    position: relative;
    margin-left: 25px;
}
.favourite > a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    font-size: 20px;
    color: #000;
    height: 48px;
}
/*
.fav-full > a i{
    font-weight: bold;
}*/
.broi-number{
    position: absolute;
    top: 5px;
    left: 13px;
    display: block;
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    background: #df2323;
    color: #fff;
}

/*-------------------- shopping cart --------------------*/
.cart{
    float: left;
    position: relative;
    margin-left: 45px;
}
.cart > a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    height: 48px;
}
.cart > a i{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    width: 42px;
    height: 42px;
    background: #df2323;
    border-radius: 50%;
    margin-right: 8px;
    -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: 345px;
    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;
    position: relative;
}
.cart-pr-image{
    float: left;
    text-align: center;
    position: relative;
    width: 100px;
    margin-right: 15px;
}

.cart-pr-image.big-cart-imgae{    
     width: auto;
}
.cart-pr-info{
    overflow: hidden;
    box-sizing: border-box;
}
.price-message {
    min-width: 50%;
    margin-left: 10px;
    float:right;
}
.price-inner.price-message .new-price{
    font-size: 20px;    
}
.price-inner.price-message .old-price{
    font-size: 12px;    
}
.pr-name{
    display: block;
    color: #000;
    font-size: 13px;
    max-height: 54px;
    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;
}
.cart-pr-price b{
    color: #909090;
    font-size: 11px;
    font-weight: normal;
    text-decoration: line-through;
}
.pr-sale .cart-pr-price strong{
    color: #e92222;
}
.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;
}
.list-btm .btn {
    font-size: 12px;
    margin-top: 0px;
    padding: 6px 15px;
    letter-spacing: normal;
}
.cart-list .btn{
    float: right;
    min-width: inherit;
}
.cart-list .btn-transp{
    float: left;
}
/*--------------------------- login and registration ----------------------------*/
.login{
    float: left;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #e0e0e0;
    position: relative;
}
.login-choice{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 48px;
    font-size: 18px;
    color: #000;
    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 i{
    -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:hover i{
    font-weight: bold;
}*/
.login-list {
    position: absolute;
    top: 100%;
    right: 0px;
    display: none;
    z-index: 10;
    background: #fff;
    border-radius: 5px;
    width: 320px;
    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);
    box-sizing: border-box;

}
.login-wrap{
    position: relative;
    padding: 12px 15px;
}
.close-list{
    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{
    color: #9ca0a2;
}

/*-------- login form ---------*/
.input-form {
    position: relative;
    border: 1px solid #e5e7e9;
    color: #000;
    padding-left: 34px;
    background: #fff;
    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: 13px;
    color: #000;
    border: none;
    outline: none;
    font-family: 'Open Sans', 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{
    display: block;
    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;
}

/*------------ 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: 8px;
}
.login-menu li a{
    color: #595959;
    font-size: 13px;
}
.login-menu li a:hover{
    color: #9ca0a2;
}
.login-menu li a i{
    width: 20px;
    margin-right: 6px;
    color: #000;
    font-size: 14px;
}

/*--------------------------- compare ----------------------------*/
.compare{
    float: left;
    position: relative;
    margin-left: 25px;
}
.compare > a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    font-size: 18px;
    color: #000;
    height: 48px;
}

/*--------------------------- Buttons in site ----------------------------*/
.btn{
    display: inline-block;
    min-width: 150px;
    font-size: 14px;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 10px 20px;
    margin-top: 30px;
    border-radius: 25px;
    font-weight: bold;
    box-sizing: border-box;
}
.btn:hover{
    background: #df2323;
    border: 1px solid #df2323;
}
.btn i{
    margin-right: 8px;
}

.btn-transp{
    background: #fff;
    border: 1px solid #bbbbbb;
    color: #000;
}
.btn-transp:hover{
    color: #fff;
    border: 1px solid #000;
    background: #000;
}
.btn-white{
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}
.btn-white:hover{
    color: #fff;
    border: 1px solid #000;
    background: #000;
}
.btn-red{
    background: #df2323;
    border: 1px solid #df2323;
}
.btn-red:hover{
    border: 1px solid #000;
    background: #000;
}

.btn-place{
    text-align: center;
}

.btn-hidden{
    display: none !important;
}

/*---------------------------- search ------------------------------*/
.search-form{
    position: relative;
    margin-left: 30px;
    z-index: 3;
}
.search-wrap{
    width: 230px;
    background: #f1f1f1;
    border-radius: 25px;
    padding: 0 18px;
    box-sizing: border-box;
}
.search-input{
    float: left;
    background: none;
    width: calc(100% - 44px);
    padding: 0px;
    border: 0px;
    color: #000;
    font-size: 14px;
    height: 44px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    outline: none;
    box-sizing: border-box;
}
.search-submit{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    float: right;
    font-size: 18px;
    color: #000;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-sizing: border-box;
}
input.search-input:-webkit-autofill,
input.search-input:-webkit-autofill:hover, 
input.search-input:-webkit-autofill:focus, 
input.search-input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #f1f1f1 inset !important;
	box-shadow: 0 0 0 30px #f1f1f1 inset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
	box-shadow: 0 0 0 30px #ffffff inset !important;
}

/*--------- responsive search ----------*/
.search-link{
    display: none;
    float: right;
    height: 42px;
    width: 18px;
    text-align: center;
    text-indent: -9999em;
    font-size: 0;
    position: relative;
	margin-left: 20px;
    box-sizing: border-box;
}
.search-link:before{
    content: "";
    font-family: 'Font Awesome 6 Pro';
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 50%;
    color: #000;
    line-height: 42px;
    font-weight: normal;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.s-search:before{
	content: "\f002";
}
.s-close:before {
    content: "\f00d";
}

/*--------- live search ----------*/
.fluid-menu {
    top: 120%;
    right: 0;
    opacity: 0;
    width: 290px;
    visibility: hidden;
    position: absolute;
    text-align: left;
    z-index: 9999;
    background: #fff;
    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{
    margin-left: 40px;
}
#menu ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#menu > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#menu ul li{
    display: block;
    position: relative;
}
#menu > ul > li{
    display: flex;
    align-items: center;
    height: 100px;
    margin-right: 28px;
}
#menu ul li a{
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #737373;
    padding: 5px 0px;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
}
#menu > ul > li > a:before{
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    background: #df2323;
    width: 0;
    height: 2px;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
#menu > ul > li:hover > a:before, #menu > ul > li:focus > a:before, #menu > ul > li:active > a:before{
    width: 100%;
    left: 0;
    right: auto;
}
#menu > ul > li:hover > a, #menu > ul > li.current > a{
    color: #000;
}
.menu-sale a{
    color: #df2323 !important;
}

#menu ul li i {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    font-size: 15px;
}

/* submenu */
#menu ul li .submenu-wrap {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    border-radius: 5px;
    z-index: 4;
    padding: 15px 0px 20px;
    text-align: left;
    transform: translateY(0px);
    transition: transform 0.2s linear;
    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 {
    transform: translateY(0);
    -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{
    padding: 5px 0px 0px;
    font-size: 14px;
    line-height: normal;
    text-transform: none;
    height: auto;
    font-weight: normal;
    color: #444;
}
#menu ul li .submenu-wrap ul li:hover > a{
    color: #df2323;
}
#menu ul li .submenu-wrap ul li a img{
    max-width: 23px;
    position: absolute;
    left: 0px;
    top: 6px;
}

/* 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;
    padding: 20px 20px 30px;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    column-gap: 0px;
}
#menu ul li.menu-col-3 .submenu-wrap {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}
#menu ul li.menu-col-4 .submenu-wrap {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
}
#menu ul li.menu-col-5 .submenu-wrap {
    -webkit-columns: 5;
    -moz-columns: 5;
    columns: 5;
}
#menu ul li.menu-col-6 .submenu-wrap {
    -webkit-columns: 6;
    -moz-columns: 6;
    columns: 6;
}
#menu ul li.menu-col-7 .submenu-wrap {
    -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.mega-menu .submenu-wrap ul li a{
    padding-left: 28px;
}
#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: #df2323;
    text-transform: uppercase;
    margin-bottom: 5px;
    white-space: normal;
}

/*------------------------ banner --------------------------*/
.ban-wrap{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.fade{
    z-index: 10;
    height: 100%;
    left: 0;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.fade .slick-dots{
    position: absolute;
    bottom: 20px;
}
.fade.slick-slider .slick-slide{
    opacity: 1;
    visibility: visible;
}
.fade .slick-prev{
    left: 10px !important;
}
.fade .slick-next{
    right: 10px !important;
}
.ban-image > a{
    display: block;
}
.ban-image img{
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ban-text{
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.ban-text h2{
    font-size: 60px;
    color: #fff;
    font-weight: 800;
}
.ban-text .btn{
    margin-top: 20px;
}

/*----------------------------------- Box flex ------------------------------------*/
.box-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px -15px;
    box-sizing: border-box;
}
.box-flex-item {
    display: block;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
}
.col-2 .box-flex-item{
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.col-3 .box-flex-item{
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
}
.col-4 .box-flex-item{
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

/*-------------------------------- section accents ---------------------------------*/
.accents{
    position: relative;
    margin-top: -165px;
    overflow: hidden;
    z-index: 10;
}
.accents:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 103px;
    background: #f5f5f5;
    box-sizing: border-box;
    z-index: -1;
}
.acc-wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}
.acc-one{
    width: 12.5%;
    position: relative;
    padding: 4px;
    box-sizing: border-box;
}
.acc-one > div{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    min-height: 155px;
    position: relative;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    box-sizing: border-box;
}
.acc-one figure {
    position: relative;
    margin-bottom: 11px;
    box-sizing: border-box;
}
.acc-one figure img{
    max-height: 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.acc-one > div:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.acc-title{
    display: block;
    color: #df2323;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    min-height: 38px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.acc-one > div:hover .acc-title{
    color: #000;
}
.view {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    font-size: 0px;
    opacity: 0;
}
.slick-slider .acc-one{
    width: auto;
}
.categories-slider .slick-list{
    padding: 40px 50px;
}
.categories-slider .slick-dots{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.categories-slider.slick-slider .slick-slide.slick-cloned{
    opacity: 0;
    visibility: hidden;
}
.categories-slider.slick-slider .slick-slide.slick-active{
    opacity: 1;
    visibility: visible;
}

/*------------------------- section big search -------------------------*/
.big-search{
    position: relative;
    background: #f5f5f5;
    padding: 60px 0 95px;
    overflow: hidden;
}
.s-input-wrap{
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 3px;
    background: #fff;
    border: 1px solid #333333;
    border-radius: 25px;
    box-sizing: border-box;
}
.s-input-wrap .search-input{
    padding: 0 22px;
}
.s-input-wrap .search-submit{
    background: #df2323;
    color: #fff;
    justify-content: center;
    font-size: 20px;
}

/*----------------------------------- section Promotions -------------------------------*/
.promotions{
    padding: 70px 0px;
    overflow: hidden;
}
.title{
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

/*------------------------- section new products -------------------------*/
.new-products{
    padding: 70px 0px;
    overflow: hidden;
}
.products-wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.product-box {
    width: 20%;
    padding: 0px 15px;
    margin-bottom: 30px;
    position: relative;
    box-sizing: border-box;
}
.pr-image{
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    z-index: 1;
}
.pr-image > a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 278px;
    box-sizing: border-box;
}
.pr-image img {
    -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;
}
.product-box:hover .pr-image img{
    -webkit-transform: scale3d(1.09,1.09,1);
    transform: scale3d(1.09,1.09,1);
}
.pr-image figcaption{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease-out;
    box-sizing: border-box;
}
.product-box:hover .pr-image figcaption{
    opacity: 1;
    z-index: 9;
}
.pr-image figcaption a{
    display: block;
    font-size: 16px;
    color: #737373;
    margin: 5px;
}
.pr-image figcaption a:hover{
    color: #000;
}
.heart-icon.heart-full i.fa-regular, .heart-icon.heart-full i.fa-light{
    font-weight: bold;
    color: #df2323;
}
.compare-icon.current i.fa-solid, .compare-icon.current i.fa-regular{
    color: #df2323;
}
 
.cart-icon-details{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50%;
    color: #231f20;
    font-size: 18px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.13);
    margin: -23px auto 0px;
    padding-top: 2px;
    box-sizing: border-box;
    z-index: 3;
    cursor: pointer;
}
.product-box:hover .cart-icon-details{
    background: #df2323;
    color: #fff;
}

.pr-info{
    padding: 10px;
    text-align: center;
}
.pr-title {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    min-height: 38px;
}
.new-price {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.old-price {
    color: #717171;
    font-size: 14px;
    text-decoration: line-through;
}
.pr-sale .new-price, .pr-sale.new-price{
    color: #df2323;
}

/*---------------- 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;
	min-width: 150px;
}
.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: 10px;
    left: 10px;
    z-index: 1;
    line-height:normal;
    box-sizing: border-box;
}
.ribbons > span{
    display: block;
    min-width: 53px;
    background: #231f20;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 3px 10px;
    margin-bottom: 2px;
    box-sizing: border-box;
}
.ribbons > span.pr-sale{
    background: #df2323;
}
.ribbons > span.pr-top{
    color: #231f20;
    background: #fff;
    border: 1px solid #231f20;
}
.percent-ribbon{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    line-height: normal;
    font-size: 30px;
    color: #df2323;
    box-sizing: border-box;
}
.percent-ribbon:before{
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    z-index: -1;
}
.shop-prod .percent-ribbon{
    font-size: 24px;
    top: 4px;
    right: 7px;
}
.shop-prod .percent-ribbon:before{
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
}

/*----------------------- sliders in index page -----------------------*/
.new-in-slider, .promo-slider, .top-seller-slider, .news-slider{
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.slick-slider .product-box{
    width: auto;
    margin: 0px;
}

/*------------------------------------ section Top seller ---------------------------------*/
.top-seller{
    padding: 70px 0px;
    overflow: hidden;
}

/*---------------------------------- Simple banners in site ---------------------------------*/
.simple-ban a{
    display: block;
    text-align: center;
}

/*---------------------------------- section offers ---------------------------------*/
.offers{
    position: relative;
    background: #f5f5f5;
    padding: 70px 0px;
    overflow: hidden;
}
.offer-info{
    float: left;
    width: 25%;
    box-sizing: border-box;
}
.offer-info h3{
    color: #df2323;
    margin-bottom: 30px;
}
.promB-slider{
    float: right;
    width: 74%;
    box-sizing: border-box;
}
.slick-slider .offer-item{
    width: auto;
    margin: 0px;
}
.offers-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.offer-item{
    width: 25%;
    padding: 0 15px;
    margin-bottom: 45px;
    box-sizing: border-box;
}
.offer-item figure > a{
    display: block;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}
.offer-item figure a img{
    max-width: none;
    width: 100%;
    webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.offer-item figure:hover a img {
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}
.offer-item figcaption{
    padding-top: 20px;
    text-align: center;
}
.offer-title{
    display: block;
    color: #000;
    font-size: 16px;
}
.offer-item figure:hover .offer-title{
    color: #df2323;
}
/*----- more link -----*/
.more{
    display: inline-block;
    margin-top: 35px;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}
.more i{
    font-size: 15px;
    position: relative;
    top: 1px;
    margin-left: 7px;
    -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;
}
.more:hover i{
    margin-left: 15px;
    opacity: 0;
    visibility: hidden;
}

/*---------------------------------- section our projects ---------------------------------*/
.our-projects{
    padding: 70px 0px;
    overflow: hidden;
}

/*---------------------------------- section index news ---------------------------------*/
.index-news{
    padding: 70px 0px;
    overflow: hidden;
}
.slick-slider .blog-item{
    width: auto;
    margin: 0px;
}
.blog-wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.blog-item{
    width: 33.333%;
    position: relative;
    overflow: hidden;
    padding: 0 15px;
    font-size: 15px;
    box-sizing: border-box;
}
.blog-item figure{
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 5px;
}
.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{
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 26px;
    text-transform: none;
    font-weight: bold;
    color: #000;
}
.blog-item-title a{
    color: #000;
}
.blog-item:hover .blog-item-title a{
    color: #df2323;
}
.slick-slider .blog-item .text{
    height: 82px;
  overflow: hidden;
}
.slick-slider .blog-item-title{
  height: 52px;
  overflow: hidden;
}
/*--------- arrow more ----------*/
.arrow-more{
    position: relative;
    margin-top: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.arrow-more i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #df2323;
    color: #fff;
    font-size: 22px;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.arrow-more:hover i, .blog-item:hover .arrow-more i{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    transform: translateX(60px);
}
.arrow-more span{
    display: block;
    position: absolute;
    left: 2px;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0;
    visibility: hidden;
    white-space: normal;
    box-sizing: border-box;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}
.arrow-more:hover span, .blog-item:hover .arrow-more span{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .4s .1s;
    -moz-transition: all .4s .1s;
    transition: all .4s .1s;
}

/*---------------------------------------------- section some choosen products -------------------------------------------*/
.chessElem{
    overflow: hidden;
    box-sizing: border-box;
}
.some-products{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.some-products-slider{
    width: 50%;
    position: relative;
    box-sizing: border-box;
}
.some-products-slider .slick-dots{
    position: absolute;
    bottom: 20px;
}
.some-products-slider.slick-slider .slick-slide{
    opacity: 1;
    visibility: visible;
}
.some-products-slider .slick-list, .some-products-slider .slick-track{
    height: 100%;
}
.image{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.image img{
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.some-products-info{
    width: 50%;
    background: #f6f6f6;
    box-sizing: border-box;
}
.red-bgr-title{
    position: relative;
    background: #df2323;
    text-align: center;
    padding: 28px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 170px;
    z-index: 3;
    box-sizing: border-box;
}
.red-bgr-title:after{
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    bottom: -28px;
    left: calc(50% - 28px);
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #909090;
    font-size: 26px;
    font-weight: 300;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-sizing: border-box;
}
.red-bgr-title h2{
    color: #fff;
    font-weight: normal;
}
.some-pr-wrap{
    padding: 50px 50px 20px;
}
.some-pr-wrap .products-wrap > div{
    width: 25%;
}
.some-pr-wrap .products-wrap > div .product-box{
    width: 100%;
}
.some-pr-wrap .products-wrap > div .pr-image > a{
    height: 228px;
}
section.some-products:nth-of-type(2n){
    flex-direction: row-reverse;
}

/*---------------------------------- section popular brands ---------------------------------*/
.popular-brands{
    padding: 60px 0px 70px;
    background: #f5f5f5;
    overflow: hidden;
}
.brand-logo{
    position: relative;
    text-align: center;
    margin: 0 9px;
    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-logo a{
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-sizing: border-box;
}
.brand-logo a:hover{
    opacity: 0.7;
}
.brand-logo img{
    display: inline-block !important;
}
.brands-slider {
    margin-left: -9px;
    margin-right: -9px;
    position: relative;
}
.brands-slider .slick-prev, .brands-slider .slick-next{
    opacity: 0;
}
.brands-slider:hover .slick-prev, .brands-slider:hover .slick-next{
    opacity: 1;
}

/*----------------------- subscribe ------------------------*/
.subscribe{
    position: relative;
    padding: 35px 0px;
    overflow: hidden;
    background: url(../images/bgr1.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}
.subscribe .wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 130px;
}
.subs-text{
    width: 46%;
    max-width: 540px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    box-sizing: border-box;
}
.subs-text img {
    margin-right: 30px;
}
.subs-text span{
    display: block;
}
.subs-form-wrap{
    width: 50%;
    box-sizing: border-box;
}
.subs-form {
    background: #fff;
    padding: 3px;
    border-radius: 30px;
    overflow: hidden;
    box-sizing: border-box;
}
.subs-input{
    display: block;
    float: left;
    width: calc(100% - 170px);
    height: 46px;
    background: #fff;
    border: 0px solid #fff;
    border-radius: 30px;
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    outline: none;
    padding: 0px 25px;
    letter-spacing: 0.5px;
    box-sizing: border-box;
}
.subs-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #979797;
}
.subs-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #979797;
    opacity: 1;
}
.subs-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #979797;
    opacity: 1;
}
.subs-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #979797;
}
.subs-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #979797;
}
.subs-submit{
    display: block;
    float: right;
    height: 46px;
    line-height: 46px;
    background: #df2323;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 170px;
    border-radius: 30px;
    box-sizing: border-box;
}
.subs-submit:hover{
    background: #000;
}
.subs-form-wrap .checkbox-custom label{
    color: #fff;
    margin-bottom: 0px;
    margin-top: 14px;
}
.subs-form-wrap .checkbox-custom label a{
    color: #df2323;
}

/*------------------------------------- footer ----------------------------------------*/
footer{
    background: #000;
    overflow: hidden;
}
.footer-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.flex-item {
    margin-top: 70px;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 370px;
    box-sizing: border-box;
}
.footer-bottom{
    margin-top: 70px;
    padding: 25px 0px;
    border-top: 1px solid #222;
    text-align: center;
}

.footer-title{
    margin-bottom: 20px;
    color: #fff;
}

/*---------- footer logo -----------*/
.footer-logo a{
    display: inline-block;
    margin-bottom: 30px;
}
.footer-logo .text{
    font-size: 14px;
    line-height: 26px;
    color: #6e6e6e;
}

/*---------- copyright -----------*/
.rights{
    font-size: 14px;
    color: #797979;
}

/*--------------- socials -----------------*/
.socials{
    display: flex;
    align-items: center;
    margin-top: 45px;
}
.socials a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #858585;
    color: #fff;
    font-size: 0px;
    margin-right: 15px;
    box-sizing: border-box;
}
.socials a i:before{
    font-size: 16px;
}
.socials a:last-of-type{
    margin-right: 0px !important;
}
.socials a:hover{
    background: #df2323;
    border: 1px solid #df2323;
}

/*---------- footer menu -----------*/
.footer-menu ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.footer-menu ul li{
    margin-bottom: 9px;
}
.footer-menu ul li a{
    font-size: 14px;
    color: #8d8d8d;
}
.footer-menu ul li a:hover{
    color: #df2323;
}

/*---------- footer contacts -----------*/
.footer-contacts ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.footer-contacts ul li{
    position: relative;
    font-size: 14px;
    color: #8d8d8d;
    margin-bottom: 17px;
    padding-left: 25px;
}
.footer-contacts ul li a{
    color: #8d8d8d;
}
.footer-contacts ul li a:hover{
    color: #df2323;
}
.li-address:before, .li-phone:before, .li-email:before{
    content: '';
    font-family: 'Font Awesome 6 Pro';
    font-size: 16px;
    color: #df2323;
    position: absolute;
    top: 2px;
    left: 0px;
    font-weight: normal;
}
.li-address:before{
    content: '\f3c5';
}
.li-phone:before{
    content: '\f095';
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.li-email:before{
    content: '\f0e0';
}

/*--------------- page top button -----------------*/
.page-top{
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 50px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #b3b3b3;
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 39px;
    z-index: 100;
}
.page-top:hover{
    background: #878787;
    border: 1px solid #878787;
    color: #fff;
}
.page-top.page-top-show{
    visibility: visible;
    opacity: 1;
}

/*--------------- footer accordion transformation in mobile -----------------*/
.foot-btn{
    background: rgba(236,236,236,0.20);
    cursor: pointer;
    padding: 10px;
    margin-bottom: 5px;
    line-height: normal;
}
.foot-content {
    height:auto;
    width:100%;
    margin:0 auto;
    overflow:hidden;
    background: transparent;
    position: relative;
}
.foot-open {
    height: auto;
}

/*------------------------ breadcrumb ----------------------------*/
.breadcrumb{
    font-size: 13px;
    line-height: 16px;
    padding: 10px 0px 0px;
    letter-spacing: 0.5px;
    color: #fff;
}
.breadcrumb span{
    display: inline-block;
}
.breadcrumb a{
    position: relative;
    color: #fff;
    display: inline-block !important;
    width: auto !important;
}
.breadcrumb *+*:before {
    content: "–";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 13px;
    line-height: 10px;
    margin: 0px 6px;
}

/*------------------------------------------ page inside ----------------------------------------------*/
.ban-inner{
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}
.ban-inner-text{
    position: relative;
    padding: 50px 0px;
    min-height: 320px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, .25);
    text-align: center;
    z-index: 3;
    box-sizing: border-box;
}
.in-details .ban-inner-text{
    padding: 10px 0px;
    min-height:inherit;
    background: #eeeeee;
}
.ban-inner-text .wrapper{
    width: 100%;
    box-sizing: border-box;
    max-width: 1420px;
}
.ban-inner-text h1, .ban-inner-text h2{
    font-size: 38px;
  color: #fff;
}
.in-details .breadcrumb {
    padding: 0px;
    color: #000;
}
.in-details .breadcrumb a {
    color: #000;
}
.ban-inner figure{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
    z-index: 1;
}
.ban-inner figure img{
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content{
    position: relative;
    padding-top: 50px;
    overflow: hidden;
    background: #f8f8f8;
}
.content.content-white{
    background: #fff;
}
.main-part{
    float: right;
    width: calc(100% - 320px);
}
.sidebar{
    float: left;
    width: 280px;
    margin-bottom: 40px;
}
.sidebar-title{
    margin-bottom: 17px;
    font-size: 20px;
}
.text-module{
    margin-bottom: 40px;
}

/*-------------------------------------- products page -------------------------------------*/
/*--------------- sort by -----------------*/
.sort-wrap{
    margin-bottom: 30px;
    position: relative;
}
.how-many{
    float: right;
    font-size: 12px;
    color: #888;
    line-height: 40px;
}
.sort-float{
    float: left;
    margin-right: 40px;
}
.sort-float label{
    float: left;
    display: block;
    font-size: 13px;
    color: #000;
    line-height: 45px;
    margin-right: 12px;
}
.field-right{
    float: left;
}
.styled-select {
    width: 100%;
    height: 45px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 25px;
    box-sizing: border-box;
}
.styled-select: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;
}
.styled-select select {
    background: transparent;
    width: 110%;
    padding: 0px 18px;
    height: 43px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    color: #000;
    font-size: 14px;
    border-radius: 25px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    outline: none;
    position: relative;
    z-index: 1;
}
.sw-1{
    width: 90px;
}
.sw-2{
    width: 210px;
}

/*-------------------- sidebar menu ----------------------*/
.sidebar-menu{
    margin-bottom: 30px;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    border: 1px solid #333;
    box-sizing: border-box;
}
.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 a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    margin-bottom: 11px;
    -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: #df2323;
}
.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: 21px;
    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: #000;
    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-left: 13px;
}
.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;
}

/*---------------------------------- filters -------------------------------------*/
.filter-wrap{
    margin-bottom: 30px;
}
.filter-wrap .title h3{
    color: #000;
}
.filter-wrap-one{
    margin-bottom: 30px;
}
.filter-container{
    background: #df2323;
    padding: 10px 10px;
    border-radius: 5px;
}
.filter-container h5{
    float: left;
    color: #fff;
    font-size: 12px;
}
.filter-margin{
    padding-top: 2px;
    margin-top: 23px;
    max-height: 275px;
    overflow-y: auto;
}

.cancel{
    margin-top: 10px;
}
.cancel a{
    display: inline-block;
    font-size: 12px;
    color: #dc2b19;
    border-bottom: 1px solid #dc2b19;
}
.cancel a:hover{
    color: #000;
    border-bottom: 1px solid #000;
}

.broi{
    font-size: 12px;
    color: #a7a9ac;
}

/*----------------------- Checkbox and Radio style ----------------------*/
.checkbox-custom, .radio-custom {
    position: relative;
    display: block;
    margin-bottom: 12px;
    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: 14px;
    color: #000;
    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:#fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    display:inline-block;
    vertical-align:top;
    width: 22px;
    height: 22px;
    text-align:center;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    position: absolute;
    left: 0px;
    top: -2px;
    -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{
    content: '\f00c';
}
.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;
}
.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 #bbb;
    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: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(226,238,224,1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(226,238,224,1);
    box-shadow: 0px 0px 0px 1px rgba(226,238,224,1);
}
.demo-output{
    padding-top: 25px !important;
}
.filter-margin > div.demo-output{
    overflow: visible;
    padding-bottom: 30px;
    padding-left: 9px;
}

/*--------------------- responsive filter ----------------------*/
.responsive-filters {
    display: none;
    float: right;
    position: relative;
    background: #fff;
    height: 48px;
    color: #000;
    border: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 30px 6px 45px;
    cursor: pointer;
    box-sizing: border-box;
}
.responsive-filters::before{
    content: '\f0b0';
    font-family: 'Font Awesome 6 Pro';
    font-size: 24px;
    position: absolute;
    top: 0px;
    left: 13px;
    line-height: 46px;
}
.responsive-filters .how-many{
    display: block;
    float: none;
    text-transform: none;
    font-weight: normal;
    line-height: normal;
}
.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;
    float: left;
    position: relative;
    background: #fff;
    height: 48px;
    color: #000;
    border: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 30px 6px 45px;
    cursor: pointer;
    box-sizing: border-box;
}
.responsive-sort::before{
    content: '\f0ec';
    font-family: 'Font Awesome 6 Pro';
    font-size: 24px;
    position: absolute;
    top: 0px;
    left: 13px;
    line-height: 46px;
    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: 12px;
    color: #a3a3a3;
}

/*pagination-----------------------------------------------------------------*/
.pagination{
    padding-bottom: 60px;
}
.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: 32px;
    height: 34px;
    line-height: 32px;
    background: #fff;
    border-radius: 5px;
    color: #000;
    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 #000;
    background: #000;
    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 ---------------------------- */
.description-wrap{
    float: left;
    width: 45%;
    margin-bottom: 40px;
    padding-left: 45px;
    box-sizing: border-box;
}
.heading{
    margin-bottom: 15px;
    text-transform: none;
}
.subtitle{
    margin-bottom: 8px;
    text-transform: none;
    font-weight: normal;
}
.subtitle img{
    max-width: 75px;
}

/*----------------------- Image gallery in details---------------------------- */
.image-gallery{
    position: relative;
    width: 55%;
    margin: 0px 0px 40px 0px;
    float: left;
    text-align: center;
    box-sizing: border-box;
}
.slider-for {
    background: #fff;
    overflow: hidden;
    width: 82.2%;
    float: right;
    text-align: center;
    box-sizing: border-box;
}
.slider-for .slick-slide img{
    display: inline-block;
}
.slider-for .slick-prev{
    left: 0px;
}
.slider-for .slick-next{
    right: 0px;
}
.slider-nav {
    float: left;
    width: 15.8%;
}
.slider-nav figure{
    margin: 0px 0px 10px;
    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;
}
.slider-nav.slick-slider .slick-slide, .slider-for.slick-slider .slick-slide{
    opacity: 1;
    visibility: visible;
}

/*--------------- price in product details -----------------*/
.price-inner{
    margin-bottom: 20px;
}
.price-inner .new-price,
.js-prices-and-discounts .new-price{
    font-size: 25px;
    font-weight: bold;
}
.price-inner .old-price,
.js-prices-and-discounts .old-price{
    font-size: 16px;
}
.price-inner p{
    margin: 0px;
    font-size: 13px;
    color: #a7a9ac;
    font-style: italic;
}
hr{
    background: #ddd;
    width: 100%;
    height: 1px;
    border: none;
    padding: 0px;
    margin: 20px 0px;
}

/*--------------- Наличност -----------------*/
.no-prod{
    margin-bottom: 20px;
    font-size: 14px;
    color: #797979;
}
.no-prod span{
    display: inline-block;
    margin-right: 50px;
}
.no-prod i{
    color: #000;
    text-transform: uppercase;
    font-style: normal;
}
.no-prod.active {
    display:block;
}

/*---------------- choose color -----------------*/
.choose-color{
    position: relative;
}
.choose-color ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.choose-color ul li{
    display: inline-block;
    padding-right: 8px;
    margin-right: -4px;
    box-sizing: border-box;
}
.choose-color .radio-custom{
    display: block;
    position: inherit;
}
.choose-color .radio-custom label{
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    position: inherit;
    border: 1px solid #e2eee0;
    border-radius: 50%;
    padding: 2px;
    text-align: center;
    width: 30px;
    height:30px;
    box-sizing: border-box;
}
.choose-color .radio-custom input[type=radio]:checked+label{
    border: 1px solid #000;
}
.choose-color .radio-custom input[type=radio]+label:before{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.color-radio {
    display: block;
}
.color-radio img{
    border-radius: 50%;
}
.choose-name{
    margin-bottom: 10px;
    color: #797979;
}
.choose-name em{
    display: inline-block;
    background: #fff;
    color: #000;
    font-style: normal;
    margin-left: 10px;
}
.color-name{
    position: absolute;
    top: -5px;
    left: 43px;
    line-height: normal;
    background: #f8f8f8;
    color: #000;
    font-size: 14px;
    width: 150px;
    padding: 5px;
    opacity: 0;
    z-index: 1;
    text-align: left;
    box-sizing: border-box;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.choose-color .radio-custom:hover .color-name{
    opacity: 1;
    z-index: 3;
}
.choose-color .radio-custom input[type=radio]:checked+label .color-name{
    opacity: 1;
}

/*---------------- 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;
    border-radius: 5px;
    background: #fff;
    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: 5px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.buy-wrap .shop-qty {
    width: 110px;
}
.buy-wrap .btn{
    margin-top: 0px;
    min-width: inherit;
    width: calc(50% - 70px);
    padding: 12px 10px;
}
.buy-wrap .btn i{
    font-size: 16px;
}
#tbiButton{
    padding: 6px 10px;
}
.pr-bottom{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
    box-sizing: border-box;
}
.pr-bottom a{
    display: block;
    font-size: 14px;
    color: #444;
}
.pr-bottom a i{
    font-size: 18px;
    margin-right: 8px;
    color: #000;
}
.pr-bottom a:hover i{
    color: #df2323;
}
.tbiLogo {
    max-width: 70px;
    height: auto;
    margin-left: 5px;
    max-height: 35px;
}
.resume-content{
    padding: 10px 0 30px;
    font-size: 15px;
}
.resume-content h6{
    margin-bottom: 10px;
}

/*----------------------------- pop up ----------------------------*/
.fancybox__content{
    width: 95%;
    max-width: 800px !important;
    max-height: calc(100vh - 50px);
    overflow: auto;
}
.popup .title{
    margin-bottom: 30px;
}
.popup .title h2{
    text-transform: none;
    margin-top: 10px;
}
.second-title{
    margin-bottom: 20px;
}
.popup .contact-form{
    float: none;
    width: auto;
    margin-bottom: 0px;
}
.popup .cart-pr-item{
    padding: 12px 0px;
    margin-bottom: 30px;
}
.popup .pr-name{
    font-size: 18px;
    max-height: none;
}
.popup .cart-pr-price{
    font-size: 16px;
    margin-top: 7px;
}

.popup .cart-pr-price span{
    color: #8d8d8d;
    font-size: 12px;
}

.popup .cart-pr-price strike{
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}

/*----------------------------- fast order ----------------------------*/
.fast-order{
    background: #e5e5e5;
    padding: 20px 25px;
    margin-bottom: 35px;
    border-radius: 5px;
}
.fast-order h6{
    font-size: 15px;
    margin-bottom: 15px;
}
.fast-order .input-place{
    float: left;
    width: calc(100% - 170px);
}
.fast-order .btn{
    float: right;
    font-size: 13px;
    margin: 0px;
}
.fast-order .some-text{
    margin-top: 0px;
}

/*--------------------------------------- more description ----------------------------------*/
.more-description{
    margin-top: 20px;
    position: relative;
    z-index: 1;
}
.more-description::before{
    content: '';
    background: #fff;
    position: absolute;
    top: 44px;
    left: -500px;
    right: -500px;
    height: 100%;
    z-index: -1;
}

/* ---- tab menu -----*/
.tabs-container{
    width: 100%;
}
.tabs-menu{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}
.tabs-menu li{
    display: table-cell;
    color: #000;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.tabs-menu li a{
    color: #000;
    display: block;
    white-space: nowrap;
    padding: 0px 10px;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 3px solid transparent;
}
.tabs-menu li:hover a{
    color: #df2323;
}
.tabs-menu li.current-tab a{
    border-bottom: 3px solid #df2323;
    color: #df2323;
}
.tabs-menu .current-tab a {
    cursor: default;
}
.tab {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin-top: 25px;
}
.tab-content {
    display: none;
}
#tab-1 {
    display: block;
}
/*---- 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-size: 14px;
}

.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;
    box-sizing: border-box;
}
.attribute-list li span{
    display: inline-block;
    width: calc(100% - 250px);
    box-sizing: border-box;
}

.price-qty{
    background: #fff;
    border-radius: 5px;
    padding: 15px 20px 20px;
    margin: 20px 0px;
}
.price-qty h6{
    margin-bottom: 15px;
}
.price-qty .attribute-list li strong{
    width: 80px;
}
.price-qty .attribute-list li span{
    width: calc(100% - 250px);
}

/*--------------------------------------- similar products ----------------------------------*/
.similar-products{
    padding: 70px 0px;
}

/*--------------------------------------- last seen products ----------------------------------*/
.last-seen-products{
    padding: 70px 0px;
    background: #f8f8f8;
}

/*--------------------------------------- recommend products ----------------------------------*/
.recommend{
    padding: 70px 0px;
    background: #fff;
}

/*----------------------------------------- page brands list -----------------------------------------*/
.clients-logos{
    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{
    display: block;
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.clients-logos figure a:hover{
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.clients-logos figure figcaption{
    text-align: center;
}

/*------------------------------- news -------------------------------*/
.one-new{
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    display: flex;
    display: flex;
    align-items: center;
}
article.one-new:last-child{
    margin-bottom: 0px;
}
.one-new figure{
    width: 40%;
    padding-right: 35px;
    position: relative;
    box-sizing: border-box;
}
.one-new figure a{
    display: block;
    overflow: hidden;
    position: relative;
}
.one-new figure a img{
    max-width: none;
    width: 100%;
    webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
.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: 10px;
    font-size: 22px;
    text-transform: none;
    font-weight: bold;
}
.one-new-title a{
    color: #000;
}
.one-new-title a:hover{
    color: #df2323;
}

/*-------- date ----------- */
.date{
    font-size: 14px;
    color: #df2323;
    font-weight: 600;
    margin-bottom: 12px;
}
.date i{
    margin-right: 10px;
}

.one-new-info .btn{
    margin-right: 10px;
    font-size: 13px;
}

/*-------------------------- news details --------------------------*/
.simple-image{
    float: left;
    margin-right: 35px;
    margin-bottom: 20px;
    max-width: 55%;
    position: relative;
}
.simple-image img{
    border-radius: 5px;
}

/*--------------- 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: #df2323;
    top: -3px;
    margin-right: 10px;
    font-weight: bold;
}

/*------------------------ Tables for whole site ------------------------*/
table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    margin-bottom: 20px;
    overflow-x: auto;
    line-height: normal;
    box-sizing: border-box;
}
table th{
    display: table-cell;
    padding: 15px 15px;
    color: #fff;
    background: #df2323;
    border: none;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    border: none;
    text-transform: uppercase;
}
table td{
    background: #fff;
    display: table-cell;
    padding: 15px 15px;
    font-size: 15px;
    border: 1px solid #dadada;
}

/*------------- Simple gallery in details ------------ */
.simple-gallery{
    margin: 0px -15px;
    padding: 0px;
    list-style-type: none;
}
.simple-gallery li{
    display: inline-table;
    vertical-align: top;
    width: 33.3333%;
    padding: 15px;
    margin-right: -4px;
    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 8px;
    border-bottom: 1px solid #ddd;
    -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: #fff;
    color: #000;
}
.download1 {
    width: 72%;
    color: #222;
    webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}
.tr-right{
    width: 28%;
    padding-left: 30px;
    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: #000;
    border-radius: 25px;
}
a.pdf:hover{
    color: #fff;
    background: #df2323;
}
a.pdf i{
    margin-right: 5px;
}

/*--------------- 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;
}

/*--------------- 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: 14px;
    color: #222;
    background: #fff;
    border: 1px solid #222;
}
.tagsContainer .tag-filter:hover {
    background: #222;
    border: 1px solid #222;
    color: #fff;
}

/*--------------- share buttons -----------------*/
.share-btns{
    display: inline-block;
}

/*contact form------------------------------------------------------------------*/
.map{
    height: 450px;
    overflow: hidden;
    margin-bottom: 35px;
}
.map iframe{
    pointer-events: none;
}
.one-contact{
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 35px;
}
.address{
    float: left;
    width: 45%;
    margin: 0px 5% 40px 0px;
}
.address span{
    color: #000;
    font-weight: 600;
}
.address a{
    text-decoration: underline;
}
.address a:hover{
    text-decoration: none;
}
.address .heading, .contact-form .heading{
    font-size: 24px;
}
.contact-form {
    margin-bottom: 35px;
    float: left;
    width: 50%;
}
.input{
    border: 1px solid #bbb;
    border-radius: 35px;
    padding: 0 18px;
    margin-bottom: 10px;
    width: 100%;
    height: 45px;
    color: #000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}
input:focus, textarea:focus {
    outline: none;
}
textarea.input {
    width: 100%;
    height: 150px;
    resize: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
}
.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: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #999;
}

.captcha{
    padding-top: 15px;
}
.captcha input {
    width: 190px;
}
.captcha img {
    border: 2px solid transparent;
}
.captcha img:hover{
    border: 2px solid #999;
    opacity: 0.9;
}










.alert {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    display: table;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;

}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.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;
    padding-left: 61px;
    position: relative;
}
.alert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.alert-white .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #bdbdbd;
}
.alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}
.alert-white.alert-success .icon, .alert-white.alert-success .icon::after {
    border-color: #54a754;
    background: #60c060;
}
.alert-white .icon i {
    font-size: 20px;
    color: #fff;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

/*-------------------- 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;
}

.display-none {
    display:none;
}





/* 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: #9ca0a2;
}

/* error page ---------------------------------------------------------------*/
i.fa-meh-o{
    margin-right: 10px;
}
.error-page{
    background: #FBEEED;
    border: 1px solid #F7D8DD;
    padding: 20px 15px;
    color: #d9534f;
}
.error-page h6{
    margin-bottom: 10px;
    color: #d9534f;
}

/* search results ---------------------------------------------------------------*/
.search-result-wrap .heading{
    font-weight: normal;
    margin-bottom: 25px;
}

/*------------------------------------- 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% - 400px);
    box-sizing: border-box;
}
.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: 2px solid #df2323;
}
.shopOrder-head > div{
    padding: 15px 0px;
    font-weight: bold;
    color: #000;
    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;
    background: #fff;
}
.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, .remove{
    width:28px;
    height:28px;
    background: #eee;
    border: 1px solid #ddd;
    color: #df2323;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
}
.number-qty input{
    height: 28px;
    width: 40px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 5px;
    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: 600;
}
.fancybox-container .jq-product-details .number-qty{
    border-top: none;
}

/*--------- shop prod ----------*/
.shop-prod{
    line-height: normal;
}
.shop-prod figure{
    position: relative;
    display: inline-block;
    width: 100px;
    margin-right: 10px;
}
.shop-prod a{
    display: block;
}
.ribbon-percent{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 24px;
    color: #df2323;
    z-index: 2;
}
.shop-prod-info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 120px);
}
.shop-prod-info > a{
    font-size: 14px;
    color: #000;
}
.shop-prod-info > a:hover{
    text-decoration: underline;
}
.choose-opt{
    margin: 0px;
    color: #8d8d8d;
    font-size: 12px;
    padding: 8px 0px;
    display: inline-block;
    list-style-type: none;
}
.choose-opt li{
    display: block;
    margin-right:5px;
}

.clear-prod:hover{
    color: #e92222;
}

/*----------------------------- cart summary ---------------------------*/
.cart-summary{
    float: right;
    width: 350px;
    background: #fff;
    border: 1px solid #333;
    padding: 35px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
    box-sizing: border-box;
}
.cart-summary h3{
    font-size: 18px;
    margin-bottom: 20px;
    color: #df2323;
}
.cart-summary ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.cart-summary ul li{
    line-height: 28px;
}
.cart-summary ul li span{
    display: block;
    float: right;
    color: #000;
}
.cart-summary .btn{
    display: block;
    padding: 10px;
}
.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;
}

/*--------- promo code ----------*/
.promo-code{
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.promo-code h6 {
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: none;
}
.promo-code .input-place {
    float: left;
    width: calc(100% - 80px);
    border-radius: 0px;
    height: 40px;
    line-height: 38px;
}
.promo-code .input-f{
    height: 100%;
}
.promo-code .btn {
    float: right;
    font-size: 13px;
    margin: 0px;
    padding: 10px;
    min-width: inherit;
    letter-spacing: normal;
    width: 80px;
    font-weight: 600;
    border-radius: 0px;
}
.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;
    background: #fff;
}
.checkout-top-login p{
    font-size: 17px;
    float: left;
    margin: 0px;
    padding: 6px 0px;
    max-width: calc(100% - 170px);
    line-height: 26px;
}
.checkout-top-login .btn{
    margin-top: 0px;
    float: right;
}
.top-login{
    display: none;
}
.top-login .btn{
    float: none;
}

/*----------------------------------- firm users ----------------------------------*/
.firm-users{
    margin: 30px 0px;
    list-style-type: none;
    background: #fff;
    border-radius: 5px;
    padding: 15px 25px;
}
.firm-users li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0px;
    border-bottom: 1px dashed #ddd;
    box-sizing: border-box;
}
.firm-users li:last-child{
    border-bottom: none;
}
.u-name{
    width: calc(100% - 300px);
    font-size: 13px;
    box-sizing: border-box;
}
.u-name strong{
    color: #000;
    display: block;
    font-size: 16px;
}
.u-options{
    margin-left: auto;
    width: 300px;
    text-align: right;
    box-sizing: border-box;
}
.u-options .btn{
    min-width: 120px;
    margin-top: 0px;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 12px;
    margin-left: 3px;
}

/*----------------------------------- Form ----------------------------------*/
.some-form{
    box-sizing: border-box;
}
.some-form hr{
    margin: 25px 0px;
}
.some-form-title{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 15px;
    position: relative;
}
.some-form-title h3{
    font-size: 18px;
}
.some-form-title.with-btn{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.some-form-title.with-btn .btn{
    margin-top: 0px;
}
.some-text {
    margin-top: 7px;
    font-size: 14px;
    font-style: italic;
}
.form-flex{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.float-flex {
    -webkit-box-flex: none;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
}
.col-2 .float-flex{
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
}
.col-3 .float-flex{
    -webkit-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 321%;
}
.col-4 .float-flex{
    -webkit-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
}
.personal-width{
    -webkit-flex: 0 0 60% !important;
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
}
.float-flex .btn{
    padding: 12px 20px;
}
.input-label{
    display: block;
    font-size: 14px;
    margin-bottom: 7px;
}
.input-place{
    border: 1px solid #bbb;
    border-radius: 25px;
    background: #fff;
    height: 45px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 43px;
    position: relative;
    box-sizing: border-box;
}
.input-f{
    border: none;
    padding: 0 15px;
    width: 100%;
    height: 43px;
    color: #000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 25px;
    outline: none;
    box-sizing: border-box;
}
textarea.input-f {
    width: 100%;
    height: 150px;
    resize: none;
    padding: 7px 10px;
    border: 1px solid #bbb;
    margin-bottom: 13px;
    line-height: normal;
    box-sizing: border-box;
}
.input-place .styled-select{
    border: none;
    height: 43px;
}
.input-place .styled-select select{
    color: #000;
}
.input-icon-btn{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #df2323;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.input.webrix-select .ms-choice, .input-f.webrix-select .ms-choice, .input-place.webrix-select .ms-choice{
    height: 38px;
    line-height: 38px;
}
.input.webrix-select .ms-choice > span, .input-f.webrix-select .ms-choice > span, .input-place.webrix-select .ms-choice > span{
    padding-left: 15px;
}
.input.webrix-select .ms-choice > div, .input-f.webrix-select .ms-choice > div, .input-place.webrix-select .ms-choice > div{
    height: 38px;
}
.input.webrix-select .ms-choice > div:before, .input-f.webrix-select .ms-choice > div:before, .input-place.webrix-select .ms-choice > div:before{
    line-height: normal;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input.webrix-select .ms-drop.bottom, .input-f.webrix-select .ms-drop.bottom, .input-place.webrix-select .ms-drop.bottom{
    left: 0px;
}

/*------------ 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: 13px;
    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{
    text-align: right;
}
.back-link {
    display: block;
    float: left;
    text-transform: uppercase;
    font-size: 11px;
    color: #000;
    letter-spacing: 1px;
    line-height: 40px;
    margin-top: 30px;
}
.back-link i{
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

/*------------ File upload --------------*/
.fileUpload {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #000;
    font-size: 14px;
    display: block;
    border: 1px solid #000;
    padding: 7px 13px 7px;
    text-align: center;
    width: 170px;
    height: 170px;
    line-height: 230px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition:all .3s ease-in;
    -moz-transition:all .3s ease-in;
    -ms-transition:all .3s ease-in;
    transition:all .3s ease-in;
}
.fileUpload span{
    display: inline-block;
    position: relative;
}
.fileUpload span:before{
    content: '\f030';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    top: 0px;
    left: 50%;
    color: #000;
    font-size: 50px;
    font-weight: lighter;
    line-height: 140px;
    width: 50px;
    margin-left: -25px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.fileUpload:hover{
    background: #f1f1f1;
}
.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;
    padding: 35px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    z-index: 1;
}
.register-wrap .tabs-menu{
    border-bottom: 1px solid #e5e5e5;
}
.register-wrap .some-form{
    padding: 30px 0px 0px;
}
.register-wrap .btn{
    display: block;
}
.forgot-pass-link{
    text-align: right;
    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;
}
.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: 90px;
    height: 90px;
    background: #df2323;
    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;
}
.user-business{
    font-size: 14px;
}
.user-business i{
    color: #000;
    font-size: 16px;
    margin-right: 3px;
}

/*------------------------- profile menu -------------------------*/
.sidebar-profile{
    float: left;
    width: 280px;
    margin-bottom: 40px;
}
.profile-menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
    background: #fff;
    border: 1px solid #333;
}
.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: 14px;
    color: #000;
    padding: 17px 10px 17px 45px;
    line-height: 18px;
    font-weight: 600;
    box-shadow: inset 0 -1px #EBEBEB;
    -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 a:hover, .profile-menu li.sidebar-current a{
    color: #df2323;
}
.profile-menu a i{
    position: absolute;
    left: 15px;
    font-size: 17px;
}

/*--------------- personal details ------------- */
.personal-details{
    margin-bottom: 40px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    padding: 35px;
}
.personal-details ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.personal-details ul li{
    padding: 5px 0px;
    position: relative;
    font-size: 14px;
}
.personal-details ul li:after{
    content: '';
    display: block;
    clear: both;
}
.personal-details ul li span{
    display: block;
    float: left;
    width: 230px;
    padding-right: 15px;
    line-height: 40px;
    box-sizing: border-box;
}
.personal-details ul li strong{
    float: left;
    width: calc(100% - 230px);
    color: #000;
    display: block;
    font-weight: normal;
    box-sizing: border-box;
}
.personal-details ul li strong .input-place{
    margin-bottom: 0px;
}
.personal-details ul li strong .btn{
    margin-top: 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 ul li.li-special{
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 15px 0px;
    margin: 15px 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 #ddd;
    border-radius: 5px;
    -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;
    margin-bottom: 3px;
}
.order-head h3 a{
    color: #000;
}
.order-list-one .text{
    font-size: 14px;
    line-height: 20px;
}
.order-money{
    color: #df2323;
    font-weight: bold;
    font-size: 17px;
}
.shipping-status{
    color: #000;
    font-weight: 600;
    font-size: 13px;
    background: #ffd200;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    min-height: 28px;
    padding: 3px 15px 5px;
    margin-top: 10px;
    box-sizing: border-box;
}
.shipping-status.completed{
    background: #8fd422;
}
.order-head .btn-transp{
    position: absolute;
    top: 0px;
    right: 0;
    margin: 0px;
    font-size: 11px;
    padding: 7px 13px;
}

/*-------------- my order details ---------------*/
.in-order-details{
    width: 400px;
    padding: 30px;
}
.order-details{
    margin: 0 -20px;
}
.shopOrder .order-details{
    margin:10px 0;
}
.order-details-box{
    display: inline-table;
    vertical-align: top;
    width: 33.333%;
    margin-right: -4px;
    padding: 15px 20px;
    line-height: 22px;
    box-sizing: border-box;
}
.order-details-box h6{
    font-size: 15px;
    margin-bottom: 7px;
    text-transform: none;
}
.order-details-box p{
    margin: 5px 0px;
}
.first-step-box {
  font-size: 14px;
}
.first-step-cont {
      display: flex;
    flex-wrap: wrap;
}
/*------- add product form ---------*/
.add-product{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d9d9d9;
}
.add-product .float-flex .btn{
    margin-top: 0px;
    text-transform: none;
    font-weight: normal;
}
.big-btns-place{
    text-align: right;
    margin: 25px 0;
}
.big-btns-place .btn{
    padding: 14px 25px;
    margin: 0px 5px;
}

/* 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: 14px;
    margin-bottom: 5px;
    text-transform: none;
}
.comments{
    border: 1px solid #f1f1f1;
    background: #fff;
    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;
    background: #000;
    margin-bottom:25px;
}
.brand-text-image{
    display:block;
    float: left;
    width:33.333%;
    padding: 10px;
    box-sizing: border-box;
}

/*--------------------------------- Compair products ---------------------------------*/
.compare-table{
    border-collapse: collapse;
    width: 100%;
    border: 0;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: normal;
}
.dis-none{
    display: none;
}
.compare-table th {
    display: none;
    margin: .5em 1em;
    text-align: center;
    color: #012e58;
    background: #ecf1f5;
    border: 0;
}
.compare-table td {
    display: block;
    text-align: left;
    border: 0;
    padding: 10px 8px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.compare-table td:before {
    content: attr(data-th);
    width: 49%;
    display: inline-block;
    color: #000;
    font-weight: bold;
    padding-right: 15px;
}
.compare-table tr td.first-td{
    color: #fff;
    background: #9ca0a2;
    text-align: left;
    font-weight: 600;
    padding: 8px;
    box-sizing: border-box;
}
.compare-table tr td.first-td:before{
    width: 0%;
    padding-left: 0;
    padding-right: 0px;
}
.compare-table tr td .btn{
    margin: 0px;
    padding: 9px 20px;
}
.compare-table tr td .list-icons{
    display: inline-block;
}
.remove-compair{
    font-size: 18px;
    color: #000;
}
.remove-compair i{
    vertical-align: middle;
    margin-right: 7px;
    color: #df2323;
}
.remove-compair span{
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}
.compare-table tr td .remove-compair{
    display: block;
}
.compare-table .list-icons li{
    margin-bottom: 0px;
}
.btn-reject,.btn-accept{
    display: inline-block;
  min-width: 150px;
  font-size: 14px;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 10px 20px;
  margin-top: 30px;
  border-radius: 25px;
  font-weight: bold;
  box-sizing: border-box;
}

.btn-reject{ 
  background: #FFF;
  border: 1px solid #000;
  color: #000; 
}

.tbi-plan{ 
    max-height: 620px;
    overflow-y: auto;
    margin-left: 29px;
}

.display-none{
    display:none;
}

@media (min-width: 980px) {
    .compare-table tr th{
        padding: 10px 5px;
        background: #fff;
        color: #fff;
        font-weight: normal;
        font-size: 14px;
        text-transform: uppercase;
        font-size: 18px;
        position: relative;
    }
    .compare-table tr td{
        padding: 10px 5px;
        box-sizing:border-box;
        font-size: 15px;
    }
    .compare-table th, .compare-table td {
        display: table-cell;
        padding: 10px !important;
        border: 1px solid #e5e5e5;
        overflow: hidden;
    }
    .compare-table tr td.first-td, .compare-table tr th.first-td{
        width: 10%;
        color: #000;
        font-weight: bold;
        border-right: 1px solid #e1e1e1;
        background: #fff;
    }
    .compare-table tr td.second-td, .compare-table tr th.second-td{
        padding: 8px 10px;
        width: 18%;
    }
    .compare-table tr td.red-text{
        color: #000;
        font-weight: bold;
    }
    .dis-none{
        display: table-row;
    }
    .compare-table td:before {
        display: none;
    }
    .remove-compair{
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 18px;
        color: #000;
    }
    .remove-compair i{
        margin: 0px;
        color: #000;
    }
    .remove-compair span{
        display: none;
    }
    .compare-table tr td .remove-compair{
        display: none;
    }

    .compare-table th:first-child, .compare-table td:first-child {
        padding-left: 0;
    }
    .compare-table th:last-child, .compare-table td:last-child {
        padding-right: 0;
    }
}

@media (max-width: 550px) {
    .compare-table td:before{
        width: 100%;
        padding: 0px;
        margin-bottom: 5px;
    }
}

/*--------------------- 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);
    }
}


/*--------------- availabilities -----------------*/
.product-availabilities{
	border: 1px solid #dee1e2;
	background: #f7f8fa;
	border-radius: 5px;
	margin-bottom: 30px;
}
.product-availabilities .title{
	text-align: left;
	margin-bottom: 0px;
	padding: 10px 15px;
}
.product-availabilities h6{
	font-size: 16px;
}
.wholesale-prices-list{
	display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 15px;
    border-top: 1px solid #c4c9cb;
    font-size: 15px;
}
.price-row{
	display: table-row;
}
.price-row > span{
	display: table-cell;
	padding: 3px 0px;
}
.price-row > span:first-of-type{ 
  width: 60px;
	font-weight: bold;
}

/*---------------------------- 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: flex;
    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)
    }
}

.price-wrap-no-vats,.price-wrap-vats
{
    display:none;
}

body.vats-no .cart-subtotal .price-wrap-no-vats span,
body.vats-yes .cart-subtotal .price-wrap-vats span{
    display:block;
    text-transform: none;
    float: right;
    clear: both;
}


body.vats-no .price-wrap-no-vats,
body.vats-yes .price-wrap-vats{
    display:block;
}

.price-wrap span.vats-description{
    color: #717171;
    font-size: 13px;
}

.product-short.article-number{
    display:none;
}

.product-short.article-number.article-number-show{
    display:block;
}


.subscribe .validate-error{
    display:none;
}

.step1-address{
    width: 19%;
    border: 1px solid #aaa;
    min-height: 76px;
    vertical-align: top;
    padding: 10px;
    margin: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

.step1-address label, .step1-address span{
    width: 86%;
    clear: both;
    display:block;
    float:right;
}
.step1-address label {
font-weight: 600;
}
.order-need-action{
    border: 2px solid #ffd200;
}
.pay-descr {
font-size: 12px;
color: #666666;
padding-left: 5px;
}
/*/*media queries----------------------------------------------------------*/
@media only screen and (max-width: 1740px) {
    .cart, .search-form{
        margin-left: 20px;
    }
    .login{
        margin-left: 35px;
        padding-left: 35px;
    }
    #menu{
        margin-left: 30px;
    }
    #menu > ul > li{
        margin-right: 22px;
    }
	.search-wrap{width: 200px;}
}

@media only screen and (max-width: 1650px) {
    .big-wrapper{
        margin: 0 30px;
    }
    .search-wrap{
        width: 200px;
    }
    .cart, .search-form{
        margin-left: 15px;
    }
    .login{
        margin-left: 2px;
        padding-left: 20px;
    }
    #menu{
        margin-left: 20px;
    }
    #menu > ul > li{
        margin-right: 15px;
    }
    .favourite, .compare, .DDS-price{
        margin-left: 20px;
    }
    .categories-slider .slick-list{
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 1520px) {
    .logo {
        max-width: 160px;
    }
    #menu > ul > li {
        margin-right: 15px;
    }
	.cart, .search-form{
        margin-left: 10px;
    }
    .login{
        margin-left: 15px;
        padding-left: 15px;
    }
    .favourite, .compare, .DDS-price {
        margin-left: 13px;
    }
}

@media only screen and (max-width: 1440px) {
	.slick-next{right: -15px !important;}
	.slick-prev{left: -15px !important;}
    .big-wrapper{margin: 0px; padding: 0 20px;}
    .categories-slider .slick-list{padding: 40px 20px;}
	.product-box{width: 25%;}
	
    /* responsive search */
	.fluid-menu{width: auto; left: 0px;}
    .search-form{
        display: none;
        position: absolute;
        top: 100%;
        right: 0px;
		left: 0px;
        background: #f1f1f1;
        padding: 0px 20px;
		margin: 0px;
		box-sizing: border-box;
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
		border-top: 1px solid #e5e5e5;
    }
    .search-link{
        display: block;
    }
	.search-wrap{width: 100%; padding: 0px; border-radius: 0px; background: transparent;}
	.DDS-price{margin-left: 35px;}
}

@media only screen and (max-width: 1366px) {
	.new-in-slider, .promo-slider, .top-seller-slider, .news-slider{margin: 0px;}
	.ban-inner{margin-top: 70px;}
	.ban-inner-text{min-height: 280px;}
	.ban-inner-text h1, .ban-inner-text h2{font-size: 34px;}
    .logo {
        max-width: 130px;
    }
    #menu {
        margin-left: 30px;
    }
    #menu > ul > li {
        height: 70px;
    }
	#menu ul li a{font-size: 14px;}
    .sidebar{
        width: 220px;
    }
    .main-part{
        width: calc(100% - 250px);
    }
    .demo-output .slider-container{
        width: 220px !important;
    }
    .some-pr-wrap .products-wrap > div {
        width: 33%;
    }
    .some-pr-wrap {
        padding: 50px 20px 20px;
    }
    .sidebar-profile{
        width: 220px;
    }
}

@media only screen and (max-width: 1240px) {
    .big-search {
        padding: 40px 0 50px;
    }
    .simple-gallery li{
        padding: 10px;
    }
    .simple-gallery{
        margin: 0 -10px;
    }
    .cart-summary{
        width: 300px;
        padding: 30px 25px;
    }
    .cart-left-container{
        width: calc(100% - 335px);
    }
	.cart > a span{display: none !important;}
	.cart > a i{margin-right: 0px;}
	.cart{margin-left: 20px;}
	.flex-item:first-child{-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%; max-width: none; text-align: center;}
	.footer-logo .text{max-width: 660px; margin: 0 auto;}
	.socials{justify-content: center;}
}

@media only screen and (max-width: 1150px) {
	.product-box{width: 33.333%;}
    .some-pr-wrap .products-wrap > div {width: 50%; }
  .header-contacts a span {
        display: none;
    }
	#menu{margin-left: 25px;}
    .login {
        margin-left: 17px;
        padding-left: 17px;
    }
    .DDS-price {
        margin-left: 25px;
		font-size: 14px;
    }
	.DDS-price-choice i{margin-left: 5px;}
	.header-contacts a i{margin-right: 7px;}
	.header-contacts a{font-size: 16px;}
	.favourite, .compare, .search-link, .cart{margin-left: 17px;}
	.login-choice, .compare > a, .search-link:before{font-size: 16px;}
	.favourite > a{font-size: 18px;}
	.search-link{width: 16px;}
	.cart > a i{width: 40px; height: 40px; font-size: 16px;}
	.broi-number{top: 6px; left: 12px;}
  .col-2 .float-flex .list-in-form li{
        width: 50%;
        padding-right: 15px;
    }
	
}

@media only screen and (max-width: 1025px) {
	.ban-inner{margin-top: 68px;}
	.ban-inner-text{min-height: 240px;}
	.breadcrumb{font-size: 12px; letter-spacing: normal;}
    header .responsive-menu-btn{display: flex;}
	.login{margin-left: 25px; padding-left: 25px;}
	.accents{margin-top: -100px;}
	.accents:before{height: 160px;}
    #menu, .sticky-menu{
        display: none;
    }
    .logo{
        margin: 10px 0px;
    }
    .some-products-slider,.some-products-info {
        width: 100%;
    }
    .some-products {
        flex-wrap: wrap-reverse;
    }
    .some-pr-wrap .products-wrap > div {
        width: 25%;
    }
    .some-pr-wrap {
        padding: 50px 50px 20px;
    }
    .login-list{
        width: 320px;
    }
    .login-wrap{
        padding: 12px 0px;
    }
    .cart-list{
        width: 335px;
    }
    .cart-pr-item{
        padding: 12px 15px 12px 0px;
    }
    .cart-subtotal{
        padding: 12px 0px;
    }
    .offer-info, .promB-slider {
        float: none;
        width: 100%;
    }
    .offers {
        padding: 40px 0px;
    }
    .offer-info {
        text-align: center;
        padding-bottom: 20px;
    }
    .pr-image figcaption a {
        text-align: left;
    }

    .ban-text{
        bottom: 30px;
    }
    .fade .slick-dots{
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .acc-info{
        padding: 20px 10px;
    }
    .new-products{
        padding-top: 20px;
    }
    .promotions, .top-seller, .index-news{
        padding: 40px 0px;
    }
    .subs-text, .subs-form-wrap {
        float: none;
        width: 100%;
        max-width: none;
    }
    .subs-text {margin-bottom: 35px; flex-direction: column; text-align: center;}
	.subs-text img{margin-right: 0px; margin-bottom: 15px; max-width: 50px;}
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    .text, p{
        line-height: 24px;
    }
	.slick-slider .blog-item .text{height: 76px;}
    .brands-slider .slick-prev, .brands-slider .slick-next{
        opacity: 1;
    }
    .pr-image figcaption{
        opacity: 1;
        z-index: 9;
        display: block;
        top: auto;
        bottom: 0px;
        justify-content:flex-start;
        box-sizing: border-box;
        padding: 0 10px;
        text-align: left;
    }
    .cart-icon {
        margin: 0px;
        display: inline-block;
        transform:  translateX(0px);
        text-align: center;
    }
    .cart-icon-details i{
        line-height: 44px;
    }
    .cart-icon i{
        line-height: 20px;
    }
    .similar-products{
        padding: 50px 0 30px;
    }
    .last-seen-products{
        padding: 30px 0 50px;
    }
    .heading{
        font-size: 20px;
    }
    .subtitle{
        font-size: 16px;
        margin-bottom: 4px;
    }
    .buy-wrap{
        padding: 0px 0px 20px;
    }
    .buy-wrap .btn{
        float: none;
        width: auto;
        margin-bottom: 7px;
        margin-right: 0px;
    }
    .slider-nav{
        float: none;
        width: auto;
    }
    .slider-for{
        float: none;
        width: auto;
    }
    .slider-nav figure{
        margin: 7px 3px 0px;
    }
    .one-new figure{
        width: 400px;
    }
    .one-new-title{
        ont-size: 20px;
    }
    .recommend{
        padding: 30px 0 50px;
    }
    .text-module{
        margin-bottom: 30px;
    }
    .shop-prod figure{
        width: 80px;
    }
    .shop-prod-info{
        width: calc(100% - 95px);
    }
    .form-flex{
        padding: 0px;
    }
}

@media only screen and (max-width: 980px) {
    .title{
        margin-bottom: 30px;
    }
    .content{
        padding-top: 20px;
    }
    .main-part{
        float: none;
        width: auto;
    }
    .sidebar{
        display: none;
        float: none;
        padding: 20px 30px;
        margin: 0px;
        width: 100%;
        position: fixed;
        left: 0px;
        bottom: 0px;
        z-index: 2000;
        background: #fff;
        max-height: 100%;
        overflow-y: scroll;
        box-sizing: border-box;
    }
    .responsive-filters{
        display: block;
    }
    .close-filter{
        display: block;
    }
    .how-many{
        display: none;
    }
    .sort-float{
        margin-top: 8px;
        margin-right: 30px;
    }
    .sort-wrap-inner{
        float: left;
    }
    .sort-wrap{
        margin-bottom: 30px;
    }
    .download1{
        width: 60%;
    }
    .size1, .type1{
        width: 10%;
    }
    .popup.fancybox-content{
        max-width: 80%;
    }
    .cart-left-container{
        float: none;
        width: auto;
    }
    .shop-prod-info{
        width: calc(100% - 120px);
    }
    .shop-prod figure{
        width: 100px;
    }
    .cart-summary{
        float: none;
        width: auto;
        margin-top: 40px;
        padding: 40px;
    }
    .sidebar-profile{
        float: none;
        width: auto;
        margin-bottom: 25px;
        position: relative;
    }
    .profile-avatar{
        padding-bottom: 10px;
        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;
    }
    /*.compare-table tr th{ padding: 10px 5px; background: #fff; color: #fff; font-weight: normal; font-size: 14px; text-transform: uppercase;font-size: 18px; position: relative;}
    .offer-item {width: 33%;}
    .compare-table tr td{padding: 10px 5px;box-sizing:border-box;font-size: 15px;  }
    .compare-table th, .compare-table td {display: table-cell;padding: 10px !important;border: 1px solid #e5e5e5;overflow: hidden;}
    .compare-table tr td.first-td, .compare-table tr th.first-td{ width: 10%;color: #000;font-weight: bold; border-right: 1px solid #e1e1e1;background: #fff;}
    .compare-table tr td.second-td, .compare-table tr th.second-td{padding: 8px 10px;width: 18%; }
    .compare-table tr td.red-text{color: #000;font-weight: bold; }
    .dis-none{display: table-row; }
    .compare-table td:before {display: none;}
    .remove-compair{position: absolute; top: 10px;right: 15px;font-size: 18px; color: #000;}
    .remove-compair i{margin: 0px; color: #000;}
    .remove-compair span{display: none;  }
    .compare-table tr td .remove-compair{display: none;}
    .compare-table th:first-child, .compare-table td:first-child { padding-left: 0;}
    .compare-table th:last-child, .compare-table td:last-child {padding-right: 0; }*/
}

.cart-summary ul li span.red-limit{
    color:#df2323;
}

@media only screen and (max-width: 900px) {
	.ban-inner-text h1, .ban-inner-text h2{font-size: 30px;}
	.socials{margin: 35px 0px;}
    .ban-text h2{
        font-size: 32px;
    }
    .fast-order .btn{
        min-width: 140px;
        padding: 10px;
    }
    .fast-order .input-place{
        width: calc(100% - 150px);
    }
    .one-new figure{
        width: 350px;
        padding-right: 30px;
    }
  .text img {height: auto !important;}
    .simple-image{
        float: none;
        margin-right: 0px;
        max-width: none;
        text-align: center;
    }
    .simple-image img{
        max-width: none;
        width: 100%;
    }
    .simple-gallery li{
        width: 50%;
    }
    .footer-top{
        margin-bottom: 40px;
    }
    .footer-bottom{
        margin-top: 40px;
    }
    .foot-content{
        height: 0px;
    }
    .foot-content-inner{
        padding: 10px;
    }
    .flex-item {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: none;
        margin-top: 14px;
    }
    footer {
        padding-top: 15px;
    }
    .fancybox-slide > div.pop-right-bgr::before{
        width: 100px;
    }
    .fancybox-slide > div.pop-right-bgr{
        padding: 40px 140px 40px 40px;
    }
    .fancybox-slide > div.pop-top-bgr::before{
        height: 70px;
    }
    .fancybox-slide > div.pop-top-bgr{
        padding: 110px 40px 40px 40px;
    }
    .order-details-box{
        width: 50%;
    }
}

@media only screen and (max-width: 800px) {
    .slider-for{
        width: 82.2%;
        float: right;
    }
    .slider-nav{
        float: left;
        width: 15.8%;
    }
    .slider-nav figure{
        margin: 0 0 10px;
    }
    .some-pr-wrap .products-wrap > div {
        width: 33%;
    }

    .address{
        float: none;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .map-place{
        float: none;
        width: auto;
    }
    .contact-form{
        float: none;
        width: auto;
    }
    .image-gallery{
        float: none;
        width: auto;
        margin-bottom: 25px;
    }
    .description-wrap{
        width: auto;
        padding-left: 0px;
        float: none;
    }
    .buy-wrap .btn{
        float: left;
        width: calc(50% - 35px);
        margin-right: 10px;
    }
    .one-new{
        display: block;
        table-layout: auto;
    }
    .one-new figure{
        width: auto;
        padding-right: 0px;
        display: block;
        margin-bottom: 20px;
    }
    .one-new-info{
        display: block;
        width: auto;
    }
    .personal-details ul li span{
        width: 130px;
    }
    .personal-details ul li strong{
        width: calc(100% - 130px);
    }
}

@media only screen and (max-width: 740px) {
	.header-contacts span {display: none;}
    .header-contacts a {width: 40px; height: 40px; background: #e5e5e5; border-radius: 50%; line-height: 40px; text-align: center;}
    .header-contacts a i {margin-right: 0;}
	.DDS-price{margin-left: 10px;}
    .header-main .DDS-price-choice span, .DDS-price-choice i{display: none;}
	.header-main .DDS-price-choice i.fa-money-bill-transfer {display: block;}
	.DDS-price-choice{width: 40px; height: 40px; background: #e5e5e5; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
	
    .col-3 .box-flex-item{
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .page-top{
        bottom: 29px;
    }
    .product-box{
        margin-bottom: 35px;
    }
    .tabs-menu li{
        display: block;
        box-shadow: inset 0 -1px #bbb;
    }
    .tabs-menu li a{
        text-align: left;
    }
    .more-description::before{
        top: 0px;
    }
    .more-description{
        padding-bottom: 45px;
    }
    .tab-content{
        padding: 20px;
    }
    .similar-products{
        padding-top: 0px;
    }
    .register-wrap::before{
        top: 0px;
    }
    .register-wrap{
        padding-top: 35px;
    }
    .checkout-top-login p{
        padding: 0px;
    }

    .sw-2{
        width: 145px;
    }
    .sw-1{
        width: 80px;
    }
    .sort-float label{
        margin-right: 10px;
    }
    .captcha input{
        width: 170px;
    }
    .fancybox-slide > div.pop-right-bgr{
        padding: 25px 125px 25px 25px;
    }
    .fancybox-slide > div.pop-top-bgr{
        padding: 95px 25px 25px 25px;
    }
    .popup.fancybox-content{
        max-width: 90%;
    }
    .shop-prod figure{
        width: 80px;
    }
    .shop-prod-info{
        width: calc(100% - 95px);
    }
    .c4{
        -webkit-flex: 0 0 25px;
        -ms-flex: 0 0 25px;
        flex: 0 0 25px;
    }
	.fast-view-pr-image{width: 40%;}
	
}

@media only screen and (max-width: 680px) {
    .step1-address{width: 48%;}
    .col-3 .float-flex{
        -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }
    .col-4 .float-flex{
        -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }
    .personal-details{
        padding: 25px 30px;
    }
    .corporate .type1 {
        width: 30%;
    }
    .corporate  .tr-right {
        width: 40%;
    }
    /*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) {
	header{background: #fff;}
	.ban-wrap{margin-top: 68px;}
	.accents{margin-top: 0px; background: #f5f5f5;}
	.accents:before{display: none;}
	.categories-slider .slick-list{padding: 25px 10px;}
	.acc-one > div{min-height: 135px; padding: 10px;}
	.acc-title{min-height: 34px; font-size: 12px;}
	.ban-inner-text{min-height: 200px; padding: 40px 15px;}
	.ban-inner-text h1, .ban-inner-text h2{font-size: 26px;}
    .cart {
        margin-left: 20px;
    }
    header .responsive-menu-btn {
        margin-left: 0px;
    }
    .some-pr-wrap .products-wrap > div {
        width: 50%;
    }
    .some-pr-wrap {
        padding: 40px 15px 20px;
    }
    .favourite, .compare, .search-link, .cart{
        margin-left: 15px;
    }
    .ban-text h2{
        font-size: 24px;
    }
    .ban-text .btn{
        margin-top: 12px;
        min-width: 150px;
        padding: 7px 20px;
    }
    .btn{
        font-size: 13px;
    }
    .new-products{
        padding: 10px 0 40px;
    }
    .brand-logo{
        margin: 0 5px;
    }
    .product-box{
        width: 50%;
    }
    .table-data-sheet strong{
        width: 145px;
    }
    .register-wrap{
        padding: 35px 0 0;
    }
    .checkout-top-login p{
        font-size: 15px;
        line-height: 20px;
    }
    .checkout-top-login{
        padding: 15px;
    }
    .red-bgr-title {
        padding: 19px 20px;
        min-height: 130px;
    }
    .offer-item {
        width: 50%;
        padding: 0 7px;
    }


    .sitemap ul{
        margin: 0px;
    }
    .shopOrder{
        margin-bottom: 0px;
    }
    .shopOrder-row{
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: left;
    }
    .shopOrder-row > div{
        padding: 7px 0px;
    }
    .c1{
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .shop-price:before, .shop-qty:before, .shop-sum:before {
        display: block;
    }
    .shopOrder-head{
        display: none;
    }
    .in-order-details{
        margin-top: 20px;
    }
    .attribute-list li strong{
        width: 145px;
    }
    /* responsive sorting */
    .responsive-sort{
        display: block;
    }
    .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;
        float: none;
    }
    .sort-float label{
        width: 90px;
    }
    .sort-float .field-right{
        width: calc(100% - 100px);
    }
    .sw-2, .sw-1{
        width: 100%;
    }
    .sort-float .styled-select:after{
        right: 10px;
    }
    .sort-wrap{
        margin-bottom: 20px;
    }
    .cart-pr-image.big-cart-imgae {width: 100px;}
    .price-message {min-width: 100%;margin-left: 0px;float: none;}
    .popup .title h2 {margin-top: 30px;font-size: 18px;}
}

@media only screen and (max-width: 550px) {
	.big-wrapper, .wrapper {padding: 0 15px;}
	header .responsive-menu-btn{margin-right: 20px;}
	.search-form{padding: 0 15px;}
	.header-contacts a{width: 36px; height: 36px; line-height: 36px;}
	.DDS-price{margin-left: 7px;}
	.cart > a i, .DDS-price-choice{width: 36px; height: 36px;}
	.slick-prev, .slick-next{width: 34px !important; height: 34px !important; margin-top: -17px !important;}
	.slick-prev:before, .slick-next:before{font-size: 16px !important; font-weight: normal !important; line-height: 34px !important;}
	.slick-next{right: -5px !important;}
	.slick-prev{left: -5px !important;}
	.new-in-slider .slick-prev, .new-in-slider .slick-next, .promo-slider .slick-prev, .promo-slider .slick-next, .top-seller-slider .slick-prev, .top-seller-slider .slick-next{top: 35% !important;}
  .step1-address{width: 100%;}
  .first-step-box .attribute-list li span { width: auto; padding-left: 5px;}
    .login-list{
        width: 300px;
		right: -145px;
    }
    .cart-list{
        width: 290px;
    }
    .cart-list .btn{
        float: none !important;
        display: block;
        margin-bottom: 5px;
    }
    .currency{
        margin-right: 30px;
    }
    .login {
        margin-left: 15px;
        padding-left: 15px;
    }
    .acc-info{
        padding: 15px 0px;
    }
    .col-2 .box-flex-item{
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .blog-item-title{
        min-height: inherit;
    }
    .sticky-logo a{
        max-width: 175px;
    }
    .sticky-wrap .responsive-menu-btn{
        margin-top: 5px;
    }
    .table-data-sheet strong{
        display: block;
        width: auto;
        font-size: 13px;
    }
    .table-data-sheet{
        line-height: 22px;
    }
    .table-data-sheet > div{
        padding: 10px;
    }
    .one-new-title{
        font-size: 18px;
    }
    .text-module{
        margin-bottom: 20px;
    }
    .u-name {
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }
    .u-options .btn {
        margin-bottom: 5px;
    }
    .u-options {
        width: 100%;
    }

    .btn{
        display: block;
    }
    .back-link{
        float: none;
    }
    .some-form .btn-place{
        text-align: left;
    }
    .some-form .btn-place .btn{
        margin-top: 10px;
    }
    .simple-gallery li{
        width: auto;
        margin-right: 0px;
        display: block;
        padding: 10px 0px;
    }
    .simple-gallery{
        margin: 0px;
    }
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
    }
    .fancybox-slide > div.pop-right-bgr, .fancybox-slide > div.pop-top-bgr{
        padding: 25px;
    }
    .fancybox-slide > div.pop-right-bgr::before{
        display: none;
    }
    .fancybox-slide > div.pop-top-bgr::before{
        display: none;
    }
    .input{
        width: 100%;
    }
    .order-details-box{
        display: block;
        width: auto;
        margin-right: 0px;
        padding: 13px 0px;
    }
    .order-details{
        margin: 0px;
    }
    .attribute-list li strong{
        display: inline-block;
        width: auto;
        font-size: 13px;
    }
    .price-qty .attribute-list li span {
        width: calc(100% - 180px);
    }
    .compare-table td:before{
        width: 100%;
        padding: 0px;
        margin-bottom: 5px;
    }
	.fast-view-pr-image{width: 60%; float: none; padding-right: 0px; margin-bottom: 10px;}
}

@media only screen and (max-width: 500px) {
	.DDS-price{margin-left: 0px;}
	.header-contacts{display: none;}
	.ban-inner, .ban-wrap{margin-top: 57px;}
    .logo {
        max-width: 100px;
    }
    .col-3 .box-flex-item{
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .currency > span{
        display: none;
    }
    .currency-list, .lang-list{
        right: auto;
        left: 0px;
    }
    .languages > span{
        display: none;
    }
    .login-list{
        left: -145px;
        right: auto;
    }
    .corporate .type1 {
        width: 30%;
    }
    .corporate .tr-right {
        width: 45%;
        padding-left: 5px;
    }
    .corporate .download1 {
        width: 50%;
    }

    header .responsive-menu-btn{margin-right: 15px;}
    .sidebar{
        padding: 20px;
    }
    .heading{
        font-size: 18px;
    }
    .buy-wrap .btn {
        float: none;
        width: auto;
        margin-bottom: 7px;
        margin-right: 0px;
    }
    .checkout-top-login .btn{
        min-width: inherit;
    }
    .checkout-top-login p{
        max-width: calc(100% - 100px);
    }

    .col-2 .float-flex{
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .col-3 .float-flex{
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .col-4 .float-flex{
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .responsive-sort, .responsive-filters{
        padding-right: 10px;
        width: 49%;
    }
    .personal-details ul li span{
        float: none;
        line-height: 26px;
        width: auto;
        padding-right: 0px;
    }
    .personal-details ul li strong{
        float: none;
        width: auto;
    }
    .personal-details{
        padding: 15px 20px;
    }
    .personal-details ul li:last-child span{
        display: none;
    }
    .order-head .btn-transp{
        top: calc(100% + 15px);
    }
}

@media only screen and (max-width: 430px) {
	.logo{max-width: 90px; margin: 13px 0px;}
	.big-wrapper, .wrapper{padding: 0 10px;}
	.favourite, .compare, .search-link, .cart{margin-left: 13px;}
	.broi-number{left: 11px;}
	.login{padding-left: 0px; margin-left: 13px; border-left: none;}
	.products-wrap{margin: 0 -7px;}
	.ban-inner-text h1, .ban-inner-text h2{font-size: 24px;}
	.price-inner .new-price, .js-prices-and-discounts .new-price{font-size: 22px;}
    .product-box {
        padding: 0px 7px;
    }
    .ban-text .btn{
        display: none;
    }
    .ban-text .btn{
        bottom: 20px;
    }
    .ban-text h2{
        font-size: 18px;
    }
    .footer-bottom a img{
        max-width: 320px;
    }
    .tab-content{
        padding: 15px;
    }

    .slider-nav{
        float: none;
        width: auto;
    }
    .slider-for{
        float: none;
        width: auto;
    }
    .slider-nav figure{
        margin: 7px 3px 0px;
    }
    .responsive-sort, .responsive-filters{
        padding: 6px 5px 6px 33px;
        font-size: 12px;
    }
    .responsive-sort::before, .responsive-filters::before{
        left: 6px;
        font-size: 22px;
    }
    .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;
    }
    .col-2 .float-flex, .col-3 .float-flex, .col-4 .float-flex{
        webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .form-flex{
        padding: 0px;
    }
    .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{
        padding: 30px 25px;
        margin-top: 30px;
    }
    .c3{
        -webkit-flex: 0 0 85px;
        -ms-flex: 0 0 85px;
        flex: 0 0 85px;
    }
    .order-head .btn-transp{
        min-width: inherit;
        width: 110px;
        letter-spacing: normal;
        top: calc(100% + 11px);
    }
    .order-list-one{
        padding: 15px;
    }
    .price-qty .attribute-list li span {
        width: calc(100% - 100px);
    }
	.fast-view-pr-image{width: auto;}
	.fancybox__content{padding: 25px !important;}
}

@media only screen and (max-width: 360px) {
	.login-list{width: 290px;}
	.favourite, .compare, .search-link, .cart, .login{margin-left: 12px;}
	header .responsive-menu-btn{margin-right: 10px;}
	.DDS-price-choice{width: auto; border-radius: 0px; background: none;}
	.DDS-price-choice i.fa-money-bill-transfer{font-size: 16px;}
	.cart > a i{width: 34px; height: 34px; font-size: 14px;}
	.login-choice, .compare > a, .search-link:before{font-size: 14px;}
	.favourite > a{font-size: 16px;}
	.broi-number{left: 9px;}
    .logo {
        max-width: 80px;
		margin: 15px 0px;
    }
    .fade .slick-dots{
        margin-top: 0px;
    }
    .offer-item {
        width: 100%;
        padding: 0 15px;
    }
    .footer-bottom a img{
        max-width: 290px;
    }
    .footer-bottom{
        line-height: 30px;
    }
    .footer-bottom h6{
        font-size: 12px;
    }
    .page-top{
        right: 10px;
        bottom: 17px;
    }
    .subs-submit{
        font-size: 12px;
        width: 125px;
    }
    .footer-title{
        font-weight: 600;
        font-size: 13px;
    }
    .currency{
        margin-right: 25px;
    }
    .ban-text{
        bottom: 14px;
    }
    .acc-info{
        padding: 10px 0px;
    }
    .pr-image figcaption{
        padding: 0 5px;
    }
    .ribbon{
        top: 10px;
        left: 10px;
    }
    .image-gallery{
        padding: 5px;
    }
    h1, h2{
        font-size: 20px;
    }
    .fancybox-slide > div.pop-right-bgr, .fancybox-slide > div.pop-top-bgr{
        padding: 20px;
    }
    .product-box{display: block; width: 100%; margin-right: 0px; }
}

@media only screen and (max-width: 320px) {
}
