/*Style sheet*/
/*font-family: 'Roboto', sans-serif;*/

body {
  font-family: 'Roboto', sans-serif;
  margin:0px;
}
h1 {
  margin: 0px;
}
h2 {
  margin: 0px;
}
h3 {
  margin: 0px;
}
a {
  text-decoration: none;
  color: initial;
}
a:hover {
  text-decoration: none;
}
p {
  margin-bottom: 0px;
}
ul {
  margin: 0px;
}
input {
  outline: none;
}
/*general*/
.container-cus{
  width: 94%;
  margin: auto;
}
.container-cus::after{
  content: '';
  display: block;
  clear: both;
}
body.lock {
  height:100vh;
  overflow:hidden;
}
.line{
  border-bottom:1px solid #bfbfbf;
}

.samsam {
    border-color: #bd0303 !important;
}
/*home*/
/*top-nav*/
.top-nav{
  background: #595959;
  color: white;
}
    .top-nav::after {
        content:'';
        display:block;
        clear:both;
    }
.top-nav .container-cus{

}
.top-nav .container-cus .left{
  width: 33.33%;
  float: left;
  min-height: 1px;
}
.top-nav .container-cus .left a{
  display: inline-block;
  padding: 10px 0px;
}
.top-nav .container-cus .left a img{
  
}
.top-nav .container-cus .center{
  width: 33.33%;
  float: left;
  text-align: center;
}
.top-nav .container-cus .center p{
  color: #e3e6e4;
  font-size: 15px;
  padding: 9.5px 0px;
}
.top-nav .container-cus .right{
  width: 33.33%;
  float: left;
  text-align: right;
}
.top-nav .container-cus .right ul{
  font-size: 15px;
}
.top-nav .container-cus .right ul a{
  padding: 9px 0px;
  display: inline-block;
  color: white;
      margin-left: 14px;
}
.top-nav .container-cus .right ul a:hover{
  opacity: 0.7;
}
    .top-nav .container-cus .right ul {
    }
        .top-nav .container-cus .right ul li {
            display:inline-block;
        }
            .top-nav .container-cus .right ul li a {
            }
    .top-nav .container-cus .right .nav-cart{
        position:relative;
    }
     .top-nav .container-cus .right .nav-cart img{
        aspect-ratio: 23 / 21; 
    }
        .top-nav .container-cus .right .nav-cart span{
            position: absolute;
            background: #343434;
            width: 13px;
            height: 13px;
            text-align: center;
            font-size: 9px;
            border-radius: 10px;
            padding: 1px 0px;
            right: -9px;
            top: 6px;
        }
.mbl-cart .nav-cart {
    position: relative;
}
    .mbl-cart .nav-cart span {
        position: absolute;
        background: #595959;
        width: 13px;
        height: 13px;
        text-align: center;
        font-size: 9px;
        border-radius: 10px;
        padding: 1px 0px;
        right: -9px;
        top: -5px;
        color:#eee;
    }
    .top-nav .container-cus .right .dropdown {
    }
        .top-nav .container-cus .right .dropdown .dropdown-menu {
right: 0px;
    left: auto;
    margin: 0px;
    border-radius: 0px;
    background: #595959;
        }
        .top-nav .container-cus .right .dropdown li {
    display: block;
    font-size: 14px;
    border-bottom: 1px solid rgba(52, 52, 52, 0.41);
        }
            .top-nav .container-cus .right .dropdown li:last-child {
                border:0px;
            }
            .top-nav .container-cus .right .dropdown li a {
                display: block;
    padding: 6px 0px;
            }
                .top-nav .container-cus .right .dropdown li a:hover {
                        background: rgba(255, 0, 0, 0);
                }
/*nav*/
.nav{
  background-color: #343434;
  position: relative;
}
.nav .left{
  float: left;
}
.nav .left .logo{
  float: left;
  padding: 26px 0px;
}
.nav .left .logo img{
    aspect-ratio:17 / 5;
}
.nav .left ul{
  float: left;
  padding: 0px;
  margin-left: 70px;
}
.nav .left ul .cat-li{
  display: inline-block;
  padding: 0px 0px;
}
.nav .left ul .cat-li a{
  color: white;
  display: block;
  font-size: 18px;
  padding: 28px 25px;
  position: relative;
}
.nav .left ul .cat-li > a::after{
  content: '';
  position: absolute;
  height: 0px;
  width: 90%;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 0px;
  background: #b5b7b6;
}
.nav .left ul .cat-li.active a::after{
  height: 6px;
}
.nav .left ul .cat-li:hover a::after{
  height: 6px;
}
.nav .left ul .mega-menu-opener{
  
}
.nav .left ul .cat-li .mega-menu{
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 1);
  padding: 40px 8.89%;
  display: none;
}
.nav .left ul .mega-menu-opener:hover .mega-menu{
  display: block;
}
.nav .left ul .cat-li .mega-menu .box{
  overflow: hidden;
  position: relative;
}
.nav .left ul .cat-li .mega-menu .ver-logo{
  float: left;
  margin-right: 3%;
}
.nav .left ul .cat-li .mega-menu .ver-logo img{

}
.nav .left ul .cat-li .mega-menu .list-mega{

}
.nav .left ul .cat-li .mega-menu .list-mega ul{

}
.nav .left ul .cat-li .mega-menu .list-mega ul li{
  display: block;
}
.nav .left ul .cat-li .mega-menu .list-mega ul li a{
  color: rgb(84, 84, 84);
  display: block;
  font-size: 15px;
  padding: 7px 0px;
  font-weight: 400;
  transition: color 0.2s ease-in-out;
}
.nav .left ul .cat-li .mega-menu .list-mega ul li a:hover{
  text-decoration: none;
  color: black;
}
.nav .left ul .cat-li .mega-menu .list-mega ul li a .img-mega{
  display: none;
}
.nav .left ul .cat-li .mega-menu .list-mega ul li:hover a .img-mega{

}
.nav .left ul .cat-li .mega-menu .list-mega ul li.big{
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 16px;
}
.nav .left ul .cat-li .mega-menu .img{
  float: right;
}
.nav .left ul .cat-li .mega-menu .img img{
  width: 100%;
}
.nav .right{
  float: right;
}
.nav .right .search-box{
  border: 1px solid #5f5f5f;
  padding: 0px 12px;
  border-radius: 2px;
  margin: 19px 0px;
  float: left;
}
.nav .right .search-box img{

}
.nav .right .search-box input{
  height: 40px;
  background: rgba(255, 255, 255, 0);
  border: 0px;
  margin-left: 10px;
  width: 200px;
  color: #b2b2b2;
}
.nav .right .search-box input::placeholder { 
  color:#b2b2b2;
}
.nav .right .search-box input:-ms-input-placeholder { 
  color:#b2b2b2;
}
.nav .right .search-box input::-ms-input-placeholder {
  color:#b2b2b2;
}
.nav .right .arrow{
  margin-left: 22px;
  aspect-ratio:55 / 64;
}
/*hoe slider*/
.slider{

}
    .slider img {
        width:100%;
    }
.slider .desk-img{
    aspect-ratio:1583 / 641;
}
.slider .mbl-img{
  display: none !important;
  aspect-ratio: 1;
}
/*home 8 products*/
.afterslider-product {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 22px;
    grid-row-gap: 30px;
}
.afterslider-product .item a:hover,
.afterslider-product .item a:focus{
  color:#111;
  text-decoration: none;
}
.afterslider-product .item a:hover img{
  opacity: 0.75;
}
.afterslider-product img{
  border: 1px solid #e0e0e0;
  -webkit-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  width:100%;
  aspect-ratio: 324 / 487 !important;
}
.afterslider-product .name{
  font-size: 19px;
  margin-top: 12px;
}
.afterslider-product .category{
  color: #656565;
  font-size: 14px;
  margin: 2px 0px;
}
.afterslider-product .price{
  font-size: 17px;
}
.afterslider-product .price .cut{
  font-size: 14px;
  vertical-align: middle;
  color: #630304;
  margin-left: 15px;
  position: relative;
}
.afterslider-product .price .cut::after{
  content: '';
  width: 120%;
  position: absolute;
  background: #630304;
  height: 1px;
  left: -10%;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
/*home category*/
.home-category{
  padding-top: 55px;
  padding-bottom: 110px;
  overflow: hidden;
}
.home-category .container-cus{
  position: relative;
}
    .home-category .heading {
        text-transform: uppercase;
        font-size: 26px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 34px;
        margin-top: -10px;
    }
.home-category .arrow-left{
  position: absolute;
  left: 0px;
  z-index: 2;
  top: 0px;
  bottom: 0px;
  margin: auto;
  cursor: pointer;
}
.home-category .arrow-right{
  position: absolute;
  right: 0px;
  z-index: 2;
  top: 0px;
  bottom: 0px;
  margin: auto;
  cursor: pointer;
}
.home-category .arrow-right:hover, 
.home-category .arrow-left:hover{
  opacity: 0.8;
}
.home-category .car-cous{
  padding: 0px 32px;
}
.home-category .carousel-home{

}
.home-category .item{

}
.home-category .item img{
  display: block;
  width: 100%;
  border: 1px solid #e0e0e0;
  -webkit-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.home-category .item a:hover img{
  opacity: 0.75;
}
.home-category .item a:hover .img-top{
  border: 0px solid #736f6f;
}
.home-category .item .img-top{
  width: auto;
  left: 20px;
  position: absolute;
  top: 0px;
  border:0px;
}
.home-category .item p{
  color: #272727;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 22px;
  position: absolute;
  top: 28px;
  left: 28px;
}
.home-category .carousel-home{

}
.home-category .carousel-home .owl-dots{
  position: absolute;
  width: 100%;
  bottom: -73px;
}
.home-category .carousel-home .owl-dots .owl-dot{

}
.home-category .carousel-home .owl-dots .owl-dot span{
  width: 13px;
  height: 13px;
  background: #c8c8c8;
}
.home-category .owl-theme .owl-dots .owl-dot.active span, .home-category .owl-theme .owl-dots .owl-dot:hover span{
  background: #343434;
}
/*home-banner*/
.home-banner{
  position: relative;
}
.home-banner img{
  width: 100%;
}
.home-banner .desk-img{
    aspect-ratio: 1583 / 486;
}
.home-banner .mbl-img{
  display: none;
  aspect-ratio: 1;
} 
.home-banner .big-box{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.home-banner .box{
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  display: inline-block;
  margin-left: 18%;
}
.home-banner .box h3{
  color: white;
  font-weight: 800;
  font-size: 57px;
  margin-bottom: 10px;
}
.home-banner .box p{
  color: white;
  font-weight: 200;
  font-size: 21px;
  line-height: 23px;
  margin-top: 16px;
  margin-bottom: 38px;
}
.home-banner .box a{
  background: white;
  display: block;
  padding: 9px 20px;
  font-size: 21px;
  letter-spacing: 1px;
}
.home-banner .box a:hover{
  background: rgba(255, 255, 255, 0.84);
}
.home-banner .box a img{
  width: initial;
  float: right;
  padding: 7px 0px;
  -webkit-transition: margin-right 0.3s linear;
  -o-transition: margin-right 0.3s linear;
  transition: margin-right 0.3s linear;
}
.home-banner .box a:hover{
  color:#333;
}
.home-banner .box a:hover img{
  margin-right: -10px;
}
/*home-products*/
.home-products{

}
.home-products .container-cus{
  padding: 0px 60px;
}
.home-products h2{
  font-weight: 800;
  text-align: center;
  font-size: 33px;
  padding: 50px 0px;
  letter-spacing: 1.5px;
}
.home-products .carousel-product{

}
.home-products .carousel-product .item{
  text-align: center;
  position:relative
}
.home-products .carousel-product .item a:hover,
.home-products .carousel-product .item a:focus{
  color:#111;
  text-decoration: none;
}
.home-products .carousel-product .item a:hover img{
  opacity: 0.75;
}
.home-products .carousel-product img{
  border: 1px solid #e0e0e0;
  -webkit-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  aspect-ratio: 295 / 364;
}
    .home-products .carousel-product .percentage{
        position: absolute;
        z-index: 1;
        background: #9b1c1e;
        color: white;
        font-size: 15px;
        top: 10px;
        left: 10px;
        padding: 4px 12px;
    }
.home-products .carousel-product .name{
  font-size: 19px;
  margin-top: 12px;
}
.home-products .carousel-product .category{
  color: #656565;
  font-size: 14px;
  margin: 2px 0px;
}
.home-products .carousel-product .price{
  font-size: 17px;
}
.home-products .carousel-product .price .cut{
  font-size: 14px;
  vertical-align: middle;
  color: #630304;
  margin-left: 15px;
  position: relative;
}
.home-products .carousel-product .price .cut::after{
  content: '';
  width: 120%;
  position: absolute;
  background: #630304;
  height: 1px;
  left: -10%;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.home-products .bot-arrows{
  text-align: center;
  padding-bottom: 50px;
  padding-top: 10px;
  
}
.home-products .bot-arrows img{
  margin: 0px 10px;
  cursor: pointer;
  aspect-ratio: 1;
}
.home-products .bot-arrows img:hover{
  opacity: 0.8;
}
/*before footer*/
.before-footer{
  padding-top: 65px;
}
.before-footer .big-box{
  overflow: hidden;
  width: calc(100% + 50px);
  margin-left: -25px;
}
.before-footer .big-box .box{
  display: flex;
  width: 33.33%;
  float: left;
  padding: 0px 25px;
}
.before-footer .big-box .box .left{
  width: 29%;
  aspect-ratio: 54 / 53;
}
.before-footer .big-box .box .left img{
  width: 100%;
}
.before-footer .big-box .box .right{
  background: #9c9c9c;
  width: 71%;
}
.before-footer .big-box .box .right .verti-box{
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px 45px;
}
.before-footer .big-box .box .right .verti-box::after{
  content: '';
  position: absolute;
  width: 8px;
  height: 100%;
  background-color: #343434;
  left: 0px;
  top: 0px;
}
.before-footer .big-box .box .right .verti-box .bold{
  color: white;
  font-size: 25px;
  margin-bottom: 7px;
  line-height: normal;
}
.before-footer .big-box .box .right .verti-box p{
  color: white;
  font-size: 15px;
  line-height: 16px;
}
/*footer*/
.footer{
  padding: 65px 0px;
}
.footer .left{
  width: 55%;
  float: left;
  padding: 0px 60px;
}
.footer .left .box{
  width: 33.33%;
  float: left;
}
.footer .left .box p{
  color: #262626;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer .left .box ul{
  padding: 0px;
}
.footer .left .box ul li{
  display: block;
}
.footer .left .box ul li a{
  display: block;
}
.footer .left .box ul li a:hover{
  text-decoration: underline;
  color:#333;
}
.footer .left .box .sup{

}
.footer .left .box .sup li{
  line-height: 25px;
}
.footer .left .box .sup li a{

}
.footer .left .box .sup li.bold{
  margin-top: 6px;
}
.footer .left .box .sup li.bold a{
  display: inline-block;
  background-color: #343434;
  color: white;
  font-weight: 500;
  font-size: 17px;
  padding: 3px 12px;
  padding-right: 35px;
}
.footer .left .box .cate{

}
.footer .left .box .cate li{
  line-height: 26.5px;
}
.footer .left .box .cate li a{
  font-size: 14px;
}
.footer .left .box .soci{

}
.footer .left .box .soci li{
  width: 145px;
  border-bottom: 1px solid #8e8e8e;
}
.footer .left .box .soci li a{
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  overflow: hidden;
  padding: 20px 0px;
}
.footer .left .box .soci li a:hover{
  opacity: 0.8;
}
.footer .left .box .soci li a img{
  margin-right: 8px;
  aspect-ratio: 41 / 33;
}
.footer .left .box .soci li a span{
  padding: 6px 0px;
  display: inline-block;
}
.footer .left .box .soci li:first-child a{
  padding-top: 0px;
}
.footer .left .box .soci li:last-child{
  border:0px;
}
.footer .left .box .soci li:last-child a{
  padding-bottom: 0px;
}
.footer .right{
  width: 45%;
  float: right;
}
.footer .right .box{
  background: #595959;
  padding: 2px;
  background-image: url(../img/icons/at.png);
  background-repeat: no-repeat;
  background-position: center right;
}
.footer .right .box .top{
  overflow: hidden;
}
.footer .right .box .top img{
  float: left;
  aspect-ratio: 72 / 65;
}
.footer .right .box .top p{
  float: left;
  color: white;
  font-weight: 400;
  font-size: 16px;
  padding: 27px 0px;
  margin-left: 23px;
}
.footer .right .box .inp{
  padding: 0px 98px;
  overflow: hidden;
  padding-bottom: 74px;
}
.footer .right .box .inp input{
  width: 84.5%;
  float: left;
  margin-right: 0.5%;
  height: 62px;
  padding: 0px 20px;
  border: 1px solid #fff;
}
.footer .right .box .inp a{
  width: 15%;
  background: white;
  display: block;
  float: left;
  text-align: center;
  padding: 20.5px 0px;
}
.footer .right .box .inp a img{
  -webkit-transition: margin-left 0.3s linear;
  -o-transition: margin-left 0.3s linear;
  transition: margin-left 0.3s linear;
  aspect-ratio: 1;
}
.footer .right .box .inp a:hover img{
  margin-left: 15px;
}
/*after-footer*/
.after-footer{
  background-color: #343434;
  padding: 34px 0px;
}
.after-footer .left{
  width: 50%;
  float: left;
  padding: 5px 0px;  
}
.after-footer .left img{
    aspect-ratio: 79 / 23;

}
.after-footer .left p{
  display: inline-block;
  color: white;
  font-size: 12px;
  font-weight: 300;
  margin-left: 20px;
}
.after-footer .left p span{
  font-weight: 400;
  margin-left: 10px;
}
.after-footer .right{
  width: 50%;
  float: left;
  text-align: right;
  
}
.after-footer .right img{
    aspect-ratio: 49 / 11;
}
.after-footer .right p{
  display: inline-block;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 25px;
  position: relative;
}
.after-footer .right p::before{
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background: white;
  left: -12px;
  border-radius: 10px;
}
/*banner*/
.banner{

}
.banner img{
  width: 100%;
}
.banner .desktop-banner{
  display: block;
}
.banner .mbl-banner{
  display: none;
}
/*product-grid*/
.product-grid{

}
.product-grid .container-cus{
  padding: 40px 60px;
}
.product-grid .left{
  width: 22%;
  margin-right: 5%;
  float: left;
}
/*.product-grid .left h1{
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 800;
  border-bottom: 5px solid #717171;
  padding-bottom: 35px;
  margin-bottom: 17px;
  position: relative;
  height:auto !important;
}*/
.product-grid .left h1 {
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 700;
    border-bottom: 5px solid #717171;
    padding-bottom: 35px;
    margin-bottom: 17px;
    position: relative;
    height: auto !important;
}
.product-grid .left h1::after{
  content: '';
  position: absolute;
  width: 0px;
  height: 14px;
  background-image: url(../img/icons/minus.png);
  background-size: 100% 100%;
  right: 0px;
  top: 7px;
  margin: auto;
}
.product-grid .left h1.collapsed::after{
  background-image: url(../img/icons/plus.png);
}
    .product-grid .left .collapse.in {
        height: auto !important;
    }
.product-grid .left ul{
  padding: 0px;
}
.product-grid .left ul li{
  display: block;
}
.product-grid .left ul li a{
  display: block;
  font-size: 16px;
  color: #595959;
  padding: 5px 0px;
}
.product-grid .left ul li a:hover{
  text-decoration: underline;
  color:#333;
}
.product-grid .left ul li.active a{
  font-weight: 600;
  color:#333
}
.product-grid .left h3{
  font-size: 26px;
  font-weight: 700;
  border-bottom: 5px solid #717171;
  padding-bottom: 18px;
  margin-bottom: 14px;
  margin-top: 50px;
  position: relative;
  cursor: pointer;
  height:auto !important;
}
.product-grid .left h3::after{
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url(../img/icons/minus.png);
  background-size: 100% 100%;
  right: 0px;
  top: 7px;
  margin: auto;
}
.product-grid .left h3.collapsed::after{
  background-image: url(../img/icons/plus.png);
}
.product-grid .right{
  width: 73%;
  float: right;
}
.product-grid .right .top{
  overflow: hidden;
  padding-bottom: 35px;
}
.product-grid .right .top h2{
  float: left;
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 800;
  position: relative;
}
.product-grid .right .top p{
  float: right;
  font-size: 13px;
  padding: 5px 0px;
  color: #707070;
}
.product-grid .right .top p a{
  color: #282828;
}
.product-grid .right .top p a:hover{
  text-decoration: underline;
}
.product-grid .right .boxbox{
  width: calc(100% + 40px);
  margin-left: -20px;
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
}
.product-grid .right .boxbox::after{
  content: '';
  clear: both;
  display: block;
}
.product-grid .right .boxbox .box{
  width: 100%;
  padding: 0px 20px;
  margin-bottom: 25px;
}
.product-grid .right .boxbox .box a:hover{
  color:#111;
}
.product-grid .right .boxbox .box a:hover img{
  opacity: 0.8;
}
.product-grid .right .boxbox .box .img{
  box-shadow: 0px 0px 35px #c5c5c5;
  -webkit-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  position:relative;
}
.product-grid .right .boxbox .box .img img{
  width: 100%;
}
    .product-grid .right .boxbox .box .img .percentage {
        position: absolute;
        z-index: 1;
        background: #9b1c1e;
        color: white;
        font-size: 15px;
        top: 10px;
        left: 10px;
        padding: 4px 12px;
    }
.product-grid .right .boxbox .box .bot{
  display: grid;
  grid-template-columns: 1fr auto;
  padding-top: 16px;
}
.product-grid .right .boxbox .box .bot .left-sd{
  min-height: 95px;
}
.product-grid .right .boxbox .box .bot .right-sd{
  text-align: right;
}
.product-grid .right .boxbox .box .bot .name{
  font-size: 19px;
}
.product-grid .right .boxbox .box .bot .vari{
  color: #8a8a8a;
  font-size: 15px;
}
.product-grid .right .boxbox .box .bot .vari-img{
  margin-top: 10px;
}
.product-grid .right .boxbox .box .bot .vari-img img{
  width:30px;
  border: 1px solid #e0e0e0;
}
.product-grid .right .boxbox .box .bot .price{
  font-size: 19px;
}
.product-grid .right .boxbox .box .bot .cut{
  display: inline-block;
  color: #630304;
  position: relative;
}
.product-grid .right .boxbox .box .bot .cut::after{
  content: '';
  width: 120%;
  position: absolute;
  background: #630304;
  height: 1px;
  left: -10%;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
/*product top*/
.product-top{

}
.product-top .container-cus{
  padding: 0px 60px;
}
.product-top p{
  text-align: right;
  border-bottom: 1px solid #343434;
  font-size: 13px;
  padding: 30px 0px;
  margin-top: 10px;
  position: relative;
}
.product-top p .head{
  float: left;
  font-size: 29px;
  margin-top: -12px;
}
.product-top p .head span{
  font-weight: 800;
}
.product-top p::after{
  content: '';
  background: #343434;
  width: 190px;
  position: absolute;
  left: 0px;
  top: 100%;
  height: 6px;
}
.product-top p a{
  margin: 0px 2px;
  color: #282828;
}
    .product-top p a:hover {
        text-decoration:underline;
    }
.product-top p img{
  vertical-align: baseline;
  margin-left: 18px;
}
/*product*/
.product{
  margin-bottom: 100px;
}
.product .container-cus{
  padding: 0px 60px;
  display: grid;
  grid-template-columns: 62% 27%;
  justify-content: space-between;
  padding-top: 70px;
}
.product .left{
  display: grid;grid-template-columns: 8% 30%;
  grid-template-columns: 8% 1fr;
  
  grid-gap: 8%;
}
.product .more-img{

}
.product .more-img img{
  width: 100%;
  border: 5px solid #e3e3e3;
  margin-bottom: 10px;
}
.product .big-img{
    position:relative;
}
.product .big-img img{
  width: 100%;
  border: 1px solid #efefef;
}
.product .product-detail{
  
}
.product .product-detail .info{
  display: grid;
  grid-template-columns: 65% 35%;
  justify-content: space-between;
  border-bottom: 1px solid #e4e3e8;
  padding-bottom: 30px;
}
.product .product-detail .info .name{
  font-size: 22px;
  font-weight: 900;
}
.product .product-detail .info .name span{
  display: block;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.5px;
}
.product .product-detail .info .price{
  text-align: right;
  font-size: 21px;
  color: #323232;
}
.product .product-detail .info .price span.cut{
  color: #a20002;
  display: block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.product .product-detail .info .price span .cut{
  display: inline-block;
}
.product .product-detail .info .price span .cut::after{
  content: '';
  width: 120%;
  position: absolute;
  background: #a20002;
  height: 1px;
  left: -10%;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.product .product-detail .color-box{
      border-bottom: 1px solid #e4e3e8;
    padding-top: 30px;
    padding-bottom: 23px;
    display: grid;
    row-gap: 16px;
}
.product .product-detail .color-box p{
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 24px;
}
.product .product-detail .color-box p span{
  margin: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}
.product .product-detail .color-box div{

}
.product .product-detail .color-box div .img{
  margin-right: 7px;
  margin-bottom: 7px;
  position: relative;
  display: inline-block;
  box-shadow: 0px 0px 5px rgba(17, 17, 17, 0.22);
}
.product .product-detail .color-box div .img input{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
}
.product .product-detail .color-box div .img input:checked + img{
  padding: 4px;
  background: #343434;
}
    .product .product-detail .color-box div img {
        padding: 3px;
        width: 38px;
    }
.product .product-detail .color-box div .img.active img{
  padding: 4px;
  background: #343434;
}
.product .product-detail .size-box{
  border-bottom: 1px solid #e4e3e8;
  padding: 30px 0px;
}
.product .product-detail .size-box .size-head{
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  margin-bottom: 15px;
}
.product .product-detail .size-box .size-head p{
  text-transform: uppercase;
  font-weight: 500;
}
.product .product-detail .size-box .size-head p img{
  margin-right: 4px;
}
.product .product-detail .size-box .size-head p.guide{
  text-transform: capitalize;
}
.product .product-detail .size-box .sizes{

}
.product .product-detail .size-box .sizes::after{
  content: '';
  display: block;
  clear: both;
}
    .product .product-detail .size-box .size {
        min-width: 55px;
        float: left;
        margin-right: 4px;
        position: relative;
        margin-bottom: 4px;
    }
    .product .product-detail .size-box .size p {
        height: 55px;
        text-align: center;
        color: #8a8a8a;
        font-size: 13px;
        border: 1px solid #b9b9b9;
        padding: 18px 0px;
        letter-spacing: -0.4px;
    }
.product .product-detail .size-box .size input{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
}
.product .product-detail .size-box .size input:checked + p{
  background: #343434;
  color: #dedede;
}
.product .product-detail .size-box .size .red-cross{
    width: 100%;
    background: rgb(0 0 0 / 20%);
    opacity: 0.3;
    filter: grayscale(1);
    position: absolute;
    z-index: 8;
    top: 0px;
}
.product .product-detail .btn-box{
  display: grid;
  grid-template-columns: 65px 1fr;
  grid-gap: 8%;
  text-align: center;
  border-bottom: 1px solid #e4e3e8;
  padding: 30px 0px;
}
    .product .product-detail .btn-box .product-qty {
        border: 1px solid #818181;
    }
        .product .product-detail .btn-box input {
            text-align: center;
            height: 47px;
            border:0px;
            float:left;
            width:calc(100% - 20px);
        }
        .product .product-detail .btn-box .product-qty .icons {
            float:right;
            border-left: 1px solid #a9a9a9;
            width: 19px;
        }
            .product .product-detail .btn-box .product-qty .icons img {
                padding: 6.7px 5px;
                display: block;
                border-bottom: 1px solid #a9a9a9;
                height: 23.38px;
                width: 100%;
            }
                .product .product-detail .btn-box .product-qty .icons img:last-child {
                    border:0px;
                }
.product .product-detail .btn-box .btn-cart{
  background: #343434;
  color: #fff;
  font-size: 18px;
  padding: 12px 0px;
}
.product .product-detail .disc-box{
  padding: 30px 0px;
}
.product .product-detail .disc-box .bold{
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 16px;
}
    .product .product-detail .disc-box .light {
        color: #828282;
        line-height: 23px;
    }
.product .product-detail .disc-box ul{
  padding: 0px;
  margin-top: 10px;
}
.product .product-detail .disc-box ul li{
  display: block;
  line-height: 28px;
}
.product .product-detail .disc-box ul li::before{
  content: '';
  width: 5px;
  height: 2px;
  display: inline-block;
  background: #9a9a9a;
  vertical-align: middle;
  margin-right: 9px;
}
/*related product*/
.related-product{
  margin-bottom: 70px;
}
.related-product .container-cus{
  padding: 0px 60px;
}
.related-product h3{
  font-weight: 600;
  text-align: center;
  font-size: 34px;
  margin-bottom: 40px;
}
.related-product .carousel-related-box{
  position: relative;
}
.related-product .carousel-related-box .arrow-left{
  width: 45px;
  position: absolute;
  top: -84px;
  left: 0px;
  z-index: 5;
  bottom: 0px;
  margin: auto;
}
.related-product .carousel-related-box .arrow-right{
  width: 45px;
  position: absolute;
  top: -84px;
  right: 0px;
  z-index: 5;
  bottom: 0px;
  margin: auto;
}
.related-product .carousel-related
.related-product .carousel-related{

}
    .related-product .carousel-related a:hover,
    .related-product .carousel-related a:focus {
        color: #111;
        text-decoration: none;
    }
.related-product .carousel-related .img{
}
.related-product .carousel-related .img img{
  width: 100%;
  border: 1px solid #e0e0e0;
}
.related-product .carousel-related .percentage {
        position: absolute;
        z-index: 1;
        background: #9b1c1e;
        color: white;
        font-size: 15px;
        top: 10px;
        left: 10px;
        padding: 4px 12px;
    }
.related-product .carousel-related .bot{
  display: grid;
  grid-template-columns: 1fr auto;
  padding-top: 16px;
}
.related-product .carousel-related .bot .left-sd{
  min-height: 95px;
}
.related-product .carousel-related .bot .right-sd{
  text-align: right;
}
.related-product .carousel-related .bot .name{
  font-size: 19px;
}
.related-product .carousel-related .bot .vari{
  color: #8a8a8a;
  font-size: 15px;
}
.related-product .carousel-related .bot .vari-img{
  margin-top: 10px;
}
.related-product .carousel-related .bot .vari-img img{
  width:30px;
  border: 1px solid #e0e0e0;
  display: inline-block;
}
.related-product .carousel-related .bot .price{
  font-size: 19px;
}
.related-product .carousel-related .bot .cut{
  display: inline-block;
  color: #630304;
  position: relative;
}
.related-product .carousel-related .bot .cut::after{
  content: '';
  width: 120%;
  position: absolute;
  background: #630304;
  height: 1px;
  left: -10%;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
/*addtocart*/
.addtocart{
  background-color: rgba(52, 52, 52, 0.88);
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  width: 100%;
  height: 100vh;
  display: none;
  overflow-x: hidden;
}
.addtocart .box{
  width: 665px;
  float: right;
  background: #f6f6f6;
  overflow-y: auto;
  height: 100vh;
  margin-right: -665px;
  -webkit-transition: margin-right 0.7s linear;
  -o-transition: margin-right 0.7s linear;
  transition: margin-right 0.7s linear;
  position:relative;
}
.addtocart.open-cart .box{
  margin-right: 0px;
}
.addtocart .box .top{
  border-bottom: 1px solid #dddddd;
}
.addtocart .box .top p{
  text-align: right;
  padding: 9px 60px;
}
.addtocart .box .top p span{
  margin-left: 15px;
}
.addtocart .box .top p .name{

}
.addtocart .box .top p .wheel-box{

}
.addtocart .box .top p .wheel-box img{

}
.addtocart .box .top p .cart{

}
.addtocart .box .top p .cart img{

}
    .addtocart .box .top p .cart {
        position: relative;
    }
        .addtocart .box .top p .cart span {
            position: absolute;
            background: #595959;
            width: 13px;
            height: 13px;
            text-align: center;
            font-size: 9px;
            border-radius: 10px;
            padding: 1px 0px;
            right: -9px;
            top: -5px;
            color: #eee;
        }
.addtocart .box .top p a{

}
.addtocart .box .cart-products{
  padding: 0px 68px;
  padding-top: 28px;
  padding-bottom: 40px;
}
.addtocart .box .cart-items{
  background-color: #ffffff;
  position: relative;
  display: grid;
  grid-template-columns: 21% 74%;
  justify-content: space-between;
  padding: 15px;
  margin-bottom: 18px;
}
.addtocart .box .cart-items .img{

}
.addtocart .box .cart-items .img img{
  width: 100%;
  border: 1px solid #e8e8e8;
}
    .addtocart .box .cart-items .edit-order {
        font-weight: 500;
        line-height: 23px;
        font-size: 15px;
        text-align: center;
        margin-top: 14px;
        cursor:pointer;
    }
.addtocart .box .cart-items .text{
  position:  relative;
}
.addtocart .box .cart-items .text .name{
  line-height: 16px;
}
.addtocart .box .cart-items .text .name span{
  display: block;
  font-weight: 600;
  font-size: 16px;
}
    .addtocart .box .cart-items .text .box-b {
        margin-top: 10px;
        overflow: hidden;
        padding-right: 160px;
    }
/*.addtocart .box .cart-items .text .box-xs:nth-child(even){
  text-align: right;
  padding-right: 10px;
}
.addtocart .box .cart-items .text .box-xs:nth-child(odd)::after{
  content: '';
  position: absolute;
  width: 2px;
  height: 70%;
  background: black;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}*/
    .addtocart .box .cart-items .text .box-xs {
        width: 100%;
        float: left;
        padding: 0px 0px;
        margin: 1px 0px;
        position: relative;
    }
        .addtocart .box .cart-items .text .box-xs p {
            line-height: 18px;
            font-size: 13px;
        }
            .addtocart .box .cart-items .text .box-xs p span {
                min-width: 40px;
                display: inline-block;
            }
.addtocart .box .cart-items .text .box-xs p span.bold{
  font-weight: 600;
  margin-left: 11px;
}
.addtocart .box .cart-items .text .color{

}
.addtocart .box .cart-items .text .color p{
  display: inline-block;
}
    .addtocart .box .cart-items .text .color img {
        display: inline-block;
        width: 19px;
        margin-left: 9px;
    }
.addtocart .box .cart-items .text .total{
  position: absolute;
  right: 0px;
  font-weight: 900;
  font-size: 15px;
  bottom: 4px;
}
.addtocart .box .cart-items .text .close{
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 1;
}
.addtocart .box .total-box{
  padding: 0px 68px;
}
.addtocart .box .total-box p{
  padding: 38px 30px;
  position: relative;
  font-weight: 600;
  font-size: 18px;
}
.addtocart .box .total-box p::before{
  content: '';
  position: absolute;
  width: 100%;
  background: #343434;
  height: 4px;
  left: 0px;
  top: 0px;
}
.addtocart .box .total-box p::after{
  content: '';
  position: absolute;
  width: 100%;
  background: #343434;
  height: 4px;
  left: 0px;
  bottom: 0px;
}
.addtocart .box .total-box p span{
  float: right;
}
    .addtocart .box .center-part {
        height: calc(100vh - 202px);
        overflow: auto;
    }
.addtocart .box .btn-box{
    padding: 0px 76px;
    margin-left: -8px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: #f6f6f6;
}
    .addtocart .box .btn-box a:hover {
        cursor:pointer;
    }
    .addtocart .box .btn-box .light-btn {
        display: block;
        background-color: #595959;
        text-align: center;
        color: white;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        padding: 16px 0px;
        margin-bottom: 10px;
    }
.addtocart .box .btn-box .dark-btn{
  display: block;
  background-color: #343434;
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 16px 0px;
}
/*checkout*/
.checkout{

}
.checkout .container-cus{
  padding: 0px 60px;
  padding-top: 70px;
  padding-bottom: 90px;
}
.checkout .left{
  width: 52%;
  float: left;
}
.checkout .left .nav{
  background-color: rgba(52, 52, 52, 0);
  border-bottom: 3px solid #343434;
  position:static;
}
.checkout .left .nav li{
  width: 50%;
  float: left;
}
.checkout .left .nav li a{
  display: block;
  padding: 15px 23px;
  padding-bottom: 11px;
  margin: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  border: 0px;
  background: #f7f7f7;
}
.checkout .left .nav li.active{

}
.checkout .left .nav li:last-child{
  text-align: center;
}
.checkout .left .nav li a:hover{
  background: #828282;
  color: white;
}
.checkout .left .nav li.active a,
.checkout .left .nav li.active a:hover{
  background: #343434;
  color: white;
}

.checkout .left .tab-content{

}
.checkout .left .tab-content .tab-pane{

}
.checkout .left .tab-content .tab-pane .sign-in-box{
  background: #f7f7f7;
  margin-top: 40px;
  padding: 55px 130px;
}
.checkout .left .tab-content .tab-pane .sign-in-box input{
  width: 100%;
  height: 54px;
  margin-bottom: 12px;
  border: 1px solid #111;
  padding: 0px 20px;
}
.checkout .left .tab-content .tab-pane .sign-in-box .bot{
  margin-top: 10px;
    overflow: hidden;
}
.checkout .left .tab-content .tab-pane .sign-in-box .bot .check-box{
  float: left;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  padding: 13px 0px;
}
.checkout .left .tab-content .tab-pane .sign-in-box .bot .check-box input{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
  z-index: 4;
  cursor: pointer;
}
.checkout .left .tab-content .tab-pane .sign-in-box .bot .check-box .square{
  display: inline-block;
  border: 1px solid #343434;
  width: 22px;
  height: 22px;
  margin-right: 12px;
  float: left;
  position: relative;
}
.checkout .left .tab-content .tab-pane .sign-in-box .bot .check-box input:checked + .square{
  background: #343434;
}
.checkout .left .tab-content .tab-pane .sign-in-box .bot .check-box input:checked + .square::after{
  content: '';
  background: url(../img/icons/check.png);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.checkout .left .tab-content .tab-pane .sign-in-box .bot .dark-btn{
  float: right;
  background: #343434;
  font-weight: 800;
  font-size: 18px;
  color: white;
  padding: 12px 38px;
}
.checkout .left .guest-box{
  padding: 30px 25px;
}
.checkout .left .guest-box h4{
  margin: 0px;
  margin-bottom: 17px;
  font-size: 21px;
  font-weight: 400;
}
.checkout .left .guest-box .form{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 18px;
  justify-content: space-between;
  margin-bottom: 36px;
}
.checkout .left .guest-box input{
  width: 100%;
  height: 49px;
  border: 1px solid #111;
  padding: 0px 20px;
}
.checkout .left .guest-box select{
  width: 100%;
  height: 49px;
  border: 1px solid #111;
  padding: 0px 20px;
  outline: none;
}
.checkout .left .guest-box .check-box{
  position: relative;
  font-size: 14px;
  margin-top: -5px;
  margin-bottom: 32px;
  padding: 7px 0px;
}
.checkout .left .guest-box .check-box input{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
  z-index: 4;
  cursor: pointer;
}
.checkout .left .guest-box .check-box .square{
  display: inline-block;
  border: 1px solid #343434;
  width: 25px;
  height: 25px;
  margin-right: 16px;
  float: left;
  position: relative;
  margin-top: -3px;
}
.checkout .left .guest-box .check-box input:checked + .square{
  background: #343434;
}
.checkout .left .guest-box .check-box input:checked + .square::after{
  content: '';
  background: url(../img/icons/check.png);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.checkout .left .guest-box .two-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 18px;
  justify-content: space-between;
  margin-bottom: 10px;
}
.checkout .left .guest-box .two-row input{

}
.checkout .left .guest-box .check-row{
  position: relative;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 32px;
  padding: 7px 0px;
}
.checkout .left .guest-box .check-row input{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
  z-index: 4;
  cursor: pointer;
}
.checkout .left .guest-box .check-row .square{
  display: inline-block;
  border: 2px solid #939393;
  width: 22px;
  height: 22px;
  margin-right: 12px;
  float: left;
  position: relative;
  border-radius: 29px;
  margin-top: -1px;
}
.checkout .left .guest-box .check-row input:checked + .square{

}
.checkout .left .guest-box .check-row input:checked + .square::after{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #343434;
  border-radius: 12px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.checkout .left .guest-box .radio-row{
  margin-top: -13px;
  overflow: hidden;
}
.checkout .left .guest-box .radio-row p{
  float: left;
  position: relative;
  font-weight: 800;
  font-size: 17px;
  padding: 13px 0px;
  margin-right: 40px;
  color: #3f3f3f;
}
.checkout .left .guest-box .radio-row p input{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
  z-index: 4;
  cursor: pointer;
}
.checkout .left .guest-box .radio-row p .square{
  display: inline-block;
  border: 2px solid #939393;
  width: 22px;
  height: 22px;
  margin-right: 12px;
  float: left;
  position: relative;
  border-radius: 29px;
  margin-top: 0px;
}
.checkout .left .guest-box .radio-row p input:checked + .square{
}
.checkout .left .guest-box .radio-row p input:checked + .square::after{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #343434;
  border-radius: 12px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.checkout .left .guest-box .btn-check{
  display: block;
  background: #3d3d3d;
  text-align: center;
  color: white;
  font-weight: 900;
  font-size: 18px;
  padding: 24px 0px;
  letter-spacing: 0.3px;
  margin-top: 40px;
}
.checkout .left .guest-box .btn-check:hover{
  background: #6b6a6a;
}





.checkout .right{
  width: 40%;
  float: right;
}
.checkout .right .head{
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
  padding: 16px 0px;
}
.checkout .right .cart-products{
  padding-top: 28px;
  padding-bottom: 10px;
}
.checkout .right .cart-items{
  background-color: #ffffff;
  position: relative;
  display: grid;
  grid-template-columns: 21% 74%;
  justify-content: space-between;
  padding: 13px;
  margin-bottom: 18px;
  box-shadow: 0px 0px 5px rgba(17, 17, 17, 0.22);
}
.checkout .right .cart-items .img{

}
.checkout .right .cart-items .img img{
  width: 100%;
  border: 1px solid #e8e8e8;
}
    .checkout .right .cart-items .edit-order {
        font-weight: 500;
        line-height: 23px;
        font-size: 14px;
        text-align: center;
        margin-top: 11px;
        cursor: pointer;
    }
.checkout .right .cart-items .text{
  position:  relative;
}
.checkout .right .cart-items .text .name{
  line-height: 16px;
}
.checkout .right .cart-items .text .name span{
  display: block;
  font-weight: 600;
  font-size: 16px;
}
.checkout .right .cart-items .text .box-b{
  margin-top: 34px;
  overflow: hidden;
  /*padding-right: 160px;*/
  padding-right: 110px;
}
/*.checkout .right .cart-items .text .box-xs:nth-child(even){
  text-align: right;
  padding-right: 10px;
}
.checkout .right .cart-items .text .box-xs:nth-child(odd)::after{
  content: '';
  position: absolute;
  width: 2px;
  height: 70%;
  background: black;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}*/
    .checkout .right .cart-items .text .box-xs {
        width: 100%;
        float: left;
        padding: 0px 0px;
        margin: 3px 0px;
        position: relative;
    }
        .checkout .right .cart-items .text .box-xs p {
            line-height: 18px;
            font-size: 14px;
        }
    .checkout .right .cart-items .text .box-xs p span {
        min-width: 40px;
        display: inline-block;
    }
.checkout .right .cart-items .text .box-xs p span.bold{
  font-weight: 800;
  margin-left: 11px;
}
.checkout .right .cart-items .text .color{

}
.checkout .right .cart-items .text .color p{
  display: inline-block;
}
.checkout .right .cart-items .text .color img{
  display: inline-block;
  width: 22px;
  margin-left: 11px;
}
.checkout .right .cart-items .text .total{
  position: absolute;
  right: 0px;
  font-weight: 900;
  font-size: 15px;
  bottom: 4px;
}
.checkout .right .cart-items .text .close{
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 1;
}
.checkout .right .promo-code{
  padding: 35px 60px;
  padding-bottom: 57px;
}
.checkout .right .promo-code p{
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 12px;
}
.checkout .right .promo-code .input-row{
  display: grid;
  grid-template-columns: 65% 34%;
  row-gap: 18px;
  justify-content: space-between;
}
.checkout .right .promo-code .input-row input{
  width: 100%;
  height: 48px;
  border: 1px solid #111;
  padding: 0px 20px;
}
.checkout .right .promo-code .input-row .grey-btn{
  background: #3d3d3d;
  color: white;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  padding: 10px 0px;
}
.checkout .right .promo-code .input-row .grey-btn:hover{
  background: #6b6a6a;
}
.checkout .right .listing-box{
  border: 4px solid #3d3d3d;
  border-left: 0px;
  border-right: 0px;
  padding: 28px 30px;
}
.checkout .right .listing-box p{
  font-size: 16px;
  line-height: 32px;
}
.checkout .right .listing-box p span{
  float: right;
}
.checkout .right .listing-box p.red{
  color: #9e000b;
}
.checkout .right .total-box{
  padding: 25px 30px;
  border-bottom: 4px solid #3d3d3d;
}
.checkout .right .total-box p{
  font-weight: 700;
  font-size: 19px;
}
.checkout .right .total-box p span{
  float: right;
}
/*mbl search opener*/
.nav .right .mbl-search-opener{
  float: left;
  padding: 24px 0px;
  cursor: pointer;
}
.nav .right .mbl-search-opener img{
  width: 18px;
  margin-top: -2px;
  aspect-ratio: 23 / 22;
}
.nav .right .mbl-search-opener.opened .search-icon{
  display: none;
}
.nav .right .mbl-search-opener.opened .close-icon{
  display: block;
  filter: invert(75%);
}

/*mbl-search*/
.mbl-search{
  position: absolute;
  width: 100%;
  height: calc(100% - 108px);
  bottom: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 4;
  visibility: hidden;
  transition: visibility 0s, opacity 0.5s linear;
  opacity: 0;
}
.mbl-search-opened{
  visibility: visible;
  opacity: 1;
}
    .mbl-search .search-box{
      padding: 25px 25%;
      background: #ffffff;
    }
    .mbl-search .search-box .box{
      overflow: hidden;
      background: rgb(236, 235, 235);
      border-radius: 4px;
    }
    .mbl-search .search-box img{
      width: 25px;
      filter: invert(75%);
      margin-left: 20px;
      padding: 13px 0px;
    }
    .mbl-search .search-box input{
      width: calc(100% - 70px);
    float: right;
    height: 50px;
    border: 0px;
    background-color: rgba(255, 255, 255, 0);
    }
/*mbl nav opener*/
.nav .right .mbl-nav-opener{
  color: #d0d0d0;
  text-transform: uppercase;
  font-size: 16px;
  margin-left: 26px;
  float: left;
  padding: 22px 0px;
}
.nav .right .mbl-nav-opener img{
  filter: invert(75%);
  width: 27px;
  float: left;
  margin-top: -3px;
  margin-right: 11px; 
  aspect-ratio: 1;   
}
.nav .right .mbl-nav-opener .close-icon{
  display: none;
}
.nav .right .mbl-nav-opener.opened .search-icon{
  display: none;
}
.nav .right .mbl-nav-opener.opened .close-icon{
  display: inline-block;
  padding-left: 8px;
  margin-top: 2px;
}
/*mbl-nav*/
.mbl-nav{
  position: absolute;
  width: 100%;
  
    height: calc(100% - 108px);
  bottom: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 4;
  visibility: hidden;
  transition: visibility 0s, opacity 0.5s linear;
  opacity: 0;
}
.mbl-nav .close-icon{
  display: none;
}
.mbl-nav-opened{
  visibility: visible;
  opacity: 1;
}
.mbl-nav .category-box{
  height: 100%;
  position: relative;
  overflow: scroll;
}
.mbl-nav .category-box a:hover,
.mbl-nav .category-box a:focus{
  color:#111;
}
.mbl-nav .category-box .categories{
  width: 100%;
  float: left;
}
.mbl-nav .category-box .categories ul{
  padding: 50px 0px;
  width: 50%;
  margin: auto;
}
.mbl-nav .category-box .categories ul li{
  display: block;
}
.mbl-nav .category-box .categories ul li a{
  display: block;
  overflow: hidden;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #cecece;
  padding: 24px 0px;
}
    .mbl-nav .category-box .categories ul li a img {
        width: 23px;
        height: 23px;
        aspect-ratio: 1;
        float: right;
        margin-top: 3px;
    }
.mbl-nav .category-box .sub-categories{
  display: none;
  float: right;
  width: 100%;
}
.mbl-nav .category-box .sub-categories p{
  position: relative;
  text-align: center;
  background-color: rgb(246, 246, 246);
  padding: 12px 25%;
  font-size: 20px;
}
.mbl-nav .category-box .sub-categories p img{
  position: absolute;
  left: 40px;
  width: 52px;
  height: 52px;
  padding: 0px 11px;
  top: 0px;
}
.mbl-nav .category-box .sub-categories ul{
  padding: 15px 0px;
  width: 50%;
  margin: auto;
}
.mbl-nav .category-box .sub-categories ul li{
  display: block;
}
.mbl-nav .category-box .sub-categories ul li a{
  display: block;
  overflow: hidden;
  font-size: 20px;
  font-weight: 400;
  padding: 12px 0px;
}
.mbl-nav .category-box .sub-categories ul li a img{
  width: 23px;
  float: right;
  margin-top: 3px;
}
.mbl-nav .category-box .sub-categories ul .big{
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #cecece;
  padding: 12px 0px;
  padding-top: 0px;
  margin-top: 35px;
}
.mbl-nav .category-box .quick-links{
  background-color: rgb(246, 246, 246);
  padding: 54px 25%;
  width: 100%;
  float: left;
}
.mbl-nav .category-box .quick-links .head{
  text-transform: uppercase;
  font-weight: 500;
  text-align: left;
}
.mbl-nav .category-box .quick-links ul{
  padding: 12px 0px;
  overflow: hidden;
}
.mbl-nav .category-box .quick-links ul li{
  display: block;
  float: left;
  width: 50%;
}
.mbl-nav .category-box .quick-links ul li a{
  font-size: 17px;
  line-height: 28px;
}
.mbl-nav .category-box .btn-login{
  display: block;
  background-color: #595959;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 17px;
  padding: 15px 0px;
  margin: 30px 0px;
}
.mbl-nav .category-box .quick-links p{
  text-align: center;
}
.mbl-nav .category-box .quick-links p a{
  text-decoration: underline;
}
/*my cart*/
.mycart{

}
.mycart .container-cus{
  padding-top: 20px;
}
.mycart .left{
  width: 38%;
  float: right;
  margin-top: 28px;
}
.mycart .left .promo-code{
  padding-bottom: 57px;
}
.mycart .left .promo-code p{
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 12px;
}
.mycart .left .promo-code .input-row{
  display: grid;
  grid-template-columns: 65% 34%;
  row-gap: 18px;
  justify-content: space-between;
}
.mycart .left .promo-code .input-row input{
  width: 100%;
  height: 48px;
  border: 1px solid #111;
  padding: 0px 20px;
}
.mycart .left .promo-code .input-row .grey-btn{
  background: #3d3d3d;
  color: white;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  padding: 10px 0px;
}
.mycart .left .promo-code .input-row .grey-btn:hover{
  background: #6b6a6a;
}
.mycart .left .listing-box{
  border: 4px solid #3d3d3d;
  border-left: 0px;
  border-right: 0px;
  padding: 28px 30px;
}
.mycart .left .listing-box p{
  font-size: 16px;
  line-height: 32px;
}
.mycart .left .listing-box p span{
  float: right;
}
.mycart .left .listing-box p.red{
  color: #9e000b;
}
.mycart .left .total-box{
  padding: 25px 30px;
  border-bottom: 4px solid #3d3d3d;
}
.mycart .left .total-box p{
  font-weight: 700;
  font-size: 19px;
}
.mycart .left .total-box p span{
  float: right;
}
.mycart .left .btn-check{
  display: block;
  background: #3d3d3d;
  text-align: center;
  color: white;
  font-weight: 900;
  font-size: 18px;
  padding: 24px 0px;
  letter-spacing: 0.3px;
  margin-top: 40px;
}
.mycart .right{
  float: left;
  width: 50%;
}
.mycart .right .cart-items{
  grid-template-columns: 23% 71%;
}
.mycart .right .cart-items .text .box-xs:nth-child(3)::after{
  width: 0px;
}
.mycart .right .cart-items .text .box-xs {
    margin: 4px 0px;
}
.mycart .right .cart-items .text .box-xs p {
    line-height: 21px;
    font-size: 15px;
}
.mycart .right .cart-items .text .qty-with{
  display: flex;
  margin-top: 20px;
}
.mycart .right .cart-items .text .qty-with input{
  height: 35px;
  width: 66px;
  text-align: center;
  border: 1px solid #a9a9a9;
  border-right: 0px;
}
.mycart .right .cart-items .text .qty-with .arr{
  border: 1px solid #a9a9a9;
  position: relative;
  width: 27px;
}
.mycart .right .cart-items .text .qty-with .arr .top-span{
  padding: 1px 10px;
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0px;
  border-bottom: 1px solid #a9a9a9;
}
.mycart .right .cart-items .text .qty-with .arr .bot-span{
  padding: 2px 10px;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0px;
}
.mycart .right .cart-items .text .qty-with .arr span {
  line-height: 13px;
  cursor: pointer;
}
.mycart .right .cart-items .text .qty-with .arr img{
  width: 7px;
}
.mycart .right .total-box{
  border-top: 4px solid #3d3d3d;
}
.mycart .right  .btn-check{
display: block;
background: #3d3d3d;
text-align: center;
color: white;
font-weight: 900;
font-size: 18px;
padding: 24px 0px;
letter-spacing: 0.3px;
margin-top: 40px;
}
/*user*/
.user{

}
.user .container-cus{
  padding: 34px 60px;
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: 40% 40%;
  grid-gap: 20%;
  position: relative;
}
.user .container-cus::before{
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  width: 1px;
  height: calc(100% - 240px);
  background: #d8d8d8;
  margin: auto;
  top: 0px;
  bottom: 0px;
}
.user .login{

}
.user .signup{

}
.user .head{
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
  padding: 16px 0px;
}
.user .box{
  margin-top: 40px;
}
.user .login .box{
  padding: 54px 82px;
  border: 1px solid #d8d8d8;
}
.user input{
  width: 100%;
  height: 45px;
  margin-bottom: 12px;
  border: 1px solid #111;
  padding: 0px 20px;
}
.user select{
  width: 100%;
  height: 45px;
  margin-bottom: 12px;
  border: 1px solid #111;
  padding: 0px 20px;
}
.user .bot{
  margin-top: 10px;
  overflow: hidden;
}
.user .bot .check-box{
  float: left;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  padding: 13px 0px;
}
.user .bot .check-box input{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
  z-index: 4;
  cursor: pointer;
}
.user .bot .check-box .square{
  display: inline-block;
  border: 1px solid #343434;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  float: left;
  position: relative;
  margin-top: 0px;
}
.user .bot .check-box input:checked + .square{
  background: #343434;
}
.user .bot .check-box input:checked + .square::after{
  content: '';
  background: url(../img/icons/check.png);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 66%;
}
.user .bot .dark-btn{
  float: right;
  background: #343434;
  font-weight: 800;
  font-size: 16px;
  color: white;
  padding: 11px 38px;
}
.user .bot .forget-txt{
  float: right;
  font-weight: 600;
  text-decoration: underline;
  padding: 12px 0px;
  cursor: pointer;
}
.user .dark-btn{
  background: #343434;
  font-weight: 800;
  font-size: 16px;
  color: white;
  padding: 11px 38px;
  display: block;
  text-align: center;
  margin-top: 20px;
}
/*forgetpass*/
.modal-forget{
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 22;
  visibility: hidden;
  transition: visibility 0s, opacity 0.2s linear;
  opacity: 0;
  position: fixed;
  top:0px;
}
.modal-forget.modal-forget-opened{
  visibility: visible;
  opacity: 1;
}
.modal-forget .box{
  background: white;
  width: 28%;
  margin: auto;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
.modal-forget .boxbox{
  overflow: hidden;
  padding: 38px 43px;
}
.modal-forget .box .close{
  position: absolute;
  opacity: 1;
  width: 19px;
  right: 17px;
  top: 14px;
}
.modal-forget .box h4{
  margin-top: 0px;
  text-align: center;
  font-size: 19px;
}
.modal-forget .box p{
  font-size: 13px;
}
.modal-forget .box .input-box{
  margin-top: 22px;
}
.modal-forget .box .input-box input{
  width: 68%;
  float: left;
  height: 45px;
  border: 1px solid #d4d4d4;
  padding: 0px 20px;
}
.modal-forget .box .input-box .btn-grey{
  width: 29%;
  float: right;
  border: 1px solid #d4d4d4;
  height: 45px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  padding: 11px 0px;
  background: #d4d4d4;
  color: white;
}
/*myaccount*/
.myaccount{

}
.myaccount .container-cus{
  padding: 50px 150px;
  display: grid;
  grid-template-columns: 46% 46%;
  justify-content: space-between;
}
.myaccount .left{

}
.myaccount .right{

}
.myaccount .box{
  margin-bottom: 50px;
}
.myaccount .box .head{
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 0px;
  margin-bottom: 16px;
}
.myaccount .box .head a{
  font-weight: 500;
  font-size: 15px;
  float: right;
  text-decoration: underline;
  color:#333;
}
.myaccount .box .head a:hover{
  color:#111;
}
.myaccount .box div{

}
.myaccount .box div p{
  font-size: 15px;
  line-height: 30px;
}
.myaccount .box div p span{
  min-width: 176px;
  display: inline-block;
  font-weight: 600;
}
.myaccount .box .switch-btn{

}
.myaccount .box .switch-btn span{
  font-weight: 500;
}
.myaccount .box .switch-btn .switch {
  display: inline-block;
  margin-left: 10px;
  width: 40px;
  background: #d8d8d8;
  border-radius: 28px;
  position: relative;
  height: 23px;
  vertical-align: bottom;
  cursor: pointer;
}
.myaccount .box .switch-btn .switch input{
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0px;
  left: 0px;
  z-index: 3;
  margin: 0px;
  cursor: pointer;
}
.myaccount .box .switch-btn .switch .wheel{
  background: #636161;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  z-index: 2;
  border-radius: 14px;
}
.myaccount .box .switch-btn .switch .wheel::after{
  content: 'No';
  position: absolute;
  right: -48px;
  top: -2px;
  cursor: text;
}
.myaccount .box .switch-btn .switch.on .wheel{
  right: 5px;
  left: auto;
  background: #000000;
}
.myaccount .box .switch-btn .switch.on .wheel::after{
  content: 'Yes';
  position: absolute;
  right: -38px;
  top: -2px;
}
.myaccount .box .add-list{
  margin-bottom: 30px;
}
.myaccount .box .add-list .add{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
.myaccount .box .add-list .add a{
  display: grid;
  grid-template-columns: 30% 66%;
  justify-content: space-between;
  padding-right: 30px;
}
.myaccount .box .add-list .add a:hover{
  color:#111;
}
.myaccount .box .add-list .add a:hover i{
  color:#111;
}
.myaccount .box .add-list .add p{
  line-height: 22px;
  font-weight: 300;
}
.myaccount .box .add-list .add p:first-child{
  font-weight: 600;
}
.myaccount .box .add-list .add i{
  position: absolute;
  right: 0px;
  font-size: 16px;
  color: #828282;
}
.myaccount .box .add-ad{
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  color:#333;
}
.myaccount .box .add-ad:hover{
  color:#111;
}
/*edit-profile*/
.edit-profile{

}
.edit-profile .container-cus{
  display: grid;
  grid-template-columns: 46%;
  justify-content: space-around;
  padding: 50px 0px;
}
.edit-profile .head{
  font-weight: 900;
  font-size: 19px;
  text-transform: uppercase;
  border-bottom: 1px solid #d8d8d8;
  padding: 24px 0px;
  padding-top: 0px;
  margin-bottom: 25px;
}
.edit-profile .box{

}
.edit-profile .form{

}
.edit-profile .input-row{
  margin-bottom: 17px;
}
.edit-profile .input-row::after{
  content: '';
  display: block;
  clear: both;
}
.edit-profile .input-row .lef{
  width: 49%;
  float: left;
}
.edit-profile .input-row .righ{
  width: 49%;
  float: right;
}
.edit-profile .input-row span{
  margin-bottom: 3px;
  display: block;
}
.edit-profile .input-row input,
.edit-profile .input-row select{
  width: 100%;
  height: 40px;
  border: 1px solid #111;
  padding: 0px 13px;
  outline: none;
}
.edit-profile .input-row .switch-btn{

}
.edit-profile .input-row .switch-btn span{
  font-weight: 500;
}
.edit-profile .input-row .switch-btn .switch {
  display: inline-block;
  width: 40px;
  background: #d8d8d8;
  border-radius: 28px;
  position: relative;
  height: 23px;
  vertical-align: bottom;
  cursor: pointer;
}
.edit-profile .input-row .switch-btn .switch input{
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0px;
  left: 0px;
  z-index: 3;
  margin: 0px;
  cursor: pointer;
}
.edit-profile .input-row .switch-btn .switch .wheel{
  background: #636161;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  z-index: 2;
  border-radius: 14px;
}
.edit-profile .input-row .switch-btn .switch .wheel::after{
  content: 'No';
  position: absolute;
  right: -48px;
  top: -2px;
  cursor: text;
}
.edit-profile .input-row .switch-btn .switch.on .wheel{
  right: 5px;
  left: auto;
  background: #000000;
}
.edit-profile .input-row .switch-btn .switch.on .wheel::after{
  content: 'Yes';
  position: absolute;
  right: -38px;
  top: -2px;
}
.edit-profile .bot{
  margin-top: 30px;
}
.edit-profile .bot .black-btn{
  display: inline-block;
  color: white;
  background: black;
  text-transform: uppercase;
  font-weight: 500;
  padding: 9px 60px;
  margin-right: 10px;
}
.edit-profile .bot .back-btn{
  display: inline-block;
  color: black;
  background: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 9px 50px;
  text-decoration: underline;
}
/*about*/
.about-benner.home-banner .box{
  margin-left: 110px;
}
/*about text*/
.about-text{
  padding: 50px 0px;
}
.about-text .container-cus{
  display: grid;
  grid-template-columns: 50% 50%;
}
.about-text .left{
  padding-left: 60px;
  padding-right: 120px;
}
.about-text .right{

}
.about-text img{
  width: 100%;
}
.about-text .box{
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
.about-text h1{
  font-weight: 600;
  margin-bottom: 25px;
}
.about-text p{
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 25px;
}
.about-text .btn-white{
  text-transform: uppercase;
  border: 1px solid #4c4c4c;
  padding: 14px 28px;
  display: inline-block;
  font-size: 13px;
}
.about-text .btn-white:hover{
  background: #343434;
  color: white;
  border: 1px solid #343434;
}
/*thanks*/
.thanks-txt .dark-btn {
    display: inline-block;
    color: white;
    background: #343434;
    text-transform: uppercase;
    font-weight: 500;
    padding: 9px 60px;
    margin-right: 10px;
    margin-top: 10px;
}
.thanks-txt {
    margin-top: 55px;
    margin-bottom: 55px;
}
.thanks-txt .container-cus{
  width: 900px;
}
.thanks-txt .box{
  text-align: center;
  padding: 48px 0px;
  background: #f1f1f1;
}
.thanks-txt h3{
  text-transform: uppercase;
  margin-bottom: 10px;
}
.thanks-txt p{
  font-size: 15px;
  font-weight: 500;
}
.thanks-invoice{
  margin-bottom: 55px;
}
.thanks-invoice .container-cus{
  width: 900px;
}
.thanks-invoice p{
  font-size: 15px;
}
.thanks-invoice .bold{
  font-weight: 500;
  margin-bottom: 10px;
}
.thanks-invoice .from-box{
  padding: 35px 0px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
.thanks-invoice .to-box{
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  padding: 35px 0px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
.thanks-invoice .to-box .left{

}
.thanks-invoice .to-box .right{
  width: 300px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 32px 32px 32px;
}
.thanks-invoice .to-box .right p{
  text-align: right;
  padding: 0px 18px;
  padding-top: 6px;
}
.thanks-invoice .to-box .right .bold{
  text-align: left;
  margin-bottom: 0px;
  padding-right: 10px;
}
.thanks-invoice .to-box .right .highl{
  background: #dedede;
}
.thanks-invoice .items-box{
}
.thanks-invoice .items-box .num{
  width: 130px;
  text-align: right;
}
.thanks-invoice .items-box th{
  font-weight: 500;
  background: #dedede;
}
.thanks-invoice .total-box{
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  margin-top: 50px;
}
.thanks-invoice .total-box .left{

}
.thanks-invoice .total-box .left p{

}
.thanks-invoice .total-box .left .bold{
  margin-bottom: 5px;
}
.thanks-invoice .total-box .right{
  width: 300px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 32px 32px 32px;
}
.thanks-invoice .total-box .right p{
  text-align: right;
  padding: 0px 18px;
  padding-top: 6px;
}
.thanks-invoice .total-box .right .bold{
  text-align: left;
  margin-bottom: 0px;
  padding-right: 10px;
}
.thanks-invoice .total-box .right .highl{
  background: #dedede;
}
/*size chart*/
.product .product-detail .size-chart-box {
            margin-bottom: 8px;
        }

            .product .product-detail .size-chart-box .size-heading {
                display: block;
                color: #000;
                font-weight: 700;
                font-size: 14px;
                text-align: center;
                text-transform: uppercase;
                padding: 10px;
                background: #f8f8f8;
            }

            .product .product-detail .size-chart-box .size-title {
                display: block;
                color: #fff;
                margin-bottom: 0;
                margin-top: 0;
                font-weight: 400;
                font-size: 12px;
                text-align: center;
                background: #333;
                padding: 10px;
                text-transform: uppercase;
            }

            .product .product-detail .size-chart-box .sizechart-table {
                overflow: hidden;
            }

                .product .product-detail .size-chart-box .sizechart-table thead {
                    background: #f8f8f8;
                }

                .product .product-detail .size-chart-box .sizechart-table td {
                    border: 1px solid #f0e6e6;
                    color: #111;
                    font-size: 11px;
                    padding: 5px;
                }
/*contact-form*/
.contact-form{
  padding: 50px 0px;
}
    .contact-form .container-cus {
        width:89%;
    }
.contact-form h3{
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #343434;
  margin-bottom: 6px;
}
.contact-form .disc{
  font-size: 15px;
  margin-bottom: 42px;
  font-weight: 600;
      font-weight: 500;
    line-height: 18px;
    margin-bottom: 25px;
}
.contact-form .left{
  width: 47%;
  float: left;
}
.contact-form .left .form-cus p{
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 3px;
}
.contact-form .input-row{
  overflow: hidden;
  margin-bottom: 18px;
}
.contact-form .left-sd{
  width: 48.5%;
  float: left;
}
.contact-form .right-sd{
  width: 48.5%;
  float: right;
}
.contact-form input{
      width: 100%;
    height: 40px;
    border: 1px solid #111;
    padding: 0px 20px;
}
.contact-form textarea{
  padding: 10px 10px;
  width: 100%;
  outline: none;
  border: 1px solid #eaeaea;
      width: 100%;
    margin-bottom: 12px;
    border: 1px solid #111;
    padding: 0px 20px;
}
.contact-form .btn-cont{
  background: #12a554;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 26px;
  display: inline-block;
}
.contact-form .right{
  width: 47%;
  float: right;
}
.contact-form .right h3{
  font-size: 20px;
  margin-bottom: 14px;

}
.contact-form .right p{
  padding-left: 37px;
  position: relative;
  line-height: 28px;
  margin-bottom: 9px;
}
.contact-form .right p i{
      color: #9d1c20;
    width: 29px;
    height: 29px;
    border: 2px solid #9d1c20;
    text-align: center;
    font-size: 15px;
    border-radius: 20px;
    padding: 5px 0px;
    position: absolute;
    left: 0px;
}
.contact-form .right p span{
  font-weight: 600;
  display: inline-block;
  margin-right: 6px;
}
.contact-form .right h4{
  font-size: 20px;
  margin-bottom: 23px;
  font-weight: 800;
  text-transform: uppercase;
  color: #343434;
  margin-top: 50px;
}
.contact-form .right .simple-txt{
  padding-left: 0px;
  line-height: 20px;
   font-weight: 500;
    line-height: 18px;
    margin-bottom: 25px;
}
    .contact-form .input-row a {
        background: #343434;
    font-weight: 400;
    font-size: 15px;
    color: white;
    padding: 12px 30px;
    display: inline-block;
    }
.contact-map{

}
.contact-map iframe{
  width: 100%;
  height: 320px;
  filter: grayscale(100%);
}
/*text based*/
.text-based {
    padding: 50px 0px;
}
    .text-based .container-cus {
        width: 89%;
    }
    .text-based h3 {
        font-size: 24px;
        font-weight: 800;
        text-transform: uppercase;
        color: #343434;
        margin-bottom: 25px;
    }
    .text-based h4 {
        margin-top:20px;
        margin-bottom: 10px;
    }
    .text-based p {
            font-size: 15px;
    margin-bottom: 15px;
    }
        .text-based p span {
                text-transform: uppercase;
    font-weight: 500;
        }
    .text-based ol {
        margin-bottom:15px;
    }
        .text-based ol li {
                font-size: 15px;
    line-height: 21px;
        }



        /*pagi*/
.pagi {
    text-align: center;
    padding: 65px 0px;
    position: relative;
    padding-top: 0px;
}
    .pagi::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 0px;
        background: #ccc;
        left: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
    }
    .pagi .box {
        display: inline-block;
        background: white;
        position: relative;
        z-index: 2;
        padding: 0px 60px;
    }
    .pagi a {
        display: inline-block;
        background: white;
        border: 1px solid #ccc;
        text-transform: uppercase;
        padding: 13px 35px;
        color: #333;
        font-size: 13px;
    }
    .pagi ul {
        display:inline-block;
        margin:0px 8px;
        padding:0px;
    }
        .pagi ul li {
            display:inline-block;
            color: #8a8a8a;
        }
            .pagi ul li a {
                padding: 10px 15px;
                border: 1px solid transparent;
                background: white;
                color: #8a8a8a;
                min-width: 40px;
                
            }
            .pagi ul li:first-child a,
            .pagi ul li:last-child a {
                border:0px;
            }
            .pagi ul li a:hover {
                color:#333;
                border:1px solid #ccc;
            }
            .pagi ul li.active a {
                border: 1px solid #ccc;
                color: #ececec;
                background: #343434;
            }
/*search-grid*/
.search-grid {
}
    .search-grid .right {
        width:100%;
    }
        .search-grid .right .boxbox {
                grid-template-columns: 25% 25% 25% 25%;
        }
/*page not*/
.page-not {
    padding: 40px 0px;
}
    .page-not .container-cus {
        width: 80%;
    }
        .page-not .container-cus .heading {
            font-size: 28px;
            font-weight: 500;
        }
        .page-not .container-cus .after-heading {
            font-size: 15px;
            padding: 14px 0px;
        }
        .page-not .container-cus .search-box {
            overflow:hidden;
        }
            .page-not .container-cus .search-box input {
                height: 34px;
                width: 203px;
                padding: 0px 12px;
                float:left;
            }
            .page-not .container-cus .search-box a {
                height: 34px;
                float: left;
                background: #343434;
                color: white;
                text-transform: uppercase;
                padding: 8px 14px;
                font-size: 13px;
            }
        .page-not .container-cus .after-search {
            font-size: 15px;
            padding: 22px 0px;
        }
        .page-not .container-cus .info {
            font-size: 16px;
        }
            .page-not .container-cus .info span {
                font-weight: 600;
            }
/*modal edit order*/
.modal-edit-order {
}
    .modal-edit-order .modal-custom-width {
        border-radius:0px;
    }
        .modal-edit-order .modal-custom-width .close {
            opacity: 1;
            position: absolute;
            right: 8px;
            top: 8px;
        }
        .modal-edit-order .modal-custom-width .product {
            margin:0px;
        }
        .modal-edit-order .modal-custom-width .container-cus {
            width:100%;
            padding:10px;
                grid-template-columns: 53% 36%;
        }
        .modal-edit-order .modal-custom-width .product .left {
            grid-template-columns: 100%;
        }
    .modal-edit-order .modal-content {
        border-radius:0px;
    }
/*track order*/
.track-order {
}
    .track-order.user .container-cus::before {
        width:0px;
    }
    .track-order.user .container-cus {
        grid-template-columns: 40%;
        justify-content: center;
    }
/*order History*/
.orderHistory {
}
    .orderHistory .container-cus {
        padding: 50px 60px;
    }
    .orderHistory table {
    }
        .orderHistory table thead {
        }
            .orderHistory table thead th {
            }
        .orderHistory table tbody {
        }
            .orderHistory table tbody td {
            }
                .orderHistory table tbody td a {
                    display: block;
                    background: #343434;
                    color: white;
                    text-align: center;
                    padding: 6px 0px;
                    font-size: 13px;
                    border-radius: 2px;
                    margin-bottom: 5px;
                }
/*order detail*/
.orderDetail {
}
    .orderDetail .container-cus {
        padding: 50px 60px;
    }
        .orderDetail .container-cus .order-info {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-row-gap: 22px;
        }
            .orderDetail .container-cus .order-info p {
                font-size: 15px;
                line-height: 20px;
                margin-bottom: 6px;
            }
                .orderDetail .container-cus .order-info p span {
                    font-weight: 600;
                    display: inline-block;
                    width: 220px;
                }
        .orderDetail .container-cus .addre {
            margin-top: 40px;
            border-top: 1px solid #c6c6c6;
            padding-top: 30px;
            display: grid;
            grid-template-columns: 1fr 1fr;
        }
            .orderDetail .container-cus .addre .bill-add {
            }
            .orderDetail .container-cus .addre .ship-add {
            }
            .orderDetail .container-cus .addre p {
                font-size: 15px;
                line-height: 20px;
                margin-bottom: 6px;
            }
                .orderDetail .container-cus .addre p:last-child {
                    margin-bottom:0px;
                }
                .orderDetail .container-cus .addre p span {
                    width: 220px;
                    font-weight: 600;
                    display: inline-block;
                    min-width: 160px;
                }
                .orderDetail .container-cus .addre p.bold {
                    margin-bottom: 16px;
                    font-size: 17px;
                    font-weight: 600;
                }
        .orderDetail .container-cus .form {
            margin-top: 34px;
        }
            .orderDetail .container-cus .form span {
                font-size: 15px;
                line-height: 20px;
                font-weight: 600;
                display: block;
                margin-bottom:5px;
            }
            .orderDetail .container-cus .form textarea {
                width: 100%;
                outline:none;
                padding: 8px 11px;
            }
        .orderDetail .container-cus .order-items {
            margin-top: 40px;
            border-top: 1px solid #c6c6c6;
            padding-top: 30px;
        }
            .orderDetail .container-cus .order-items p {
                font-size: 15px;
                line-height: 20px;
                font-weight: 600;
                display: block;
                margin-bottom:5px;
            }
            .orderDetail .container-cus .order-items .sub-btn {
                float: right;
                background: #595959;
                color: white;
                padding: 10px 40px;
                border-radius: 2px;
            }
                .orderDetail .container-cus .order-items .sub-btn:hover {
                    background: #363636;
                    cursor:pointer;
                }
/*redirecting*/
.redirecting {
}
    .redirecting .box {
        width: 50%;
        margin: auto;
        text-align: center;
        padding: 165px 0px;
    }
        .redirecting .box p {
            font-size: 17px;
            margin-bottom: 22px;
        }
        .redirecting .box .redi-btn {
            display: inline-block;
            background: #595959;
            color: white;
            padding: 14px 36px;
            font-size: 15px;
        }
.redirection {
    height:100vh;
}
    .redirection .box {
        transform:translateY(-50%);
        top:50%;
        margin:auto;
        position:relative;
        width:60%;
    }
    .redirection img {
        width: 120px;
    }
    .redirection p {
        font-size: 17px;
    }
    .redirection a {
        background: #9e1c1e;
        color: white;
        display: inline-block;
        padding: 10px 40px;
        font-size: 15px;
        border-radius: 4px;
        margin-top: 30px;
    }
.checkout .left .guest-box .checkout_city {
}
    .checkout .left .guest-box .checkout_city .select2-container {
        width: 100% !important;
    }
        .checkout .left .guest-box .checkout_city .select2-container .select2-selection {
            border-radius: 0px;
            border: 1px solid #111;
            padding: 0px 20px;
            height: auto;
        }
            .checkout .left .guest-box .checkout_city .select2-container .select2-selection .select2-selection__rendered {
                    line-height: 40px !important;
            }
                .checkout .left .guest-box .checkout_city .select2-container .select2-selection .select2-selection__arrow {
                    height: 40px !important;
                }