@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


:root {
  --primary-color: #495B84;
  --secondary-color: #D01F25;
}

.curve-btn {
  padding: 10px 30px;
  color: white;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  color: #fff;
  border: 3px solid #495B84;
  background-image: -webkit-linear-gradient(30deg, #495B84 50%, transparent 50%);
  background-image: linear-gradient(30deg, #495B84 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.curve-btn:hover {
  text-decoration: none !important;
  background-position: 100%;
  color: #ffffff;
  background-color: var(--secondary-color);
}

li{
  list-style: none !important;
}
body {
  font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none;
}

a:hover {
  color: var(--secondary-color);
}
table{
  width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  font-size: 15px;
  text-align: justify;
}

header {
  position: absolute;
  width: 100%;
  z-index: 99;
}


.header-top .dropbtn {
  background-color: var(--primary-color);
    color: white;
    padding: 8px 50px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
}

.header-top .dropbtn:hover, .dropbtn:focus {
  background-color: var(--primary-color);
  outline: none !important;
}

.header-top .dropdown {
  position: relative;
  display: inline-block;
}

.header-top .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.header-top .dropdown-content a {
  color: black;
  padding: 0px 16px;
  text-decoration: none;
  display: block;
}

.header-top .dropdown a:hover {
  background-color: var(--primary-color);
  color: white;
}

.header-top .show {
  display: block;
  width: 100%;
  border-radius: 10px;
  height: 400px;
}

.header-top  .header-left-2{
  display: flex;
  justify-content: end;
  width: 100%;

}
.header-top  .header-left-2 .login-btns{
  margin: 10px 0px 0px 0px;
}

/*---------header close----------*/
/*-----------header-top------------*/
.header-top {
    padding: 0px 0px 0px 0px;
}

.left_info ul li {
  display: inline-block;
  margin-right: 30px;
}


.left_info ul .search-box {
  height: 32px;
  border-radius: 40px;
  padding: 10px 18px;
  position: relative;
}

.left_info ul .search-box .search-box-inner {
  border: solid 2px var(--primary-color);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.left_info ul .search-box:hover>.icon {
  background-color: #536179;
}

.left_info ul .icon {
  color: #EAFAF1;
  float: right;
  width: 32px;
  height: 32px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  cursor: pointer;
  text-decoration: none;

  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.login-btns .dropbtn {
  background-color:transparent;
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 1px rgb(255, 255, 255);
}
.login-btns .dropbtn i{
  padding-left: 5px;
}

.login-btns .dropdown {
  position: relative;
  display: inline-block;
}

.login-btns .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: min-content;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.login-btns .dropdown-content a {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
}

.login-btns .dropdown a:hover {background-color: #878787;}

.login-btns .show {display: block;
height: min-content;
width: max-content;
border-radius: 3px;}


.left_info ul input {
  /* width: 0; */
  border: none;
  outline: none;
  padding: 0 10px;
  background: none;
  transition: 0.5s ease;
  line-height: 32px;
  color: #fff;
  transition: width 0.3s ease;
  font-size: 14px;
}
.left_info ul input::placeholder{
  color: white !important;
}

.left_info ul input:focus {
  width: 250px; /* Adjust width as needed */
}

.left_info .search-bar {
  border: solid 1px;
}

.left_info a {
  color: #fffefe;
  font-size: 14px;
  font-weight: 500;
}

.left_info i.fa {
  font-size: 19px;
  color: #fff;
  padding-right: 10px;
}

.right_info p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}

.left_info {
  text-align: right;
}

.right_info i.fa {
  font-size: 26px;
  margin-right: 10px;
  position: relative;
  bottom: -4px;
}


header i.fa.fa-mobile {
  bottom: -4px;
  font-size: 26px;
  position: relative;
  border: 40px;
  font-weight: 500;
}

.left_info ul li:last-child {
  margin: 0px !IMPORTANT;
}

.left_info a:hover {
  color: var(--secondary-color);
}
.header-top .top-head-sec{
  display: flex;
  justify-content: space-between;
}
/*-----------header-top Close------------*/
/*-----------header-menu------------*/

.add-cart-main{
  z-index: 10;
  position: fixed;
  right: 0px;
  top: 150px;
  font-size: 15px;
  color: #fff;
  background-color: var(--secondary-color);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 10%;
}
.add-cart-main i{
  color: white;
}
.header-main .container .shade1{
  background-image: linear-gradient(#495B84,rgba(255, 255, 255, 0));
  height: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  margin-bottom: -10px;
}
.header-main .container .shade2{
  background-image: linear-gradient(rgba(255, 255, 255, 0), #495B84);
  height: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: -25px;
}



.logo img {
max-width: 115px;
margin-bottom: -25px;
}



/* HEADER NEW */




nav{
  position:relative;
  width: 100%;
  margin:0 auto;
}
#pn_menu,#pn_menu ul,#pn_menu ul li,#pn_menu ul li a,#pn_menu #head-mobile{
  border:0;list-style:none;line-height:1;display:block;position:relative;
  -webkit-box-sizing:border-box;-moz-box-sizing:border-box;
  box-sizing:border-box;
}
#pn_menu:after,#pn_menu > ul:after{ content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;
}
#pn_menu #head-mobile{display:none}
#pn_menu{
  font-family:sans-serif;
  display: flex;
  justify-content: end;
}
#pn_menu > ul > li{float:left}
#pn_menu > ul > li > a{
  padding:10px 10px;
  font-size:13px;
  letter-spacing:1px;
  text-decoration:none;
  color: #ffffff;
  font-weight:500;
  text-transform: uppercase;
}
#pn_menu > ul > li:hover > a,#pn_menu ul li.active a{color:#fff}
#pn_menu > ul > li:hover,#pn_menu ul li.active:hover,
#pn_menu ul li.active,#pn_menu ul li.has-sub.active:hover {
  background: #495b8490 !important;
  -webkit-transition:background .3s ease;
  -ms-transition:background .3s ease;
  transition:background .3s ease;
}
/* #pn_menu > ul > li.has-sub > a:after {
  position:absolute;top:22px;right:11px;width:8px;height:2px;
  display:block;background:#ddd;content:''
}
#pn_menu > ul > li.has-sub > a:before{
  position:absolute;top:19px;right:14px;display:block;width:2px;
  height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;
  -ms-transition:all .25s ease;transition:all .25s ease
} */
#pn_menu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#pn_menu ul ul{position:absolute;left:-9999px}
#pn_menu ul ul li{
  height:0;
  -webkit-transition:all .25s ease;
  -ms-transition:all .25s ease;
  background: #fff;
  transition:all .25s ease
}
#pn_menu ul ul li:hover{}
#pn_menu li:hover > ul{left:auto}
#pn_menu li:hover > ul > li{
  height:auto;
  /* height:35px  */
}
#pn_menu ul ul ul{margin-left:100%;top:0}
#pn_menu ul ul li a{
  border-bottom:1px solid rgba(150,150,150,0.15);
  padding:11px 15px;
  /* width:170px;  */
  font-size:12px;
  text-decoration:none;
  color: #000;
  font-weight:400;
}
#pn_menu ul ul li:last-child > a,#pn_menu ul ul li.last-item > a{ 
  border-bottom:0 
}
#pn_menu ul ul li:hover > a,#pn_menu ul ul li a:hover {
  color:var(--primary-color);
  background-color: white;
}
#pn_menu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#pn_menu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#pn_menu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#pn_menu ul ul li.has-sub:hover,#pn_menu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#pn_menu ul ul ul li.active a{border-left:1px solid #333}
#pn_menu > ul > li.has-sub > ul > li.active > a,#pn_menu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

@media screen and (max-width:1000px){
.logo{
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 46px;
  text-align: left;
  padding: 10px 0 0 0;
  float: none;
}
.logo2{display:none}
nav{width:100%;}
#pn_menu{width:100%;}
#pn_menu ul{width:100%;display:none;background-color: #45567ab8;}
#pn_menu ul li{width:100%;border-top:1px solid #9e9e9e42}
#pn_menu ul li:hover{background:#363636;}
#pn_menu ul ul li,#pn_menu li:hover > ul > li{height:auto}
#pn_menu ul li a,#pn_menu ul ul li a{width:100%;border-bottom:0}
#pn_menu > ul > li{float:none}
#pn_menu ul ul li a{padding-left:25px}
#pn_menu ul ul li{background:#333!important;}
#pn_menu ul ul li:hover{background:#363636!important}
#pn_menu ul ul ul li a{padding-left:35px}
#pn_menu ul ul li a{color:#ddd;background:none}
#pn_menu ul ul li:hover > a,#pn_menu ul ul li.active > a{color:#000000}
#pn_menu ul ul,#pn_menu ul ul ul{
  position:relative;left:0;width:100%;margin:0;text-align:left
}
#pn_menu > ul > li.has-sub > a:after,#pn_menu > ul > li.has-sub > a:before,#pn_menu ul ul > li.has-sub > a:after,#pn_menu ul ul > li.has-sub > a:before{display:none}
#pn_menu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700}
.button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994;}
.button:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top:2px solid #ffffff;border-bottom:2px solid #ffffff;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#ffffff;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#pn_menu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #9e9e9e42;height:46px;width:46px;cursor:pointer}
#pn_menu .submenu-button.submenu-opened{background:#262626}
#pn_menu ul ul .submenu-button{height:34px;width:34px}
#pn_menu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ffffff;content:''}
#pn_menu ul ul .submenu-button:after{top:15px;right:13px}
#pn_menu .submenu-button.submenu-opened:after{background:#fff}
#pn_menu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ffffff;content:''}
#pn_menu ul ul .submenu-button:before{top:12px;right:16px}
#pn_menu .submenu-button.submenu-opened:before{display:none}
#pn_menu ul ul ul li.active a{border-left:none}
#pn_menu > ul > li.has-sub > ul > li.active > a,#pn_menu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}
#pn_menu > ul >  .add-cart-main .add-cart {
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  text-align: center;
}
#pn_menu > ul >  .add-cart-main {
  border-bottom: none;
}
#pn_menu > ul >  .add-cart-main .add-cart i{
  color: white !important;
}


/* HEADER NEW END */
img{
  width: 100%;
}


/* BANNER */



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}



/* COLLECTION HIGHLIGHTING */



.colletion-highlight {
  margin-top: 40px;
}

.colletion-highlight .inner {
  display: flex;
  justify-content: space-between;
  min-height: 200px;
}

.colletion-highlight .inner h4 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 30px;
}

.colletion-highlight .inner h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 40px;
  margin-top: 12px;
}

/* left */
.colletion-highlight .collection-highlight-left {
  background-color: #EFF4FF;
  padding: 30px 0px 25px 50px;
  border-radius: 10px;
}

.colletion-highlight .collection-highlight-left .inner h2 {
  margin-bottom: 50px;
}

.colletion-highlight .collection-highlight-left .inner img {
  width: 190px;
}



/* right */
.colletion-highlight .collection-highlight-right {
  background-color: #EFF4FF;
  padding: 30px 20px 25px 50px;
  border-radius: 10px;
}

.colletion-highlight .collection-highlight-right .inner h3 {
  font-size: 15px;
  font-weight: 500;
  text-decoration: line-through;
}

.colletion-highlight .collection-highlight-right .inner span {
  color: var(--primary-color);
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 500;
}



/* RELATED PRODUCTS */

.new-arrivals{
    margin-top: 40px;
}
.new-arrivals .related-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px 20px 5px 0px;
    border-bottom: 1px solid #272727;
  }
   .sec-title h2{
    color: #000000;
      font-size: 25px;
      font-weight: 700;
      margin-bottom: 10px !important;
  }
  .sec-title{
    border-bottom: solid 1px #c1c1c1;
    margin-bottom: 15px !important;
  }
 
  
  .new-arrivals .single-products-main{
    margin-top: 30px;
  }
 
  .new-arrivals .single-products-main .product-border {
    padding: 15px 8px 15px 8px;
  }
  .new-arrivals .single-products-main .single-product .single-product-img{
    display: flex;
    justify-content: center;
  }
  .new-arrivals .single-products-main .single-product img{
    display: flex;
    width: auto;
    justify-content: center;
  }


  .single-product img {
    transition: 1s ease;
    }
    
    .single-product img:hover{
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      transition: 1s ease;
    }




  .new-arrivals .single-products-main .single-product .single-product-bottom {
    padding-left: 30px;
  }
  .new-arrivals .single-products-main .single-product .single-product-bottom .price-sec{
    display: flex;
  }
  .new-arrivals .single-products-main .single-product .single-product-bottom .price-sec .price-2{
    margin-left: 20px;
    color: var(--primary-color);
  }
  .new-arrivals .single-products-main .single-product .single-product-bottom .price-sec .price-1{
    text-decoration: line-through;
    color:#5e5e5e;
  }
  .new-arrivals .single-products-main .single-product .single-product-bottom .add_cart{
    display: flex;
    margin-top: 8px;
    font-weight: 500;
    color: #797979;
  }
  .new-arrivals .single-products-main .single-product .single-product-bottom .add_cart i{
    padding: 3px;
    border: solid 1px var(--primary-color);
    border-radius: 50%;
    font-size: 10px;
  }
  .new-arrivals .single-products-main .single-product .single-product-bottom .add_cart span{
    font-size: 12px;
    margin-left: 5px;
  }
  .new-arrivals .single-products-main .single-product{
    border: solid 1px #c1c1c1;
    border-radius: 5px;
    padding: 0px 0px 0px 0px;
  }

  .new-arrivals .single-products-main .single-product .single-product-bottom h3{
   font-size: 16px;
   color: black;
   margin-top: 5px;
   font-weight: 600;
   min-height: 55px;
   overflow: hidden;
  
  }
  .new-arrivals .single-products-main .single-product .single-product-bottom h2{
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 700;
    margin-top: 10px;
  }
  

  /* COUNTER */

  .counter{
    margin-top: 40px;
    position: relative;
  }
  .counter .container{
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
    padding: 25px;
    background-color: white;
    border-radius: 15px;
  }
  .counter .inner{
    display: flex;
    padding: 0px 20px 0px 20px;
    gap: 20px;
    border-right: solid 2px #e4e4e4;
  }
  .counter .inner i{
    font-size: 40px;
    color: var(--primary-color);
  }
  .counter .inner .texts h3{
    font-size: 17px;
    font-weight: 800;
  }
  .counter .inner .texts h4{
    font-size: 13px;
  }


  /* OFFER SECTION */
  
  .offer-section{
    margin-top: 40px;
  }
 
  .offer-section  .container{
    border-radius: 20px;
  }
  
  .offer-section .offer-inner-img {
    display: flex;
    justify-content: center;
  }
  .offer-section .offer-inner-img img{
    width: 100%;
    border-radius: 30px;
  }
  .offer-section .offer-sec-right{
    margin-top: 40px;
  }
  .offer-section .offer-sec-right h3{
    font-size: 30px;
    font-weight: 700;
    color: white;
    margin-bottom: 25px;
  }
  .offer-section .offer-sec-right .price{
    display: flex;
  }
  .offer-section .offer-sec-right .price .price-1{
    color: #c1c0c0;
    font-size: 16px;
    text-decoration: line-through;
  }
  .offer-section .offer-sec-right .price .price-2{
    color: white;
    font-size: 16px;
    margin-left: 20px;
  }
  .offer-section .offer-sec-right .buttons{
    display: flex;
    margin-top: 30px;
  }
  .offer-section .offer-sec-right .buttons a{
    margin-right: 10px;
  }




  /* DISCOUNT PRODUCTS */


  .discount-products{
    margin-top: 50px;
  }
  .discount-products .discount-left-main .bg{
    position: absolute;
    border-radius: 20px;
    height: min-content;
  }
  .discount-products .discount-left{
    position: relative;
  }
  
.discount-left-main{
    border-radius: 20px;

}

  .discount-right .product-border {
    padding: 15px 8px 5px 8px;
  }
  .discount-right .single-product .single-product-img{
    display: flex;
    justify-content: center;
  }
  .discount-right .single-product img{
    height: auto;
    
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  .discount-right .single-product .single-product-bottom {
    padding-left: 30px;
  }
  .discount-right .single-product .single-product-bottom .price-sec{
    display: flex;
  }
  .discount-right .single-product .single-product-bottom .price-sec .price-2{
    margin-left: 20px;
    color: var(--primary-color);
  }
  .discount-right .single-product .single-product-bottom .price-sec .price-1{
    text-decoration: line-through;
    color:#5e5e5e;
  }
  .discount-right .single-product .single-product-bottom .add_cart{
    display: flex;
    margin-top: 8px;
    color: #a6a6a6;
    font-weight: 500;
    position: absolute;
    bottom: 25px;
  }
  .discount-right .single-product .single-product-bottom .add_cart i{
    padding: 5px;
    border-radius: 50%;
    font-size: 10px;
  }
  .discount-right .single-product-bottom .add_cart span{
    font-size: 12px;
    margin-left: 5px;
    color: #6e6e6e;
  }
  .discount-right .single-product{
    border: solid 1px #c1c1c1;
    border-radius: 5px;
    padding: 0px 0px 0px 0px;
  }

  .discount-right .single-product .single-product-bottom h3{
   font-size: 16px;
   color: black;
   margin-top: 5px;
   font-weight: 600;

  }
  .discount-right .single-product .single-product-bottom h2{
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 700;
    margin-top: 10px;
  }


.new-arrivals .single-products-main {
  margin-top: 30px;
}

.new-arrivals .single-products-main .product-border {
  padding: 15px 8px 15px 8px;
}

.new-arrivals .single-products-main .single-product .single-product-img {
  display: flex;
  justify-content: center;
}

.new-arrivals .single-products-main .single-product img {
  height: 230px;
  width: auto;
  display: flex;
  justify-content: center;
  padding: 10px 0px;
}


.single-product img {
  transition: 1s ease;
}

.single-product img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(.9);
  transition: 1s ease;
}





.new-arrivals .single-products-main .single-product .single-product-bottom .price-sec {
  display: flex;
}

.new-arrivals .single-products-main .single-product .single-product-bottom .price-sec .price-2 {
  margin-left: 20px;
  color: var(--primary-color);
}

.new-arrivals .single-products-main .single-product .single-product-bottom .price-sec .price-1 {
  text-decoration: line-through;
  color: #5e5e5e;
}

.new-arrivals .single-products-main .single-product .single-product-bottom .add_cart {
  display: flex;
  margin-top: 8px;
  font-weight: 500;
  color: #797979;
  position: absolute;
  bottom: 25px;
}

.new-arrivals .single-products-main .single-product .single-product-bottom .add_cart i {
  padding: 3px;
  border: solid 1px var(--primary-color);
  border-radius: 50%;
  font-size: 10px;
}

.new-arrivals .single-products-main .single-product .single-product-bottom .add_cart span {
  font-size: 12px;
  margin-left: 5px;
}

.new-arrivals .single-products-main .single-product {
  border: solid 1px #c1c1c1;
  border-radius: 5px;
  padding: 0px 0px 0px 0px;
  min-height: 390px;
}

.new-arrivals .single-products-main .single-product .single-product-bottom h3 {
  font-size: 18px;
  color: black;
  margin-top: 5px;
  font-weight: 600;
  height: 60px;
  overflow: hidden;
}

.new-arrivals .single-products-main .single-product .single-product-bottom h2 {
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 700;
  margin-top: 10px;
}


/* COUNTER */

.counter {
  margin-top: 40px;
  position: relative;
}

.counter .container {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
  padding: 25px;
  background-color: white;
  border-radius: 15px;
}

.counter .inner {
  display: flex;
  padding: 0px 20px 0px 20px;
  gap: 20px;
  border-right: solid 2px #e4e4e4;
}

.counter .inner i {
  font-size: 40px;
  color: var(--primary-color);
}

.counter .inner .texts h3 {
  font-size: 17px;
  font-weight: 800;
}

.counter .inner .texts h4 {
  font-size: 13px;
}


/* OFFER SECTION */

.offer-section {
  margin-top: 25px;
  margin-bottom: 25px;
}

.offer-section .container {
  border-radius: 20px;
}



.offer-section .offer-inner-img {
  display: flex;
  justify-content: center;
}

.offer-section .offer-inner-img img {
  width: 100%;
  border-radius: 30px;
}

.offer-section .offer-sec-right {
  margin-top: 40px;
}

.offer-section .offer-sec-right h3 {
  font-size: 30px;
  font-weight: 700;
  color: white;
  margin-bottom: 25px;
}

.offer-section .offer-sec-right .price {
  display: flex;
}

.offer-section .offer-sec-right .price .price-1 {
  color: #c1c0c0;
  font-size: 16px;
  text-decoration: line-through;
}

.offer-section .offer-sec-right .price .price-2 {
  color: white;
  font-size: 16px;
  margin-left: 20px;
}

.offer-section .offer-sec-right .buttons {
  display: flex;
  margin-top: 30px;
}

.offer-section .offer-sec-right .buttons a {
  margin-right: 10px;
}




/* DISCOUNT PRODUCTS */


.discount-products {
  margin-top: 25px;
  margin-bottom: 20px;
}
.discount-products .discount-add-left{
  width: 100%;
}
.discount-products .discount-add-left img{
  border-radius: 20px;
  margin-bottom: 35px;
}
.discount-products .discount-left-main .bg {
  position: absolute;
  border-radius: 20px;
  height: min-content;
}

.discount-products .discount-left {
  position: relative;
}

.discount-left-main {
  border-radius: 20px;
  height: 800px;
  background-repeat: no-repeat;
}

.discount-right .product-border {
  padding: 15px 8px 5px 8px;
}

.discount-right .single-product .single-product-img {
  display: flex;
  justify-content: center;
}

.discount-right .single-product img {
  height: 200px;
  width: auto;
  display: flex;
  justify-content: center;
}

.discount-right .single-product .single-product-bottom {
  padding-left: 30px;
}

.discount-right .single-product .single-product-bottom .price-sec {
  display: flex;
}

.discount-right .single-product .single-product-bottom .price-sec .price-2 {
  margin-left: 20px;
  color: var(--primary-color);
}

.discount-right .single-product .single-product-bottom .price-sec .price-1 {
  text-decoration: line-through;
  color: #5e5e5e;
}

.discount-right .single-product .single-product-bottom .add_cart {
  display: flex;
  margin-top: 8px;
  color: #a6a6a6;
  font-weight: 500;
}

.discount-right .single-product .single-product-bottom .add_cart i {
  padding: 5px;
  border-radius: 50%;
  font-size: 10px;
}

.discount-right .single-product-bottom .add_cart span {
  font-size: 12px;
  margin-left: 5px;
  color: #6e6e6e;
}

.discount-right .single-product {
  border: solid 1px #c1c1c1;
  border-radius: 5px;
  padding: 0px 0px 0px 0px;
  min-height:380px;

}

.discount-right .single-product .single-product-bottom h3 {
  font-size: 16px;
  color: black;
  margin-top: 5px;
  font-weight: 600;
  height: 55px;
  overflow: hidden;
}

.discount-right .single-product .single-product-bottom h2 {
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 700;
  margin-top: 10px;
}


.discount-products .discount-left-main .inner-text {
  padding: 150px 10px 10px 39px;
}

.discount-products .discount-left-main .inner-text h3 {
  color: white;
  font-size: 20px;
}

.discount-products .discount-left-main .inner-text h2 {
  color: white;
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 40px;
}

.discount-products .discount-left-main .inner-text h4 {
  margin-top: 35px;
  font-size: 20px;
  background-color: red;
  width: min-content;
  padding: 17px;
  border-radius: 50%;
  color: yellow;
}

.discount-products .discount-left-main .inner-text a {
  color: white;
}

.discount-products .discount-left-main .discount-left-img {
  display: flex;
  justify-content: end;
}





/* TOP CATEGORIES */


.top-categories {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.top-categories .category-top {
  margin-top: 30px;
}

.categories-left a {
  position: relative;
}

.categories-left .region_text {
  position: absolute;
  bottom: 40px;
  padding-left: 40px;
  padding-right: 30px;
}

.categories-left .region_text h5 {
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;
}

.categories-left .region_text h5:before {
  position: absolute;
  margin-top: -25px;
}

.categories-left .region_buttons {
  color: #262626;
  width: fit-content;
  padding: 7px 20px;
  border-radius: 100px;
  background-color: #ffd600;
  border: 2px solid transparent;
}

.top-categories img {
  border-radius: 20px;
}


/* cat-1 */
.categories-right1 {
  margin-bottom: 20px;
}

.categories-right1 a {
  position: relative;
}

.categories-right1 .region_text {
  position: absolute;
  bottom: 55px;
  padding-left: 30px;
  padding-right: 30px;
}

.categories-right1 .region_text h5 {
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;
}

.categories-right1 .region_text h5:before {
  position: absolute;
  margin-top: -25px;
}

.categories-right1 .region_buttons {
  color: #262626;
  width: fit-content;
  padding: 7px 20px;
  border-radius: 100px;
  background-color: #ffd600;
  border: 2px solid transparent;
}

.top-categories img {
  border-radius: 20px;
}


/* cat-2 */
.categories-right2 a {
  position: relative;
}

.categories-right2 .region_text {
  position: absolute;
  bottom: 55px;
  padding-left: 30px;
  padding-right: 30px;
}

.categories-right2 .region_text h5 {
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;
}

.categories-right2 .region_text h5:before {
  position: absolute;
  margin-top: -25px;
}

.categories-right2 .region_buttons {
  color: #262626;
  width: fit-content;
  padding: 7px 20px;
  border-radius: 100px;
  background-color: #ffd600;
  border: 2px solid transparent;
}

.top-categories img {
  border-radius: 20px;
}

/* cat-3 */
.categories-right3 a {
  position: relative;
}

.categories-right3 .region_text {
  position: absolute;
  bottom: 40px;
  padding-left: 40px;
  padding-right: 30px;
}

.categories-right3 .region_text h5 {
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;
}

.categories-right3 .region_text h5:before {
  position: absolute;
  margin-top: -25px;
}

.categories-right3 .region_buttons {
  color: #262626;
  width: fit-content;
  padding: 7px 20px;
  border-radius: 100px;
  background-color: #ffd600;
  border: 2px solid transparent;
}

.top-categories img {
  border-radius: 20px;
}



/* RECENTLY ADDED */

:root {
  --width: 25%;
  --gap: 0.5rem;
}

.recently-add-slider {
  margin-top: 15px;
}
.recently-add-slider .sec-title{
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.recently-add-slider .container {
  position: relative;
  width: calc(100vw - var(--gap)*2);
  overflow: hidden;
}
.slider-btns{
  display: flex;
  margin-bottom: 3px;
}

.recently-add-slider .slider-track {
  position: relative;
  left: calc(-50% - var(--gap)*2);
  height: inherit;
  display: flex;
  gap: var(--gap);
  list-style-type: none;
  transition: transform 0.8s;

  & .item {
    min-width: var(--width);
    background-position: center;
    background-size: cover;
  }
}

.recently-add-slider .btn {
  top: 0%;
  width: 2.3rem;
  height: 2.3rem;
  display: grid;
  place-items: center;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s;
  background-color: white;
  border: dotted var(--primary-color) 2px;

  &:hover {
    opacity: 1;
  }

  &:nth-of-type(1) {
    right: 50px;
  }

  &:nth-of-type(2) {
    right: 2vmin;
  }
}


@media (width < 1000px) {
  .recently-add-slider .slider-track {
    left: calc(-98% - var(--gap) * 2);

    & .item {
      min-width: 100%;
    }
  }
}

@media (width < 700px) {
  .slider-track {
    left: calc(-200% - var(--gap) * 2);

    & .item {
      min-width: 100%;
    }
  }
}


.recently-add-slider .product-border {
  padding: 15px 8px 15px 8px;
}

.recently-add-slider .single-product .single-product-img {
  display: flex;
  justify-content: center;
}

.recently-add-slider .single-product img {
  height: 200px;
  width: auto;
  display: flex;
  justify-content: center;
}

.recently-add-slider .single-product .single-product-bottom {
  padding-left: 20px;
}

.recently-add-slider .single-product .single-product-bottom .price-sec {
  display: flex;
}

.recently-add-slider .single-product .single-product-bottom .price-sec .price-2 {
  margin-left: 20px;
  color: var(--primary-color);
}

.recently-add-slider .single-product .single-product-bottom .price-sec .price-1 {
  text-decoration: line-through;
  color: #5e5e5e;
}

.recently-add-slider .single-product .single-product-bottom .add_cart {
  display: flex;
  margin-top: 8px;
  color: #878787;
  font-weight: 500;
  position: absolute;
  bottom: 25px;
  width: 240px;
}

.recently-add-slider .single-product .single-product-bottom .add_cart i {
  padding: 3px;
  border: solid 1px var(--primary-color);
  border-radius: 50%;
  font-size: 10px;
}

.recently-add-slider .single-product .single-product-bottom .add_cart span {
  font-size: 12px;
  margin-left: 5px;
}

.recently-add-slider .single-product {
  border: solid 1px #c1c1c1;
  border-radius: 5px;
  padding: 0px 0px 0px 0px;
  min-height: 380px;
  position: relative;
}

.recently-add-slider .single-product .single-product-bottom h3 {
  font-size: 18px;
  color: black;
  margin-top: 5px;
  font-weight: 600;
}

.recently-add-slider .single-product .single-product-bottom h2 {
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 700;
  margin-top: 10px;
}

  .recently-add-slider .single-product .single-product-bottom h3{
   font-size: 16px;
   color: black;
   margin-top: 5px;
   font-weight: 600;
   height: 58px;
   overflow: hidden;
   
  }
  .recently-add-slider .single-product .single-product-bottom h2{
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 700;
    margin-top: 10px;
  }
  .recently-add-slider .single-product .single-product-bottom .add-cart ul{
    display: flex;
  }
  .recently-add-slider .single-product .single-product-bottom .add-cart li button{
    padding:10px 15px;
    border: none;
    border-radius: 10px;
  }
  .recently-add-slider .single-product .single-product-bottom .product_add_to_cart_button{
    background-color: var(--primary-color);
    color: white;
    text-transform: capitalize;
    margin-right: 5px;
    font-size: 12px;
  }
  .recently-add-slider .single-product .single-product-bottom .btn-2{
  background-color: var(--secondary-color);
    color: white;
    font-size: 12px;
  }

  /*  */



  .recently-add-slider  .single-product-bottom .add_cart ul{
    display: flex;
  }
  .recently-add-slider .single-product-bottom .add_cart li button{
    padding:10px 15px;
    border: none;
    border-radius: 10px;
  }

  .recently-add-slider .single-product-bottom .add_cart li .product_view_button{
    background-color: var(--secondary-color);
    font-size: 12px;
  }


 .add_cart .product_add_to_cart_button{
    background-color: var(--primary-color);
    color: white;
    text-transform: capitalize;
    margin-right: 5px;
    font-size: 12px;
  }
  .recently-add-slider  .single-product-bottom .add_cart .btn-2{
  background-color: var(--secondary-color);
    color: white;
    font-size: 12px;
  }


/* FOOTER */

.bg-footer {
  background-image: url("../img/banner/footer-bg.png");
  padding: 70px 0 0px;
}

.bg-footer .footer-logo img {
  width: 150px;
}


.footer-heading {
  letter-spacing: 2px;
}

.footer-link a {
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  transition: all 0.5s;
}

footer .social-icons i {
  border: solid 1px white;
  color: white;
  padding: 7px;
  border-radius: 50%;
}
footer .social-icons li:hover i{
  background-color:#d01f2566;
}

.footer-link a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

.contact-info {
  color: #fff;
  font-size: 14px;
}

.footer-social-icon {
  font-size: 15px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}



.footer-alt {
  color: #fff;
}

.footer-heading {
  position: relative;
  padding-bottom: 12px;
}

.footer-heading:after {
  content: '';
  width: 25px;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom: 1px solid var(--secondary-color);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  border-top: solid 1px #fff;
  padding: 20px 0px 0px;
  margin-top: 30px;
}

.footer-bottom p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.footer-bottom a {
  color: white;
}

.footer-contact-sec li {
  color: #fff;
  display: flex;
  margin-bottom: 10px;
}

.footer-contact-sec i {
  margin-right: 5px;
}



/* LOGO SLIDER */


.logo-slider {
  overflow: hidden;
  padding: 30px 0px 30px 0;
  white-space: nowrap;
  position: relative;
  background-color: #F2F5F7;
}

.logo-slider:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 45s slide infinite linear;
}

.logos-slide img {
  width: 150px;
  margin: 0 40px;
  background-color: white;
  padding: 12px;
}


@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}




/* ////  ABOUT PAGE  //// */


/*Breadcrumb  */



.page-title-section {
    padding: 180px 0 100px 0;
    background-image: url(../img/banner/page-title.jpg);
    background-repeat: no-repeat;
    
}
@media screen and (min-width:1001px)  {
  .page-title-section {
    background-size: 100%;
  }
}

.page-title-section.style1 {
    padding: 150px 0
}

.page-title-section h1 {
    font-size: 64px;
    line-height: 1;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    z-index: 9
}

.pagetitle-lg-title {
    display: block;
    font-size: 105px;
    line-height: 1;
    font-weight: 800;
    color: #ffffff;
    opacity: 0.2;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    margin: 0 0 -58px 0;
    position: relative;
    z-index: 1;
    text-transform: uppercase
}

.page-title-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    line-height: 1.2
}

.page-title-section ul li {
    display: inline-flex;
}

.page-title-section ul li:last-child {
    color: #ffffff !important;
    opacity: 0.80;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px
}

.page-title-section ul li:last-child a {
    color: #ffffff !important;
    opacity: 0.80;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px
}


.page-title-section ul li:last-child:after {
    content: none
}

.page-title-section ul li a {
    color: #ffffff  !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px
}
.page-title-section ul i{
  color: red;
  padding: 0px 10px;
}
.page-title-section .shape-1 {
    padding: 20px;
    background: #fff;
    z-index: 3;
    bottom: 73px;
    left: 52px
}

@media screen and (max-width: 1199px) {
    .page-title-section {
        padding: 170px 0 90px 0
    }

    .page-title-section h1 {
        font-size: 52px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 991px) {
    .page-title-section {
        padding: 160px 0 90px 0
    }

    .page-title-section.style1 {
        padding: 130px 0
    }

    .page-title-section h1 {
        font-size: 48px
    }
}

@media screen and (max-width: 575px) {
    .page-title-section {
        padding: 200px 0 80px 0
    }

    .page-title-section.style1 {
        padding: 100px 0
    }

    .page-title-section h1 {
        font-size: 36px
    }
}



.left-overlay-secondary[data-overlay-dark]:before {
  background: rgba(31, 39, 50, 0.76);
  background: linear-gradient(-90deg, transparent, #1f2732 35%)
}



/* ABOUT SECTION */

.about-sec-main {
  margin-top: 40px;
}

.about-sec-main .container {
  background-color: #F2F5F7;
  border-radius: 15px;
}

.about-sec-main .about-sec-left {
  padding: 30px 10px 30px 30px;
}

.about-sec-main .about-sec-left h2 {
  color: #495B84;
  font-size: 35px;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 20px;
}

.about-sec-main .about-sec-left p {
  font-size: 16px;
  padding-top: 10px;
  font-weight: 400;
}

.about-sec-main .col-md-5 {
  padding-right: 0px;
}


/* MISSION VISION */

.mission-vision {
  background-color: #111829;
  padding-bottom: 80px;
  padding-top: 60px;
  margin-top: -50px;
}

.mission-vision img {
  width: 250px;
  margin-bottom: -140px;
}

.mission-vision h2 {
  color: white;
  font-size: 25px;
  font-weight: 700;
}

.mission-vision p {
  color: #C8C8C8;
}

.mission-vision .inner-text {
  border: solid 1px #111829b6;
  padding: 115px 35px 35px 35px;
  border-radius: 15px;
  background: linear-gradient(177deg, #111F29, #ffffff29, #111F29);
}



/* /////////////// */
/* ///PRODUCTS/// */

.products-head-main{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #00000030;
  align-items: end;
}
.shop-left-filter {
  margin-top: 20px;
  margin-bottom: 15px;
}

.shop-left-filter .filter-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dadada;
  align-items: center;
  margin-bottom: 20px;
}

.shop-left-filter .filter-top h2 {
  font-size: 20px;
  font-weight: 900;
}
.shop-left-filter .filter-top a{
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.shop-left-filter h3 {
  font-size: 17px;
  font-weight: 600;
}

.shop-left-filter .filter-form label {
  font-size: 15px;
  color: #6e6e6e;
}

 .range-slider {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  margin: 15px 0px 15px 0px;
  height: 80px;
}

 .range-slider svg,
 .range-slider input[type=range] {
  position: absolute;
  left: 0;
  bottom: 0;
}

.shop-left-filter input[type=number] {
  border: 1px solid #ddd;
  text-align: center;
  font-size: 15px;
  -moz-appearance: textfield;
}

.shop-left-filter input[type=number]::-webkit-outer-spin-button,
.shop-left-filter input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.shop-left-filter input[type=number]:invalid,
.shop-left-filter input[type=number]:out-of-range {
  border: 2px solid #ff6347;
}

.range-slider input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}

.range-slider input[type=range]:focus {
  outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: var(--primary-color);
}

.range-slider input[type=range]:focus::-ms-fill-lower {
  background: var(--primary-color);
}

.range-slider input[type=range]:focus::-ms-fill-upper {
  background: var(--primary-color);
}
.apply-btn a{
  background-color: var(--primary-color);
  color: white;
  padding: 10px 40px;
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 10px;
}
.apply-btn a:hover{
  color: white;
  background-color: var(--secondary-color);
}
.range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: var(--primary-color);
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.range-slider input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid var(--primary-color);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: var(--secondary-color);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

.range-slider input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: var(--primary-color);
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.range-slider input[type=range]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid var(--primary-color);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: var(--secondary-color);
  cursor: pointer;
}

.range-slider input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.range-slider input[type=range]::-ms-fill-lower,
.range-slider input[type=range]::-ms-fill-upper {
  background: var(--primary-color);
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.range-slider input[type=range]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid var(--primary-color);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: var(--secondary-color);
  cursor: pointer;
}

.range-slider .middle {
  margin: 0px 15px 0px 15px;
}
.range-slider input[type=number]{
  width: 90px;
}

 .add_cart .product_add_to_cart_button{
  background-color: var(--primary-color);
  color: white;
  text-transform: capitalize;
  margin-right: 5px;
  font-size: 12px;
}
 .add_cart .product_add_to_cart_button:hover{
  background-color: var(--secondary-color);
}

 .single-product .single-product-bottom .add_cart .btn-2{
  background-color: var(--secondary-color);
  color: white;
  font-size: 12px;
}
 .single-product .single-product-bottom .add_cart .btn-2:hover{
  background-color: var(--primary-color);
}

/* /////////////////////// */

/* PRODUCT DISPLAY */

/* product display */





.thumbnail-slider img {
  vertical-align: middle;
}

.thumbnail-slider {
  position: relative;
}

.thumbnail-slider .holder {
  background-color: #f3f3f3;
  border-radius: 15px;
  margin-bottom: 15px;
}

.thumbnail-slider .holder::-webkit-scrollbar {
  display: none;
}

.thumbnail-slider .slides {
  display: none;
}

.thumbnail-slider .slides img {
  width: 100%;
}

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

  .thumbnail-slider .prevContainer,
  .thumbnail-slider .nextContainer {
    display: none;
    visibility: hidden;
  }
}

.thumbnail-slider .prevContainer,
.thumbnail-slider .nextContainer {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  transform: translate(0, calc(-50% - 54px));
  height: 54px;
  width: 54px;
  cursor: pointer;
}

.thumbnail-slider .prevContainer {
  margin-left: 26px;
  left: 0;
  border-radius: 30px 0 0 30px;
}

.thumbnail-slider .prev {
  position: relative;
  top: 20px;
  transform: translate(0, -50%);
  height: 34px;
  width: 32px;
  float: left;
  margin-left: 12px
}

.thumbnail-slider .prev svg,
.thumbnail-slider .next svg {
  fill: white;
}

.thumbnail-slider .nextContainer {
  margin-right: 26px;
  right: 0;
  border-radius: 0 30px 30px 0;
}

.thumbnail-slider .next {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  height: 34px;
  width: 32px;
  float: right;
  margin-right: 12px;
}

/* Container for image text */
.thumbnail-slider .caption-container {
  text-align: left;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.thumbnail-slider .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.thumbnail-slider .column {
  float: center;
  width: 18%;
  background-color: #f3f3f3;
  border-radius: 15px;
  margin: 0px 10px 0px 10px;
}

/* Add a transparency effect for thumbnail images */
.thumbnail-slider .slide-thumbnail {
  width: 100%;
  opacity: 0.6;
  cursor: pointer;
}

.thumbnail-slider .active,
.thumbnail-slider .slide-thumbnail:hover {
  opacity: 1;
}



.product-cat-bottom {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}


/*  */
.product-details-main {
  margin-top: 40px;
}

.product-details-right .product-cat-right-content {
  border-bottom: 1px solid #bbbbbb;
  padding: 0px 0px 40px;
}

.product-details-right {
  padding: 30px;
  border: solid 1px #c1c1c1;
  border-radius: 10px;
}

.product-details-right .product-cat-head h2 {
  font-weight: 800;
  border-bottom: solid 1px #c1c1c1;
  padding-bottom: 15px;
}

.product-details-right .price {
  display: flex;
  margin-top: 30px;
}

.product-details-right .price h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--secondary-color);
  text-decoration: line-through;
  margin-top: 5px;
}

.product-details-right .price h3 {
  font-size: 30px;
  font-weight: 800;
  color: var(--primary-color);
  margin-left: 20px;
}

.product-details-right .review {
  display: flex;
  margin-top: 15px;
}

.product-details-right .review .icons {
  margin-right: 15px;
  display: flex;
}

.product-details-right .review .icons i {
  color: #e1f100;
}

.product-details-right .review p {
  font-size: 14px;
  font-weight: 600;
}

.product-details-right .share {
  display: flex;

}

.product-details-right .share p {
  margin-right: 15px;
  font-size: 15px;
  font-weight: 600;
}

.product-details-right .share a {
  padding: 5px;
  border: solid 1px black;
  border-radius: 50%;
  margin-right: 5px;
  background-color: var(--primary-color);
}

.product-details-right .share a i {
  color: rgb(255, 255, 255);
  width: 20px;
  padding: 4px;
}

.product-details-right .order {
  margin-top: 15px;
}

.product-details-right .order .btn-1 {
  margin-right: 15px;
  padding: 10px 30px;
  background-color: var(--primary-color);
  border-radius: 10px;
  color: white;
}

.product-details-right .order .btn-2 {
  padding: 10px 30px;
  background-color: var(--secondary-color);
  border-radius: 10px;
  color: white;
}

.product-details-right .order a {
  text-decoration: none;
}

.product-details-right .order i {
  margin-right: 5px;
}



/* quanty add */

.qty-add {
  display: flex;
  margin: 10px 0px 30px 0px;
}

.qty-add h4 {
  margin-right: 20px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
}

.qty-add form {
  border: solid 1px rgb(196, 196, 196);
  border-radius: 10px;
  background-color: #dadada;
}

.qty-add .value-button {
  display: inline-block;
  margin: 0px;
  width: 35px;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  color: red;
  font-size: 25px;
  font-weight: 600;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.qty-add .value-button:hover {
  cursor: pointer;
}

.qty-add form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

.qty-add form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

.qty-add form #input-wrap {
  margin: 0px;
  padding: 0px;
}

.qty-add input#quantity {
  text-align: center;
  border: none;
  margin: 0px;
  width: 40px;
  height: 35px;
  background-color: #dadada;

}

.qty-add input[type=number]::-webkit-inner-spin-button,
.qty-add input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* PRODUCT MORE INFO */


.product-more-info {
  margin-top: 40px;
}

.product-more-info .nav-tabs .nav-link.active {
  background-color: var(--primary-color);
  color: white;
  margin-bottom: 10px;
  border-radius: 10px;
}

.product-more-info .nav-tabs .nav-link {
  color: black;
}

.product-more-info .tab-content {
  padding: 30px 20px 30px 20px;
}


/* /////////////////// */

/* BRANDS */

.brands-sec-main {
  margin-top: 40px;
}

.brands-sec-main .head-main {
  display: flex;
  justify-content: center;
}

.brands-sec-main .heading {
  text-align: center;
  max-width: 80%;
}

.brands-sec-main .heading h2 {
  font-weight: 900;
}

.brands-sec-main .heading p {
  text-align: center;
  padding: 20px;
  line-height: 30px;
}

.brands-sec-main .brand-logos .brand-img {
  border: solid 1px rgb(210, 210, 210);
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 25px;
}

.brands-sec-main .brand-logos .brand-img:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}



/* ///////// */
/* CONTACT PAGE */


.submit-btn button{
  background: var(--primary-color) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  margin-top: 16px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 180px;
  border-radius: 10px;
  margin-left: 20px;
}
.submit-btn button:hover{
  background: var(--secondary-color) none repeat scroll 0 0;
}

.contact-page-main {
  margin-top: 40px;

}

.contact-page-main .contact-left {
  background-color: #221C2D;
  border-radius: 20px;

  padding: 80px 30px 80px 30px;
  margin: 70px 0px 40px 0px;
}

.contact-page-main .contact-left .item {
  display: flex;
  margin-bottom: 45px;
}

.contact-page-main .contact-left .item i {
  margin-right: 20px;
  background-color: white;
  padding: 15px;
  height: 60px;
  width: 60px;
  font-size: 30px;
  border-radius: 50%;
  color: var(--secondary-color);

}

.contact-page-main .contact-left .item .details h3 {
  color: red;
  font-size: 20px;
  font-weight: 700;
}

.contact-page-main .contact-left .item .details a {
  font-size: 15px;
  color: white;
}

.contact-right {
  background-color: #e6e6e6;
  padding: 30px;
  border-radius: 20px;
 
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
}


.contact-right h3 {
  font-size: 30px;
  font-weight: 800;
  color: var(--primary-color);
}

.contact-right label {
  color: #b60c0c;
  font-size: 13px;
  margin-bottom: 2px;
  margin-top: 10px;
}

.contact-right .contact-input {
  margin-bottom: 10px;
}

.contact-right .contact-input input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: solid 1px #e0e0e0;
  border-radius: 10px;
}

.contact-right .contact-input textarea {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  border: solid 1px #e0e0e0;
  border-radius: 10px;
}

.contact-right .contact-input .address {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  border: solid 1px #e0e0e0;
  border-radius: 10px;
  height: 120px;
}

.contact-right .submit-btn a {
  padding: 10px 50px;
  background-color: red;
  color: white;
  border-radius: 10px;
}



.map-bottom {
  margin-top: 30px;
}

.form-bg {
  background-color: #F5F5F5;
  border-radius: 15px;
}


/* LOGIN */

.login-main {
  padding: 40px 0px 40px 0px;
}

.login-main .login-form {
  display: flex;
  justify-content: center;
}

.login-main .heading {
  display: flex;
  justify-content: center;

}

.login-main .heading .head-main {
  text-align: center;
}

.login-main .heading .head-main p {
  text-align: center;
  line-height: 30px;
  margin-bottom: 50px;
}

.login-main .heading .head-main h2 {
  font-weight: 700;
  padding-bottom: 10px;
}

.login-main h3 {
  font-size: 30px;
  font-weight: 800;
  color: var(--primary-color);
}

.login-main .input {
  margin-bottom: 40px;
}

.login-main .input input {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  border: solid 1px #e0e0e0;
  border-radius: 10px;
}

.login-main .input label {
  color: #4f4f4f;
}

.login-main .input .address {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  border: solid 1px #e0e0e0;
  border-radius: 10px;
  height: 120px;
}

.login-main .submit-btn a {
  padding: 10px 50px;
  background-color: red;
  color: white;
  border-radius: 10px;
}

.login-form {
  display: flex;
  justify-content: center;
}

.login-form-inner form {
  padding: 50px 40px 50px 40px;
  width: 80%;
}

.login-form-inner {
  display: flex;
  justify-content: center;
}

.login-main .form-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.login-main .form-bottom .link-1 {
  color: var(--secondary-color);
}

.login-main .form-bottom .link-2 {
  color: green;
}


/* REGISTER */


.contry-relative {
  position: relative !important;
}
.contry-relative .help-block {
  position: absolute;
  bottom: -22px;
  left: 0;
}

 .flag-icon {
  position: absolute;
  z-index: 9;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  background-color: #e5e5e5;
  padding: 7px 0px 7px 7px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.flag-icon:after {
  top: 40%;
}
.country-code {
  position: absolute;
  z-index: 9;
  left: 58px; /* Adjust the position according to your preference */
  top: 50%;
  transform: translateY(-50%);
  background-color: #e5e5e5;
  padding: 7px 7px 7px 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 13px;
}


.dasboard-country-flag .flag-icon {
  position: absolute;
  z-index: 9;
  left: 25px;
  top: 56% !important;
  transform: translateY(-50%);
  width: 40px;
  background-color: #e5e5e5;
  padding: 7px 0px 7px 7px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.dasboard-country-flag .country-code {
  position: absolute;
  z-index: 9;
  left: 65px; /* Adjust the position according to your preference */
  top: 56% !important;
  transform: translateY(-50%);
  background-color: #e5e5e5;
  padding: 7px 7px 7px 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 13px;
}
.checkout-country-flag .flag-icon {
  position: absolute;
  z-index: 9;
  left: 25px;
  top: 56% !important;
  transform: translateY(-50%);
  width: 40px;
  background-color: #e5e5e5;
  padding: 7px 0px 7px 7px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.checkout-country-flag .country-code {
  position: absolute;
  z-index: 9;
  left: 65px; /* Adjust the position according to your preference */
  top: 56% !important;
  transform: translateY(-50%);
  background-color: #e5e5e5;
  padding: 7px 7px 7px 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 13px;
}


.register-main {
  margin: 40px 0px 40px 0px;
}

.register-main .login-form {
  display: flex;
  justify-content: center;
}

.register-main .heading {
  display: flex;
  justify-content: center;

}

.register-main .heading .head-main {
  text-align: center;
}

.logiregistern-main .heading .head-main p {
  text-align: center;
  line-height: 30px;
  margin-bottom: 50px;
}

.register-main .heading .head-main h2 {
  font-weight: 700;
  padding-bottom: 10px;
}

.register-main h3 {
  font-size: 30px;
  font-weight: 800;
  color: var(--primary-color);
}

.register-main .input {
  margin-bottom: 40px;
}

.register-main .input input {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  border: solid 1px #e0e0e0;
  border-radius: 10px;
}

.register-main .input label {
  color: #4f4f4f;
}

.register-main .input .address {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  border: solid 1px #e0e0e0;
  border-radius: 10px;
  height: 120px;
}

.register-main .submit-btn a {
  padding: 10px 50px;
  background-color: red;
  color: white;
  border-radius: 10px;
}

.register-form {
  display: flex;
  justify-content: center;
}

.register-form-inner form {
  padding: 80px 40px 50px 40px;
  max-width: 80%;
}

.register-form-inner {
  display: flex;
  justify-content: center;
}

.register-main .form-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.register-main .form-bottom .link-1 {
  color: var(--secondary-color);
}

.register-main .register-declaration {
  margin-bottom: 30px;
  align-items: center;
  margin-top: -25px;
  display: flex;
}

.register-main .register-declaration input {
  height: 25px;
  width: 25px;
  font-size: 15px;
}

.register-main .register-declaration p {
  margin: 0px 0px 0px 5px;
}

/* MY ACCOUNT */

.my-account-main {
  margin: 40px 0px 40px 0px;
}

.my-account-main .account-information h2 {
  font-size: 25px;
  font-weight: 800;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(0.25turn, #D01F25, #949494);
  border-image-slice: 1;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.my-account-main .account-information .account-details {
  border: solid 1px #969696;
  padding: 20px 10px 20px 20px;
  border-radius: 5px;
}

.my-account-main .account-information .account-details h3 {
  font-size: 23px;
  font-weight: 600;
  color: #4a4a4a;
}

.my-account-main .account-information .account-details ul {
  margin: 20px 0px 20px 0px;
}

.my-account-main .account-information .account-details ul li {
  margin-bottom: 8px;
  color: black;
}

.my-account-main .account-information .account-details .bottom-btn a {
  color: var(--secondary-color);
  margin-right: 30px;
  font-weight: 800;
}


/*  */

.my-account-main .address-book h2 {
  font-size: 25px;
  font-weight: 800;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(0.25turn, #D01F25, #949494);
  border-image-slice: 1;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.my-account-main .address-book .address-details {
  border: solid 1px #b2b2b2;

  padding: 20px 10px 20px 20px;
  border-radius: 5px;
}

.my-account-main .address-book .address-details h3 {
  font-size: 23px;
  font-weight: 600;
  color: #4a4a4a;
}

.my-account-main .address-book .address-details ul {
  margin: 20px 0px 20px 0px;
}

.my-account-main .address-book .address-details ul li {
  margin-bottom: 8px;
  color: black;
}

.my-account-main .address-book .address-details .bottom-btn a {
  color: var(--secondary-color);
  margin-right: 30px;
  font-weight: 800;
}

/* profile */

.my-account-main .profile {
  background-color: var(--primary-color);
  padding: 20px;
}

.my-account-main .profile h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  color: white;
  font-size: 25px;
  font-weight: 800;
  border-image: linear-gradient(0.25turn, #D01F25, #949494);
  border-image-slice: 1;
}

.my-account-main .profile li {
  color: white;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.my-account-main .profile li:hover {
  background-color: var(--secondary-color);
}

.my-account-main .profile li a {
  color: white;
}

.my-account-main .profile ul .active {
  background-color: var(--secondary-color);
}

.my-account-main .profile i {
  margin-right: 10px;
}


/* Video bg */



/* video bg */



.rts-hero-dupe {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url('hero-vid.mp4') no-repeat center center fixed;
  background-size: cover;
}

video {
  /* filter: brightness(0.5); */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.rts-hero-dupe-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.rts-hero-dupe-content p,
.rts-hero-dupe h1 {
  color: var(--color-the-gold);
}



.hero-part_1 {
  position: absolute;
}

.hero-part_1 .sing-line {
  text-align: center;

}

.hero-part_1 .ser-btn a {
  position: relative;
  z-index: 2;
  padding: 10px 50px;
  margin: 130px;
  font-size: 16px;
  text-transform: capitalize;
  border: none;
}

.hero-head {
  text-align: center;
  position: relative;
  z-index: 2;
}


.hero-head h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  text-align: center;
  color: #fff;
  font-family: 'Protest Guerrilla', sans-serif !important;
  text-transform: capitalize;
  text-transform: uppercase;
  background-image: linear-gradient(225deg, #ffffff 50%, #000000 50%, #ffffff 50%, #d01f25b0 50%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}





.hero-ann {
  z-index: 2;
  position: relative;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  animation: slideIn 1s ease-in-out forwards;
}

@media (max-width:620px) {
  .hero-ann {
    font-size: 25px
  }

  .hero-head {
    font-size: 15px;
  }

  .rts-hero-dupe {
    height: 80vh;
  }
}

@media (max-width:315px) {
  .hero-ann {
    font-size: 25px;
    top: 0;
  }

  .hero-head {
    font-size: 15px;
  }

  .rts-hero-dupe {
    height: 50vh;
  }
}


@keyframes slideIn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.hero-part_1 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 40px;
  font-weight: 700px;
  text-transform: uppercase;
  flex-direction: column;
  width: 100%;
  height: 100%;
  animation: slideIn 2ms;
  top: 50px
}


/*  */


.hero-part_1 .social-icons {
  position: relative;
  display: flex;
  z-index: 11;
  margin-top: 30px;
}


.hero-part_1 .social-icons ul {

  display: flex;
  position: absolute;
  transform: translate(-50%, -50%);
  margin-top: 20px;
}

.hero-part_1 .social-icons ul li {
  list-style: none;
  margin: 0 8px;
}

.hero-part_1 .social-icons ul li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #88888875;
  border-radius: 50%;
  font-size: 17px;
  color: #ffffff;
  transition: .5s;
}

.hero-part_1 .social-icons ul li a::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: var(--secondary-color);
  transition: .5s;
  transform: scale(.9);
  z-index: -1;
}

.hero-part_1 .social-icons ul li a:hover::before {
  transform: scale(1.1);
  box-shadow: 0 0 15px var(--secondary-color);
}

.hero-part_1 .social-icons ul li a:hover {
  color: var(--secondary-color);
  box-shadow: 0 0 30px var(--secondary-color);
  text-shadow: 0 0 20px var(--secondary-color);
}



/* PAGINATION */

.pagination{
  display: flex;
  justify-content: center;
  margin: 40px 0px 20px 0px;
  width: 100%;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff !important;
  background-color: var(--primary-color) !important;
  border-color: #000000;
}
.page-link{
  color: var(--primary-color) !important;
}
#toast,#toast1 {
  visibility: hidden;
  max-width: 50px;
  height: 50px;
  /*margin-left: -125px;*/
  margin: auto;
  background-color: var(--secondary-color);
  color: black;
  text-align: center;
  border-radius: 2px;

  position: fixed;
  z-index: 9;
  left: 0;right:0;
  bottom: 30px;
  font-size: 17px;
  white-space: nowrap;
}
#toast #img, #toast1 #img{
  width: 50px;
  height: 50px;
  
  float: left;
  
  padding-top: 16px;
  padding-bottom: 16px;
  
  box-sizing: border-box;

  
  background-color: #111;
  color: #fff;
}
#toast #desc, #toast1 #desc{

  
  color: black;

  padding: 16px;
  
  overflow: hidden;
  white-space: nowrap;
}

#toast.show, #toast1.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
  from {min-width: 50px} 
  to {min-width: 350px}
}

@keyframes expand {
  from {min-width: 50px}
  to {min-width: 350px}
}
@-webkit-keyframes stay {
  from {min-width: 350px} 
  to {min-width: 350px}
}

@keyframes stay {
  from {min-width: 350px}
  to {min-width: 350px}
}
@-webkit-keyframes shrink {
  from {min-width: 350px;} 
  to {min-width: 50px;}
}

@keyframes shrink {
  from {min-width: 350px;} 
  to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 60px; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 60px; opacity: 0;}
}
a{
  cursor:pointer;
}
#mymodal{
  margin-top:25px;
}
#coming-soon{
  text-align:center;
  padding:10px;
}
.error-text{
  color:var(--secondary-color);
  font-size: 13px;
  font-weight: 400;
}



/* CART PAGE */


/*----------------------------------------*/
/*  30  Cart
/*----------------------------------------*/
.entry-header-title > h2 {
  color: #444;
  font-size: 30px;
  margin-bottom: 0;
}
.entry-header-area{
	padding-bottom: 40px;
  margin-top: 40px;
}
.entry-header-area .ntry-header-title h2{
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
}
.table-content table {
  background: #fff none repeat scroll 0 0;
  border-color: #e5e5e5;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0 0 50px;
  text-align: center;
  width: 100%;
}
.table-content table th, .table-content table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.table-content table th {
  border-top: medium none;
  font-weight: normal;
  padding: 20px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.table-content table {
  text-align: center;
}
.table-content table td {
  border-top: medium none;
  font-size: 13px;
  padding: 20px 10px;
  vertical-align: middle;
}
.table-content table td.product-thumbnail {
  width: 130px;
}
.table-content table td.product-name a {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
  text-decoration:none;
}
.table-content table td.product-price {
  width: 130px;
}
.table-content table td.product-quantity {
  width: 180px;
}
.table-content table td input {
  background: #e5e5e5 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #6f6f6f;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 60px;
}
.table-content table td.product-subtotal {
  font-size: 14px;
  font-weight: bold;
  width: 120px;
}
.table-content table .product-price .amount {
  font-size: 15px;
  font-weight: 700;
}
.table-content table td.product-remove {
  width: 150px;
}
.table-content table td.product-remove i {
  color: #919191;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.buttons-cart ul li{
	display:inline-block;
}
.buttons-cart ul li a,.coupon form a{
	background: var(--primary-color) none repeat scroll 0 0;
    border-radius: 5px;
	box-shadow: none;     margin-left: 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	padding: 1px 15px;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.buttons-cart ul li a:hover,.coupon form a:hover{
	background: var(--secondary-color) none repeat scroll 0 0;
	color: #fff;
}
.coupon {
  margin-bottom: 40px;
  overflow: hidden;
  padding-bottom: 20px;
}
.coupon h3 {
  font-size: 14px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.coupon p {
  font-size:12px;
  color:#777;
}

.coupon form input{
	border: 1px solid #e5e5e5;
float: left;
height: 40px;
margin: 0 6px 20px 0;
max-width: 100%;
padding: 0 0 0 10px;
width: 170px;
}
.coupon form a{
	float:left;
}
.cart_totals {
  float: left;
  text-align: right;
  width: 100%;
}
.cart_totals h2 {
  border-bottom: 1px solid #333;
  display: inline-block;
  font-size: 30px;
  margin: 10px 0 35px;
  text-transform: uppercase;
  float: left;
}
.cart_totals table {
  border: medium none;
  float: right;
  margin: 0;
  text-align: right;
}
.cart_totals table th {
  border: medium none;
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px 12px 0;
  text-align: right;
  text-transform: uppercase;
  vertical-align: top;
  color:#777;
}
.cart_totals table td {
  border: medium none;
  padding: 0 0 12px;
  vertical-align: top;
}
.cart_totals table td .amount {
  color: #ec4445;
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-left: 5px;
  text-align: right;
  text-transform: uppercase;
  font-size:12px;
}
.cart_totals table td ul#shipping_method {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.cart_totals table td ul#shipping_method li {
  float: left;
  margin: 0 0 10px;
  padding: 0;
  text-indent: 0;
  width: 100%;
  color:#777;
  font-size:12px;
}
.cart_totals table td ul#shipping_method li input {
  margin: 0;
  position: relative;
  top: 2px;
}
.shipping a {
  color: #6f6f6f;
  font-weight: bold;
  font-size:12px;
}
.cart_totals table tr.order-total th, .cart_totals table tr.order-total .amount {
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.cart_totals table td {
  border: medium none;
  padding: 0 0 12px;
  vertical-align: top;
}
.wc-proceed-to-checkout a {
  background: var(--primary-color) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  padding: 0 30px;
  text-transform: none;
  float: right;
}
.checkout-main {
  display: flex;
  justify-content: end;
}
.cart-main-area{
  margin-bottom: 40px;
}




/* CHECKOUT */


/*----------------------------------------*/
/*  32  checkout
/*----------------------------------------*/
.different-address {
  margin-top: 30px;
}
.coupon-accordion h3 {
  background-color: #f7f6f7;
  border-top: 3px solid #1e85be;
  color: #515151;
  font-size: 12px;
  font-weight: 300;
  list-style: outside none none;
  margin: 0 0 2em;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}
.coupon-accordion h3::before {
  color: #1e85be;
  content: "";
  display: inline-block;
  
  left: 1.5em;
  position: absolute;
  top: 1em;
}
.coupon-accordion span {
  color: #6f6f6f;
  cursor: pointer;
}
.coupon-accordion span:hover, p.lost-password a:hover {
  color: var(--secondary-color);
}
.coupon-content {
  border: 1px solid #e5e5e5;
  display: none;
  margin-bottom: 20px;
  padding: 20px;
}
.coupon-info p.coupon-text {
  margin-bottom: 15px;
}
.coupon-info p {
  margin-bottom: 0;
}
.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
  display: block;
}
.coupon-accordion span {
  color: #6f6f6f;
  cursor: pointer;
}
.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
  color: #FF1111;
  font-weight: 700;
}
.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
  border: 1px solid #e5e5e5;
  height: 36px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px;
}
.buttons-cart input, .coupon input[type="submit"], .buttons-cart a, .coupon-info p.form-row input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}
.form-row > label {
  margin-top: 7px;
}
.coupon-info p.form-row input[type="checkbox"] {
  position: relative;
  top: 2px;
}
p.lost-password {
  margin-top: 15px;
}
p.lost-password a {
  color: #6f6f6f;
}
.coupon-checkout-content {
  display: none;
  margin-bottom: 30px;
}
p.checkout-coupon input[type="text"] {
  height: 36px;
  padding-left: 10px;
  width: 170px;
}
p.checkout-coupon input[type="submit"] {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  height: 36px;
  margin-left: 6px;
  padding: 5px 10px;
  transition: all 0.3s ease 0s;
}
.coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover {
  background: var(--secondary-color) none repeat scroll 0 0;
}
.coupon-accordion span:hover, p.lost-password a:hover {
  color: var(--secondary-color);
}
.checkbox-form h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.country-select {
  margin-bottom: 30px;
  position: relative;
}
.country-select label, .checkout-form-list label {
  color: #333;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 5px 15px;
}
.country-select label span.required, .checkout-form-list label span.required {
  color: #FF1111;
}
.country-select select {
  height: 40px;
  width: 100%;
   border: 1px solid #ddd;
   padding-left:10px;
   font-size:12px;
}
.checkout-form-list {
  clear: both;
  margin-bottom: 30px;
}
.checkout-form-list input{
 background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 42px;
    padding: 0 0 0 10px;
    width: 100%;
}
.checkout-form-list input#cbox {
  float: left;
  height: 0;
  position: relative;
  width: 2%;
}
.create-acc label {
  float: left;
  width: 80%;
  padding-left: 14px;
}
.create-account p{
	font-size:13px;
	color:#777;
}
.ship-different-title label {
  padding-right: 22px;
  font-size:19px;
}
.order-notes textarea {
  height: 90px;
  padding: 15px;
  width: 100%;
}
.your-order {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 30px 40px 45px;
}
.your-order h3 {
  border-bottom: 1px solid #d8d8d8;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
  color: #252525;
}
.your-order-table table {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  width: 100%;
}
.your-order-table table th {
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}
.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid #d8d8d8;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
   color:#777;
}
.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}
.your-order-table table .shipping th {
  vertical-align: top;
}
.your-order-table table .order-total th {
  border-bottom: medium none;
  font-size: 18px;
}
.your-order-table table .order-total td {
  border-bottom: medium none;
}
.your-order-table table tr.order-total td span {
  color: var();
  font-size: 20px;
}
.panel-default > .panel-heading {
  background:none;
  transition:.3s;
  position:relative;
  padding:0px;
}
.panel-group .panel {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
}
.payment-method {
  margin-top: 10px;
}
.payment-accordion .panel-group .panel {
  background: transparent;
}
.payment-accordion .panel-title a {
  color: #6f6f6f;
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  margin-bottom: 10px;
  display:inline-block;
  font-weight:400;
}
.payment-accordion .panel-body {
  border-top: medium none !important;
  padding: 0;
}
.payment-accordion .panel-body p {
  font-size: 14px;
  margin-bottom:0;
  color:#777;
  font-weight:400;
}
.payment-accordion .panel-title a img {
  height: 20px;
  margin-left: 15px;
}
.payment-accordion .panel-heading a::before {
  content: "";
  cursor: pointer;
  display: block;
  
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 0px;
}
.payment-accordion .panel-heading a.collapsed::before {
  content: " ";
}
.payment-accordion  .panel-group .panel {
  margin-bottom: 20px;
}
.order-button-payment input:hover {
  background: var(--secondary-color) none repeat scroll 0 0;
}
.order-button-payment input {
  background: var(--primary-color) none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  height: 50px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
  font-weight:400;
}
.your-order {
  margin-bottom: 50px;
}
.payment-method img{
  width: 50px;
  padding: 0px 5px 0px 5px;
}



/* MY ACCOUNT */


/*----------------------------------------*/
/* 24 	blog
/*----------------------------------------*/
.blog-sidebar-title h4{
	border-bottom:1px solid rgb(235, 235, 235);
	margin: 0 0 30px;
}
.blog-sidebar-title h4 span{
	color: rgb(54, 54, 54);
	display:inline-block;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1;
	padding-bottom: 15px;
	position: relative;
	text-transform: uppercase;
}
.blog-sidebar-title h4 span:before{
  border-bottom: 1px solid var(--primary-color);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;

}
#blog-search{
	border: 1px solid rgb(229, 229, 229);
}
#blog-search input{
	border: medium none;
	color: rgb(95, 95, 95);
	font-size:15px;
	font-weight: 400;
	max-height: 30px;
	outline: medium none;
	padding: 5px 10px;
	width: 80%;
}
#blog-search .submit{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: rgb(95, 95, 95);
	float: right;
	line-height: 30px;
	padding: 0 10px;
	text-align: right;
	width: 20%;
}
.single-blog-sidebar ul.blog-menu li{
  padding: 3px 1px;
  margin-bottom:0;
}
.single-blog-sidebar ul.blog-menu li a{
	color: #444;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	text-decoration:none;
	transition:.3s;
}
.single-blog-sidebar ul.blog-menu li a:hover{
	color:var(--secondary-color);
}

.single-blog-sidebar ul li {
  margin-bottom: 15px;
  overflow: hidden;
}
.single-blog-sidebar ul li .post-thumb{
	float: left;
	margin-right: 10px;
	width: 80px;
}
.single-blog-sidebar ul li .post-info{
  display: inline-block;
}
.single-blog-sidebar ul li .post-info a{
	color: #444;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	text-decoration:none;
	transition:.3s;
}
.single-blog-sidebar ul li .post-info a:hover,.single-blog-main .postinfo-wrapper .post-info h1 a:hover{
	color:var(--secondary-color);
}
.single-blog-sidebar ul li .post-info span{
	color: #5f5f5f;
	display: block;
	font-weight: 400;
}
.single-blog-sidebar ul.tag-list li{
	margin-bottom:0;
	display:inline-block;
}
.single-blog-sidebar ul.tag-list li a{
	border: 1px solid #444;
	color: #444;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	padding: 8px 17px;
	text-transform: capitalize;
	transition:.3s;
	text-decoration:none;
}
.single-blog-sidebar ul.tag-list li a:hover,.single-blog-sidebar .action-button a:hover{
	background:var(--secondary-color);
	border:1px solid var(--secondary-color);
	color:#fff;
}
.single-blog-sidebar .action-button a{
	border: 1px solid #444;
	color: #444;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	padding: 8px 17px;
	text-transform: capitalize;
	transition:.3s;
	text-decoration:none;
}
.single-blog-main {
  overflow: hidden;
}
.single-blog-main .post-thumbnail a img{
	width:100%;
}
.single-blog-main .postinfo-wrapper{
	padding-left: 100px;
	position: relative;
	width: 100%;
}
.single-blog-main .postinfo-wrapper .post-date{
	background: #666666 none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	font-weight: 700;
	left: 0;
	padding: 18px 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 70px;
}
.single-blog-main .postinfo-wrapper .post-date span{
	text-transform:uppercase;
}
.single-blog-main .postinfo-wrapper .post-date span.day{
	display: block;
	font-size: 20px;
}
.single-blog-main .postinfo-wrapper .post-info h1{
	margin: 0 0 20px;
}
.single-blog-main .postinfo-wrapper .post-info h1 a{
	color: #545454;
	font-size: 30px;
	text-decoration:none;
	transition:.3s;
}
.single-blog-main .postinfo-wrapper .post-info .entry-meta{
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	float: left;
	font-weight: 600;
	margin: 0 0 30px;
	padding: 10px 0;
	text-transform: uppercase;
	width: 100%;
}
.single-blog-main .postinfo-wrapper .post-info .entry-meta span{
	color: #909295;
	font-size: 14px;
}
.single-blog-main .postinfo-wrapper .post-info .entry-meta span a,.single-blog-main .postinfo-wrapper .post-info .entry-meta a {
  color: #666666;
  margin: 0 3px;
  transition:.3s;
}
.single-blog-main .postinfo-wrapper .post-info .entry-meta span a:hover,.single-blog-main .postinfo-wrapper .post-info .entry-meta:hover{
	color:var(--secondary-color);
}
.single-blog-main .postinfo-wrapper .post-info p{
	color: #444;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px;
	font-size:15px;
}
.single-blog-main .postinfo-wrapper .post-info > a{
	background: #383838 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	float: left;
	font-size: 13px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	padding: 0 28px;
	text-transform: uppercase;
	transition:.3s;
}
.single-blog-main .postinfo-wrapper .post-info > a:hover{
	background:var(--secondary-color);
}


blockquote {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
  font-style: italic;
  margin: 20px 0;
  padding: 30px 45px;
}
.share-icon{
	clear: both;
	display: inline-block;
	margin: 30px 0 55px;
	overflow: hidden;
}
.share-icon h3 {
  color: #252525;
  float: left;
  font-size: 15px;
  font-weight: 600;
  line-height: 34px;
  margin: 0 20px 0 0;
  text-transform: uppercase;
}
.share-icon ul {
  float: left;
}
.share-icon ul li{
	border-left: 1px solid #e5e5e5;
	line-height: 34px;
	display:inline-block;
}
.share-icon ul li:first-child{
	border-left:0;
}
.share-icon ul li a{
	color: #666666;
	display: inline-block;
	font-size: 22px;
	line-height: 34px;
	padding: 0 25px;
	text-align: center;
	text-decoration:none;
	transition:.3s;
}
.share-icon ul li a:hover,.author-info .author-description h2 a:hover,.postinfo-wrapper .single-reply .comment-author-info a:hover{
	color:var(--secondary-color);
}
.author-info {
  overflow: hidden;
}
.author-info .author-avatar{
	float: left;
	width: 10%;
}
.author-info .author-description{
	float: left;
	padding-left: 20px;
	width: 90%;
}
.author-info .author-description h2{
	color: #252525;
	font-size: 18px;
	margin: 0 0 10px;
	font-weight:600;
}
.author-info .author-description h2 a{
	color: #666666;
	text-transform: capitalize;
	text-decoration:none;
	transition:.3s;
}
.author-info .author-description p{
	color: #6a6a6a;
	font-size: 14px;
	font-weight: 400;
}
.reply-comment-area h3,.user-comment-form-area h3{
	border-top: 1px solid #e5e5e5;
	color: #252525;
	font-weight:700;
	font-size: 24px;
	margin: 0 0 50px;
	padding: 22px 0 0;
}
.postinfo-wrapper .single-reply {
  margin: 0 0 20px;
  overflow: hidden;
}
.postinfo-wrapper .single-reply .comment-author {
  float: left;
  width: 7%;
}
.postinfo-wrapper .single-reply .comment-info {
  border: 1px solid #ececec;
  border-radius: 3px;
  float: right;
  padding: 10px;
  position: relative;
  width: 91%;
}
.postinfo-wrapper .single-reply .comment-info::before {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
  content: "";
  display: block;
  height: 10px;
  left: -5px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}
.postinfo-wrapper .single-reply .comment-author img {
  border-radius: 100%;
}
.postinfo-wrapper .single-reply .comment-author-info a {
  color: #666666;
  font-weight:700;
  font-size:14px;
}
.postinfo-wrapper .single-reply .comment-author-info {
  color: #444;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px;
}
.postinfo-wrapper .single-reply .comment-author-info span {
  color: #444;
  font-size:14px;
  font-weight:500;
  margin-left: 10px;
  margin-right: 10px;
}
.postinfo-wrapper .single-reply .comment-info p {
  color: #6a6a6a;
  font-weight: 500;
}
.user-comment {
  padding-left: 25px;
}
.single-blog-main .postinfo-wrapper  .user-comment-form-area form p{
	color: #444;
	margin-bottom: 20px;
	font-weight:700;
}
.user-comment-form-area form .singl-user-reply label{
	color: #666666 !important;
	font-size: 12px;
	font-weight: 700;
	display:block;
}
.user-comment-form-area form .singl-user-reply label span{
	color: #ff0000;
	font-weight: 700;
}
.user-comment-form-area form .singl-user-reply input{
	background: #fbfbfb none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	height: 30px;
	margin: 0 0 14px;
	outline: 0 none;
	padding: 0 0 0 10px;
	width: 100%;
}
.user-comment-form-area form .singl-user-reply textarea{
	background: #fbfbfb none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	margin: 0 0 14px;
	outline: 0 none;
	padding: 0 0 0 10px;
	width: 100%;
}
.author-info .author-description{
	border: 1px solid #ebebeb;
    padding: 15px 15px;
    width: 100%;
}

.profile-sidebar{
	background: var(--primary-color);
  margin-top: 20px;
}
.profile-sidebar .single-blog-sidebar{
	padding: 10px 10px;
}
.profile-sidebar .single-blog-sidebar ul.blog-menu li a{
	color: #fff;
    font-size: 16px;
    display: block;
    padding: 8px 5px;
}
.profile-sidebar .single-blog-sidebar ul.blog-menu li a i{
  margin-right: 10px;
}
.profile-sidebar .blog-sidebar-title h4 span{
	color: #fff;
	margin-top: 8px;
}
.profile-sidebar .tab-menu{
	padding-bottom: 25px;
}
.profile-sidebar .blog-sidebar-title h4 span:before{
	border-bottom: 1px solid var(--secondary-color);
}
.my-account-page a{
	color: var(--secondary-color);
}
.single-blog-sidebar ul.blog-menu li.active a{
	background: var(--secondary-color);
}
.profile-sidebar ul.blog-menu li a:before{
	color: #fff;
}
.author-info .author-description{
	border: 1px solid #ebebeb;
    padding: 15px 15px;
    width: 100%;
}

.your-order-table table .product-name,
.cart-subtotal th,
.shipping th,
.order-total th{
	text-align: left !important;
}
.your-order-table table .product-total,
.cart-subtotal td,
.shipping td,
.order-total td{
	text-align: right !important;
}
.payment-method .icon{
	width: 35px;
	height: 35px;
	object-fit: contain;
	margin: 0px 5px;
}
/*  */


.Account-form-list select{
  border: 1px solid #eceff8;
    font-size: 14px;
    height: 45px;
    margin-bottom: 25px;
    width: 100%;
}
.Account-form-list input{
  border: 1px solid #eceff8;
  font-size: 14px;
  height: 45px;
  width: 100%;
  background: #fff none repeat scroll 0 0;
     border: 1px solid #e5e5e5;
     border-radius: 0;
     height: 42px;
     padding: 0 0 0 10px;
     width: 100%;
     margin-bottom: 20px;
    
}

 .checkout-form-list input#cbox {
   float: left;
   height: 0;
   position: relative;
   width: 2%;
 }

#input-wrapper label {
  z-index: 99;
  line-height: 28px;
  padding: 5px;
  font-size: 13px;
  background-color: #9d9daf1c;
  height: 42px;
  margin-bottom: 0px;
  position: absolute;
}
#input-wrapper{
  border: solid 1px rgb(176, 176, 176);
  margin-bottom: 10px;
}
.btnn{
  background: #252525 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    margin-top: 16px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 140px;
    margin-bottom: 20px;
}
#other {
  color: #252525;
  font-size: 18px;
  margin: 0 17px 10px;
  font-weight: 600;
}
.single-register input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #eceff8;
  box-shadow: none;
  color: #626262;
  font-size: 14px;
  height: 45px;
  padding-left: 10px;
  width: 100%;
}
.my-account-page{
  margin: 40px 0px 40px 0px;
}


/* SHOP */

/*----------------------------------------*/
/* 22 	shop
/*----------------------------------------*/
/* .breadcrumb-area-1{
	background: rgba(0, 0, 0, 0) url("img/banner/33.jpg") no-repeat fixed center center !important;
	padding: 40px 0;
  } */
  .breadcrumb-area{
    background: rgba(0, 0, 0, 0) url("img/banner/33.jpg") no-repeat fixed center center ;
    padding: 40px 0;
  }
  .breadcrumb-content .breadcrumb-title h3{
    margin-bottom:0;
  }
  .breadcrumb-content .breadcrumb-title h3 a{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height:40px;
    text-transform: uppercase;
  }
  .breadcrumb-content ul{
    padding: 10px 0;
  }
  .breadcrumb-content ul li{
    display:inline-block;
  }
  .breadcrumb-content ul li a{
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
  }
  .breadcrumb-content ul li.active a{
    color: var(--secondary-color);
    font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
  }
  .breadcrumb-content > ul li.active a .fa-angle-right{
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 0 10px;
  }
  .shop-left-title h3{
    color: #ffffff;
      display: block;
      font-size: 18px;
      background: var(--primary-color);
      padding: 13px 0 13px 10px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 20px;
    position: relative;
    text-transform: uppercase;
  }
  .shop-left-title h3:before{
    background: var(--primary-color) none repeat scroll 0 0;
      bottom: -1px;
      content: "";
      height: 2px;
      left: 0;
      max-width: 100%;
      position: absolute;
      width: 100%;
  }
  .shop-left-menu ul li,.shop-left-menu-2 ul li{
    display:block;
  }
  .shop-left-menu ul li a{
    color: #393939;
    font-size: 13px;
    text-transform: capitalize;
    transition:.3s;
  }
  .shop-left-menu ul li a:hover,.shop-left-menu-2 ul li a:hover{
    color: var(--secondary-color);
  }
  .shop-left-menu-2 ul li a {
    color: #393939 !important;
    font-size: 16px;
    line-height: 32px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    position:relative;
  }
  .shop-left-menu-2  ul li > input#rememberme2{
    border:1px solid #393939;
    margin-right:10px;
    margin-top:0;
    transition:.3s;
    border-radius:2px;
    outline:none;
  }
  .shop-left-menu-2  ul li:hover > input#rememberme2{
    border-color:#393939;
  }
  /*
  .shop-left-menu-2 ul li a:before{
    position:absolute;
    content:"";
    border:1px solid #393939;
    border-radius:2px;
    width:12px;
    height:12px;
    left:0;
    top:4px;
  }
  .shop-left-menu-2 ul li.back a:before{
    background:#434A54;
  }
  .shop-left-menu-2 ul li.orange a:before{
    background:#F39C11;
  }
  .shop-left-menu-2 ul li.blue a:before {
    background:#5D9CEC;
  }
  .shop-left-menu-2 ul li.green a:before{
    background:#A0D468;
  }
  .shop-left-menu-2 ul li.yellow a:before{
    background:#F1C40F;
  }
  .shop-left-menu-2 ul li.pink a:before {
    background:#FCCACD;
  }
  */
  .single-shop-left input {
    border: 1px solid #aaa;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    padding: 3px 0;
    text-align: center;
  }
  .ui-widget-content {
    border: 1px solid #ddd;
    height:1px; width: 100% !important; text-indent:2;
  }
  .ui-slider .ui-slider-range {
    background: var(--secondary-color) none repeat scroll 0 0;
    height: 8px;
  }
  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    /* background: #fff url("images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x scroll 50% 50%; */
    border: medium none;
    border-radius: 50%;
    top:-3px;
    border:2px solid #000;
    transition:.3s;
  }
   .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
    border:2px solid var(--secondary-color); 
   }
  .ui-slider .ui-slider-handle {
    cursor: pointer;
    height: 13px;
    position: absolute;
    width: 13px;
    z-index: 2;
  }
  .page-heading{
    overflow:hidden;
  }
  .page-heading .cart-name{
    float:left;
    display:inline-block;
  }
  .page-heading .cart-name span{
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
  }
  .page-heading .heading-counter{
    float: right;
    display:inline-block;
  }
  .page-heading .heading-counter span{
    color: #333333;
    font-size: 13px;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
  }
  .page-bar {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding:  15px 0;
  }
  .shop-tab{
    float:left;
    display:inline-block;
  }
  .shop-tab .tab-menu {
    float: left;
    margin-right:10px;
  }
  .shop-tab .tab-menu ul li{
    display:inline-block;
  }
  .shop-tab .tab-menu ul li a{
    background: #8e8e8e  none repeat scroll 0 0;
    display: block;
    height: 27px;
    text-align:center;
    color:#fff;
    line-height: 27px;
    margin-right: 5px;
    width: 27px;
    transition:.3s;
  }
  .shop-tab .tab-menu ul li.active a,.shop-tab .tab-menu ul li a:hover{
    background: var(--primary-color) none repeat scroll 0 0;
  }
  .toolbar-sorter{
    float: inline-end;
    width: min-content;
  }
  .toolbar-sorter span{
    color: #999999;
    font-size: 12px;
    padding-right:6px;
  }
  .toolbar-sorter .sorter-options {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #666;
    padding: 5px 0;
  }
  .field-limiter{
     float: left;
  }
  .field-limiter .label-title {
    float: left;
    padding-right: 6px;
    margin-top: 6px;
  }
  .field-limiter .label-title span{
    color: #999999;
    font-size: 12px;
    padding-right:6px;
  }
  .field-limiter .control{
    float:left;
  }
  .field-limiter .control .chosen-select{
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #666;
    padding: 5px 0;
  }
  .field-limiter .control span{
    float:right;
    padding-left:6px;
    color: #999999;
    font-size: 12px;
    margin-top: 6px;
  }
  .compare-form{
    float:right;
    display:inline-block;
    margin-top: 6px;
  }
  .compare-form span{
    background: #333 none repeat scroll 0 0;
    border: 0 none;
    font-size:13px;
    color: #fff;
    padding: 4px 15px;
    text-transform: uppercase;
    font-weight:300;
  }
  .compare-form span i {
    font-size: 11px;
    padding-left: 10px;
  }
  .shop .single-product {
    float:left;
      border: 1px solid #ccc;
      margin: 0px 5px;     border-radius: 10px;
      margin-bottom: 10px;
      width: 30%;
  }
  .shop .tab-content .tab-pane .row{
    display: flex;
    flex-wrap: wrap;
  }
  .shop .single-product::before{
    display: none;
  }
  .product-wrapper-2:hover .product-img a img.second {
    opacity: 1;
    transform: translateZ(0px) rotateY(0deg);
    visibility:visible;
  }
  .product-details-2 h3 a{
    color: #393939;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 15px;
    padding: 0;
    text-transform: capitalize;
    text-decoration:none;
  }
  .product-details-2 h3 a:hover{
    color:var(--secondary-color);
  }
  .product-details-2 p{
    color: #666666;
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0;
    padding: 5px 0;
  }
  .product-details-2 .add-to-links ul li {
    opacity: 1;
  }
  .product-button-3 a {
    background: #101010 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 30px;
  }
  .product-button-3 a i{
    padding-right:6px;
  }
  .product-button-3 a:hover{
    background: var(--secondary-color) none repeat scroll 0 0;
  }
  .action-inner{
    clear:both;
  }
  .action-inner .product-button-3{
    float:left;
    display:inline-block;
    margin-right:15px;
  }
  .action-inner .add-to-links {
    display: inline-block;
    float: left;
    margin-top: -6px;
  }
  .availability{
    margin-top:20px;
  }
  .product-details-2 {
    overflow: hidden;
  }
  .availability span{
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 5px 8px;
    background:#000;
  }
  .shop-product{
    box-shadow: none;
    padding: 30px 0;
    overflow:hidden;
  }
  .bb-5{
    border-bottom: 1px solid #f2f2f2;
  }
  .pagination-area{
    overflow:hidden;
    padding-top:20px;
  }
  .pagination-area .product-count{
    float:left;
    display:inline-block;
  }
  .pagination-area .product-count p{
    margin-bottom:0;
  }
  .pagination-area .pagination-number{
    float:right;
    display:inline-block;
  }
  .pagination-area .pagination-number ul li{
    display:inline-block;
  }
  .pagination-area .pagination-number ul li a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #444444;
    color: #000;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition:.3s;
    padding: 0px;
  }
  .pagination-area .pagination>.active>span{
    border-color: var(--primary-color);
      background-color: var(--primary-color);
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
      padding: 0;
  }
  .pagination-area .pagination-number ul li.active a,.pagination-area .pagination-number ul li a:hover{
    background: #444444 none repeat scroll 0 0;
    border: 1px solid #444444;
    color: #fff;
  }
  .ui-menu-item-wrapper:hover {
    border: none !important;
    background: var(--primary-color);
    color: #fff;
   
}
.btn {
font-size: 11px;
}

li.ui-menu-item{
	padding: 0 !important;
}
.ui-widget-content {
    border: none !important;
    
}
.ui-menu-item-wrapper {
    padding: 5px;
    
}
.ui-widget {
    font-size: inherit !important;
}
.product-content h3 {
	height: 23px;
    overflow: hidden !important;
}
.card {
    min-height: 208px !important;
}


.float {
    bottom: 85px !important;
}

.most-popular-product .single-product .product-img {
    height:20rem;
}
.compo-height {
	height: 15rem !important;
}
.latpost  .single-product .product-img {
    height: inherit !important;
}
.padding-increse {
    padding: 24px 0 !important;
}
.product-border {
	border-radius: 6px;
	padding: 10px 10px !important;
}
.pagination>li>a, .pagination>li>span {
    padding: 4px 12px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.shop-left-menu-2 ul li a:hover {
    color: #fff !important;
	padding-left: 5px;
	display: block;
    background: var(--primary-color);
}
.shop-left-area {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.pos_new_product .single-product .product-img {
    height: 24rem;
}
.toolbar-sorter {
  position: relative;
  margin: -15px 0px 5px 0px;
}
.badge {
    padding: 6px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
   background-color: #000;
    border-radius: 5px;
}
.product_reference p span, .product_condition p span {
    color: #fff !important;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    border: none;
    background: #000;
}

.adress_cvr {
    float: left;
    width: 31%;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin: 10px;
    height: 412px;
}
.adress_cvr div {
    padding-bottom: 10px;
}
.adress_cvr a {
    color: #067ef5;
    text-decoration: underline;
}
.price-final del {
    color: var(--primary-color);
    padding-right: 10px;
    font-size: 25px;
    text-decoration: line-through;
}
.container-fluid {
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.about-main-area .single-product .product-img {
    height: 14rem;
}
.about-main-area .product-img a img {
    width: 40%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#shopping-cart-table th {
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
}
td.product-quantity a {
    margin: 6px;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
    color: red;
}
.most-popular-product .product-total .row{
	display: flex;
	flex-wrap: wrap;
}
.header-left-menu.main-menu nav{
    display: flex;
    white-space: nowrap;
}


.accordion-wrap{

}
.collapse-trgger{
	position: relative;
}
.collapse-trgger::after{
	content: "-";
    content: "\f068";
	position: absolute;
	right: 10px;
	top: 10px;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.collapse-trgger.collapsed::after{
	content: "+";
    content: "\f067";
}
.accordion-wrap .panel-heading{
    padding: 6px 0px;
	font-weight: 600;
    border-bottom: 1px solid #d8d8d8;
}
.accordion-wrap .panel-heading .panel-collapse form{
	font-weight: 400;
}
.filter-trigger{
	display: none;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.filter-trigger i{
	margin-right: 10px;
}
.side-filter .close-trigger{
	display: none;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 28px;
	color: var(--primary-color) ;
	opacity: 0.8;
    z-index: 999;
}
.side-filter .close-trigger:hover{
	opacity: 1;
}

.side-filter .custom-btn-red{
	background: var(--primary-color) ;
	margin-top: 15px;
	border-color: var(--primary-color);
	border-radius: 50px;
}
.single-shop-left input{
	width: 100%;
}



/*----------------------------------------*/
/* 23 	product-details
/*----------------------------------------*/
.flex-direction-nav a::before {
  content: "";
  font-size: 38px !important;
}
.flex-direction-nav a.flex-next::before {
  content: "";
}
.flex-control-thumbs .flex-active {
  border: 2px solid #ff5a09;
}
.page-title h1{
	color: #393939;
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 40px;
    border-bottom: 1px solid #c1c1c1;
}
.comments_advices a{
	color: #666666;
	display: inline-block;
	font-size: 13px;
	font-style: italic;
	line-height: 21px;
	margin-bottom: 10px;
	transition:.3s;
	text-decoration: none;
}
.comments_advices a:hover{
	color:var(--secondary-color);
}
.product_reference p,.product_condition p{
	color: #393939;
	font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.product_reference p span,.product_condition p span{
	color: #73c437;
  padding: 5px 5px;
  border-radius: 15px;
  text-align: center;
}
.product_reference .badge-secondary {
  background-color: var(--secondary-color) !important;
  margin-right: 5px;
  margin-bottom: 10px;
}
.product-info-price{
	margin-bottom:10px;
  margin-top: 5px;
}
.product-info-price .price-final span{
	color: #101010;
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
}
.product-info-price .price-final span.tax{
	text-transform: capitalize;
    font-size: 14px;
    color: #25d366;
    display: inline-block;
}
.short_description_block p{
	color: #777777;
	font-size: 14px;
	line-height: 27px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 30px;
	padding: 20px 0;
}
/* .box-cart-bottom{
	padding: 30px 0;
    overflow: hidden;
    float: left;
} */
.box-cart-bottom .add_to_cart {
  display: inline-block;
  float: left;
  margin-right: 12px;
  margin-top: 5px;
}
.box-cart-bottom .add_to_cart a{
	background: var(--primary-color) none repeat scroll 0 0;
    border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	height: 45px;
	line-height: 25px;
	padding: 10px 30px;
	position: relative;
	text-transform: uppercase;
	transition: .3s;
}
.box-cart-bottom .add_to_cart a i{
  margin-right: 5px;
}
.box-cart-bottom .add_to_cart a:hover,.box-cart-bottom .add-to-links-2 ul li a:hover{
	background:#000;
}

.box-cart-bottom .add-to-links-2 {
  display: inline-block;
  float: left;
  margin-top: -6px;
}
.box-cart-bottom .add-to-links-2 ul li{
	display:inline-block;
	margin-right: 12px;
}
.box-cart-bottom .add-to-links-2 ul li a{
	background: #101010 none repeat scroll 0 0;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	transition: .3s;
	width: 45px;
}
.product-add-form{
	overflow:hidden;
	margin-bottom: 12px;
}
.product-add-form form .quality-button label {
  display: inline-block;
  float: left;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  margin-right: 10px;
  margin-top: 8px;
}
.product-add-form form .quality-button input {
  border: 2px solid var(--secondary-color);
  padding: 5px 3px;
  width: 55px;
  border-radius: 5px;
}
.field-limiter-2 .label-title-2 span {
  display: inline-block;
  float: left;
  color:#393939;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  margin-right: 10px;
  margin-top: 4px;
}
.field-limiter-2 .control .chosen-select-2 {
  border: 1px solid #ddd;
  padding: 5px 0;
  width: 100px !important;
}
.attribute_fieldset label{
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	margin-right: 10px;
	color:#393939;
}
.color-varient {
	border-bottom: solid 1px rgb(188, 188, 188);
  padding-bottom: 10px;
  margin-bottom: 10px;
} 
.QuantityAvailable{
  margin-bottom: 20px;
}
.QuantityAvailable span{
	color: #393939;
	font-size: 15px;
	font-style: italic;
	font-weight: 700;
}
.QuantityAvailable a {
  background: none repeat scroll 0 0;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-weight: 800;
  color: rgb(0, 123, 16) !important;
  font-size: 20px;
  margin-top: -3px;
  padding: 5px;
}
.review-count {
    color: var(--secondary-color);
}

.socialsharing_product{
	display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	margin: 5px 0;
	padding: 10px 0;
}
.socialsharing_product span{
	color: #333333;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
}
.socialsharing_product a{
	color: #ffffff;
	font-size: 16px;
	margin: 0 3px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: var(--primary-color);
    text-align: center;
}
.socialsharing_product i{
  height: 20px;
  width: 15px;
    font-size: 13px;
}
.socialsharing_product a:hover{
	color:white;
  background-color: var(--secondary-color);
}
.more-info-area{
  margin-top: 30px;
}
.more-info-area .tab-menu{
  text-align: left;
  border-bottom: solid 1px;
  margin-bottom: 20px;
}
.more-info-area .tab-menu ul li {
	display:inline-block;
}
.more-info-area .tab-menu ul li a{
	color: #9c9c9c;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	padding: 10px 30px;
	position: relative;
	text-transform: uppercase;
	transition: .3s;
	text-decoration:none;
  border-radius: 10px;
}

.more-info-area .tab-menu ul li.active a,.more-info-area .tab-menu ul li a:hover{
	color:#ffffff;
  background-color: var(--primary-color);
}
.more-info-area .tab-menu ul li.active a:before,.more-info-area .tab-menu ul li a:hover:before{
	background: #ed1c24 none repeat scroll 0 0;
}
.more-info-area .rate p{
	font-size: 15px;
    line-height: 30px;
    color: #000 !important;
}
.page-product-box .table-data-sheet{
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #f2f2f2;
	margin: 0 0 20px;
	width: 100%;
}
.page-product-box .table-data-sheet tbody tr{
	border-top: 1px solid #f2f2f2;
}
.table-data-sheet tr td:first-child {
  border-right: 1px solid #f2f2f2;
  color: #333;
  font-weight: 700;
  width: 30%;
}
.table-data-sheet tr td {
  padding: 10px 20px 11px;
}
.table-data-sheet tr.even {
  background: #fdfdfd none repeat scroll 0 0;
}
.review-title a{
	background: #333 none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 10px 15px;
	text-transform: uppercase;
	transition:.3s;
}
.review-title a:hover{
	background:var(--secondary-color);
}
/*----------------------------------------*/
/* 24 	blog
/*----------------------------------------*/
.blog-sidebar-title h4{
	border-bottom:1px solid rgb(235, 235, 235);
	margin: 0 0 30px;
}
.blog-sidebar-title h4 span{
	color: rgb(54, 54, 54);
	display:inline-block;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1;
	padding-bottom: 15px;
	position: relative;
	text-transform: uppercase;
}
.blog-sidebar-title h4 span:before{
  border-bottom: 1px solid #ed1c24;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;

}
#blog-search{
	border: 1px solid rgb(229, 229, 229);
}
#blog-search input{
	border: medium none;
	color: rgb(95, 95, 95);
	font-size:15px;
	font-weight: 400;
	max-height: 30px;
	outline: medium none;
	padding: 5px 10px;
	width: 80%;
}
#blog-search .submit{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: rgb(95, 95, 95);
	float: right;
	line-height: 30px;
	padding: 0 10px;
	text-align: right;
	width: 20%;
}
.single-blog-sidebar ul.blog-menu li{
  padding: 3px 1px;
  margin-bottom:0;
}
.single-blog-sidebar ul.blog-menu li a{
	color: #444;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	text-decoration:none;
	transition:.3s;
}
.single-blog-sidebar ul.blog-menu li a:hover{
	color:white;
}

.single-blog-sidebar ul li {
  margin-bottom: 15px;
  overflow: hidden;
}
.single-blog-sidebar ul li .post-thumb{
	float: left;
	margin-right: 10px;
	width: 80px;
}
.single-blog-sidebar ul li .post-info{
  display: inline-block;
}
.single-blog-sidebar ul li .post-info a{
	color: #444;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	text-decoration:none;
	transition:.3s;
}
.single-blog-sidebar ul li .post-info a:hover,.single-blog-main .postinfo-wrapper .post-info h1 a:hover{
	color:var(--secondary-color);
}
.single-blog-sidebar ul li .post-info span{
	color: #5f5f5f;
	display: block;
	font-weight: 400;
}
.single-blog-sidebar ul.tag-list li{
	margin-bottom:0;
	display:inline-block;
}
.single-blog-sidebar ul.tag-list li a{
	border: 1px solid #444;
	color: #444;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	padding: 8px 17px;
	text-transform: capitalize;
	transition:.3s;
	text-decoration:none;
}
.single-blog-sidebar ul.tag-list li a:hover,.single-blog-sidebar .action-button a:hover{
	background:var(--secondary-color);
	border:1px solid var(--secondary-color);
	color:#fff;
}
.single-blog-sidebar .action-button a{
	border: 1px solid #444;
	color: #444;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	padding: 8px 17px;
	text-transform: capitalize;
	transition:.3s;
	text-decoration:none;
}
.single-blog-main {
  overflow: hidden;
}
.single-blog-main .post-thumbnail a img{
	width:100%;
}
.single-blog-main .postinfo-wrapper{
	padding-left: 100px;
	position: relative;
	width: 100%;
}
.single-blog-main .postinfo-wrapper .post-date{
	background: #666666 none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	font-weight: 700;
	left: 0;
	padding: 18px 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 70px;
}
.single-blog-main .postinfo-wrapper .post-date span{
	text-transform:uppercase;
}
.single-blog-main .postinfo-wrapper .post-date span.day{
	display: block;
	font-size: 20px;
}
.single-blog-main .postinfo-wrapper .post-info h1{
	margin: 0 0 20px;
}
.single-blog-main .postinfo-wrapper .post-info h1 a{
	color: #545454;
	font-size: 30px;
	text-decoration:none;
	transition:.3s;
}
.single-blog-main .postinfo-wrapper .post-info .entry-meta{
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	float: left;
	font-weight: 600;
	margin: 0 0 30px;
	padding: 10px 0;
	text-transform: uppercase;
	width: 100%;
}
.single-blog-main .postinfo-wrapper .post-info .entry-meta span{
	color: #909295;
	font-size: 14px;
}
.single-blog-main .postinfo-wrapper .post-info .entry-meta span a,.single-blog-main .postinfo-wrapper .post-info .entry-meta a {
  color: #666666;
  margin: 0 3px;
  transition:.3s;
}
.single-blog-main .postinfo-wrapper .post-info .entry-meta span a:hover,.single-blog-main .postinfo-wrapper .post-info .entry-meta:hover{
	color:var(--secondary-color);
}
.single-blog-main .postinfo-wrapper .post-info p{
	color: #444;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px;
	font-size:15px;
}
.single-blog-main .postinfo-wrapper .post-info > a{
	background: #383838 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	float: left;
	font-size: 13px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	padding: 0 28px;
	text-transform: uppercase;
	transition:.3s;
}
.single-blog-main .postinfo-wrapper .post-info > a:hover{
	background:var(--secondary-color);
}
/*----------------------------------------*/
/* 25 	blog-details
/*----------------------------------------*/
blockquote {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
  font-style: italic;
  margin: 20px 0;
  padding: 30px 45px;
}
.share-icon{
	clear: both;
	display: inline-block;
	margin: 30px 0 55px;
	overflow: hidden;
}
.share-icon h3 {
  color: #252525;
  float: left;
  font-size: 15px;
  font-weight: 600;
  line-height: 34px;
  margin: 0 20px 0 0;
  text-transform: uppercase;
}
.share-icon ul {
  float: left;
}
.share-icon ul li{
	border-left: 1px solid #e5e5e5;
	line-height: 34px;
	display:inline-block;
}
.share-icon ul li:first-child{
	border-left:0;
}
.share-icon ul li a{
	color: #666666;
	display: inline-block;
	font-size: 22px;
	line-height: 34px;
	padding: 0 25px;
	text-align: center;
	text-decoration:none;
	transition:.3s;
}
.share-icon ul li a:hover,.author-info .author-description h2 a:hover,.postinfo-wrapper .single-reply .comment-author-info a:hover{
	color:var(--secondary-color);
}
.author-info {
  overflow: hidden;
  margin-bottom: 30px;
}
.author-info .author-avatar{
	float: left;
	width: 10%;
}
.author-info .author-description{
	float: left;
	padding-left: 20px;
	width: 90%;
}
.author-info .author-description h2{
	color: #252525;
	font-size: 18px;
	margin: 0 0 10px;
	font-weight:600;
}
.author-info .author-description h2 a{
	color: #666666;
	text-transform: capitalize;
	text-decoration:none;
	transition:.3s;
}
.author-info .author-description p{
	color: #6a6a6a;
	font-size: 14px;
	font-weight: 400;
}
.reply-comment-area h3,.user-comment-form-area h3{
	border-top: 1px solid #e5e5e5;
	color: #252525;
	font-weight:700;
	font-size: 24px;
	margin: 0 0 50px;
	padding: 22px 0 0;
}
.postinfo-wrapper .single-reply {
  margin: 0 0 20px;
  overflow: hidden;
}
.postinfo-wrapper .single-reply .comment-author {
  float: left;
  width: 7%;
}
.postinfo-wrapper .single-reply .comment-info {
  border: 1px solid #ececec;
  border-radius: 3px;
  float: right;
  padding: 10px;
  position: relative;
  width: 91%;
}
.postinfo-wrapper .single-reply .comment-info::before {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
  content: "";
  display: block;
  height: 10px;
  left: -5px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}
.postinfo-wrapper .single-reply .comment-author img {
  border-radius: 100%;
}
.postinfo-wrapper .single-reply .comment-author-info a {
  color: #666666;
  font-weight:700;
  font-size:14px;
}
.postinfo-wrapper .single-reply .comment-author-info {
  color: #444;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px;
}
.postinfo-wrapper .single-reply .comment-author-info span {
  color: #444;
  font-size:14px;
  font-weight:500;
  margin-left: 10px;
  margin-right: 10px;
}
.postinfo-wrapper .single-reply .comment-info p {
  color: #6a6a6a;
  font-weight: 500;
}
.user-comment {
  padding-left: 25px;
}
.single-blog-main .postinfo-wrapper  .user-comment-form-area form p{
	color: #444;
	margin-bottom: 20px;
	font-weight:700;
}
.user-comment-form-area form .singl-user-reply label{
	color: #666666 !important;
	font-size: 12px;
	font-weight: 700;
	display:block;
}
.user-comment-form-area form .singl-user-reply label span{
	color: #ff0000;
	font-weight: 700;
}
.user-comment-form-area form .singl-user-reply input{
	background: #fbfbfb none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	height: 30px;
	margin: 0 0 14px;
	outline: 0 none;
	padding: 0 0 0 10px;
	width: 100%;
}
.user-comment-form-area form .singl-user-reply textarea{
	background: #fbfbfb none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	margin: 0 0 14px;
	outline: 0 none;
	padding: 0 0 0 10px;
	width: 100%;
}
.product-details-area{
  margin-top: 40px;
}
.swiper-slide img{
  padding: 20px;
    border-radius: 5px;
    border: solid 1px #cecece;
}
.swiper_thumb .swiper-slide-thumb-active{
  border: 2px solid var(--primary-color);
  border-radius: 20px;
}
.product-right-cat{
  padding: 10px 10px 10px 40px;
  border-radius: 5px;
  border: solid 1px #cbcbcb;
}
.swiper_thumb .swiper-slide img{
  padding: 5px;
  border: solid 1px #fff;
}
.cover_adon_item [type=radio]:checked+p {
	outline: 2px solid #ed1c24 !important; 
	transition: outline 0.3s ease;
}
.cover_adon_item [type=radio]:checked+img{
	outline: 2px solid #ed1c24 !important; 
	transition: outline 0.3s ease;
}
.cover_adon_item label {
	margin-bottom: 0px !important;
	position: relative;
	margin-right: 3.5px;
	transition: outline 0.3s ease;
}
[type=radio]:checked+img{
  padding: 5px;
}
.product-cat-left{
 
}


/* Order Placed */

#select{
  width:100%;
  padding:9px;
}

#input-wrapper label {
z-index: 99;
line-height: 25px;
padding: 8px;
margin-left: 35px;
font-size: 13px;
background-color: #9d9daf1c;
}

#input-wrapper input {
height: 40px;
text-indent: 74px;
}
.cover-checkout{
  margin-top: 20px;
}




.addon_item_div ul{
  display: flex;
}
.addon_item_div ul li{
  margin-right: 15px;
  border: solid 1px black;
}


/* FRONTEND PAGE SLIDER */


.front-brand-slider .slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.front-brand-slider .slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.front-brand-slider .card{
  border-radius: 25px;
  background-color: #FFF;
}
.front-brand-slider .image-content,
.front-brand-slider .card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.front-brand-slider .image-content{
  position: relative;
  row-gap: 5px;
}
.front-brand-slider .overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--primary-color);
  border-radius: 25px 25px 0 25px;
}
.front-brand-slider .overlay::before,
.front-brand-slider .overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: var(--primary-color);
}
.front-brand-slider .overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.front-brand-slider .card-image{
  position: relative;
  background: #FFF;
  padding: 3px;
}
.front-brand-slider .card-image .card-img{
  object-fit: cover;
}
.front-brand-slider .name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.front-brand-slider .description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.front-brand-slider .button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: var(--primary-color);
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.front-brand-slider .button:hover{
  background: #265DF2;
}

.front-brand-slider .swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.front-brand-slider .swiper-navBtn:hover{
  color: var(--primary-color);
}
.front-brand-slider .swiper-navBtn::before,
.front-brand-slider .swiper-navBtn::after{
  font-size: 38px;
}
.front-brand-slider .swiper-button-next{
  right: 0;
}
.front-brand-slider .swiper-button-prev{
  left: 0;
}
.front-brand-slider .swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.front-brand-slider .swiper-pagination-bullet-active{
  background-color: var(--primary-color);
}

@media screen and (max-width: 768px) {
  .front-brand-slider .slide-content{
    margin: 0 10px;
  }
  .front-brand-slider .swiper-navBtn{
    display: none;
  }
}

.wishlist-table tr{
  border: solid 1px;

}
.wishlist-table td{
  padding-left: 5px;
}
.wishlist-table th{
  padding-left: 5px;
}

div.stars{
  width: 100% !important;
}
label.star{
  float: left !important;
}

/* FORGOT PASSWORD */

.login-title h2{
	color: #202020;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-transform: capitalize;
}
.login-title p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1.6em;
  text-align: center;
}
.login-form{
	border: 1px solid rgba(0, 0, 0, 0.12);
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	padding: 25px 30px;
	width: 100%;
}
.login-form .single-login{
	margin-bottom:15px;
}
.login-form .single-login label{
	color: #626262;
	font-size: 15px;
	font-weight: 400;
	margin-top:7px;
	display:block;
}
.login-form .single-login input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #eceff8;
  padding: 12px 10px;
  width: 100%;
}
.login-form .single-login a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #eceff8;
  display: inline-block;
  padding: 10px 43px;
  color: #626262;
  text-transform: capitalize;
  text-decoration: none;
  float: left;
  transition:.3s;
}
.login-form .single-login a:hover{
	background:#f0ce16;
	color:#fff;
	border: 1px solid #f0ce16;
}
.single-login input#rememberme {
  float: left;
  width: 7%;
  margin-top: 14px;
}
.single-login-2 span {
  float: left;
  margin-top: 10px;
}
.single-login-2{
	overflow:hidden;
}
.login-form > a{
	color: #f0ce16;
	line-height: 24px;
	margin-bottom: 15px;
	font-size:13px;
}
.user-login-area .row{
  display: flex;
  justify-content: center;
}
.user-login-area{
  margin: 60px 0px;
}
.submit-btn a{
  color: white !important;
}
.submit-btn {
  padding-top: 10px;
}


.fade:not(.show){
  opacity: 1 !important;
}


/* PRODUCT TOGGLE BUTTON */



   /* CSS for Toggle Button */
   .toggle-button {
    display: none; /* Hide the button by default */
}

@media (max-width: 768px) {
      .toggle-button {
        display: block;
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
        background-color: var(--primary-color);
        color: white;
        text-align: left;
        font-size: 12px;
        display: flex;
        justify-content: space-between;
      }
      .title-1 h3{
        display: none;
      }

      .categories-toggle {
          display: none; /* Hide the menu by default on smaller screens */
      }

      .categories-toggle.show {
          display: block; /* Show the menu when toggled */
      }

      .single-shop-left#availabilitySection.hide {
          display: none; /* Hide the availability section when toggled */
      }
      .availability-menu {
        display: none; /* Hide the menu by default on smaller screens */
      }

      .availability-menu.show {
          display: block; /* Show the menu when toggled */
      }
      .price-range-toggle {
        display: none; /* Hide the menu by default on smaller screens */
      }

      .price-range-toggle.show {
          display: block; /* Show the menu when toggled */
      }
      .shop-left-title{
        display: none;
      }
}





/* FILTER BUTTON */
.filter-Button {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #cecece;
  padding: 2px 5px;
  margin-bottom: 8px;
}


