
a {text-decoration: none;}
table{
    width:100%;
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.pointer {cursor: pointer;}
.relative {position: relative;}
.absolute {position:absolute;}
.invisible {display: none;}
.block {display:inline-block !important;}
.w100 {width:100%;}
.center {text-align:center;}
.bold {font-weight:bold;}
.decor_none {text-decoration: none;}
a.hover:hover {text-decoration: underline;}
.border_none {border: 0 !important;}
.mt35 { margin-top:35px; }
.tucase { text-transform:uppercase; }
.mb0 { margin-bottom: 0px !important;}
.mt17 { margin-top: 17px !important;}
.pt20 { padding-top: 20px; }
.mt0 { margin-top: 0px !important; }
.ml10 { margin-left: 10px; }
.ccc { background: #ccc !important; }
.btn.ccc{color: #000;}
.btn.fff{background: #fff;color:#999;font-size: 13px;}
.mb70 { margin-bottom: 70px; }
.w-100 { width: 100% !important; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
a:hover, a:focus{
    text-decoration: none;
}
option{
    height: 30px;
    line-height: 30px;
    padding-left:10px;
}
.iphone_fix {
    height: 90vh;
    overflow-x: hidden !important;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.iphone_fix header.fixed .main-header {
    position: relative !important;
    top: auto;
    left: auto;
}

input, button, textarea, select{
outline: none;
}
.d-none{
    display:none;
}
.d-block{
    display:block;
}

a:hover, a:active, a:focus{
    color: inherit;
}
ul,li{
    padding: 0;
    margin: 0;
}
.DTable{

  display: table;
}
div, span, a , p, ul, li, h1, h2, h3, h4, h5, h6{
    box-sizing: border-box;
}
.buttons, .select-label, .section-title, section{
    float: left;
    width: 100%;
}
.wrapper{
    width:100%;
    margin:0 auto;
}
.hidden{
    overflow:hidden;
}
.w50{
    width:50%;
}
.w1140{
    width: 1140px;
    margin: auto;
}
.clearfix, .container {
   zoom:1;}
.clearfix:after, .container:after {
   content: "";
   display: block;
   clear: both;
   height: 0;
   background-attachment: ;
   }

h1,h2,h3 {margin:0;}

/* #Helper classes
================================================== */
a, a::before, a::after, span::before, span::after, div::before, div::after {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
input, select, button{
    outline: none;
}
.center_them {
     display:inline-block;
     zoom: 1;
    *display:inline;
}
.vertical_centering {
    display: table-cell;
    vertical-align: middle;
}
.vertical_centering_css3 {
    position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
input{
   font-family: 'Scada', sans-serif;
}
.ml25 {margin-left:25px;}
.mr70 {margin-right:70px;}
.mt50 {margin-top:50px;}
.mt55 {margin-top:55px;}
.mt10 {margin-top:10px;}
.container{
    width: 100%;
    margin: auto;
    max-width: 1300px;
}

/* #Site styles
================================================== */
body {
    font-family: 'Scada', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    background: #fff;
    color: #000;
    overflow-x: hidden;
}

header{
    position: relative;
}
header .container, footer .container, .container-bigger, .home-slider .container{
    max-width: 1800px
}
.txt-slider{
    position:absolute;
    background: #f69d00;
    right:35px;
    bottom:35px;
    max-width: 500px;
    overflow: hidden;
    padding:20px;
    box-sizing:border-box;
}

.top-header{
    background: #222121;
    color: #fff;
    position: relative;
    z-index: 3;
}
.counter-box{
    float: left;
    margin-right: 50px;
    font-size: 14px;
    margin-top: 7px;
}
.counter-box .numb{
    color: #f69d00;
    font-size: 30px;
    font-weight: bold
}
.counter-box .txt{
    line-height: 16px;
}
.search-holder{
    float: left;
    background: #3a3b3f;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    padding: 25px 50px;
     transition: all 0.4s
}
.search-hld{
    float: left;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);

}
.search-inp{
    float: left;
    line-height: 38px;
    background: #222121;
    color: #fff;
    padding: 0 10px;
    border: none;
    width: 315px;
    font-size:20px;
}
.search-inp::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.search-inp::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.search-inp:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.search-inp:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.search-btn, .search-mobile-btn{
     background: #222121 url("../img/search.svg") no-repeat center;
     background-size: 27px;
     float: left;
     width: 40px;
     line-height: 40px;
     border: none;
     padding: 0;
     height: 40px;
     cursor: pointer;
}
.search-mobile-btn{
    display: none;
    position: relative;
    z-index: 2;
     -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    background: #3a3b3f;
    width: 50px;
}
.search-mobile-btn::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    background:   url("../img/search.svg") no-repeat center;
    background-size: 22px;
}
.login-holder{
     float: left;
    background: #f69d00;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    padding: 25px 50px;
    color: #1b1b1b;
}
.login-hld{
    float: left;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
}
.log-btn{
    color: #1b1b1b;
    line-height: 40px;
    display: inline-block;
        font-size: 20px;

}
.log-btn:hover{
    text-decoration: underline;
}
.reg-btn{
    padding-left: 40px;
    background: url("../img/login-register.svg") no-repeat left center;
    background-size: 27px;

}
header.fixed .main-header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    -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);
    z-index: 100;
}
.logo{
    float: left;
    padding: 20px 0;
}
.menu{
    float: left;
    margin-left: 65px;
}
nav li{
    list-style-type: none;
    float: left
}
.nav-link{
    color: #000;
    font-weight: bold;
    /*padding: 30px 15px;*/
    padding: 30px 10px;
    z-index: 2;
    position: relative;
}

.nav-link::before {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 100%;
    background: #f69d00;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    z-index: -1;
}
.nav-link:hover::before, .nav-link.active::before{
    width: 100%;
}
.nav-link-black2 {
    color: #fff !important;
}
.nav-link-black2::before {
    width: 100% !important;
    background: #000;
}
.phone-holder{
    font-size: 14px;
    float: right;
    margin-right: 80px;
    margin-top: 8px;
}
.clearHead .phone-holder{
    margin-right: 0;
}
.phone-number{
    font-size: 36px;
    color: #000;
    display: block;
    padding-left: 36px;
    background: url("../img/header-phone.svg") no-repeat left center;
    background-size: 30px;
}
.btn.log {
    background: #ccc !important;
    color: #000;
    max-width: 200px;
}

.login-cart a{
    max-width: 200px;
}
.cart-input {
    border:1px solid #ccc !important;
}
.cart-holder{
    position: relative;
    float: right;
    padding-bottom: 5px;
}
.cart-icn-holder{
    font-size: 14px;
    text-align: right;
    float: right;
    background: url(../img/shopping-cart.svg) no-repeat 10px bottom;
    background-size: 45px;
    padding-left: 70px;
    position: relative;
    padding-bottom: 5px;
    margin-top: 8px;
    cursor: pointer;
}
.cart-numb{
    background: #f69d00;
    position: absolute;
    top: 2px;
    left: 23px;
    line-height: 25px;
    width: 25px;
    border-radius: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
}
.cart-icn-txt{
    margin-top: 15px;
}
.cart-sum{
    font-size: 20px;
    font-weight: bold;
}
.site-title-hld{

    line-height: 16px;
    padding: 4px 0;
    background: #f69d00;
}
.site-title-hld .site-title{
    font-size: 14px;
    font-weight: normal;
}
.home-slider .swiper-wrapper{
    position: absolute;
    left: 0;
    top: 0;
}
.home-slider .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-slider .swiper-pagination{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
}
.home-categories-hld{
    float: left;
    width: 290px;
    position: relative;
    z-index: 10;
    left:-25px;
}
.home-category{
    background: rgba(255,255,255,0.8);
    float: left;
    width: 100%;
    color: #000;
    font-size: 15px;
    color: #000;
    line-height: 20px;
    padding: 12px 20px;
    border-top: 1px solid #393a3e;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.home-category:hover{
    background: rgba(255,255,255,1);
}
.home-category.active{
    background: #f69d00;
}
.home-category:first-of-type{
    border-top: none;
}
.aside-box .home-category::before, .btn::before{
    content: "";
    position: absolute;
    left: -7%;
    right: 0;
    top: 0;
    margin: auto;
    height: 100%;
    width: 0;
    background: #f69d00;
    z-index: -1;
    transform: skew(-20deg);
}
.btn::before{
    background: #3a3b3f;
}
.aside-box .home-category:hover::before, .btn:hover::before{
    width: 150%;
}
.home-category .icon{
    float: left;
    width: 40px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 20px;
}
.home-category .txt{

}
.home-category .numb{
    float: right;
    width: 25px;
}
section{
    margin-top: 60px;
}
section.no-margin, .inner-section{
    margin-top: 0;
}
.section-title{
    font-weight: bold;
    font-size: 24px;
    color: #000;
}
.view-all-hld{
    float: right;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    margin-top: 15px;
    overflow: hidden;
    width: 130px
}
.view-all{
    float: right;
    background: #3a3b3f;
    transform: skew(-35deg);
    margin-right: -15px;
}
.view-all span{
    float: left;
    transform: skew(35deg);
    padding: 0 20px;
    padding-right: 25px;
}
.view-all::before{
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #000
}
.view-all:hover::before{
    width: 100%;
}

/*** product box ***/

.products-section{
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.product-box-hld{
    float: left;
    width: 23.5%;
    margin-left: 2%;
    position: relative;
}
.slide .product-box-hld{
    width: 100%;
    padding: 5px;
}
.product-box-hld:first-of-type, .product-box-hld:nth-of-type(4n+1){
    margin-left: 0;
}
.product-box{
    float: left;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:0px 0px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow:0px 0px 10px 0px rgba(50, 50, 50, 0.3);
    height: 100%;
    padding-bottom: 60px;
}
.product-hld{
    float: left;
    width: 100%;
    padding: 0 10px;
}
select{
   background: url(../img/arrow.svg) no-repeat center;
    background-size: 15px;
     height: 30px;
    line-height: 30px;
    padding-left:5px;
    box-sizing:border-box;
    color:#787c7e;
    font-size:14px;
    border: 1px solid #868686;
}

.product-box .img-hld{
    float: left;
    width: 100%;
    height: 130px;
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
}
.product-box .img-hld img{
    height: 100%;
    width: auto
}
.product-name{
    float: left;
    font-size: 16px;
    width: calc(100% - 55px);
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
}
.product-name-h{
    font-size: 16px;
    font-weight: normal;
}
.product-name-h:hover{
    color: #f69d00;
}
.product-name-h{
    transition: all 0.4s;
}
.product-type{
    float: right;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 23px;
    font-size: 12px;
}
.product-type.unisex{
    background-image: url("../img/icon-unisex.svg");
    background-size: 23px;
}
.product-type.female{
    color: #9a4bc9;
    background-image: url("../img/icon-female.svg");
    background-size: 20px;
}
.product-type.male{
    color: #006df0;
    background-image: url("../img/icon-male.svg");
    background-size: 20px;
}
.rating-hld{
    float: left;
    width: 100%;
    margin: 10px 0;
    height: 16px;
}
.select-hld select{
    width: 100%;
    outline:none;
}
.select-hld-bigger{
    float: right;
    width:64%;
}
.select-hld-smaller{
    float: left;
    width: 34%;
}
/*.select-hld{
    width:100%;
    max-width: 100%;
    float:left;
}*/

.select-label, label{
    font-size: 13px;
    color: #898989;
    margin-bottom: 3px;
}
.price-hld{
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    margin: 15px 0 5px 5px;
    text-align:center;
}
.old-price{
    margin-bottom:5px;
}
.old-price,.tcrt-old-price{
    font-size: 15px;
    color: #900000;
    text-decoration: line-through;
}
.add-favourite-btn{
    position: absolute;
    left: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    background: url("../img/favourites-heart.svg") no-repeat center;
    background-size: 35px;
}
.add-favourite-btn.added{
     background: url("../img/favourites-heart-orange.svg") no-repeat center;
    background-size: 35px;
}
.product-label{
    position: absolute;
    right: 5px;
    top: -5px;
    line-height: 40px;
    color: #fff;
    min-width: 60px;
    padding: 0 3px;
    font-size: 16px;
    background: #f69d00;
    text-align: center;
    text-transform: uppercase;
}
.product-label.new{
    background: #aecc00;
}
.buttons{
    position: relative;
}
.product-box .buttons{
    position: absolute;
    left: 0;
    bottom: 0;
}
.btn-angle-hld{
    float: left;
    overflow: hidden;
    cursor: pointer;
}
.btn-angle-hld.fast-order-btn{
    position: absolute;
    left: 0;
    bottom: 0;
}
.btn-angle{
    float: left;
    line-height: 42px;
    background: #f69d00;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 16px;
    transform: skew(-35deg);
    margin-left: -15px;
    width: 100%;
}
.btn-angle::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #ffca3c;
    width: 0;
    height: 100%;
}
.btn-angle:hover::before{
    width: 100%;
}

.btn-grey .hld{
    transform: skew(-55deg);
}
.btn-grey::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #f69d00;
    width: 0;
    height: 100%;
}
.btn-grey:hover::before{
      width: 100%;
}
.btn-angle-hld.fast-order-btn{
    width: 62%;

}
.fast-order-btn .btn-angle{
    background:#ffca3c;
}
.fast-order-btn .btn-angle:before{
    background:#f7b400;
}
.btn-angle .hld{
    float: left;
    line-height: 42px;
    background: url("../img/quick-order.svg") no-repeat 20px center;
    background-size: 17px;
    padding: 0 5px 0 35px;
    transform: skew(35deg);
    width: 100%;
}
.btn-angle .brd{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42px  30px 0 0;
    border-color: #f69d00 transparent transparent transparent;
    float: left;
    z-index: 2
}
.btn-buy-hld{
    float: right;
    position: relative;

    width: 42%;
    overflow: hidden;
}
.btn-buy{
    float: right;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position: relative;
        padding: 0;
    border: none;
    transform: skew(-35deg);
     background: #f69d00;
     margin-right: -20px;

}

.btn-buy::before{
    content: "";
    position: absolute;
    right: 0;
    top:0;
    width: 0;
    height: 100%;
    background: #f69100;
    z-index: -1
}

.btn-buy:hover::before{
    width: 100%;
}

.btn-buy{
    width: 100%;
}
.btn-buy .hld{
    float: left;
    line-height: 20px;
    height: 58px;

    padding-right: 15px;
     padding-top: 10px;
     width: 100%;
     position: relative;
     z-index: 2;
     overflow: hidden;
     transform: skew(35deg);

}
.btn-buy-hld.order .hld{
    background:  url(../img/right-arrow-ord.svg) no-repeat center 5px;
    background-size: 20px;
    line-height: 58px;
    padding-left: 20px;
    padding-right: 25px;
    font-size: 18px;
}

.btn-buy .plus{
    font-size: 24px;
}
.btn-buy-hld.order .plus{
    display: none;
}
.paging{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.paging-txt{
    float: left;
    color: #898989;
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
}
.pagination{
    float: left;
    width: 100%;
    /*overflow: scroll;*/
    border-radius: 0;
}
.pagination .page-link{
    color: #000;
    padding: 0 3px;
    line-height: 30px;
    min-width: 30px;
    text-align: center;
    border: 1px solid transparent;

}
.pagination .page-link:hover{
    background: #f69d00;
}
.pagination .page-item.active .page-link{
     border-color: #f69d00;
     background: transparent;
     color: #000;
     margin: 0 1px;
}
.page-item:first-child .page-link, .page-item:last-child .page-link{
    border-color: #f69d00;
    border-radius: 0;
    background-color: #f69d00;
    background-repeat: no-repeat;
    background-position: center;
}
.page-item:first-child .page-link{
    background-image: url("../img/angle-left.svg");
    background-size: 17px;
        margin-right: 3px;
}
.page-item:last-child .page-link{
    background-image: url("../img/angle-right.svg");
    background-size: 17px;
        margin-left: 3px;
}

.follow-holder{
    color: #fff;
    background: url("../img/follow-bg.jpg") no-repeat center;
    background-size: cover;
    font-size: 50px;
    line-height: 50px;
    padding: 20px 0;
    text-align: center;
}
.follow-holder .colored{
    color: #f69d00;
}
.follow-text, .follow-social-hld{
    display: inline-block;
}
.follow-social-hld{
    margin-left: -200px;
}
.follow-social{
    float: left;
    width: 60px;
    height: 77px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 0 15px;
    opacity: 0.8;
}
.follow-social.follow-face{
    background-image: url("../img/facebook-banner.svg");
}
.follow-social.follow-insta{
    background-image: url("../img/instagram-banner.svg");
}
.follow-social.follow-linkedin{
    background-image: url("../img/linkedin-banner.svg");
}
.follow-social:hover{
    opacity: 1;
}
.category-box-hld{
    margin-bottom: 15px;
    float: left;
}
.category-box-hld.w50{
    width: 48%;
}
.category-box-hld.w50:nth-of-type(2){
    float: right
}
.category-box-hld.w33{
    width: 32%;
}
.category-box-hld.w33:nth-of-type(4){
    margin: 0 2%;
}
.category-box-hld.w100{
    width: 100%;
}
.category-box{
    float: left;
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.category-box::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.category-box:hover::before{
    background: rgba(0,0,0,0.7);
}
.category-name-hld{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 25px;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 0 120px;
    padding-top: 80px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 70px;
}
.category-name-hld::after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 160px;
    height: 5px;
    background: #f69d00;
}
.number-label{
    position: absolute;
    left: -13px;
    bottom: 18px;
    width: 125px;
    height: 65px;
    background: #f69d00;
    font-size: 13px;
    text-align: center;
    color: #000;
    padding-top: 6px;
    z-index: 6;
   -webkit-box-shadow: -5px 4px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:-5px 4px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow:-5px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
.number-label.smaller{
    height: 45px;
}
.category-numb{
    line-height: 20px;
}
.category-numb{
    float: left;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
}
.number-label::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 19px 0;
    border-color: transparent #735013 transparent transparent;
}
.holder-slider{
    float: left;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    padding: 0 50px;
}
.holder-slider .number-label{
    bottom: auto;
    top: 12px;
}

.insta-box{
    float: left;
    width: calc(20% - 6px);
    overflow: hidden;
    margin: 3px;
}
.insta-img-hld{
    float: left;
    width: 100%;
    overflow: hidden;
}
.insta-box:nth-child(5n){
    padding-right: 0;
}
.insta-box:nth-child(5n+1){
    padding-left: 0;
}
.insta-box img{
    width: 100%;
}

/*** subscribe ***/
.subscribe-section{
    float: left;
    width: 100%;
    text-align: center;
    background: url("../img/newsletter.jpg") no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 50px 0;
}
.subscribe-hld{
    display: inline-block;
    width: 98%;
    max-width: 860px;
}
.sub-holder{
    margin-bottom: 20px;
}
.subscribe-txt{
    float: left;
    width: 100%;
    font-size: 24px;
    padding-bottom: 60px;
    background: url("../img/newsletter.svg") no-repeat center bottom;
    background-size: 80px;
    margin-bottom: 30px;
}
.subscribe-input{
    float: left;
    width: calc(100% - 340px);
    line-height: 65px;
    height: 65px;
    border: none;
    border-bottom: 8px solid #f69d00
}
.subscribe-btn{
    float: left;
    width: 340px;
    line-height: 65px;
    height: 65px;
    color: #fff;
    background: #f69d00;
    border: none;
    border-bottom: 8px solid #f69d00;
    cursor:pointer;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.subscribe-btn:hover{
    background: #ffca3c;
}
.checkbox{
    display: none;
}
.check-label{
    float: left;
    width: 100%;
    margin: 5px 0;
    line-height: 24px;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
}
.check-label a, .radio-label a {
    color: #333;
    text-decoration: underline;
}
.check-span{
    float: left;
    width: 23px;
    height: 23px;
    background: #fff;
    border: 1px solid #868686;
    margin-right: 10px;
    position: relative;
}
.subscribe-hld .check-span{
    border:none;
}
.subscribe-hld  .check-label{
    color: #fff;
}
.check-span::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 10px;
    background: transparent;
    top: 4px;
    left: 0px;
    border-left: 3px solid #f69d00;
    border-bottom: 3px solid #f69d00;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    border-radius: 3px;
}
.checkbox:checked + label .check-span::before {
    opacity: 1;
}
.subscribe-boxes{
    margin-top: 100px
}
.subscribe-box{
    float: left;
    width: 20%;
    margin: 15px 3.3%;
    height: 245px;
    background: #f69d00;
    color: #fff;
    padding: 20px;
    background-position: center ;
}
.subscribe-box::before{
    content: "";
    float: left;
    width: 100%;
    height: 90px;
    margin-bottom: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 90%;
}
.subscribe-box.sub-approach::before{
    background-image:  url("../img/footer-podhod.svg");
}
.subscribe-box.sub-quality::before{
    background-image:  url("../img/footer-garancia.svg");
}
.subscribe-box.sub-delivery::before{
    background-image:  url("../img/footer-dostavka.svg");
}
.subscribe-box.sub-cart::before{
    background-image:  url("../img/footer-cart.svg");
}
.subscribe-box:first-of-type{
    margin-left: 0
}
.subscribe-box:last-of-type{
    margin-right: 0
}

/*** blog ***/
.blog-box-hld{
    float: left;
    width: 32%;
}
.blog-section .blog-box-hld:nth-of-type(2){
    margin: 0 2%
}
.blog-listing .blog-box-hld{
    float: left;
    width: 23.5%;
    margin-left: 2%
}
.blog-listing .blog-box-hld:nth-of-type(4n+1){
    margin-left: 0;
}
.blog-box{
    position: relative;
}
.blog-box{
    float: left;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    z-index: 2;
    border-bottom: 6px solid #f69d00;
    padding-bottom: 70px;
    overflow: hidden;
    height: 100%;
}
.blog-box::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}
.blog-box:hover::before{
    background: rgba(0,0,0,0.7);
}
.blog-box-info{
    padding: 25px;
}
.blog-box-info, .blog-anotation{
    float: left;
    width: 100%;
}
.blog-anotation{
    font-size: 16px;
    height: 60px;
    overflow: hidden;
    line-height: 20px;
    margin: 100px 0;
}
.blog-title{
    float: left;
    width: 100%;
    font-size: 28px;
    color: #fff;
}
.btn{
    float: left;
    padding: 0 20px;
    color: #fff;
    background: #f69d00;
    line-height: 38px;
    text-align: center;
    font-size: 17px;
    border-radius: 0;
    transition: 0.5s;
    outline: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: none;
    outline: none;
}
.btn::before{
    transition: all 0.4s
}
.btn:hover{
    color: #fff
}
.btn.w100{
    width: 100%;
}
.btn.right{
    float: right;
}
.btn.w150{
    width: 150px;
}
.btn.grey{
    background: #b7b7b7;
}
.blog-link, .full-link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.blog-box .btn{
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
}
.blog-box:hover .btn{
    bottom: -6px;
}
.opinions-slider-holder{
   float: left;
   width: 100%;
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
.opinions-slider{
    float: left;
    width: 100%;
}
.blog-metrics{
    font-size: 14px;
    line-height: 18px;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.date{
    float: left;
    padding-left: 25px;
    background: url("../img/calendar.svg") no-repeat left center;
    background-size: 17px;
    margin-bottom: 5px;
     margin-right: 8px;
}
.blog-view .date{
    background: url("../img/calendar-orange.svg") no-repeat left center;
    background-size: 17px;
}
.blog-view .views{
    background: url("../img/seen-orange.svg") no-repeat left center;
    background-size: 17px;
}
.blog-view .comments{
    background: url("../img/comment-orange.svg") no-repeat left center;
    background-size: 17px;
}
.views{
    float: left;
    padding-left: 25px;
    background: url("../img/seen.svg") no-repeat left center;
    background-size: 17px;
    margin-right: 8px;
    margin-bottom: 5px;
    min-width: 45px;
}
.comments{
    float: left;
    padding-left: 25px;
    background: url("../img/comment.svg") no-repeat left center;
    background-size: 17px;
    min-width: 45px;
    margin-bottom: 5px;
}
.opinion-box{
    border: 1px solid #dfdfdf;
    border-bottom: 5px solid #f69d00;
    padding-bottom: 20px;
    float: left;
    width: 100%;
    padding: 20px;
    position: relative;
    height: 100%;
    padding-bottom: 50px;
}
.opinion-author{
    float: left;
    width: 100%;
    display: table;
}
.author-img{
    display: table-cell;
    vertical-align: middle;
    width: 31px;
    height: 31px;
    border-radius: 100%;
}
.author-name{
    display: table-cell;
    vertical-align: middle;
    border-radius: 100%;
    padding-left: 10px
}
.option-txt{
    float: left;width: 100%;
    margin: 10px 0;
}
.rate{
        float: left;
    margin-left: 10px;
}
.stars{
    float: left;

    text-align: center;
}
.star{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 2px;
    background: url("../img/rating-star-inactive.svg") no-repeat center;
    background-size: 100%;
}
.star.full{
    background: url("../img/rating-star-active.svg") no-repeat center;
    background-size: 100%;
}
.opinion-box .stars{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
}



aside{
    float: left;
    width: 280px;
    margin-top: 35px;
}
.main-filter-title{
    display: none;
}
.aside-box{
    float: left;
    width: 100%;
    -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);
    margin-bottom: 35px;
}
.aside-title{
    float: left;
    width: 100%;
    color: #fff;
    background: #f69d00;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 20px;
    text-transform: uppercase;
}
.filter-hld{
    float: left;
    width: 100%;
    padding: 0 20px;
}
.filter-row .check-span{
    width: 19px;
    height: 19px;
    margin-right: 5px;
}
.filter-row .check-span::before{
    width: 18px;
    height: 10px;
    top: 0px;
    left: 0px;
}
.filter-row .check-span{
    display: none;
}
.filter-row .checkbox:checked + label .check-span{
    display: block;
}
.inner-column{
    float: right;
    width: calc(100% - 330px);
}
.products-holder{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.products-holder .product-box-hld {
    margin-top: 20px;
    margin-bottom: 20px;
}
.favorites-box.products-holder .product-box-hld {
    margin-bottom: 50px !important;
}
body .page-title-favs {
    margin-bottom: 40px;
}
.page-title{
    font-weight: bold;
    font-size: 24px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.page-title.w-auto{
    width: auto
}
.sort{
    line-height: 30px;
    margin-left: 20px;
    margin-bottom: 5px;
}
.sort select{
    width: 140px;
    height: 30px;
    line-height: 30px;
    background: url(../img/arrow.svg) no-repeat center;
    background-size: 15px;
}
.sort .txt{
    margin-right: 10px;
}
.sort .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #000;
}

.gallery-holder{
    float: left;
    width: 40%;
    max-width: 540px;
}
.gallery-top{
    -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);
}
.swiper-slide img{
    max-width: 100%;

}
.gallery-thumbs{
    margin-top: 10px;
}

.product-info-hld{
    float: right;
    width: 57%;
}
.product-title{
    float: left;
    width: 100%;
    font-size: 32px;
}
.product-specifications{
   float: left;
   width: 100%;
   margin-top: 30px;
}
.spec-row{
    float: left;
    width: 100%;
    color: #000;
    padding: 5px 0
}
.spec-row.distributor{
    padding-left: 35px;
    background: url("../img/vnositel.svg") no-repeat left center;
    background-size: 22px;
}
.spec-row.quality{
    padding-left: 35px;
    background: url("../img/quality-icon.svg") no-repeat left center;
    background-size: 22px;
}
.spec-row.ingredients{
    padding-left: 35px;
    background: url("../img/FitnessHomeMan.svg") no-repeat left center;
    background-size: 22px;
    font-weight: bold
}
.spec-label, .spec-value{
    float: left;
}
.spec-value{
    margin-left: 5px;
    color: #f08d00;
}
.spec-value a{
    color: #f08d00;
}

.social-share {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.product-buy-hld{
    float: left;
    margin-top: 15px;
    width: 290px;
        -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);

}
.prod-buy{
    float: left;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 13px;
}
.quantity-btn{
    float: left;
    width: 30px;
    height: 30px;
    background: #b7b7b7;
    font-size: 30px;
    line-height: 30px;
    color: #000;
    text-align: center;
    margin-right: 4px;
}
.quantity-btn:hover{
    background: #f69d00;
    text-decoration: none;
}

.quantity-inp{
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    margin-right: 4px;
    margin-bottom: 0;
}
.product-buy-hld .select-hld{margin-top: 4px}
 .product-buy-hld .quantity {
    margin-top: 7px;
}
.product-statistics{
    float: left;
    width: 210px;
    margin-left: 30px;
    margin-top: 15px;
}
.stat-box{
    float: left;
    width: 100%;
    background: #f3f3f3;
    font-size: 14px;
    text-align: center;
    padding: 17px;
    margin-top: 0px;
}
.stat-box:first-child{
    margin-bottom:25px;
}
.stat-box .numb{
    display: inline-block;
    color: #ff9600;
    font-size: 36px;
    line-height: 50px;
    padding-left: 60px;
    background: url("../img/add-to-cart.svg") no-repeat;
    background-size: 40px;
}
.stat-box.favourites .numb{
    background: url("../img/add-to-favourites.svg") no-repeat left center;
    background-size: 50px;
}
.stat-box .txt{
    display: inline-block;
}

.add-favourites-button{
    float: left;
    width: 100%;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #f08d00;
    border: 1px solid #f08d00;
    background: #f3f3f3;
}
.add-favourites-button::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 10px;
    top: -3px;
    margin-right: 3px;
    position: relative;
    background: transparent;
    border-left: 2px solid #f69d00;
    border-bottom: 2px solid #f69d00;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.product-more-info{
    margin-top: 20px;
}
.rating-box{
    margin-bottom: 15px
}
.rating-txt{
    font-size: 16px;
    margin-left: 15px;
    float: left;
}
.rating-txt .numb{
    font-size: 22px;
}
.review-txt{
    float: left;
    line-height: 16px;
    padding: 7px 0;
    margin-right: 40px;
}
.review-btn{
    float: left;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    background: #3a3b3f;
    padding: 0 20px;
    cursor:pointer;
}
.reviews{
    float: left;
    width: 100%
}
.review-box-hld{
    float: left;
}
.review-box{
    float: left;
    width: 100%;
    color: #3a3b3f;
    padding-bottom: 10px;
    position: relative;
    margin-top: 20px;
}
.review-box-hld:nth-of-type(even){
    float: right;
}
.review-box-hld:nth-of-type(odd){
    clear: left;
}
.review-box::before{
    content: "";
    width: 100%;
    height: 3px;
    background: #f69d00;
    position: absolute;
    left: 0;
    bottom: 0;
}
.review-img{
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    overflow: hidden;
}
.review-name{
    float: right;
    width: calc(100% - 42px);
    font-size: 15px;
    line-height: 16px;
    padding: 7px 0;
}
.review-text{
    float: left;
    width: 100%;
    padding: 4px 0px;
    margin: 5px 0
}
.review-box .stars{
    float: left;
    padding-left: 42px;
}

/***** footer *****/
footer{
    float: left;
    width: 100%;
    background: #3a3b3f;
    padding-top: 50px;
    color: #bebebe;
}
footer .phone-holder{
    color: #bebebe;
    text-align: right;
    margin-right: 0;
    margin-top: 0;
}
footer .phone-number{
    color: #bebebe;
    background: url(../img/footer-phone.svg) no-repeat left center;
    background-size: 30px;
}
.footer-top{
    float: left;
    width: 100%;
    border-bottom: 1px solid #979797;
    padding-bottom: 15px;
}
.footer-middle{
    float: left;
    width: 100%;
    padding: 20px 0 40px 0;
}
.footer-main-nav, .footer-main-nav ul, .footer-main-nav li, .footer-links{
    float: left;
}
.footer-main-nav ul{
    list-style: none;
}
.nav-footer{
    float: left;
    font-size: 14px;
    padding: 5px 12px;
    color: #bebebe;
    text-transform: uppercase
}
.footer-main-nav li:first-of-type .nav-footer, .footer-link:first-of-type{
    padding-left: 0;
}
.footer-links{
    margin-top: 15px;
    clear: left;
}
.footer-link{
    float: left;
    font-size: 14px;
     padding: 0 12px;
    color: #bebebe;
}
.footer-txt-contacts{
    font-size: 14px;
    margin-top: 10px;
}
.footer-bottom{
    float: left;
    width: 100%;
    background: #f69d00;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 0;
}
.footer-bottom a{
    color: #fff;
}
.tarasoft img{
    position: relative;
    top: -2px;
}
.footer-bottom p{
    margin: 0;
}


.container-smaller{
    width: 100%;
    max-width:1100px;
    margin:0 auto
}
.image-wrp{
    float:left;
    width:100%;
    position:relative;
}
.image-wrp .number-label{
    width:530px;
    height: auto;
}
.image-wrp img{
    max-width:100%;
    float:left;
}

.bottom-price{
    font-size: 14px;
    margin-top: 15px;
    float: left;
    clear: left;
}
.totalDiscountLabelParent, .discount-row {
    color: #f38920;
    font-size: 18px;
    font-weight: bold;
}
.bottom-price .price-txt, .total-price .price-txt{
    float: left;
    width: 120px;
    text-align: right;
    font-size: 20px;
}
.bottom-price .price-txt, .total-price  .price-txt-small {
    font-size: 15px;
}
.total-price{
    font-weight: bold
}
.total-hld{
    float: left;
    width: 100%;
    border-top: 1px solid #eda814;
    padding-top: 15px;
    margin-top: 15px;
}
.bottom-btns{
    float: left;
    width: 100%;
    margin-top: 20px;
    position: relative;
}
.promo-code-hld {
    float: left;
    margin-top: 15px;
}
.promo-code-hld .main-btn {
    line-height: 36px;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.submit-code.btn{
    line-height: 38px;
    margin-left: 10px;
    padding: 0 10px;
}
.right-btns{
    width: 300px;
    position: relative;
}
.back-btn{
    float: left;
    width: 210px;
    line-height: 42px;
    color: #000;
    font-size: 15px;
    font-weight: bold;

}
.back-btn .btn-angle .hld{
    background: url(../img/angle-left.svg) no-repeat 20px center;
    background-size: 17px;
}
.order-list  .back-btn span{
    text-align: left;
    padding-left: 50px;
}
.checkout-column {
    float: left;
    width: 63%;
    clear: left;
}
.order-list {
    float: right;
    width: 31%;
    max-width: 394px!important;
}
.cart-section {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.cart-section.mt30{
    margin-top: 30px;
}
.cart-section-title {
    float: left;
    width: 100%;
    font-weight: 400;
    line-height: 52px;
    /* padding-bottom: 10px; */
    /* padding: 5px 10px; */
    font-size:1.1em;
    border:1px solid #e7e7e7;
   /* border-width: 1px 0px 1px 1px;*/
    text-transform:uppercase;
}
.pay-method-hld{
    float:left;
    width:100%;
    padding-left:30px;
    box-sizing:border-box;
    margin-top:30px;
}
.phone-in-cart {
    width:100%;
    height:100%;
    padding:10px 10px;
    margin:0;
    background:#fff;
    border:1px solid #ccc;
}
#addressBox {
    background: #eee;
    padding: 20px 30px;
    border-radius: 2px;
}
.greyCartBox{
    background: #f1f1f1;
    font-size: 0.9em;
}
.darkerGrey {
    background: #f9f9f9;
    padding: 10px 20px;
    border: 1px solid #eee;

}
.greyCartBox label{
    margin-bottom:10px;
}
.label{
    float:left;
    width:100%;
    margin-bottom:10px;
}

.products.active{
    display:block;
}
.order-list .prices-right, .order-list .bottom-price, .order-list .total-hld .right{
    width: 100%;
}
.order-list .price-txt-small, .order-list .total-price .price-txt{
    text-align: left;
}
.order-list .price-txt-small:nth-of-type(2), .order-list .total-price .price-txt:nth-of-type(2){
    width: auto;
    float: right;
    text-align: right;
}
.products{
    display:none;
}
.cart-section-title .numb, .status-step .numb {
    float: left;
    width: 52px;
    height: 52px;
    background: #e7e7e7;
    font-size: 1.2em;

    text-align: center;
    margin-right: 10px;
    line-height: 52px;
    font-weight: bold;
}
.radio {
    display: none;
}
.radio-label {
    float: left;
    width: 100%;
    margin: 5px 0;
    line-height: 20px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
}
.radio-span {
    float: left;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    border: 1px solid #868686;
    margin-right: 10px;
    position: relative;
}
.radio-span::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    border-radius: 100%;
    background: #f69d00;
}
.radio:checked + label .radio-span::before {
    opacity: 1;
}

.edit-addr {
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 30px;
    z-index: 5;
    transform: translateY(-50%);
}
.cart-radio-n {
    float: left;
    margin-right: 20px;
}
.add-address-box{
    margin-top: 10px;
    float: left;
    width: 100%;
    display: none;
}
.add-address-box.visible{
    display: block;
}

.cart-section textarea{
    height: 80px;
    font-size: 0.8em;
    border-color: #ccc;
}
.small-cart-title{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
}
.success-title {
    color: #f69d00;
    font-weight: bold;
    font-size: 22px;
}
.success-txt {
    float: left;
    width: 100%;
    margin: 20px 0;
}
.success-txt a{
   color: #f69d00;
   text-decoration: underline;
       word-break: break-word;
}
.btn.mr20{
    margin-right: 20px;
}
/* .delivery-options {
    padding-left: 20px;
} */
.delivery-address {
    padding:20px;
    display: none;
}
.delivery-address-pad {
    padding:20px 20px 20px 20px;
}
.label-dark {
    color:#333;
    font-size: 1.1em;
}
.speedy1, .speedy3 {
    font-size: 18px;
    font-weight: bold;
}

#menu-toggle {
    width: 50px;
    height: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    display: none;
    margin-left: 30px;
}
#menu-toggle:hover {
  background: rgba(255, 255, 255, 0.8);
}
#menu-toggle span {
    display: block;
    background: #000;
    border-radius: 2px;
    transition: .25s ease-in-out;
}
#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}
#menu-toggle #hamburger span {
  width: 100%;
  height: 4px;
  position: relative;
  top: 12px;
  left: 0;
  margin: 10px 0;
}
#menu-toggle #hamburger span::before{
    position: absolute;
    content: "";
    left: 0;
    top:0;
    height: 100%;
    width: 0;
    background: #f69d00;
}
#menu-toggle:hover #hamburger span::before{
    width:100%;
}
 #menu-toggle #hamburger span:nth-child(2)::before {
  transition-delay: .15s;
}
#menu-toggle #hamburger span:nth-child(3)::before {
  transition-delay: .30s;
}
#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: .5s;
}
#menu-toggle #hamburger span:nth-child(2){
  transition-delay: .625s;
}
#menu-toggle #hamburger span:nth-child(3){
  transition-delay: .75s;
}
#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}
#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 4px;
  position: absolute;
  top: 31%;
  left: 29px;
  transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 4px;
  position: absolute;
  left: 22%;
  top: 33px;
  transition-delay: .25s;
}

#menu-toggle.open #hamburger span {
  width: 0%;
}
#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: .125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: .25s;
}
#menu-toggle.open #cross span:nth-child(1) {
  height: 76%;
  transition-delay: .625s;
}
#menu-toggle.open #cross span:nth-child(2) {
  width: 80%;
  transition-delay: .375s;
}
.add-review-hld{
    float: left;
    width: 100%;
    background: #f3f3f3;
    padding: 25px;
    margin-top: 20px;
    display: none;
}
.rating-box{
    float: left;
    width: 45%;
}
.review-comment{
    float: right;
    width: 50%;
    background: #fff;
    border: 1px solid #000;
    margin-bottom: 10px;
}
.brands-slider .swiper-slide {
    padding: 0 20px;
    height: 100px;
}
.brands-slider .swiper-slide a {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
}
.brands-slider .swiper-slide a img {
    position: relative;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.edit-addr {
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    z-index: 5;
    transform: translateY(-50%);
}
.choose-addres-box .left-hld{
    width: 100%;
    padding-right: 100px;
    padding-left: 25px;
}
.choose-addres-box .radio-span{
    position: absolute;
    left:10px;
}
.text-inp.code{
    height: 38px;
    line-height: 38px;
}
.add-favourites-button .added-btn, .add-favourites-button.added .add-btn{
    display:none;
}

.add-favourites-button .add-btn, .add-favourites-button.added .added-btn{
    display: inline-block;
}
.add-favourites-button.added{
    background: #f08d00;
    color: #f3f3f3;
}
.add-favourites-button.added::before{
    border-color: #f3f3f3;
}

.filter-screen {
    position: absolute;width: 100%;height: 100%;background-color: #fff;opacity: 0.5;z-index: 10;display: none;
}
.titleVariation {
    font-weight: bold;
}
.hidden {
    display:none;
}





.path-link.active{
    color:#000;
}
.main-title{
    font-size:24px;
    color:#000;
    margin-bottom:35px;
    float:left;
    width:100%;
}
.partners{
    background:#3a3b3f;
    padding:10px 20px;
    position: relative;
}
.partners:before{
   content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 66px 40px;
    border-color: transparent transparent #3a3b3f transparent;
    float: left;
    position: absolute;
    left: -40px;
    top: 0;
}
.our-partners{
    float:left;
    font-size:20px;
    color:#fff;
    line-height:45px;
    margin-right: 15px;
}
.img-p-hld img{
    margin:0 10px;
}
.number-label .head{
    font-size:20px;
    float:left;
    width:100%;
    text-align:left;
    line-height: 22px;
}
.number-label .head.white{
    margin-top: 10px;
}

.black {
     color:#000;
}
.white{
    color:#fff;
}
.breadcrumb {
    background: #fff;
    padding: 35px 0;
    box-sizing: border-box;
    border-radius: 0;
    float: left;
    width: 100%;
    margin-bottom:0px !important;
}
.breadcrumb ul li, .breadcrumb ul{
    float:left;
    list-style-type: none;
}
.breadcrumb a, .breadcrumb li{
    font-size:13px;
    color:#898989;
    float:left;
    text-decoration: none;
    line-height: 15px;
}
.breadcrumb li:before{
    content: "|";
    float: right;
    margin: 0px 3px;
    line-height: 12px;
}
.breadcrumb li:last-child:before{
    content:none;
}
.image-wrp .number-label{
    padding:25px;
}
.page-description{
    margin-top:50px;
    width:100%;
    margin-bottom:100px;
}
.description p{
    font-size:16px;
    width:100%;
    color:#000;
}
.description h1{
    float:left;
    width:100%;
    font-size:25px;
    color:#000;
}
.description h2, .description h3, .description h4, .description h5, .description h6{
    float:left;
    width:100%;
    color:#000;
    margin:20px 0px;
}
.description h2{
   font-size:23px;
}
.description h3{
    font-size:21px;
}
.description h4{
    font-size:19px;
}
.description h5{
    font-size:17px;
}
.description h6{
    font-size:15px;
}
.description a{
    text-decoration:none;
    color:#f69d00;
}
.description ul{
    float:left;
    width:100%;
}
.description li{
    list-style-type: none;
    float:left;
    width:100%;
    font-size:17px;
    font-weight: 700;
    margin-bottom:10px;
}
.description img{
   /* float:left; */
   max-width:100%;
   padding:20px;
   box-sizing:border-box;
}
.description li:before{
    content:"";
    width:10px;
    height: 10px;
    background:#f69d00;
    -webkit-transform:skew(-20deg);
    transform:skew(-20deg);
    float:left;
    margin-top:5px;
    margin-right:8px;
}
.description li h1, .description li h2, .description li h3, .description li h4, .description li h5, .description li h6, .description li p{
    float: left;
    width: calc(100% - 20px);
    margin: 0;
}
.login-wrap{
    width:800px;
    float:left;
}
.log-buttons-holder{
    border-bottom:4px solid #f69d00;
    padding-bottom:2px;
    margin-bottom:30px;
}

.btn-grey-hld{
   float:left;
   overflow:hidden;
   cursor:pointer;
}
.btn-grey-hld.auto-w .btn-grey{margin-right:15px}
.btn-grey-hld.auto-w .btn-grey .hld{padding: 0 30px}

.log-buttons-holder:second-child{
    margin-left:-10px;
}
.btn-grey-hld{
    margin-left:-10px;
}
.btn-grey-hld:first-child{
    margin-left:0;
}
.btn-grey {
    float: left;
    line-height: 42px;
    background: #f3f3f3;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 16px;
    transform: skew(35deg) perspective(1px);
    margin-left: -15px;
    width: 100%;
}
.btn-grey-hld.active  .btn-grey {
    background: #f69d00;
    z-index:2;
    position:relative;
}
.btn-grey::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #ffca3c;
    width: 0;
    height: 100%;
}
.btn-grey .hld {
    float: left;
    line-height: 50px;
     height: 45px;
    padding: 0 30px 0 35px;
    transform: skew(-35deg) perspective(1px);
    min-width:170px;
    text-transform:uppercase;
    float:left;
    text-align: center;
    color:#2e2e2e;
    padding:0 20px;
}

.input-hld.w100{
    width: 100%;
}

/*.btn-grey:after{
     content: "";
   width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 0 0 45px;
    border-color: transparent transparent transparent #f3f3f3;
    float: left;
}  */
.btn-grey.active{
    z-index:2;
}
.btn-grey.active span{
    background:#f69d00;
    color:#fff;
        transition: all 0.5s ease;
}
.btn-grey.active:after{
    border-color: transparent transparent transparent #f69d00;
}
.btn-grey.auto-width span{
    width:auto;
    padding:0 20px;
}
 .txt-login{
     font-size:16px;
     color:#000;
     margin-bottom:20px;
 }
.input-hld{
    width:49%;
    margin-bottom: 15px;
}
.input-hld-w100{
    margin-top: 15px;
}
.product-ttl {
    font-size:14px;
    color:#999;
}
.small-grey-btn {
    font-size:14px;
    padding: 0 10px;
    line-height: 30px;
    background: #424242;
}
@media screen and (max-width: 600px){
    .checkout-column.login-cart {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .input-hld {
        float: left !important;
    }
    .input-hld-w100 {
        margin-top:6px;
    }
    .login-cart::before {
        left: -23px;
    }
}

input{
    width:100%;
    float:left;
    height: 40px;
    line-height: 40px;
    border:1px solid #868686;

    padding-left: 10px;
}
label{
    color: #868686;
    font-size: 13px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.soc-register{
    position: relative;
    padding-left:50px;
    margin-top:30px;
}
.border-hld{
    position: relative;
}
.border-hld::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -35px;
    top: 0;
    background: #d2d2d2;
}
.forgot-pass {
    float:left;
    width:100%;
    text-align: center;
    font-size:13px;
    color:#898989;
    margin-bottom:15px;
}
.faceb{
    width: 100%;
    background: #4d67a4 url(../img/facebook-white.svg) no-repeat left 55px center;
    background-size: 25px;
    line-height: 36px;
    color: #fff;
    padding-left: 45px;
    border-radius: 2px;
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.faceb:hover, .gplus:hover {
   color:#fff;
   text-decoration: none;
}
.gplus{
    width: 100%;
    background: #ea4235 url(../img/google-plus.svg) no-repeat left 55px center;
    background-size: 33px;
    line-height: 36px;
    color: #fff;
    padding-left: 45px;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: 0.7s;
    transition: 0.7;
}

.soc-icon{
    float:left;
    width:100%;
    color:#000;
    font-size:17px;
    margin:5px 0;
}
.tel{
    background: url("../img/phone-email.svg") no-repeat left;
    background-size:29px;
    padding-left:30px;
}
.fb{
    background: url("../img/facebook.svg") no-repeat left;
    background-size:20px;
    padding-left:30px;
}
.inst{
   background: url("../img/instagram.svg") no-repeat left;
    background-size:20px;
     padding-left:30px;
}
.linkedin{
   background: url("../img/linkedin.svg") no-repeat left;
    background-size:20px;
     padding-left:30px;
}
 textarea{
    width:100%;
    max-width: 100%;
    height: 115px;
    padding:10px;
    resize:none;
    border:1px solid #868686;
}
.w150{
    width: 150px;
}
.contacts-holder .btn{
    margin-top:30px;
}
.blog-anotation.bottom-txt{
    margin:20px 0 40px 0;
   color:#898989;
   font-size:17px;
}
.blog-listing .blog-box-hld  .blog-title {
    height: 250px;
    overflow: hidden;
    font-size:26px;
}

.sort-by{
    margin-bottom:20px;
}
.blog-view{
    width:100%;
    max-width:930px;

}
.image-hld img{
    max-width:100%;

}
.send-comment{
    color:#000;
    font-size:26px;
    width:100%;
    float:left;
    text-transform:uppercase;
    margin-bottom:20px;
}
.comment textarea{
    width:100%;
    float:left;
    max-width: 930px;
    height: 120px;
    padding:10px;
    box-sizing:border-box;
    border:1px solid #000;
    margin-bottom:20px;
    margin-top: 10px;
}
.comment input{
    margin-top: 10px;
    border-color: #000;
}
.comment{
    padding-top:50px;
    border-top:1px solid #96979b;
}
.comment .btn{
    min-width:140px;
}
.comment .btn.read-more{
    margin: 20px 0 50px 0;
}
.read-more{
    float: right;
    width: 15%;
    height: 45px;
    line-height: 45px;
    background: #f69d00;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
.comment .btn:first-child{
    margin-right: 20px;
}

.blog-view .blog-metrics{
    margin:20px 0px;
    float:left;
    width:100%;
}

.profile-page .page-title{
    margin-bottom:30px;
}

.profile-holder{
    float: left;
    width: 100%;
    max-width: 700px;
}
.log-hld{
    margin-top:20px;
}
.tabs-holder{
    float:left;
    width:100%;
    margin-top:20px;
}
.tab{
    display:none;
    float:left;
    width:100%;
}
.tab.active {
    display: block;
}
.cart-title{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-weight: bold;
    color:#999;
    font-size:21px;
}
.choose-addres-box{
   float: left;
    width: 100%;
    padding: 10px 26px;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    background: #f9f9f9;
    position: relative;
    margin-bottom: 15px;
    border-radius: 2px;
}
.add-adr{
    margin-top:20px;
}
.edit-adr{
    width:auto;
    margin-top:20px;
}
.cart-row {
    float: left;
    width: 100%;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #d2d2d2;
    padding: 7px 0;
    position: relative;
    padding-left: 40px;
}
.order-list .cart-row {
    padding-left: 0;
}
.order-list .cart-quantity, .order-list .cart-price {
    width: 90px;
}
.order-row {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
}
.cart-row.pl0 {
    padding-left: 0;
}
.cart-header {
    float: left;
    width: 100%;
    color: #868686;
    font-size: 13px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 6px;
}
.cart-product{
    float: left;
    width: calc(100% - 510px);
}
.order-row  .cart-product {
    width: calc(100% - 610px);
    float:left;
}
.order-list .cart-product {
    width: calc(100% - 180px);
}
.product-img {
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    text-align: center;
}
.product-img img{
    max-width: 100%;
}
.cart-prod-name .name-hld {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    color: #f69d00;
    font-weight: bold;
}
.cart-prod-name {
    float: right;
    width: calc(100% - 80px);
    color: #333;
    display: table;
    height: 64px;
}
.order-row .cart-prod-name {
    width: 100%;
}
.cart-hld {
    display: inline-block;
    position: relative;
    /*top: 15px;*/
}
.cart-quantity, .cart-price {
    float: left;
    width: 170px;
    text-align: center;
    line-height: 64px;
}
.cart-header .cart-quantity, .cart-header .cart-price, .cart-header .cart-view {
    line-height: 14px;
}
.order-view-listing{
    margin-top: 20px;
}
.order-view-listing .cart-product {
    float: left;
    width: calc(100% - 420px);
}
.order-view-listing .cart-quantity{
    width: 80px;
}
.cart-price:last-of-type {
    text-align: right;
}
.cart-header .cart-view {

     padding-top: 0;
     text-align: center;
}
.cart-view .btn{
    padding:0 20px;
    display: table-cell;
}
.cart-view {
    float: left;
    width: 100px;
    line-height: 64px;
    text-align: center;
    display: grid;
    padding-top: 10px;
}
.status-hld{
   float: left;
    width: 100%;
    margin-bottom: 20px;
}
.status-step:first-of-type{
    padding-left:0;
}

.status-step .numb{
    float:none;
    display:inline-block;
}
.step-txt{
    display:block;
    font-size:14px;
}
.status-step{
   position: relative;
    text-align: center;
    float: left;
    padding-left: 225px;
    margin-top: 15px;
}
.status-step::before{
     content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 210px;
    height: 1px;
    background: #fec858;
    float: left;
}
.uncompleted.status-step::before{
     background: #ccc;
}

.cart-dropdown-hld {
    position: absolute;
    top: 85px;
    right: -10px;
    box-sizing: border-box;
    width: 320px;
    z-index: 9;
    display: none;
    padding-top:25px;
    top: 66px;
}
.cart-dropdown{
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
#myCart{
    float: left;
    width: 100%;
    padding: 10px;
    padding-bottom: 0;
}
#myCart .product-img{
    width: 50px;
}
.cart-product-box {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0px;
    box-sizing: border-box;
}
.cart-product-b {
    padding: 10px 0px;
    box-sizing: border-box;
    border-top: 1px solid #f69d00;
}
.cart-product-box:last-child{
     border-bottom: none;
}
.cart-dropdown-hld .btn-buy{
    font-size:15px;
}

.clear-hld{
    padding:0;
    box-sizing:border-box;
}
.delete {
    background: url(../img/delete.svg) no-repeat center;
    background-size: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    float: left;
    margin-top: 10px;
}
.product-info-wrap .small-head {
    font-size: 12px;
    color: #333333;
    float: left;
    margin-left: 5px;
    margin-bottom: 6px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    height: 45px;
    overflow: hidden;
    width: 100px;
   margin-top:5px;
    text-align: left;
    text-decoration: none;
}
.cart-dropdown-hld .quantity-less, .cart-dropdown-hld .quantity-more, .cart-dropdown-hld .quantity-less-box, .cart-dropdown-hld .quantity-more-box, .cart-dropdow-hld .quantity-inp {
    width: 25px;
    height: 25px;
    line-height: 26px;
    font-size: 13px;
}
.head-popup {
    text-align:left;margin-top:7px;margin-bottom:15px;font-size:14px;
}
.small-sum {
    width: 85px;
    float: right;
    padding-left: 2px;
    padding-right: 15px;
    box-sizing: border-box;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}
.small-sum.small-delivery{
    margin-top: 0;
}
.sum-box {
    margin-top:20px;
    margin-bottom:20px;
        padding: 0 10px;
}
.all-products {
    color: #333333;
    font-size: 13px;
    width:50%;
    text-align: left;
}

.fast-order-pop.popup {
    padding: 20px 40px;
    width: 94%;
    max-width: 500px;
    position: fixed;
    top: 10%;
    margin: auto;
    z-index: 2000000001;
    max-height: 80vh;
    overflow: auto;
}
.popup {
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    width: 98%;
    max-width: 500px;
    z-index: 1050;
    padding: 30px;
    display: none;
}
.popup-title{
    font-weight: bold;
    font-size:18px;
    width:100%;
    float:left;
    margin:10px 0;
}
.popup .delete{
    background:#f69d01 url(../img/delete.svg) no-repeat center;
    background-size: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
}
.popup-txt{
    font-size:14px;
    line-height: 14px;
}
.popup-txt-hld{
    margin-bottom:20px;
}
.popup .btn-angle{
    background-image: none;
}
.fast-order-pop .product-img{
    height: 50px;
}
.number-label::before,
.number-label::after {
  content: '';
  position: absolute;
  z-index: -1;
}
.number-label::after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}
/*.number-label:hover:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}*/
.phone-number{
    -webkit-transition:0.7s;
    transition:0.7s;
}
.phone-number:hover{
    color:#f69d00;
}
.triangle-top {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 10px 15px;
    border-color: transparent transparent #ffffff transparent;
    top:-10px;
    right:80px;
}
.upper-sum{
    text-transform: uppercase;
    font-size:13px;
    color:#000;
}
.cart-buy{
    background: url("../img/cart-buy.png");
    width:30px;
    height: 20px;
}
.pop-inputs-hld{
    float:left;
    margin-top:20px;
}
.pop-txt{
    text-align: left;
    font-size:13px;
    float:left;
    margin-top:10px;
    width:calc(100% - 85px);
}
.popup input{
    height: 32px;
    line-height: 30px;
}
.pop-btn{
    float:right;
    padding:10px 25px;
    color:#fff;
    background: #f69d00;
    border:none;
}
/*.login-cart a:first-child{
    margin-right: 10px;
}   */
.log{
    width:100%;
    float:left;
    margin-top:25px;
}


.checkout-column.login-cart{
    float: right;
    padding-left: 5%;
    border-left: 1px solid #d2d2d2;
    /* padding-bottom: 35px; */
    position: relative;
    width: 31%;
        clear: none;
}
.checkout-column.cart-guest{
    width: 63%;
}
.login-cart::before {
    content: attr(data-or);
    position: absolute;
    left: -18px;
    padding: 5px;
    background: #fff;
    top: 35%;
    color: #868686;
}
.login-cart .main-btn{
    margin-top: 17px;
}
.product-data-row .close {
    font-size: 12px;
    line-height: 20px;
    /* width: 40px; */
    padding-right: 20px;
    position: absolute;
    height: 20px;
    right: 0;
    background: url(../img/close.svg) no-repeat right center;
    background-size: 15px;
    top: -28px;
    background-color: #fff;
    z-index: 10;
    opacity: 1;
}
.order-column {
    width: 49%;
}
.name-order {
    color: #f69d00;
    font-weight: bold;
    float: left;
    width: 100%;
    line-height: 16px;
}
.add-btn.d-none .add-favourites-button::before{
       content:none;
}
.scroll-pop{
    max-height: 165px;
    overflow-y: auto;

}
.scroll-cart{
    max-height: 200px;
    overflow-y: auto;
}
.amaunt{
    border:1px solid #898989;
    float:left;
    min-width:55px;
    padding:3px 5px;
    box-sizing:border-box;
    text-align: center;
    margin-right:5px;
    -webkit-transition:0.7s;
    transition:0.7s;
    cursor:pointer;
    margin-bottom:5px;
}
.amaunt:hover{
    border:1px solid #ff9600;
}
.amaunt.active{
    border:1px solid #ff9600;
}
.amaunt:last-child{
    margin-right: 0px;
}
.amaunt span{
    color:#898989;
    letter-spacing: 0.4px;
}
.delete-product{
   background: url(../img/close.svg) no-repeat left center;
   background-size:15px;
   width:20px;
   height: 20px;
   position: absolute;
   top:30px;
   left:15px;
   cursor:pointer;
}
.sum{
    margin-top:-20px;
}
.edit-addr{
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0 50px 0 20px;
    font-size: 12px;
    color: #666;
    line-height: 30px;
    z-index: 5;
    transform: translateY(-50%);
}
.edit-addr.green-btn{
    padding:0 20px;
    margin-right:10px;
}
.edit-addr:hover{
    color: #ffcc66;
}
.delete-addr{
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 12px;
    color: #b7b7b7;
    line-height: 30px;
    z-index: 5;
    transform: translateY(-50%);
}
.delete-addr:hover{
    color: #ffcc66;
}
.ui-pnotify-title {
    font-size:14px !important;
}
.ui-pnotify-text {
    font-size:13px !important;
}
#speedy,#econt {
    /* margin-top:10px; */
}
#sideBarFilter{
    position: relative;
}
.clear_filter_desktop{
    position: absolute;
    right: 3px;
    line-height: 50px;
    color: rgb(51, 51, 51);
    font-size: 14px;
}
.reg-txt{
    float:left;
    color:#868686;
    font-family: 'Scada', sans-serif;
    line-height: 35px;
}
.reg-txt a{
    color:#f69d00;
}
.easy-autocomplete{
    float:left;
}
.add-review-holder{
        margin-top: 20px;

}
.add-review-holder .popup-rating{
    margin: 0;
    background: #f3f3f3;
        padding: 15px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.add-review-holder .txt {
    width: 100%;
    margin:  2px 0 12px 0;
    font-size: 14px;
    color: #868686;
}
.add-review-holder input{
    height: 30px;
    line-height: 30px;
}
.add-review-holder .head-popup{
    font-weight: bold;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.add-review-holder .rating-txt-small{
    margin-top: 7px;
}
.add-review-holder .rating-box{
    margin-top: 10px;
}
.add-review-holder  .check-label{
    margin: 10px 0
}
.product-info-holder{
    float: left;
    width: 100%;
    display: flex;
}
.product-buy-hld .buttons{
    position: absolute;
    left: 0;
    bottom: 0;
}
.product-buy-hld {
    padding-bottom: 60px;
    position: relative;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.instagram-holder iframe{
    width: 100%!important
}
.btn-cart .back-btn{
    width:100%;
}
.btn-cart .btn-angle{
    margin-top:0px;
}
.show-filter{
    display: none;
}
.description table td, .description table th{
    padding: 2px 5px;
    border: 1px solid #b7b7b7;
}
.raleted-holder, .related-slider{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.slide .product-name-hld{
    float: left;
    width: 100%;
    min-height: 175px;
}
.fast-order-pop .check-label{
    line-height: 15px;
    font-size: 13px;
}
.pop-inputs-hld{
    margin-top: 15px;
}
.fast-order-pop .input-hld{
    margin-bottom: 10px;
}
.product-box .rate-hld{
    height: 25px;
    overflow: hidden;
}
.instagram-link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index:100;
}
.loyalty-hld{
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 20px;
        background: #e0e0e0;
}
.loyalty-hld .description li{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 3px;
}
.loyalty-hld .section-title{
    margin-bottom: 10px;
}
.description .btn{
    color: #fff;
    margin-top: 10px;
}
.contacts-holder .input-hld{
    float: left;
    clear: left;
    width: 100%;
}
.contacts-holder{
    float: left;
    width: 100%;
}
.contact-column{
   width: 48%
}
.scroll-top{
   background: #ff9900 url(../img/top.svg) no-repeat center;
    right: -100px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-size: 20px;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    z-index: 900;
}
.scroll-top.visible {
    right: 100px;
    bottom:30px;
}
.visible{
    display: block;
}
.quantityDesktop {
    margin-top:20px !important;
}
.hideLogOptionsOnMobile {
    display: block;
}
.showLogOptionsOnMobile {
    display: none;
}
.page-item.disabled .page-link {
    border-color:#fff;
}

#videoSection {
    position: relative;
    padding-bottom: 52%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
#videoSection iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.description-video iframe{
    padding:5px;
    border:1px solid #eee;
    margin:10px;
}
