:root {
  --main-color: #5D6E70;
  --maroon: #A5A9A8;
  --white: #F0F0F0;
}

body {
  font-family: 'Outfit';
  font-weight: 400;
  color: #5D6E70;
  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: #5D6E70;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus,
a:hover,
.btn-link:focus,
.btn-link:hover {
  text-decoration: none;
  outline: none;
  color: #5D6E70;
}

.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: 12px;
  font-weight: normal;
}

.list-unstyled a {
  text-decoration: none;
}

.list-inline {
  margin: 0 32px 0 0;
}

.list-inline>li {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.nav-tabs {
  margin-bottom: 15px;
}

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:1410px) and (max-width:1799px){
    .container {
       max-width: 1380px;
    }
} */
/* @media (min-width: 1830px) {
    .container {
        max-width: 1800px;
    }
    #product-info{
      margin: 0 auto;
      max-width: 1600px;
    }
} */
@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 #eee;
  border-radius: 0;
  font-size: 14px;
  color: #555;
}

.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 */
.header-logo {
  width: 17%;
}

#top-links {
  width: 20%;
  padding-left: 0;
  display: flex;
  align-items: center;
}

.header-bg {
  width: 63%;
}

.hsticky {
  background-color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #EBE8E8;
}

.main-home .homemenu,
.product-header .homemenu {
  padding: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
}

.main-home .cartna,
.product-header .cartna {
  color: #fff;
}

.main-home .cartl strong,
.product-header .cartl strong {
  color: #fff;
  font-weight: 400;
}

#product-info .back-page {
  padding: 10px 0;
  margin-top: 70px;
}

#product-info .back-to-home img {
  filter: brightness(10);
}

.main-home #logo img,
.main-home #cart .xuser img,
.product-header #logo img,
.product-header #cart .xuser img {
  filter: brightness(10);
}

.homemenu .row {
  align-items: center;
}

#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: #5d6e70;
  text-align: right;
}

.topbsp svg {
  width: 20px;
  height: 20px;
}

.topbsp li {
  text-transform: capitalize;
}

.offer_title a {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  margin: 0 3px;
  cursor: pointer;
  color: #fff;
}

.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: #5d6e70;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #f5f5f5;
  color: #5d6e70;
}

.dropdown-item {
  color: var(--maroon);

}

.xsla .fa,
.xscu .fa {
  font-size: 12px;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
}

.huser {
  padding: 0 22px 0 0 !important;
}

.hdis span.main-title {
  font-size: 16px;
  margin-bottom: 0;
  color: #51734E;
  font-weight: 600;
  display: block;
}

#top-links ul li svg {
  width: 24px;
  height: 23px;
  fill: none;
  stroke: #000;
  cursor: pointer;
  margin-right: 10px;
}

.huser .dropdown-toggle svg {
  fill: #000 !important;
  stroke: none !important;
}

#top-links ul li svg:hover,
.inuser .dropdown-toggle:hover svg,
#cart .dropdown-toggle:hover svg {
  stroke: #51734E;
}

.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 #FFF;
}

#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: 15px;
  padding-right: 15px;
}

.rless {
  margin-left: -15px;
  margin-right: -15px;
}

/* search */
#search_block_top .input-group {
  position: unset;
  width: auto;
}

input::placeholder {
  color: #C6C6C6 !important;
}

#search .form-control {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 42px;
  border: none;

  color: #C6C6C6;
  background-color: transparent;
}

#search .btn-lg {
  padding: 0 8px;
  border: none;
  height: 40px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 100;
  background: transparent;
  position: absolute;
  left: 5px;
  z-index: 99;
}

#top-links ul li #search_toggle svg {
  width: 22px;
  height: 22px;
}

#search {
  display: flex;
  list-style-type: none;
  width: 100%;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: transparent;
  color: #5D6E70;
}

/* search */
.list-inline>li.desktop-search {
  vertical-align: baseline
}

#webibazaar-search-category {
  float: left;
  font-size: 12px;

  border: none;
  height: 40px;
  padding: 10px;
  -moz-appearance: none;
  left: -15px;
  z-index: 99;
  position: relative;
  background: #fff url(".../../../../../image/catalog/arrow.png");
  background-position: right bottom 17px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  border-radius: 88px;
  background-color: var(--maroon);
  color: var(--white)
}

svg {
  vertical-align: middle;
  transition: 0.3s ease
}

.d-search button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.sideb {
  display: block;
}

.siden {
  display: none;
}

/* 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;
  top: 5px;
}
.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: 4px 10px;
  border-radius: 0px;
  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: 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 .price-new,
.webibazaar-dis .price {
  font-size: 18px;
  color: #51734E;

}

.webibazaar-dis h4:hover {
  color: #4b8106;
}

.webibazaar-dis .list-des {
  font-size: 12px;
  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;
}

.btn-primary.btn-section img {
  filter: brightness(10);
}

/*imgslider*/
.slick-dots li button::before {
  font-size: 50px;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.s-panel .slick-dots {
  bottom: 120px;
}

.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;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  width: 470px;
  left: 14.5%;
  text-align: left;
}

.slid-price {
  display: flex;
  margin-top: 50px;
  align-items: center;
  column-gap: 30px;
}

.slid-price span {
  font-weight: 600;
  font-size: 51px;
  color: #fff;
  line-height: 60px;
}

.slid-price .usd-price p {
  font-weight: 500;
  font-size: 17.9841px;
  color: #fff;
  margin-left: 10px;
}

.slidertext img {
  display: inline-block;
  margin-left: 15px;
  width: 8px;
  height: 8px;
}

.slidertext h1 {
  font-size: 45px;
  text-transform: capitalize;
  color: #132A3A;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 60px;
}

.slidertext h1 strong {
  color: #51734E;
  font-size: 60px;
}

.slidertext h3 {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-weight: normal;
  color: #51734E;
  margin-bottom: 15px;
}

.slidertext p {
  font-size: 18px;
  margin: 0;
  text-transform: capitalize;
  line-height: 24px;
  letter-spacing: 0.8px;
  font-weight: 600;
}

.star img {
  margin: 0;
  width: 13px;
  height: 13px;
}

.slid-dec .rating {
  margin-left: 12px;
  padding: 0;
}

.slid-dec .clint-rating {
  font-weight: 700;
  font-size: 14.877px;
  color: #fff;
}

.slid-dec .full-rating {
  color: #AAAAAA;
  font-weight: 700;
  font-size: 14.877px;
}

.slid-dec h5 {
  font-weight: 600;
  font-size: 15.1644px;
  color: #fff;
  margin: 0;
  margin-right: 25px;
}

.slid-dec .part-2 h2 {
  font-weight: 600;
  font-size: 85px;
  color: #fff;
  margin-top: 25px;
  line-height: 85px;
}

.slid-dec p {
  font-weight: 400;
  font-size: 12px;
  color: #C6C6C6;
}

.slidertext a.btn {
  padding: 11px 36px;
  text-transform: capitalize;
  border-radius: 0px;
  font-size: 12px;
  font-weight: normal;
  background: #FFFFFF;
  color: #637375;
}

.slidertext a.btn:hover {
  background: var(--maroon);
}

.slidertext a.btn svg {
  width: 24px;
  height: 24px;
  margin-left: 30px;
  fill: #fff;
}

.imgslider .slick-arrow {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 0px;
}

.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-arrow:hover {
  background: #fff;
}

.imgslider .slick-arrow:hover .fa {
  color: #fff;
}

.imgslider .slick-dots li button::before {
  font-size: 0;
  width: 24px;
  height: 2px;
  background: #fff;
}

.slick-dots li

/* cart */
.accordion-item>.accordion-header,
.accordion-button:not(.collapsed) {
  background: #f5f5f5;
  color: #5d6e70;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: #ddd;
  color: #5d6e70;
  background: #fff;
}

.a-one {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.a-one {
  background-color: #5d6e70;
  background-color: rgba(0, 0, 0, .6);
  bottom: 0;
  z-index: 99;
}

.alert.alertsuc {
  padding: 13px 12px;
  background-color: #fff;
  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: 0;
  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;
}

.cartdrop {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

#cart .btn-danger {
  background-color: #fff;
  color: #222;
  padding: 0;
  border-color: #fff;
  border: none;
  transition: all 0.4s ease-in-out 0s;
  box-shadow: none;
}

#cart li tbody tr td {
  font-size: 12px;
}

#cart .dropdown-menu li>div {
  padding: 0 10px;
}

#cart .dropdown-menu p a strong {
  font-weight: normal;
}

#header-cart>.btn {
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
}

#header-cart .btn-lg {
  padding: 0.65rem 1rem;
}

#header-cart.open>.btn {
  background-image: none;
  background-color: #FFFFFF;
  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;
  color: #5D6E70;
}

.cartname a {
  color: #5D6E70;
}

#cart .dropdown-menu {
  min-width: 295px;
  padding: 10px 0;
  right: 0 !important;
  left: auto !important;
  border-radius: 0;
}

#cart .cartl {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  line-height: normal;
  margin-right: 10px;
}

#cart .dropdown-toggle {
  background: transparent;
  padding: 0;
  border: none;
}

.cartprice {
  clear: both;
  position: relative;
  top: -35px;
  left: 70px;
  width: 50%;
  color: #5d6e70;
  font-size: 13px;
  direction: ltr;
  margin-bottom: -10px;
}

#cart-total {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

#cart-total strong {
  font-size: 12px;
  color: #fff;
}

#cart .dropdown-menu p {
  margin-bottom: 0;
  font-size: 13px;
  color: #5d6e70;
}

.cartt {
  background: #fed507;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  line-height: 13px;
  color: #5d6e70;
  position: absolute;
  top: 0px;
  font-size: 12px;
  margin-left: -17px;
}

.cartna {
  color: #5D6E70;
  display: block;
  font-size: 12px;
  line-height: 9px;
  text-transform: capitalize;
  margin-left: 10px;

}

.cartl strong {
  font-size: 12px;
  color: #5D6E70;
}

.main-home .header-bg {
  background-color: #525252;
}

.header-bg {
  background-color: #5D6E70;
}

.search-menu {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
}

.cartpsp .btn-danger {
  margin: 0 2px;
}

.wboffer,
.wbleft,
.delibg,
.blog_webi,
.logoslider,
.wbcattop,
.deliveryinfo,
.wbimg,
.onsaletop,
.specialbg,
.dinfo {
  margin-top: 50px;
}

.wbimg,
.wbcattop {
  margin-bottom: 50px;
}

.giant-wrapper {
  position: relative;
}

.form-check-input:checked {
  background-color: #5D6E70;
  border-color: #5D6E70;
}

.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: #fff;
  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: #5d6e70;
  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: #51734E;
}

.giant-item-caption h6.catepro {
  font-size: 14px;
  color: #5d6e70;
  text-transform: capitalize;
  margin-bottom: 0;
}

.category-bg {
  background-color: #525252;
}

/* product */
.product-thumb {
  padding: 10px;
  transition: all .3s ease;
}

.product-thumb:hover {
  background-color: #606060;
  padding: 10px;
}

.category-tab {
  background-color: #525252;
  padding-top: 60px;
  padding-bottom: 60px;
}

.tab-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spebtm {
  padding: 0;
  color: #51734E;
  font-size: 18px;
}

.tab-pro .heading {
  margin-bottom: 88px;
  display: flex;
  align-items: center;
}

.tav-btn .btn span {
  font-size: 12px;
  display: inline-block;
}

.tav-btn .btn-primary.btn-section {
  padding: 11px 25px;
}

.heading {
  font-size: 34px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 30px;
  color: #132A3A;
  display: block;
  align-items: center;
  justify-content: space-between;
}

.heading span {
  display: block;
  vertical-align: middle;
  position: relative;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.05em;
  color: #C4C4C4;
  margin-bottom: 10px;
}

.heading strong {
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  margin: 6px 0 15px 0;
  letter-spacing: 0.5px;
  color: #51734E;
}

.protitle {
  /* text-transform: capitalize; */
  /* letter-spacing: 0; */
  /* overflow: hidden; */
  padding: 15px 0;
  /* font-weight: 400; */
  margin-bottom: 0;
  /* clear: both; */
  /* font-size: 24px; */
  /* text-align: left; */
  /* font-family: 'Amaranth', sans-serif; */
  height: 80px;
  display: block;
  clear: both;
}

.protitle a {
  font-size: 30px;
  transition: .3s ease;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 96.5%;
}

.protitle:hover,
.protitle:hover a {
  color: #fff;
}

.tab-pro .pro-tab {
  display: block;
  text-align: center;
  background-color: #fff !important;
  position: relative;
  z-index: 1;
}

.tab-pro .pro-tab li {
  display: inline-block;
  margin: 0 10px;
  background-color: #fff !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: #5d6e70;
  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: #51734E;
  color: #fff;
}

.tab-pro .nav-tabs {
  border-bottom: none;
}

.product-thumb .caption {
  padding: 10px 0 0 0;
}

.bran {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  border-radius: 0px;
}

.bran a {
  color: #fff;
  font-size: 12px;
}

.slick-arrow .fa {
  color: #5d6e70;
}

.slick-arrow {
  background: #7D9295;
  margin: 0 0 0 5px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 0;
  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: #fff;
}

.slick-arrow:hover {
  background: #000;
}

.slick-prev {
  top: 45%;
  right: 60px;
  left: 10px;
  right: auto;
  transition: 0.3s ease;
}

.slick-next {
  top: 45%;
  right: 15px;
  left: auto;
  transition: 0.3s ease;
}

.catlist-des {
  display: none;
}

.rating .fa-star-o,
.rating .fa-star {
  color: #ffc600;
  font-size: 12px;
}

.rating .fa-stack {
  font-size: 13px;
}

.rating .fa-star+.fa-star-o {
  color: #ffc600;
}

.rating .fa-stack {
  width: 15px;
  height: 15px;
}

.product-thumb .rating {
  text-align: center;
  display: inline-block;
  float: right;
  color: #fff;
}

.product-thumb .price {
  font-size: 39px;
  font-weight: 600;
  transition: 0.3s ease;
  letter-spacing: 0;
  display: block;
  color: #fff;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: left;
}

.price-old {
  text-decoration: line-through;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  color: var(--maroon);

}

.tab-content>.tab-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

/* category tab */
.cat-tab li a {
  font-size: 49px;
  margin-right: 40px;
  letter-spacing: -0.05em;
  color: #fff;
  line-height: 50px;
  font-weight: 300;
}

.cat-tab li a.active {
  font-weight: 600;
}

.cat-tab {
  margin-bottom: 0;
}

/* offer banner */
.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: #fff;
  margin: 0;
}

.special-heading p {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  margin: 0;
  max-width: 500px;
}

.right-banner {
  background: linear-gradient(180deg, #525252 92%, #5D6E70 90%);
  padding-top: 60px;
  position: relative;
}

.specialdesc .offerdesc .section-main-title {
  max-width: 100px;
}

.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: #51734E;
}

.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(--maroon);
}

.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(--maroon);
}

.imgtext a.btn-primary svg,
.offertext a.btn-primary svg,
.centertxt a.btn-primary svg {
  width: 15px;
  height: 15px;
  margin-left: 10px;
  fill: #fff;
}

.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: #51734E;
  -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;
  vertical-align: middle;
  margin: 0 8px;
}

.deliveryinfo li span {
  display: block;
  vertical-align: middle;
  transition: 0.3s ease;
}

.deliveryinfo li h4 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: normal;
  margin: 8px 0 10px 0;
  color: #5d6e70;
}

.deliveryinfo li p {
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 16px;
  color: #777;
  line-height: 30px;
}

.deliveryinfo ul:hover li p {
  color: #5d6e70;
}

.deliveryinfo ul svg {
  width: 48px;
  height: 48px;
}

/* testimonial */
.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: #fff;
  letter-spacing: -0.05em;
  margin: 0;
}

.test-pad .btn-primary.btn-section {
  margin: 0;
  padding: 11px 15px;
  background-color: #fff;
}

.test-pad .btn-primary.btn-section i span {
  font-size: 0;
}

.test-pad .btn-primary.btn-section span,
.test-pad .btn-primary.btn-section i {
  color: #AFB3B2;
}

.test-pad {
  background-color: #5D6E70;
  padding: 60px 0;
}

.parallex .item .timg {
  display: inline-block;
}

.parallex .item {
  text-align: left;
  border: 1px solid #C4C4C4;
  padding: 20px;
  border-radius: 0;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
}

.parallex .item:hover {
  box-shadow: 0 4px 4px #00000040;
}

.parallex .item h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #51734E;
  display: block;
  vertical-align: middle;
  font-weight: 600;
}

.parallex .item h5 {
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  vertical-align: middle;
  font-weight: normal;
  margin: 0;
  font-weight: 700;
  display: inline-block;
}

.testdec span {
  color: #fff;
  vertical-align: middle;
  font-weight: 400;
  display: inline-block;
}

.parallex .item h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 15px 0;
  line-height: 32px;
  letter-spacing: -0.05em;
}

.parallex .item p {
  color: #fff;
  font-size: 14px;
  margin: 0 0 15px 0;
}

.testi-star {
  margin: 0 0 15px 0;
}

.testi-star ul {
  align-items: center;
}

.testi-star li {
  padding: 0;
  border: 0;
  margin-right: 3px;
  color: #fff;
  background-color: transparent;
}

.testi-star li span {
  margin-left: 5px;
}

.parallex .owl-pagination {
  top: auto;
}

.parallex .testdec {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

/* onsale product */
.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;
}

/* countdown product*/
.wbcount .product-thumb {
  align-items: center;
}

.wbcount form {
  width: auto !important;
}

/* newsletter */
/* .newsletter{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 20px;
} */

#common-home .newsletter {
  background: linear-gradient(180deg, #AFB3B2 34%, #5D6E70 34%);
  text-align: center;
  padding-bottom: 60px;
}

.newsletter .inner strong {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.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: #fff;
  border-radius: 0;
  height: 63px;
  padding: 15px 20px;
  text-transform: lowercase;
}

.newsletter .new-from .newsbtn {
  height: 63px;
  background: #7D9295;
  color: #fff;
  border-radius: 0px;
  position: unset;
  font-size: 14px;
  font-weight: normal;
  border: none;
  transition: 0.3s ease;
  letter-spacing: 1px;
  padding: 0 27px;
  border-radius: 0px;
}

.button-submit .fa {
  font-size: 12px;
  margin-left: 10px;
}

.newsletter .new-from .newsbtn svg {
  height: 24px;
  width: 23px;
  margin-left: 10px;
  fill: #51734E;
}

.newsletter .new-from .newsbtn:hover svg {
  fill: #fff;
}

.newsletter .new-from .newsbtn:hover {
  background: var(--main-color);
  color: #fff;
}

.newsletter .alert {
  padding: 5px 10px;
  margin-top: 15px;
  text-align: left;
  border-radius: 0px;
}

.newsletter .inner {
  max-width: 600px;
  margin: 0 auto;
}

.newsletter .inner h2 {
  color: #fff;
  font-size: 66px;
  font-weight: 300;
  margin: 0;
  letter-spacing: -0.05em;
}

.newsletter .inner h2 span {
  font-weight: 600;
}

.news-p {
  color: #fff;
  font-size: 12px;

  margin-top: 20px;
  font-weight: 400;
}

.workdo-newsletter {
  position: relative;
}

.workdo-newsletter {
  background-image: url('../../../image/catalog/news-bg.jpg');
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  padding: 70px 0 80px;
}

.new-from .field {
  position: relative;
  margin-top: 25px;
}

.new-from .field .button-submit {
  position: absolute;
  top: 0;
  right: 0;
}

/* blog */
.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: #51734E;
  color: #fff;
}

.webi_post_hover .icon:hover {
  background-color: #5d6e70;
  color: #fff;
}

.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: #51734E;
  height: 58px;
}

.blog_webi .blog-right p {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogshadow {
  box-shadow: 0px 0px 8px 0px rgb(4 0 0 / 8%);
  margin-bottom: 0;
  border-radius: 0px;
  position: relative;
}

/* .blogshadow .webi-blog-image img{
    border-radius: 15px 15px 0 0;
} */
.blog_webi .blog-right .read_more {
  text-transform: capitalize;
  padding: 8px 20px;
  background: #51734E;
  display: inline-block;
  color: #fff;
  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(--maroon);
  color: #fff;
}

.blog_webi .blog-right .read_more svg {
  width: 20px;
  height: 19px;
  margin-left: 10px;
  fill: #51734E;
  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: 50px;
}

.blogdt {
  background: transparent;
  border-radius: 0;
  color: #878787;
  font-size: 12px;
  font-weight: 600;
}

.blogdt .blogmo {
  margin-left: 2px;
}

/* singel blog page*/
.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: 20px 0 50px 0;
  /* margin: 40px 0; */
}

.blog-ctn .btn-primary.read_more {
  width: 115px;
  height: 44px;
  background-color: #AFB3B2;
  color: #5D6E70;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.blog-ctn .btn-primary.read_more:hover {
  background-color: #5D6E70;
  color: #AFB3B2;
}

.blog-page-bg .breadcrumb>li.breadcrumb-item>a {
  color: #fff;
}

.blog-ctn {
  max-width: 480px;
}

.blog-ctn h2 {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}

.blog-ctn p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.blog-page-bg .back-to-home a {
  color: #fff;
}

.blog-page-bg .back-to-home img {
  filter: brightness(10);
}

.blog-heading span {
  font-weight: 700;
  font-size: 36px;
  color: #5D6E70;
}

.webi-blog-image {
  position: relative;
}

.write-comment a {
  color: var(--maroon);

}

.write-comment a .fa {
  margin-right: 5px;
}

.bcomment {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 30px;
}

.view-comment i {
  font-size: 16px;
  line-height: 30px;
  color: #5d6e70;
}

.date span {
  margin: 0 20px;
}

.wco {
  margin-left: 38px;
  position: relative;
  top: 6px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #777;
}

.blogu span {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 23px;
}

.sngblog h3 {
  font-size: 40px;
  color: #5D6E70;
  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: #5D6E70;
  line-height: 22px;
}

.webi-single-blog .buttons {
  margin-top: 15px;
}

.allcomment {
  text-align: left;
}

.allcomment .read-more,
.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;
}

/* .blog_comment::before, .blog_comment::after {
    content: '';
    padding: 0 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: 12px;
}

.container_wb_megamenu {
  /* width: 30%; */
  cursor: pointer;
}

/* #menu .navbar-collapse {
  padding: 0;
  background: #fff;
  margin-top: 10px;
  border-radius: 0;
  border: 1px solid #eee;
} */
#menu .navbar-nav li a i {
  margin: 4px;
  float: right;
  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;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent;
}

.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;
}

/* .sidenav {
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 0;
    bottom: 0;
    width: 100%;
} */
#menu .navbar-nav li .dropdown-menu a {
  font-size: 14px;
  padding: 3px 2px;

  text-transform: capitalize;
  font-weight: normal;
  color: var(--maroon);
}

#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: #51734E;
}

#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}

#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: 12px;
}

#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}

#menu .nav li {
  padding: 10px 15px;
  display: inline-block;
}

#menu .nav li:first-child {
  padding-left: 0;
}

#menu .navbar-nav>li>a {
  color: #C6C6C6;
  min-height: 15px;
  padding: 3px 0;
  background-color: transparent;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
}

#menu .navbar-nav>li>a img {
  margin-right: 4px;
  margin-top: -3px;
}

#menu .navbar-nav>li>a:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#menu .dropdown-inner .dropdown-submenu .submenu-title {
  font-weight: 600;
  font-size: 15px;

  padding: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: var(--maroon);
  line-height: 25px;
}

#menu .dropdown-inner .dropdown-submenu .submenu-title:hover {
  color: #51734E;
}

#menu .dropdown-inner .dropdown-submenu ul.grand-child li {
  padding: 0;
}

/* product page */
.zoom-left .gallery_img .slick-slide {
  height: auto;
}

.pro-banner .section-main-title {
  color: #5D6E70;
}

.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;
}

.pro-banner {
  padding: 30px 15px 30px;
}

#rt {
  padding-top: 0;
}

.sub-product .related .product-thumb {
  background-color: #ffff;
}

.sub-product {
  background-color: #5D6E70;
  padding: 60px 0;
}

#form-review {
  margin-bottom: 60px;
}

#product-info .left-heading {
  color: #fff;
  font-family: 'Outfit';
}

#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 {
  color: #fff;
  display: block;
  padding: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.product-name {
  color: #fff;
  font-size: 16px;
}

.product-name:hover {
  color: #fff;
}

.productbg .des-section {
  padding-top: 0;
}

#product-info .pcrt.wish {
  margin-left: 10px;
}

.t-none {
  padding: 0 15px;
}

.t-none .products-specific {
  margin: 30px 0;
}

#form-product ul li {
  color: #fff;
}

.product-header .header-bg {
  background-color: #5D6E70;
}

.p-bg {
  background: linear-gradient(90deg, #AFB3B2 33%, #525252 25%);
}

.bg-main-color {
  background: var(--main-color);
  padding-top: 30px;
  padding-bottom: 30px;
}

.related .slick-track {
  margin: 0;
}

.pro-content .pcrt svg {
  fill: #fff;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.btn-group .btn {
  color: #525252;
  font-size: 16px;
}

.btn-group .btn.active {
  z-index: 0;
}

.btn-group .btn:hover {
  color: #51734E;
}

.btn-group .btn .fas {
  margin-right: 10px;
}

.product-tab .tab-content>.tab-pane:not(.active) {
  display: none;
}

.pro-content .qty-flex {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}

.qty-flex .form-label {
  margin-bottom: 0;
}

.pro-content .qty-plus-minus {
  border: 1px solid #eee;
  border-radius: 0;
  display: inline-block;
}

.pro-content .qty-plus-minus .form-control {
  width: 33px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border: none;
  height: 40px;
  background-color: #fff;
  padding: 0;
}

.pro-content .rating li {
  display: inline-block;
  text-transform: capitalize;

  color: var(--maroon);
}

.proreview {
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  margin: 0 30px;
  padding: 0 30px;
}

.pro-content h1 {
  font-size: 50px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  margin: 15px 0;
  letter-spacing: -0.05em;
}

#form-product h3 {
  color: #fff;
}

#form-product .required {
  color: #fff;
}

.pro-content .price-new {
  color: #fff;
}

.p-detls {
  color: var(--white);
  font-size: 12px;

}

.des-section {
  padding-top: 50px;
}

.p-des-title h3 {
  font-size: 40px;
  color: var(--maroon);
  font-weight: 700;
  font-family: 'Amaranth', sans-serif;
}

.p-des {
  font-size: 12px;

  color: var(--maroon);
  line-height: 22px;
}

.p-des .table {
  border-color: var(--maroon);
}

.products-specific .list-unstyled {
  display: inline-block;
  margin-right: 30px;
  color: var(--white);
  font-size: 12px;

}

.products-details {
  color: var(--white);
  font-size: 14px;

  font-weight: 600;
  display: block;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.p-reviews .form-control {
  border-color: var(--maroon);
  background-color: transparent;
  border-radius: 0;
}

.magnific-popup .img-thumbnail {
  padding: 0;
  border: 0;
  background: transparent;
}

.products-specific .list-unstyled a {
  color: var(--white);
  transition: all .3s ease;
}

.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: #51734E;
  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: #5d6e70;
}

.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 #51734E;
  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: 13px;
}

.text-decor-bold h2 {
  font-weight: 500;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
  color: #51734E;
}

.pro-content #product #button-cart {
  padding: 16px 88px;
  color: #637375;
  background-color: #fff;
  letter-spacing: -0.03em;
  font-size: 13px;
}

.pro-content #product #button-cart:hover {
  background-color: #AFB3B2;
}

.pro-content .rating {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
  margin-left: 10px;
}

.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
}

#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-bottom: 10px;
}

/* zoom */
.zoom-left {
  max-width: 800px;
}

.zoomLens {
  border: none !important;
  background-color: rgb(153, 153, 153) !important;
}

.zoomWindow {
  border: 1px solid #eee !important;
}

@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;
  }
}

.col-form-label {
  padding: 0;
}

/* account page */
.text-end .price s,
.table> :not(:last-child)> :last-child>*,
.text-start,
.text-end {
  color: #5D6E70;
}

#wishlist .price b {
  font-size: 16px;
  color: #5D6E70;
}

.card-body {
  border: 1px solid #ededed;
  padding: 15px 15px 15px 15px;
}

.accolumn.list-group a.logu {
  padding: 10px 0;
  color: #5d6e70;
}

#account-account .achead {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
  color: #5D6E70;
}

#account-account.acpage #content[class*="col-"] a {
  display: inline-block;
  border: 1px solid #eee;
  width: 100%;
  padding: 25px 25px;
  border-radius: 0;
  margin-bottom: 30px;
}

#account-account.acpage #content[class*="col-"] a:hover {
  background-color: #AFB3B2;
  color: #fff;
}

#account-account.acpage #content[class*="col-"] a:hover span:last-child span,
#account-account.acpage #content[class*="col-"] a:hover span:last-child {
  color: #fff;
}

#account-account #content[class*="col-"] a:hover span img {
  filter: brightness(10);
}

#account-account.acpage #content[class*="col-"] span:first-child {
  border-right: 1px solid #eee;
  padding-right: 20px;
  margin-right: 20px;
}

#account-account.acpage #content[class*="col-"] span:last-child {
  font-size: 15px;
  font-weight: normal;
  color: #5D6E70;
}

#account-account.acpage #content[class*="col-"] span:last-child span {
  font-size: 13px;
  font-weight: 400;
  color: #5D6E70;
  margin-top: 6px;
  text-transform: capitalize;
  letter-spacing: 0.3px;
}

#account-account.acpage #content[class*="col-"] span svg {
  fill: #51734E;
}

.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: #5D6E70;

}

.text-start a {
  color: #5D6E70;
}

.accolumn h3 svg {
  fill: #5D6E70;
  margin-right: 10px;
}

.accolumn.list-group a {
  border: none;
  padding: 10px 50px;
  font-size: 14px;
  font-weight: 400;
  color: #5D6E70;
}

.accolumn hr {
  border-top: 1px solid #eee;
  opacity: 1;
}

.accolumn.list-group a.logu {
  padding: 10px 0;
  color: #5D6E70;
}

.accolumn h3 a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0;
  display: inline-block;
  margin-top: 0;
  padding: 0 0px;
}

.btn-danger,
.btn-info {
  color: #ffffff;
  background-color: #51734E;
  transition: 0.3s ease;
}

/* category page */
.product-list .protitle a,
.product-grid .protitle a {
  font-size: 25px;
}

.product-list .product-thumb .price,
.product-grid .product-thumb .price {
  font-size: 25px;
  line-height: 25px;
}

.product-grid .product-thumb .bran a,
.product-grid .product-thumb .rating .fa-star,
.product-grid .product-thumb .protitle a,
.product-grid .product-thumb .price,
.product-grid .product-thumb .homeadd .cartb,
.product-grid .product-thumb .rating,
.product-list .product-thumb .bran a,
.product-list .product-thumb .rating .fa-star,
.product-list .product-thumb .protitle a,
.product-list .product-thumb .price,
.product-list .product-thumb .homeadd .cartb,
.product-list .product-thumb .rating {
  color: #5D6E70;
}

.product-grid .product-thumb:hover .bran a,
.product-grid .product-thumb:hover .rating .fa-star,
.product-grid .product-thumb:hover .protitle a,
.product-grid .product-thumb:hover .price,
.product-grid .product-thumb:hover .homeadd .cartb,
.product-grid .product-thumb:hover .rating {
  color: #fff;
}

.product-grid .product-thumb:hover .button-group img {
  filter: brightness(10);
}

.product-list .product-thumb:hover {
  background-color: transparent;
}

.product-list .product-thumb .homeadd .cartb {
  padding: 0;
  margin: 0;
}

.product-grid .product-thumb:hover {
  background-color: #5D6E70;
  padding: 10px;
}

.pro-category .cartl strong,
.pro-category .cartna {
  color: #5D6E70;
}

.pro-category #header-cart .xuser img {
  filter: brightness(0.5);
}

.pro-category #logo {
  filter: brightness(0.5);
}

#product-category .back-to-home a {
  color: #5D6E70;
  font-size: 13px;
}

.category-page {
  background-color: #F0F0F0;
}

.back-to-home {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 9px;
}

.back-page {
  padding: 30px 0;
}

#product-info .back-to-home a {
  color: #fff;
}

.back-to-home a {
  color: #5D6E70;
  font-size: 12px;
  text-transform: none;
}

.cat-title {
  font-size: 36px;
  font-weight: 700;
  color: #5D6E70;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 15px;
}

.cat-desc {
  color: #5D6E70;
  font-size: 12px;
  line-height: 25px;
  max-width: 500px;
}

#compare-total {
  padding: 0;
  font-weight: 500;
  margin-top: 0;
  color: #5D6E70;
}

#product-category .card .list-group-item {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;

  text-transform: uppercase;
  color: #5D6E70;
  border-color: #f0f0f0;
}

#product-category label {
  color: #5D6E70;
  text-transform: capitalize;
}

#product-category .list-group-item {
  padding: 0.5rem 10px;
  color: #5D6E70;
  font-weight: 600;
  font-size: 12px;
  border: 0;
}

#product-category .list-group-item.active {
  font-weight: 700;
}

.catesort label {
  background-color: #fff;
  border: none;
  color: #1e1e1e;
}

.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: #5D6E70;
  border: 1px solid #eee;
  z-index: 0;
}

.catlistpage a {
  display: block;
  line-height: 32px;
  font-size: 12px;
  text-transform: capitalize;
  border: none;
  padding: 0;
}

.catfilter .card-header {
  background: transparent;
  border: none;
  color: #5d6e70;
  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(--maroon);
}

.refines li a {
  border: 1px solid #f0f0f0;
  font-size: 12px;
  padding: 4px 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-transform: capitalize;
  margin-bottom: 4px;
  font-weight: 600;
  border-radius: 0;

  color: var(--maroon);
}

.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;
  background-color: var(--maroon) !important;
  font-weight: 600;


}

.listgridbtn {
  background-color: transparent;
  padding: 0 !important;
  margin: 0 7px;
  border: none;
  box-shadow: none;
}

.lgrid .active svg {
  fill: #5D6E70;
  cursor: pointer;
}

.catesort label {
  background-color: transparent;
  border: none;
}

.form-select {
  box-shadow: none;
  border: 1px solid #eee;
  background: transparent;
  color: #a5a9a8;
}

.catesort .input-group .form-select {
  border-radius: 0;
  color: #5D6E70;
}

.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: #5D6E70;
  border-color: #5D6E70;
  z-index: 0;
  color: #fff;
}

.pagination .page-link {
  color: #5D6E70;
  padding: 7px 12px 5px 12px;
  background-color: transparent;
  border-color: #5D6E70;
}

.pagination .page-link:focus {
  box-shadow: none;
}

.product-grid .col,
.product-list .col {
  margin-bottom: 30px;
}

.lgrid .active svg {
  fill: #5D6E70;
  cursor: pointer;
}

.manucom .product-grid .product-thumb .homeadd .cartb {
  padding: 0;
  background-color: transparent;
}

.product-list .product-thumb .homeadd {
  display: inline-flex !important;
  vertical-align: middle;
}

.product-list .homeadd .input-group {
  margin-right: 10px
}

.product-list .select-product-option .form-select {
  max-width: 250px;
}

.product-list .product-thumb .button-group {
  display: block;
  right: 30px;
}

.product-list .product-thumb h4 {
  font-size: 26px;
  text-align: left;
  height: auto;
  padding: 10px 0;
}

.catlist-des {
  display: none;
}

.product-list .catlist-des {
  display: block;
}

.catlist-des {
  color: #727272;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.input-group .input-group-text {
  font-size: 12px;
  height: 30px;
  color: #5d6e70;
}

.input-group .form-select {
  font-size: 12px;
}

.pagi {
  margin: 0;
  background-color: #fff;
  padding: 8px 0;
  border: 1px solid #eee;
  border-radius: 0;
  align-items: center;
}

.pagi .tot {
  line-height: 34px;
  font-size: 12px;
}

#product-category .card-header {
  color: var(--maroon);
  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 {
  background-color: #fff;
  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: #5d6e70;
  padding-bottom: 10px;
}

.card-body p strong {
  font-size: 12px;
  font-weight: 500;
}

.card {
  border-radius: 0;
  background: transparent;
  transition: 0.3s ease;
}

.brand-list {
  border: 1px solid #f2f2f2;
  padding: 5px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 0;
}

.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: #5D6E70;
}

.brand-list .col-sm-3 a {
  color: #5D6E70;
}

/* contact page */
.contact-top-bg,
.contect {
  background-color: #F0F0F0;
}

#information-contact .contact {
  margin-top: -150px;
}

#information-contact .contact form {
  padding: 15px;
  border: 1px solid #5D6E70;
  border-radius: 0;
  background: #fff;
}

#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: #5D6E70;
}

.contact-store-information {
  margin-bottom: 50px;
}

.store-inf {
  font-weight: 400;
  font-size: 27px;
  color: #5D6E70;
  line-height: 42px;
}

.store-add .store-inf {
  font-size: 12px;
  line-height: 22px;
}

.wbcntleft strong {
  font-weight: 600;
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 15px;
  margin-top: 0;
  letter-spacing: 1px;
  color: #5d6e70;
  display: inline-block;
}

.contact-desc {
  max-width: 500px;
  font-size: 12px;
  color: #5D6E70;
}

/* 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;
  }

  .product-list .product-thumb .homeadd .cartb {
    opacity: 1;
    position: unset;
  }
}

@media (max-width: 767px) {
  .callus {
    top: 0;
  }

  .homemenu {
    padding: 10px 0;
    padding-bottom: 4px;
  }

  .webibazaar-search-result {
    display: block;
  }

  .offertext h5,
  .centertxt h4 {
    display: none;
  }

  .imgdec .imgtext h5 {
    font-size: 16px;
  }

  .imgdec .imgtext h2 {
    font-size: 30px;
  }

  .cat-tab li a {
    font-size: 20px;
    margin-left: 0px;
    letter-spacing: 0;
    margin-right: 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: 13px;
  }

  #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: 12px;
  }

  .imgtext {
    left: 10px;
    width: 150px;
  }

  .centertxt {
    width: 200px;
  }

  .centertxt h5 {
    font-size: 25px;
  }

  .onsatex a.btn {
    margin-top: 10px;
    padding: 5px 15px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .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: 19px;
    left: 0;
    z-index: 999;
  }

  #menu div.dropdown-inner>ul .list-unstyled {
    display: block;
  }

  #menu .dropdown-inner {
    display: block;
    padding-left: 15px;
  }

  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }

  #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 */
footer .newsletter .new-from .newsbtn {
  height: 42px;
  background-color: #525252;
}

footer .newsletter .new-from input {
  height: 42px;
}

footer .lborder {
  width: 40%;
}

footer .workdo-newsletter {
  background-image: none;
  padding: 0;
}

footer .newsletter {
  background: transparent;
  padding: 0;
}

footer .newsletter .inner h2 {
  font-weight: 600;
  font-size: 27px;
  letter-spacing: -0.05em;
}

.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: 12px;
  line-height: 25px;
  color: #fff;
  padding: 0;
  font-weight: 400;
  margin-top: 10px;
  transition: all .3s ease;
}

.middle-footer a:hover,
.f-left li:hover {
  color: #afb3b2;
}

.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: #5D6E70;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #ccc;
}

footer a:hover {
  color: #fff;
}

footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* #contact ul li{
    font-size: 18px;
    color: #fff;
    line-height: 28px;
} */
#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: #51734E;
}

.foot-bot .row {
  align-items: center;
}

.copy p {
  margin-bottom: 0;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}

.copy,
.copy a {
  font-size: 12px;
  color: #fff;
}

.copy a:hover {
  color: #51734E;
}

.middle-footer h5 {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 0px;
  margin-top: 0;
  color: #5d6e70;
}

/* .f-left svg {
    fill: #fff;
    margin-right: 10px;
    width: 38px;
    height: 38px;
} */
.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: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#input-option-226 {
  background-repeat: no-repeat;
}

.fsocial {
  margin: 0;
}

.fsocial li a:hover {
  background: #525252;
}

.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: #7D9295;
  color: #fff;
  border-radius: 0;
}

#scroll:hover {
  background: #f5f5f5;
  color: #5d6e70;
}

#scroll svg {
  width: 12px;
  height: 12px;
  fill: #51734E;
}

#scroll:hover svg {
  fill: #fed507;
}

/* breadcrumb */
.breadcrumb>li a::after {
  content: '/';
  padding: 0 15px;
  color: var(--maroon);
}

.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: 12px;
}

#product-info .breadcrumb>li.breadcrumb-item>a {
  color: #fff;
}

.breadcrumb>li.breadcrumb-item {
  padding: 0;
  position: relative;
  white-space: nowrap;
}

.breadcrumb>li.breadcrumb-item>a {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 12px;
  color: #5D6E70;
}

.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: 12px;
}

.btn-danger,
.btn-info {
  color: #ffffff;
  background-color: #5D6E70;
  transition: 0.3s ease;
  border: none;
  padding: 5.8px 12px;
}

.form-control:focus,
.form-select:focus {
  border: 1px solid #eee;
  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(--maroon);
  color: #fff;
}

.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: #5d6e70;
  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: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
  box-shadow: none;
}

.btn-primary {
  background-color: #7D9295;
  color: #fff;
  border: none;
  text-transform: capitalize;
  transition: 0.3s ease;
  font-size: 12px;
  border-radius: 0;
  position: relative;
}

.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(--maroon);
  color: #fff;
}

.product-thumb {
  position: relative;
}

.slick-slide div .col .product-thumb {
  margin-bottom: 30px;
}

.slick-slide div:last-child .col .product-thumb {
  margin-bottom: 0;
}

.you-save {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 9;
  font-size: 12px;

  color: var(--maroon);
  background: var(--white);
  border-radius: 0;
  padding: 5px 14px;
}

.discount-onprice {
  text-align: center;
  display: table;
  font-size: 12px;

  color: var(--white);
  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: absolute;
  top: 0;
  right: 0;
  left: auto;
  text-align: center;
  transition: 0.3s ease;
  z-index: 9;
}

.product-thumb .homeadd {
  text-align: left;
}

.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(--maroon);
  border-color: var(--maroon);
  height: 38px;
}

.product-thumb .homeadd .cartb {
  background-color: transparent;
  /*   */
  color: #fff;
  border: none;
  /* padding: 10px 32px; */
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal;
  transition: 0.3s ease;
  margin-top: 10px;
  /* position: unset; */
  /* bottom: 36px; */
  text-align: left;
  /* left: 0; */
  /* right: auto; */
  /* position: relative; */
  /* top: -1.1px; */
}

.product-thumb .homeadd .cartb i {
  font-size: 12px;
  padding-left: 10px;
  position: relative;
  top: -1px;
}

.select-product-option label {
  color: var(--maroon);

}

.select-product-option .form-select {

  height: 36px;
  margin-bottom: 15px;
  font-size: 12px;
  border-radius: 0;
  color: var(--maroon);
}

/* .product-thumb:hover .rating, .product-thumb:hover .price{
  opacity: 0;
} */
.product-thumb .button-group img {
  width: 18px;
  height: 16px;
}

.product-thumb:hover .homeadd .cartb {
  opacity: 1;
}

.product-thumb .homeadd .cartb svg {
  fill: #fff;
}

.product-thumb .homeadd:hover .cartb {
  background: transparent;
}

.product-thumb .button-group button {
  background: transparent;
  display: block;
  border: none;
  color: #888;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease;
  margin-bottom: 20px;
  padding: 0;
  border-radius: 0;
}

.product-thumb .button-group button:hover {
  background: transparent;
}

.product-thumb .homeadd svg,
.product-thumb .button-group svg {
  width: 20px;
  height: 19px;
  fill: #000;
}

.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: 12px;
  display: inline-block;
  height: 16px;
  padding: 0 3px;
  border: 1px solid #83838C;
  border-radius: 100%;
  line-height: 8px;
  width: auto;
  background-color: #fff;
}

.homeqt .btnplus {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  display: inline-block;
  height: 16px;
  padding: 0 3px;
  border: 1px solid #83838C;
  border-radius: 100%;
  line-height: 14px;
  width: auto;
  background-color: #fff;
}

.homeqt .btn-number .fa {
  font-size: 12px;
}

.homeqt .addhqty {
  width: 60px;
  flex-grow: unset;
  padding: 0;
  color: #51734E;
  height: 14px;
  vertical-align: top;
  font-size: 16px;
  text-align: center;
  border: none;
}

.product-list .product-thumb .caption {
  padding: 0;
}

.product-list .product-thumb:hover {
  box-shadow: 0 0 21px #00000012;
}

@media (min-width: 992px) {
  .product-list .product-thumb {
    display: flex;
    border: 1px solid #e4e4e4;
    align-items: center;
  }

  .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: 12px;
  line-height: normal;
}

/* product list */
.price {
  color: #444;
}

.price-new {
  font-weight: 600;
}

.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
  font-weight: normal;
}

/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  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.0rem;
}

/* 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: #fff;
  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: #5d6e70;
  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;
}

/* alert end */

/* #search_block_top{
  border: 1px solid #e1e1e1;
} */
/* html */
/* .siinfo {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.s1 {
  border-left: 1px solid #eee;
} */
.stck-bn a {
  float: right;
  background-color: #51734E;
  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(--maroon);

}

.stck-bn p {
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #939393;
  margin: 0px;
}

.stck-bn h4 {
  color: #51734E;
  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: #fff;
  border: 1px solid #eee;
}

.siinfo .sj:hover .dimg svg {
  fill: #51734E;
}

.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 #51734E;
}

.text-p p {
  color: #5d6e70;
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 0;
}

.deltext p {
  color: #8a8a8a;
  font-size: 13px;
  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: #fff;
}

.callus {
  margin: 0;
  color: #9FB89E;
  font-size: 12px;

  position: relative;
  top: 5px;
}

.coll span {
  margin-top: 0px;
}

.callright li span {
  display: block;
  font-size: 14px;

}

.callright li a {
  color: #fff;
  font-size: 15px;
}

.callright ul {
  margin-bottom: 0;
}

.dacc #cartme,
#cart-total {
  font-size: 12px;
  text-transform: capitalize;
  color: #999;
  margin-top: 5px;
}

.xuser {
  border: 1px solid #eee;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 13px 0;
  border-radius: 100%;
  margin-right: 5px;
  display: contents;
}

.huser-drop {
  display: flex;
  text-align: left;
}

.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: 12px;

  color: #545454;
}

.top-support {
  font-size: 12px;
  color: var(--maroon);
}

.top-support span {
  font-size: 14px;
  color: var(--maroon);
}

.top-wishlist {
  position: relative;
}

.wc-total span,
.cartt {
  position: absolute;
  top: -3px;
  width: 14px;
  height: 14px;
  right: -7px;
  background-color: var(--maroon);
  color: var(--white);
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  border-radius: 0;
}

.xuser img {
  width: 20px;
  height: 20px;
}

.sale-product {
  padding: 60px 0 60px 0;
}

.center-bg,
.sale-product {
  background-color: #AFB3B2;
}

.wdonsale .btn-primary.btn-section {
  margin: 0 auto;
}

.latdec {
  padding: 0;
}

.onsale-btn {
  text-align: center;
}

.wdonsale .product-thumb {
  border: 1px solid #C4C4C4;
  transition: all .3s ease;
}

.wdonsale .product-thumb:hover {
  background-color: #fff;
}

.wdonsale .product-thumb .button-group img {
  filter: brightness(100);
}

.wdonsale .product-thumb:hover .button-group img {
  filter: none;
}

.wdonsale .product-thumb:hover .bran a,
.wdonsale .product-thumb:hover .rating .fa-star,
.wdonsale .product-thumb:hover .protitle a,
.wdonsale .product-thumb:hover .price,
.wdonsale .product-thumb:hover .homeadd .cartb,
.wdonsale .product-thumb:hover .rating,
.wdonsale .product-thumb:hover .form-label {
  color: #525252;
}

.centerbnr {
  display: flex;
  align-items: center;
}

.top-subtitle {
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 26px;
  left: 28px;
}

.center-txt {
  max-width: 420px;
}

.section-main-title {
  font-size: 85px;
  color: #fff;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 85px;
  letter-spacing: -0.05em;
}

.offerdesc .section-main-title {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 32px;
  letter-spacing: -0.05em;
  position: absolute;
  top: auto;
  left: 28px;
  bottom: 110px;
  max-width: 300px;
}

.offerdesc .btn-primary.btn-section {
  background-color: transparent;
  font-size: 13px;
  padding: 0;
  position: absolute;
  bottom: 50px;
  left: 28px;
}

.section-sub-title {
  font-size: 40px;
  color: var(--maroon);
  font-weight: 400;
  font-family: 'Amaranth', sans-serif;
  margin-top: 0;
  margin-bottom: 30px;
}

.section-bottomtitle {
  font-size: 12px;
  color: #fff;
  margin-top: 30px;
  line-height: 20px;
}

.btn-primary.btn-section {
  padding: 11px 21px;
  border-radius: 0;
  margin-top: 35px;
}

.btn-primary.btn-section span {
  margin: 0 10px 0 0;
}

.btn-primary.btn-section i {
  position: relative;
  top: 1px;
}

.best-bg .top-subtitle,
.best-bg .section-main-title,
.best-bg .section-sub-title,
.best-bg .section-bottomtitle {
  color: var(--white);
}

.centerimg img {
  margin-top: -45px;
}

.centerimg img,
.offer-banner img {
  border-radius: 0;
  width: 100%;
}

.offer-banner {
  background-color: #5D6E70;
  position: relative;
  padding-bottom: 60px;
}

.position-top-130 {
  position: relative;
  top: 60px;
}

/* .left-b .section-title{
  position: absolute;
  top: auto;
  padding: 10px;
  bottom: 40px;
  color: var(--white);
} */
.left-b .section-main-title,
.left-b .section-bottomtitle {
  color: #fff;
  max-width: 100px;
}

/* service section */
.service .card-body:hover {
  box-shadow: 0 4px 4px #00000040;

}

.s2 .card-body {
  background-color: #5D6E70;
  border-radius: 0;
  border-color: #5D6E70;
  transition: 0.3s ease;
}

.s3 .card-body {
  background-color: #5D6E70;
  border-radius: 0;
  border-color: #5D6E70;
  transition: 0.3s ease;
}

.s4 .card-body {
  background-color: #DED0C0;
  border-radius: 0;
  border-color: #DED0C0;
  transition: 0.3s ease;
}

.dinfo {
  padding-bottom: 50px;
}

.s2,
.s4 {
  position: relative;
  top: 130px;
}

.service .card-body,
.service .card-title {
  color: #5D6E70;
}

.s4.service .card-body,
.s4.service .card-title {
  color: #5D6E70;
}

.service .card-title {
  font-family: 'Amaranth', sans-serif;
  font-size: 26px;
}

.service .card-text {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;

  letter-spacing: 0.3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.service .card-body img {
  margin-bottom: 20px;
  transition: 0.3s ease;
}

.service .card-body:hover img {
  padding-left: 10px;
}

/* 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(--maroon);
  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: 12px;
  color: var(--main-color);
  line-height: 20px;
  text-align: center;
  margin-bottom: 40px;
}

/* Featured section end */
/* Bestseller section */

.best-bg .product-thumb {
  background-color: #FBF6F0;
  padding: 10px;
  border-radius: 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: #fff;
  margin-bottom: 18px;
  line-height: 32px;
  letter-spacing: -0.05em;
}

.top-category {
  margin-top: -100px;
  margin-right: 0;
  max-width: calc(((100% - 1380px) / 2) + 1380px);
  padding-right: 0;
  overflow: hidden;
}

.wd-item-img img {
  border-radius: 0;
  width: 100%;
}

.wd-item-title {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Amaranth', sans-serif;
  color: var(--maroon);
  margin: 0;
}

.wd-item-title a {
  color: var(--white);
  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: 13px;
  padding: 0;
  transition: 0.3s ease;
}

.btn-cate-item:hover {
  background-color: transparent;
}

.btn-cate-item i {
  font-size: 12px;
  padding-left: 5px;
}

/* Top Category section end*/
/* Blog section*/
.blog-toptitle {
  font-weight: 600;
  font-size: 20px;

  text-align: center;
  color: var(--white);
}

.blog-bg {
  background: linear-gradient(180deg, #AFB3B2 80%, #5D6E70 80%);
}

.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: #fff;
  margin: 0;
  letter-spacing: -0.05em;
}

.blog-bottom-title {
  font-weight: 400;
  font-size: 12px;

  text-align: center;
  color: var(--white);
  letter-spacing: 0.3px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px;
}

.blog-thumbnail {
  background-color: var(--white);
  border: 1px solid #c4c4c4;
  border-radius: 0;
}

.blog-thumbnail.panel-body {
  margin-bottom: 30px;
}

.workdo-blog-image img {
  border-radius: 0;
  border: 0;
  padding: 0;
}

.blog-right,
.allcomment {
  padding: 15px;
}

.blog-right h4 {
  max-width: 200px;
  margin: 10px 0 0 0;
}

.blog-right h4 a,
.allcomment h4 a {
  font-size: 30px;
  font-weight: 700;
  color: #525252;
  letter-spacing: -0.05em;
  font-weight: 600;
}

.blog-desc,
.blog_links {
  color: #525252;
  font-size: 12px;
  margin: 20px 0;
  font-weight: 400;
}

.blog-bottom {
  display: flow-root;
  width: 100%;
  position: relative;
}

.read-more .btn-primary {
  float: left;
}

.read_link {
  float: left;
}

.special-section {
  padding-top: 30px;
  padding-bottom: 50px;
}

.btn-primary.read_more {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  color: #525252;
  letter-spacing: -0.03em;
  font-size: 14px;
  font-weight: 600;
}

.btn-primary.read_more:hover {
  background-color: transparent;
}

.btn-primary.read_more i {
  font-size: 10px;
  padding-left: 10px;
}

/* Blog section end*/
/* Selected product*/
.p-200 {
  padding-top: 200px;
}

.selected-products .center-heading {
  font-weight: 400;
}

/* Logo slider*/
.logoimg img {
  border: 1px solid #c4c4c4;
  border-radius: 0;
  padding: 20px;
}

/* 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 */
#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-information h3,
#information-information h1,
.other-title {
  font-size: 24px;
  color: #5D6E70;
  font-weight: 700;
  margin-bottom: 25px;
}

#information-information h1,
.other-title {
  font-size: 36px;
}

#information-information .accordion-button {
  font-size: 16px;
  color: #5D6E70;
  font-weight: 500;

}

#information-information .accordion-body {
  font-size: 14px;
  color: #5D6E70;
  font-weight: 400;
}

.terms-info p,
.about-us p {
  font-size: 14px;
  color: #5D6E70;
  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: #5D6E70;
  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 #5D6E70;
}

.about-bottom {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;
}

.about-sup {
  text-align: left;
}

.about-sup h4 {
  font-size: 24px;
  color: #5D6E70;
  font-weight: 700;

}

.about-sup img {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
}

.about-sup p {
  margin-bottom: 10px;
}

#product-compare #content {
  max-width: 100%;
  overflow: scroll;
}

#product-compare td {
  min-width: 300px;
  color: #5D6E70;
}

#checkout-cart td {
  min-width: 150px;
  color: #5D6E70;
}

#wishlist .btn-primary {
  width: 40px;
  height: 40px;
}

.user-bg {
  background-color: #5D6E70;
  padding: 21px 37px;
}

/* start top-product */
.wdtop .product-thumb {
  padding: 0;
  background-color: #fff;
  padding: 15px;
}

.wdtop .product-thumb:hover {
  background-color: #fff;
}

.wdtop .product-thumb .bran a,
.wdtop .product-thumb .rating .fa-star,
.wdtop .product-thumb .protitle a,
.wdtop .product-thumb .price,
.wdtop .product-thumb .homeadd .cartb,
.wdtop .product-thumb .rating,
.wdtop .product-thumb .form-label {
  color: #525252;
}

.wdtop .product-thumb .homeadd .cartb {
  font-weight: 600;
}

.wdtop .protitle {
  padding: 10px 0;
}

/* selected-products */
.selected-products {
  background: linear-gradient(180deg, #5D6E70 83%, #525252 82%);
}

.wdselected .product-thumb {
  padding: 0;
  background-color: #fff;
  padding: 15px;
}

.wdselected .product-thumb:hover {
  background-color: #fff;
}

.wdselected .product-thumb .bran a,
.wdselected .product-thumb .rating .fa-star,
.wdselected .product-thumb .protitle a,
.wdselected .product-thumb .price,
.wdselected .product-thumb .homeadd .cartb,
.wdselected .product-thumb .rating,
.wdselected .product-thumb .form-label {
  color: #525252;
}

.wdselected .product-thumb .homeadd .cartb {
  font-weight: 600;
}

.wdselected .protitle {
  padding: 10px 0;
}

/* banner product */

.rightbnr {
  position: relative;
}

.best {
  padding: 0;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 300px;
  right: 20px;
  display: flex;
  align-items: center;
  padding: 0;
}

.latest {
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 300px;
  right: 20px;
  display: flex;
  align-items: center;
  padding: 0;
}

.latest .product-thumb,
.best-bg .product-thumb {
  background-color: #fff;
}

.latest .product-thumb .bran a,
.latest .product-thumb .rating .fa-star,
.latest .product-thumb .protitle a,
.latest .product-thumb .price,
.latest .product-thumb .homeadd .cartb,
.latest .product-thumb .rating,
.latest .product-thumb .form-label,
.best-bg .product-thumb .bran a,
.best-bg .product-thumb .rating .fa-star,
.best-bg .product-thumb .protitle a,
.best-bg .product-thumb .price,
.best-bg .product-thumb .homeadd .cartb,
.best-bg .product-thumb .rating,
.best-bg .product-thumb .form-label {
  color: #525252;
}

.wdcategory,
.feature,
.wdonsale,
.wdtop,
.wdselected {
  display: none;
}

.feature .button-group img {
  filter: brightness(10);
  transition: all .3s ease;
}

/* cart page */
#checkout-cart .heading span {
  font-weight: 700;
  font-size: 36px;
  color: #5D6E70;
}

/* checkout page */
.checkout-heading {
  color: #5D6E70;
  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: #5D6E70;
}

.slick-list .slick-track .slick-slide form {
  margin: 0;
}

.workdo-newsletter form {
  margin: 0;
}

.sub_search,
.sub_megamenu {
  display: none;
}

.specilban {
  position: relative;
}

@media(min-width: 768px) {
  .middle-footer .col-md-3 {
    width: 17%;
  }
}

@media(min-width: 768px) {

  /* .middle-footer .lborder{
    border-left: 1px solid #e1e1e1;
  } */
  /* .middle-footer h5::after{
  content: '';
  border-bottom: 1px solid #51734E;
  position: absolute;
  width: 50px;
  left: 0;
  top: 30px;
  } */
}

.middle-footer h5 {
  position: relative;
  margin-bottom: 15px;
  font-size: 27px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.middle-footer .col-md-3.wbftleft h5::after {
  display: none;
}

.t-block {
  display: none !important;
}

.center-bg {
  position: relative;
}

.feature {
  z-index: 2;
}

.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: #5D6E70;
  font-weight: 700;
}

.btn-primary span {
  color: #fff;
}

.product-grid .protitle {
  padding: 10px 0;
}

.product-grid .product-thumb .price {
  margin: 0;
}

.related .product-thumb .bran a,
.related .product-thumb .rating .fa-star,
.related .product-thumb .protitle a,
.related .product-thumb .price,
.related .product-thumb .homeadd .cartb,
.related .product-thumb .rating {
  color: #525252;
}

.slick-dots li button,
.slick-dots li {
  padding: 0;
  height: 0;
}

.slick-prev:focus,
.slick-next:focus {
  background-color: #000;
}

#form-review h2 {
  color: #5D6E70;
}

.products-specific .list-unstyled a:hover,
.product-name:hover {
  color: #AFB3B2;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 0;
}

.catpage-heading {
  color: #5D6E70;
}

.lgrid {
  padding: 0;
}

#product-category .list-group-item {
  padding-left: 0;
}

.product-thumb .button-group img:hover {
  opacity: .5;
}

.form-check {
  margin: 0;
  display: inline-block;
  height: unset;
  padding-left: 7px;
}

.form-label {
  margin: 0 0 10px 0;
  color: #5D6E70;
}

.form-select.is-invalid:not([multiple]):not([size]) {
  background-repeat: no-repeat;
}

.required {
  line-height: 10px;
  margin-top: 10px;
}

#product-info #product img,
.web_option .img-thumbnail {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 2px;
}

#product-info #product .form-check .form-check-input,
.web_option .form-check .form-check-input {
  position: unset;
  z-index: -1;
  opacity: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-left: -20px;
}

#product-info #product input:checked+img,
.web_option .radio input:checked+img {
  border: 1px solid #000;
}

@media(min-width: 576px) and (max-width: 767px) {
  .siinfo {
    width: 50%;
  }

  .product-list .col {
    width: 50%;
  }
}

@media(max-width: 767px) {
  .heading span {
    font-size: 20px;
  }

  .m-flex {
    display: block !important;
  }

  .siinfo {
    padding: 0;
    margin-bottom: 15px;
  }

  #menu .navbar-nav>li>a,
  #menu .navbar-nav li .dropdown-menu a {
    color: var(--white);
  }

  .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: 12px;
  }

  .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: 15px;
    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 {
    margin-top: 20px;
  }

  .slid-price span {
    line-height: 50px;
    font-size: 25px;
  }

  .slid-dec .part-2 h2 {
    font-size: 25px;
    margin-top: 10px;
    line-height: 25px;
  }

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

  .user-bg {
    padding: 21px 25px;
  }

  #top-links .list-inline {
    margin: 0 10px 0 0;
  }

  #wishlist td {
    min-width: 105px;
  }

  .fsocial li a {
    margin: 0;
    width: 30px;
    height: 30px;
  }

  #menu .nav li {
    padding: 10px 5px;
  }

  .callright {
    display: none;
  }

  #menu .navbar-nav>li>a {
    font-size: 14px;
  }

  .xuser-desc,
  #cart .cartl {
    display: none;
  }

  footer .newsletter .inner h2 {
    font-size: 22px;
  }

  .newsletter .inner h3 {
    font-size: 14px;
    font-weight: 500;
  }

  .product-grid .col {
    width: 33.33%;
  }

  .product-list .product-thumb .image {
    width: 100%;
  }

  .main-search {
    width: 58%;
  }
}

@media (min-width: 1200px) and (max-width: 1409px) {
  .callright ul {
    padding: 0;
  }

  .callright li {
    margin-left: 10px;
  }

  .main-search {
    width: 55%;
  }

  footer .newsletter .inner h2 {
    font-size: 22px;
  }

  .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%;
  }

  /*   .main-search{
    width: 61%;
  }
  #top-links{
    width: 21%;
  } */
}


@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) {

  #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;
  }

  .section-main-title {
    font-size: 55px;
    line-height: 55px;
  }

  .top-category {
    margin-top: -60px;
  }

  .special-heading h2,
  .parallex .heading span,
  .blog-main-title h2 {
    font-size: 55px;
  }

  .newsletter .new-from input {
    height: 50px;
  }

  .newsletter .new-from .newsbtn {
    height: 50px;
  }

  .protitle a {
    font-size: 25px;
  }

  .product-thumb .price {
    font-size: 29px;
    line-height: 30px;
  }

  .cat-tab li a {
    font-size: 39px;
  }

  .slid-price span {
    font-size: 40px;
  }

  .user-bg {
    padding: 21px 32px;
  }

  #top-links .list-inline {
    margin: 0;
  }

  #menu .nav li {
    padding: 10px 5px;
  }

  .slid-price {
    margin-top: 20px;
  }

  .slid-dec .part-2 h2 {
    font-size: 35px;
  }

  .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 {
    left: 1.3%;
  }

}

@media (min-width: 1200px) {

  .category-tab::after,
  .category-tab::before,
  .center-bg::after,
  .center-bg::before,
  .right-banner::after,
  .right-banner::before {
    position: absolute;
    content: "";
    background: url("../../../image/catalog/shadow.png");
    width: 600px;
    height: 600px;
    z-index: 0;
  }

  .category-tab::before {
    right: 0%;
    left: auto;
    top: 150%;
    bottom: auto;
  }

  .category-tab::after {
    right: auto;
    left: -15%;
    top: 140%;
    bottom: auto;
  }

  .center-bg::after {
    right: auto;
    left: -12%;
    top: -52%;
    bottom: auto;
  }

  .center-bg::before {
    right: 0;
    left: 30%;
    top: -60%;
    bottom: auto;
  }

  .right-banner::after {
    right: auto;
    left: -12%;
    top: -22%;
    bottom: auto;
  }

  .right-banner::before {
    left: auto;
    right: 0%;
    top: 18%;
    bottom: auto;
  }

  .topright {
    width: 80%;
  }
}

@media (max-width: 1199px) {}

@media (min-width: 992px) and (max-width: 1199px) {
  .protitle {
    height: 70px;
  }

  .product-list .protitle,
  .product-grid .protitle {
    height: 60px;
  }

  .product-list .protitle a,
  .product-grid .protitle a {
    font-size: 20px;
  }

  .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;
  }

  .newsletter .inner h2 {
    font-size: 35px;
  }

  .news-p {
    margin-top: 10px;
  }

  .blog-main-title h2 {
    font-size: 35px;
  }

  .item img {
    width: 40%;
  }

  .Lamp1 .testi-dec {
    width: 60%;
  }

  .testi-dec .testi-star ul li img {
    width: 100%;
  }

  .parallex .heading span {
    font-size: 35px;
  }

  .special-heading h2 {
    font-size: 40px;
  }

  .offerdesc .btn-primary.btn-section {
    bottom: 10px;
  }

  .offerdesc .section-main-title {
    bottom: 50px;
    font-size: 25px;
  }

  .wdtop .product-thumb {
    padding: 10px;
  }

  .newsletter .new-from .newsbtn,
  .newsletter .new-from input {
    height: 50px;
  }

  .section-main-title {
    font-size: 45px;
    line-height: 25px;
  }

  .centerimg img {
    margin-top: -30px;
  }

  .product-thumb .homeadd .cartb {
    padding: 0;
  }

  .product-thumb .price {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 0;
  }

  .protitle a {
    font-size: 20px;
  }

  .tab-pro .heading {
    margin-bottom: 30px;
  }

  .cat-tab li a {
    font-size: 25px;
    line-height: 25px;
  }

  .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;
  }

  .parallex .item {
    padding: 20px;
  }

  .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: 13px;
    letter-spacing: 0;
  }

  .slidertext h1 {
    font-size: 35px;
  }

  .slidertext {
    width: 300px;
    left: 2%;
  }

  .slidertext a.btn {
    padding: 10px 35px;
  }

  .offertext h1 {
    font-size: 60px;
  }

  .deliveryinfo li h4 {
    font-size: 16px;
    letter-spacing: 0;
  }

  .onsaletop .heading span {
    font-size: 45px;
  }

  .onsatex a.btn {
    padding: 10px 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: 0;
    border-bottom: 3px solid #51734E;
  }

  #menu .dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media (max-width: 991px) {
  .sub_megamenu {
    display: block;
  }

  .close-nav .closebtn .fa {
    position: absolute;
    top: 17px;
  }

  .test-pad {
    padding: 30px 0;
  }

  .selected-products {
    background: #5D6E70;
    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: #000 !important;
  }

  .huser {
    margin: 0 10px;
    border-left: none;
    border-right: none;
    padding: 0 !important;
  }

  #search {
    margin: 0;
    margin-top: 0px;
  }

  #search .btn-lg,
  #search .form-control,
  #webibazaar-search-category {
    height: 40px;
  }

  #search .btn-lg {
    max-width: 95px;
  }

  .parallex .item p {
    font-size: 14px;
    letter-spacing: 0;
  }

  #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: 0.8;
  }

  #menu .nav li {
    display: block;
    text-align: left;
  }

  .deliveryinfo ul {
    text-align: center;
  }

  .product-thumb .homeadd:hover .cartb {
    background: transparent;
  }

  .product-thumb .homeadd .cartb svg {
    fill: #000;
  }

  .product-thumb .homeadd:hover .cartb svg {
    fill: #fff;
  }

  .product-thumb .price {
    margin-bottom: 8px;
  }

  .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 {
    height: 40px;
    padding: 10px 15px;
  }

  .newsletter .new-from .newsbtn {
    height: 40px;
    padding: 4px 12px;
    font-size: 12px;
  }

  .deliveryinfo li h4 {
    margin-top: 10px;
  }

  #cart .cartl,
  .topbsp {
    display: none;
  }

  .xsla .test,
  .xscu .test {
    color: #5d6e70;
  }

  .hdis,
  .wrmenu,
  .topright {
    display: none;
  }

  #menu .navbar-toggler {
    display: block;
  }

  #menu .navbar-toggler i {
    color: #5d6e70;
  }

  #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(--main-color);
    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: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .sidenav .close-nav {
    background-color: #1e1e1e;
    padding: 12px 15px;
    width: 100%;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
  }

  .closebtn,
  .closebtn:hover,
  .closebtn:focus {
    color: #fff;
  }

  #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;
    background: var(--main-color);
  }

  #menu .dropdown-inner .dropdown-submenu .submenu-title {
    color: #fff;
  }

  /* .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,
  .logoslider,
  .wbcattop,
  .deliveryinfo,
  .wbimg,
  .onsaletop,
  .specialbg {
    margin-top: 30px;
  }

  .heading {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .faq-page {
    margin-top: 30px;
  }

  .about-sup h4 {
    font-size: 20px;
  }

  .about-two h3,
  .about-three,
  .about-bottom {
    margin-top: 0;
  }

  .blog-desc,
  .blog_links {
    margin: 10px 0;
  }

  .blog-right h4 a,
  .allcomment h4 a {
    font-size: 25px;
    line-height: 30px;
  }

  .latest .bran a,
  .best .bran a {
    color: #fff;
    font-size: 11px;
  }

  .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: 30px;
  }

  .center-heading,
  .left-heading {
    font-size: 30px;
  }

  .sub-product {
    margin-bottom: 30px;
    padding: 30px 0;
  }

  .pro-content .qty-flex {
    margin-top: 15px;
  }

  .pro-content #product #button-cart {
    padding: 10px 35px;
  }

  .pro-content h1 {
    font-size: 30px;
    margin: 10px 0;
  }

  .p-bg {
    background: linear-gradient(90deg, #AFB3B2 39%, #525252 25%);
  }

  .pro-content {
    width: 60%;
  }

  .zoom-left {
    width: 40%;
  }

  .pro-content {
    padding: 0px 15px 0px 15px;
  }

  .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;
  }

  .button-submit .fa {
    margin-left: 5px;
  }

  .foot-bot {
    padding: 0 0 15px 0;
  }

  .news-p {
    font-size: 12px;
    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;
  }

  .blog-bg {
    background: #AFB3B2;
    padding-bottom: 30px;
  }

  .testi-heading {
    margin-bottom: 20px;
  }

  .parallex .heading span,
  .blog-main-title h2 {
    font-size: 25px;
  }

  .special-heading {
    margin-bottom: 30px;
  }

  .latest,
  .best {
    max-width: 200px;
  }

  .special-heading p {
    font-size: 12px;
    max-width: 400px;
  }

  .special-heading h2 {
    font-size: 30px;
  }

  .offerdesc .btn-primary.btn-section {
    font-size: 12px;
    bottom: 5px;
    left: 10px;
  }

  .offerdesc .section-main-title {
    font-size: 20px;
    bottom: 30px;
    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;
  }

  #common-home .newsletter,
  .offer-banner {
    padding-bottom: 30px;
  }

  .workdo-newsletter {
    padding: 40px 0 50px;
  }

  footer .newsletter .inner h2 {
    font-size: 20px;
  }

  .sale-product {
    padding: 30px 0 30px 0;
  }

  .btn-primary.btn-section {
    padding: 8px 15px;
  }

  .section-bottomtitle {
    margin-top: 10px;
  }

  .section-main-title {
    font-size: 25px;
    line-height: 25px;
  }

  .product-thumb .homeadd .cartb {
    padding: 0;
  }

  .product-thumb .price {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
  }

  .protitle a {
    font-size: 20px;
  }

  .protitle {
    padding: 10px 0;
    height: 60px;
  }

  .tab-pro .heading {
    margin-bottom: 20px;
  }

  .cat-tab li a {
    font-size: 25px;
    margin-right: 30px;
    line-height: 25px;
  }

  .heading span {
    font-size: 20px;
  }

  .slid-price .usd-price p {
    font-size: 12px;
    margin-left: 5px;
  }

  .slid-price span {
    font-size: 20px;
    line-height: 40px;
  }

  .slid-price {
    margin-top: 20px;
  }

  .slidertext 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-top: 10px;
    line-height: 25px;
  }

  .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: 30px;
  }

  .top-category {
    margin-top: 0;
    padding-top: 30px;
  }

  .header-bg {
    width: 55%;
  }

  .header-logo {
    width: 25%;
  }

  .user-bg {
    padding: 18px 25px;
  }

  #top-links .list-inline {
    margin: 0px 4px 0 0px;
  }

  .main-home #logo img,
  .main-home #cart .xuser img {
    filter: unset;
  }

  .main-home .homemenu,
  .product-header .homemenu {
    position: 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(--white);
  }

  .cinfo li {
    color: var(--white) !important;
    font-size: 14px !important;
  }

  .parallex .item {
    padding: 10px;
  }

  .deliveryinfo li p {
    font-size: 12px;
    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: 11px;
    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: 270px;
    left: 2%;
  }

  .slidertext a.btn {
    padding: 8px 20px;
    margin-top: 10px;
  }

  .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;
  }

  .onsatex a.btn {
    margin-top: 15px;
    padding: 10px 45px;
  }

  .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) {
  .s-panel .slick-dots {
    bottom: 10px;
  }

  #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 .homemenu {
    padding: 0;
  }

  .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: 12px;
  }

  .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;
  }

  .product-list .protitle a,
  .product-grid .protitle a {
    font-size: 20px;
  }

  .product-list .product-thumb .price,
  .product-grid .product-thumb .price {
    font-size: 22px;
  }

  .magnific-popup .img-thumbnail {
    margin: 0 auto;
  }

  .center-heading,
  .left-heading {
    font-size: 25px;
  }

  .sub-product {
    margin-bottom: 30px;
    padding: 30px 0;
  }

  #form-review {
    margin-bottom: 30px;
  }

  .pro-banner {
    padding: 30px 15px 0px;
  }

  .custom-img {
    margin-top: 20px;
  }

  .pro-content #product #button-cart {
    padding: 8px 30px;
  }

  .productbg .t-none {
    display: none;
  }

  .p-bg {
    background: #525252;
  }

  #product-info .back-page {
    padding: 20px 10px;
    margin-top: 0;
    display: block !important;
  }

  .breadcrumb {
    padding: 10px 0;
  }

  .foot-bot {
    padding: 0 0 10px 0;
  }

  .lborder:last-child {
    padding: 10px 0px;
  }

  footer .lborder {
    width: 100%;
  }

  .blog-bg {
    background: #AFB3B2;
    padding-bottom: 30px;
  }

  .blog-desc,
  .blog_links {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0;
  }

  .blog-right h4 a,
  .allcomment h4 a {
    font-size: 20px;
  }

  .blog-right h4 {
    margin: 0;
  }

  .blog-main-title {
    margin: 30px 0 20px 0px;
  }

  .parallex .item {
    padding: 15px;
  }

  .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: 12px;
    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;
  }

  .offerdesc .section-main-title {
    font-size: 20px;
    line-height: 20px;
    left: 15px;
    bottom: 100px;
    max-width: 100px;
  }

  .top-subtitle {
    font-size: 20px;
    top: 15px;
    left: 15px;
  }

  .offer_bnr .beffect a img {
    margin-bottom: 20px;
  }

  #common-home .newsletter {
    padding-bottom: 30px;
  }

  .button-submit .fa {
    margin-left: 5px;
  }

  .workdo-newsletter {
    padding: 30px 15px 40px;
  }

  .news-p {
    margin-top: 10px;
  }

  .newsletter .inner h2 {
    font-size: 25px;
  }

  .product-thumb .homeadd .cartb {
    padding: 0;
  }

  .btn-primary.btn-section {
    margin-top: 15px;
  }

  .sale-product {
    padding: 30px 0 30px 0;
  }

  .center-bg .banner-description {
    padding-bottom: 15px;
  }

  .section-main-title {
    line-height: 35px;
    font-size: 35px;
  }

  .section-bottomtitle {
    font-size: 12px;
    margin-top: 15px;
  }

  .product-thumb .price {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .protitle {
    padding: 10px 0;
  }

  .protitle a {
    font-size: 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: 13px;
    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: 12px;
    line-height: 15px;
  }

  .slid-dec .part-2 h2 {
    font-size: 25px;
    margin-top: 10px;
    line-height: 25px;
  }

  .top-category {
    margin-top: 0;
    padding-top: 30px;
  }

  .main-home .homemenu .row {
    padding: 10px 0;
  }

  .user-bg {
    padding: 12px 17px;
  }

  #top-links {
    width: 33%;
  }

  .header-logo {
    width: 67%;
  }

  #search .form-control {
    background-color: #525252;
  }

  .header-bg {
    display: none;
  }

  .sub_megamenu {
    display: block;
  }

  .sub_search {
    display: block;
    padding: 0px 15px 10px 15px;
  }

  #top-links .list-inline {
    margin: 0 18px 0 0;
  }

  .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;
    position: unset;
    margin: 10px 5px auto;
  }

  .slick-next {
    right: 10px;
  }

  .slick-prev {
    right: 45px;
  }

  .slick-next,
  .slick-prev {
    top: -45px;
  }

  .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: #5d6e70;
    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: 25px;
  }

  #account-wishlist tr td {
    white-space: nowrap;
  }

  .middle-footer {
    padding: 20px 0 20px;
    border-top: none;
  }

  .footer-top {
    padding: 0;
  }

  .middle-footer .btn.toggle,
  .storeinfo .btn.toggle {
    color: #5d6e70;
    text-shadow: none;
    background: none;
    background-image: none;
    background-image: none;
    border: 0;
    box-shadow: none;
    font-size: 12px;
    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: #fff;
  }

  footer h5 .toggle::after,
  .catfilter .toggle::after {
    font-family: 'FontAwesome';
    content: '\f068';
    font-size: 14px;
    font-weight: 600;
    float: right;
    cursor: pointer;
    color: #fff;
  }

  /* #top-links{
    position: absolute;
    top: 15px;
    float: right;
    right: 0;
    width: auto;
  } */
  #logo img {
    max-width: 130px;
  }

  .menusp {
    position: absolute;
    top: 18px;
    padding: 0;
  }

  .huser {
    margin: 0 8px 0 0;
  }

  .pro-content h1 {
    font-size: 20px;
  }

  .slick-slide div .col .product-thumb {
    margin-bottom: 15px;
  }

  .slidertext a.btn {
    margin-top: 0;
    padding: 5px 12px;
    font-size: 13px;
    text-transform: capitalize;
  }

  .slidertext a.btn svg {
    width: 20px;
    height: 20px;
    margin-left: 15px;
  }

  .slidertext {
    width: 240px;
    left: 3%;
  }

  .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: 26px;
  }

  .spebtm {
    display: none;
  }

  .heading strong {
    font-size: 12px;
    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: 12px;
  }

  .webibazaar-dis .price-new {
    font-size: 16px;
  }

  .product-thumb .image .second-image img {
    width: 100%;
  }
}

@media (max-width: 450px) {
  #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;
  }

  .blog-ctn .btn-primary.read_more {
    margin-top: 20px;
    height: 36px;
    width: 110px;
  }

  .blog-ctn p {
    font-size: 12px;
  }

  .blog-ctn h2 {
    font-size: 18px;
  }

  .lborder:last-child {
    padding: 10px 0px 0;
  }

  footer .newsletter .new-from input {
    height: 40px;
  }

  .new-from .field {
    margin-top: 15px;
  }

  footer .newsletter .inner h2 {
    font-size: 18px;
  }

  .btn-primary.btn-section,
  .blog-main-title .btn-primary.btn-section,
  .test-pad .btn-primary.btn-section {
    padding: 8px 10px;
  }

  .parallex .heading span,
  .blog-main-title h2,
  .special-heading h2 {
    font-size: 20px;
  }

  .parallex .item h5,
  .testdec span,
  .testi-star li span {
    font-size: 12px;
  }

  .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;
  }

  .testi-dec {
    width: 60%;
  }

  .wbtesti .slick-slide .item img {
    width: 40%;
  }

  .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 .section-main-title {
    font-size: 15px;
    line-height: 15px;
    bottom: 60px;
  }

  .offerdesc .btn-primary.btn-section {
    bottom: 30px;
  }

  .news-p {
    font-size: 12px;
    margin-top: 5px;
  }

  .news-p {
    font-size: 12px;
  }

  .newsletter .new-from input {
    padding: 10px 5px;
    font-size: 12px;
  }

  .newsletter .inner h2 {
    font-size: 15px;
  }

  .section-main-title {
    line-height: 30px;
    font-size: 30px;
  }

  .tab-pro .heading {
    margin-bottom: 10px;
  }

  .tab-heading span {
    margin: 0;
  }

  .tav-btn .btn-primary.btn-section,
  .special-heading p {
    display: none;
  }

  .cat-tab li a {
    font-size: 15px;
    margin-right: 15px;
  }

  .slid-dec h5,
  .slid-dec .clint-rating,
  .slid-dec .full-rating {
    font-size: 12px;
  }

  .slid-dec .part-2 h2,
  .slid-price span,
  .heading span {
    font-size: 15px;
  }

  #menu {
    top: 17px;
  }

  .wc-total span,
  .cartt {
    line-height: 10px;
    width: 10px;
    height: 10px;
    font-size: 9px;
  }

  .xuser img,
  .top-wishlist .wc-total img {
    width: 17px;
    height: 17px;
  }

  .header-logo {
    width: 60%;
  }

  #top-links {
    width: 40%;
  }

  #top-links .list-inline {
    margin: 0 0px 0 0;
  }

  .user-bg {
    padding: 10px 10px;
  }

  .leftdesc {
    left: 10px;
  }

  .specialtxt p {
    margin: 15px 0 0 0;
  }

  .specialtxt h2 {
    font-size: 20px;
  }

  .leftcom {
    display: none;
  }

  .left-ban img {
    max-width: 100%;
  }

  .parallex .item {
    padding: 10px;
  }

  .wbcount .product-thumb {
    display: block;
  }

  .slidertext h1 strong {
    font-size: 20px;
  }

  .parallex .item p {
    letter-spacing: 0;
    font-size: 12px;
    margin: 0 0 5px 0;
  }

  .btn-group .btn {
    padding: 0 10px;
    font-size: 12px;
  }

  .proreview {
    margin: 0 10px;
    padding: 0 10px;
  }

  .pro-tab li a {
    padding: 5px 7px;
    font-size: 12px;
  }

  .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;
  }

  .slidertext p,
  .slidertext h3,
  .slidertext img {
    display: none;
  }

  .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 {
    min-width: 45px;
  }

  #search .btn-lg {
    left: 0;
  }

  .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,
  .logoslider,
  .wbcattop,
  .deliveryinfo,
  .wbimg,
  .onsaletop,
  .specialbg,
  .dinfo {
    margin-top: 30px;
  }
}

.prop-pro {
  padding-left: 0;
}

.big-img {
  padding: 0;
}

.related .slick-slide .cless {
  padding: 0;
}

#product .compare,
#product .wish {
  margin-right: 10px;
  background-color: #525252;
  font-size: 12px;
  color: #7b7b7b;
}

.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;
}


.flex-slider .slick-list,
.flex-slider .slick-track {
  display: flex;
}

.flex-slider {
  margin: 0 -10px;
}

.flex-slider .flex-card {
  padding: 5px 10px;
  display: flex !important;
}

.flex-slider .flex-card-inner,
.flex-slider .flex-card .flex-card-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.flex-slider .slick-slide>div {
  display: flex !important;
  padding: 5px 10px;
  display: flex !important;
  width: 100%;
}

.flex-slider .slick-slide {
  display: flex;
}

.col.cless.flex-card-inner {
  display: flex;
  flex-direction: column;
}
/* sticky header */
.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: #5d6e70;
}