:root {
  --main-color: #15AD67;
  --sub-color: #000000;
  --white: #FFFFFF;
}
body {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  color: var(--sub-color);
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
.mt-50{
  margin-top: 50px;
}
.pt-50{
  padding-top: 50px;
}
.pb-50{
  padding-bottom: 50px;
}
.pt-30{
  padding-top: 30px;
}
.pb-30{
  padding-bottom: 30px;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
/* Override the bootstrap defaults */
.slick-slide{
  height: auto;
}
ul,ol{
  padding-left: 0;
  margin: 0;
}
a {
  color: var(--main-color);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus, a:hover,.btn-link:focus, .btn-link:hover{
  text-decoration: none;
  outline: none;
  color: var(--main-color);
}
.form-control:focus{
  box-shadow: none;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 14px;
  font-weight: normal;
}
.list-unstyled a {
  text-decoration: none;
}
.list-inline {
  margin: 0 10px 0 0;
}
.list-inline > li {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
@media (max-width: 991px){
    .container {
        max-width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .container {
        max-width: 100%;
    }
}
@media (min-width:1200px) and (max-width:1409px){
    .container {
        max-width: 1170px;
    }
}
@media (min-width:1410px){
  .container {
       max-width: 1380px;
    }
    .w-78{
      width: 78%;
    }
    .w-22{
      width: 22%;
    }
    #product-category #column-left.col-3{
      width: 20%;
    }
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  z-index: 9999;
}
#alert .alert {
  position: relative;
}
.form-control {
  box-shadow: none;
  border: 1px solid #262626;
  border-radius: 10px;
  font-size: 14px;
  color: var(--sub-color);
  font-weight: 400;
}
.btn-close{
  float: right;
}
@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}
/* header top */
.lage-link a{
  font-size: 14px;
  color: var(--sub-color);
  font-weight: 700;
  text-decoration: underline;
  margin-left: 15px;
  transition: all .3s ease;
  text-underline-offset: 2px;
  text-transform: capitalize;
}
.lage-link a:first-child{
  margin: 0;
}
.ebook{
  padding-bottom: 10px;
}
.ebook-ctn{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ebook-ctn h4{
  font-size: 14px;
  font-weight: 500;
  color: var(--sub-color);
  margin: 0;
}
.ebook-ctn h4 span{
  font-weight: 700;
  color: var(--sub-color);
}
.ebook-ctn h4 a{
  color: var(--sub-color);
  font-weight: 700;
  text-decoration: underline;
  transition: all .3s ease;
}
.lage-link a:hover,.ebook-ctn h4 a:hover{
  color: var(--main-color);
}
.top-wishlist{
  position: relative;
}
#top-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homemenu {
  background-color: #F2F1EE;
  padding: 10px 0;
  position: relative;
}
.homemenu .row{
  align-items: center;
}
.h-search.sub-search{
  display: none;
}
#top-links .huser .xsla,#top-links .huser .xscu{
  display: none !important;
}
.topbsp {
    background-color: #f5f5f5;
    padding: 7px 0;
    position: relative;
}
.hdis span,.huser span{
    font-size: 14px;
    letter-spacing: 0;
    color: var(--sub-color);
    text-align: right;
}
.topbsp svg{
  width: 20px;
  height: 20px;
}
.topbsp li{  
  text-transform: capitalize;
}
.offer_title a {
  font-size: 16px;
  color: var(--sub-color);
  text-transform: capitalize;
  margin: 0 3px;
  cursor: pointer;
  color: var(--sub-color);
}
.offer_title:hover a{
  text-decoration: underline;
}
.xsla .test, .xscu .test{
  font-size: 14px;
  padding: 0;
  border: none;
  transition: 0.3s ease;
}
.hphone{
  margin: 0 20px;
}
.xsla .dropdown-menu, .xscu .dropdown-menu{
  left: auto;
  right: 0;
  color: var(--sub-color);
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #f5f5f5;
  color: var(--sub-color);
}
.dropdown-item{
  color: var(--sub-color);
   
}
.xsla .fa,.xscu .fa{
  font-size: 14px;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
}
.hdis span.main-title {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--main-color);
    font-weight: 600;
    display: block;
}
#top-links ul li svg{
    width: 24px;
    height: 23px;
    fill: none;
    stroke: var(--sub-color);
    cursor: pointer;
    margin-right: 10px;
}
.huser .dropdown-toggle svg{
  fill: var(--sub-color) !important;
  stroke: none !important;
}
#top-links ul li svg:hover, .inuser .dropdown-toggle:hover svg, #cart .dropdown-toggle:hover svg {
    stroke: var(--main-color);
}
.htop{
  align-items: center;
}
.huser .dropdown-menu{
  left: auto !important;
    right: 0 !important;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #888;
  text-shadow: 0 1px 0 var(--white);
}
#top .btn-link {
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444;
}
#top a {
  font-size: 1.1em;
  text-decoration: none;
}
footer a {
  font-size: 1.1em;
  text-decoration: none;
}
.container, .cless{
  padding-left: 12px;
  padding-right: 12px;
}
.rless {
  margin-left: -12px;
  margin-right: -12px;
}
/* search */
#search_block_top .input-group{
  position: unset;
  width: auto;
}
.form-control::placeholder {
  color: #C6C6C6!important;
}
#search .form-control {
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  padding: 0 42px;
  background-color: var(--white);
  border: none;
  border-radius: 10px 0 0 10px;
  color: var(--sub-color);
  font-weight: 600;
}
#search_block_top .input-group-btn{
  display: flex;
  align-items: center;
}
#search .btn-lg {
  width: auto;
  padding: 0 20px;
  border: none;
  height: 40px;
  border-radius: 0 10px 10px 0;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: transparent;
  color: var(--main-color);
}
/* search */
.top-search .desktop-search {
  vertical-align: baseline;
  height: 20px !important;
}
#webibazaar-search-category{
  float: left;
  font-size: 14px;
  border: none;
  height: 40px;
  padding: 10px;
  -moz-appearance: none;
  left: -15px;
  z-index: 99;
  position: relative;
  background: var(--white) url(".../../../../../image/catalog/arrow.png");
  background-position: right bottom 17px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  border-radius:  15px;
  background-color: var(--white);
  color: var(--sub-color);
  display: none;
}
svg{
  vertical-align: middle;
  transition: 0.3s ease
}
.d-search button{
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.search_toggle svg{
  width: 20px;
  height: 20px;
  fill: var(--sub-color);
}
/* result */
.webibazaar-dis{
  padding: 0;
  text-align: left;
}
.webibazaar-search-result .searchbr{
    padding: 4px 10px;
    border-radius: 0px;
    align-items: center;
}
.webibazaar-search-loader{
  position: absolute;
    z-index: 110;
    height: 300px;
    background-color: var(--sub-color);
    border: 1px solid #eee;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.webibazaar-search-result {
  left: 0;
  top: 100%;
  right: 0;
  box-shadow: none;
  background-color: var(--sub-color);
  border-radius: 0px;
  position: absolute;
  z-index: 99;
  max-height: 530px;
  margin-top: 1px;
  min-width: 330px;
  border-radius: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.webibazaar-dis h4{  
  margin-top: 0;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  font-family: 'Amaranth', sans-serif;
  max-width: 215px;
}
.webibazaar-dis .list-des {
    font-size: 14px;
    color: #777;
    text-transform: capitalize;
    color: #282828;
    margin: 0 0 10px 0;
    max-height: 40px;
    overflow: hidden;
}
.webibazaar-dis .price{
  font-weight: 500;
}
.webibazaar-search-result .product-info img{
    border: 1px solid #eee;
    border-radius: 0px;
}
.webibazaar-search-result p{
  margin: 5px 15px;
}
.webibazaar-search-loader .loaders {
    position: absolute;
    top: 35%;
    z-index: 4;
    background: url('../../../../../image/catalog/loader.gif') 50% 50% no-repeat;
    width: 100px;
    height: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.product-thumb .homeadd .cartb img, .btn-primary.btn-section img {
  margin-right: 10px;
  display: inline-block;
}

/* search */  
#top-links ul li #search_toggle svg {
  width: 22px;
  height: 22px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: var(--main-color);
}
/* search */
svg{
  vertical-align: middle;
  transition: 0.3s ease
}
.d-search button{
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
body.active-search .wbSearch {
  opacity: 1;
  transform: translateY(0);
}
.wbSearch{
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  background-color: rgba(0,0,0,.7);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-100%);
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 38px
}
.wbSearch .close-nav i{
    margin-left: 15px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.wbSearch #search_block_top{
  position: relative;
  align-items: center;
  width: 100%;
  max-width: 1000px;
}
/* result */
.webibazaar-dis{
  padding: 0;
  text-align: left;
}
.webibazaar-search-result .searchbr{
    padding: 15px;
    float: left;
    width: 100%;
    border-radius: 10px;
    align-items: center;
}
.webibazaar-search-loader{
  position: absolute;
    z-index: 110;
    height: 300px;
    background-color: white;
    border: 1px solid #eee;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.webibazaar-search-result {
  left: 0;
  top: 100%;
  right: 0;
  box-shadow: none;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  z-index: 99;
  max-height: 530px;
  overflow-y: auto;
  margin-top: 1px;
  display: flex;
}
.webibazaar-dis h4{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  width: 300px;
}
.webibazaar-dis .list-des {
    font-size: 14px;
    color: #777;
    text-transform: capitalize;
    color: #282828;
    margin: 0 0 10px 0;
    max-height: 40px;
    overflow: hidden;
}
.webibazaar-dis .price{
  font-weight: 500;
}
.webibazaar-search-result .product-info img{
    border: 1px solid #eee;
    border-radius: 10px;
}
.webibazaar-search-result p{
  margin: 5px 15px;
}
.webibazaar-search-loader .loaders {
    position: absolute;
    top: 35%;
    z-index: 4;
    background: url('../../../../../image/catalog/loader.gif') 50% 50% no-repeat;
    width: 100px;
    height: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/*img slider*/
.part-1{
  display: inline-block;
}
.part-1 img{
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.imgslider .sliderel:not(:first-child) {
  display: none;
}
.imgslider.slick-slider .sliderel:not(:first-child) {
  display: block;
}
.s-panel{
  position: relative;
}
.slick-dots li button::before {
  font-size: 50px;
}
.slick-dotted.slick-slider{
  margin: 0;
}
.s-panel .slick-dots {
  bottom: 15px;
}
.slideff {
  position: relative;
  overflow: hidden;
  transform: translateX(-100px);
  opacity: 0;
  transition: opacity 0.5s 0.7s, -webkit-transform 0.5s 0.7s;
}
.s-panel .slick-current.slick-active .slideff {
  transform: none;
  opacity: 1;
}
.slidertext {
  position: absolute;
  top: 0;
  left: 14%;
  bottom: 0;
  max-width: 530px;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: left;
}
.slid-dec h5 {
  font-weight: 700;
  font-size: 14px;
  color: var(--white);
  margin: 0;
  background-color: var(--main-color);
  line-height: 12px;
  padding: 8px 15px;
  border-radius: 50px;
  display: flex;
  align-items: center;
}
.slid-dec h5 span{
  background-color: var(--sub-color);
  padding: 2px 5px;
  margin-right: 10px;
  color: var(--sub-color);
}
.slid-dec .part-2 h2 {
  font-weight: 600;
  font-size: 85px;
  color: var(--sub-color);
  margin: 25px 0;
  letter-spacing: 0;
  line-height: 78px;
  background: linear-gradient(to bottom, var(--sub-color) 55%, var(--main-color) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slid-dec .part-2 p {
  font-size: 14px;
  font-weight: 500;
  margin: 0px 0 30px;
}
.imgslider .slick-arrow.slick-prev {
    top: 45%;
    right: auto;
    left: 0;
    transition: 0.3s ease;
}
.imgslider .slick-arrow.slick-next {
    top: 45%;
    right: 0;
    left: auto;
    transition: 0.3s ease;
}
.imgslider .slick-dots li button::before{
    font-size: 0;
    width: 24px;
    height: 9px;
    background: var(--main-color);
}
/* cart */
.accordion-item>.accordion-header, .accordion-button:not(.collapsed) {
  background: #f5f5f5;
  color: var(--sub-color);
}
.accordion-button:focus{
  box-shadow: none;
  border-color: #ddd;
  color: var(--sub-color);
  background: var(--white);
}
.a-one {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.a-one {
    background-color: var(--sub-color);
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    z-index: 99;
}
.alert.alertsuc {
    padding: 13px 12px;
    background-color: var(--sub-color);
    border: 1px solid #ededed;
    color: #666;
    font-size: 14px;
    position: fixed;
    z-index: 99;
    transition: all ease .6s;
    border-radius: 0px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    top: 30%;
    padding: 40px;
    left: 0;
    right: 0;
}
.dropdown-menu {
    border-radius: 10px;
    border: none;
    box-shadow: 0 0px 5px rgb(0 0 0 / 18%);
}
.cartname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px;
    width: 160px;
    font-size: 14px;
    transition: 0.3s ease;
    color: var(--main-color);
}
.cartname a{
  transition: all .3s ease;
}
.cartname a:hover{
  color: var(--sub-color);
}
.cartname:hover{
  color: var(--sub-color);
}
.cartdrop{
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
#cart .btn-danger {
    background-color: var(--white);
    color: #222;
    padding: 0;
    border-color: var(--white);
    border: none;
    transition: all 0.4s ease-in-out 0s;
    box-shadow: none;
}
#cart li tbody tr td{
    font-size: 14px;
}
#cart .dropdown-menu li > div {
    padding: 0 10px;
}
#header-cart > .btn {
  font-size: 14px;
  line-height: 18px;
  color: var(--sub-color);
}
#header-cart .btn-lg {
  padding: 0.65rem 1rem;
}
#header-cart.open > .btn {
  background-image: none;
  background-color: var(--sub-color);
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}
#header-cart.open > .btn:hover {
  color: #444;
}
#header-cart .dropdown-menu {
  z-index: 1001;
}
#header-cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu {
  min-width: 295px;
  padding: 10px 0;
  right: 0 !important;
  left: auto !important;
  border-radius: 10px;
}
#cart .xuser{
  display: inline-block;
}
#cart .cartl {
  display: inline-block;
  text-align: right;
  line-height: normal;
  margin-right: 5px;
  color: var(--sub-color);
}
#cart .dropdown-toggle {
  background: transparent;
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cartprice {
    clear: both;
    position: relative;
    top: -35px;
    left: 70px;
    width: 50%;
    color: var(--sub-color);
    font-size: 14px;
    direction: ltr;
    margin-bottom: -10px;
}
#cart-total{
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
#cart-total strong{
  font-size: 14px;
  color: var(--sub-color);
}
#cart .dropdown-menu p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--sub-color);
}
.cartt {
    background: #fed507;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    line-height: 13px;
    color: var(--sub-color);
    position: absolute;
    top: 0px;
    font-size: 14px;
    margin-left: -17px;
}
.cartna {
  color: var(--sub-color);
  display: block;
  font-size: 14px;
  line-height: 9px;
  text-transform: capitalize;
  margin-bottom: 3px;
  font-weight: 600;
}
.cartl strong {
  font-size: 14px;
  color: var(--sub-color);
}
.cartpsp .btn-danger {
  margin: 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wboffer,.wbleft,.delibg,.blog_webi,.wbcattop,.deliveryinfo,.wbimg,.onsaletop,.specialbg{
  margin-top: 50px;
}
.wbimg,.wbcattop{
  margin-bottom: 50px;
}
.giant-wrapper{
  position: relative;
}
.form-check-input:checked {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.form-check-input:focus{
  box-shadow: none;
}
/* category */
.wbcatimg .giant-item-thumb{
    position: relative;
    transition: .3s all ease;
    margin-bottom: 5px;
}
.giant-wrapper .giant-item-caption {
    text-align: center;
}
.giant-item-thumb .giant-item-caption h2 a{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--sub-color);
    margin: 0;
    transition: 0.3s ease;
}
.giant-item-thumb .giant-item-layout:hover .giant-item-caption h2 a{
    text-shadow: 2px 1px 2px rgb(0 0 0 / 70%);
}
.giant-item-thumb .giant-item-caption h4 a{
    text-transform: capitalize;
    margin: 8px 0 0;
    color: var(--sub-color);    
    font-size: 16px;
    border: 1px solid #ededed;
    padding: 8px 16px;
}
.giant-item-caption h4{  
    margin: 9px 0 10px 0;
}
.giant-item-thumb:hover h4 a{
  color: var(--main-color);
}
.giant-item-caption h6.catepro{
    font-size: 14px;
    color: var(--sub-color);
    text-transform: capitalize;
    margin-bottom: 0;
}
.category-bg{
  background-color: #525252;
}
/* product */
.product-thumb {
  transition: all .3s ease;
  text-align: left;
}
.category-tab {
  padding-bottom: 60px;
}
.tab-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.spebtm{
    padding: 0;
    color: var(--main-color);
    font-size: 18px;
}
.tav-btn .btn span {
  display: inline-block;
}
.heading {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.protitle {
  padding: 15px 0 10px;
  margin-bottom: 0;
  display: block;
  clear: both;
}
.protitle a {
  font-size: 18px;
  transition: .3s ease;
  color: var(--sub-color);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 18px;
}
.protitle:hover,.protitle:hover a{
    color: var(--main-color);
}
.tab-pro .pro-tab{
  display: block;
  text-align: center;
  background-color: var(--white) !important;
  position: relative;
  z-index: 1;
}
.tab-pro .pro-tab li{
  display: inline-block;
  margin: 0 10px;
  background-color: var(--white) !important;
}
.tab-pro .pro-tab li:first-child{
  margin-left: 0;
}
.pro-tab li a {
    border: none;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--sub-color);
    background: transparent;
    border: 1px solid #f5f5f5;
    border-radius: 0px;
    text-align: center;
    padding: 11px 15px;
    display: block;
    transition: .3s all ease;
}
.pro-tab li a.active, .pro-tab li.active > a:focus, .pro-tab li.active > a:hover, .pro-tab.nav-tabs > li > a:hover, .pro-tab.nav > li > a:focus, .pro-tab.nav > li > a:hover {
    background: var(--main-color);
    color: var(--sub-color);
}
.bran {
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0;
  border-radius: 50px;
  background-color: #F2F1EE;
  padding: 0px 10px;
  color: var(--main-color);
}
.bran a {
  font-size: 14px;
}
.slick-arrow .fa{
    color: var(--sub-color);
}
.slick-prev:focus, .slick-next:focus {
  background-color: var(--sub-color);
}
.slick-prev:focus svg, .slick-next:focus svg{
  fill: var(--white);
}
.slick-arrow{
    background: var(--main-color);
    margin: 0 0 0 5px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 5px;
    transition: 0.3s ease;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
}
.slick-arrow svg {
  width: 15px;
  height: 15px;
  margin: 0;
  text-shadow: none;
  transition: 0.3s ease;
  fill: var(--white);
  display: inline-block;
}
.slick-arrow:hover{
  background: var(--sub-color);
}
.slick-arrow:hover svg{
  fill: var(--white);
}
.slick-prev {
  top: 45%;
  right: 60px;
  left: 10px;
  right: auto;
  transition: 0.3s ease;
}
.slick-next {
  top: 45%;
  right: 13px;
  left: auto;
  transition: 0.3s ease;
}
.catlist-des{
  display: none;
}
.rating .fa-star-o, .rating .fa-star {
    color: #ffc600;
    font-size: 14px;
}
.rating .fa-stack {
    font-size: 14px;
}
.rating .fa-star + .fa-star-o {
    color: #ffc600;
}
.rating .fa-stack{
    width: 15px;
    height: 15px;
}
.product-thumb .rating {
  text-align: center;
  display: inline-block;
  color: var(--sub-color);
}
.product-thumb .price {
  font-size: 30px;
  font-weight: 700;
  transition: 0.3s ease;
  letter-spacing: 0;
  display: block;
  color: var(--sub-color);
  line-height: 33px;
  margin: 0;
}
.price-old{
    text-decoration: line-through;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    color: var(--sub-color);
     
}
.tab-content > .tab-pane:not(.active){
    display: block;
    height: 0;
    overflow-y: hidden;
}
/* category tab */
.related .web_option .required,.cattab .web_option{
  display: none !important;
}
.cattab .cart-price{
  display: block;
  margin: 0;
}
.related .product-thumb .homeadd .cartb,.cattab .product-thumb .homeadd .cartb{
  background-color: transparent;
  color: var(--main-color);
  width: unset;
  height: unset;
}
.related .product-thumb .homeadd .cartb:hover,.cattab .product-thumb .homeadd .cartb:hover{
  background-color: transparent;
}
.related .product-thumb .button-group .wish,.cattab .product-thumb .button-group .wish{
  width: unset;
  height: unset;
  border: none;
}
.related .slick-slide div .col .product-thumb {
  margin-bottom: 30px;
}
.related .slick-slide div:last-child .col .product-thumb {
  margin-bottom: 0;
}
.cattab .slick-slide div:first-child .col .product-thumb {
  margin-bottom: 50px;
}
.tab-img{
  position: relative;
}
.tab-img img{
  width: 100%;
  border-radius: 15px;  
}
.tabimg-ctn {
  position: absolute;
  bottom: 20px;
  left: 50px;
}
.tabimg-ctn h2 {
  color: var(--sub-color);
  font-weight: 700;
  font-size: 32px;
  max-width: 200px;
  line-height: 27px;
}
.tabimg-ctn .btn-primary{
  background-color: transparent;
  width: unset;
  height: unset;
  color: var(--sub-color);
  padding: 0;
  display: block;
  font-weight: 700;
  text-decoration: underline;
  text-align: left;
}
.tabimg-ctn .btn-primary:hover{
  background-color: transparent;
  color: var(--main-color);
}
.tabimg-ctn h2 span{
  font-size: 27px;
}
.tab-pro .logo-ctn {
  max-width: unset;
  text-align: center;
}
.cat-tab li:first-child a{
  margin: 0;
}
.cat-tab li a {
  font-size: 14px;
  letter-spacing: 0;
  color: var(--sub-color);
  line-height: 12px;
} 
.cat-tab{
  margin-bottom: 0;
}
/* offer banner */
.offer_bnr .slick-list{
  padding: 0;
}
.beffect{
  position: relative;
}
.offbanner{
  position: relative;
}
.offertext{
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    left: 0;
    width: 450px;
    text-align: center;
    right: 0;
    margin: 0 auto;
}
.offertext h2{
    color: #132A3A;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 35px;
}
.offertext h5{
    font-size: 26px;
    color: #132A3A;
    margin-bottom: 15px;
}
.offertext a.btn-primary,.specialtxt a.btn-primary{
    padding: 11px 40px;
    text-transform: capitalize;
    border-radius: 0px;
    font-size: 16px;
}
/* special banner */
.special-heading{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
}
.special-heading .btn-primary.btn-section{
  margin: 0;
}
.special-heading h2{
  font-weight: 600;
  font-size: 85px;
  letter-spacing: -0.05em;
  color: var(--sub-color);
  margin: 0;
}
.special-heading p{
  font-weight: 400;
  font-size: 14px;
  color: var(--sub-color);
  margin: 0;  
  max-width: 500px;
}
.right-banner {
  background: linear-gradient(180deg, #525252 92%, var(--main-color) 90%);
  padding-top: 60px;
  position: relative;
}
.specialtxt h2{
  color: #132A3A;
}
.specialtxt p{
  font-size: 16px;
  font-weight: 500;
  margin: 15px 0 25px 0;
}
.wbleft .beffect{
  background: #f5f5f5;
  border-radius: 0px;
}
.leftdesc{
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
}
.leftcom h5{
  font-size: 26px;
  margin-bottom: 25px;
}
.leftcom span{
  font-size: 18px;
  display: block;
  margin-bottom: 25px;
}
.leftdesc .dec{
  width: 400px;
  text-align: center;
}
.leftcom{
  margin-left: 30px; 
}
.lefttxt{
  width: 350px;
}
.lefttxt p{
  font-size: 20px;
  color: var(--main-color);
}
.lefttxt h4{
  font-size: 28px;
  color: #132A3A;
  margin: 15px 0 20px;
  font-weight: 600;
}
.lefttxt h2{
  font-size: 40px;
  color: #132A3A;
}
/* special banenr */
/* center banner*/
.wbcenter .container{
  position: relative;
}
.centertxt{
    /* position: absolute; */
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 400px;
    left: 5%;
    text-align: center;
}
.centertxt h2{
    font-size: 24px;
    text-transform: capitalize;
    font-weight: normal;
    margin: 20px 0 20px 0;
    color: #132A3A;
    line-height: 30px;
}
.centertxt h4{
    font-size: 40px;
    color: #132A3A;
}
.centertxt h5{
    font-size: 36px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #132A3A;
    margin: 0;
    font-weight: 600;
}
.centertxt p{
    margin: 0;
    letter-spacing: 0.5px;
    color: #E93D3D;
    line-height: 60px;
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
}
.centertxt a.btn-primary{
    padding: 10px 36px;
    margin-top: 40px;
    font-size: 16px;
    border-radius: 0px;
}
.centertxt a.btn-primary:hover{
    background-color: var(--sub-color);
}
.wbcenter .cen-pad:first-child{
    margin-bottom: 25px; 
}
.bnrrel{
  position: relative;
}
.bnrrel img{
  border-radius: 0px;
}
.cen-pad{
   position: relative;
}
.imgtext{
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    left: 30px;
    width: 300px;
    text-align: left;
}
.imgdec .imgtext h2{
    font-size: 55px;
    color: #132A3A;
}
.imgdec .imgtext h5{
    font-size: 26px;
    color: #132A3A;
}
.imgtext p{
    font-size: 16px;
    color: #132A3A;
    letter-spacing: 0;
}
.imgtext a.btn-primary{
    padding: 9px 26px;
    text-transform: capitalize;
    background-color: #9f715a;
    border-radius: 0px;
}
.imgtext a.btn-primary:hover,.imgtxt a.btn-primary:hover,.offertext a.btn-primary:hover{
  background-color: var(--sub-color);
}
.imgtext a.btn-primary svg,.offertext a.btn-primary svg,.centertxt a.btn-primary svg{
  width: 15px;
  height: 15px;
  margin-left: 10px;
  fill: var(--white);
}
.imgdec{
  position: relative;
}
/* service */
.deliveryinfo{
    border-bottom: 5px solid #e1e1e1;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}
.deliveryinfo .sbr{
    padding: 0;
}
.deliveryinfo [class*="col-"]::after{
    position: absolute;
    content: '';
    display: block;
    width: 50%;
    height: 5px;
    opacity: 0;
    bottom: -4px;
    background-color: var(--main-color);
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.deliveryinfo [class*="col-"]:hover::after{
    width: 100%;
    opacity: 1;
}
.deliveryinfo [class*="col-"]{
  position: relative;
}
.deliveryinfo ul{
    margin-bottom: 0;
    text-align: center;
    position: relative;
    padding: 38px 0;
}
.deliveryinfo li {
    display: block;
    margin: 0 8px;
}
.deliveryinfo li span{
    display: block;
    transition: 0.3s ease;
}
.deliveryinfo li h4{
    font-size: 24px;
    text-transform: capitalize;
    font-weight: normal;
    margin: 8px 0 10px 0;
    color: var(--sub-color);
}
.deliveryinfo li p{
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 16px;
    color: #777;
    line-height: 30px;
}
.deliveryinfo ul:hover li p{
    color: var(--sub-color);
}
.deliveryinfo ul svg{
    width: 48px;
    height: 48px;
}
/* testimonial */
.testi-ctn{
  text-align: center;
  margin-bottom: 30px;
}
.testi-ctn h2{
  font-weight: 500;
  font-size: 76px;
  line-height: 76px;
  color: var(--sub-color);
}
.testi-ctn h4{
  font-weight: 500;
  font-size: 31px;
  line-height: 31px;
  color: var(--main-color);
  margin: 0;
}
.testi-star ul li span{
  color: var(--sub-color);
}
.testi-star ul li span b{
  color: var(--main-color);
}
.testi-origin{
  position: relative;
}
.testi-origin h2{
  font-weight: 400;
  font-size: 21px;
  line-height: 21px;
  letter-spacing: -0.07em;
  color: var(--sub-color);
  margin-bottom: 20px;
}
.testi-dec h4{
  font-weight: 700;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: -0.07em;
  color: var(--sub-color);
}
.testi-origin ul li{
  list-style: none;
}
.testi-origin ul li a:hover{
  color: var(--sub-color);
}
.testi-origin ul li a{
  font-weight: 400;
  font-size: 35px;
  line-height: 46px;
  letter-spacing: -0.07em;
  color: var(--main-color);
  transition: all .3s ease;
}
.testi-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 44px;
}
.parallex .heading{
  margin: 0;
}
.parallex .heading span{
  font-weight: 600;
  font-size: 85px;
  color: var(--sub-color);
  letter-spacing: -0.05em;
  margin: 0;
}
.test-pad .btn-primary.btn-section i span{
  font-size: 0;
}
.parallex .item .timg{    
    display: inline-block;
}
.parallex .item {
  text-align: left;
  border-radius: 0;
  transition: 0.3s ease;
  display: flex !important;
  align-items: center;
}
.parallex .item h2 {
  font-size: 22px;
  text-transform: capitalize;
  color: var(--main-color);
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  max-width: 200px;
  text-align: left;
}
.parallex .item h5 {
  font-size: 14px;
  text-transform: capitalize;
  color: #404040;
  margin: 0;
  font-weight: 500;
}
.testdec span {
  color: var(--sub-color);
  font-weight: 600;
}
.parallex .item h3 {
  color: var(--sub-color);
  font-size: 17px;
  font-weight: 700;
  margin: 5px 0;
  line-height: 17px;
  letter-spacing: 0;
}
.parallex .item p {
  color: var(--sub-color);
  font-size: 14px;
  margin: 0 auto 10px;
  max-width: 240px;
  font-weight: 500;
}
.testi-star {
  display: inline-block;
}
.testi-star ul{
  align-items: center;
}
.testi-star li {
  padding: 0;
  border: 0;
  margin-right: 3px;
  color: var(--sub-color);
  background-color: transparent;
}
.testi-star li span{
  margin-left: 5px;
}
.parallex .owl-pagination{
  top: auto;
}
.parallex .testdec{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
/* onsale product */
.onsale-bg{
  margin-bottom: 60px;
}
.onsale-img .onsatex .logo-ctn h4{
  font-size: 17px;
}
.onsaletop .row{
  align-items: center;
}
.onsaletop .spebtm{
    margin-top: 40px;
    display: block;
}
.onsaletop p{
    color: #707070;
    font-size: 16px;
    line-height: 30px;
}
.onsaletop .heading{
    margin-bottom: 15px;
    display: block;
}
/* top product */
.wdtop .product-thumb{
  display: flex;
  align-items: center;
}
.wdtop .product-thumb .image{
  width: 40%;
}
.wdtop .product-thumb .caption{
  width: 60%;
}
.wdtop .product-thumb .homeadd .cartb{
  background-color: var(--sub-color); 
}
.wdtop .price-old,.wdtop .form-label,.wdtop .form-select,.wdtop .protitle a,.wdtop .product-thumb .price{
  color: var(--white);
}
.wdtop .form-select{
  border: 1px solid var(--white);
}
.top_bg .logo-ctn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: unset;
  margin-bottom: 30px;
}
.top_bg .logo-ctn h2{
  max-width: 400px;
}
.topbg-img{
  background-image: url('../../../image/catalog/topbg-img.jpg');
  background-size: cover;
  width: 100%;
  height: auto;
  border-radius: 20px;
  padding: 30px;
}
.top_bg{
  margin-bottom: 60px;
}
.top_bg .row{
  align-items: center;
}
.left-bnr{
  padding-left: 0;
  margin-left: 0;
  max-width: calc(((100% - 1380px) / 2) + 1380px);
}
.left-bnr .slid-dec h5{
  color: var(--sub-color);
}
.left-bg .logo-ctn .part-1{
  margin-bottom: 15px;
}
.left-bg .logo-ctn h2{
  font-size: 41px;
  line-height: 41px;
}
.left-bg .logo-ctn{
  margin-top: 50px;
}
.left-bg .beffect img{
  width: 100%;
}
.left-bg {
  background: linear-gradient( 180deg, var(--white)77%, var(--sub-color) 70%);
}
.sub-row{
  justify-content: space-between;
  align-items: center;
}
/* countdown product*/
.wbcount .product-thumb{
   align-items: center;
}
.wbcount form{
  width: auto !important;
}
/* newsletter */
.news_img img{
  width: 100%;
}
#common-home .newsletter:before {
  content: "";
  position: absolute;
  background-color: #F2F1EE;
  left: 0;
  right: 30%;
  top: 0;
  bottom: 0;
  border-radius: 0 100px 100px 0;
  z-index: -1;
}
.newsletter .row{
  align-items: center;
}
.newsletter .inner h4{
  color: var(--sub-color);
  font-weight: 700;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: -0.08em;
}
#common-home .newsletter {
  padding: 20px 0;
  position: relative;
  margin: 60px 0;
}
.newsletter .inner strong{
    font-size: 14px;
    text-transform: uppercase;
    color: var(--sub-color);
}
.newsletter .inner h3{
    font-size: 18px;
    font-weight: 600;
    color: #132A3A;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.newsletter .inspire-newsletter{
    max-width: 400px;
    margin: 0 auto;
}
.newsletter .description-top p{
    font-size: 14px;
    margin: 0 auto;
    color: #999;
    margin-top: 10px;
}
.newsletter .form-group{
    width: 100%;
}
.newsletter .new-from input {
  background: transparent;
  border-radius: 50px;
  height: 42px;
  padding: 15px 20px;
  text-transform: lowercase;
  border: 1px solid var(--main-color);
}
.newsletter .new-from .newsbtn {
  height: 42px;
  background: var(--main-color);
  color: var(--white);
  border-radius: 50px;
  position: unset;
  font-size: 14px;
  border: none;
  transition: 0.3s ease;
  padding: 0 50px;
  font-weight: 600;
}
.button-submit .fa{
  font-size: 14px;
  margin-left: 10px;
}
.newsletter .new-from .newsbtn svg{
    height: 24px;
    width: 23px;
    margin-left: 10px;
    fill: var(--main-color);
}
.newsletter .new-from .newsbtn:hover svg{
    fill: var(--white);
}
.newsletter .new-from .newsbtn:hover{ 
    background: var(--sub-color);
}
.newsletter .alert{
    padding: 5px 10px;
    margin-top: 15px;
    text-align: left;
    border-radius: 10px;
}
.newsletter .inner h2 {
  color: var(--sub-color);
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  margin: 0;
  letter-spacing: 0;
}
.newsletter .inner h2 span{
  color: var(--main-color);
  font-weight: 700;
}
.news-p {
  color: var(--sub-color);
  font-size: 14px;
  font-weight: 400;
  margin: 30px 0;
}
.new-from .field{
  position: relative;
}
.new-from .field .button-submit{
  position: absolute;
  top: 0;
  right: 0;
}
#formNewLestter .inner{
  max-width: 490px;
}
/* blog */
.blog-head-section .logo-ctn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: unset;
  margin-bottom: 50px;
}
.blog-head-section .logo-ctn h2{
  max-width: 360px;
}
.blog-left:hover .webi_post_hover {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scale(0.9,0.9);
}
.blog-left:hover .blog_mask {
    visibility: visible;
}
.webi-single-blog .webi-blog-image {
    position: relative;
    margin-bottom: 15px; 
}
.webi_post_hover {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    -webkit-transform: scale(0.8);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
    border-radius: 0px;
}
.webi_post_hover .icon {
   border-radius: 0px;
   transform: translate(-50%, -50%);
   padding: 12px 12px;
   display: inline-block;
   line-height: 0px;
   background: var(--main-color);
   color: var(--sub-color);
}
.webi_post_hover .icon:hover{
  background-color: var(--sub-color);
  color: var(--sub-color);
}
.blog-ic {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
}
.blog_webi .blog-right{
    padding: 15px;
    text-align: left;
}
.blog_webi .blog-right h4{
    font-size: 22px;
    text-transform: capitalize;
    line-height: 28px;
    padding: 0 0 15px;
    font-weight: 600;
    overflow: hidden;
    margin: 0;
    color: var(--main-color);
    height: 58px;
}
.blog_webi .blog-right p{
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blogshadow{
    margin-bottom: 0;
    border-radius: 0px;
    position: relative;
}
.blog_webi .blog-right .read_more {
    text-transform: capitalize;
    padding: 8px 20px;
    background: var(--main-color);
    display: inline-block;    
    color: var(--sub-color);
    font-size: 14px;
    transition: 0.3s ease;
    margin-top: 20px;    
    text-align: center;
    transition: 0.3s ease;
    font-weight: 600;
    letter-spacing: 0.8px;
}
.blog_webi .blog-right .read_more:hover {
     background: var(--sub-color);
     color: var(--sub-color);
}
.blog_webi .blog-right .read_more svg{
      width: 20px;
      height: 19px;
      margin-left: 10px;
      fill: var(--main-color);
      transition: 0.3s ease;
}
.blog_webi .blog-right .read_more:hover svg{
     fill: #fff;
}
.blog-hed .buttons-see-all{
  float: right;
}
.blog-hed .buttons-see-all .btn{
  padding: 8px 30px;;
  border-radius: 0;
}
.blogdt {
  background: transparent;
  border-radius: 0;
  color: #404040;
  font-size: 14px;
  font-weight: 500;
}
.blogdt .blogmo{
    margin-left: 2px;
}
/* singel blog page*/
.workdo_blog_page .blogdt{
  margin-bottom: 10px;
}
.blog-header .sub-homemenu{
  background-color: var(--sub-color);
}
.blog-header .day p,
.blog-header .sub-manu .dropdown-item{
  color: var(--sub-color);
}
.blog-page-bg {
  background-image: url('../../../image/catalog/blog-bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 0px 0 50px 0;
  margin: 0 0 40px 0;
}
.blog-ctn .btn-primary.read_more {
  width: 144px;
  height: 44px;
  background-color: var(--main-color);
  color: var(--white);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  border-radius: 50px;
}
.blog-ctn .btn-primary.read_more:hover{
  background-color: var(--sub-color);
}
.blog-page-bg .breadcrumb > li.breadcrumb-item > a{
  color: var(--white);
}
.blog-page-bg .breadcrumb > li a::after{
  color: var(--white);
}
.blog-ctn{
  max-width: 480px;
}
.blog-ctn h2{
  font-weight: 700;
  font-size: 36px;
  color: var(--white);
  margin-bottom: 20px;
}
.blog-ctn p{
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
.blog-page-bg .back-to-home a{
  color: var(--white);
}
.blog-page-bg .back-to-home img {
  filter: brightness(10);
}
.blog-heading span {
  font-weight: 700;
  font-size: 36px;
  color: var(--sub-color);
}
.webi-blog-image{
  position: relative;
}
.write-comment a{
  color: var(--sub-color);
   
}
.write-comment a .fa{
  margin-right: 5px;
}
.bcomment {
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 30px;
}
.view-comment i {
    font-size: 16px;
    line-height: 30px;
    color: var(--sub-color);
}
.date span {
    margin: 0 20px;
}
#common-success .float-center .btn-primary{
	margin:	0 auto;
}
.wco {
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #777;
}
.blogu span {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 23px;
}
.sngblog h3 {
  font-size: 40px;
  color: var(--sub-color);
  margin: 0;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-weight: 700;
}
.blogal .btn-primary{
  margin-top: 15px;
}
.workdo-single-blog img{
  padding: 0;
  border: 0;
}
.pl-0{
  padding-left: 0 !important;
}
.sngblog p {
  font-size: 14px;
  color: var(--sub-color);
  line-height: 22px;
}
.webi-single-blog .buttons{
  margin-top: 15px;
}
.allcomment{
  text-align: left;
}
.allcomment .blog_links{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.allcomment h5{
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  line-height: 23px;
}
.blog_comment{
  padding-right: 15px;
}
.allcomment .blog-desc {
    overflow: hidden;
    margin: 15px 0;
    max-height: 80px;
    overflow: hidden;
}
.allcomment .blog_links{
    margin-bottom: 5px;
    margin-top: 0;
}
.webi_blog_page .panel-default{
    margin-bottom: 30px;
}
@media (max-width: 478px) {
  #header-cart .dropdown-menu {
    width: 100%;
  }
  #header-cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#header-cart .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
/* menu */
.container_wb_megamenu .navbar-header .cate{
  font-size: 20px;
}
#menu .navbar-nav li a i {
    margin: 0 6px;
    font-size: 14px;
}
#menu .navbar-collapse .navbar-nav{
  display: block;
}
.wrmenu button svg{
  width: 20px;
  height: 20px;
  margin-right: 10px; 
}
.navbar{
  min-height: auto;
  margin-bottom: 0;
  border: none;
  display: block;
  padding: 0;
}
.menusp{
  margin-top: 0;
  display: flex;
  align-items: center;
}
#menu .navbar-nav li a{
    font-size: 16px;
  text-transform: uppercase;
  padding: 8px 0;
  font-weight: 600;
}
#menu .navbar-nav li .dropdown-menu a{
  font-size: 14px;
  padding: 3px 2px;
  text-transform: capitalize;
  font-weight: normal;
  color: var(--sub-color);
}
#menu .navbar-nav li .dropdown-menu a::after,#menu .navbar-nav li .more-menu a::after{
  display: none
}
.wrmenu .navbar-toggle {
    display: block;
    float: left;
    border-radius: 100%;
    padding: 0;
    background: transparent;
    border: none;
}
.homemenu .flex{
  align-items: center;
}
.topright li a{
  font-size: 16px;
  padding-left: 40px;
  text-transform: capitalize;
}
.topright li a:hover{
  text-decoration: underline;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner ul li a:hover {
  color: var(--main-color);
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 14px;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 14px;
}
#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: var(--sub-color);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: var(--sub-color);
  border-color: var(--sub-color);
  font-size: 0.9em;
}
#menu .nav li {
  display: inline-block;
}
#menu .nav li:first-child{
  padding-left: 0;
}
#menu .navbar-nav > li > a {
  color: var(--sub-color);
  min-height: 15px;
  padding-right: 15px;
  background-color: transparent;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  transition: all .3s ease;
}
#menu .navbar-nav > li > a img{
  margin-right: 4px;
  margin-top: -3px;
}
#menu .navbar-nav > li > a:hover {
  background-color: transparent;
  color: var(--main-color);
  text-decoration: underline;
  text-underline-offset: 25px;
  font-weight: 700;
}
#menu .dropdown-inner .dropdown-submenu .submenu-title {
    font-weight: 600;
    font-size: 15px;
     
    padding: 0;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: var(--sub-color);
    line-height: 25px;
}
#menu .dropdown-inner .dropdown-submenu .submenu-title:hover{
    color: var(--main-color);
}
#menu .dropdown-inner .dropdown-submenu ul.grand-child li {
    padding: 0;
}
/* product page */
.web_option .required{
  width: 80%;
}
#product-info .breadcrumb > li.breadcrumb-item > a,#form-product .list-inline > li{
  color: var(--sub-color);
}
.magnific-popup .img-thumbnail {
  padding: 0;
  background-color: transparent;
  border: transparent;
  border-radius: 0;
  width: 100%;
}
.zoom-left .gallery_img .slick-slide{
  height: auto;
}
.pro-banner .section-bottomtitle{
  color: #525252;
}
.pro-banner .btn-primary.btn-section{
  background-color: #525252;
}
.pro-banner .btn-primary.btn-section img{
  filter: brightness(10);
}
.custom-banner{
  display: flex;
  align-items: center;
}
#rt{
  padding-top: 0; 
}
/* .sub-product .related .product-thumb:hover{
  background-color: transparent;
} */
.sub-product {
  padding-bottom: 60px;
}
.related .form-select,.related .form-label{
  color: var(--sub-color);
}
.related .protitle a:hover{
  color: var(--sub-color);
}
.related .product-thumb .row{
  align-items: center;
}
#form-review{
  margin-bottom: 60px;
}
#product-info .left-heading{
  color: var(--sub-color);
  font-family: 'Outfit';
  font-size: 14px;
}
#product-info .sub-product .slick-slide{
  height: auto;
}
.p-des p img {
  margin: 0 auto;
  justify-content: center;
  display: flex;
}
.p-des-title h3{
  display: none;
}
.product-header .wc-total span, .product-header .cartt {
  width: 12px;
  height: 12px;
  font-size: 8px;
  line-height: 12px;
}
#product-info .pcrt.compare {
  color: var(--sub-color);
  display: block;
  margin-bottom: 0;
  font-size: 14px;
}
#product .wish {
  margin-left: 10px;
  padding: 0;
  width: 46px;
  height: 46px;
  border: 1px solid #262626;
  border-radius: 50px;
}
.product-name {
  color: var(--main-color);
  font-size: 14px;
  background-color: #EBEBEB;
  height: 21px;
  width: 50px;
  display: block;
  text-align: center;
  border-radius: 50px;
  font-weight: 700;
}
.t-none{
  padding: 0 15px;
}
.t-none .products-specific{
  margin-top: 80px;
}
.p-bg {
  background-color: #F2F1EE;
}
.bg-main-color{
  background: var(--main-color);
  padding-top: 30px;
  padding-bottom: 30px;
  width: 18px;
  height: 18px;
  fill: var(--white);
  margin-right: 6px;
}
.related .slick-track{
  margin: 0;
}
.pro-content .pcrt.compare svg ,.pro-content .pcrt.wish svg{
  fill: var(--sub-color);
  width: 18px;
  height: 18px;
}
.pro-content .pcrt.compare svg{
  margin-right: 10px;
}
.btn-group .btn{
  color: #777;
  font-size: 16px;
}
.btn-group .btn.active{
  z-index: 0;
}
.btn-group .btn:hover{
  color: var(--main-color);
}
.btn-group .btn .fas{
  margin-right: 10px;
}
.product-tab .tab-content > .tab-pane:not(.active){
  display: none;
}
.pro-content .qty-flex{
    margin-top: 20px;
    display: flex;
}
.qty-flex .form-label{
    margin-bottom: 0;
}
.pro-content .qty-plus-minus {
    /* border: 1px solid #eee; */
    border-radius: 0;
    display: inline-block;
    margin-right: 10px;
}
.pro-content .qty-plus-minus .form-control {
    width: 33px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: none;
    height: 40px;
    background-color: var(--main-color);
    padding: 0;
}
.pro-content .rating li {
    display: inline-block;
    text-transform: capitalize;
     
    color: var(--sub-color);
}
.proreview {
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
    margin: 0 30px;
    padding: 0 30px;
}
#form-product .form-select {
  width: 40%;
  background-repeat: no-repeat;
  color: var(--sub-color);
}
.pro-content h1 {
  font-size: 36px;
  text-transform: capitalize;
  color: var(--sub-color);
  font-weight: 700;
  line-height: 36px;
  margin: 10px 0;
}
#form-product .required,#form-product h3{
  color: var(--sub-color);
}
.p-detls {
  color: var(--sub-color);
  font-size: 14px;
}
.des-section {
  padding-bottom: 15px;
  color: var(--sub-color);
}
.p-des-title h3{
  font-size: 40px;
  color: var(--sub-color);
  font-weight: 700;
}
.p-des p{
  font-size: 14px;
  color: var(--sub-color);
  line-height: 22px;
  max-width: 390px;
  margin: 0;
  word-break: break-all;
}
.p-des .table{
  border-color: var(--sub-color);
}
.products-specific .list-unstyled{
    display: inline-block;
    margin-right: 30px;
    color: var(--sub-color);
    font-size: 14px;
}
.products-details{
    color: var(--sub-color);
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.p-reviews .form-control{
  border-color: var(--sub-color);
  background-color: transparent;
  border-radius: 10px;
  color: var(--sub-color);
}
#form-review h2{
  color: var(--sub-color);
}
.products-specific .list-unstyled a{
  color: var(--sub-color);
}
.text-decor, .text-de {
      text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 110px;
    display: inline-block;
    line-height: 25px;
}
.text-decor-bold h2 {
    font-weight: 600;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
}
.product-tab {
    margin-top: 30px;
    margin-bottom: 40px;
    border: 1px solid #ededed;
    border-radius: 0;
}
.product-tab .nav-tabs > li > .nav-link.active, .product-tab .nav-tabs > li.active > a:focus, .product-tab .nav-tabs > li.active > a:hover {
    color: var(--main-color);
    cursor: default;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.product-tab .nav > li > a {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--sub-color);
}
.product-tab .nav-tabs li .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    transition: all .3s ease-in-out;
    width: 0;
    border-bottom: 2px solid var(--main-color);
    left: 0;
}
.product-tab .nav-tabs li.nav-link.active::after {
    height: 2px;
    width: 100%;
} 
.product-tab .nav > li > a:focus, .product-tab .nav > li > a:hover, .product-tab .nav-tabs > li > a {
    border: none;
    background: transparent;
}
.product-tab li {
    margin: 0 10px;
}
.product-tab .tab-pane {
    padding: 15px;
}
#tab-review #review {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 0;
}
#tab-review #review p {
    margin-bottom: 0;
    font-size: 14px;
}
.text-decor-bold h2 {
  margin: 10px 0;
  font-weight: 700;
  font-size: 33px;
  color: var(--sub-color);
}
.pro-content #product #button-cart {
  color: var(--white);
  background-color: var(--main-color);
  letter-spacing: -0.02em;
  font-size: 14px;
  font-weight: 600;
  border-radius: 14px;
  transition: all .3s ease;
}
.pro-content #product #button-cart:hover{
  background-color: var(--sub-color);
}
.pro-content #product #button-cart img{
  margin-right: 10px;
}
.gal-img #gal1 .slick-slide {
  margin: 0px 20px 10px 20px;
  border: 1px solid var(--main-color);
  border-radius: 10px;
}
.pro-content .rating {
  margin-bottom: 10px;
  margin-top: 15px;
  display: inline-block;
  margin-left: 30px;
}
.form-rating .form-rating-container, .radi .form-rating,.radi label{
    display: inline-block;vertical-align: middle;margin: 0
}
.form-rating .form-rating-container label,
 .form-rating .form-rating-container:hover label {
  margin-bottom: 0;
  cursor: pointer;
  width: 15px;
}
#tab-review .fa-stack-2x {
    color: #ffc600;
}
.form-rating .form-rating-container input {
    display: none
}
.form-rating .form-rating-container:hover label:hover i.fa-star-o,
.form-rating .form-rating-container:hover label:hover~label i.fa-star-o {
    color: #ffc600;
}
.form-rating input:checked~label i.fa-star,.form-rating input:checked~label i.fa-star-o,.form-rating .form-rating-container:hover label:hover i.fa-star,
.form-rating .form-rating-container:hover label:hover~label i.fa-star {
    color: #ffc600;
}
.form-rating .form-rating-container label i.fa-star-o, .form-rating .form-rating-container:hover label i.fa-star-o, .form-rating .form-rating-container label i.fa-star, .form-rating .form-rating-container:hover label i.fa-star {
    color: #d9d9d9;
}
.form-rating .form-rating-container, .radi .form-rating, .radi label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.rsep {
    padding: 0 20px;
}
.crspc {
    padding: 10px 0;
}
/* zoom */
.pro-bg {
  /* max-width: 800px; */
  position: relative;
  border: 1px solid #E2DFD6;
  border-radius: 10px;
}
.zoomLens{
  border: none !important;
  background-color: rgb(153, 153, 153) !important;
  border-radius: 10px;
}
.zoomWindow {
  border: 1px solid #eee !important;
  border-radius: 10px;
  transform: translate(-263%, -0%);
}
@media(min-width: 768px){
  .wbtesti-vertical .slick-prev{
    top: 140px;
    right: 0;
    left: 0;
    background: transparent;
    border: 0;
  }
  .wbtesti-vertical .slick-next{
    bottom: 140px;
    top: auto;
    right: 0;
    left: 0;
    background: transparent;
    border: 0;
  }
 .wbtesti-vertical .slick-arrow svg{
    rotate: 90deg;
  }
  .wbtesti-vertical .slick-arrow svg:hover{
    fill: #3A1C36;
  }
}
/* account page */
#wishlist .price b{
  font-size: 16px;
  color: var(--main-color);
}
.accolumn.list-group a.logu {
    padding: 10px 0;
    color: var(--sub-color);
}
#account-account .achead {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 0;
  color: var(--sub-color);
}
#account-account.acpage #content[class*="col-"] a {
  display: inline-block;
  border: 1px solid #262626;
  width: 100%;
  padding: 25px 25px;
  border-radius: 0;
  margin-bottom: 30px;
}
#account-account.acpage #content[class*="col-"] a:hover{
  background-color: var(--main-color);
  color: var(--sub-color);
}
#account-account.acpage #content[class*="col-"] span:first-child {
    padding-right: 20px;
}
#account-account.acpage #content[class*="col-"] span:last-child {
    font-size: 15px;
    font-weight: 500;
    color: var(--sub-color);
}
#account-account.acpage #content[class*="col-"] span:last-child span {
    font-size: 14px;
    font-weight: 400;
    color: var(--sub-color);
    margin-top: 6px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}
#account-account.acpage #content[class*="col-"] span svg {
    fill: var(--main-color);
}
.acco span {
    display: inline-block;
    vertical-align: middle;
}
.accolumn {
    box-shadow: 0px 0 3px 2px rgb(0 0 0 / 5%);
    border-radius: 0;
    padding: 15px 0px;
}
.accolumn h3 {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-top: 0;
    padding: 0 20px;
    color: var(--sub-color);
     
}
.accolumn h3 svg {
    fill: var(--main-color);
    margin-right: 10px;
}
.accolumn.list-group a {
    border: none;
    padding: 10px 50px;
    font-size: 14px;
    font-weight: 400;
    color: var(--sub-color); 
    transition: all .3s ease;
}
.accolumn.list-group a:hover{
  color: var(--main-color);
}
.accolumn hr {
    border-top: 1px solid #eee;
}
.accolumn.list-group a.logu {
    padding: 10px 0;
    color: var(--sub-color);
}
.accolumn h3 a {
    font-size: 16px;
    font-weight: 600;
    color: var(--sub-color);
    padding: 0;
    display: inline-block;
    margin-top: 0;
    padding: 0 0px;
}
.btn-danger, .btn-info {
    color: #ffffff;
    background-color: var(--main-color);
    transition: 0.3s ease;
}
/* category page */
.page-item:last-child .page-link,.page-item:first-child .page-link{
  border-radius: 0;
}
.product-list .you-save,
.product-grid .you-save{
  background-color: #DCDCDC;
  color: var(--main-color);
}
.product-grid .product-thumb:hover {
  background-color: transparent;
}
#product-category .back-to-home a {
  font-size: 14px;
}
.category-page{
  background-color: #F2F1EE;
}
.back-to-home {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 9px;
}
.back-page {
  padding: 30px 0;
}
#product-info .back-page {
  padding: 30px 10px;
}
#product-info .back-to-home a{
  color: var(--sub-color);
}
#product-info .back-to-home a:hover{
  color: var(--main-color);
}
.back-to-home a {
  color: var(--sub-color);
  font-size: 14px;
  text-transform: none;
  transition: all .3s ease;
}
#product-info .breadcrumb > li.breadcrumb-item > a:hover, #form-product .list-inline > li a:hover ,.breadcrumb > li.breadcrumb-item > a:hover ,.back-to-home a:hover{
  color: var(--main-color);
}
.cat-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--sub-color);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 15px;
}
.cat-desc{
  color: var(--main-color);
  font-size: 14px;
  line-height: 25px;
  max-width: 500px;
}
#compare-total {
    padding: 0;
    font-weight: 500;
    margin-top: 0;
    color: var(--sub-color);
}
#product-category .card .list-group-item{
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;  
  text-transform: uppercase;
  color: var(--sub-color);
  border-color: #f0f0f0;
}
#product-category .list-group-item {
  padding: 5px 0px;
  color: var(--sub-color);
  font-weight: 600;
  font-size: 14px;
  border: 0;
}
#product-category .list-group-item.active{
  font-weight: 700;
}
.catesort label {
    background-color: var(--sub-color);
    border: none;
    color: #1e1e1e !important;
}
.cathed {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.catlistpage.list-group a.active, .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover, .catlistpage.list-group a.active:hover {
    background: #fff;
    color: var(--main-color);
    border: 1px solid #eee;
    z-index: 0;
}
.catlistpage a {
    display: block;
    line-height: 32px;
    font-size: 14px;
    text-transform: capitalize;
    border: none;
    padding: 0;
}
.catfilter .card-header {
    background: transparent;
    border: none;
    color: var(--sub-color);
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.catfilter .list-group-item{
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 0;
    font-weight: 300;
}
.card {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
}
.card-footer{
  background-color: transparent;
}
.refines h3{
    text-transform: capitalize;
    font-size: 16px;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 10px;
     
    color: var(--sub-color);
}
.refines li a {
  border: 1px solid #f0f0f0;
  font-size: 14px;
  padding: 4px 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-transform: capitalize;
  margin-bottom: 4px;
  font-weight: 600;
  border-radius: 10px;
  color: var(--sub-color);
  transition: all .3s ease;
}
.refines li a:hover{
  background-color: var(--main-color);
  color: var(--white);
}
.refines li{
  display: inline-block;
}
.refines ul{
  padding-left: 0;
}
.cate-top {
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0px;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-filter{
  width: 80%;
  padding: 10px 12px !important;
  border-radius: 50px !important;
  font-weight: 600;
}
.listgridbtn {
    background-color: transparent;
    padding: 0 !important;
    margin: 0 7px;
    border: none;
    box-shadow: none;
}
.lgrid .active svg {
    fill: var(--main-color);
    cursor: pointer;
}
.catesort label {
    background-color: transparent;
    border: none;
}
.form-select {
  box-shadow: none;
  border: 1px solid #706B6B;
  background: transparent;
  color: #706B6B;
  padding: 0 10px;
  font-size: 14px;
  height: 35px;
  width: 100%;
  border-radius: 10px !important;
  font-weight: 500;
}
#product-info .form-select:active,#product-info .form-select:focus{
  border: 1px solid #fff;
}
.form-select option{
  color: var(--sub-color);
}
.catesort .input-group .form-select{
    color: var(--sub-color);
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination .page-item.active .page-link, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    z-index: 0;
    color: var(--sub-color);
}
.pagination .page-link{
    color: var(--main-color);
    padding: 7px 12px 5px 12px;
    background-color: transparent;
    border-color: var(--main-color);
}
.pagination .page-link:focus{
  box-shadow: none;
}
.product-grid .col,.product-list .col{
    margin-bottom: 30px;
}
.lgrid .active svg {
    fill: var(--main-color);
    cursor: pointer;
}
.product-list .homeadd .input-group{
  margin-right: 10px;
}
.product-list .select-product-option .form-select{
  max-width: 250px;
}
.product-list .product-thumb h4{
    font-size: 26px;
    text-align: left;
    height: auto;
}
.catlist-des{
    display: none;
}
.product-list .catlist-des{
    display: block;
}
.catlist-des {
    color: #727272;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.input-group .input-group-text {
    font-size: 14px;
    height: 39px;
    color: var(--sub-color);
}
.input-group .form-select{
    font-size: 14px;
}
.pagi {
    margin: 0;
    padding: 8px 0;
    border: 1px solid #eee;
    border-radius: 10px;
}
.pagi .tot {
    line-height: 34px;
    font-size: 14px;
}
#product-category .card-header{
    color: var(--sub-color);
    background-color: transparent;
    border: none;
     
    border-radius: 0px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
    padding-left: 0;
}
/* other page  */
.cate-border {
    margin: 0 0 20px 0;
    padding: 10px 0px;    
    border-radius: 0px;
    align-items: center;
}
.cate-border .mb-3{
  margin-bottom: 0 !important;
}
.subheading, .acpage h1, .not-found-head {
    border-bottom: 1px solid #eee;
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--sub-color);
    padding-bottom: 10px;
}
.card-body p strong{
  font-size: 14px;
  font-weight: 500;
}
.card{
    border-radius: 0;
    background: transparent;
    transition: 0.3s ease;
}
.card:hover .card-body img{
  filter: brightness(0);
}
.brand-list {
  border: 1px solid #262626;
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.bname {
    background: none repeat scroll 0 0 #f2f2f2;
      font-size: 16px;
    font-weight: bold;
    margin: 0 0 6px 0;
    padding: 5px 8px;
    border-radius: 0;
    color: var(--sub-color);
}
/* contact page */
.contact-top-bg, .contect {
  background-color: #F2F1EE;
}
#information-contact .contact{
  margin-top: -150px;
}
#information-contact .contact form {
  padding: 15px;
  border: 1px solid #262626;
  border-radius: 10px;
  background: #fff;
  color: var(--sub-color);
}
#information-contact .wbcntleft .card-body{
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    padding-top: 50px;
    border: 0;
}
#information-contact .contact-store-information h4{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
   
  color: var(--main-color);
}
.contact-store-information{
  margin-bottom: 50px;
}
.store-inf {
  font-weight: 400;
  font-size: 28px;
  color: var(--main-color);
  line-height: 42px;
}
.wbcntleft strong {
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-top: 0;
    letter-spacing: 1px;
    color: var(--sub-color);
    display: inline-block;
}
.contact-desc {
  max-width: 500px;
  font-size: 14px;
  color: var(--main-color);
}
/* other page */
.info-img{
    width: auto;
}
.product-list .discount-onprice{
  display: initial;
}
.product-list .product-thumb .price{
  text-align: left;
}
@media (min-width: 768px) {
  .footer-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .product-list .product-thumb .price {
    font-size: 20px;
    text-align: left;
  }
  .product-list .product-thumb:hover .rating, .product-list .product-thumb:hover .price{
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .callus{
    top: 0;
  }
  .webibazaar-search-result {
    display: block;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
  .offertext h5,.centertxt h4{
    display: none;
  }
  .imgdec .imgtext h5 {
    font-size: 16px;
  }
  .imgdec .imgtext h2 {
    font-size: 30px;
  }
  .footblink{
    display: none;
  }
  .deliveryinfo{
    padding: 0;
    border-bottom: none;
  }
  #account-account.acpage #content[class*="col-"] span svg {
    width: 25px;
    height: 25px;
  }
  #account-account.acpage #content[class*="col-"] span:last-child {
    font-size: 14px;
  }
  #account-account.acpage #content[class*="col-"] a{
    padding: 20px 15px;
  }
  #account-account.acpage #content[class*="col-"] span:first-child{
    padding-right: 10px;
    margin-right: 10px;
  }
  .foot-bot [class*="col-"]{
    text-align: center !important;
  }  
  .deliveryinfo li h4 {
    font-size: 16px;
  }
  #tab-review #review p{
    word-break: break-word;
  }
  .a-one .alert,#alert .alert, .alert.alertsuc{
    left: 15px !important;
    right: 15px !important;
  }
  .imgtext h2, .centertxt h2 {
    font-size: 18px;
    margin: 5px 0 7px 0;
    line-height: 22px;
  }
  .imgtext a.btn-primary, .centertxt a.btn-primary,.offertext a.btn-primary{
    padding: 3px 10px;
    font-size: 14px;
  }
  .imgtext{
    left: 10px;
    width: 150px;
  }
  .centertxt{
    width: 200px;
  }
  .centertxt h5 {
    font-size: 25px;
  }
  .wbcenter .cen-pad:first-child{
    margin-bottom: 10px;
  }
  .heading{
    margin-bottom: 20px;
  }
  .onsaletop .heading span{
    font-size: 25px;
  }
  .offertext p, .centertxt p, .imgtext p{
    display: none;
  }
  #menu {
    border-radius: 0;
    position: absolute;
    top: 16px;
    left: 0;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;    
  }
  #menu .dropdown-inner {
    display: block;
    padding-left: 15px;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: var(--sub-color);
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
  }
  #cartme{
    display: none;
  }
  .top-contact-info{
    position: absolute;
    top: 85px;
  }
}
/* content */
#content {
  min-height: 600px;
}
/* footer-section */
footer .new-from .field{
  margin: 0;
}
footer .news-ctn{
  width: 100%;
  padding: 0;
}
footer .news img{
  display: none !important;
}
footer .workdo-newsletter{
  background-image: none;
  padding: 0;
}
footer .newsletter{
  background: transparent;
  padding: 0;
}
.middle-footer{
  padding: 60px 0 15px;
}
.wbftleft p{
  color: #8a8a8a;
  line-height: 24px;
}
.foot-logo{
  margin-bottom: 15px;
}
.middle-footer a, .f-left li {
  cursor: pointer;
  font-size: 14px;
  line-height: 25px;
  color: var(--sub-color);
  padding: 0;
  font-weight: 600;
  margin-top: 10px;
  transition: all .3s ease;
}
.middle-footer a:hover, .f-left li:hover {
  color: var(--main-color);
}
.payment .fpaym li{
  display: inline-block;
}
.payment ul{
  margin-bottom: 0;
}
.fpaym li svg {
  width: 38px;
  height: 32px;
}
.storeinfo p{
  color: #666;
}
footer{
  background-color: #F2F1EE;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: var(--sub-color);
}
#contact ul{
  padding-left: 0;
}
.storeinfo{
  align-items: center;
}
.storeinfo h5{
  font-size: 35px;
  line-height: normal;
  text-transform: capitalize;
  font-family: 'Signika', sans-serif;
  font-weight: normal;
  position: relative;
}
.foot-bot{
    padding: 15px 0;
}
.footblink li a::after {
    content: '|';
    color: #656565;
    margin: 0 12px;
}
.footblink li a {
    color: #ddd;
    position: relative;
    text-transform: capitalize;
    line-height: 26px;
}
.footblink li a:hover {
    color: var(--main-color);
}
.foot-bot .row{
    align-items: center;
}
.copy p {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--sub-color);
  font-weight: 400;
}
.copy, .copy a {
  font-size: 14px;
  color: var(--sub-color);
}
.copy a:hover{
    color: var(--main-color);
}
.f-left svg{
  margin-right: 5px;
}
.fcontact svg{
  width: 17px;
  height: 17px;
  fill: #fed507;    
}
.fsocial li{
  display: inline-block;
}
.fsocial li svg {
    width: 14px;
    height: 14px;
    margin: 0 4px;
    fill: #fff;
    transition: 0.3s ease;
}
.fsocial li a {
  width: 35px;
  height: 35px;
  background: var(--white);
  vertical-align: middle;
  text-align: center;
  margin-right: 8px;
  transition: 0.3s ease;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#input-option-226{
  background-repeat: no-repeat;
}
.fsocial{
  margin: 0;
}
.fsocial li a:hover {
  background: var(--main-color);
}
.fsocial li a:hover img{
  filter: brightness(10);
}
.fsocial li a:hover svg {
    fill: #fff;
}
#scroll {
  position: fixed;
  right: 30px;
  bottom: 60px;
  cursor: pointer;
  z-index: 9;
  height: 40px;
  width: 40px;
  line-height: 0;
  padding: 14px 0;
  display: none;
  outline: none;
  text-align: center;
  transition: all .5s ease-in-out;
  background: var(--main-color);
  color: var(--white);
  border-radius: 5px;
}
#scroll:hover {
  background: #f5f5f5;
  color: var(--sub-color);
}
#scroll svg{
    width: 12px;
    height: 12px;
    fill: var(--main-color);
}
#scroll:hover svg {
    fill: #fed507;
}
/* breadcrumb */
.breadcrumb > li a::after {
    content: '/';
    padding: 0 15px;
    color: var(--sub-color);
}
#product-info .breadcrumb > li a::after{
  color: var(--sub-color);
}
.breadcrumb > li:last-child a::after{
    content: none;
}
.breadcrumb {
    margin: 0px 0px 0;
    padding: 0px;
    border: none;    
    border-radius: 0px;
}
.sitem ul li {
    list-style: url;
}
.sitem ul {
    line-height: 35px;
    padding-left: 25px;
    padding-right: 25px;
}
.breadcrumb i {
  font-size: 14px;
}
.breadcrumb > li.breadcrumb-item {
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
  color: var(--sub-color);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.pagination {
  margin: 0;
}
/* buttons */
.btn {
    padding: 7.5px 12px;
    font-size: 14px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.fa {
  font-size: 14px;
}
.btn-danger, .btn-info{
    color: #ffffff;
    background-color: var(--main-color);
    transition: 0.3s ease;
    border: none;
}
#product-info .form-control:focus,#product-info .form-select:focus {
  border: 1px solid #706B6B;
  box-shadow: none;
}
.form-control:focus,.form-select:focus {
  border: 1px solid #706B6B;
  box-shadow: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .btn.active, .btn:active {
    outline: none;
    box-shadow: none;
}
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-position: 0;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  background: var(--sub-color);
  color: var(--white);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: var(--sub-color);
  border-radius: 0;
  text-decoration: none;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: var(--sub-color) var(--sub-color) var(--sub-color)000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: var(--sub-color);
  background-image: linear-gradient(to bottom, #333333, #111111);
  box-shadow: none;
}
.btn-primary span {
  font-size: 14px;
  margin: 0;
  line-height: 17px;
  transition: all .3s ease;
}
.btn-primary {
  background-color: var(--main-color);
  color: var(--white);
  border: none;
  text-transform: capitalize;
  transition: 0.3s ease;
  font-size: 14px;
  border-radius: 50px;
  position: relative;
  width: 184px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-close:focus{
  box-shadow: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: var(--sub-color);
    color: var(--white);
}
.product-thumb {
  position: relative;
}
.you-save {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 14px;
  color: var(--main-color);
  background: #F2F1EE;
  border-radius: 50px;
  padding: 3px 10px;
  font-weight: 700;
}
.discount-onprice{
  text-align: center;
  display: table;
  font-size: 14px;
   
  color: var(--sub-color);
  background: var(--main-color);
  border-radius: 0;
  padding: 4px 14px;
  margin: 0 auto;
}
.product-thumb .image {
  text-align: center;
  position: relative;
}
.product-thumb .image .second-image img{
  border-radius: 0;  
  width: 100%;
}
.second-image:last-child{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;  
}
.product-thumb:hover .second-image:first-child {
  opacity: 0;
}
.product-thumb:hover .second-image:last-child{
  opacity: 1;
}
.product-thumb .description {
  padding: 15px;
}
.product-thumb .button-group {
    position: unset;
    text-align: right;
    transition: 0.3s ease;
    display: inline-block;
}
.product-list .product-thumb .homeadd{
  display: inline-flex;
}
.product-list .product-thumb .homeadd .cartb {
  margin-left: 15px;
}
.product-list .product-thumb .button-group .wish{
  margin-left: 15px;
}
.product-thumb .homeadd {
  display: flex;
  margin-top: 15px;
}
.homeadd .input-group{
  width: auto !important;
}
.homeadd .sub.btn{
  position: absolute;
  left: 0;
}
.homeadd .add.btn{
  position: absolute;
  right: 0;
}
.homeadd .count{
  max-width: 82px;
  text-align: center;
}
.homeadd .count.form-control{
  border-radius: 0;
  color: var(--sub-color);
  border-color: var(--sub-color);
  height: 38px;
}
.product-thumb .homeadd .cartb {
  background-color: var(--main-color);
  color: var(--white);
  border: none;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  transition: 0.3s ease;
  margin-top: 0;
  padding: 0;
  width: 170px;
  height: 47px;
  border-radius: 15px;
}
.product-thumb .homeadd .cartb span{
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-thumb .homeadd .cartb:hover{
  background-color: var(--sub-color);
}
.select-product-option label{
  color: var(--sub-color);
}
.select-product-option .form-select{
    height: 36px;
    margin-bottom: 15px;
    font-size: 14px;
    border-radius: 0;
    color: var(--sub-color);
}
.product-thumb .button-group .wish {
  background: transparent;
  text-align: center;
  transition: 0.3s ease;
  margin-bottom: 0;
  padding: 0;
  width: 38px;
  border-radius: 50px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #706B6B;
}
.product-thumb .button-group .compare {
  background: transparent;
  display: block;
  border: none;
  text-align: center;
  transition: 0.3s ease;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.product-thumb:hover .compare{
  opacity: 1;
}
.product-thumb .button-group .compare img{
  filter: brightness(0);
}
.product-thumb .homeadd svg,.product-thumb .button-group svg{
  width: 20px;
  height: 19px;
  fill: var(--sub-color);
}
.product-thumb .homeadd:hover svg,.product-thumb .button-group button:hover svg{
  fill: #fff;
}
.homeqtinner{
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.homeqt .btnminus{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  display: inline-block;
  height: 16px;
  padding: 0 3px;
  border: 1px solid #83838C;
  border-radius: 100%;
  line-height: 8px;
  width: auto;
  background-color: var(--sub-color);
}
.homeqt .btnplus{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  display: inline-block;
  height: 16px;
  padding: 0 3px;
  border: 1px solid #83838C;
  border-radius: 100%;
  line-height: 14px;
  width: auto;
  background-color: var(--sub-color); 
}
.homeqt .btn-number .fa{
  font-size: 14px;
}
.homeqt .addhqty{
  width: 60px;
  flex-grow: unset;
  padding: 0;
  color: var(--main-color);
  height: 14px;
  vertical-align: top;
  font-size: 16px;
  text-align: center;
  border: none;
}
@media (min-width: 992px) {
  .product-list .product-thumb {
    display: flex;
    align-items: center;
    padding: 20px;
}
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
}
.rating {
  padding-bottom: 0;
}
.rating.fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #ffff;
  font-size: 14px;
  line-height: normal;
}
#form-review .rating .fa-star {
  color: #ffc600;
  font-size: 14px;
  line-height: normal;
}
/* product list */
.price {
  color: #444;
}
.price-tax {
  color: #999;
  font-size: 14px;
  display: block;
  font-weight: normal;
}
/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: var(--sub-color);
  padding: 6px 12px;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* alert */
#alert .alert,.alert.alertsuc{    
    background-color: var(--white);
    border: 1px solid #ededed;
    color: #666;
    font-size: 14px;
    position: fixed;
    z-index: 99;
    transition: all ease .6s;
    border-radius: 0;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30%;
    padding: 40px;
}
.a-one {
    background-color: var(--sub-color);    
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.alert-danger svg, .alert-info svg, .alert-success svg {
    display: block;
    margin: 0 auto 20px;
    width: 65px;
    height: 65px;
}
.alert-success svg {
    fill: #4CAF50;
}
.alert-danger svg{
  fill: #da4f49;
}
.stck-bn a {
    float: right;
    background-color: var(--main-color);
    color: #fff !important;
    padding: 10px 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: -50px;
    transition: all 0.5s ease-in-out 0s;
}
.stck-bn a:hover{
    background-color: var(--sub-color);

}
.stck-bn p {
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    color: #939393;
    margin: 0px;
}
.stck-bn h4 {
    color: var(--main-color);
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 0px;
}
.stck-bn {
    border: 1px solid #e1e1e1;
    margin: 0 200px;
    padding: 24px;
    text-align: center;
    position: relative;
}
.st-img img{
    position: absolute;
    left: 0;
    width: 282px;
    height: 109px;
    bottom: 0;
}
.dinfo .dimg {
    display: inline-block;
    vertical-align: middle;
}
.siinfo .sj {
    border-radius: 0px;
    padding: 20px 5px;
    transition: 0.3s ease;
    text-align: center;
    background-color: var(--sub-color);
    border: 1px solid #eee;
}
.siinfo .sj:hover .dimg svg{
    fill: var(--main-color);
}
.deltext h4{
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 5px;
}
.deltext a:hover::after {
    width: 100%;
    border-bottom: 1px solid var(--main-color);
}
.text-p p {
    color: var(--sub-color);
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
}
.deltext p {
    color: #8a8a8a;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 23px;
}
.deltext {
    vertical-align: middle;
    text-align: center;
    display: inline-block;
}
.top-bar{
  float: right;
}
.top-bar .list-inline-item{
  margin-right: 20px;
}
.p-tab{
  position: relative;
}
.pro-tab hr{
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: 0;
    border-top: 1px solid #bbb;
}
.callright li {
    margin-left: 30px;
    display: inline-block;
    color: var(--sub-color);    
}
.callus {
    margin: 0;
    color: #9FB89E;
    font-size: 14px;
     
    position: relative;
    top: 5px;
}
.coll span {
    margin-top: 0px;
}
.callright li span {
    display: block;
    font-size: 14px;
     
}
.callright li a {
    color: var(--sub-color);
    font-size: 15px;
}
.callright ul{
  margin-bottom: 0;
}
.dacc #cartme, #cart-total {
    font-size: 14px;
    text-transform: capitalize;
    color: #999;
    margin-top: 5px;
}
.huser-drop {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.wc-total{
  margin-left: 20px;
}
.head-t{
  position: relative;
  margin-bottom: 15px;
}
.head-t h4{
    padding-right: 20px;
    background: #fff;
    z-index: 1;
    display: inline-block;
    position: relative;
    margin: 0px;
    font-size: 16px
}
.head-t h4 span{
    display: inline-block;
    position: relative;
    padding: 10px;
    border: 1px solid #eee;
}
.head-t hr{
    position: absolute;
    left: 0;
    right: 100px;
    top: 20px;
    border-top: 1px solid #bbb;
    margin: 0;
}
/* .wbcatimg .slick-next, .wbcatimg .slick-prev, .wbspecial .slick-next, .wbspecial .slick-prev, .blog_webi .slick-next, .blog_webi .slick-prev{
  top: -42px;
} */
.specilban img{
  width: 100%;
}
.top-contact-info ul li:first-child{
  font-weight: 600;
}
.top-contact-info ul li{
  font-size: 14px;
   
  color: #545454;
}
.top-support{
  font-size: 14px;
   color: var(--sub-color);
}
.top-support span{
  font-size: 14px;
   color: var(--sub-color);
}
.cartt, .wc-total span {
  position: absolute;
  top: -3px;
  width: 14px;
  height: 14px;
  right: -7px;
  background-color: var(--main-color);
  color: var(--white);
  font-size: 14px;
  text-align: center;
  line-height: 10px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xuser img{
  width: 20px;
  height: 20px;
}
.onsale-img .row{
  align-items: center;
}
.sale-product{
  padding: 0;
}
.wdonsale .btn-primary.btn-section{
  margin: 0 auto;
}
.latdec{
  padding: 0;
}
.onsale-btn{
  text-align: center;
}
.centerbnr{
  display: flex;
  align-items: center;
}
.top-subtitle {
  font-size: 21px;
  color: var(--sub-color);
  font-weight: 600;
  position: absolute;
  top: 26px;
  left: 28px;
}
.center-txt{
  max-width: 420px;
}
.offerdesc .btn-primary.btn-section {
  background-color: transparent;
  font-size: 14px;
  padding: 0;
  position: absolute;
  bottom: 50px;
  left: 28px;
}
.section-sub-title{
  font-size: 40px;
  color: var(--sub-color);
  font-weight: 400;
  font-family: 'Amaranth', sans-serif;
  margin-top: 0;
  margin-bottom: 30px;
}
.section-bottomtitle{
  font-size: 14px;
  color: var(--main-color);  
  margin-top: 30px;
  line-height: 20px;
}
.centerimg img, .offer-banner img {
  border-radius: 0;
  width: 100%;
  position: relative;
  transition: all .3s ease;
}
.offer-banner img:hover{
  filter: brightness(10);
}
.offer-banner {
  background-color: var(--sub-color);
  padding-bottom: 50px;
}
.position-top-130{  
  position: relative;
  top: 60px;
}
.offer-banner .logo-ctn{
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: unset;
}
.ow-ctn{
  display: flex;
  align-items: center;
}
.ow-ctn h3{
  color: var(--sub-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  margin: 0;
  text-transform: uppercase;
}
.ow-ctn h3 span{
  display: block;
  font-size: 23px;
  line-height: 23px;
  margin-top: 5px;
  text-transform: lowercase;
}
.ow-ctn img{
  width: 100px;
  border-radius: 0;
  margin-left: 10px;
}
.offer_bnr .beffect{
  padding: 0 15px;
}

/* service section */
.s2 {
  padding-left: 50px;
}
.dinfo {
  position: relative;
  padding: 30px 0;
  margin-top: -70px;
  z-index: 1;
}
.dinfo::before{
  content: "";
  position: absolute;
  background-color: #F2F1EE;
  right: 0;
  left: 14.5%;
  top: 0;
  bottom: 0;
  border-radius: 100px 0 0 100px;
  z-index: -1;
}
.dinfo .row{
  align-items: flex-end;
}
.dinfo .card-body {
  padding: 0;
  max-width: 300px;
  display: flex;
  align-items: center;
}
.dinfo .card-body .card-title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
  color: var(--main-color);
  margin: 0;
}
.dinfo .card-body .card-title span{
  color: var(--sub-color);
}
.service .card-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 10px;
  color: var(--sub-color);
}
.service .card-body img {
  margin-right: 20px;
  transition: 0.3s ease;
}
/* service section end */
/* Featured section */
.center-heading, .left-heading{
  font-weight: 700;
  font-family: 'Amaranth', sans-serif;
  font-size: 40px;  
  text-align: center;
  color: var(--sub-color);
  margin-bottom: 20px;
}
.center-heading span{
  display: block;
}
.left-heading{
  text-align: left;
  font-weight: 400;
}
.csection-bottomtitle{
  max-width: 800px;
  margin: 0 auto;
  font-size: 14px;
  color: var(--main-color);
  line-height: 20px;
  text-align: center;
  margin-bottom: 40px;
}
/* Featured section end */
/* Bestseller section */
.best, .latest{
  padding: 0;
}

/* Bestseller section end*/
/* Top Category section */
.wd-item-thumb {
  position: relative;
  margin-bottom: 0;
}
.wd-item-caption {
  position: absolute;
  top: auto;
  bottom: 28px;
  left: 28px;
  max-width: 220px;
}
.wd-item-caption p {
  font-weight: 600;
  font-size: 32px;
  color: var(--sub-color);
  margin-bottom: 18px;
  line-height: 32px;
  letter-spacing: -0.05em;
}
.wd-item-img img {
  border-radius: 0;
  width: 100%;
}
.wd-item-title{
  font-size: 35px;
  font-weight: 700;
  font-family: 'Amaranth', sans-serif;
  color: var(--sub-color);
  margin: 0;
}
.wd-item-title a {
  color: var(--sub-color);
  transition: 0.3s ease;
  position: absolute;
  top: 28px;
  left: 28px;
  font-family: 'Outfit';
}
.wd-item-title a:hover{
opacity: 0.8;
}
.btn-cate-item {
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  padding: 0;
  transition: 0.3s ease;
}
.btn-cate-item:hover{
background-color: transparent;
}
.btn-cate-item i{
  font-size: 14px;
  padding-left: 5px;
}
/* Top Category section end*/
/* Blog section*/
.blog-bg .box-content{
  padding: 0;
}
.blog-toptitle{
  font-weight: 600;
  font-size: 20px;
   
  text-align: center;
  color: var(--sub-color);
}
.blog-bg {
  padding: 0 0 60px;
}
.blog-main-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}
.blog-main-title .btn-primary.btn-section{
  margin: 0;
  padding: 11px 20px;
}
.blog-main-title h2 {
  font-weight: 600;
  text-align: center;
  font-size: 85px;
  color: var(--sub-color);
  margin: 0;
  letter-spacing: -0.05em;
}
.blog-bottom-title{
  font-weight: 400;
  font-size: 14px;   
  text-align: center;
  color: var(--sub-color);
  letter-spacing: 0.3px;
  max-width: 800px;
  margin: 0 auto;  
  margin-top: 20px;
}
.blog-thumbnail {
  border-radius: 0;
  padding: 0;
  text-align: left;
}
.blog-thumbnail.panel-body {
  margin-bottom: 30px;
}
.workdo-blog-image img {
  border-radius: 15px;
  border: 0;
  padding: 0;
}
.blog-right, .allcomment {
  padding: 20px 0 0;
}
.blog-right h4, .allcomment h4 {
  max-width: 150px;
}
.blog-right h4 a, .allcomment h4 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: var(--sub-color);
  letter-spacing: 0;
  transition: all .3s ease;
}
.blog-right h4 a:hover, .allcomment h4 a:hover{
  color: var(--main-color);
} 
.blog-desc, .blog_links {
  color: #808080;
  font-size: 14px;
  margin: 10px 0 20px;
  font-weight: 400;
}
.blog-bottom{
  display: flow-root;
  width: 100%;
  position: relative;
}
.special-section{
  padding-top: 30px;
  padding-bottom: 50px;
}
.btn-primary.read_more {
  height: 40px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 700;
  width: 193px;
}
.btn-primary.read_more i{
  font-size: 14px;
  padding-left: 10px;
}
/* Blog section end*/
/* Selected product*/
.p-200{
  padding-top: 200px;
}
.selected-products .center-heading{
  font-weight: 400;
}
/* Logo slider*/
.logoimg img{
  transition: all .3s ease;
}
.logoimg img:hover{
  filter: brightness(30);
}
.logoslider .row{
  align-items: center;
}
.logo-ctn h4{
  color: var(--sub-color);
  font-size: 14px;
}
.logo-ctn{
  max-width: 400px;
}
.logo-ctn h2 {
  color: var(--sub-color);
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 50px;
  margin: 0;
}
.logo-ctn h2 span{
  color: var(--main-color);
}
.logo-ctn p {
  font-weight: 400;
  font-size: 14px;
  color: var(--sub-color);
  max-width: 460px;
  margin: 20px auto;
}
.wdlogoslider {
  padding: 40px 0;
}
.logoslider {
  background: linear-gradient( 90deg, var(--main-color)85.5%, transparent 84.5%);
  margin-top: -70px;
  position: relative;
}
.logoslider .heading span{
  font-size: 14px;
  color: var(--sub-color);
}
.logoslider .heading{
  margin: 0;
}
.center-dec .banner-description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
  display: flex;
  align-items: center;
}
/* countdown products */
.is-countdown {    
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    text-align: center !important;
}
.wbcount .product-thumb .image{
  position: relative;
}
/* countdown products */
/* Information Pages */
.contact-top-bg .back-to-home a{
  color: var(--sub-color);
}
#information-information .accordion-item:not(:first-of-type){
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
#information-information .accordion-item{
  margin-bottom: 25px;
}
#information-information .accordion-button:not(.collapsed){
  background: #fff;
}
#information-contact .contact .other-title{
  color: var(--main-color);
}
.contact-top-bg .other-title{
  color: var(--sub-color);
}
.information{
  padding-top: 60px;
}
#information-information h3, #information-information h1, .other-title {
  font-size: 24px;
  color: var(--sub-color);
  font-weight: 700;
  margin-bottom: 25px;
}
.contact-desc p{
  margin: 0;
  color: var(--sub-color);
}
#information-information h1, .other-title{
  font-size: 36px;
}
#information-information .accordion-button{
  font-size: 16px;
  color: var(--sub-color);
  font-weight: 500;
  border: 1px solid #262626;
}
#information-information .accordion-body{
  font-size: 14px;
  color: var(--sub-color);
  font-weight: 400;
  border: 1px solid #262626;  
  border-top: none;
}
.terms-info p, .about-us p{
  font-size: 14px;
  color: var(--sub-color);
  font-weight: 400;  
   
  margin-bottom: 30px;
}
.about-us h3{
  font-size: 36px;
}
.about-two img{
  margin-top: 30px;
}
.about-two h4, .about-three h4{
  font-size: 24px;
  color: var(--sub-color);
  font-weight: 700;
  margin-bottom: 20px;
}
.about-three{
  margin-top: 50px;
}
.about-two, .about-three{
  align-items: center;
}
.about-two h3{
  margin-top: 50px;
  margin-bottom: 30px;
}
.about-sup{
  position: relative;
  padding: 18px;
  border: 1px solid var(--sub-color);
  border-radius: 10px;
}
.about-bottom{
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;
}
.about-sup {
  text-align: left;
}
.about-sup h4 {
  font-size: 22px;
  color: var(--sub-color);
  font-weight: 700;
}
.about-sup img{
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
}
.about-sup p{
  margin: 0;
}
#product-compare #content{
  max-width: 100%;
  overflow: auto;
}
#product-compare td{
  min-width: 300px;
}
#checkout-cart td{
  min-width: 150px;
}
#wishlist .btn-primary{
  width: 40px;
  height: 40px;
  display: inline-block;
}
/* selected-products */
.selected-products {
  background: linear-gradient(180deg, var(--main-color) 83%, #525252 82%);
}
.wdselected .product-thumb{
  padding: 15px;
  background-color: var(--main-color);
}
.wdselected .product-thumb .bran a,
.wdselected .product-thumb .homeadd .cartb{
  color: var(--sub-color);
}
.wdselected .you-save{
  background-color: var(--sub-color);
  color: var(--sub-color);
}
.wdselected .product-thumb .protitle a{
  color: var(--sub-color);
}
.wdselected .product-thumb .homeadd .cartb{
  font-weight: 600;
}
.wdselected .protitle{
  padding: 10px 0;
}
/* banner product */
.rightbnr{
  position: relative;
}
.cattab,.wbspecial,.wbcount,.wbblog,.wdlogoslider,.wdcategory,.feature,.wdonsale,.wdtop,.wdselected{
  display: none;
}
/* cart page */
#checkout-cart .heading span {
  font-weight: 700;
  font-size: 36px;
  color: var(--main-color);
}
/* checkout page */
.checkout-heading{
  color: var(--main-color);
  font-size: 36px;
  font-weight: 700;
}
/* success page */
#common-success #content{
  text-align: center;
} 
#account-register #content h1{
  font-size: 38px;
  font-weight: 700;
  color: var(--main-color);
}
.slick-list .slick-track .slick-slide form{
  margin: 0;
}
.workdo-newsletter form{
  margin: 0;
}
.sub_search,.sub_megamenu{
  display: none;
}
.specilban {
  position: relative;
}
.middle-footer .row .lborder{
  width: 20%;
}
.middle-footer .row .news-lborder{
  width: 40%;
}
footer .newsletter .inner h2{
  font-size: 37px;
  line-height: 37px;
}
footer #formNewLestter .inner {
  max-width: 400px;
}
footer .newsletter .container {
  padding: 0 12px;
}
.middle-footer h5 {
  position: relative;
  margin-bottom: 15px;
  font-size: 27px;
  color: var(--sub-color);
  font-weight: 700;
  letter-spacing: -0.05em;
  font-family: 'Outfit';
}
.middle-footer .col-md-3.wbftleft h5::after{
  display: none;
}
.t-block {
  display: none !important;
}
.center-bg{
  position: relative;
}
.custom-img img{
  width: 100%;
}
.navbar-toggler:focus{
  box-shadow: none;
}
#common-home #content {
  padding: 0;
}
.slideimg img{
  width: 100%;
}
#product-manufacturer #content h1{
  color: var(--sub-color);
  font-weight: 700;
}
.wdselected .product-thumb .homeadd .cartb img{
  filter: unset;
}
.h-soc li{
  display: block;
}
.main-home .h-soc,
.product-header .h-soc {
  position: absolute;
  top: 250px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.h-soc .fsocial li a{
  margin-right: 0;
  margin-bottom: 5px;
}
.h-soc h2{
  color: var(--sub-color);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-top: 15px;
}
/* sub-header */
.sub-homemenu .container{
  position: relative;
}
.main-home .manu-ctn {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 20px;
  left: 15px;
  right: 15px;
  z-index: 1;
}
.manu-ctn {
  display: flex;
  justify-content: space-between;
}
.main-home .day p,
.product-header .day p,
.pro-category .day p,
.contect .day p{
  margin: 0;
  font-weight: 600;
  color: var(--sub-color);
}
.main-home .sub-homemenu,
.product-header .sub-homemenu,
.pro-category .sub-homemenu{
  background-color: var(--sub-color);
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.sub-homemenu{
  padding: 20px 0 0;
}
.day p{
  color: var(--sub-color);
  margin: 0;
}
.sub-manu .dropdown-item{
  color: var(--sub-color);
  padding: 0 0 0 15px;
  transition: all .3s ease-in;
  background-color: transparent;
}
.sub-manu .dropdown-item:hover{
  color: var(--sub-color);
  text-decoration: underline;
}
.sub-manu ul li,.sub-homemenu .sub-manu,.day{
  display: inline-block;
}
.main-home .sub-manu .dropdown-item,
.product-header .sub-manu .dropdown-item,
.pro-category .sub-manu .dropdown-item,
.contect .sub-manu .dropdown-item{
  padding: 0 0 0 15px;
  transition: all .3s ease-in;
  color: var(--sub-color);
}
.main-home .sub-manu .dropdown-item:hover,
.product-header .sub-manu .dropdown-item:hover,
.pro-category .sub-manu .dropdown-item:hover{
  background-color: transparent;
  color: var(--sub-color);
  text-decoration: underline;
}
.sub-manu .dropdown-item:active,
.sub-manu .dropdown-item:focus{
  background-color: transparent;
}
#cart p .btn-primary, #form-register .btn-primary, .btn-outline-primary {
  background-color: var(--main-color);
  color: var(--white);
  display: inline-block;
  width: 124px;
  height: 35px;
  font-weight: 700;
}
#cart p .btn-primary:hover, #form-register .btn-primary:hover, .btn-outline-primary:hover{
  background-color: var(--sub-color);
  color: var(--white);
}
.table .img-thumbnail{
  border-radius: 0;
}
.form-select.is-invalid:not([multiple]):not([size]){
  background-repeat: no-repeat;
}
#account-account,#account-address{
  padding: 0;
}
#account-password .container{
  padding: 0;
}
#information-information{
  padding-bottom: 35px;
}
.about-us img{
  border-radius: 10px;
}
#product-manufacturer #display-control .lgrid,
#product-search #display-control .lgrid,
#product-manufacturer:last-child .catesort,
#product-search:last-child .catesort{
  padding: 0;
}
#product-manufacturer .heading span,
#product-search .heading span{
  color: var(--sub-color);
  margin: 0;
}
#information-contact .contact-store-information h4 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--sub-color);
}
.store-inf {
  font-weight: 400;
  font-size: 27px;
  color: var(--sub-color);
  line-height: 42px;
}
.store-add .store-inf {
  font-size: 14px;
  line-height: 22px;
}
.wdtop .product-thumb .button-group,
.latest .product-thumb .button-group,
.best .product-thumb .button-group{
  top: 0;
  right: 0;
}
.h-soc{
  display: none;
}
#common-success #content p{
  margin-bottom: 5px;
  font-size: 16px;
}
#common-success #content h1{
  color: #262626;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.025em;
}
.feature-tab-pro{
  padding: 60px 0;
}
.cat-tab li a.active,.nav-tabs .nav-link.active{
  background-color: #E4DCD7;
  color: var(--sub-color);
  border: 1px solid #E4DCD7;
  font-size: 14px;
}
.nav-tabs .nav-link:first-child{
  margin: 0;
}
.nav-tabs{
  border: none;
}
.cat-tab li a:hover,.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
  border: 1px solid #E4DCD7;
  background-color: #E4DCD7;
}
.cat-tab li a,.nav-tabs .nav-link {
  padding: 0;
  color: var(--sub-color);
  border: 1px solid #494949;
  background-color: transparent;
  border-radius: 50px;
  margin-left: 15px;
  text-transform: capitalize;
  font-weight: 700;
  transition: all .3s ease;
  width: 131px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.latest-bg,.best-bg .latdec{
  margin: 0 -15px;
}
.tab-ctn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.feature{
  padding: 0;
}
.pro-det{
  margin: 60px 0;
}
#header-cart{
  display: block;
}
#column-left .card-footer{
  padding: 0;
}
.btn-filter .fa-solid{
  margin-right: 10px;
}
.product-list .web_option .required{
  width: 30%;
}
.product-list .web_option{
  justify-content: flex-start !important;
}

@media(min-width: 576px) and (max-width: 767px){
  .product-list .col{
    width: 50%;
  }
}
@media(max-width: 767px){
  #checkout-cart .heading span{
    font-size: 20px;
  }
  .heading span {
    font-size: 15px;
  }
  .m-flex{
    display: block !important;
  }
  #menu .navbar-nav > li > a, #menu .navbar-nav li .dropdown-menu a{
    color: var(--sub-color);
  }
  .callright{
   width: auto;
   padding: 6px 0 !important;
   margin-top: -6px;
  }
  .callright ul{
    padding-left: 0;
  }
  .callright li{
    margin-left: 15px !important;
  }
  .pro-tab hr{
    display: none;
  }
  .wbftleft #logo{
    display: none;
  }
  #webibazaar-search-category{
    left: 0;
  }
  .top-support{
    margin-top: 6px;
  }
  footer{
    padding-left: 0;
    padding-right: 0;
  }
  .middle-footer h5{
    margin-bottom: 5px;
  }
  .back-to-home{
    font-size: 14px;
  }
  .breadcrumb > li a::after{
    padding: 0 5px;
  }
  .back-to-home img{max-width: 22px;}
  #information-contact .wbcntleft .card-body{
    padding: 0;
    padding-top: 30px;
  }
  .contact-store-information {
    margin-bottom: 30px;
  }
  .store-inf {
    font-size: 22px;
  }
  #information-contact .contact {
    margin-top: -80px;
  }
  #information-information h1, .other-title{
    font-size: 25px;
  }
  .about-us h3{
    font-size: 25px !important;
  }
  .about-two h3{
    margin-top: 0;
  }
  .about-three h4{
    margin-top: 20px;
  }
  .about-bottom{
    margin-top: 0;
  }
  .about-sup{
    margin-bottom: 10px;
  }
  .about-two img, .about-three img{
    width: 100%;
  }
  .accrow img{
    max-width: 25px;
  }
  .cate-border{
    padding: 0;
  }
  .product-thumb .image .second-image img {
    width: 100%;
  }
}
@media(min-width: 768px) and (max-width: 991px){
  .store-inf {
    font-size: 22px;
  }
  .contact-desc{
    max-width: 500px;
  }
  #menu {
    border-radius: 0;
    position: absolute;
    top: 45px;
    left: 0;
}
  #menu .dropdown-inner{
    padding-left: 15px;
  }
  /*#top-links {
    position: absolute;
    top: 15px;
    float: right;
    right: 0;
    width: auto;
  } */
  .callright{
   width: auto; 
   padding: 6px 0 !important;
  }
  .callright ul{
    padding-left: 0;
  }
  .callright li{
    margin-left: 15px;
  }
  .middle-footer .col-md-3.wbftleft h5{
    margin-bottom: 5px;
  }
  .wbftleft p{
    margin-bottom: 0;
  }
  .fsocial{
    margin-bottom: 30px;
  }
  .product-list .col {
    width: 50%;
  }
  .wbftleft{
    padding-left: 0;
  }
  .manucom .product-grid .product-thumb .homeadd .cartb {
    padding: 10px 16px;
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .wd-item-title a{
    left: 10px;
  }
  .wd-item-caption{
    left: 10px;
    max-width: 140px;
  }
  .wd-item-title{
    font-size: 20px;
  }
  .wd-item-caption p{
    font-size: 20px;
    line-height: 20px;
  }
  .slid-dec p{
    line-height: 20px;
  }
  .slid-price .usd-price p{
    margin-left: 5px;
    font-size: 15px;
  }
  .slid-price span{
    line-height: 50px;
    font-size: 25px;
  }
  .slid-dec .part-2 h2 {
    font-size: 25px;
    margin-top: 10px;
    line-height: 25px;
    background: unset;
    -webkit-text-fill-color: var(--main-color);
}
  .top-category{
    margin-top: -30px;
  }
  #wishlist td{
    min-width: 105px;
  }
  .fsocial li a {
    margin: 0;
    width: 30px;
    height: 30px;
  }
  .callright{
    display: none;
  }
  #menu .navbar-nav > li > a{
    font-size: 14px;
  }
  .newsletter .inner h3{
    font-size: 14px;
    font-weight: 500;
  }
  .product-grid .col{
    width: 33.33%;
  }
  .product-list .product-thumb .image{
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1409px){
  .callright ul{
    padding: 0;
  }
  .callright li{
    margin-left: 10px;
  }
  footer .newsletter .inner h2 {
    font-size: 27px;
    line-height: 27px;
}
  .newsletter .inner h3{
    font-size: 14px;
    font-weight: 500;
  }
}
@media (min-width: 1410px) and (max-width: 1830px){
  .slid-dec .part-2 h2{
    font-size: 45px;
  }
  .slidertext{
    left: 2%;
  }
}

@media (min-width: 1410px){
  /* .manucom .product-grid .col{
    width: 20%;
  } */
  .product-list .image {
    width: 30%;
  }
  .product-list .caption {
    width: 70%;
  }
  .manucom .product-list .image {
    width: 25%;
  }
  .manucom .product-list .caption{
    width: 75%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px){
  .cattab .slick-slide div:first-child .col .product-thumb {
    margin-bottom: 30px;
  }
  .cattab .product-thumb .caption{
    padding-left: 0;
  }
  .tabimg-ctn {
    bottom: 80px;
  }
  .product-thumb .homeadd .cartb{
    width: 140px;
  }
  .product-thumb .price{
    font-size: 25px;
  }
  .dinfo::before{
    left: 2%;
  }
  .call-num span{
    font-size: 17px;
  }
  .wdlogoslider{
    max-width: 1060px;
  }
  .gal-img{
    right: 0;
  }
  .parallex .item p{
    max-width: 500px;
  }
  .tab-pro::before{
    left: -310px !important;
  }
  .offer-banner .col-md-5,.offer_bnr {
    width: 50%;
  }
  .s2::after{
    right: 10px !important;
  }
  .logoslider{
    background: linear-gradient( 90deg, var(--main-color)90.5%, transparent 84.5%);
  }
  .wc-total {
    margin-left: 5px;
}
  .mail-ctn p{
    font-size: 14px;
  }
  .product-grid .product-thumb .button-group{
    top: 0;
    right: 0;
  }
  .product-grid .form-select {
    width: 100%;
}
  .product-list .form-select {
    width: 50%;
}
  .book-order .btn-primary{
    padding: 8px 14px;
  }
  #product-info .back-page {
    padding: 30px 70px 30px 10px;
}
  .middle-footer::after,.offer-banner::before,.left-bg::before{
    display: none;
  }
  .main-home .op-header, .product-header .op-header{
    text-align: center;
  }
  .category-tab::before{
    left: -40px !important;
}
  #information-information .back-page,#product-manufacturer .back-page{
    padding: 20px 0;
  }
  .fsocial li a{
    width: 30px;
    height: 30px;
  }
  .cat-footer .fsocial li a{
    width: 25px;
    height: 25px;
  }
  .top-category{
    margin-top: -60px;
  }
  .special-heading h2,.parallex .heading span,.blog-main-title h2{
    font-size: 55px;
  }
  .slid-price span{
    font-size: 40px;
  }
  .slid-dec .part-2 h2 {
    font-size: 50px;
    margin: 10px 0;
    line-height: 50px;
  }
  .leftdesc{
    left: 0;
  }
  .leftcom h5{
    font-size: 20px;
  }
  .left-ban .beffect img{
    max-width: 400px;
  }
  .storeinfo h5 {
    font-size: 30px;
  }
  .container_wb_megamenu .navbar-header .cate {
    font-size: 18px;
  }
  .slidertext h1{
    font-size: 45px;
  }
  .slidertext {
    width: 470px;
}

}
@media (min-width: 1200px){
  .topright{
    width: 80%;
  }
}
@media (max-width: 1199px){
}
@media (min-width: 992px) and (max-width: 1199px){
  #account-account.acpage #content[class*="col-"] a{
    padding: 25px 15px;
  }
  .logo-ctn p{
    margin: 10px auto;
  }
  footer #formNewLestter .inner,#formNewLestter .inner {
    max-width: 440px;
  } 
  #common-home .newsletter{
    padding: 20px 0;
  }
  .tab-img{
    order: 1;
  }
  .testi-ctn h2{
    font-size: 56px;
    line-height: 56px;
  }
  #common-home .newsletter::before {
    right: 14%;
  }
  .tab-img,.tabpro-sec{
    width: 100%;
    padding: 0;
  }
  .tabpro-sec{
    margin-bottom: 30px;
  }
  .top_bg .logo-ctn h2,.blog-head-section .logo-ctn h2,.logo-ctn {
    max-width: 150px;
  }
  .product-thumb .price{
    font-size: 18px;
  }
  .product-thumb .homeadd .cartb img, .btn-primary.btn-section img{
    margin-right: 10px;
  }
  .product-thumb .homeadd .cartb{
    width: 120px;
    height: 40px;
  }
  .s2 {
    padding-left: 15px;
  }
  .dinfo::before {
    left: 0;
    border-radius: 0;
  }
  .header-logo{
    width: 15%;
  }
  .h-icon{
    width: 20%;
  }
  .head-manu{
    width: 65%;
  }
  .gal-img{
    right: 0; 
  }
  .testi{
    padding: 0;
  }
  .newsletter .new-from .newsbtn{
    padding: 0 30px;
  }
  .parallex .item h2{
    font-size: 19px;
    line-height: 19px;
  }
  .footer.call-num p {
    font-size: 16px;
    line-height: 22px;
  }
  .footer.call-num span {
    font-size: 27px;
    line-height: 27px;
  } 
  footer .newsletter .inner h2{
    font-size: 30px;
    line-height: 30px;
  }
  .newsletter .inner h2{
    font-size: 38px;
    line-height: 38px;
  }
  .offer-banner{
    margin-top: -60px;
    padding-bottom: 20px;
  }
  .offer-banner .col-md-5,.offer_bnr {
    width: 50%;
  }
  .service .card-body img{
    width: 50px;
  }
  .service .card-text{
    margin-top: 10px;
  }
  .top-pro .logo-ctn h2,.left-bg .logo-ctn h2{
    font-size: 25px;
    line-height: 25px;
  }
  .logoslider {
    background: linear-gradient( 90deg, var(--main-color)95.5%, transparent 84.5%);
}
  .mail:first-child{
    display: none;
  }
  .wc-total {
    margin-left: 10px;
}
  .cat-title{
    font-size: 30px;
  }
  .product-grid .product-thumb .button-group{
    top: 0;
    right: 0;
  }
  .selected_pro{
    width: 40%;
  }
  .left_bnr{
    width: 60%;
  }
  .logo-ctn h2{
    font-size: 25px;
    line-height: 25px;
  }
  .onsale-img .onsatex .banner-description{ 
    padding-left: 0;
  }
  .testi-star{
    margin: 0;
  }
  .testi-origin ul li a{
    font-size: 32px;
  }
  .testi-origin::before{
    left: -10px;
    height: 292px;
  }
  .testi-origin::after{
    height: 292px;
  }
  .main-home .op-header, .product-header .op-header{
    text-align: center;
  }
  .sale-product{
    transform: unset;
  }
  .manucom .product-grid .product-thumb .homeadd .cartb{
    margin-top: 20px;
  }
  #information-information h1,#information-information h3{
    font-size: 30px;
    margin-bottom: 15px;
  }
  #information-information .back-page {
    padding: 20px 0;
  }
  .blog_page .fsocial li a{
    width: 30px;
    height: 30px;
  }
  .cat-footer .fsocial li a{
    width: 30px;
    height: 30px;
  }
  footer .lborder {
    width: 49%;
  }
  .t-none .products-specific {
    margin-top: 30px;
  }
  #product-info .back-page{
    padding: 10px 10px;
  }
  .pro-content h1{
    font-size: 30px;
  }
  .news-p{
    margin-top: 10px;
    font-size: 14px;
  }
  .blog-main-title h2{
    font-size: 35px;
  }
  .testi-dec .testi-star ul li img{
    width: 100%;
  }
  .parallex .heading span{
    font-size: 35px;
  }
  .special-heading h2{
    font-size: 35px;
  }
  .offerdesc .btn-primary.btn-section{
    bottom: 10px;    
  }
  .wdtop .product-thumb{
    padding: 10px;
  }
  .centerimg img {
    margin-top: -30px;
}
  .protitle a{
    font-size: 20px;
    line-height: 20px;
  }
  .tab-pro .heading{
    margin-bottom: 30px;
  }
  .left-ban .beffect img{
    max-width: 330px;
  }
  .lefttxt h4 {
    font-size: 20px;
  }
  .lefttxt h2 {
    font-size: 30px;
  }
  .leftdesc{
    left: 0;
  }
  .parallex .item p {
    letter-spacing: 0px;
    max-width: 500px;
}
  .offertext h2{
    margin-bottom: 15px;
  }
  .imgtext{
    width: 200px;
  }
  .centertxt{
    width: 300px;
  }
  .centertxt h4 {
    font-size: 25px;
  }
  .container_wb_megamenu .navbar-header .cate {
    font-size: 16px;
  }
  .storeinfo h5 {
    font-size: 25px;
  }
  .hsticky{
    margin: 0 15px;
  }
  #account-account.acpage #content[class*="col-"] span svg {
    width: 35px;
    height: 35px;
  }
  #account-account.acpage #content[class*="col-"] span:last-child {
    font-size: 14px;
    letter-spacing: 0;
  }
  .slidertext h1 {
    font-size: 35px;
  }
  .slidertext {
    width: 500px;
    left: 0;
}
  .offertext h1{
    font-size: 60px;
  }
  .deliveryinfo li h4 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .onsaletop .heading span{
    font-size: 45px;
  }
}
@media (min-width: 992px){
  .huser .xsla,.huser .xscu {
    display: none !important;
  }
  #menu .navbar-nav li .dropdown-menu a.see-all {
    padding: 0px 10px;
    padding-left: 2px;
  }
  #menu .navbar-nav li .dropdown-menu a.see-all:hover{
    color: var(--main-color);
  }
  #under-menu .close-nav{
    display: none;
  }
  #menu .dropdown-menu {
    background: #fff;
    visibility: hidden;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s ease-out 0s;
    -o-transition: all 0.35s ease-out 0s;
    transition: all 0.35s ease-out 0s;
    border: none;
    padding: 15px 10px;
    margin-top: 0px;
    position: absolute;
    margin-left: 0 !important;    
    border-radius: 10px;
    border-bottom: 3px solid var(--main-color);
  }
  #menu .dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (max-width: 991px){
  #menu .navbar-nav > li > a:hover{
    text-decoration: none;
  }
  .tabimg-ctn{
    left: 20px;
  }
  .cattab .slick-slide div:first-child .col .product-thumb {
    margin-bottom: 30px;
  }
  .tab-img,.tabpro-sec{
    width: 100%;
    padding: 0;
  }
  .tabpro-sec{
    margin: 20px 0;
  }
  .tab-img{
    order: 1;
  }
  .feature-tab-pro {
    padding: 0;
  }
  .s2 {
    padding-left: 12px;
  }
  .dinfo::before{
    left: 0;
    border-radius: 0;
  }
  .huser{
    margin: 0 10px;
  }
  .top-search{
    display: inline-block;
  }
  .des-section{
    padding-bottom: 0;
  }
  .p-bg{
    padding-bottom: 30px;
  }
  .sub_megamenu{
    display: block;
  }
  .footer-top {
    padding-top: 30px;
  }
  footer .news-p{
    padding: 10px 0;
  }
  footer .newsletter .inner {
    display: block;
    margin: 0 auto;
  }
  footer .newsletter .inner h2,footer .new-from,footer .news-p{
    width: unset;
  }
  .blog-bg {
    padding-bottom: 30px;
    background: var(--white);
  }
  .part-3 {
    margin-top: 10px;
  }
  .blog-head-section .logo-ctn,.tab-ctn{
    margin-bottom: 30px;
  }
  .top_bg{
    margin-top: 30px;
    margin-bottom: 0;
  }
  .left-bnr {
    max-width: unset;
    padding-left: 15px;
    margin-left: auto;
  }
  .news{
    max-width: unset;
    padding-right: 15px;
    margin-right: auto;
  }
  .offer-banner{
    margin-top: 0;
    padding: 30px 0;
  }
  .offer_bnr{
    width: 100%;
  }
  .onsale-bg{
    margin-bottom: 30px;
  }
  .product-thumb .homeadd .cartb img, .btn-primary.btn-section img{
    margin-right: 5px;
  }
  .product-thumb .homeadd .cartb {
    width: 120px;
    height: 40px;
  }
  .dinfo{
    margin: 30px 0;
    padding: 30px 0;
  }
  .cartt, .wc-total span{
    background-color: var(--main-color);
  }
  #header-cart {
    background-color: transparent;
    padding: 0;
  }
  #top-links{
    display: inline-block;
  }
  .top-manu{
    border: none;
  }
  .call-num,.h-mail{
    display: none;
  }
  .header-logo{
    width: 20%;
  }
  .head-manu{
    width: 50%;
  }
  .wc-total {
    margin-left: 0;
  }
  .h-icon{
    width: 30%;
    text-align: right;
  }
  .h-search{
    width: 70%;
  }
  .header-bg{
    width: 80%;
  }
  .information{
    padding-top: 30px;
  }
  .left_bnr,.selected_pro{
    width: 100%;
  }
  .left-bg{
    padding: 30px 0;
    background: var(--white);
  }
  .testi-star{
    margin: 0;
  }
  .testi{
    width: 100%;
    margin-top: 0;
  }
  .parallex .onsatex,.testi-origin{
    width: 50%;
  }
  .onsale-img .onsatex .logo-ctn h4{
    font-size: 14px;
  }
  .product-thumb .row{
    align-items: center;
  }
  .logoslider {
    margin-top: 30px;
    background: var(--main-color);
}
  .close-nav .closebtn .fa{
    position: absolute;
    top: 17px;
  }
  .test-pad{
    padding: 30px 0;
  }
  .selected-products{
    background: var(--main-color);
    padding-bottom: 30px;
  }
  .center-bg{
    padding-top: 30px;
  }
  .centerimg img{
    margin: 0;
  }
  .xsla .dropdown .test{
    padding: 0.25rem 1rem;
  }
  .specialdesc {
    width: 200px;
  }
  .specialtxt a.btn-primary{
    display: none;
  }
  .leftdesc{
    left: 30px;
  }
  .lefttxt h4 {
    font-size: 18px;
  }
  .lefttxt h2 {
    font-size: 25px;
  }
  .leftdesc .dec{
    width: 270px;
  }
  .left-ban img{
    max-width: 260px;
  }
  .huser .dropdown-toggle svg{
    fill: var(--sub-color) !important;
  }
  .list-inline > li.top-wishlist{
    margin: 0;
  }
  #search {
    margin: 0;
    margin-top: 0px;
  }
  #search .btn-lg, #search .form-control, #webibazaar-search-category{
    height: 40px;
  }
  .parallex .item p{
    font-size: 14px;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
  #menu .dropdown-submenu {
    /* margin-top: 15px; */
    padding: 0 !important;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu .dropdown-inner .dropdown-submenu .grand-child a {    
    border-bottom: none;
    opacity: 1;
    color: var(--sub-color);
  }
  #menu .nav li{
    display: block;
    text-align: left;
  }
  .deliveryinfo ul{
    text-align: center;
  }
  .product-thumb .homeadd .cartb svg {
    fill: var(--sub-color);
  }
  .head-con{
    display: none;
  }
  .hsticky{
    margin: 0 15px;
    padding: 10px 0;
    border-bottom: none;
  }
  #top-links .huser .xsla, #top-links .huser .xscu {
    display: block !important;
  }
  #menu .navbar-nav li .dropdown-menu a.see-all {
    display: inline-block;
    letter-spacing: 0;
    margin-top: 10px;
    border-bottom: 1px solid;
    padding-bottom: 0;
    font-weight: 500;
    margin-left: 15px;
  }
  .product-grid .col, .product-list .col{
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-list,.product-grid{
    margin-left: -5px;
    margin-right: -5px;
  }
  #header-cart .huser .xsla,#header-cart .huser .xscu {
    display: block !important;
  }
  .webi_blog_page .panel-default {
    margin-bottom: 15px;
  }
  footer {
    margin-top: 0;
    padding-top: 0;
    background-size: auto;
  }
  .newsletter .new-from input{
    padding: 10px 15px;
    height: 40px;
  }
  .newsletter .new-from .newsbtn{
    font-size: 14px;
    height: 40px;
    padding: 0 30px;
  }
  .deliveryinfo li h4 {
    margin-top: 10px;
  }
  #cart .cartl,.topbsp{
    display: none;
  }
  .xsla .test, .xscu .test{
    color: var(--sub-color);
  }
  .hdis,.wrmenu,.topright{
    display: none;
  }
  #menu .navbar-toggler{
    display: block;
  }
  #under-menu{
    display: block;
  }
  #cart .dropdown-toggle{
    background: transparent;
    padding: 0;
  }
  #logo img{
    margin-left: 30px;
  }
  .newsletter .inner h3{
    display: none;
  }
  .blog_webi .blog-right h4{
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: unset;
    display: block;
    font-size: 16px;
    padding: 0 0 10px;
    height: auto;
  }
  /* sidenav */
  .w3-overlay {
      position: fixed;
      display: none;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 3;
  }
  #stamenu .menu-vertical {
      overflow-y: unset;
  }
  #stamenu.active .menu-vertical {
      transform: translateX(0);
  }
  #stamenu .menu-vertical {
      overflow-y: scroll;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: auto;
      z-index: 999;
      background: var(--white);
      width: 280px;
      transform: translateX(-100%);
      transition: all 0.5s ease-out 0s;
  }
  #mySidenav li a i{
    margin-top: 4px;
    float: right
  }
  .sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 999;
      top: 0;
      left: 0;
      transition: 0.5s;
      padding-top: 60px;
      overflow-x: hidden;
      clear: both;
      height: 100%;
      background-color: var(--sub-color);
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: left;
  }
  .sidenav .close-nav {
    background-color: #F2F1EE;
    padding: 12px 15px;
    width: 100%;
    display: inline-block;
    color: var(--sub-color);
  }
  .closebtn,.closebtn:hover,.closebtn:focus{
    color: var(--sub-color);
  }
  #menu .navbar-collapse{
    display: block;
    border: none;
    padding: 0;
  }
  #menu .navbar-nav li a {
    border-bottom: 1px solid #7f7f7f;    
    padding: 10px 15px;
  }
  #menu .collapse .nav li {
    padding: 0;
  }
  #menu .dropdown-inner .dropdown-submenu .submenu-title{
    border-bottom: none;
  }
  #menu .dropdown-menu{
    box-shadow: none;
    margin-left: 0;
  }
  #menu .dropdown-inner .dropdown-submenu .submenu-title{
    color: var(--sub-color);
  }
  /* .s-panel {
    margin: 0 -15px;
  } */
  .deliveryinfo li:last-child {
    margin-left: 0;
  }
  .deliveryinfo ul svg {
    width: 30px;
    height: 30px;
  }
  .wbimg, .wbcattop{
    margin-bottom: 30px;
  }
  .wboffer, .wbleft, .delibg, .blog_webi, .wbcattop, .deliveryinfo, .wbimg, .onsaletop, .specialbg{
    margin-top: 30px;
  }
  .heading {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .latest, .best ,.imgslider, .feature,.related,.cattab ,.wdonsale ,.wbtesti ,.wdtop ,.wdselected ,.wbblog {
    text-align: center;
  }
  .slick-prev, .slick-next {
    position: sticky;
    margin-top: 15px;
  }
  .latdec{
    width: 60%;
  }
  .wdtop .slick-arrow{
    background-color: var(--sub-color);
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .zoom-left, .pro-content{
    width: 50%;
  }
  .r-pro{
    width: 100%;
  }
  #common-home .newsletter::before {
    right: 10%;
  }
  .tabimg-ctn h2 span,.tabimg-ctn h2{
    font-size: 25px;
    line-height: 25px;
  }
  .testi{
    padding: 0;
  }
  .testi-ctn h4{
    font-size: 20px;
    line-height: 20px;
  }
  .testi-ctn h2{
    font-size: 40px;
    line-height: 40px;
  }
  .btn-primary{
    width: 164px;
    height: 40px;
  }
  .feature-tab-pro {
    padding: 0;
  }
  .gal-img{
    right: 0;
  }
  .footer.call-num p {
    font-size: 14px;
    line-height: 20px;
  }
  .footer.call-num span {
    font-size: 25px;
    line-height: 25px;
  }
  .parallex .item h2{
    font-size: 20px;
    line-height: 20px;
  }
  .nav-tabs .nav-link {
    padding: 7px 40px;
  }
  .logo-ctn p {
    margin: 10px auto;
  }
  .service .card-text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 17px;
  }
  .dinfo .card-body .card-title{
    font-size: 14px;
    line-height: 14px;
  }
  .service .card-body img{
    width: 50px;
  }
  .testi-origin ul li a{
    font-size: 25px;
    line-height: 36px;
  }
  .left-bg .logo-ctn h2{
    font-size: 25px;
    line-height: 25px;
  }
  .testi-origin::before {
    height: 210px;
    left: -30px;
}
  .onsale-img .onsatex .banner-description{
    padding: 0;
  }
  .logo-ctn h2{
    font-size: 20px;
    line-height: 20px;
  }
  .product-list .product-thumb .price, .product-grid .product-thumb .price {
    font-size: 20px;
  }
  #information-information h3{
    font-size: 20px;
    margin-bottom: 10px;
  }
  #information-information h1{
    font-size: 30px;
    margin-bottom: 10px;
  }
  .back-page {
    padding: 20px 0;
  }
  .sngblog h3{
    font-size: 30px;
  }
  .blog-page-bg .back-page {
    padding: 10px 0;
  }
  .blog-ctn h2{
    font-size: 30px;
    margin-bottom: 10px;
  }
  #form-review {
    margin-bottom: 0;
  }
  .center-heading, .left-heading{
    font-size: 30px;
  }
  .sub-product {
    padding: 30px 0;
  }
  .pro-content .qty-flex{
    margin-top: 15px;
  }
  /* #product .wish{
    width: 45px;
    height: 40px;
  } */
  .pro-content h1 {
    font-size: 30px;
    margin: 10px 0;
    line-height: 30px;
}
  .text-decor-bold h2{
    font-size: 25px;
  }
  .product-header #logo img, .product-header #cart .xuser img, .product-header #logo img, .product-header #cart img{
    filter: unset;
  }
  #product-info .back-page {
    padding: 20px 10px;
    margin-top: 0;
  }
  .newsletter .inner h2{
    font-size: 25px;
    line-height: 25px;
  }
  .button-submit .fa{
    margin-left: 5px;
  }
  .foot-bot {
    padding: 0 0 15px 0;
  }
  .news-p{
    font-size: 14px;
    margin-top: 10px;
  }
  footer .lborder {
    width: 49%;
  }
  .copys ul li a img{
    width: 12px;
    height: 12px;
  }
  .fsocial li a{
    width: 25px;
    height: 25px;
  }
  .middle-footer h5{
    font-size: 20px;
  }
  .testi-heading{
    margin-bottom: 20px;
  }
  .parallex .heading span,.blog-main-title h2{
    font-size: 25px;
  }
  .special-heading{
    margin-bottom: 30px;
  }
  .latest, .best-bg{
    max-width: 200px;
  }
  .special-heading p{
    font-size: 14px;
    max-width: 400px;
  }
  .special-heading h2{
    font-size: 30px;
  }
  .offerdesc .btn-primary.btn-section {
    font-size: 14px;
    bottom: 5px;
    left: 10px;
  }
  .top-subtitle {
    font-size: 15px;
    top: 15px;
    left: 10px;
}
  .offer_bnr,.selected_bnr{
    display: flex;
    align-items: center;
  }
  .right-banner {
    padding: 30px 0;
    background: #525252;
}
  .offer-banner{
    padding-bottom: 30px;
  }
  #common-home .newsletter {
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
  footer .newsletter .inner h2{
    font-size: 25px;
    line-height: 25px;
  }
  .section-bottomtitle{
    margin-top: 10px;
  }
  .product-thumb .price {
    font-size: 20px;
    line-height: 20px;
  }
  .protitle a{
    font-size: 20px;
    line-height: 20px;
  }
  .protitle {
    padding: 10px 0;
}
  .tab-pro .heading{
    margin-bottom: 20px;
  }
  .slid-price .usd-price p{
    font-size: 14px;
    margin-left: 5px;
  }
  .slid-price span{
    font-size: 20px;
    line-height: 40px;
  }
  .slid-price{
    margin-top: 20px;
  }
  .slidertext .part-2 p{
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
  .slid-dec .part-2 h2{
    font-size: 25px;
    margin: 10px 0;
    line-height: 25px;
    -webkit-text-fill-color: var(--main-color);
  }
  .wd-item-title{
    font-size: 15px;
  }
  .wd-item-title a{
    top: 10px;
    left: 10px;
  }
  .wd-item-caption{
    left: 10px;
    bottom: 10px;
  }
  .wd-item-caption p {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .category-tab {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .top-category {
    margin-top: 0;
    padding-top: 30px;
  }
  .main-home #logo img,.main-home #cart .xuser img{
    filter: unset;
  }
  .t-none{
    display: none;
  }
  .t-block{
    display: block !important;
  }
  .t-block.d-flex{
    display: flex !important;
  }
  .cinfo{
    background: var(--main-color);
    padding: 6px 15px;
    color: var(--sub-color);
  }
  .cinfo li{
   color: var(--white) !important; 
   font-size: 14px !important;
  }
  .deliveryinfo li p{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .imgtext{
    left: 15px;
    width: 200px;
  }
  .imgdec .imgtext h5 {
    font-size: 20px;
  }
  .imgdec .imgtext h2 {
    font-size: 30px;
  }
  #contact ul li {
    font-size: 15px;
  }
  .f-left svg{
    width: 20px;
    height: 20px;
  }
  .storeinfo h5 {
    font-size: 18px;
  }
  .fsocial li a{
    margin-right: 2px; 
  }
  .deliveryinfo ul{
    padding: 20px 0;
  }
  .deliveryinfo li:last-child {
    width: auto;
  }
  .giant-item-thumb .giant-item-caption h2 a{
    font-size: 18px;
    text-transform: capitalize;
  }
  .giant-wrapper .giant-item-caption{
    top: 60px;
  }
  .webibazaar-dis .price-new{
    font-size: 16px;
  }
  .price-old{
    font-size: 14px;
  }
  .webibazaar-dis h4{
    width: 150px;
  }
  .proreview{
    margin: 0 25px;
    padding: 0 25px;
  }
  .manucom .product-grid .col {
    width: 33.33%;
  }
  #product-category .cate-border .btn-primary{
    font-size: 14px;
    padding: 7.5px 5px;
  }
  .btn-group .btn{
    padding: 10px;
  }
  #account-wishlist tr td {
    white-space: nowrap;
  }
  #content.colright{
    width: 65%;
  }
  #column-right{
    width: 35%;
  }
  .slidertext h1{
    font-size: 35px;
  }
  .slidertext {
    width: 430px;
    left: 0;
  }
  .slidertext a.btn {
    margin-top: 0;
  }
  .part-3 h3,.part-3 p{
    margin-right: 5px;
    font-size: 14px;
  }
  .menusp{
    position: absolute;
    top: 18px;
    padding: 0;
    width: auto;
  }
  .offertext h2{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .offertext h5{
    margin-bottom: 10px;
  }
  .offertext{
    width: 250px;
  }
  .centertxt h2{
    font-size: 20px;
    margin: 5px 0;
  }
  .centertxt h5{
    font-size: 20px;
  }
  .centertxt{
    width: 300px;
    left: 0;
  }
  .centertxt h4 {
    font-size: 25px;
  }
  .imgtext a.btn-primary, .centertxt a.btn-primary,.offertext a.btn-primary {
    padding: 4px 15px;
    margin-top: 0;
  }
  .offertext p, .imgtext p{
    margin-bottom: 5px;
    line-height: 20px;
  }
  .centertxt p{
    font-size: 30px;
  }
  .onsaletop .heading span {
    font-size: 35px;
  }
  .parallex .quote svg {
    width: 50px;
    height: 50px;
  }
  .middle-footer {
    padding: 30px 0 30px;
  }
  .deliveryinfo ul li h4 {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px){
  .pro-det {
    margin: 30px 0;
  }
  .btn-primary.read_more{
    height: 35px;
    width: 150px;
  }
  footer #formNewLestter .inner{
    max-width: unset;
  }
  .btn-primary{
    width: 150px;
    height: 35px;
  }
  .newsletter .row,.top_bg .row{
    margin: 0;
  }
  .top_bg .logo-ctn{
    padding: 0;
  }
  .testi{
    padding: 0;
  }
  .latdec{
    width: 100%;
  }
  .tabimg-ctn h2 span {
    font-size: 20px;
  }
  .tabimg-ctn h2{
    font-size: 25px;
    line-height: 25px;
  }
  .s3{
    margin: 20px 0;
  }
  .siinfo {
    width: 100%;
  }
  .pro-bg .big-img img{
    transform: none;
  }
  .refines li a{
    margin-bottom: 10px;
  } 
  .ebook,.h-search{
    display: none;
  }
  .h-search.sub-search{
    display: block;
    padding: 10px 12px;
    width: 100%;
    display: none;
  }
  .top_bg{
    padding: 0;
    margin: 0;
  }
  .parallex .item h2 {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 10px;
    max-width: 130px;
  }
  .parallex .item p {
    margin: 0 auto 10px;
  }
  footer .news-p,footer .newsletter .container,.parallex .item{
    padding: 0;
  }
  .logoimg{
    padding: 0 15px;
  }
  .wdlogoslider {
    padding: 30px 0;
  }
  .onsale-bg {
    margin-bottom: 0;
  }
  .logo-ctn p {
    margin: 10px auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .service .card-text{
    font-size: 14px;
    line-height: 15px;
    margin-top: 10px;
  }
  .dinfo .card-body .card-title{
    font-size: 17px;
    line-height: 17px;
  }
  .dinfo .card-body {
    max-width: unset;
  }
  .service .card-body img{
    width: 40px;
  }
  .footer.call-num,.part-3{
    display: none;
  }
  .wc-total {
    margin-left: 0;
  }
  .sub-homemenu{
    display: none;
  }
  .manu-ctn{
    display: none;
  }
  .product-list .form-select{
    width: 50%;
  }
  #form-product .form-select{
    width: 50%;
  }
  #rt {
    padding: 0px 12px 30px;
}
  .pro-content {
    padding-left: 12px;
    order: 1;
}
  #gal1 .slick-slide.slick-active{
    margin: 0 10px;
  }
  .gal-img {
    margin: 20px 0;
    position: unset;
}
  .ow-ctn h3 span{
    font-size: 18px;
    line-height: 18px;
  }
  .ow-ctn img{
    width: 70px;
  }
  .blog-head-section .logo-ctn{
    margin-bottom: 20px;
  }
  .newsletter .inner{
    margin: 0;
  }
  .parallex .item h3{
    font-size: 25px;
    line-height: 25px;
    margin: 10px 0;
  }
  .testi-origin::before{
    left: -5px;
    height: 200px;
  }
  .testi-origin ul li a {
    font-size: 20px;
    line-height: 30px;
}
  .onsale-img{
    padding: 0;
  }
  .onsale-img .onsatex .banner-description{
    padding: 0;
  }
  .tab-ctn{
    display: block;
    text-align: center;
  }
  .nav-tabs{
    margin-top: 15px;
    justify-content: center;
  }
  .logo-ctn{
    max-width: 100%;
  }
  .top-pro .logo-ctn h2,.left-bg .logo-ctn h2,.logo-ctn h2 {
    font-size: 20px;
    max-width: 100%;
    line-height: 20px;
  }
  .logo-dec{
    margin-bottom: 20px;
  }
  #product-manufacturer #content h1{
    font-size: 20px;
  }
  #information-information h3,
  #information-information h1{
    margin-bottom: 10px;
    font-size: 20px;
  }
  #information-information .back-page,#product-manufacturer .back-page{
    padding: 10px 0;
  }
  .information_header .sub_search,.manufacturer_header .sub_search,.login .sub_search{
    padding: 0 15px 0 15px;
  }
  .blogal{
    margin-top: 20px;
  }
  .sngblog h3 {
    font-size: 30px;
    padding: 0;
  }
  .blog-ctn .btn-primary.read_more{
    margin-top: 25px;
    height: 40px;
  }
  .blog-header .sub_search{
    padding: 0px 15px 0px 15px;
  }    
  .blog-page-bg .back-page {
    padding: 10px 0;
  }
  .blog-page-bg{
    margin: 30px 0;padding: 20px 0 30px 0;

  }
  .blog-ctn p{
    font-size: 14px;
  }
  .blog-ctn h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .cat-title{
    font-size: 25px;
    line-height: 25px;    
    padding-bottom: 10px;
  }
  .pro-category .homemenu .row{
    padding: 0;
  }
  .back-page {
    padding: 20px 0;
  } 
  .product-list .product-thumb .rating {
    float: right;
    margin-bottom: 10px;
  }
  .magnific-popup .img-thumbnail{
    margin: 0 auto;
  }
  .center-heading, .left-heading{
    font-size: 25px;
  }
  .sub-product {
    padding: 30px 0;
  }
  #form-review {
    margin-bottom: 0;
  }
  .pro-banner {
    padding: 30px 0 0;
}
  .custom-img{
    margin-top: 20px;
  }
  .pro-content #product #button-cart {
    height: 40px;
    width: 150px;
}
  /* #product .wish{
    height: 40px;
    width: 46px;
  } */
  .productbg .t-none{
    display: none;
  }
  #product-info .back-page {
    padding: 20px 10px;
    margin-top: 0;
    display: block !important;
  }
  .breadcrumb{
    padding: 10px 0;
  }
  .foot-bot {
    padding: 0 0 10px 0;
  }
  footer .newsletter .inner {
    margin: 0 auto 30px;
}
  .middle-footer .row .news-lborder,.middle-footer .row .lborder {
    width: 100%;
}
  .blog-bg{
    padding-bottom: 30px;
    padding-top: 0;
  }
  .blog-desc, .blog_links{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
  .blog-main-title{
    margin: 30px 0 20px 0px;
  }
  .testi-heading{
    margin-bottom: 20px;
  }
  .parallex .heading span,.blog-main-title h2{
    font-size: 25px;
  }
  .special-heading,.specilban{
    margin-bottom: 20px;
  }
  .right-banner{
    padding: 30px 0;
    background: #525252;
  }
  .special-heading p{
    font-size: 14px;
    max-width: 250px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
  .special-heading h2{
    font-size: 25px;
  }
  .selected_bnr .beffect a img{
    margin-bottom: 20px;
  }
  .offer-banner{
    padding-bottom: 30px;
  }
  .offerdesc .btn-primary.btn-section{
    margin: 0;
    left: 15px;
  }
  .top-subtitle {
    font-size: 20px;
    top: 15px;
    left: 15px;
}
  #common-home .newsletter {
    padding: 0px 0;
    position: relative;
    margin: 0px 0 30px;
  }
  #common-home .newsletter::before{
    right: 0;
    border-radius: 0;
  }
  .button-submit .fa{
    margin-left: 5px;
  }
  .workdo-newsletter {
    padding: 30px 0;
  }
  .news-p{
    margin-top: 10px;
  }
  .news{
    padding: 0px;
  }
  footer .newsletter .inner h2,.newsletter .inner h2{
    font-size: 25px;
    max-width: 100%;
    line-height: 25px;
  }
  .sale-product {
    padding: 30px 0 0px 0;
    transform: none;
  }
  .center-bg .banner-description{
    padding-bottom: 15px;
  }
  .section-bottomtitle {
    font-size: 14px;
    margin-top: 15px;
  }
  .product-thumb .price {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
  }
  .protitle{
    padding: 10px 0;
  }
  .protitle a{
    font-size: 20px;
    line-height: 20px;
  }
  .tab-pro .heading{
    margin-bottom: 20px;
  }
  .category-tab {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .wd-item-caption {
    bottom: 8px;
    left: 8px;
    max-width: 120px;
  }
  .wd-item-caption p{
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 15px;
  }
  .wd-item-title{
    font-size: 15px;
  }
  .wd-item-title a{
    top: 10px;
    left: 10px;
  }
  .slid-price .usd-price p {
    font-size: 14px;
    margin-left: 5px;
  }
  .slid-price span{
    font-size: 20px;
    line-height: 30px;
  }
  .slidertext a img{
    margin-left: 5px;
  }
  .slid-price{
    margin-top: 20px;
  }
  .slidertext p {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 15px;
}
  .slid-dec .part-2 h2 {
    font-size: 25px;
    line-height: 25px;
    margin: 10px 0;
    -webkit-text-fill-color: var(--main-color);
  }
  .top-category{
    margin-top: 0;
    padding-top: 30px;
  }
  .sub_megamenu{
    display: block;
  }
  .sub_search {
    display: none;
  }
  .main-home #logo img, .main-home #cart .xuser img, .product-header #logo img, .product-header #cart img{
    filter: unset;
  }
  .main-home .homemenu, .product-header .homemenu{
    position: unset;
  }
  .f-left svg{
    width: 20px;
    height: 20px;
  }
  .left-ban{
    margin-bottom: 15px;
  }
  .specilban .beffect:last-child {
    margin-top: 15px;
  }
  .deliveryinfo li:last-child {
    width: 80%;
  }
  .deliveryinfo li p{
    font-size: 14px;
    letter-spacing: 0;
  }
  .deliveryinfo li{
    display: inline-block;
  }
  .onsaletop .spebtm{
    margin: 20px 0;
  }
  .storeinfo ul {
    display: block;
  }
  .fsocial{
    margin-bottom: 10px;
  }
  .product-thumb .homeadd svg, .product-thumb .button-group svg {
    width: 17px;
    height: 16px;
  }
  .tab-head .heading{
    display: none;
  }
  .tab-pro .pro-tab li{
    margin: 0 2px;
  }
  .slick-arrow{
    min-width: 30px;
    min-height: 30px;
    padding: 0;
  }
  .slick-next{
    right: 10px;
    left: auto;
  }
  .slick-prev{
    right: 45px;
    left: auto;
  }
  .centertxt a.btn-primary{
    margin-top: 5px;
  }
  .giant-wrapper .giant-item-caption{
    position: unset;
    width: auto;
    text-align: center !important;
  }
  .giant-item-thumb .giant-item-caption h2 a{
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
    color: var(--sub-color);
    text-transform: capitalize;
    padding-bottom: 1px;
  }
  .onsatex a.btn svg {
    width: 16px;
    height: 16px;
    margin-left: 10px;
  }
  .onsaletop p{
    letter-spacing: 0;
    line-height: 20px;
    font-size: 14px;
  }
  .parallex h2 {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 35px;
  }
  .testi-ctn h4{
    font-size: 25px;
    line-height: 25px;
  }
  #account-wishlist tr td {
    white-space: nowrap;
  }
  .middle-footer {
    padding: 30px 0 10px;
    border-top: none;
}
  .footer-top{
    padding: 0;
  }
  .middle-footer .btn.toggle,.storeinfo .btn.toggle{
    color: var(--sub-color);
    text-shadow: none;
    background: none;
    background-image: none;
    background-image: none;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    position: absolute;
    top: -2px;
    right: 0;
    padding: 0;
    width: 100%;
  }
  .middle-footer h5,.storeinfo h5{
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
  }
  footer h5 .toggle.collapsed::after, .catfilter .toggle.collapsed::after {
    font-family: 'FontAwesome';
    content: '\f067';
    font-size: 14px;
    font-weight: 600;
    float: right;
    cursor: pointer;
    color: var(--sub-color);
  }
  footer h5 .toggle::after, .catfilter .toggle::after {
    font-family: 'FontAwesome';
    content: '\f068';
    font-size: 14px;
    font-weight: 600;
    float: right;
    cursor: pointer;
    color: var(--sub-color);
  }
  #logo img {
    max-width: 130px;
  }
  .menusp {
    position: absolute;
    top: 18px;
    padding: 0;
  }
.text-decor-bold h2{
  font-size: 25px;
}
.pro-content h1 {
  font-size: 20px;
  line-height: 20px;
  -webkit-text-fill-color: unset;
}
  .slick-slide div .col .product-thumb {
    margin-bottom: 15px;
    text-align: left;
  }
  .slidertext a.btn {
    margin-top: 0;
    padding: 5px 12px;
    font-size: 14px;
    text-transform: capitalize;
  }
  .slidertext a.btn svg {
    width: 20px;
    height: 20px;
    margin-left: 15px;
  }
  .slidertext {
    width: 350px;
    left: 0;
  }
  .deliveryinfo ul{
    text-align: left;
    padding: 5px 0;
  }
  #search{
    margin-top: 0;
  }
  .search-menu{
    padding: 1px 0;
  }
}
@media (min-width: 600px) and (max-width: 767px){
  .slidertext h1{
    font-size: 30px;
  }
  .slidertext p{
    display: none;
  }
  .offertext h1{
    font-size: 35px;
  }
  .offertext h2{
    font-size: 25px;
  }
  .offertext{
    left: 25px;
  }
}
@media (min-width: 451px) and (max-width: 599px){
   .catesort {
     width: 100%;
     margin-top: 15px;
  }
  .slidertext h1{
    font-size: 25px;
    line-height: 37px;
  }
  .slidertext h1 strong{
    font-size: 28px;
  }
  .offertext{
    width: 300px;
  }
  .offertext h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .offertext h1{
    font-size: 35px;
  }
}
@media (max-width: 575px){
  .heading{
    display: block;
  }
  .heading strong{
    display: none;
  }
  .offbanner{
    margin-bottom: 15px;
  }
  .product-thumb .price {
    font-size: 15px;
}
  .spebtm{
    display: none;
  }
  .heading strong{
    font-size: 14px;
    letter-spacing: 0;
  }
  .centertxt h5{
    display: none;
  }
  .htop [class*=col-]{
    width: auto;
  }
  .deliveryinfo [class*=col-]:last-child{
    margin-bottom: 0;
  }
  .wbimg [class*=col-]{
    margin-bottom: 15px;
  }
  .wbimg [class*=col-]:last-child{
    margin-bottom: 0;
  }
  .offerimg{
    margin-bottom: 10px;
  }
  .webibazaar-cat .product-info{
    width: 40%;
  }
  .webibazaar-cat .webibazaar-dis{
    width: 60%;
  }
  .webibazaar-dis h4{
    width: 150px;
    font-size: 16px;
  }
  .price-old{
    font-size: 14px;
  }
  .webibazaar-dis .price-new{
    font-size: 16px;
  }
  .product-thumb .image .second-image img{
    width: 100%;
  }
}
@media (max-width: 450px){
  .btn-primary {
    width: 120px;
    height: 35px;
}
  .back-page,.blog-page-bg .back-page {
    padding: 10px 0;
    display: block !important;
}
  .cat-tab li a, .nav-tabs .nav-link{
    width: 84px;
    height: 40px; 
    border-radius: 20px;
    margin-left: 10px;
  }
  .product-list .form-select {
    width: 100%;
}
  #form-review h2 {
    font-size: 14px;
    font-weight: 600;
} 
  .pro-det .col-md-6, .sub-product .container{
    padding: 0;
  }
  footer .workdo-newsletter{
    padding-top: 0;
  }
  .testi-ctn h4 {
    font-size: 20px;
    line-height: 10px;
  }
  .parallex h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .wdtop .product-thumb .caption,.wdtop .product-thumb .image{
    width: unset;
  }
  .topbg-img{
    padding: 15px;
  }
  .wdtop .product-thumb{
    display: block;
  }
  .top_bg .logo-ctn{
    display: block;
  }
  .top_bg .logo-ctn h2{
    margin-bottom: 10px;
  }
  .tabimg-ctn h2 span {
    font-size: 14px;
    line-height: 14px;
  }
  .tabimg-ctn h2 {
    font-size: 18px;
    line-height: 18px;
    max-width: 90px;
  }
  .tabimg-ctn {
    left: 10px;
    bottom: 10px;
  }
  #search .form-control{
    padding: 0px 10px;
  }
  .wbSearch{
    padding: 25px 15px;
  }
  .header-logo {
    width: 40%;
  }
  .h-icon{
    width: 50%;
  }
  .head-manu {
    width: 10%;
  }
  .pro-content h1{
    -webkit-text-fill-color: unset;
  }
  .blog-head-section .logo-ctn h2, 
  .top-pro .logo-ctn h2, 
  .left-bg .logo-ctn h2, 
  .logo-ctn h2 {
    font-size: 18px;
    max-width: unset;
    line-height: 18px;
  }
  .blog-head-section .logo-ctn h2{
    margin-bottom: 15px;
  }
  .blog-head-section .logo-ctn{
    display: block;
  }
  .parallex .item h2 {
    font-size: 14px;
    line-height: 14px;
  }
  .testdec img{
    width: 60px;
  }
  .nav-tabs .nav-link{
    margin-left: 10px;
  }
  .tab-ctn{
    display: block;
  }
  .nav-tabs{
    margin-top: 20px;
  }
  .dinfo .card-body {
    max-width: 100%;
  }
  .s3 {
    margin: 20px 0;
  }
  .slid-dec h5{
    padding: 5px 0px 5px 5px;
    display: none;
  }
  .slidertext p {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0px 0 15px;
  }
  .workdo-newsletter {
    padding: 20px 0;
}
  .parallex .wbtesti .slick-list .slick-slide :first-child .item{
    margin-bottom: 0;
  }
  .testi-origin h2{
    font-size: 20px;
  }
  .parallex .onsatex, .testi-origin{
    width: 100%;
  }
  .testi-origin{
    margin-top: 30px;
  }
  .logo-ctn p{
    margin: 10px 0 0;
  }
  .product-thumb .homeadd .cartb{
    font-size: 14px;
  }
  .you-save {
    font-size: 14px;
    padding: 1px 10px;
}
  .protitle a {
    font-size: 18px;
    line-height: 18px;
}
  .form-select{
    width: 100%;
  }
  .logoslider{
    padding-bottom: 0;
  }
  .slidertext a.btn{
    padding: 0;
    width: 150px;
  }
  .slid-price {
    margin-top: 5px;
}
  .slidertext {
    width: 280px;
  }
  #product-search .back-page {
    padding: 10px 0;
  }
  .search_header .sub_search{
    padding: 0px 15px 0px 15px;
  }
  .info-img{
    margin-bottom: 10px;
  }
  .sngblog h3{
    font-size: 20px;
  }
  .blog-page-bg .back-page {
    padding: 0 0 10px 0;
    display: block !important;
}
  .blog-ctn .btn-primary.read_more {
    margin-top: 20px;
    height: 36px;
    width: 110px;
  }
  .blog-ctn p {
    font-size: 14px;
  }
  .blog-ctn h2 {
    font-size: 18px;
  }
  .new-from .field{
    margin-top: 15px;
  }
  footer .newsletter .inner h2{
    font-size: 20px;
  }
  .parallex .heading span, .blog-main-title h2 ,.special-heading h2{
    font-size: 20px;
  }
  .testi-star {
    margin: 0 0 5px 0;
  }
  .testi-dec .testi-star ul li img{
    width: 100% !important;
  }
  .parallex .item h3{
    font-size: 20px;
    margin: 0 0 10px 0;
    line-height: 20px;
  }
  .specilban{
    margin-bottom: 0;
  }
  .latest_pro,.best_pro{
    padding: 0;
  }
  .best{
    position: unset;
    padding: 20px 0 0 0;
  }
  .latest{
    position: unset;
    padding: 20px 0;
  }
  .select_pro{
    padding: 0;
  }
  .left_bnr{
    order: 1;
  }
  .selected_pro{
    order: 2;
  }
  .offerdesc .btn-primary.btn-section{
    bottom: 30px;
  }
  .news-p {
    font-size: 14px;
    margin-top: 5px;
  }
  .news-p{
    font-size: 14px;
  }
  .newsletter .new-from input {
    padding: 10px 5px;
    font-size: 14px;
  }
  .newsletter .inner h2 {
    font-size: 20px;
}
  .tab-heading span{
    margin: 0;
  }
  .tav-btn .btn-primary.btn-section,.special-heading p{
    display: none;
  }
  .slid-dec h5,.slid-dec .clint-rating,.slid-dec .full-rating{
    font-size: 14px;
  }
  .slid-dec .part-2 h2,.slid-price span,.heading span{
    font-size: 15px;
    line-height: 15px;
  }
  .wc-total span{
    top: 0;
  }
  .wc-total span, .cartt{
    line-height: 10px;
    width: 10px;
    height: 10px;
    font-size: 9px;
  }
  .d-search img, .xuser img, .top-wishlist .wc-total img {
    width: 17px;
    height: 17px;
  }
  .list-inline > li.top-wishlist{
    padding: 0;
  }
  .leftdesc {
    left: 10px;
  }
  .specialtxt p{
    margin: 15px 0 0 0;
  }
  .specialtxt h2{
    font-size: 20px;
  }
  .leftcom{
    display: none;
  }
  .left-ban img{
    max-width: 100%;
  }
  .wbcount .product-thumb{
    display: block;
  }
  .slidertext h1 strong{
    font-size: 20px;
  }
  .parallex .item p {
    letter-spacing: 0;
    font-size: 14px;
    margin: 0 0 5px 0;
  }
  .btn-group .btn{
    padding: 0 10px;
    font-size: 14px;
  }
  .proreview{
    margin: 0 10px;
    padding: 0 10px;
  }
  .pro-tab li a{
    padding: 5px 7px;
    font-size: 14px;
  }
  .tab-pro .pro-tab li{
    margin: 0px;
  }
  .catesort {
     width: 100%;
     margin-top: 15px;
  }
  .blog_comment::before, .blog_comment::after {
    padding: 0 3px;
  }
  .slidertext h1{
    font-size: 16px;
    width: 200px;
    margin-bottom: 0;
    line-height: 20px;
  }
  .product-tab li {
    margin: 0 8px;
  }
  .offertext{
    width: 200px;
  }
  .offertext h2{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .offertext h1{
    font-size: 30px;
  }
  .newsletter .inner h3 {
    font-size: 20px;
  }
  #search .btn-lg {
    left: 0;
    padding: 0 10px;
  }
  .callright ul{
    padding-left: 0;
  }
  .callright{
    text-align: left !important;
    padding: 6px 0 !important;
  }
  .callright li, .callright li a {
    font-size: 12px !important; margin-left: 5px !important;
  }
  .imgslider .slick-arrow{
    width: 30px;
    height: 30px;
  }
  .imgslider .slick-arrow.slick-prev, .imgslider .slick-arrow.slick-next{
    top: 35%;
  }
  .wboffer, .wbleft, .delibg, .blog_webi, .wbcattop, .deliveryinfo, .wbimg, .onsaletop, .specialbg, .dinfo{
    margin-top: 30px;
  }
}



.table td a{
  /* width: 35px !important;
  height: 35px !important; */
  border-radius: 0 !important;
  display: inline-block;
}

.testi-dec{
  margin-left: 10px;
}
.prop-pro{
  padding-left: 0;
}
.big-img{
  padding: 0;
}
.related .slick-slide .cless{
  padding: 0;
}
#product .compare,#product .wish {
  margin-right: 10px;
  background-color: var(--main-color);
  font-size: 14px;
  color: #fff;
  margin-left: 0;
}
.zoom-left{
  padding: 0;
}
.p-bg .container{
  /* margin-right: 0; */
  max-width: calc(((100% - 1380px) / 2) + 1380px);
  padding-right: 0;
}
.p-bg .row{
  margin: 0;
}

.magnific-popup .gallery_img {
  margin-top: 20px;
}

/* .sub-product .rless .product-thumb .second-image, */
.gallery_img .pro-img-wrapper{
  position: relative;
  padding-top: 100%;
  width: 100%;
}
/* .sub-product .rless .product-thumb .second-image img, */
.gallery_img .pro-img-wrapper img{ 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  padding: 10px;
}

.productbg.p-bg{
  padding-bottom: 80px;
}

/* header.head-sticky .homemenu .container > .row:first-child {
  display: none;
}

header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
} */


.fixed {
  position: fixed;
  z-index: 9;
  top: 0;
  background-color: #FBF6F0;
  transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
  left: 0;
  right: 0;
  box-shadow: 0px 0px 7px 0 rgb(0 0 0 / 30%);
}
.sticky-h.fixed .homemenu{
background-color: #F2F1EE;
}