 

* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
.fz-09em{
  font-size: 0.9em;
}
.fz-08em{
  font-size: 0.8em;
}
.fz-07em{
  font-size: 0.7em;
}

body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size:15px;
  color:#848484;
  line-height:26px;
  font-weight:400;
  background-color: #f5f5fa;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}

.container-fluid{
  padding: 0px;
}

.large-container{
  position:static;
  max-width:1480px;
  padding:0px 15px;
  margin:0 auto;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  /* overflow: hidden; */
  width: 100%;
  min-width: 300px;
}

a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{

  font-weight: 400;
  font-size: 15px;
  color: #555;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-size: 15px;
  line-height: 26px;

  font-weight: 300;
  color: #848484;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;

  font-weight: 400;
  color: #222222;
  margin: 0px;
  transition: all 500ms ease;
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

/** button **/


.theme-btn-two{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;

  font-weight: 600;
  color: #fff !important;
  text-align: center;
  background: #222;
  padding: 12px 35px;
  z-index: 1;
  width: 100%;
  border-radius: 8px;
}

.theme-btn-two i{
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin-left: 15px;
  top: 1px;
  font-weight: 400;
  transform: rotate(-30deg);
}
.alert{
  font-size: 12px;
  padding: 0.8rem 1.25rem !important;
}
.alert-dismissible .close{
  padding:0.3rem 1.25rem !important;
}
.theme-btn-two:hover:after{
  /* -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); */
}

.theme-btn-two:after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.theme-btn-two:disabled{
  background-color: #cfcfcf;
  cursor: not-allowed;
}

.pagination{
  position: relative;
  display: block;
}

.pagination li{
  display: inline-block;
  margin: 0px 0px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 16px;

  font-weight: 400;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #222;
  background: transparent;
  z-index: 1;
  transition: all 500ms ease;
  border-radius: 10px;
  padding: 0px 20px;
  display: inline-table;
}

.pagination li a:hover,
.pagination li a.active{
  color: #fff;
  background: #222;
}

.sec-pad{
  padding: 115px 0px 120px 0px;
}

.sec-pad-2{
  padding: 120px 0px;
}

.scroll-top{
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 15px;
  font-size: 24px;
  z-index: 99;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  transition: 1s ease;
}

.scroll-top:hover{
  background: #0c2136 !important;
}

.scroll-top.open {
  bottom: 50px;
}

.sec-title{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

.sec-title.style-two{
  text-align: left;
}

.sec-title p{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #222;
  margin-bottom: 20px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 40px;
  color: #222;
  line-height: 52px;
  font-weight: 600;
  margin-bottom: 8px;
}

.sec-title .separator{
  position: relative;
  display: block;
  width: 141px;
  height: 15px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.sec-title.style-two .separator{
  margin: 0px;
  width: 91px;
}

.sec-title.light p,
.sec-title.light h2{
  color: #fff
}




/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

/** header-top **/

.main-header .header-top{
  position: relative;
  display: block;
  padding: 5px 0px;
  /* border-bottom: 1px solid #ededed; */
  background-color: #2d2d2d !important;
}

.main-header .language{
  position:relative;
  display: inline-block;
  z-index: 5;
  margin-left: 10px;
}

.main-header .language .lang-btn{
  position: relative;
  display: block;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-header .language .lang-btn:hover{

}

.main-header .language .lang-btn .flag{
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 6px;
  display: inline-block;
}

.main-header .language .lang-btn .flag img{
  width: 100%;
  border-radius: 50%;
}

.main-header .language .lang-btn .txt{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
}

.main-header .language .lang-btn .arrow{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 4px;
  font-size: 14px;
  color: #888;
  top: 1px;
}

.main-header .language .lang-btn:before{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 16px;
}

.main-header .language .lang-dropdown{
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 5px;
  width: 150px;
  background: #ffffff;
  display: none;
  border-radius: 5px;
  /* opacity: 0;
  visibility: hidden; */
  /* -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear; */
}

.main-header .language:hover .lang-dropdown{
  display: block;
  /* opacity: 1;
  visibility: visible; */
  /* -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); */
}

.main-header .language .lang-dropdown li{
  position: relative;
  display: block;
  border-bottom: 1px solid #f0f0f0;
}

.main-header .language .lang-dropdown li:last-child{
  border: none;
}

.main-header .language .lang-dropdown li a{
  position: relative;
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  text-align: left;
}

/* .main-header .language .lang-dropdown li a:hover{
  text-decoration: underline;
} */
.main-header .header-top ul.has-split:before{
  content: "";
  width: 1px;
  height: 15px;
  background-color: #858585;
  position: absolute;
  right: 0px;
  top: 6px;
}
.main-header .header-top .info li{
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #fff;
  margin-right: 15px;
}

/* .main-header .header-top .info li:last-child{
  margin-right: 0px;
} */

.main-header .header-top .info li a{
  display: inline-block;
  color: #cccccc;
}

.main-header .header-top .info li i{
  color: #fff;
  margin-right: 10px;
}

.main-header .header-top .social-links,
.main-header .header-top .price-box{
  position: relative;
  display: inline-block;
}

.main-header .header-top .social-links{
  /* padding-right: 20px;
  margin-right: 27px; */
  top: 2px;
}


.main-header .header-top .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 10px;
}

.main-header .header-top .social-links li a{
  display: inline-block;
  font-size: 15px;
  color: #cccccc;
}

.main-header .header-top .price-box span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
  cursor: pointer;
  padding-right: 16px;
}

.main-header .header-top .price-box span:before{
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  color: #888888;
  top: 1px;
  right: 0px;
  font-weight: 700;
}

.main-header .header-top .price-box span:after{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 16px;
}

.main-header .header-top .price-box .price-list{
  position: absolute;
  left: 0;
  top: 100%;
  width: 150px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  margin-top: 12px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.main-header .header-top .price-box:hover .price-list{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.main-header .header-top .price-box .price-list li{
  position: relative;
  display: block;
  border-bottom: 1px solid #f0f0f0;
}

.main-header .header-top .price-box .price-list li:last-child{
  border: none;
}

.main-header .header-top .price-box .price-list li a{
  position: relative;
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  text-align: left;
}

.main-header .header-top .price-box .price-list a:hover{
  text-decoration: underline;
}

.main-header .menu-right-content li{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  color: #222;
  margin-left: 10px;
  font-weight: 600;
}

.main-header .menu-right-content li:last-child{
  margin-right: 0px;
}

.main-header .menu-right-content li a{
  display: inline-block;
  color: #cccccc;
  padding: 4px 8px;
  border-radius: 10px;
}

.main-header .menu-right-content li.shop-cart{
  font-weight: 400;
  font-size: 24px;
}

.main-header .menu-right-content li.shop-cart a{
  position: relative;
  /* padding-right: 14px; */
}

.main-header .menu-right-content li.shop-cart a span{
  position: absolute;
  top: -6px;
  right: 0px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  background: #04a2e9;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.main-header .menu-right-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 25px 0px 25px 0px;
}

.header-lower{
  position: relative;
  background-color: #151515 !important;
}

.header-lower .outer-box{
  position: relative;
  min-height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-header .logo-box{
  position: relative;
  display: block;
}

.header-lower .outer-box .menu-area{
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


/** main-menu **/

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  padding:30px 0px;
  margin: 0px 10px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:15px;
  line-height:30px;
  font-weight:500;
  opacity:1;

  color:#ffffff;
  z-index:1;
  padding-right: 17px;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
  font-weight: 600;
}
.main-menu .navigation > li.dropdown > a:before{
  position: absolute;
  content: "\f107";
  top: 2px;
  right: 0px;
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  top: 0px;
  right: 0px;
  color: #888;
  font-weight: 700;
  transition: all 500ms ease;
}

.main-menu .navigation > li > a span{
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 11px;
  color: #fff;
  font-weight: 500;
  width: 37px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 20px;
}

.main-menu .navigation > li > a span:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: 15px;
  bottom: -3px;
  transform: rotate(-45deg);
  z-index: -1;
}

.main-menu .navigation > li.dropdown.current > a:before,
.main-menu .navigation > li.dropdown:hover > a:before{

}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  
}

.main-menu .navigation > li > ul{
  position:absolute;
  left: inherit;
  top:100%;
  width:250px;
  z-index:100;
  display:none;
  padding: 10px 0px;
  background-color: #fff;
  border-radius: 5px;
}
.main-menu .navigation > li > ul > li{padding: 0px 30px;}
.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  padding:12px 0px;
  line-height:24px;
  font-weight:500;
  font-size:14px;
  text-transform:capitalize;
  color:#222;
  border-bottom: 1px solid #e3e3e3;
}

.main-menu .navigation > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li.current > a, .main-menu .navigation > li:hover > a{
  color:#ffffff !important;
}

.main-menu .navigation > li.dropdown:hover > ul{display: block;}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none !important;
}
.search_mobile{
  /* display: none !important; */
}
.mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 25px;
  display: block;
  margin-bottom: 6px;
  background-color: #ebebeb;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}


/** mobile-menu **/

.mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:20px;
  text-align:left;  
}
.mobile-menu .nav-logo img{
 width: 135px;
}
.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #000;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 20px;
  top: 30px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  /* border-top: 1px solid rgba(255,255,255,0.10); */
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  background:#fff; 
  color: #3b3b3b;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 20px 0px 20px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 20px 30px 10px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}


/** search pop-up style **/


.main-header .search-btn .search-toggler{
  position: relative;
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  transition: all 500ms ease;
}


.topcategory-section{
  position: relative;
  padding: 10px 0px 0px 0px;
}



/** shop-section **/

.shop-section{
  position: relative;
  padding-bottom: 120px;
}



.shop-section .filters{
  position: relative;
  display: block;
  margin-bottom: 48px;
}

.shop-section .filters .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #888;
  margin: 0px 15px;
  cursor: pointer;
  transition: all 500ms ease;
}

.shop-section .filters .filter-tabs li:hover,
.shop-section .filters .filter-tabs li.active{
  color: #222;
}

.shop-section .filters .filter-tabs li:before{
  position: absolute;
  content: '';
  background: #828282;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.shop-section .filters .filter-tabs li:hover:before,
.shop-section .filters .filter-tabs li.active:before{
  transform: scale(1,1);
}

.shop-section .more-btn{
  position: relative;
  margin-top: 10px;
}


/** cta-section **/

.cta-section{
  position: relative;
  padding-top: 375px;
}

.cta-section .image-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 675px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cta-section .cta-inner{
  position: relative;
  display: block;
  background: #fff;
  padding: 75px 200px 80px 200px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
}

.cta-section .cta-inner h2{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 60px;
  color: #222;
  font-weight: 600;
  margin-bottom: 27px;
}

.cta-section .cta-inner p{
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin-bottom: 33px;
}

.cta-section .cta-inner .theme-btn-one{
  background: #222;
  color: #fff;
}

.cta-section .cta-inner .theme-btn-one:hover{

}

.cta-section .cta-inner .theme-btn-one:after{

}

.cta-section .cta-inner .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 269px;
  height: 103px;
  background-repeat: no-repeat;
}

.cta-section .cta-inner .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 269px;
  height: 103px;
  background-repeat: no-repeat;
}


/** news-section **/

.news-section{
  position: relative;
  padding: 115px 0px 120px 0px;
}




/** service-section **/

.service-section{
  position: relative;
}

.service-section .inner-container{
  position: relative;
  display: block;
  padding: 37px 0px 33px 0px;
  border-top: 1px solid #e1e5eb;
  border-bottom: 1px solid #e1e5eb;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  padding-left: 80px;
}

.service-block-one .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 50px;
  line-height: 50px;
  color: #222;
}

.service-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #222;
  font-weight: 600;
  margin-bottom: 3px;
}

.service-block-one .inner-box h3 a{
  display: inline-block;
  color: #222;
}

.service-block-one .inner-box h3 a:hover{

}

.service-block-one .inner-box p{
  line-height: 24px;
}


/** instagram-section **/

.instagram-section{
  position: relative;
  padding: 115px 50px 0px 50px;
}

.instagram-section .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.instagram-section .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.instagram-section .image-box:hover img{
  opacity: 0.4;
}

.instagram-section .image-box .info-list{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  padding: 15px 15px;
  text-align: center;
  opacity: 0;
  transition: all 500ms ease;
}

.instagram-section .image-box:hover .info-list{
  opacity: 1;
}

.instagram-section .image-box .info-list li{
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.instagram-section .image-box .info-list li:last-child{
  margin-right: 0px;
}

.instagram-section .image-box .info-list li a{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.instagram-section .image-box .info-list li a i{
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-size: 20px;
}

.instagram-section .image-box .info-list li a:hover{

}


/** main-footer **/

.main-footer{
  position: relative;
}

.main-footer .footer-top{
  position: relative;
  /* background-image: url('https://is3.cloudhost.id/pickbali/free-diving-dark.jpeg'); */
  background-size: cover;
  background-color: #000000 !important;
  padding: 100px 0px 100px 0px;
  border-top: 1px solid gainsboro;
}

.main-footer .footer-top .footer-widget .widget-title{
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.main-footer .footer-top .footer-widget .widget-title h3{
  position: relative;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  margin: 0px;
}

.main-footer .footer-top .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.main-footer .footer-top .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .footer-top .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  color: #ededed;
}

/* .main-footer .footer-top .links-widget .links-list li a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
} */

.main-footer .footer-top .links-widget .links-list li a:hover:before{
  width: 100%;
}

.main-footer .footer-top .links-widget .links-list li a:hover{

}

.main-footer .footer-top .contact-widget .info-list li{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #848484;
  margin-bottom: 17px;
}
.main-footer .footer-top .contact-widget .info-list li span{
  color: #c8c8c8;
  font-size: 13px;
  font-weight: bold;
}
.main-footer .footer-top .contact-widget .info-list li p{
  font-size: 12px;
}
.main-footer .footer-top .contact-widget .info-list li hr{
  border-top: 1px solid rgb(255 255 255 / 22%);
}
.main-footer .footer-top .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .footer-top .contact-widget .info-list li a{
  display: inline-block;
  color: #ededed;
}

.main-footer .footer-top .contact-widget .info-list li a:hover{

}

.main-footer .footer-top .contact-widget .info-list{
  position: relative;
  margin-bottom: 15px;
}

.footer-social li{
  position: relative;
  display: inline-block;
  margin-right: 25px;
}

.footer-social li:last-child{
  margin-right: 0px;
}

.footer-social li a{
  font-size: 13px;
  color: #848484;
}

.footer-social a:hover{

}

.main-footer .footer-top .contact-widget{
  /* margin-left: 30px; */
}

.main-footer .footer-top .newsletter-widget .widget-content p{
  margin-bottom: 31px;
}

.main-footer .footer-top .newsletter-widget .widget-content .newsletter-form .form-group{
  position: relative;
  margin: 0px;
}

.main-footer .footer-top .newsletter-widget .widget-content .newsletter-form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #222;
  padding: 10px 20px;
  font-size: 15px;
  color: #222;
  background: #fff;
  margin-bottom: 10px;
  transition: all 500ms ease;
}

.main-footer .footer-top .newsletter-widget .widget-content .newsletter-form .form-group input:focus{

}

.footer-bottom{
  position: relative;
  background: #000000;
  padding: 13px 0px;
}

.footer-bottom .cart-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.footer-bottom .cart-list li:last-child{
  margin-right: 0px;
}

.footer-bottom .copyright p{
  line-height: 35px;
  font-size: 13px;
}

.footer-bottom .copyright a{
  color: #848484;
}

.footer-bottom .copyright a:hover{

}



/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/


/** header-style-two **/

.main-header .header-top .info{
  position: relative;
  display: inline-block;
}

.main-header.style-two .header-top .social-links{
  padding-right: 0px;
  padding-left: 20px;
  margin-right: 0px;
  margin-left: 27px;
}

.main-header.style-two .header-top .social-links:before{
  right: inherit;
  left: 0px;
}

.main-header.style-two .header-lower{
  background: #1a1a1a;
}

.main-header.style-two .main-menu .navigation > li > a{
  color: #fff;
}

.main-header.style-two .main-menu .navigation > li.dropdown > a:before{
  color: #fff;
}

.main-header .header-upper .search-info{
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 100px;
  overflow: hidden;
  /* min-width: 650px; */
  border: 1px solid #e8e8e8;
}

.main-header .header-upper .search-info .nice-select{
  border: none !important;
  height: 54px;
  line-height: 54px;
  padding: 0px 30px;
}

.main-header .header-upper .upper-inner{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-header .header-upper .search-info .form-group{
  position: relative;
  margin: 0px;
  min-width: 478px;
}
.search-info-mobile .form-group{
  position: relative;
  margin: 0px;
  max-width: 100%;
  border: 1px solid #b0b0b0;
  border-radius: 10px;
}


.main-header .header-upper .search-info .form-group input[type='search'],.search-info-mobile .form-group input[type="search"]{
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  font-size: 15px;
  color: #888;
  transition: all 500ms ease;
  background-color: transparent;
}

.main-header .header-upper .search-info .form-group button,.search-info-mobile .form-group button{
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  transition: all 500ms ease;
}
.search-info-mobile .form-group button i{
  color:#000000
}

/** nice-select **/

.nice-select{
  height: 44px;
  line-height: 44px;
  background: transparent;
  border: 1px solid #e5e5e5 !important;

  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  color: #222;
  padding: 0px 15px;
}

.main-header .nice-select{
  width: 170px !important;
}

.nice-select:after{
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  right: 15px;
  margin-top: -3px;
}

.main-header.style-two .header-lower .outer-box{
  display: block;
}

.main-header .header-lower .category-box{
  position: relative;
  display: inline-block;
  width: 270px;
  margin-right: 40px;
}

.main-header .header-lower .category-box p{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  margin: 0px;
  padding: 22px 30px 22px 67px;
  cursor: pointer;
}

.main-header .header-lower .category-box p:before {
  position: absolute;
  content: "\f13d";
  font-size: 18px;
  font-family: 'Flaticon';
  font-weight: 600;
  color: #fff;
  left: 30px;
  top: 22px;
}

.main-header .header-lower .category-box .category-content{
  position: absolute;
  left: 0px;
  top: 70px;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header .header-lower .category-box:hover .category-content{
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.main-header.style-two .main-menu .navigation > li{
  padding: 20px 0px;
}

.main-header.style-two .header-lower .outer-box{
  min-height: auto;
}

.main-header .header-lower .category-box .category-content li{
  position: relative;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}

.main-header .header-lower .category-box .category-content li:last-child{
  border-bottom: none;
}

.main-header .header-lower .category-box .category-content li i{
  position: absolute;
  left: 25px;
  top: 15px;
  font-size: 22px;
  color: #222;
}

.main-header .header-lower .category-box .category-content li a{
  position: relative;
  display: block;
  padding: 17px 25px 16px 60px;
  font-size: 14px;
  color: #222;
}

.main-header .header-lower .category-box .category-content li a:hover{

}

.main-header .header-lower .category-box .category-content li ul{
  position: absolute;
  top: 15px;
  left: 100%;
  background: #fff;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
  z-index: 1;
  transition: all 500ms ease;
}

.main-header .header-lower .category-box .category-content li ul li:last-child{
  border-bottom: none;
}

.main-header .header-lower .category-box .category-content li.dropdown-option:hover ul{
  opacity: 1;
  visibility: visible;
  top: 0px;
}

.main-header .header-lower .category-box .category-content li.dropdown-option:before{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 19px;
  display: block;
  color: #222;
  line-height: 24px;
  font-size: 15px;
  font-weight: 700;
}

.main-header .header-lower .category-box .category-content li ul li a{
  padding: 12px 25px;
}




/** collection-section **/

.collection-section{
  position: relative;
  padding-top:20px;
}
.urban-color-bg{
  background-color: #04a2e9 !important;
  color:#fff;
}
.kategori_list_home:before{ 
  /* content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.1) 100%); */
  /* background: rgba(0,0,0,.5); */
}
.kategori_list_home p{
  display: inline-block;
  padding: 3px 15px;
  border-radius: 58px;
  line-height: 1.3em;
  font-size: 13px;
}
.kategori_list_home h3{
  font-weight: 600;
  font-size: 20px;
}
.collection-section .home-category .single-item{
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 310px;
  border-radius: 10px;
  transition: all .5s;
}
.collection-section .home-category .single-item .kategori_list_home:hover{
  background-size: 110% 110%;
}

.collection-section .home-category .slick-track > .single-column {
  /* padding:10px; */
}
/* .collection-section .home-category .slick-track > .single-column:first-child {
  padding-left: 0;
}
.collection-section .home-category .slick-track > .single-column:last-child {
  padding-right: 0;
} */
/* .slick-list {margin: 0 -10px !important;} */
.slick-slide>div {padding: 0 10px;}
.collection-section .single-item .inner-box{
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: cover; */
  background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.collection-section .single-item .inner-box h2{
  position: relative;
  font-size: 35px;
  line-height: 40px;
  color: #222;
  font-weight: 600;
  margin-bottom: 9px;
}

.collection-section .single-item .inner-box p{
  color: #222;
  margin: 0px;
}


/** newarrivals-section **/

.newarrivals-section{
  position: relative;
  padding-bottom: 120px;
}

.cta-style-two{
  position: relative;
  width: 100%;
  padding: 100px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cta-style-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  max-width: 770px;
  width: 100%;
  padding: 35px;
}

.cta-style-two .inner-box .inner{
  border: 1px solid #e6e6e6;
  padding: 41px 30px 45px 35px;
}

.cta-style-two .inner-box .inner h2{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  color: #222;
  margin-bottom: 27px;
}

.cta-style-two .inner-box .inner p{
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin-bottom: 33px;
}

.cta-style-two .inner-box .inner .theme-btn-three{
  padding: 16px 40px;
}

.pa-0{
  padding: 0px !important;
}

.shop-section .inner-container{
  border-bottom: 1px solid #e6e6e6;
}


/** service-style-two **/

.service-style-two{
  position: relative;
  background: #1a1a1a;
  padding: 70px 0px;
}

.service-style-two .service-block-one{
  position: relative;
  background: #212121;
  padding: 34px 30px 33px 30px;
}

.service-style-two .service-block-one .inner-box .icon-box{
  color: #a6a6a6;
}

.service-style-two .service-block-one .inner-box h3{
  color: #fff;
}

.service-style-two .service-block-one .inner-box h3 a{
  color: #fff;
}

.service-style-two .service-block-one .inner-box h3 a:hover{

}

.service-style-two .service-block-one .inner-box p{
  color: #a6a6a6;
}


.main-footer.light .footer-top,
.main-footer.light .footer-bottom{
  background: #141414;
}

.main-footer.light .footer-top{
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.main-footer.light .footer-top .footer-widget .widget-title h3{
  color: #fff;
}

.main-footer.light .footer-top .links-widget .links-list li a,
.main-footer.light .footer-top .contact-widget .info-list li,
.main-footer.light .footer-top .contact-widget .info-list li a,
.main-footer.light .footer-top .newsletter-widget .widget-content p,
.main-footer.light .footer-bottom .copyright p,
.main-footer.light .footer-bottom .copyright p a{
  color: #a6a6a6;
}

.main-footer.light .footer-top .links-widget .links-list li a:hover{
 
}

.main-footer.light .footer-top .contact-widget .info-list li a:hover{

}

.main-footer.light .footer-bottom .copyright p{
  line-height: 19px;
}

.main-footer.light .footer-bottom{
  padding: 25px 0px;
}

.main-footer.light .footer-bottom .cart-list{
  margin-top: 6px;
}

.main-footer.light .footer-top .contact-widget .info-list li{
  padding-left: 45px;
}

.main-footer.light .footer-top .contact-widget .info-list li i{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 30px;
  color: #a6a6a6;
}



/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/





/** service-style-three **/

.service-style-three{
  position: relative;
}

.service-style-three .service-block-one{
  position: relative;
  padding: 33px 30px 32px 30px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 500ms ease;
}

.service-style-three .service-block-one:before{
  position: absolute;
  content: '';
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  left: 10px;
  top: 10px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-style-three .service-block-one:hover{

}

.service-style-three .service-block-one:hover:before{

}





/** deals-section **/

.deals-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cs-countdown .count-col{
  position: relative;
  display: inline-block;
  margin: 0px 3px;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #fff;
  padding: 27px 0px 30px 0px;
  border-radius: 3px;
}

.cs-countdown .count-col span{
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;

  color: #222;
  margin-bottom: 4px;
}

.cs-countdown .count-col h6{
  position: relative;
  display: block;
  font-size: 14px;
  color: #848484;

  text-transform: capitalize;
  margin: 0px;
}

.deals-section .inner-box p{
  position: relative;
  font-size: 20px;
  color: #222;
  font-weight: 500;
  margin-bottom: 13px;
}

.deals-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 55px;
  color: #222;
  font-weight: 600;
  margin-bottom: 6px;
}

.deals-section .inner-box .price span{
  position: relative;
  display: block;
  font-size: 20px;

  font-weight: 500;
  margin-bottom: 30px;
}

.deals-section .inner-box .price span del{
  color: #222;
}


/** shop-style-two **/

.shop-style-two{
  position: relative;
}

.shop-style-two .filters .separator {
  position: relative;
  display: block;
  width: 141px;
  height: 15px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.shop-style-two .filters{
  position: relative;
  margin-bottom: 70px;
}

.shop-style-two .filters .filter-tabs{
  position: relative;
  margin-bottom: 24px;
}

.shop-style-two .filters .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 35px;
  line-height: 40px;
  font-family: 'Josefin Sans', sans-serif;
  color: #888;
  font-weight: 600;
  margin: 0px 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.shop-style-two .filters .filter-tabs li.active,
.shop-style-two .filters .filter-tabs li:hover{
  color: #222;
}

.shop-style-two .filters .filter-tabs li:before{
  position: absolute;
  content: '';
  background: #222;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 6px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.shop-style-two .filters .filter-tabs li.active:before,
.shop-style-two .filters .filter-tabs li:hover:before{
  transform: scale(1,1);
}

.shop-block-two .inner-box{
  position: relative;
  display: block;
  margin-bottom: 63px;
}

.shop-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.shop-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.shop-block-two .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.shop-block-two .inner-box .image-box .category{
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 20px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  height: 27px;
  line-height: 27px;
  width: 55px;
  text-align: center;
}

.shop-block-two .inner-box .image-box .category:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  top: 0px;
  left: -6px;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 100% 100%, 0 0);
}

.shop-block-two .inner-box .image-box .category:after{
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  bottom: 0px;
  left: -6px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0 0);
}

.shop-block-two .inner-box .image-box .category.green-bg{

}

.shop-block-two .inner-box .image-box .category.red-bg{

}

.shop-block-two .inner-box .image-box .category.green-bg:before{

}

.shop-block-two .inner-box .image-box .category.green-bg:after{
  
}

.shop-block-two .inner-box .image-box .category.red-bg:before{

}

.shop-block-two .inner-box .image-box .category.red-bg:after{
  
}

.shop-block-two .inner-box .lower-content{
  position: relative;
  padding-top: 19px;
}

.shop-block-two .inner-box .lower-content a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  margin-bottom: 3px;
}

.shop-block-two .inner-box .lower-content a:hover{

}

.shop-block-two .inner-box .lower-content .price{
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  margin: 0px;
}

.shop-block-two .inner-box .image-box .info-list{
  position: absolute;
  right: -55px;
  bottom: 30px;
  width: 55px;
  height: 150px;
  text-align: center;
  background: #222;
  padding: 5px 0px;
  border-radius: 3px;
  visibility: hidden;
  transition: all 500ms ease;
}

.shop-block-two .inner-box:hover .image-box .info-list{
  right: 10px;
  visibility: visible;
}

.shop-block-two .inner-box .image-box .info-list li{
  position: relative;
  display: block;
  padding: 10px 0px;
}

.shop-block-two .inner-box .image-box .info-list li:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.2);
  width: 20px;
  height: 1px;
  left: 17px;
  bottom: 0px;
}

.shop-block-two .inner-box .image-box .info-list li:last-child:before{
  display: none;
}

.shop-block-two .inner-box .image-box .info-list li a{
  font-size: 20px;
  color: #fff;
}

.shop-block-two .inner-box .image-box .info-list li a:hover{

}

.shop-block-two .inner-box .image-box .info-list li span{
  position: absolute;
  display: inline-block;
  right: 53px;
  top: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 90px;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.shop-block-two .inner-box .image-box .info-list li span:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  top: 8px;
  right: -3px;
  transform: rotate(45deg);
}

.shop-block-two .inner-box .image-box .info-list li:hover span{
  right: 63px;
  visibility: visible;
  opacity: 1;
}

.shop-style-two .sortable-masonry{
  border-bottom: 1px solid #e6e6e6;
}


/** instagram-style-two **/

.instagram-style-two{
  position: relative;
}

.instagram-style-two .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.instagram-style-two .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.instagram-style-two .image-box:hover img{
  opacity: 0.4;
}

.instagram-style-two .image-box .info-list{
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  padding: 16px 18px;
  text-align: center;
  border-radius: 3px;
  opacity: 0;
  min-width: 170px;
  transition: all 500ms ease;
}

.instagram-style-two .image-box:hover .info-list{
  opacity: 1;
}

.instagram-style-two .image-box .info-list li{
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.instagram-style-two .image-box .info-list li:last-child{
  margin-right: 0px;
}

.instagram-style-two .image-box .info-list li a{
  display: inline-block;
  font-size: 14px;
  color: #222;
  font-weight: 500;
}

.instagram-style-two .image-box .info-list li a i{
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-size: 20px;
}

.instagram-style-two .image-box .info-list li a:hover{

}



/*** 

====================================================================
                        Home-Page-Four
====================================================================

***/

.main-header.style-three{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  background: transparent;
  box-shadow: none;
}




/** collection-style-two **/

.collection-style-two{
  position: relative;
  padding-top: 120px;
}

.collection-style-two .single-item .inner-box{
  position: relative;
  display: block;
}

.collection-style-two .single-item .inner-box .image-box{
  position: relative;
  display: block;
  background: #000;
  overflow: hidden;
}

.collection-style-two .single-item .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.collection-style-two .single-item .inner-box:hover .image-box img{
  opacity: 0.7;
  transform: scale(1.05);
}

.collection-style-two .single-item .inner-box .lower-content{
  position: relative;
  margin-bottom: 58px;
}

.collection-style-two .single-item .inner-box .lower-content .inner{
  position: absolute;
  left: 30px;
  top: -90px;
  background: #fff;
  width: calc(100% - 60px);
  padding: 29px 15px 22px 15px;
  text-align: center;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.collection-style-two .single-item .inner-box .lower-content .inner h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 30px;
  color: #222;
  font-weight: 600;
  margin-bottom: 11px;
}

.collection-style-two .single-item .inner-box .lower-content .inner h3 a{
  display: inline-block;
  color: #222;
}

.collection-style-two .single-item .inner-box .lower-content .inner h3 a:hover{

}

.collection-style-two .single-item .inner-box .lower-content .inner .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;

  line-height: 22px;
  color: #222;
  font-weight: 600;
}

.collection-style-two .single-item .inner-box .lower-content .inner .link a i{
  position: relative;
  display: inline-block;
  top: 2px;
  margin-left: 11px;
  font-size: 18px;
  transform: rotate(-30deg);
}

.collection-style-two .single-item .inner-box .lower-content .inner .link a:hover{

}




/** sidebar-page-container **/

.sidebar-page-container{
  position: relative;
  padding: 120px 0px;
}

.shop-sidebar .widget-title{
  position: relative;
  display: block;
}

.shop-sidebar .widget-title h2{
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: #222;
  margin: 0px;
}

.shop-sidebar .post-widget .post-inner .post{
  position: relative;
  padding: 14px 0px 18px 120px;
  margin-bottom: 30px;
  min-height: 90px;
}

.shop-sidebar .post-widget .post-inner .post:last-child{
  margin-bottom: 0px;
}

.shop-sidebar .post-widget .post-inner .post .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.shop-sidebar .post-widget .post-inner .post .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.shop-sidebar .post-widget .post-inner .post:hover .image-box img{
  opacity: 0.2;
}

.shop-sidebar .post-widget .post-inner .post .inner a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  color: #222;
  margin-bottom: 6px;
}

.shop-sidebar .post-widget .post-inner .post .inner a:hover{

}

.shop-sidebar .post-widget .post-inner .post .inner p{
  color: #222;
  margin: 0px;
}

.shop-sidebar .post-widget{
  margin-bottom: 70px;
}

.shop-sidebar .advice-box{
  position: relative;
  display: block;
  background: #3d4875;
  padding: 36px 30px 130px 25px;
  overflow: hidden;
}

.shop-sidebar .advice-box .image{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.shop-sidebar .advice-box .text{
  position: relative;
  max-width: 80px;
  width: 100%;
}

.shop-sidebar .advice-box .text h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  font-weight: 600;
  margin: 0px;
}

.shop-sidebar .advice-box .pattern{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 139px;
  height: 271px;
  background-repeat: no-repeat;
} 

.sidebar-page-container .filters{
  margin-bottom: 48px;
}

.sidebar-page-container .filters .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #888;
  margin: 0px 25px;
  cursor: pointer;
  transition: all 500ms ease;
}

.sidebar-page-container .filters .filter-tabs li:hover,
.sidebar-page-container .filters .filter-tabs li.active{
  color: #222;
}

.sidebar-page-container .filters .filter-tabs li:before{
  position: absolute;
  content: '';
  background: #828282;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: -2px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.sidebar-page-container .filters .filter-tabs li:hover:before,
.sidebar-page-container .filters .filter-tabs li.active:before{
  transform: scale(1,1);
}

.sidebar-page-container .filters .filter-tabs li:after{
  position: absolute;
  content: '';
  background: #ccccca;
  width: 8px;
  height: 8px;
  top: 12px;
  right: -28px;
  transform: rotate(45deg);
}

.sidebar-page-container .filters .filter-tabs li:last-child:after{
  display: none;
}

.sidebar-page-container .filters .filter-tabs li:last-child{
  margin-right: 0px;
}

.sidebar-page-container .filters .filter-tabs li:first-child{
  margin-left: 0px;
}

.sidebar-page-container.home-4{
  padding-bottom: 80px;
}


/** discount-section **/

.discount-section{
  position: relative;
}

.discount-section .inner-column{
  position: relative;
  display: block;
  width: 50%;
}

.discount-section .inner-column .inner-box{
  position: relative;
  width: 100%;
  padding: 95px 100px 190px 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.discount-section .inner-column .inner-box h3{
  position: relative;
  font-size: 24px;
  line-height: 30px;

  color: #222;
  font-weight: 500;
  margin-bottom: 20px;
}

.discount-section .inner-column .inner-box h2{
  position: relative;
  font-size: 40px;
  line-height: 45px;
  color: #222;
  font-weight: 600;
  margin-bottom: 13px;
}

.discount-section .inner-column .inner-box .price span{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;

  color: #222;
  font-weight: 500;
  margin-bottom: 34px;
}

.discount-section .inner-column .inner-box .price span del{
  font-size: 18px;
}

.discount-section .inner-column .inner-box .theme-btn-one{
  padding: 19px 39px;
}

.newarrivals-section .owl-nav{
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -60px;
}

.newarrivals-section .owl-nav .owl-prev{
  position: absolute;
  left: 15px;
  font-size: 50px;
  color: #222;
  cursor: pointer;
}

.newarrivals-section .owl-nav .owl-next{
  position: absolute;
  right: 15px;
  font-size: 50px;
  color: #222;
  cursor: pointer;
}

.newarrivals-section .four-item-carousel{
  margin-bottom: 10px;
}

.clients-carousel .owl-stage-outer .owl-stage,.brand-crsl .owl-stage-outer .owl-stage{
  display: flex !important;
  align-items: center !important;
}
.clients-carousel .owl-stage-outer .owl-stage,.brand-crsl .slick-track{display: flex;align-items: center;}
.clients-carousel .clients-logo-box a img,.brand-crsl .clients-logo-box a img{
  filter: grayscale(100%);
  width: 100%;
}
.clients-carousel .clients-logo-box a:hover img,.brand-crsl .clients-logo-box a:hover img{
  filter: grayscale(0%);
}

/** clients-section **/

.clients-section{
  position: relative;
  /* background: #fff7f5; */
  padding: 60px 0px;
}

.clients-section .clients-logo-box{
  position: relative;
  display: block;
}

.clients-section .clients-logo-box img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-section .clients-logo-box img:hover{
  opacity: 0.5;
  transform: translate3d(0px, 0px, 0px) scale(1.090);
}


/*** 

====================================================================
                        Home-Page-Five
====================================================================


***/


/** header-style-four **/

.main-header.style-four{
  position: relative;
  box-shadow: none;
}

.main-header.style-four .header-top{
  background: #1a1a1a;
}

.main-header.style-four .header-top .info li a{
  color: #fff;
}

.main-header.style-four .header-top .info li a:hover{
  
}

.main-header.style-four .header-top .info li{
  color: #fff;
}

.main-header.style-four .header-top .social-links {
  padding-left: 20px;
  margin-left: 27px;
  padding-right: 0px;
  margin-right: 0px;
}

.main-header.style-four .header-top .social-links:before{
  right: inherit;
  left: 0px;
  background: rgba(255,255,255,0.2);
}

.main-header.style-four .language .lang-btn .txt{
  color: #fff;
}

.main-header.style-four .header-top .price-box span{
  color: #fff;
}

.main-header.style-four .header-lower .category-box p{
  background: #2e2e2e;
  padding: 17px 30px 17px 67px;
}

.main-header .header-lower .category-box p:before{
  top: 16px;
}

.main-header.style-four .header-lower .category-box .category-content li a:before{
  position: absolute;
  content: '';
  border: 2px solid #d5d5d5;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  left: 30px;
  top: 25px;
  transition: all 500ms ease;
}

.main-header.style-four .header-lower .category-box .category-content li a:hover:before{

}

.main-header.style-four .header-lower .category-box .category-content li ul li a:before{
  display: none;
}

.main-header.style-four .header-lower .outer-box{
  display: block;
  min-height: auto;
}

.main-header.style-four .header-lower .category-box{
  width: 340px;
  margin-right: 30px;
}

.main-header.style-four .header-lower .search-info{
  position: relative;
  max-width: 1075px;
  width: 100%;
  border: 1px solid #e8e8e8; 
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main-header.style-four .header-lower .search-info .search-form,
.main-header.style-four .header-lower .search-info .select-box{
  display: inline-block;
}

.main-header.style-four .header-lower .search-info .search-form .form-group{
  min-width: 690px;
  margin: 0px;
  padding-right: 100px;
}

.main-header.style-four .header-lower .search-info .select-box{
  position: relative;
}

.main-header.style-four .header-lower .search-info .select-box:before {
  position: absolute;
  content: '';
  background: #e6e6e6;
  width: 1px;
  height: 26px;
  left: -55px;
  top: 16px;
}

.main-header.style-four .header-lower .search-info .search-form .form-group input[type='search']{
  position: relative;
  display: block;
  max-width: 620px;
  height: 58px;
  width: 100%;
  padding: 10px 30px;
}

.main-header.style-four .header-lower .search-info .search-form .form-group button{
  position: absolute;
  top: -1px;
  right: -1px;
  width: 170px;
  height: 60px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: all 500ms ease;
}

.main-header.style-four .header-lower .search-info .search-form .form-group button i{
  font-size: 22px;
  margin-right: 10px;
}

.main-header.style-four .header-lower .nice-select{
  height: 58px;
  line-height: 58px;
  border: none !important;
}

.main-header.style-four .header-lower .nice-select:after{
  right: 30px;
  margin-top: -5px;
}

.main-header.style-four .header-lower .category-box .category-content{
  top: 60px;
}


.advice-block{height: 100%;}
.top_seller_parent{
  min-height: 345px;
  padding: 30px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  height: 100%;
  position: relative;
  justify-content: center;
}
.top_seller_content{position: relative;z-index: 2;display: flex;flex-direction: column;align-items: center;}
.top_seller_content .btn{
  border-color: transparent;
  color: white;
  margin-top: 15px;
  padding: 0px;
}
.top_seller_content img.brand_logo{
  width: 70%;
  max-height: 70px;
  filter: invert(1);
  object-fit: contain;
}
.top_seller_parent::after{
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6461178221288515) 78%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.section_border{
  border: 1px solid #fff;
  overflow: hidden;
  border-radius: 10px;
  background-color: white;
}
.section_border:hover .product-section-home .advice-box{
  /* background-size: 110% 110%; */
}
.top_seller_parent:before{
  /* content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background:linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 22%) 100%) */
}


/** shop-style-three **/

.shop-style-three{
  position: relative;
  padding: 30px 0px 0px;
}

.advice-block .advice-box{
  position: relative;
  padding: 150px 15px 150px 15px;
  overflow: hidden;
  display:block;
}

.advice-block .advice-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;

  color: #fff;
  font-weight: 500;
  margin-bottom: 17px;
}

.advice-block .advice-box h2{
  font-size: 27px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 11px;
}

.advice-block .advice-box .price span{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;

  color: #fff;
  font-weight: 500;
  margin-bottom: 63px;
}

.advice-block .advice-box .price span del{
  font-size: 18px;
}

.advice-block .advice-box .image-box{
  position: relative;
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.shop-style-three .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.shop-style-three .tab-btn-box h2{
  position: relative;
  display: block;
  float: left;
  font-size: 1.5rem;
  line-height: 0;
  color: #222;
  font-weight: 600;
  margin: 0px;

  /* background: #F44336;
  padding: 1px 20px;
  color: #fff;
  border-radius: 26px; */
}
.link-text{
  font-size: 0.8rem;
  color: #dc0000;
}
.shop-style-three .tab-btn-box .tab-btns{
  position: relative;
  margin-top: 7px;
}

.shop-style-three .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;

  font-weight: 600;
  color: #888;
  cursor: pointer;
  margin: 0px 17.5px;
  transition: all 500ms ease;
}

.shop-style-three .tab-btn-box .tab-btns li:before{
  position: absolute;
  content: '';
  background: #222;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 2px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.shop-style-three .tab-btn-box .tab-btns li.active-btn:before,
.shop-style-three .tab-btn-box .tab-btns li:hover:before{
  transform: scale(1,1);
}

.shop-style-three .tab-btn-box .tab-btns li.active-btn,
.shop-style-three .tab-btn-box .tab-btns li:hover{
  color: #222;
}

.shop-block-three .inner-box{
  position: relative;
  display: block;
}

.shop-block-three .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
}

.shop-block-three .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
  height: 175px;
  object-fit: contain;
  object-position: top;
}
.produk-item-box{
  width: 100%;
  border: 1px solid #eaeaea;
  /* padding: 20px; */
  border-radius: 10px;
  overflow: hidden;
  border-radius: 1em;
  background-color: white;
  /* box-shadow: 0 4px 11px -3px rgba(0,0,0,0.15); */
}
.produk-info h3{
  font-size: 13px;
  /* font-weight: 500; */
  color: #000000;
}
.produk-info .price{
  color: #000000;
  font-weight: 600;
  font-size: 15px;
  margin-top: 7px;
}
.shop-block:hover .btn{
  background-color: #222;
  color:#fff;
}
.produk-info .btn{
  font-size: 12px;
  color: #222;
  background-color: transparent;
  border-color: #222222;
  border-radius: 50px !important;
}
.shop-block-three .inner-box:hover .image-box img{
  opacity: 0.3;
  transform: scale(1.05);
}

.shop-block-three .inner-box .lower-content{
  position: relative;
  padding-top: 19px;
}

.shop-block-three .inner-box .lower-content a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  margin-bottom: 3px;
}


.shop-block-three .inner-box .lower-content .price{
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  margin: 0px;
}

.shop-block-three .inner-box .image-box .info-list{
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  visibility: hidden;
  transition: all 500ms ease;
}

.shop-block-three .inner-box:hover .image-box .info-list{
  right: 10px;
  visibility: visible;
}

.shop-block-three .inner-box .image-box .info-list li{
  position: relative;
  display: block;
  margin-bottom: 3px;
}

.shop-block-three .inner-box .image-box .info-list li:last-child{
  margin-bottom: 0px;
}

.shop-block-three .inner-box .image-box .info-list li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #c8cace;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}


.shop-block-three .inner-box .image-box .info-list li span{
  position: absolute;
  display: inline-block;
  right: 53px;
  top: 15px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 90px;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.shop-block-three .inner-box .image-box .info-list li span:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  top: 8px;
  right: -3px;
  transform: rotate(45deg);
}

.shop-block-three .inner-box .image-box .info-list li:hover span{
  right: 63px;
  visibility: visible;
  opacity: 1;
}

.shop-block-three .inner-box .image-box .category{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 30px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  height: 27px;
  line-height: 27px;
  width: 55px;
  text-align: center;
}

.shop-block-three .inner-box .image-box .category:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  top: 0px;
  right: -7px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.shop-block-three .inner-box .image-box .category:after{
  position: absolute;
  content: '';
  width: 7px;
  height: 13px;
  bottom: 0px;
  right: -7px;
  clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
}


/** deals-style-two **/

.deals-style-two{
  position: relative;
}

.deals-style-two .single-item .inner-box{
  position: relative;
  display: block;
  padding: 65px 30px 70px 60px;
}

.deals-style-two .single-item .inner-box .image-box{
  position: absolute;
  top: 50px;
  right: 30px;
}

.deals-style-two .single-item .inner-box .cs-countdown .count-col{
  width: 80px;
  height: 80px;
  padding: 17px 0px;
}

.deals-style-two .single-item .inner-box h4{
  position: relative;
  font-size: 20px;
  line-height: 25px;
  color: #fff;

  font-weight: 500;
  margin-bottom: 18px;
}

.deals-style-two .single-item .inner-box h2{
  position: relative;
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.deals-style-two .single-item .inner-box .price span{
  position: relative;
  display: block;
  font-size: 24px;

  color: #fff;
  font-weight: 500;
  margin-bottom: 35px;
}

.deals-style-two .single-item .inner-box .price span del{
  font-size: 18px;
}


/** trending-products **/

.trending-products{
  position: relative;
  padding: 120px 0px 110px 0px;
}

.trending-products .shop-inner .top-inner{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.trending-products .shop-inner .top-inner h2{
  position: relative;
  display: block;
  float: left;
  font-size: 30px;
  line-height: 35px;
  color: #222;
  font-weight: 600;
  margin: 0px;
}

.trending-products .shop-inner .top-inner a{
  position: relative;
  display: inline-block;
  float: right;
  font-size: 16px;
  color: #222;
  font-weight: 600;
  z-index: 1;
}

.trending-products .shop-inner .top-inner a i{
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-left: 15px;
  font-weight: 600;
  top: 2px;
  transform: rotate(-30deg);
  transition: all 500ms ease;
}

.trending-products .shop-inner .top-inner a:hover i{
  transform: rotate(0deg);
}

.cta-section.alternet-2 .image-layer{
  height: 600px;
}

.cta-section.alternet-2 .cta-inner{
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 75px 100px 80px 100px;
}


/** shop-style-four **/

.shop-style-four{
  position: relative;
}

.shop-style-four .inner-container{
  position: relative;
  padding: 115px 0px 90px 0px;
  border-bottom: 1px solid #e6e6e6;
}

.shop-style-four .single-block .top-inner{
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.shop-style-four .single-block .top-inner h2{
  position: relative;
  display: block;
  float: left;
  font-size: 30px;
  line-height: 35px;
  color: #222;
  font-weight: 600;
  margin: 0px;
}

.shop-style-four .single-block .top-inner a{
  position: relative;
  display: inline-block;
  float: right;
  font-size: 16px;
  color: #222;
  font-weight: 600;
  margin-top: 5px;
  z-index: 1;
  opacity: 0.5;
}

.shop-style-four .single-block .top-inner a:hover{
  opacity: 1;
}

.shop-style-four .single-block .top-inner a i{
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-left: 15px;
  font-weight: 600;
  top: 2px;
  transform: rotate(-30deg);
  transition: all 500ms ease;
}

.shop-style-four .single-block .top-inner a:hover i{
  transform: rotate(0deg);
}

.shop-style-four .single-block .top-inner a:before{
  position: absolute;
  content: '';
  background: #222;
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.shop-style-four .single-block .top-inner a:hover:before{
  width: 100%;
}

.shop-block-four{
  position: relative;
  display: block;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 30px 30px;
  min-height: 150px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.shop-block-four:hover{
  border-color: #fff;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
}

.shop-block-four .inner-box{
  position: relative;
  padding: 15px 0px 0px 120px;
}

.shop-block-four .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.shop-block-four .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.shop-block-four:hover .inner-box .image-box img{
  opacity: 0.2;
}

.shop-block-four .inner-box .inner a{
  position: relative;
  display: inline-block;
  font-size: 16px;

  color: #222;
  margin-bottom: 5px;
}


.shop-block-four .inner-box .inner p{
  color: #222;
}



/*** 

====================================================================
                        About-Page
====================================================================

***/


/** page-title **/

.page-title{
  position: relative;
  /* background: #edf0f5; */
  padding: 95px 0px 88px 0px;
}

.page-title .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

.page-title .content-box h1{
  position: relative;
  display: block;
  font-size: 46px;
  line-height: 50px;
  color: #222;
  font-weight: 600;
  margin-bottom: 11px;
}

.page-title .content-box .bread-crumb li{
  position: relative;
  display: inline-block;
  color: #848484;
  padding-right: 16px;
  margin-right: 3px;
}

.page-title .content-box .bread-crumb li a{
  color: #848484;
}


.page-title .content-box .bread-crumb li:last-child{
  padding-right: 0px;
  margin-right: 0px;
}

.page-title .content-box .bread-crumb li:before{
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #848484;
  font-size: 15px;
  top: 0px;
  right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before{
  display: none;
}


/** about-section **/

.about-section{
  position: relative;
  padding: 120px 0px;
}

.about-section .text-inner h2{
  display: block;
  font-size: 50px;
  line-height: 65px;
  color: #222;
  font-weight: 600;
  margin-bottom: 8px;
}
.about-section .text-inner h3{
  font-size: 26px;
  line-height: 30px;
  color: #848484;
  font-weight: 600;
  margin-bottom: 34px;
}

.about-section .text-inner p{
  margin-bottom: 26px;
}

.about-section .text-inner .theme-btn-one{
  margin-top: 16px;
  padding: 19px 43px;
}

.about-section .image-box{
  position: relative;
  display: block;
}

.about-section .image-box img{
  width: 100%;
}

.about-section .text-inner .box h4{
  font-size: 24px;
  line-height: 30px;
  color: #222;
  font-weight: 600;
  margin-bottom: 25px;
}

.about-section .text-inner .box{
  position: relative;
  margin-bottom: 60px;
}

.about-section .text-inner .box:last-child{
  margin-bottom: 0px;
}

.about-section .text-inner .box p:last-child{
  margin-bottom: 0px;
}


/** chooseus-section **/

.chooseus-section{
  position: relative;
  background: #edf0f5;
}

.chooseus-section .content-column{
  position: relative;
  float: left;
  width: 50%;
}

.chooseus-section .image-column{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.chooseus-section .content-column .inner-column{
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 114px 15px 85px 15px;
}

.chooseus-section .content-column .content-box .single-item{
  position: relative;
  margin-bottom: 33px;
  min-height: 85px;
  padding: 2px 30px 0px 80px;
}

.chooseus-section .content-column .content-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 50px;
  line-height: 50px;
  color: #222;
}

.chooseus-section .content-column .content-box .single-item h3{
  font-size: 24px;
  line-height: 30px;
  color: #222;
  font-weight: 600;
  margin-bottom: 5px;
}

.chooseus-section .content-column .content-box .single-item p{
  margin: 0px;
  line-height: 24px;
}


/** team-section **/

.team-section{
  position: relative;
  padding-top: 115px;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.team-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img{
  opacity: 0.9;
  transform: scale(1.05);
}

.team-block-one .inner-box .image-box .social-links{
  position: absolute;
  left: 0px;
  bottom: -55px;
  width: 100%;
  visibility: hidden;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .social-links{
  bottom: 30px;
  visibility: visible;
}

.team-block-one .inner-box .image-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 2px;
}

.team-block-one .inner-box .image-box .social-links li a{
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  background: #fff;
  color: #222;
  text-align: center;
}


.team-block-one .inner-box .lower-content{
  position: relative;
  padding-top: 27px;
}

.team-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #222;
  font-weight: 600;
  margin-bottom: 2px;
}

.team-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #222;
}

.team-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  margin: 0px;
}



/*** 

====================================================================
                        Service-Page
====================================================================

***/

.service-page-section{
  position: relative;
  padding: 120px 0px;
}

.mr-30{
  margin-right: 30px;
}

.ml-30{
  margin-left: 30px;
}

.mr-100{
  margin-right: 100px;
}

.ml-100{
  margin-left: 100px;
}

.mb-100{
  margin-bottom: 100px;
}

.service-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-two .inner-box .image-box:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 46, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.service-block-two:hover .inner-box .image-box:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.service-block-two .inner-box .image-box img{
  width: 100%;
}

.service-block-two .inner-box .content-box h2{
  position: relative;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
}

.service-block-two .inner-box .content-box h2 a{
  display: inline-block;
  color: #222;
}


.service-block-two .inner-box .content-box p{
  position: relative;
  margin-bottom: 32px;
}

.service-block-two .inner-box .content-box .theme-btn-one{
  padding: 19px 34px;
}

.service-block-two .inner-box .content-box{
  padding-top: 94px;
}


/** testimonial-section **/

.testimonial-section{
  position: relative;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
}

.testimonial-block-one .inner-box .box{
  position: relative;
  padding: 46px 35px 43px 35px;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.testimonial-block-one .inner-box .box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  margin-left: -40px;
  left: -50%;
  bottom: -10px;
  box-shadow: 1px 1px 0px 0px #e5e5e5;
  transition: all 500ms ease;
}

.testimonial-block-one .inner-box .box p{
  margin-bottom: 21px;
  line-height: 28px;
}

.testimonial-block-one .inner-box .box h4{
  position: relative;
  display: block;
  font-size: 20px;
  height: 25px;
  color: #222;
  font-weight: 600;
  margin-bottom: 0px;
}

.testimonial-block-one .inner-box .box span{
  position: relative;
  display: block;
  margin: 0px;
}

.testimonial-block-one .inner-box .thumb-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-section .owl-nav{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 40px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #222;
  background: #edf0f5;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover{
  background: #222;
  color: #fff;
}

.team-page-section{
  padding: 120px 0px 70px 0px;
}

.team-page-section .team-block-one .inner-box{
  margin-bottom: 45px;
}

.testimonial-style-two{
  background: #edf0f5;
}

.testimonial-block-two .inner-box{
  position: relative;
  display: block;
  text-align: center;
}

.testimonial-block-two .inner-box .thumb-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 14px;
}

.testimonial-block-two .inner-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-two .inner-box p{
  font-size: 16px;
  line-height: 30px;
  color: #222;
  margin-bottom: 20px;
}

.testimonial-block-two .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 25px;
  color: #222;
  font-weight: 600;
  margin-bottom: 1px;
}

.testimonial-block-two .inner-box .designation{
  position: relative;
  display: block;
  margin: 0px;
}

.testimonial-block-two{
  position: relative;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

.testimonial-style-two .owl-nav{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 40px;
}

.testimonial-style-two .owl-nav .owl-prev,
.testimonial-style-two .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #222;
  background: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-style-two .owl-nav .owl-prev:hover,
.testimonial-style-two .owl-nav .owl-next:hover{
  background: #222;
  color: #fff;
}


/*** 

====================================================================
                        Error-Page
====================================================================

***/

.error-section{
  position: relative;
}

.error-section .inner-box h1{
  position: relative;
  display: block;
  font-size: 170px;
  line-height: 150px;
  color: #222;
  font-weight: 600;
  margin-bottom: 27px;
}

.error-section .inner-box h2{
  font-size: 40px;
  line-height: 45px;
  position: relative;
  color: #848484;
  font-weight: 600;
  margin-bottom: 10px;
}

.error-section .inner-box p{
  position: relative;
  margin-bottom: 57px;
}

.error-section .inner-box p a{
  display: inline-block;
  line-height: 18px;
}

.error-section .inner-box .theme-btn-two{
  padding: 16px 39px;
}

.error-section .inner-box .btn-box a{
  margin: 0px 8px;
}


/*** 

====================================================================
                        Shop-Page
====================================================================

***/


.shop-page-section{
  position: relative;
  /* padding: 120px 0px; */
  margin-top: 20px;
  margin-bottom: 20px;
}

.shop-page-section .item-shorting{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.shop-page-section .item-shorting .left-column .text,
.shop-page-section .item-shorting .left-column .short-box{
  position: relative;
  float: left;
}

.shop-page-section .item-shorting .left-column .short-box p{
  float: left;
  margin-right: 15px;
}

.shop-page-section .item-shorting .select-box{
  float: left;
  width: 90px;
  margin-top: -9px;
}

.shop-page-section .item-shorting .select-box .nice-select{
  border-radius: 0px;
}

.shop-page-section .item-shorting .select-box .nice-select:after{
  margin-top: -5px;
}

.shop-page-section .item-shorting .left-column .text{
  position: relative;
  float: left;
  padding: 0px 30px;
  margin: 0px 30px;
}

.shop-page-section .item-shorting .left-column .text:before{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 1px;
  height: 28px;
  top: 2px;
  right: 0px;
}

.shop-page-section .item-shorting .left-column .text:after{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 1px;
  height: 28px;
  top: 2px;
  left: 0px;
}


.shop-page-section .item-shorting .right-column .nice-select{
  width: 200px !important;
}

.shop-page-section .item-shorting .right-column .short-box,
.shop-page-section .item-shorting .right-column .filter-box{
  float: left;
}

.shop-page-section .item-shorting .right-column .short-box{
  margin-right: 30px;
}

.shop-page-section .item-shorting .right-column .select-box{
  width: 200px;
}

.shop-page-section .item-shorting .right-column .short-box p{
  float: left;
  margin-right: 15px;
}

.shop-page-section .item-shorting .filter-box{
  float: left;
}

.shop-page-section .item-shorting .right-column .menu-box{
  float: left;
  margin-top: -9px;
}

.shop-page-section .item-shorting .right-column .menu-box a{
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
}

.shop-page-section .item-shorting .right-column .menu-box a:first-child{
  color: #fff;
  background: #222;
  margin-right: 1px;
}
.shop-page-section .item-shorting .right-column .menu-box a:last-child{
  color: #9c9fa6;
  border: 1px solid #e5e5e5;
  font-weight: 600;
}

.shop-page-section .item-shorting .right-column .menu-box a:last-child:hover{
  color: #fff;
}

.shop-page-section .item-shorting .filter-box button i{
  margin-right: 10px;
  font-weight: 600;
}

.shop-page-section .item-shorting .filter-box button{
  position: relative;
  background: transparent;
  font-size: 15px;
  line-height: 26px;
  color: #888;
  font-weight: 400;
  transition: all 500ms ease;
}

.shop-page-section .item-shorting .filter-box .dropdown-menu{
  top: 85px !important;
  padding: 0px;
  width: 100%;
  background: #fff;
  right: 0px;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
  box-shadow: 0px 5px 30px 0 rgba(0,0,0,0.15);
  transition: .5s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: none;
  margin: 0px;
}

.shop-page-section .item-shorting .filter-box .show .dropdown-menu {
  display: block;
  transform: scale3d(1,1,1)!important;
  opacity: 1;
  visibility: visible;
}

.shop-page-section .item-shorting .filter-box .dropdown{
  position: inherit;
}

.shop-page-section .item-shorting .filter-box .filter-content{
  padding: 50px 60px 50px 60px;
  border-radius: 0px;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column{
  position: relative;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column:before{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 1px;
  height: 100%;
  top: 0px;
  right: 15px;
}

.shop-page-section .item-shorting .filter-box .filter-content .column:last-child .single-column:before{
  display: none;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .list li{
  position: relative;
  display: block;
  margin-bottom: 9px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #848484;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .list li a{
  color: #848484;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .list li:last-child{
  margin-bottom: 0px;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .list li:before{
  position: absolute;
  content: '';
  border: 2px solid #d5d5d5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0px;
  top: 9px;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .color-list li{
  position: relative;
  display: block;
  margin-bottom: 9px;
  padding-left: 30px;
  font-size: 15px;
  line-height: 26px;
  color: #93959e;
}


.shop-page-section .item-shorting .filter-box .filter-content .single-column .color-list li a{
  color: #93959e;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .color-list li:last-child{
  margin-bottom: 0px;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .color-list li span{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.shop-page-section .item-shorting .filter-box .filter-content .single-column .color-list li span.black{
  background: #000;
}

.shop-page-section .item-shorting .filter-box .filter-content .close-btn{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff4f2;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.shop-page-section .item-shorting .filter-box .filter-content .discription-box{
  position: relative;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
  margin-bottom: 34px;
}

.range-slider{
  position:relative;
}

.range-slider .title {
  position: relative;
  display: inline-block;
}

.range-slider p{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #93959e;
  margin-right: 10px !important;
}

.range-slider .title:before {
  position: absolute;
  content: '$';
  left: -5px;
  top: -18px;
  color: #93959e;
  font-size: 15px;
}

.range-slider .input{
  color:#93959e;
  max-width: 75px;
  font-size:15px;
  font-weight: 600;
  margin-top:5px;
  position: relative;
  display: inline-block;
}


.shop-page-section .item-shorting .filter-box .price-filters h4{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 22px;
}

.shop-page-section .sidebar-content .item-shorting .left-column .text{
  padding: 0px;
  margin: 0px;
}

.shop-page-section .sidebar-content .item-shorting .left-column .text:before,
.shop-page-section .sidebar-content .item-shorting .left-column .text:after{
  display: none;
}

.sidebar .search-widget .search-form .form-group{
  position: relative;
  margin: 0px;
}

.sidebar .search-widget .search-form .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  color: #848484;
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}

.sidebar .search-widget .search-form .form-group button{
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 16px;
  color: #222;
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.sidebar .search-widget{
  position: relative;
  margin-bottom: 47px;
}


.sidebar .widget-title h3{
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  color: #222;
  margin: 0px;
}
.shop-sidebar{
  /* border: 1px solid #eaeaea; */
  border-radius: 5px;
  background-color: white;
  overflow: hidden;
}
.sidebar .brand-widget .brand-list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.sidebar .brand-widget .brand-list li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  padding: 3px 10px;
  border-radius: 5px;
}
.sidebar .brand-widget .brand-list li:last-child{
  margin-bottom: 0px;
}
.sidebar .brand-widget .brand-list li a{
  position: relative;
  display: inline-block;
  color: #6b6b6b;
  /* padding-left: 20px; */
}
.sidebar .brand-widget .brand-list li.active-cat,.sidebar .brand-widget .brand-list li:hover{
  border-color: black;
}
.sidebar .brand-widget .brand-list li.active-cat a,.sidebar .brand-widget .brand-list li:hover a{
  /* text-decoration: underline; */
  color:black;
  font-weight: 600;
}

.categories-list{
  max-height: 320px;
  overflow: scroll;
}
.checkbox-filter-container {
  display: flex;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  user-select: none;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.checkbox-filter-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-filter-container .checkmark-container{
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  vertical-align: middle;
  position: relative;
  transition: transform 200ms cubic-bezier(0.2, 0.64, 0.21, 1);
  transform-box: fill-box;
  overflow: hidden;
}
.checkbox-filter-container .checkmark-container .checkmark {
  display: flex;
  position: absolute;
  top: -3px;
  left: -3px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: transform 200ms cubic-bezier(0.2, 0.64, 0.21, 1);
}
.checkbox-filter-container:hover input ~ .checkmark-container .checkmark {background-color: #ccc;}
.checkbox-filter-container input:checked ~ .checkmark-container{border-color: #2c2c2c;}
.checkbox-filter-container input:checked ~ .checkmark-container .checkmark {background-color: #2c2c2c;}
.checkbox-filter-container .checkmark-container .checkmark svg {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
}
.checkbox-filter-container input:checked ~ .checkmark-container .checkmark svg {display: block;}


.sidebar .sidebar-widget:last-child{
  border-bottom: 0px !important;

}
.sidebar .sidebar-widget{
  border-bottom: 1px solid #eaeaea;
  padding: 20px;
}
.sidebar .sidebar-widget .widget-title{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
.sidebar .sidebar-widget .widget-content{
  margin-top: 20px;
}
.btn-normal{
  background: #323232 !important;
  color: white !important;
  border-radius: 5px !important;
  padding: 11px !important;
}

.sidebar .size-widget .size-list li{
  position: relative;
  display: block;
  font-size: 14px;
  color: #222;
  margin-bottom: 15px;
}

.sidebar .size-widget .size-list li:last-child{
  margin-bottom: 0px;
}

.sidebar .size-widget .size-list li a{
  position: relative;
  display: inline-block;
  color: #222;
  padding-left: 20px;
}

.sidebar .size-widget .size-list li a:before{
  position: absolute;
  content: '';
  border: 2px solid #d5d5d5;
  width: 8px;
  height: 8px;
  left: 0px;
  top: 8px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.input-group-text{
  font-size: 0.8rem;
}
.input-forms{
  padding: 0.7rem 0.6rem !important;
  font-size: 13px !important;
  height: auto !important; 
}

.sidebar .size-widget{
  margin-bottom: 40px;
}

.sidebar .color-widget .color-list li{
  position: relative;
  display: block;
  margin-bottom: 14px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 26px;
  color: #222;
}


.sidebar .color-widget .color-list li a{
  color: #222;
}


.sidebar .color-widget .color-list li li:last-child{
  margin-bottom: 0px;
}

.sidebar .color-widget .color-list li span{
  position: absolute;
  left: 0px;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.sidebar .color-widget .color-list li span.black{
  background: #000;
}

.shop-page-section .pagination-wrapper{
  position: relative;
  padding-top: 30px;
}

.shop-page-4 .outer-container{
  max-width: 1710px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.shop-page-section.shop-page-4 .item-shorting{
  position: inherit;
}



.xs-sidebar-widget{
  position:absolute;
  left:-100%;
  top:0;
  bottom:0;
  width:100%;
  max-width:370px;
  padding: 50px 50px;
  max-height: 1000px;
  z-index:999999;
  overflow:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  background-color:#fff;
  -webkit-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition:all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility:hidden;
  opacity:0;
}


.xs-bg-black {
  background-color: #000000;
}
.archive_title{
  color: #000000;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 11px;
}
.product_not_found{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 3em 0px;
  gap: 15px;
}
.product_not_found svg path{fill:#bebebe}
.product_not_found h3{font-size: 22px;color: #d2d2d2;}

/** product-details **/

.product-details{
  position: relative;
  /* padding: 10px 0px 85px 0px; */
  margin-top: 20px;
}
.product-details-content{
  background-color: white;
  padding:20px;
  border-radius: 10px 10px 0px 0px;
}
.product-details-content .product-image{
  position: relative;
  display: block;
}

.product-details-content .product-image img{
  width: 100%;
}

.product-details-content .product-image a{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}

.product-details-content .product-image a:hover{
  color: #fff;
}

.product-details-content .product-details .othre-options .item-quantity{
  position: relative;
  display: inline-block;
  max-width: 130px;
  width: 100%;
  float: left;
  padding: 0px 40px;
  margin-right: 15px;
}

.item-quantity .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  max-width: 50px;
  width: 100%;
  height: 53px;
}

.item-quantity input.quantity-spinner {
  line-height: 53px;
  height: 53px;
  width: 50px !important;
  padding: 0px !important;
  box-shadow: none !important;

  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  border: none;
}


.product-details-content .product-info p{font-size: 13px;line-height: 1.5em;}
.product-details-content .product-info h3{
  display: block;
  font-size: 18px;
  line-height: 30px;

  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}

.product-details-content .product-info .customer-review{
  position: relative;
  margin-bottom: 15px;
}

.product-details-content .product-info .rating-box{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 12px;
}

.product-details-content .product-info .rating-box li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 15px;
  margin-right: 2px;
}

.product-details-content .product-info .rating-box li:last-child{
  margin-right: 0px;
}

.product-details-content .product-info .reviews{
  position: relative;
  display: inline-block;
  float: left;
}

.product-details-content .product-info .reviews a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #848484;
}

.breadcrumb{
  padding:0px !important;
  background-color: transparent;
}
.breadcrumb .breadcrumb-item{
  font-size: 12px;
}
.breadcrumb .breadcrumb-item a{
  color: #6c757d ;
}
.breadcrumb .breadcrumb-item.active{
  color:#000000;
}

.product-details-content .product-info .item-price{
  position: relative;
  display: block;
  font-size: 28px;
  font-weight: 600;
  color: #222;
  margin-bottom: 23px;
}

.product-details-content .product-info .text p{
  margin-bottom: 20px;
}

.product-details-content .product-info .text .list li{
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 4px;
}

.product-details-content .product-info .text .list li:last-child{
  margin-bottom: 0px;
}

.product-details-content .product-info .text .list li:before{
  position: absolute;
  content: '';
  border: 2px solid #d5d5d5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0px;
  top: 9px;
}

.product-details-content .product-info .text{
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.product-details-content .product-info .othre-options .item-quantity{
  position: relative;
  display: inline-block;
  max-width: 130px;
  width: 100%;
  float: left;
  padding: 0px 40px;
  margin-right: 10px;
  border: 1px solid #e6e6e6;
  z-index: 1;
  border-radius: 10px;
}

.product-details-content .product-info .othre-options .btn-box{
  position: relative;
  float: left;
  margin-right: 10px;
}

.product-details-content .product-info .othre-options .btn-box .theme-btn-two{
  padding: 14.5px 38px;
  border-radius: 10px;
}

.product-details-content .product-info .othre-options .info li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.product-details-content .product-info .othre-options .info li:last-child{
  margin-right: 0px;
}

.product-details-content .product-info .othre-options .info li a{
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  color: #222;
  font-weight: 700;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}
.product-details-content .product-info .othre-options .info li a.actived,.wishlist_btn.actived{
  background: #ff4135;
  color: #fff;
  border-color: #ff4135;
}
/* .product-details-content .product-info .othre-options .info li a:hover{
  background: #ff4135;
  border-color: #ff4135;
  color: #fff;
} */

.product-details-content .product-info .othre-options{
  position: relative;
  margin-bottom: 27px;
  margin-top: 5px;
}

.product-details-content .product-info .other-links li span,.product-details-content .product-info .other-links li a{color: #000 !important;    font-weight: 600;}

.product-details-content .product-info .other-links li:last-child{
  margin-bottom: 0px;
}
.product-details-content .product-info .other-links li a{
  color: #848484;
}

.product-details-content .product-info .other-links{
  position: relative;
  margin-bottom: 20px;
}

.share-product-option li{
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.share-product-option li:last-child{
  margin-right: 0px;
}

.product-details-content .product-info h5{
  position: relative;
  font-size: 16px;
  font-weight: 600;

  color: #222;
  margin-bottom: 8px;
}

.share-product-option li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #848484;
}
.share-product-option h5{margin-bottom: 0px !important;}

.product-details-content .product-info{
  position: relative;
}


.product-details .product-discription .tab-btns{
  position: relative;
  margin-bottom: 32px;
}

.product-details .product-discription .tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;

  color: #888;
  margin-right: 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.product-details .product-discription .tab-btns li:last-child{
  margin-right: 0px;
}

.product-details .product-discription .tab-btns li.active-btn,
.product-details .product-discription .tab-btns li:hover{
  color: #222;
}

.product-details .product-discription .tab-btns li:before{
  position: absolute;
  content: '';
  background: #222;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.product-details .product-discription .tab-btns li.active-btn:before,
.product-details .product-discription .tab-btns li:hover:before{
  transform: scale(1,1);
}

.product-details .product-discription .tabs-content .text p{
  margin-bottom: 26px;
}

.product-details .product-discription .tabs-content .text p:last-child{
  margin-bottom: 0px;
}

.custom-control.material-checkbox {
  --color: #ebebeb;
  padding: 0px;
  margin: 0px;
  margin-bottom: 0px !important;
}

.custom-control.material-checkbox .material-control-input {
  display: none;
}

.custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 15px;
  height: 15px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

.custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
  transform: rotateZ(45deg) translate(1px, -5px);
  width: 8px;
  border: 2px solid #e6e6e6;
  border-top: 0px;
  border-left: 0px;
  background: transparent;
  border-radius: 0px;
}

.custom-controls-stacked .description {
  position: relative;
  display: inline-block;
  padding: 0px;
  margin-left: 25px;
  font-size: 15px;
  color: #848484;
  cursor: pointer;
}

.product-details .product-discription .tabs-content .review-inner{
  position: relative;
  padding-left: 100px;
  padding-bottom: 43px;
  margin-bottom: 45px;
  border-bottom: 1px solid #e6e6e6;
}

.product-details .product-discription .tabs-content .review-inner .image-box{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.product-details .product-discription .tabs-content .review-inner .image-box img{
  width: 100%;
  border-radius: 50%;
}

.product-details .product-discription .tabs-content h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;

  font-weight: 500;
  color: #222;
  margin-bottom: 38px;
}

.product-details .product-discription .tabs-content .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  margin-right: 3px;
}

.product-details .product-discription .tabs-content .rating li:last-child{
  margin-right: 0px;
}

.product-details .product-discription .tabs-content .review-inner .rating{
  position: relative;
  margin-bottom: 2px;
}

.product-details .product-discription .tabs-content .review-inner h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;

  font-weight: 500;
  color: #222;
  margin-bottom: 14px;
}

.product-details .product-discription .tabs-content .review-inner h6 span{
  font-size: 15px;
  font-weight: 400;
  color: #848484;
}

.product-details .product-discription .tabs-content .replay-inner .rating-box h6{
  position: relative;
  display: inline-block;
  font-size: 16px;
  float: left;

  color: #222;
  line-height: 26px;
  font-weight: 500;
  margin-right: 20px;
}

.product-details .product-discription .tabs-content .replay-inner .rating{
  position: relative;
  float: left;
}

.product-details .product-discription .tabs-content .replay-inner .rating-box{
  position: relative;
  margin-bottom: 16px;
}

.product-details .product-discription .tabs-content .replay-inner .review-form .form-group{
  position: relative;
  margin-bottom: 24px;
}

.product-details .product-discription .tabs-content .replay-inner .review-form .form-group:last-child{
  margin-bottom: 0px;
}

.product-details .product-discription .tabs-content .replay-inner .review-form .form-group input[type='text'],
.product-details .product-discription .tabs-content .replay-inner .review-form .form-group input[type='email'],
.product-details .product-discription .tabs-content .replay-inner .review-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  font-size: 15px;
  color: #848484;
}

.product-details .product-discription .tabs-content .replay-inner .review-form .form-group textarea{
  height: 220px;
  resize: none;
}

.product-details .product-discription .tabs-content .replay-inner .review-form .form-group label{
  position: relative;
  display: block;
  font-size: 15px;
  color: #848484;
  margin-bottom: 4px;
}
.product-discription{
  background-color: white;
  padding:20px !important;
}
.product-details .product-discription{
  position: relative;
  /* margin-bottom: 25px; */
}
.va-0{
  vertical-align: initial !important;
}
.product-details-content .product-info .size-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 16px;

  font-weight: 500;
  color: #222;
  margin-bottom: 8px;
}

.product-details-content .product-info .size-box{
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.product-details-content .product-info .size-box .custom-control{
  position: relative;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding-left: 0px;
}
.product-details-content .product-info .size-box .custom-control input[type="radio"]{
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.product-details-content .product-info .size-box .custom-control:last-child{
  margin-right: 0px;
}

.product-details-content .product-info .size-box .custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.product-details-content .product-info .size-box .custom-radio .custom-control-input:checked~.custom-control-label::before {
  box-shadow: none;
}
.product-details-content .product-info .size-box .custom-radio .custom-control-label{
  border: 1px solid #e0e0e0;
  padding: 2px 12px;
  border-radius: 7px;
}
.product-details-content .product-info .size-box .custom-radio .custom-control-input:checked~.custom-control-label{
  background: #eaeaea;
  color: #151515;
  border: 1px solid #151515;
  font-weight: bold;
}
.product-details-content .product-info .size-box .custom-control-label::before{
  display: none;
  background: transparent;
  border: 2px solid #d5d5d5;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 0px;
}

.product-details-content .product-info .size-box .custom-control .custom-control-label{
  font-size: 12px;
  font-weight: 500;
  color: #848484;
  text-transform: uppercase;
  /* padding-left: 18px; */
  cursor: pointer;
}

.product-details-content .product-info .size-box .custom-control .custom-control-label::after{
  display: none !important;
}

.product-details-content .product-info .color-box{
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.product-details-content .product-info .color-box .color-block{
  position: relative;
  display: inline-block;
}

.product-details-content .product-info .color-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 16px;

  font-weight: 500;
  color: #222;
  margin-bottom: 6px;
}

.color-box [type="radio"]:checked,
.color-box [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
  display: none;
}

.color-box [type="radio"]:checked + label,
.color-box [type="radio"]:not(:checked) + label{
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.color-box [type="radio"]:checked + label:before,
.color-box [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.color-box [type="radio"]:checked + label:before{
  width: 22px;
  height: 22px;
  top: -3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.color-box .color-block.black [type="radio"]:checked + label:before,
.color-box .color-block.black [type="radio"]:not(:checked) + label:before{
  background: #222;
}

.product-details .bxslider .slider-content{
  position: relative;
}

.product-details-2 .bxslider .slider-content .slider-pager{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.product-details-2 .bxslider .slider-content .slider-pager li{
  position: relative;
  display: block;
  width: 100px;
  height: 130px;
  margin-bottom: 10px;
  background: #fff;
}

.product-details-2 .bxslider .slider-content .slider-pager li:last-child{
  margin-bottom: 0px;
}

.product-details-2 .bxslider .product-image{
  padding-left: 110px;
}

.product-details .bxslider .slider-pager li a.active img {
  opacity: 1;
}

.product-details .bxslider .slider-pager img {
  width: 100%;
  opacity: 0.5;
  transition: all 500ms ease;
}

.product-details .product-image .image{
  position: relative;
}

.product-details .product-image li{
  position: relative;
  float: left;
  margin: 0px 5px;
  margin-bottom: 10px;
}

.product-details ul.product-image{
  margin: 0px -5px;
}

.product-details-content ul.product-image a{
  transform: scale(0,0);
}

.product-details-content ul.product-image .image:hover a{
  transform: scale(1,1);
}

.product-details-4 .bxslider .slider-content .slider-pager li{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 112px;
  margin: 0px 3px;
  background: #fff;
}

.product-details-4 .product-details-content .product-image{
  margin-bottom: 10px;
}

.product-details-content .product-info .othre-options .single-item h5{
  position: relative;
  display: block;
  text-align: right;
  font-size: 16px;
  line-height: 26px;

  color: #222;
  padding-top: 15px;
}

.product-details-content .product-info .othre-options .single-item h5 span{
  display: inline-block;
  min-width: 90px;
}

.product-details-content .product-info .othre-options .single-item{
  margin-bottom: 15px;
}

.product-details-content .product-info .othre-options .item-box .single-item:last-child{
  margin-bottom: 0px;
}

.product-details-content .product-info .othre-options .item-box{
  position: relative;
  margin-bottom: 35px;
}

.product-details-5 .product-details-content .product-image .image,
.product-details-6 .product-details-content .product-image .image{
  margin-bottom: 10px;
}

.product-details-5 .product-details-content .product-image .image:last-child,
.product-details-6 .product-details-content .product-image .image:last-child{
  margin-bottom: 0px;
}

.product-details-5 .product-details-content .product-image a,
.product-details-6 .product-details-content .product-image a{
  transform: scale(0,0);
}

.product-details-5 .product-details-content .product-image .image:hover a,
.product-details-6 .product-details-content .product-image .image:hover a{
  transform: scale(1,1);
}



.product-details-6 .product-details-content .product-info .othre-options .btn-box{
  margin-top: 10px;
}

.product-details-6 .product-details-content .product-info .othre-options .btn-box .theme-btn-two {
  padding: 14.5px 38px;
  width: 260px
}



/*** 

====================================================================
                        Cart-Page
====================================================================

***/

.cart-section{
  position: relative;
  display: block;
  padding: 0px 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  
}
.produk_cart_list{
  --image-size: 96px;
  --_image-size: var(--image-size, 3rem);
}
.cart-product{
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, var(--_image-size)) 1fr;
  grid-template-areas: "left-section content";
}
.cart-product .cart-product-img{
  grid-area: left-section;
  display: flex;
  flex-direction: column;
}
.cart-product .cart-product-img .cart-product-img-box{
  position: relative;
  aspect-ratio: 1;
  background-color: var(--background-bg-secondary-product, #f0f2f4);
  border-radius: .25rem;
  overflow: hidden;
}
.cart-product img{
  /* min-width: 90px;
  max-width: 90px;
  height: 90px;
  object-fit: contain;
  border-radius: 0.5em; */

  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.cart-item .cart-price{
  color:#000000;
  font-weight: 700;
}
.cart-product .cart-produk-detail{
  grid-area: content;
  display: grid;
  align-content: flex-start;
  grid-template-columns: 1fr auto;
  grid-template-areas:
      "body price"
      "footer footer";
}
.cart-product .cart-produk-detail .card-product-title{
  grid-area: body;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.cart-product .cart-produk-detail .card-product-title a{
  grid-area: body;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-product .cart-produk-detail .card-product-title a span,.product-cart-title{
  font-size: .875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: -.0175rem;
  text-decoration: none;

}
.cart-product .cart-product-footer{
  grid-area: footer;
}


.cart_produk_variation{
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 8px;
}


.cart-item .remove-btn,.remove-btn{
  color: #626262;
  font-size: 13px;
}
.cart-item .card-footer{
  background-color: #f9f9f9;
  padding: 6px 10px;
}
.cart-item .product_title{
  font-weight: 600;
  color: black;
}
.notValid, .cart-item.notValid .product_title,.cart-item.notValid .cart-price,.notValid h6,.notValid p,.notValid span{ 
  color: #b5b5b5 !important;
}
.notValid img{
  filter: grayscale(100%);
}
.cart-section .cart-total .total-cart-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 25px;
  color: #222;
  font-weight: 600;
  background: #f2f3f5;
  padding: 19px 30px 11px 30px;
}

.cart-section .cart-total .total-cart-box .list li{
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  padding: 18px 30px;
  border-bottom: 1px solid #e6e6e6;
}

.cart-section .cart-total .total-cart-box .list li:last-child{
  border-bottom: none;
}

.cart-section .cart-total .total-cart-box .list li span{
  float: right;
  color: #848484;
  font-weight: 400;
}

.cart-section .cart-total .total-cart-box .list li:last-child span{
  font-size: 18px;
  font-weight: 500;
  color: #222;
}

.cart-section .cart-total .total-cart-box .theme-btn-two{
  display: block;
  padding: 13px 35px;
}

.cart-section .cart-total .total-cart-box .theme-btn-two.disabled{
  background-color: #cfcfcf;
  cursor: not-allowed;
}

.checkout-section{
  position: relative;
  display: block;
  padding: 0px 0px;
  margin-bottom: 20px;
}
.checkout-section h2{
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 10px;
}

.checkout-section .upper-box{
  position: relative;
  margin-bottom: 70px;
}

.checkout-section .upper-box .single-box{
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  padding: 21px 15px 23px 30px;
  background: #f2f3f5;
  margin-bottom: 30px;
}

.checkout-section .upper-box .single-box:last-child{
  margin-bottom: 0px;
}

.checkout-section .upper-box .single-box a{
  font-size: 15px;
}

.checkout-section .customer a:hover,
.checkout-section .coupon a:hover{
  text-decoration: underline;
}

.checkout-section .sub-title{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  background: #f2f3f5;
  padding: 10px;
}

.checkout-section .billing-info{
  position: relative;
  display: block;
  margin-bottom: 30px;
}



.checkout-section .additional-info .note-book{
  position: relative;
  display: block;
}

.checkout-section .additional-info .note-book label{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #222;
  margin-bottom: 2px;
}


.checkout-section .inner-box{
  display: unset;
}
.checkout-section .order-info{
  position:sticky;
  position:-webkit-sticky; 
  top:0;
  padding: 30px 0px;
  /* display: block;
  margin-bottom: 70px; */
}


.checkout-section .order-info .order-list li.title{
  padding: 24px 30px 2px 30px;
}

.checkout-section .order-info .order-list li.title p{
  font-size: 15px;
  color: #222;
  float: left;
}

.checkout-section .order-info .order-list li.title span{
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  float: right;
}

.checkout-section .order-info .order-list li .single-box{
  position: relative;
  padding: 6px 0px 0px 75px;
  min-height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.checkout-section .order-info .order-list li .single-box img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  object-fit: contain;
  /* height: 100px; */
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}
.checkout-section .order-info .order-list li .single-box div.info{
  max-width: 250px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.checkout-section .order-info .order-list li .single-box div.info p{
  font-size: 12px;
  line-height: 1.5em;
}
.checkout-section .order-info .order-list li .single-box h6{
  position: relative;
  font-size: 12px;
  color: #222;
  float: left;
  margin-bottom: 5px;
}

.checkout-section .order-info .order-list li .single-box span{
  position: relative;
  display: block;
  float: right;
  font-size: 15px;
  color: #222;
}
.checkout-section .order-info .order-list li.sub-total h6,.checkout-section .order-info .order-list li.sub-total span{
  font-size: 13px;
  font-weight: 500;
  color: #222;
  float: left;
}

.checkout-section .order-info .order-list li.sub-total span{
  color: #848484;
  float: right;
}

.checkout-section .order-info .order-list li.order-total h6,.checkout-section .order-info .order-list li.order-total span{
  font-size: 17px;
  font-weight: 700;
  color: #222;
  float: left;
}

.checkout-section .order-info .order-list li.order-total span{float: right;}

.cart-items .product-cart-img{
  max-width: 70px;
  height: 70px;
  object-fit: cover;
  border: 1px solid #e1e1e1;
  border-radius: 0.5em;
}
.product-variation-cart > div{font-size: 13px;}
.product-variation-cart > div:not(:first-of-type):before {
  content: "·";
  margin-right: .5rem;
}

.card-toggle-container{
  position: relative;
  display: flex;
  flex-direction: column;
}
.card-toggle-container{
  --yyi4ny1: 5px;
  --yyi4ny2: 5px;
}
.card-toggle-container .card-items-option{
  border: 1px solid #dadada;
  width: 100%;
  cursor: pointer;
  border-bottom-right-radius:var(--yyi4ny2);
  border-bottom-left-radius: var(--yyi4ny2);
  border-top-right-radius: var(--yyi4ny1);
  border-top-left-radius: var(--yyi4ny1);
}
.card-toggle-container .card-items-option:not(:first-child){
  border-top: none;
  --yyi4ny1: 0;
}
.card-toggle-container .card-items-option:not(:last-child) {
  --yyi4ny2: 0;
}
.card-toggle-container .card-option-handle{
  position:relative;
  background-color: white;
  color: black;
  padding: 10px;
  --x-default-color-border:white;
  border-bottom-right-radius:var(--yyi4ny2);
  border-bottom-left-radius: var(--yyi4ny2);
  border-top-right-radius: var(--yyi4ny1);
  border-top-left-radius: var(--yyi4ny1);
  border-radius: 5px;
}
.card-toggle-container .card-option-handle.active{
  --x-default-color-border:#000;
  background-color: #f8f8f8;
}
.hidden-content-body{
  display: none;
}
.card-toggle-container .card-items-option.active .card-option-body{
  background-color: #f8f8f8;
  border-radius: 5px;
}
.card-toggle-container .card-option-handle.active::before{
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  opacity: 1;
}
.card-toggle-container .card-option-handle:before{
  content: "";
  position: absolute;
  z-index: 1;
  border: 1px var(--x-default-color-border) solid;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  border-bottom-right-radius:var(--yyi4ny2);
  border-bottom-left-radius: var(--yyi4ny2);
  border-top-right-radius: var(--yyi4ny1);
  border-top-left-radius: var(--yyi4ny1);
}

.card-toggle-container .card-option-handle .radio-handle input[type="radio"]{
  background-clip: padding-box;
  border: 1px solid black;
  border-radius: 50%;
  width: calc((1rem* 18) / 14);
  height: calc((1rem* 18) / 14);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: .14285714285714285em;
  transition-property: all;
  transition-timing-function:cubic-bezier(.3, .5, .5, 1);
  transition-duration: .1333s;
}
.card-toggle-container .card-option-handle .radio-handle label{cursor: pointer;font-size: 15px;font-weight: 500;}
.card-toggle-container .card-option-handle .radio-handle input[type="radio"]:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  display: block;
  pointer-events: none;
  opacity: .3;
  transition: box-shadow var(--x-duration-fast) var(--x-timing-ease-out);
}
.card-toggle-container .card-option-handle .radio-handle input[type="radio"]:checked{
  background-color: white;
  border: 0.371429em black solid;
}
.card-toggle-container .card-option-handle .radio-handle input[type="radio"]:focus{
  outline: none;
}
.card-toggle-container .card-option-handle:has(+* .kontennya):not(:has(+* .kontennya:empty)) {
  --yyi4ny2: 0;
}
.bank-icon svg path{fill: #a3a3a3;}

.bukti_pembayaran img{
  width: 250px;
  height: 160px;
  object-fit: cover;
  border: 1px solid #e0e0e0;
  border-radius: 0.5em;
  padding: 2px;
}
/*** 

====================================================================
                        My-Account-page
====================================================================

***/
.register{
  width: 45%;
  margin: 0 auto;
}
.ggl_login_btns{
  background: white;
  color: rgb(51 65 85 / 1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-color: rgb(226 232 240 / 1);
  border-width: 1px;
  border-radius: 0.5rem;
  gap: 0.6rem;
  display: flex;
  cursor: pointer;
  border-style: solid;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.ggl_login_btns:hover{
  color: rgb(51 65 85 / 1);
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.myaccount-section{
  position: relative;
  padding: 120px 0px;
}

.myaccount-section .login-section{
  position: relative;
  display: block;
  background: #fff;
  /* padding: 66px 50px; */
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.login-section .upper-inner h3,.login-section h3{
  position: relative;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.login-section{
  /* width: 45%; */
  margin: 0 auto;
}
.login-section.modalsection{
  width: 90%;
  margin: 0 auto;
}
.login-section .upper-inner{
  margin-bottom: 36px;
}

.login-section .default-form .form-group{
  position: relative;
  margin-bottom: 10px;
}

.login-section .default-form .form-group label{
  position: relative;
  display: block;
  font-size: 13px;
  color: #0a0a0a;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 1.8em;
}

.login-section .default-form .form-group input[type='text'],
.login-section .default-form .form-group input[type='email'],
.login-section .default-form .form-group input[type='password']{
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 8px;
  font-size: 15px;
  color: #848484;
  transition: all 500ms ease;
  border-radius: 0.4em;
}

.login-section .default-form .form-group .recover-password{
  position: absolute;
  display: inline-block;
  top: 8px;
  right: 0px;
  font-size: 15px;

  line-height: 18px;
  z-index: 1;
}

.login-section .default-form .form-group .recover-password:hover{
  color: #222;
  border-bottom: 1px solid #222;
}

.login-section .default-form .form-group .custom-controls-stacked{
  position: relative;
  padding-top: 4px;
}

.login-section .default-form .form-group button{
  display: block;
  width: 100%;
  padding: 12px 35px;
  border-radius: 0.5em;
}

.login-section .default-form .custom-control.material-checkbox .material-control-indicator{
  width: 18px;
  height: 18px;
  top: 3px;
}

.login-section .default-form .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator{
  width: 10px;
}

.login-section .default-form .custom-controls-stacked .description{
  margin-left: 28px;
}

.login-section .lower-inner{
  position: relative;
}

.login-section .lower-inner:before{
  position: absolute;
  content: '';
  background: #e6e6e6;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 13px;
}

.login-section .lower-inner span{
  position: relative;
  display: inline-block;
  font-size: 15px;
  width: 55px;
  height: 25px;
  text-align: center;
  background: #fff;
  margin-bottom: 23px;
}

.login-section .lower-inner .social-links li{
  position: relative;
  display: block;
  margin: 0px 0px;
}

.login-section .lower-inner .social-links li a{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.login-section .lower-inner .social-links li a i{
  margin-right: 10px;
}

.login-section .lower-inner .social-links{
  position: relative;
  margin-bottom: 24px;
}

.login-section .lower-inner p a{
  display: inline-block;
  color: #848484;
}



/** blog-details **/

.blog-details{
  position: relative;
  padding: 120px 0px;
}

.blog-details-content .image-box{
  position: relative;
  display: block;
}

.blog-details-content .image-box img{
  width: 100%;
}

.blog-details-content .inner-box{
  position: relative;
  display: block;
  padding: 94px 100px 0px 100px;
}

.blog-details-content .inner-box .post-info li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #222;
  margin-right: 17px;
}

.blog-details-content .inner-box .post-info li:last-child{
  margin-right: 0px;
}

.blog-details-content .inner-box .post-info li a{
  color: #848484;
}
.blog-details-content .inner-box .post-info li:before{
  position: absolute;
  content: '';
  background: #848484;
  width: 1px;
  height: 13px;
  top: 6px;
  right: -11px;
}

.blog-details-content .inner-box .post-info li:last-child:before{
  display: none;
}

.blog-details-content .inner-box .post-info{
  position: relative;
  margin-bottom: 25px;
}

.blog-details-content .inner-box p{
  font-weight: 400;
  margin-bottom: 26px;
}

.blog-details-content .inner-box .text p:last-child{
  margin-bottom: 0px;
}

.blog-details-content .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding-top: 34px;
  margin-bottom: 23px;
}

.blog-details-content .inner-box .text{
  position: relative;
  margin-bottom: 63px;
}

.blog-details-content .inner-box .image-box{
  margin-bottom: 33px;
}

.blog-details-content .post-share-option{
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 97px;
  border-bottom: 1px solid #e6e6e6;
}

.blog-details-content .post-share-option h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 24px;
}

.blog-details-content .post-share-option .tags-box li{
  position: relative;
  display: inline-block;
  margin-right: 7px;
}

.blog-details-content .post-share-option .tags-box li:last-child{
  margin-right: 0px;
}

.blog-details-content .post-share-option .tags-box li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #222;
  padding: 6px 20px;
  text-align: center;
  border: 1px solid #e6e6e6;
}

.blog-details-content .post-share-option .tags-box li a:hover{
  color: #fff;
  background: #222;
  border-color: #222;
}

.blog-details-content .post-share-option .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 7px;
}

.blog-details-content .post-share-option .social-links li:last-child{
  margin-right: 0px;
}

.blog-details-content .post-share-option .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #848484;
  text-align: center;
  border: 1px solid #e6e6e6;
}

.blog-details-content .post-share-option .social-links li a:hover{
  color: #fff;
  background: #222;
  border-color: #222;
}

.blog-details-content .group-title{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.blog-details-content .group-title h3{
  font-size: 24px;
  line-height: 30px;
  padding: 0px;
  font-weight: 600;
}

.blog-details-content .comments-area .comment{
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 34px;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 110px;
}

.blog-details-content .comments-area .comment.replay-comment{
  margin-left: 70px;
}

.blog-details-content .comments-area .comment:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comments-area .comment .thumb-box{
  position: absolute;
  left: 0px;
  top: 6px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.blog-details-content .comments-area .comment .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .comments-area .comment .comment-inner h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;

  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.blog-details-content .comments-area .comment .comment-inner h6 span{
  font-size: 15px;
  font-weight: 400;
  color: #848484;
}

.blog-details-content .comments-area .comment .comment-inner p{
  margin-bottom: 23px;
}

.blog-details-content .comments-area .comment .comment-inner a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #222;
  font-weight: 500;
  border: 2px solid #222;
  padding: 4px 17px;
  text-align: center;
}

.blog-details-content .comments-area .comment .comment-inner a i{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  transform: rotate(-15deg);
  margin-left: 10px;
}

.blog-details-content .comments-area .comment .comment-inner a:hover{
  background: #222;
  color: #fff;
}

.blog-details-content .comments-area .comment .comment-inner a:hover i{
  transform: rotate(0deg);
}

.blog-details-content .comments-area{
  margin-bottom: 87px;
}

.blog-details-content .comments-form-area .comment-form .form-group{
  position: relative;
  margin-bottom: 30px;
}

.blog-details-content .comments-form-area .comment-form .form-group:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comments-form-area .comment-form .form-group input[type='text'],
.blog-details-content .comments-form-area .comment-form .form-group input[type='email'],
.blog-details-content .comments-form-area .comment-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e6e6e6;
  font-size: 15px;
  font-weight: 400;
  color: #848484;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.blog-details-content .comments-form-area .comment-form .form-group textarea{
  height: 170px;
  resize: none;
}


.blog-details-content .comments-form-area .comment-form .form-group .theme-btn-two{
  padding: 13.5px 30px;
}

.blog-details-content .comments-form-area .group-title{
  margin-bottom: 32px;
}

.sidebar-page-container .blog-details-content .inner-box{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 64px;
}


/*** 

====================================================================
                        Contact-page
====================================================================

***/


.address-section{
  position: relative;
  padding: 80px 0px 70px 0px;
  font-size: 13px;
}
.address-section p{
  font-weight: normal;
}
.address-section p,.address-section b{
  color:#000;
  font-size: 13px;
}
.address-section .single-adderss-block .inner-box{
  position: relative;
  display: block;
  padding-right: 60px;
}

.address-section .single-adderss-block .inner-box h3{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 26px;
}

.address-section .single-adderss-block .inner-box .info-list li{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #848484;
  padding-left: 30px;
  margin-bottom: 16px;
}

.address-section .single-adderss-block .inner-box .info-list li i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 20px;
  color: #bcbcbc;
}

.address-section .single-adderss-block .inner-box .info-list li:last-child{
  margin-bottom: 0px;
}

.address-section .single-adderss-block .inner-box .info-list li a{
  color: #848484;
}

.google-map-section{
  position: relative;
}

.google-map-section #contact-google-map{
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
}

.contact-section{
  position: relative;
  padding: 70px 0px 20px 0px;
}

.contact-section .default-form .form-group{
  position: relative;
  margin-bottom: 30px;
}

.contact-section .default-form .form-group:last-child{
  margin-bottom: 0px;
}

.contact-section .default-form .form-group input[type='text'],
.contact-section .default-form .form-group input[type='email'],
.contact-section .default-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e6e6e6;
  font-size: 15px;
  color: #848484;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.contact-section .default-form .form-group textarea{
  height: 170px;
  resize: none;
}

.contact-section .default-form .form-group input:focus,
.contact-section .default-form .form-group textarea:focus{
  border-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contact-section .default-form .form-group.message-btn{
  padding-top: 20px;
}

.contact-section .default-form .form-group.message-btn button{
  padding: 13.5px 31px;
}





/* Time */
.timeline-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.timeline-steps .timeline-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  /* margin: 1rem */
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .timeline-steps .timeline-step:not(:last-child):after {
      content: "";
      display: block;
      border-top: 2px solid #afafaf;
      width: 5rem;
      position: absolute;
      left: 7.5rem;
      top: 1.3125rem
  }
  /* .timeline-steps .timeline-step:not(:first-child):before {
      content: "";
      display: block;
      border-top: .25rem dotted #afafaf;
      width: 3.8125rem;
      position: absolute;
      right: 7.5rem;
      top: .3125rem
  } */
}

.timeline-steps .timeline-content {
  width: 10rem;
  text-align: center
}
.timeline-steps .timeline-content .actived{
  background-color: #000000 !important;
}
.timeline-steps .timeline-content .actived::before{
  opacity: .7 !important;
}

.timeline-steps .timeline-content .inner-circle {
  border-radius: 1.5rem;
  height: 3rem;
  width: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #d9d9d9;
  padding:10px;
  color:#fff;
  margin-bottom: 5px;
  font-weight: 600;
}

/* .timeline-steps .timeline-content .inner-circle:before {
  content: "";
  background-color: #04a2e9;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  border-radius: 6.25rem;
  opacity: .1
} */

.info-product img{
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 1px solid #c3c3c3;
  padding: 5px;
  border-radius: 5px;
  margin-right: 20px;
}
.info-product label{
  font-weight: 300;
}

.theme-btn-two:after{
  background:#04a2e9 !important;
}
.table-shipping-info tr td{
  padding:1rem 2rem 0px 0px!important;
}




.con_card{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card-p{
	height: 150px !important;
	/* width: 200px !important; */
	position: relative !important;
	/* margin:5px; */
	flex: 0 0 33.333333% !important;
}
.card-p label::before{
	display: none !important;
}
.card-p input[type="radio"]{
	-webkit-appearance: none !important;
	appearance: none !important;
	background-color: white !important;
	height: 95% !important;
	width: 95% !important;
	border-radius: 5px !important;
	position: absolute !important;
	/* box-shadow: 7px 7px 15px rgba(8, 121, 226, 0.08) !important; */
	cursor: pointer !important;
	outline: none !important;
	display: block;
	margin: 0px;
  border: 1px solid #d4d4d4;
}
.card-p input[type="radio"]:before{
	content: "" !important;
	position: absolute !important;
	height: 22px !important;
	width: 22px !important;
	background-color: #f9fafd !important;
	border: 1px solid #e2e6f3 !important;
	border-radius: 50% !important;
	top: 18px !important;
	right: 20px !important;
}
.card-p input[type="radio"]:after{
	content: "" !important;
	position: absolute !important;
	height: 13px !important;
	width: 13px !important;
	background-color: transparent !important;
	border-radius: 50% !important;
	top: 22.5px !important;
	right: 24.5px !important;
}
.card-p label{
	width: 100% !important;
	position: absolute !important;
	margin: 20px !important;
	cursor: pointer !important;
}
.card-p label p{
	margin: 0px;
	padding: 0px;
	line-height: 1.3;
}
.card-p label p.upcs{
  text-transform: uppercase;
}
.card-p > label > b{
  color:#000000 !important;
}
.card-p h5{
	font-weight: 600 !important;
	font-size: 18px !important;
	letter-spacing: 0.5px !important;
	margin: 0px 0 15px 0 !important;
  text-transform: uppercase;
}
.card-p h2{
	font-size: 28px !important;
}
.card-p span{
	font-weight: 400 !important;
	font-size: 18px !important;
	color: #7b7b93 !important;
}
.card-p input[type="radio"]:checked{
	border: 3px solid #222 !important;
}
.card-p input[type="radio"]:checked:after{
	background-color: #222 !important;
}
button.create_order:disabled,button.create_order[disabled]{
  background-color: #cecece !important;
  cursor: no-drop;
}

.success-order img{
  width: 85px;
}

.success-order-section{
  position: relative;
  display: block;
  padding: 40px 0px;
}

.bold-font{
  font-weight: 600 !important;
}

.payment-information-box{
  padding: 20px;
  /* background-color: #f7f7f7; */
  /* border: 1px solid #ebebeb; */
  /* border-radius: 5px; */
  margin-top: 15px;
  text-align: center;
  min-width: 50%;
}

.btn-payment{
  /* padding: 6px 25px; */
  background-color: #04a2e9;
  border: 0px;
  color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 16px;
  padding: 12px 30px !important;
  text-transform: uppercase;
  font-weight: bold;
}
.font-13{
  font-size: 12px !important;
}

.product-covers{
  position:relative;
  background-color: white;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  margin-bottom: 25px;
}
.loading-screen{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0,0,0,.6);
  display: flex;
  justify-content: center;
  align-items: center;
}


.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

button#add-to-cart:disabled,
button#add-to-cart[disabled]{
  background-color: #6f6f6f;
  cursor: no-drop;
}

input.quantity-spinner::-webkit-outer-spin-button,
input.quantity-spinner::-webkit-inner-spin-button {
       -webkit-appearance: none;
        margin: 0;
}

input.quantity-spinner[type=number] {
    -moz-appearance: textfield;
}

.home-banner.slick-slider{
  margin-bottom: 0px !important;
}
/* .home-banner.slick-slider a.slick-slide{
  padding: 0px 10px;
} */
.home-banner .slick-dots li.slick-active button:before{
  color: #ffffff;
}

.icon-mini{
  width: 1rem;
  height: 1rem;
}
.icon-mini-2{
  width: 1.5rem;
  height: 1r.5em;
}
.icon-mini-3{
  width: 2rem;
  height: 2rem;
}
.icon-mini-4{
  width: 3rem;
  height: 3rem;
}

.my-btn{
  background-color: #222222 !important;
  border-radius: 0.5em;
  /* padding: 0.4em 1.5em; */
}
.my-btn:hover{
  color:gray;
}
.success-order-section .auto-container > div.d-flex{
  background-color: white;
}
.succes-checkout-btn{
  gap:15px;
}
.succes-checkout-btn > a{
  line-height: 1.5em;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 0.5em;
  font-size: 13px;
  margin: 0px;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  /* border-radius: 2em; */
}
.succes-checkout-btn > a:nth-child(1){
  border: 1px solid gray;
  background-color: white;
}
.succes-checkout-btn > a:nth-child(2){
  border: 1px solid black;
  background-color: black;
  color: white;
}

.alert > .spinner-border{
  width: 1rem !important;
  height: 1rem !important;
}
.sidemenu_user{
  background: white;
  box-shadow: 0 .0625rem .125rem 0 rgba(0,0,0,.06),0 .0625rem .1875rem 0 rgba(0,0,0,.1);
  padding: 15px;
}
.card-menu{
  border:0px !important;
}
.list-group-item{
  background-color: transparent !important;
}
.card-menu .card-body .list-group > .list-group-item a p{
  font-size: 13px;
}
.dashboard-user{
  background-color: #f0f2f4;
  padding: 50px 0px;
}
.dashboard-user .card{
  border-radius: .25rem;
  box-shadow: 0 .0625rem .125rem 0 rgba(0, 0, 0, .06), 0 .0625rem .1875rem 0 rgba(0, 0, 0, .1);
  overflow: hidden;
  border: 0px;
}
.dashboard-user .card-header h5{
  font-size: 1rem;
  font-weight: bold;
}
.dashboard-user .user-profile-favicon{
  width: 50px;
  height: 50px;
  background: #e2e2e2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
}
.modal-address-list .modal-body h4{
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.modal-address-list .modal-body h5{
  font-size: 0.8rem;
}
.modal-address-list .modal-body p{
  font-size: 13px;
}
.modal-address-list .modal-body > div:hover{
  background: #f0f2f4;
  border-color:#000 !important;
  border-width: 1px !important;
}
.modal-address-list .modal-body > .selected_address{
  background: #f0f2f4;
  border-color:#000 !important;
  border-width: 1px !important;
}


.form-register-address .form-group{
  margin-bottom: 15px;
}
.form-register-address label{
  font-size: 13px;
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
}
.form-register-address input,.form-register-address textarea,.form-register-address select{
  /* border-color: #c6c6c6 !important; */
  border-radius: 0.4em;
  padding: 8px 10px;
  height: auto;
  font-size: 1em;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
  position: absolute;
  height: 53px;
  width: 40px;
  background: transparent;
  padding: 0px 0px;
  left: -39px;
  top: -53px;
  border-right: none;
  border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
  position: absolute;
  height: 53px;
  width: 40px;
  background: transparent;
  padding: 0px 0px;
  right: -35px;
  top: -53px;
  border-left: none;
  margin-top: 0px;
  border-radius: 0px;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f067";
  font-size: 12px;
  font-style: normal;
  color: #848484;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f068";
  font-size: 12px;
  font-style: normal;
  color: #848484;
  font-weight: 700;
  font-family: 'Font Awesome 5 Free';
}

.bootstrap-touchspin .input-group-btn-vertical{
  position: absolute;
  width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical i{
  top: 15px;
  left: 15px;
  font-size: inherit !important; 
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
  margin-top: 0px;
}

#MdlAddAddrs .screen-modal::after{
  content: "Loading data...";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.action_address a{
  padding: 2px 10px;
  font-size: 10px;
  border-radius: 2em;
}


.produk-list-archive{
  background-color: white !important;
  padding: 20px;
  border-radius: 10px;
}

.icon-information-product{
    flex: 0 0 2rem;
    display: flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
}


.history-tl-container{
  width:100%;
  display:block;
  position:relative;
  min-height: 500px;
  max-height: 500px;
  overflow: auto;
  background: #f6f6f6;
  border-radius: 10px;
}
.history-tl-container ul.tl{
  margin:20px 0;
  padding:0;
}
.history-tl-container ul.tl li{
  list-style: none;
  margin:auto;
  margin-left:100px;
  min-height:50px;
  border-left:1px dashed #d4d4d4;
  padding:0 0 30px 30px;
  position:relative;
}
.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li::before{
  position: absolute;
  left: -10px;
  content: " ";
  border: 8px solid rgba(255, 255, 255, 0.74);
  border-radius: 500%;
  background: #000000;
  height: 20px;
  width: 20px;
  transition: all 500ms ease-in-out;

}
.history-tl-container ul.tl li:hover::before{
  border-color:  #000000;
  transition: all 1000ms ease-in-out;
}
ul.tl li .item-title{
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
}
ul.tl li .item-detail{
  color:rgba(0,0,0,0.5);
  font-size:12px;
}
ul.tl li .timestamp{
  color: #8D8D8D;
  position: absolute;
  width:100px;
  left: -45%;
  top: 8%;
  text-align: right;
  font-size: 10px;
  line-height: 1em;
}

.btn-outline-urbn{
  border: 1px solid #222222;
  border-radius: 0px;
  color: #222222;
  font-size: 11px;
  font-weight: 600;
  border-radius: 2em;
}
.dataTables_wrapper{
  flex-flow: column wrap !important;
  align-items: normal !important;
}
.dataTables_paginate .pagination{
  text-align: center;
}
.dataTables_paginate .pagination li.active{
  border-bottom: 2px solid #797979;
}
.dataTables_paginate .pagination li a{
  height: 35px !important;
  width: 35px !important;
  line-height: 35px !important;
}
.dataTables_paginate .pagination
.w-5,.h-5{
  width: 1.25rem;
}

.blog-card{
  background-color: white;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  padding:15px;
}
.blog-card img{
  max-width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 7.5px;
}
.blog-card .blog-card-category a{
  font-size: 15px;
  color: #04a2e9;
}
.blog-card .blog-card-title h2{
  font-weight: 500;
  font-size: 20px;
}
.single-blog-card h1{
  font-weight: 600;
  color: #414141;
}
.single-blog-card img.thumbnails{
  max-width: 100%;
  border-radius: 7.5px;
}
.blog-content img{
  max-width: 100%;
}

.blog-content p{
  margin-bottom:1.5em;
}
.sidebar-blog-single .blog-card{padding:20px !important}
.sidebar-blog-single .blog-card .blog-card-title h2{font-size: 16px !important;}
.sidebar-blog-single img{
  height: 200px !important;
}

@media only screen and (max-width: 767px){
  .produk-item-box{
    padding:10px;
  }
  .clients-section{
    padding:30px 0px 10px 0px;
  }

}

.btn-filter{
  border: 1px solid #c8c5c5;
  font-size: 14px;
}
#auth-single .modal-content{
  border-radius: 2em !important;
}
@media only screen and (max-width: 576px){
  #FilterModal .modal-content,#auth-single .modal-content{
    border-radius: 0px !important;  
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    max-height: 95% !important;
    position: fixed !important;
    bottom: 0px !important;
    right: 0px !important;
    left: 0px !important;
    border:0px;
  }
  #FilterModal .modal.show .modal-dialog {
      margin: 0px !important;
  }
  #FilterModal .modal.show .modal-dialog {
      transform: none !important;
  }
  .collection-section .home-category .single-item{
    height: auto;
  }

  .home-products-category > div:nth-child(1){
    width: 100% !important;
    max-height: 150px !important;
  }
  .home-products-category > div:nth-child(2){
    width: 100% !important;
  }
  .home-products-category > div:nth-child(2) > div{
    max-height: 150px !important;
  }
  .home-products-category .category_card_wrap .category_ttl h3{
    font-size: 20px !important;
  }

  .single-related-product .slick-track{
    column-gap: 0px !important;
  }
  .slick-slide img.showing{
    height: 330px !important;
  }
  .product-details{margin-top: 0px;}
  .product-details .auto-container,.shop-page-section .auto-container{padding:0px;}
  .shop-column{display: block !important;}
  .home-product-slide div.slick-list{
    padding:0 150px 0 0;
  }
}
.lang_mobile ul{
  display: flex;
  justify-content: start;
  padding: 0px 15px;
}
.lang_mobile ul li{
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #2f2f2f;
  margin: 10px;
  border-radius: 5px;
}
.lang_mobile ul li.active{
  border-color: #04a2e9;
}
.lang_mobile ul li a{
  color: white;
  font-size: 13px;
}
.product-title{
  font-size: 19px;
  font-weight: 600;
}
.slider-for .slick-track .slick-slide{
  border:0px !important;
}
.shop-block{
  padding: 10px;
}
.related-product{
  margin-bottom: 5em;
  margin-top: 3.5em;
}
.related-product h2{font-size: 30px;font-weight: 500;}


/* .single-related-product div.slick-list{
  padding:0 150px 0 0;
}
.single-related-product .produk-item-box{height: 200px !important;} */
.home-product-slide .slick-track {
  display: inline-flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.home-product-slide .slick-track > .slick-slide{
  width: 196px !important;
  height: 300px !important;
}
.single-related-product .slick-prev{left: 0px;}
.single-related-product .slick-next{right: 0px;}
.single-related-product .slick-prev, .single-related-product .slick-next{
  position: relative !important;
  height: auto !important;
  width: auto !important;
}
.single-related-product .slick-prev:before,.single-related-product .slick-next:before{font-size: 30px;}

.single-related-product.slick-slider {
  display: flex !important;
  align-items: center;
}
.single-related-product, .single-related-product .slick-dots {
  justify-content: center;
  display: flex;
}


.single-related-product .produk-item-box{
  padding: 10px !important;
  border-width: 0px !important;
  height: 380px;
  border-radius: 1em;
  text-align: center;
}
.single-related-product .produk-item-box .inner-box{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.single-related-product .produk-item-box .inner-box .image-box img{height: 210px;}
.single-related-product .produk-item-box .inner-box h3{
  font-size: 14px;
  color: #000000;
  margin-top: 5px;
}

.faq-pages h2{
  font-size: 20px !important;
  font-weight: bold;
}
.faq-pages ol{
  margin: 10px;
  margin-left: 15px;
  padding: 10px;
}
.faq-pages ol > li{
  list-style-type: decimal;
  color: black;
  font-weight: bold;
}
.faq-pages ol > li > ul{
  margin-left: 15px;
  color: black;
}
.faq-pages ol > li > ul > li{
  list-style-type: circle;
  font-weight: normal;
}


.privasi-pages h2{
  font-size: 20px !important;
  font-weight: 600;
  margin-top: 10px;
}
.privasi-pages ol{
  margin-left: 15px;
  padding: 10px;
  margin-bottom: 0px;
}
.privasi-pages ol > li{
  list-style-type: decimal;
  color: black;
}
.privasi-pages ol > li > ul{
  margin-left: 15px;
  color: black;
}
.privasi-pages ol > li > ul > li{
  list-style-type: circle;
  font-weight: normal;
}

.mini-alert{
  padding: 5px !important;
  font-size: 11px;
  margin: 0px;
  line-height: 1em;
}


body .modalku.modal-dialog { /* Width */
  min-width: auto;
  max-width: fit-content;
  margin:0px auto;
}
.modalku.modal-dialog .modal-content{
  border:0px !important;
}

/* HTML: <div class="loader"></div> */
.myloader {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 7px solid #000000;
  animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
}
@keyframes l20-1{
   0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
   12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
   25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
   50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
   100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{ 
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}

figure.zoomImage {
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}
figure.zoomImage img:hover {
  opacity: 0;
}
figure.zoomImage img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}

.pages-title-uppercase{
  text-transform: uppercase;
  font-size: 30px;
  /* text-decoration: underline; */
  font-weight: 600;
}

.btn{
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 12px;
}

.zoomImage a{
  display: block;
  background: white;
  width: 100%;
}
.slick-slide img.showing{
  height: 450px ;
  object-fit: contain;
}
.slider-nav .slick-track .slick-slide{border: 2px solid #ececec;display: flex;justify-content: center;}
.slider-nav .slick-track .slick-slide.slick-current{border-color: #000;}
.slider-nav .slick-track .slick-slide{
  margin: 0px 5px;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  overflow: hidden;
}
.slider-nav .slick-track .slick-slide img{
  height: 70px;
  object-fit: contain;
}

.shop-column{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.home-products-category,.home-products-category > div:nth-child(2){gap:15px}
.home-products-category img{object-fit: cover;width: 100%;border-radius: 10px;}
.home-products-category > div:nth-child(1){
  width: 60%;
  max-height: 465px;
}
.home-products-category > div:nth-child(2){
  width: 40%;
}
.home-products-category > div:nth-child(2) > div{
  max-height: 225px;
}
.home-products-category > div:nth-child(2) > div img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.home-products-category .category_card_wrap{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.home-products-category .category_card_wrap::before{
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6461178221288515) 78%);
  position: absolute;
  z-index: 1;
}
.home-products-category .category_card_wrap .category_ttl{
  position: absolute;
  bottom: 10%;
  left: 5%;
  text-align: left;
  z-index: 2;
}
.home-products-category .category_card_wrap .category_ttl h3{color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 5px;
}
.home-products-category .category_card_wrap .category_ttl a.btn{
  border-color: transparent;
  color: white;
  padding: 0px;
}
.ttl_section{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
}
.ttl_section::after{
  content: "";
  width: calc(100% - 50%);
  height: 2px;
  background-color: black;
  position: absolute;
  top: 100%;
  left: 0;
}

.content-page-container{
  background-color: white;
  padding:15px;
  border-radius: 1em;
}




/* drawer */
#slide-cart-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  z-index: 1040;
  display: none;
}
#slide-cart {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  width: 40%;
  max-width: 500px;
  background-color: #fff;
  z-index: 1050;
  transition: right 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}

#slide-cart.show {
  right: 0;
}


.slide-cart-footer {
  position: sticky;
  background: #fff;
  z-index: 1;
  padding: 1rem;
}
.slide-cart-header {
  padding: 1rem;
  background-color: white;
  border-bottom: 1px solid #dee2e6;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slide-cart-header .slide-cart-title{
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: -.02rem;
  color: black;
}
.slide-cart-header .btn-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.slide-cart-footer {
  position: sticky;
  bottom: 0;
  display: flex;
  width: 100%;
  margin-top: auto;
  padding: 1rem 1.25rem !important;
  flex-direction: row;
  justify-content: center;
  border-top: 1px solid #dee2e6;
}

.slide-cart-close {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 24px;
  border: none;
  background: none;
  cursor: pointer;
}

.slide-cart-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 1rem;
}

body.slide-cart-open {
  overflow: hidden;
}
.slide-cart-footer [data-total-price-cart]{
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: -.02rem;
  color: black;
}
@media (max-width: 768px) {
  #slide-cart {
    width: 100vw;
    max-width: 100vw;
    right: -100vw; /* animasi off saat sembunyi */
  }

  #slide-cart.show {
    right: 0;
  }
}

.verified-field,.verified-field svg{
  color:#05964c;
  font-size: .75rem;
  font-weight: 400;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}

.end-0 {
  right: 0 !important;
}
.top-50 {
  top: 50% !important;
}

.show_hide_password a{color:black}
.lh-1{
  line-height: 1rem !important;
}