:root {
  --main-color: #A7897B;
  --white: #FFFFFF;
}

body {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}

.mt-50 {
  margin-top: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

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

/* Override the bootstrap defaults */
.slick-slide {
  height: auto;
}

ul,
ol {
  padding-left: 0;
  margin: 0;
}

a {
  color: var(--main-color);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus,
a:hover,
.btn-link:focus,
.btn-link:hover {
  text-decoration: none;
  outline: none;
  color: var(--main-color);
}

.form-control:focus {
  box-shadow: none;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}

legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

label {
  font-size: 12px;
  font-weight: normal;
}

.product-thumb label {
  color: var(--white);
}

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

.list-inline {
  margin: 0 10px 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: 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: 10px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.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 */
.main-home .top-wishlist,
.product-header .top-wishlist {
  position: absolute !important;
  top: 110px;
  z-index: 1;
  right: 0;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.main-home .huser,
.product-header .huser {
  position: absolute;
  top: 160px;
  z-index: 3;
  right: 0;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.huser,
.top-wishlist {
  position: unset;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.main-home #top-links,
.product-header #top-links {
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 14px;
}

#top-links,
.book-order {
  display: inline-block;
}

.main-home .op-header,
.product-header .op-header {
  text-align: right;
  display: block;
}

.op-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.book-order .btn-primary {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 11px 24px;
  font-size: 12px;
  text-decoration: underline;
  line-height: 12px;
}

.book-order .btn-primary:hover,
.book-order .btn-primary:active,
.book-order .btn-primary:focus {
  background-color: transparent !important;
}

.book-order .btn-primary img {
  margin-left: 15px;
  vertical-align: sub;
}

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

.homemenu {
  background-color: #000;
  padding: 19px 0;
  position: relative;
}

#product-info .back-to-home 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: #000;
  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: #000;
}

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

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

}

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

.hdis span.main-title {
  font-size: 16px;
  margin-bottom: 0;
  color: var(--main-color);
  font-weight: 600;
  display: block;
}

#top-links ul li svg {
  width: 24px;
  height: 23px;
  fill: none;
  stroke: #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: var(--main-color);
}

.htop {
  align-items: center;
}

.huser .dropdown-menu {
  left: auto !important;
  right: 0 !important;
  top: 10px !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: 10px;
  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: var(--main-color);
}

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

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

.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: var(--main-color);

}

.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*/
.s-panel {
  position: relative;
  z-index: 0;
}

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

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

.slideff {
  position: relative;
  overflow: hidden;
  transform: translateX(-100px);
  opacity: 0;
  transition: opacity 0.5s 0.7s, -webkit-transform 0.5s 0.7s;
}

.s-panel .slick-current.slick-active .slideff {
  transform: none;
  opacity: 1;
}

.slidertext {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 700px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
}

.slidertext p {
  font-size: 12px;
  margin: 0 auto;
  text-transform: capitalize;
  line-height: 25px;
  font-weight: 400;
  color: var(--white);
  max-width: 430px;
}

.slid-dec h5 {
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
  margin: 0;
}

.slid-dec .part-2 h2 {
  font-weight: 700;
  font-size: 67px;
  line-height: 67px;
  color: var(--white);
  margin-top: 25px;
  letter-spacing: -0.07em;
}

.slid-dec .part-2 h2 span {
  font-weight: 400;
}

.slidertext a.btn {
  padding: 0;
  text-transform: capitalize;
  border-radius: 0px;
  font-size: 17px;
  letter-spacing: -0.07em;
  font-weight: normal;
  background: transparent;
  color: var(--white);
  right: 0;
  margin-top: 30px;
  text-decoration: underline;
}

.slidertext a.btn:hover {
  background: transparent;
  color: var(--main-color);
}

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

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

.imgslider .slick-dots li button::before {
  font-size: 0;
  width: 24px;
  height: 9px;
  background: var(--main-color);
}

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

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

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

.a-one {
  background-color: #000;
  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: 10px;
  border: none;
  box-shadow: 0 0px 5px rgb(0 0 0 / 18%);
}

.cartname {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 10px;
  width: 160px;
  font-size: 14px;
  transition: 0.3s ease;
}

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

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

#cart .cartl {
  display: block;
  text-align: center;
  line-height: normal;
  margin-top: 10px;
  color: var(--white);
}

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

.cartprice {
  clear: both;
  position: relative;
  top: -35px;
  left: 70px;
  width: 50%;
  color: #000;
  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: #000;
}

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

.cartna {
  color: var(--white);
  display: block;
  font-size: 12px;
  line-height: 9px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.cartl strong {
  font-size: 10px;
  color: var(--white);
}

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

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

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

.giant-wrapper {
  position: relative;
}

.form-check-input:checked {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.form-check-input:focus {
  box-shadow: none;
}

/* category */
.wbcatimg .giant-item-thumb {
  position: relative;
  transition: .3s all ease;
  margin-bottom: 5px;
}

.giant-wrapper .giant-item-caption {
  text-align: center;
}

.giant-item-thumb .giant-item-caption h2 a {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #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: #000;
  font-size: 16px;
  border: 1px solid #ededed;
  padding: 8px 16px;
}

.giant-item-caption h4 {
  margin: 9px 0 10px 0;
}

.giant-item-thumb:hover h4 a {
  color: var(--main-color);
}

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

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

/* product */
.wdtop .product-thumb .image,
.wdtop .caption {
  width: unset;
}

.category-tab .product-thumb .image,
.wdonsale .product-thumb .image,
.wdselected .product-thumb .image {
  width: 40%;
}

.category-tab .product-thumb .you-save,
.wdonsale .product-thumb .you-save,
.wdselected .product-thumb .you-save {
  left: 10px;
}

.category-tab .product-thumb .caption,
.wdonsale .product-thumb .caption,
.wdselected .product-thumb .caption {
  width: 60%;
}

.product-thumb {
  padding: 15px;
  transition: all .3s ease;
  border: 1px solid #292929;
  border-radius: 10px;
  text-align: left;
}

.product-thumb:hover {
  background-color: #292929;
  padding: 15px;
}

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

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

.spebtm {
  padding: 0;
  color: var(--main-color);
  font-size: 18px;
}

.tab-pro .heading {
  display: flex;
  align-items: center;
}

.tav-btn .btn span {
  display: inline-block;
}

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

.protitle {
  padding: 5px 0;
  margin-bottom: 0;
  display: block;
  clear: both;
}

.protitle a {
  font-size: 24px;
  transition: .3s ease;
  color: var(--main-color);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 25px;
}

.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: #000;
  background: transparent;
  border: 1px solid #f5f5f5;
  border-radius: 0px;
  text-align: center;
  padding: 11px 15px;
  display: block;
  transition: .3s all ease;
}

.pro-tab li a.active,
.pro-tab li.active>a:focus,
.pro-tab li.active>a:hover,
.pro-tab.nav-tabs>li>a:hover,
.pro-tab.nav>li>a:focus,
.pro-tab.nav>li>a:hover {
  background: var(--main-color);
  color: #fff;
}

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

.bran {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--white);
  font-weight: 500;
  display: inline-block;
  letter-spacing: -0.07em;
  border-radius: 0px;
}

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

.slick-arrow .fa {
  color: #000;
}

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

.slick-prev:focus svg,
.slick-next:focus svg {
  fill: var(--white);
}

.slick-arrow {
  background: var(--white);
  margin: 0 0 0 5px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 5px;
  transition: 0.3s ease;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
}

.slick-arrow svg {
  width: 15px;
  height: 15px;
  margin: 0;
  text-shadow: none;
  transition: 0.3s ease;
  fill: #000;
  display: inline-block;
}

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

.slick-arrow:hover svg {
  fill: #fff;
}

.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: 21px;
  font-weight: 600;
  transition: 0.3s ease;
  letter-spacing: -0.07em;
  display: block;
  color: var(--white);
  line-height: 21px;
  margin-bottom: 0;
  text-align: left;
}

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

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

/* category tab */
.cat-tab li a {
  font-size: 12px;
  margin-right: 40px;
  letter-spacing: -0.02em;
  color: var(--white);
  line-height: 12px;
}

.cat-tab li a.active {
  text-decoration: underline;
  font-weight: 700;
}

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

/* offer banner */
.offer_bnr .slick-list {
  padding: 0;
}

.beffect {
  position: relative;
}

.offbanner {
  position: relative;
}

.offertext {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  left: 0;
  width: 450px;
  text-align: center;
  right: 0;
  margin: 0 auto;
}

.offertext h2 {
  color: #132A3A;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 35px;
}

.offertext h5 {
  font-size: 26px;
  color: #132A3A;
  margin-bottom: 15px;
}

.offertext a.btn-primary,
.specialtxt a.btn-primary {
  padding: 11px 40px;
  text-transform: capitalize;
  border-radius: 0px;
  font-size: 16px;
}

/* special banner */
.special-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
}

.special-heading .btn-primary.btn-section {
  margin: 0;
}

.special-heading h2 {
  font-weight: 600;
  font-size: 85px;
  letter-spacing: -0.05em;
  color: #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%, var(--main-color) 90%);
  padding-top: 60px;
  position: relative;
}

.specialtxt h2 {
  color: #132A3A;
}

.specialtxt p {
  font-size: 16px;
  font-weight: 500;
  margin: 15px 0 25px 0;
}

.wbleft .beffect {
  background: #f5f5f5;
  border-radius: 0px;
}

.leftdesc {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
}

.leftcom h5 {
  font-size: 26px;
  margin-bottom: 25px;
}

.leftcom span {
  font-size: 18px;
  display: block;
  margin-bottom: 25px;
}

.leftdesc .dec {
  width: 400px;
  text-align: center;
}

.leftcom {
  margin-left: 30px;
}

.lefttxt {
  width: 350px;
}

.lefttxt p {
  font-size: 20px;
  color: var(--main-color);
}

.lefttxt h4 {
  font-size: 28px;
  color: #132A3A;
  margin: 15px 0 20px;
  font-weight: 600;
}

.lefttxt h2 {
  font-size: 40px;
  color: #132A3A;
}

/* special banenr */
/* center banner*/
.wbcenter .container {
  position: relative;
}

.centertxt {
  /* position: absolute; */
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 400px;
  left: 5%;
  text-align: center;
}

.centertxt h2 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: normal;
  margin: 20px 0 20px 0;
  color: #132A3A;
  line-height: 30px;
}

.centertxt h4 {
  font-size: 40px;
  color: #132A3A;
}

.centertxt h5 {
  font-size: 36px;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #132A3A;
  margin: 0;
  font-weight: 600;
}

.centertxt p {
  margin: 0;
  letter-spacing: 0.5px;
  color: #E93D3D;
  line-height: 60px;
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
}

.centertxt a.btn-primary {
  padding: 10px 36px;
  margin-top: 40px;
  font-size: 16px;
  border-radius: 0px;
}

.centertxt a.btn-primary:hover {
  background-color: var(--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: var(--main-color);
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.deliveryinfo [class*="col-"]:hover::after {
  width: 100%;
  opacity: 1;
}

.deliveryinfo [class*="col-"] {
  position: relative;
}

.deliveryinfo ul {
  margin-bottom: 0;
  text-align: center;
  position: relative;
  padding: 38px 0;
}

.deliveryinfo li {
  display: block;
  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: #000;
}

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

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

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

/* testimonial */
.testi-origin {
  position: relative;
}

.testi-origin::before {
  content: '';
  width: 1.5px;
  height: 300px;
  background-color: #A7897B;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -65px;
}

.testi-origin::after {
  content: '';
  width: 1.5px;
  height: 300px;
  background-color: #A7897B;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.parallex .wbtesti .slick-list .slick-slide :first-child .item {
  margin-bottom: 25px;
}

.item img {
  max-width: 140px;
}

.testi-dec img {
  max-width: unset;
}

.testi-origin h2 {
  font-weight: 400;
  font-size: 21px;
  line-height: 21px;
  letter-spacing: -0.07em;
  color: var(--white);
  margin-bottom: 20px;
}

.testi-dec h4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.07em;
  color: var(--white);
}

.testi-origin ul li {
  list-style: none;
}

.testi-origin ul li a:hover {
  color: var(--white);
}

.testi-origin ul li a {
  font-weight: 400;
  font-size: 35px;
  line-height: 46px;
  letter-spacing: -0.07em;
  color: var(--main-color);
  transition: all .3s ease;
}

.testi-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 44px;
}

.parallex .heading {
  margin: 0;
}

.parallex .heading span {
  font-weight: 600;
  font-size: 85px;
  color: #fff;
  letter-spacing: -0.05em;
  margin: 0;
}

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

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

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

.parallex .item {
  text-align: left;
  border-radius: 10px;
  transition: 0.3s ease;
  display: flex !important;
  align-items: center;
}

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

.parallex .item h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--main-color);
  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: var(--white);
  font-size: 35px;
  font-weight: 600;
  margin: 10px 0;
  line-height: 35px;
  letter-spacing: -0.07em;
}

.parallex .item p {
  color: var(--main-color);
  font-size: 12px;
  margin: 0 0 10px 0;
}

.testi-star {
  margin: 0 0 0 10px;
  display: inline-block;
}

.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;
  vertical-align: middle;
}

/* onsale product */
.onsale-img .onsatex .logo-ctn h4 {
  font-size: 17px;
}

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

.onsaletop .spebtm {
  margin-top: 40px;
  display: block;
}

.onsaletop p {
  color: #707070;
  font-size: 16px;
  line-height: 30px;
}

.onsaletop .heading {
  margin-bottom: 15px;
  display: block;
}

/* top product */
.product-thumb .button-group .wish {
  margin-bottom: 15px;
}

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

.top_bg,
.left-bg {
  background-color: #000;
}

.left-bg {
  padding: 0;
}

.sub-row {
  justify-content: space-between;
  align-items: center;
}

.top_bg .logo-ctn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: unset;
  margin-bottom: 30px;
}

.wdtop .product-thumb .homeadd .cartb,
.wdtop .bran a,
.latest .product-thumb .homeadd .cartb,
.latest .bran a,
.best .product-thumb .homeadd .cartb,
.best .bran a {
  color: #000;
}

.wdtop .you-save,
.latest .you-save,
.best .you-save {
  color: var(--main-color);
}

.wdtop .web_option,
.wdtop .product-thumb .price,
.related .web_option,
.related .product-thumb .price,
.best .web_option,
.best .product-thumb .price,
.latest .web_option,
.latest .product-thumb .price {
  margin-bottom: 20px;
}

.wdtop .product-thumb .price,
.related .product-thumb .price,
.latest .product-thumb .price,
.best .product-thumb .price {
  font-size: 25px;
}

.wdtop .protitle,
.latest .protitle,
.best .protitle {
  padding: 10px 0;
}

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

.wbcount form {
  width: auto !important;
}

/* newsletter */
.newsletter .inner h4 {
  color: var(--white);
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.08em;
}

#common-home .newsletter {
  background-color: #000;
  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%;
}

.form-control::placeholder {
  color: #010101 !important;
}

.newsletter .new-from input {
  background: var(--white);
  border-radius: 5px;
  height: 38px;
  padding: 15px 20px;
  text-transform: lowercase;
}

.newsletter .new-from .newsbtn {
  height: 38px;
  background: var(--main-color);
  color: var(--white);
  border-radius: 0px 5px 5px 0;
  position: unset;
  font-size: 14px;
  font-weight: normal;
  border: none;
  transition: 0.3s ease;
  letter-spacing: 1px;
  padding: 0 27px;
}

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

.newsletter .new-from .newsbtn svg {
  height: 24px;
  width: 23px;
  margin-left: 10px;
  fill: var(--main-color);
}

.newsletter .new-from .newsbtn:hover svg {
  fill: var(--white);
}

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

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

.newsletter .inner {
  max-width: 500px;
  margin-left: 50px;
}

.newsletter .inner h2 {
  color: var(--white);
  font-size: 35px;
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.07em;
  max-width: 300px;
}

.newsletter .inner h2 span {
  font-weight: 700;
  color: var(--main-color);
}

.news-p {
  color: var(--white);
  font-size: 12px;
  max-width: 420px;

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

.workdo-newsletter {
  position: relative;
}

.workdo-newsletter {
  background-image: url('../../../image/catalog/news-bg.png');
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  padding: 40px 0 50px;
  border-radius: 15px;
}

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

.webi_post_hover .icon:hover {
  background-color: #000;
  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: var(--main-color);
  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;
}

.blog_webi .blog-right .read_more {
  text-transform: capitalize;
  padding: 8px 20px;
  background: var(--main-color);
  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: var(--main-color);
  transition: 0.3s ease;
}

.blog_webi .blog-right .read_more:hover svg {
  fill: #fff;
}

.blog-hed .buttons-see-all {
  float: right;
}

.blog-hed .buttons-see-all .btn {
  padding: 8px 30px;
  ;
  border-radius: 50px;
}

.blogdt {
  background: transparent;
  border-radius: 10px;
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
}

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

/* singel blog page*/
.workdo_blog_page .blog-desc,
.workdo_blog_page .blog_links,
.workdo_blog_page .blog-right h4 a,
.workdo_blog_page .allcomment h4 a,
.workdo_blog_page .blogdt,
.workdo_blog_page .btn-primary.read_more {
  color: #000;
}

.blog-header .sub-homemenu {
  background-color: #000;
}

.blog-header .day p,
.blog-header .sub-manu .dropdown-item {
  color: var(--white);
}

.blog-page-bg {
  background-image: url('../../../image/catalog/blog-bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 0px 0 50px 0;
  margin: 0 0 40px 0;
}

.blog-ctn .btn-primary.read_more {
  width: unset;
  height: unset;
  background-color: transparent;
  color: var(--white);
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 30px;
}

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

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

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

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

#menu .navbar-nav li a i {
  margin: 4px;
  float: right;
  font-size: 12px;
}

#menu .navbar-collapse .navbar-nav {
  display: block;
  text-align: right;
}

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

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

#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: 0 20px;
  display: inline-block;
}

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

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

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

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

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

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

/* product page */
#product-info .breadcrumb>li.breadcrumb-item>a {
  color: var(--white);
}

#product .text-decor-bold h2 {
  margin-top: 15px;
}

.magnific-popup .img-thumbnail {
  padding: 0;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 10px;
}

.zoom-left .gallery_img .slick-slide {
  height: auto;
}

.pro-banner .section-bottomtitle {
  color: #525252;
}

.pro-banner .btn-primary.btn-section {
  background-color: #525252;
}

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

.custom-banner {
  display: flex;
  align-items: center;
}

.product-reviews,
.pro-banner {
  background-color: #000;
}

#rt {
  padding-top: 0;
}

/* .sub-product .related .product-thumb:hover {
  background-color: transparent;
} */

.sub-product {
  background-color: #000;
  padding: 0;
}

.related .cartb img {
  filter: invert(1);
}

#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 .wish {
  margin-left: 10px;
}

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

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

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

.t-none .products-specific {
  margin-top: 80px;
}

.p-bg {
  background-color: #000;
}

.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: #777;
  font-size: 16px;
}

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

.btn-group .btn:hover {
  color: var(--main-color);
}

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

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

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

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

.pro-content .qty-plus-minus {
  /* border: 1px solid #eee; */
  margin-right: 10px;
  border-radius: 10px;
  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;
}

#form-product .form-select {
  width: 30%;
  background-repeat: no-repeat;
}

.pro-content h1 {
  font-size: 46px;
  text-transform: capitalize;
  color: var(--main-color);
  font-weight: 700;
  line-height: 46px;
  margin: 10px 0;
  letter-spacing: -0.07em;
}

#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-bottom: 15px;
  color: var(--white);
}

.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(--white);
  background-color: transparent;
  border-radius: 10px;
  color: var(--white);
}

#form-review .btn-primary {
  background-color: var(--main-color);
}

#form-review h2 {
  color: var(--white);
}

.products-specific .list-unstyled a {
  color: var(--white);
}

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

.product-tab .nav-tabs>li>.nav-link.active,
.product-tab .nav-tabs>li.active>a:focus,
.product-tab .nav-tabs>li.active>a:hover {
  color: var(--main-color);
  cursor: default;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.product-tab .nav>li>a {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.product-tab .nav-tabs li .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  transition: all .3s ease-in-out;
  width: 0;
  border-bottom: 2px solid var(--main-color);
  left: 0;
}

.product-tab .nav-tabs li.nav-link.active::after {
  height: 2px;
  width: 100%;
}

.product-tab .nav>li>a:focus,
.product-tab .nav>li>a:hover,
.product-tab .nav-tabs>li>a {
  border: none;
  background: transparent;
}

.product-tab li {
  margin: 0 10px;
}

.product-tab .tab-pane {
  padding: 15px;
}

#tab-review #review {
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 10px;
}

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

.pro-content #product #button-cart {
  padding: 7px 37px;
  color: #000;
  background-color: var(--main-color);
  letter-spacing: -0.02em;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
}

.pro-content #product #button-cart:hover {
  background-color: var(--white);
}

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

.form-rating .form-rating-container,
.radi .form-rating,
.radi label {
  display: inline-block;
  vertical-align: middle;
  margin: 0
}

.form-rating .form-rating-container label,
.form-rating .form-rating-container:hover label {
  margin: 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;
  border-radius: 10px;
}

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

@media(min-width: 768px) {
  .wbtesti-vertical .slick-prev {
    top: 140px;
    right: 0;
    left: 0;
    background: transparent;
    border: 0;
  }

  .wbtesti-vertical .slick-next {
    bottom: 140px;
    top: auto;
    right: 0;
    left: 0;
    background: transparent;
    border: 0;
  }

  .wbtesti-vertical .slick-arrow svg {
    rotate: 90deg;
  }

  .wbtesti-vertical .slick-arrow svg:hover {
    fill: #3A1C36;
  }
}

/* account page */
#wishlist .price b {
  font-size: 16px;
  color: var(--main-color);
}

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

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

#account-account .achead {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
  color: var(--main-color);
}

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

#account-account.acpage #content[class*="col-"] a:hover {
  background-color: #000;
  color: var(--white);
}

#account-account.acpage #content[class*="col-"] a:hover img {
  filter: invert(1);
}

#account-account.acpage #content[class*="col-"] a:hover span:last-child span {
  color: var(--white);
}

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

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

#account-account.acpage #content[class*="col-"] span svg {
  fill: var(--main-color);
}

.acco span {
  display: inline-block;
  vertical-align: middle;
}

.accolumn {
  box-shadow: 0px 0 3px 2px rgb(0 0 0 / 5%);
  border-radius: 10px;
  padding: 15px 0px;
}

.accolumn h3 {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-top: 0;
  padding: 0 20px;
  color: var(--maroon);

}

.accolumn h3 svg {
  fill: var(--main-color);
  margin-right: 10px;
}

.accolumn.list-group a {
  border: none;
  padding: 10px 50px;
  font-size: 14px;
  font-weight: 400;
  color: var(--maroon);

}

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

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

.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: var(--main-color);
  transition: 0.3s ease;
}

/* category page */
.product-list .form-select {
  width: 20%;
}

.product-list .form-select,
.product-grid .form-select {
  color: #000;
  border: 1px solid #000;
}

.product-list .form-select:active,
.product-grid .form-select:active,
.product-list .form-select:focus,
.product-grid .form-select:focus {
  border: 1px solid #000;
}

.product-list .protitle a,
.product-grid .protitle a {
  color: var(--main-color);
  padding: 10px 0;
}

.product-list .product-thumb .price,
.product-grid .product-thumb .price,
.product-list .product-thumb .web_option,
.product-grid .product-thumb .web_option {
  margin-bottom: 10px;
}

.product-list .product-thumb,
.product-grid .product-thumb {
  border: 1px solid var(--main-color);
}

.product-list .you-save,
.product-grid .you-save {
  background-color: #DCDCDC;
  color: var(--main-color);
}

.product-grid .product-thumb .bran a,
.product-grid .product-thumb .rating .fa-star,
.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 .price,
.product-list .product-thumb .homeadd .cartb,
.product-list .product-thumb .rating {
  color: #000000;
}

.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: transparent;
  padding: 15px;
}

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

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

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

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

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

#product-info .back-page {
  padding: 30px 10px;
}

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

.back-to-home a {
  color: var(--main-color);
  font-size: 12px;
  text-transform: none;
}

.cat-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 15px;
}

.cat-desc {
  color: var(--main-color);
  font-size: 12px;
  line-height: 25px;
  max-width: 500px;
}

#compare-total {
  padding: 0;
  font-weight: 500;
  margin-top: 0;
  color: var(--maroon);
}

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

  text-transform: uppercase;
  color: var(--maroon);
  border-color: #f0f0f0;
}

#product-category label {
  color: var(--maroon) !important;
  text-transform: capitalize;
}

#product-category .list-group-item {
  padding: 5px 0px;
  color: #000;
  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 !important;
}

.cathed {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.catlistpage.list-group a.active,
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover,
.catlistpage.list-group a.active:hover {
  background: #fff;
  color: var(--main-color);
  border: 1px solid #eee;
  z-index: 0;
}

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

.catfilter .card-header {
  background: transparent;
  border: none;
  color: #000;
  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: 10px;
  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: 10px;

  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(--main-color);
  font-weight: 600;
}

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

.lgrid .active svg {
  fill: var(--main-color);
  cursor: pointer;
}

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

.form-select {
  box-shadow: none;
  border: 1px solid #eee;
  background: transparent;
  color: #000;
  padding: 3px 10px;
  font-size: 12px;
  width: 60%;
  border-radius: 50px;
}

#product-info .form-select:active,
#product-info .form-select:focus {
  border: 1px solid #fff;
}

.form-select option {
  color: #000;
}

.catesort .input-group .form-select {
  border-radius: 10px !important;

  color: var(--maroon);
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination .page-item.active .page-link,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
  z-index: 0;
  color: #fff;
}

.pagination .page-link {
  color: var(--main-color);
  padding: 7px 12px 5px 12px;
  background-color: transparent;
  border-color: var(--main-color);
}

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

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

.lgrid .active svg {
  fill: var(--main-color);
  cursor: pointer;
}

.manucom .product-grid .product-thumb .homeadd .cartb {
  padding: 10px 32px;
  background-color: var(--main-color);
  color: #fff;
}

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

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

.catlist-des {
  display: none;
}

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

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

.input-group .input-group-text {
  font-size: 12px;
  height: 39px;
  color: #000;
}

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

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

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

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

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

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

.bname {
  background: none repeat scroll 0 0 #f2f2f2;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 6px 0;
  padding: 5px 8px;
  border-radius: 10px;
}

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

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

#information-contact .contact form {
  padding: 15px;
  border: 1px solid #262626;
  border-radius: 10px;
  background: #fff;
}

#information-contact .wbcntleft .card-body {
  background-color: transparent;
  border-radius: 10px;
  padding: 0;
  padding-top: 50px;
  border: 0;
}

#information-contact .contact-store-information h4 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;

  color: var(--main-color);
}

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

.store-inf {
  font-weight: 400;
  font-size: 28px;
  color: var(--main-color);
  line-height: 42px;
}

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

.contact-desc {
  max-width: 500px;
  font-size: 12px;
  color: var(--main-color);
}

/* other page */
.info-img {
  width: auto;
}

.product-list .discount-onprice {
  display: initial;
}

.product-list .product-thumb .price {
  text-align: left;
}

@media (min-width: 768px) {
  .footer-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .product-list .product-thumb .price {
    font-size: 20px;
    text-align: left;
  }

  .product-list .product-thumb:hover .rating,
  .product-list .product-thumb:hover .price {
    opacity: 1;
  }

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

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

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

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

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

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

  .footblink {
    display: none;
  }

  .deliveryinfo {
    padding: 0;
    border-bottom: none;
  }

  #account-account.acpage #content[class*="col-"] span svg {
    width: 25px;
    height: 25px;
  }

  #account-account.acpage #content[class*="col-"] span:last-child {
    font-size: 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;
  }

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

  #cartme {
    display: none;
  }

  .top-contact-info {
    position: absolute;
    top: 85px;
  }
}

/* content */
#content {
  min-height: 600px;
}

/* footer-section */
footer .newsletter .inner {
  margin: 0;
}

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

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

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

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

.middle-footer {
  padding: 60px 0 15px;
}

.wbftleft p {
  color: #8a8a8a;
  line-height: 24px;
}

.foot-logo {
  margin-bottom: 15px;
}

.middle-footer a,
.f-left li {
  cursor: pointer;
  font-size: 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: var(--main-color);
}

.payment .fpaym li {
  display: inline-block;
}

.payment ul {
  margin-bottom: 0;
}

.fpaym li svg {
  width: 38px;
  height: 32px;
}

.storeinfo p {
  color: #666;
}

footer {
  background-color: #000;
}

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

footer a {
  color: #ccc;
}

footer a:hover {
  color: #fff;
}

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

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

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

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

.copy a:hover {
  color: var(--main-color);
}

.f-left svg {
  margin-right: 5px;
}

.fcontact svg {
  width: 17px;
  height: 17px;
  fill: #fed507;
}

.fsocial li {
  display: inline-block;
}

.fsocial li svg {
  width: 14px;
  height: 14px;
  margin: 0 4px;
  fill: #fff;
  transition: 0.3s ease;
}

.fsocial li a {
  width: 35px;
  height: 35px;
  background: var(--white);
  vertical-align: middle;
  text-align: center;
  margin-right: 8px;
  transition: 0.3s ease;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.fsocial {
  margin: 0;
}

.fsocial li a:hover {
  background: var(--main-color);
}

.fsocial li a:hover img {
  filter: brightness(10);
}

.fsocial li a:hover svg {
  fill: #fff;
}

#scroll {
  position: fixed;
  right: 30px;
  bottom: 60px;
  cursor: pointer;
  z-index: 9;
  height: 40px;
  width: 40px;
  line-height: 0;
  padding: 14px 0;
  display: none;
  outline: none;
  text-align: center;
  transition: all .5s ease-in-out;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
}

#scroll:hover {
  background: #f5f5f5;
  color: #000;
}

#scroll svg {
  width: 12px;
  height: 12px;
  fill: var(--main-color);
}

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

/* breadcrumb */
.breadcrumb>li a::after {
  content: '/';
  padding: 0 15px;
  color: var(--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;
}

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

.breadcrumb>li.breadcrumb-item+li:before {
  content: "";
  padding: 0;
}

.pagination {
  margin: 0;
}

/* buttons */
.btn {
  padding: 7.5px 12px;
  font-size: 10px;
  border: none;
  border-radius: 10px;
  box-shadow: none;
}

.fa {
  font-size: 10px;
}

.btn-danger,
.btn-info {
  color: #ffffff;
  background-color: var(--main-color);
  transition: 0.3s ease;
  border: none;
}

#product-info .form-control:focus,
#product-info .form-select:focus {
  border: 1px solid #ffff;
  box-shadow: none;
}

.form-control:focus,
.form-select:focus {
  border: 1px solid #000;
  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: #000;
  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: #000;
  border-radius: 10px;
  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 span {
  font-size: 17px;
  margin: 0;
  line-height: 17px;
  text-decoration: underline;
  transition: all .3s ease;
}

.btn-primary:hover span {
  color: var(--main-color);
}

.btn-primary {
  background-color: transparent;
  color: var(--white);
  border: none;
  text-transform: capitalize;
  transition: 0.3s ease;
  font-size: 10px;
  border-radius: 10px;
  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(--main-color);
  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: 0;
  left: 0;
  z-index: 9;
  font-size: 12px;
  color: #000;
  background: var(--white);
  border-radius: 50px;
  padding: 3px 10px 0;
  font-weight: 700;
}

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

  color: var(--white);
  background: var(--main-color);
  border-radius: 10px;
  padding: 4px 14px;
  margin: 0 auto;
}

.product-thumb .image {
  text-align: center;
  position: relative;
}

.product-thumb .image .second-image img {
  border-radius: 10px;
  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: 10px;
  right: 10px;
  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: 10px;
  color: var(--maroon);
  border-color: var(--maroon);
  height: 38px;
}

.cart-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.product-thumb .homeadd .cartb {
  background-color: transparent;
  color: var(--white);
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.07em;
  transition: 0.3s ease;
  margin-top: 0;
  text-align: left;
  padding: 0;
  text-decoration: underline;
}

.product-thumb .homeadd .cartb i {
  font-size: 10px;
  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: 10px;
  color: var(--maroon);
}

.product-thumb .button-group img {
  width: 18px;
  height: 16px;
}

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

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

.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: 0;
  padding: 0;
  border-radius: 10px;
}

.product-thumb .caption .button-group .wish {
  margin-bottom: 15px;
}

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

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

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

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

/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}

#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

#information-contact .card {
  margin-bottom: 20px;
}

#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}

#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* alert */
#alert .alert,
.alert.alertsuc {
  background-color: #fff;
  border: 1px solid #ededed;
  color: #666;
  font-size: 14px;
  position: fixed;
  z-index: 99;
  transition: all ease .6s;
  border-radius: 10px;
  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: #000;
  background-color: rgba(0, 0, 0, .6);
  bottom: 0;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.alert-danger svg,
.alert-info svg,
.alert-success svg {
  display: block;
  margin: 0 auto 20px;
  width: 65px;
  height: 65px;
}

.alert-success svg {
  fill: #4CAF50;
}

.alert-danger svg {
  fill: #da4f49;
}

.stck-bn a {
  float: right;
  background-color: var(--main-color);
  color: #fff !important;
  padding: 10px 15px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: -50px;
  transition: all 0.5s ease-in-out 0s;
}

.stck-bn a:hover {
  background-color: var(--maroon);

}

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

.stck-bn h4 {
  color: var(--main-color);
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 0px;
}

.stck-bn {
  border: 1px solid #e1e1e1;
  margin: 0 200px;
  padding: 24px;
  text-align: center;
  position: relative;
}

.st-img img {
  position: absolute;
  left: 0;
  width: 282px;
  height: 109px;
  bottom: 0;
}

.dinfo .dimg {
  display: inline-block;
  vertical-align: middle;
}

.siinfo .sj {
  border-radius: 0px;
  padding: 20px 5px;
  transition: 0.3s ease;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
}

.siinfo .sj:hover .dimg svg {
  fill: var(--main-color);
}

.deltext h4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 5px;
}

.deltext a:hover::after {
  width: 100%;
  border-bottom: 1px solid var(--main-color);
}

.text-p p {
  color: #000;
  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: center;
  justify-content: center;
  align-items: center;
}

.list-inline>li.huser {
  padding: 8px;
}

.main-home .list-inline>li.top-wishlist,
.product-header .list-inline>li.top-wishlist {
  margin: 0;
  padding: 0;
}

.list-inline>li.top-wishlist {
  padding: 12px 0;
  position: relative;
  margin: 0 0px 0 5px;
}

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

.cartt,
.wc-total span {
  position: absolute;
  top: -3px;
  width: 14px;
  height: 14px;
  right: 5px;
  background-color: var(--main-color);
  color: var(--white);
  font-size: 10px;
  text-align: center;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc-total span {
  top: 7px;
  right: 0;
}

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

.onsale-img .onsatex .banner-description {
  padding-left: 50px;
  z-index: 1;
  position: relative;
}

.wdonsale .product-thumb {
  backdrop-filter: blur(4.5px);
  background: rgba(0, 0, 0, 0.38);
}

.onsale-img {
  background-image: url('../../../image/catalog/centerbanner/center-banner.png');
  height: auto;
  border-radius: 15px;
  padding: 50px 0;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

.onsale-img .row {
  align-items: center;
}

.onsale-bg {
  background-color: #000;
}

.sale-product {
  padding: 0;
  /* transform: matrix(1, 0, 0, 1, 241, 0); */
}

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

.latdec {
  padding: 0;
}

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

.wdonsale .product-thumb {
  transition: all .3s ease;
}

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

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

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

.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: var(--main-color);
  margin-top: 30px;
  line-height: 20px;

}

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

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

.centerimg img,
.offer-banner img {
  border-radius: 5px;
  width: 100%;
  position: relative;
}

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

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

.offer-banner .logo-ctn {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: unset;
}

.ow-ctn {
  display: flex;
  align-items: center;
}

.ow-ctn h3 {
  color: var(--white);
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  text-transform: uppercase;
  text-align: right;
}

.ow-ctn h3 span {
  display: block;
  font-size: 23px;
  line-height: 23px;
  margin-top: 5px;
  text-transform: lowercase;
}

.ow-ctn img {
  width: 100px;
  border-radius: 50px;
  margin-left: 20px;
}

.offer_bnr .beffect {
  padding: 0 15px;
}

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

}

.s2 .card-body {
  background-color: var(--main-color);
  border-radius: 10px;
  border-color: var(--main-color);
  transition: 0.3s ease;
}

.s3 .card-body {
  background-color: var(--maroon);
  border-radius: 10px;
  border-color: var(--maroon);
  transition: 0.3s ease;
}

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

.dinfo {
  padding-bottom: 50px;
}

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

.service .card-body,
.service .card-title {
  color: var(--white);
}

.s4.service .card-body,
.s4.service .card-title {
  color: var(--maroon);
}

.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,
.latest {
  padding: 0;
}

.best-bg .product-thumb,
.latest .product-thumb {
  background-color: var(--main-color);
  padding: 20px;
}

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

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

.wd-item-title {
  font-size: 35px;
  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: 10px;
  font-size: 13px;
  padding: 0;
  transition: 0.3s ease;
}

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

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

/* Top Category section end*/
/* Blog section*/
.blog-bg .box-content {
  padding: 0;
}

.blog-toptitle {
  font-weight: 600;
  font-size: 20px;

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

.blog-bg {
  background-color: #000;
  padding-bottom: 60px;
}

.blog-main-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}

.blog-main-title .btn-primary.btn-section {
  margin: 0;
  padding: 11px 20px;
}

.blog-main-title h2 {
  font-weight: 600;
  text-align: center;
  font-size: 85px;
  color: #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: transparent;
  border: 1px solid #292929;
  border-radius: 10px;
  padding: 15px;
  text-align: left;
}

.blog-thumbnail.panel-body {
  margin-bottom: 30px;
  background-color: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 15px;
}

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

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

.blog-right h4,
.allcomment h4 {
  max-width: 300px;
  margin: 10px 0 0 0;
}

.blog-right h4 a,
.allcomment h4 a {
  font-size: 28px;
  font-weight: 700;
  line-height: 25px;
  color: var(--white);
  letter-spacing: -0.07em;
  transition: all .3s ease;
}

.blog-desc,
.blog_links {
  color: var(--white);
  font-size: 12px;
  margin: 10px 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: 10px;
  padding: 0;
  background-color: transparent;
  color: var(--white);
  letter-spacing: -0.03em;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}

.btn-primary.read_more:hover {
  background-color: transparent;
  color: var(--main-color);
}

.blog-right h4 a:hover {
  color: var(--main-color);
}

.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 {
  transition: all .3s ease;
}

.logoimg img:hover {
  filter: brightness(10);
}

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

.logo-ctn h4 {
  color: var(--white);
  font-size: 12px;
}

.logo-ctn h2 {
  color: var(--main-color);
  font-weight: 700;
  font-size: 35px;
  letter-spacing: -0.07em;
  max-width: 280px;
  margin: 0;
  line-height: 35px;
}

.logo-ctn h2 span {
  font-weight: 400;
}

.logo-ctn p {
  font-weight: 400;
  font-size: 12px;
  color: var(--white);
  margin: 15px 0 25px;
}

.logo-dec {
  z-index: 1;
}

.logo-ctn {
  max-width: 300px;
}

.logoslider {
  margin-top: -150px;
  margin-bottom: 36px;
  z-index: 1;
}

.logoslider .heading span {
  font-size: 12px;
  color: var(--white);
}

.logoslider .heading {
  margin: 0;
}

.center-dec .banner-description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
  display: flex;
  align-items: center;
}

/* countdown products */
.is-countdown {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  text-align: center !important;
}

.wbcount .product-thumb .image {
  position: relative;
}

/* countdown products */
/* Information Pages */
.contact-top-bg .back-to-home a {
  color: var(--white);
}

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

#information-information .accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

#information-information .accordion-item {
  margin-bottom: 25px;
}

#information-information .accordion-button:not(.collapsed) {
  background: #fff;
}

#information-contact .contact .other-title {
  color: var(--white);
}

.contact-top-bg .other-title {
  color: var(--white);
}

.information {
  padding-top: 60px;
}

#information-information h3,
#information-information h1,
.other-title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: 25px;
}

.contact-desc p {
  margin: 0;
  color: var(--white);
}

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

#information-information .accordion-button {
  font-size: 16px;
  color: var(--maroon);
  font-weight: 500;
  padding: 15px 15px 10px;
}

#information-information .accordion-body {
  font-size: 14px;
  color: var(--maroon);
  font-weight: 400;

}

.terms-info p,
.about-us p {
  font-size: 14px;
  color: var(--maroon);
  font-weight: 400;

  margin-bottom: 30px;
}

.about-us h3 {
  font-size: 36px;
}

.about-two img {
  margin-top: 30px;
}

.about-two h4,
.about-three h4 {
  font-size: 24px;
  color: var(--maroon);
  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 #000;
  border-radius: 10px;
}

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

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

.about-sup h4 {
  font-size: 24px;
  color: var(--maroon);
  font-weight: 700;
}

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

.about-sup p {
  margin: 0;
}

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

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

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

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

/* start top-product */
.wdtop .product-thumb {
  background-color: var(--main-color);
  padding: 20px;
}

.wdtop .product-thumb .protitle a,
.best .product-thumb .protitle a,
.latest .product-thumb .protitle a {
  color: var(--white);
}

/* selected-products */
.left-bg .row {
  align-items: center;
}

.selected-products {
  background: linear-gradient(180deg, var(--main-color) 83%, #525252 82%);
}

.wdselected .product-thumb {
  padding: 15px;
  background-color: var(--main-color);
}

.wdselected .product-thumb .bran a,
.wdselected .product-thumb .homeadd .cartb {
  color: #000;
}

.wdselected .you-save {
  background-color: #000;
  color: var(--white);
}

.wdselected .product-thumb .protitle a {
  color: var(--white);
}

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

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

/* banner product */

.rightbnr {
  position: relative;
}

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

.feature .button-group img {
  filter: brightness(10);
}

/* cart page */
#checkout-cart .heading span {
  font-weight: 700;
  font-size: 36px;
  color: var(--main-color);
}

/* checkout page */
.checkout-heading {
  color: var(--main-color);
  font-size: 36px;
  font-weight: 700;
}

/* success page */
#common-success #content {
  text-align: center;
}

#account-register #content h1 {
  font-size: 38px;
  font-weight: 700;
  color: var(--main-color);
}

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

.workdo-newsletter form {
  margin: 0;
}

.sub_search,
.sub_megamenu {
  display: none;
}

.specilban {
  position: relative;
}

.middle-footer .row .lborder {
  width: 20%;
}

.middle-footer .row .news-lborder {
  width: 40%;
}

footer .newsletter .container {
  padding: 0;
}

@media(min-width: 768px) {}

@media(min-width: 768px) {

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

.middle-footer h5 {
  position: relative;
  margin-bottom: 15px;
  font-size: 22px;
  color: var(--white);
  font-weight: 500;
  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: var(--main-color);
  font-weight: 700;
}

.cartb img {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: sub;
}

.cart-price .cartb img {
  filter: invert(1);
}

.wdselected .product-thumb .homeadd .cartb img {
  filter: unset;
}

.h-soc li {
  display: block;
}

.main-home .h-soc,
.product-header .h-soc {
  position: absolute;
  top: 250px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.h-soc .fsocial li a {
  margin-right: 0;
  margin-bottom: 5px;
}

.h-soc h2 {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  margin-top: 15px;
}

/* sub-header */
.sub-homemenu .container {
  position: relative;
}

.main-home .manu-ctn {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 20px;
  left: 15px;
  right: 15px;
  z-index: 1;
}

.manu-ctn {
  display: flex;
  justify-content: space-between;
}

.main-home .day p,
.product-header .day p,
.pro-category .day p,
.contect .day p {
  margin: 0;
  font-weight: 600;
  color: var(--white);
}

.main-home .sub-homemenu,
.product-header .sub-homemenu,
.pro-category .sub-homemenu {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.sub-homemenu {
  padding: 20px 0 0;
}

.day p {
  color: #000;
  margin: 0;
}

.sub-manu .dropdown-item {
  color: #000;
  padding: 0 0 0 15px;
  transition: all .3s ease-in;
  background-color: transparent;
}

.sub-manu .dropdown-item:hover {
  color: #000;
  text-decoration: underline;
}

.sub-manu ul li,
.sub-homemenu .sub-manu,
.day {
  display: inline-block;
}

.main-home .sub-manu .dropdown-item,
.product-header .sub-manu .dropdown-item,
.pro-category .sub-manu .dropdown-item,
.contect .sub-manu .dropdown-item {
  padding: 0 0 0 15px;
  transition: all .3s ease-in;
  color: var(--white);
}

.main-home .sub-manu .dropdown-item:hover,
.product-header .sub-manu .dropdown-item:hover,
.pro-category .sub-manu .dropdown-item:hover {
  background-color: transparent;
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sub-manu .dropdown-item:active,
.sub-manu .dropdown-item:focus {
  background-color: transparent;
}

.pro-content {
  padding-left: 30px;
}

#cart p .btn-primary,
#form-register .btn-primary,
.btn-outline-primary {
  background-color: var(--main-color);
}

.btn-outline-primary:hover {
  background-color: #000;
  color: var(--white);
}

.table .img-thumbnail {
  border-radius: 10px;
}

#product-info .form-select,
#common-home .form-select,
.btn-outline-primary {
  color: var(--white);
}

#common-home .btn-primary {
  background-color: transparent;
}

.btn-primary {
  background-color: var(--main-color);
}

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

#account-account,
#account-address {
  padding: 0;
}

#account-password .container {
  padding: 0;
}

#information-information {
  padding-bottom: 35px;
}

.about-us img {
  border-radius: 10px;
}

#product-manufacturer .product-grid .product-thumb .homeadd .cartb,
#product-search .product-grid .product-thumb .homeadd .cartb {
  background-color: transparent;
  color: #000;
  padding: 0;
}

#product-manufacturer #display-control .lgrid,
#product-search #display-control .lgrid,
#product-manufacturer:last-child .catesort,
#product-search:last-child .catesort {
  padding: 0;
}

#product-manufacturer .heading span,
#product-search .heading span {
  color: #000;
  margin: 0;
}

#information-contact .contact-store-information h4 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #051512;
}

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

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

.wdtop .product-thumb .button-group,
.latest .product-thumb .button-group,
.best .product-thumb .button-group {
  top: 0;
  right: 0;
}

.h-soc {
  display: none;
}

#common-success #content p {
  margin-bottom: 5px;
  font-size: 16px;
}

#common-success #content h1 {
  color: #262626;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.025em;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: transparent;
  color: var(--white);
  border: none;
  border-color: transparent;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 700;
}

.nav-tabs {
  border: none;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border: none;
  border-color: transparent;
}

.nav-tabs .nav-link {
  padding: 0 20px 0 0;
  color: var(--white);
  border: none;
  text-transform: capitalize;
}

.latest-bg,
.best-bg .latdec {
  margin: 0 -15px;
}

.blogal .btn-primary,
#form-contact .text-end .btn-primary {
  padding: 10px 25px 7px;
}

.gal-img #gal1 .slick-slide {
  margin-bottom: 20px;
}

.imgslider .sliderel:not(:first-child) {
  display: none;
}

.imgslider.slick-slider .sliderel:not(:first-child) {
  display: block;
}

.slick-dots li.slick-active button:before {
  color: var(--white);
  opacity: 1;
}

.slick-dots li button::before {
  color: var(--main-color);
  font-size: 60px;
  opacity: 1;
}

.slick-dots li.slick-active {
  width: 20px;
  height: 20px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots {
  text-align: left;
}


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

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

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

  .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: 10px;
    position: absolute;
    top: 17px;
    left: 0;
  }

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

  /*#top-links {
    position: absolute;
    top: 15px;
    float: right;
    right: 0;
    width: auto;
  } */
  .callright {
    width: auto;
    padding: 6px 0 !important;
  }

  .callright ul {
    padding-left: 0;
  }

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

  .middle-footer .col-md-3.wbftleft h5 {
    margin-bottom: 5px;
  }

  .wbftleft p {
    margin-bottom: 0;
  }

  .fsocial {
    margin-bottom: 30px;
  }

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

  .wbftleft {
    padding-left: 0;
  }

  .manucom .product-grid .product-thumb .homeadd .cartb {
    padding: 10px 16px;
    margin-top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wd-item-title a {
    left: 10px;
  }

  .wd-item-caption {
    left: 10px;
    max-width: 140px;
  }

  .wd-item-title {
    font-size: 20px;
  }

  .wd-item-caption p {
    font-size: 20px;
    line-height: 20px;
  }

  .slid-dec p {
    line-height: 20px;
  }

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

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

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

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

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

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

.testi-dec {
  padding-left: 15px;
}

@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) {
  .header-logo {
    width: 15%;
  }

  .header-bg {
    width: 55%;
  }

  .op-header {
    width: 30%;
  }

  .product-grid .product-thumb .button-group {
    top: 0;
    right: 0;
  }

  .product-grid .form-select {
    width: 100%;
  }

  .product-list .form-select {
    width: 30%;
  }

  .list-inline>li.top-wishlist {
    margin: 0 0px 0 5px;
  }

  .book-order .btn-primary {
    padding: 8px 14px;
  }

  #product-info .back-page {
    padding: 30px 70px 30px 10px;
  }

  .middle-footer::after,
  .offer-banner::before,
  .left-bg::before {
    display: none;
  }

  .main-home .op-header,
  .product-header .op-header {
    text-align: center;
  }

  .category-tab::before {
    left: -40px !important;
  }

  .sale-product {
    transform: matrix(1, 0, 0, 1, 15, 0);
  }

  #information-information .back-page,
  #product-manufacturer .back-page {
    padding: 20px 0;
  }

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

  .cat-footer .fsocial li a {
    width: 25px;
    height: 25px;
  }

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

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

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

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

  .slid-dec .part-2 h2 {
    font-size: 35px;
    margin-top: 10px;
    line-height: 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 {
    width: 430px;
  }

}

@media (min-width: 1200px) {

  .middle-footer,
  .offer-banner,
  .blog-head-section .logo-ctn,
  .left-bg,
  .testi-origin,
  .category-tab {
    position: relative;
  }

  .category-tab::before {
    content: '';
    background-image: url('../../../image/catalog/1.jpg');
    background-size: cover;
    width: 158px;
    height: 211px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .left-bg::before {
    content: '';
    background-image: url('../../../image/catalog/2.jpg');
    background-size: cover;
    width: 158px;
    height: 211px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .offer-banner::before {
    content: '';
    background-image: url('../../../image/catalog/3.jpg');
    background-size: cover;
    width: 94px;
    height: 126px;
    position: absolute;
    bottom: -50px;
    left: 110px;
  }

  .blog-head-section .logo-ctn::after {
    content: '';
    background-image: url('../../../image/catalog/2.jpg');
    background-size: cover;
    width: 167px;
    height: 232px;
    position: absolute;
    bottom: -190px;
    right: -80px;
  }

  .testi-origin ul::after {
    content: '';
    background-image: url('../../../image/catalog/2.jpg');
    background-size: cover;
    width: 167px;
    height: 232px;
    position: absolute;
    bottom: -151px;
    right: 0;
  }

  .middle-footer::after {
    content: '';
    background-image: url('../../../image/catalog/4.jpg');
    background-size: cover;
    width: 304px;
    height: 272px;
    position: absolute;
    bottom: -50px;
    right: 0;
  }

  .topright {
    width: 80%;
  }
}

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

@media (min-width: 992px) and (max-width: 1199px) {

  .product-list .form-select,
  .product-grid .form-select {
    width: 100%;
  }

  .cat-title {
    font-size: 30px;
  }

  .product-grid .product-thumb .button-group {
    top: 0;
    right: 0;
  }

  .header-logo {
    width: 15%;
  }

  .header-bg {
    width: 50%;
  }

  .op-header {
    width: 35%;
  }

  .main-home .huser,
  .product-header .huser {
    top: 180px;
  }

  .main-home .top-wishlist,
  .product-header .top-wishlist {
    top: 130px;
  }

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

  .selected_pro {
    width: 40%;
  }

  .left_bnr {
    width: 60%;
  }

  .logo-ctn h2 {
    font-size: 33px;
    line-height: 33px;
  }

  .onsale-img .onsatex .banner-description {
    padding-left: 0;
  }

  .testi-star {
    margin: 0;
  }

  .parallex .item h3 {
    font-size: 30px;
  }

  .testi-origin ul li a {
    font-size: 32px;
  }

  .testi-origin::before {
    left: -10px;
    height: 292px;
  }

  .testi-origin::after {
    height: 292px;
  }

  .logoslider {
    margin: 0;
    background-color: #000;
    padding: 60px 0;
  }

  .main-home .op-header,
  .product-header .op-header {
    text-align: center;
  }

  .sale-product {
    transform: unset;
  }

  .manucom .product-grid .product-thumb .homeadd .cartb {
    margin-top: 20px;
  }

  #information-information h1,
  #information-information h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  #information-information .back-page {
    padding: 20px 0;
  }

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

  .cat-footer .fsocial li a {
    width: 30px;
    height: 30px;
  }

  footer .lborder {
    width: 49%;
  }

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

  #product-info .back-page {
    padding: 10px 10px;
  }

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

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

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

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

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

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

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

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

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

  .left-ban .beffect img {
    max-width: 330px;
  }

  .lefttxt h4 {
    font-size: 20px;
  }

  .lefttxt h2 {
    font-size: 30px;
  }

  .leftdesc {
    left: 0;
  }

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

  .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: 500px;
    left: 2%;
  }

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

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

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

@media (min-width: 992px) {
  .blog-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .huser .xsla,
  .huser .xscu {
    display: none !important;
  }

  #menu .navbar-nav li .dropdown-menu a.see-all {
    padding: 0px 10px;
    padding-left: 2px;
  }

  #menu .navbar-nav li .dropdown-menu a.see-all:hover {
    color: var(--main-color);
  }

  #under-menu .close-nav {
    display: none;
  }

  #menu .dropdown-menu {
    background: #fff;
    visibility: hidden;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s ease-out 0s;
    -o-transition: all 0.35s ease-out 0s;
    transition: all 0.35s ease-out 0s;
    border: none;
    padding: 15px 10px;
    margin-top: 0px;
    position: absolute;
    margin-left: 0 !important;
    border-radius: 10px;
    border-bottom: 3px solid var(--main-color);
  }

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

@media (max-width: 991px) {

  .product-list .form-select,
  .product-grid .form-select {
    width: 100%;
  }

  .information {
    padding-top: 30px;
  }

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

  .left_bnr,
  .selected_pro {
    width: 100%;
  }

  .left-bg {
    padding: 30px 0;
  }

  .testi-star {
    margin: 0;
  }

  .testi {
    width: 100%;
    margin-top: 20px;
  }

  .parallex .onsatex,
  .testi-origin {
    width: 50%;
  }

  .onsale-img .onsatex .logo-ctn h4 {
    font-size: 12px;
  }

  .product-thumb .row {
    align-items: center;
  }

  .logoslider {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #000;
    padding: 30px 0;
  }

  .cartt,
  .wc-total span {
    right: -6px;
    top: -5px;
  }

  .main-home .homemenu,
  .product-header .homemenu,
  .main-home .huser,
  .product-header .huser {
    position: unset !important;
  }

  .main-home .top-wishlist,
  .product-header .top-wishlist {
    display: inline-block !important;
    position: relative !important;
    top: 0;
    width: unset;
    height: unset;
    border: none;
  }

  .main-home .huser,
  .product-header .huser {
    width: unset;
    height: unset;
    border: none;
  }

  .header-bg,
  .main-home .manu-ctn,
  .product-header .manu-ctn,
  .main-home .h-soc,
  .product-header .h-soc,
  .testi-origin::after {
    display: none;
  }

  .op-header {
    width: 75%;
  }

  .header-logo {
    width: 25%;
  }

  .main-home #top-links,
  .product-header #top-links {
    position: unset;
  }

  .book-order .btn-primary {
    display: none;
  }

  .sub_megamenu {
    display: block;
  }

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

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

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

  .center-bg {
    padding-top: 30px;
  }

  .centerimg img {
    margin: 0;
  }

  .xsla .dropdown .test {
    padding: 0.25rem 1rem;
  }

  .specialdesc {
    width: 200px;
  }

  .specialtxt a.btn-primary {
    display: none;
  }

  .leftdesc {
    left: 30px;
  }

  .lefttxt h4 {
    font-size: 18px;
  }

  .lefttxt h2 {
    font-size: 25px;
  }

  .leftdesc .dec {
    width: 270px;
  }

  .left-ban img {
    max-width: 260px;
  }

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

  .list-inline>li.top-wishlist {
    margin: 0;
  }

  .huser,
  .top-wishlist {
    margin: 0;
    border: none;
    padding: 0 !important;
    width: unset;
    height: unset;

  }

  #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: 12px;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #menu .dropdown-submenu {
    /* margin-top: 15px; */
    padding: 0 !important;
  }

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

  #menu .dropdown-inner .dropdown-submenu .grand-child a {
    border-bottom: none;
    color: var(--white);
  }

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

  .product-grid .col,
  .product-list .col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-list,
  .product-grid {
    margin-left: -5px;
    margin-right: -5px;
  }

  #header-cart .huser .xsla,
  #header-cart .huser .xscu {
    display: block !important;
  }

  .webi_blog_page .panel-default {
    margin-bottom: 15px;
  }

  footer {
    margin-top: 0;
    padding-top: 0;
    background-size: auto;
  }

  .newsletter .new-from input {
    padding: 10px 15px;
  }

  .newsletter .new-from .newsbtn {
    font-size: 12px;
  }

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

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

  .xsla .test,
  .xscu .test {
    color: #000;
  }

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

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

  #under-menu {
    display: block;
  }

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

  #logo img {
    margin-left: 30px;
  }

  .newsletter .inner h3 {
    display: none;
  }

  .blog_webi .blog-right h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: unset;
    display: block;
    font-size: 16px;
    padding: 0 0 10px;
    height: auto;
  }

  /* sidenav */
  .w3-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
  }

  #stamenu .menu-vertical {
    overflow-y: unset;
  }

  #stamenu.active .menu-vertical {
    transform: translateX(0);
  }

  #stamenu .menu-vertical {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 9999;
    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,
  .wbcattop,
  .deliveryinfo,
  .wbimg,
  .onsaletop,
  .specialbg {
    margin-top: 30px;
  }

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

  .related,
  .cattab,
  .wdonsale,
  .wbtesti,
  .wdtop,
  .wdselected,
  .wbblog {
    text-align: center;
  }

  .slick-prev,
  .slick-next {
    position: sticky;
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

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

  .testi-origin ul li a {
    font-size: 25px;
    line-height: 36px;
  }

  .parallex .item h3 {
    font-size: 25px;
    line-height: 25px;
  }

  .testi-origin::before {
    height: 210px;
    left: -30px;
  }

  .onsale-img .onsatex .banner-description {
    padding: 0;
  }

  .logo-ctn h2 {
    font-size: 26px;
    max-width: 250px;
  }

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

  .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 {
    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-bg {
    max-width: 200px;
  }

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

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

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

  .top-subtitle {
    font-size: 15px;
    top: 15px;
    left: 10px;
  }

  .offer_bnr,
  .selected_bnr {
    display: flex;
    align-items: center;
  }

  .right-banner {
    padding: 30px 0;
    background: #525252;
  }

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

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

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

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

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

  .protitle {
    padding: 5px 0;
  }

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

  .slid-price .usd-price p {
    font-size: 10px;
    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;
  }

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

  .t-none {
    display: none;
  }

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

  .t-block.d-flex {
    display: flex !important;
  }

  .cinfo {
    background: var(--main-color);
    padding: 6px 15px;
    color: var(--white);
  }

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

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

  .slidertext a.btn {
    margin-top: 0;
  }

  .menusp {
    position: absolute;
    top: 18px;
    padding: 0;
    width: auto;
  }

  .offertext h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .offertext h5 {
    margin-bottom: 10px;
  }

  .offertext {
    width: 250px;
  }

  .centertxt h2 {
    font-size: 20px;
    margin: 5px 0;
  }

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

  .centertxt {
    width: 300px;
    left: 0;
  }

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

  .imgtext a.btn-primary,
  .centertxt a.btn-primary,
  .offertext a.btn-primary {
    padding: 4px 15px;
    margin-top: 0;
  }

  .offertext p,
  .imgtext p {
    margin-bottom: 5px;
    line-height: 20px;
  }

  .centertxt p {
    font-size: 30px;
  }

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

  .parallex .quote svg {
    width: 50px;
    height: 50px;
  }

  .middle-footer {
    padding: 30px 0 30px;
  }

  .deliveryinfo ul li h4 {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .zoom-left {
    display: none;
  }

  .wdtop .product-thumb .price,
  .related .product-thumb .price,
  .latest .product-thumb .price,
  .best .product-thumb .price {
    font-size: 20px;
    line-height: 20px;
  }

  .wdtop .web_option,
  .wdtop .product-thumb .price,
  .related .web_option,
  .related .product-thumb .price,
  .best .web_option,
  .best .product-thumb .price,
  .latest .web_option,
  .latest .product-thumb .price {
    margin-bottom: 10px;
  }

  .sub-homemenu {
    display: none;
  }

  .manu-ctn {
    display: none;
  }

  .product-list .form-select {
    width: 50%;
  }

  #form-product .form-select {
    width: 50%;
  }

  #rt {
    padding: 0 12px;
  }

  .pro-content {
    padding-left: 12px;
  }

  #gal1 .slick-slide.slick-active {
    margin: 0 10px;
  }

  .gal-img {
    margin: 20px 0;
  }

  .ow-ctn h3 span {
    font-size: 18px;
    line-height: 18px;
  }

  .ow-ctn img {
    width: 70px;
  }

  .blog-thumbnail {
    padding: 10px;
    margin-bottom: 1px;
  }

  .blog-head-section .logo-ctn {
    margin-bottom: 20px;
  }

  .newsletter .inner {
    margin: 0;
  }

  .parallex .item h3 {
    font-size: 25px;
    line-height: 25px;
  }

  .testi-origin::before {
    left: -5px;
    height: 200px;
  }

  .testi-origin ul li a {
    font-size: 20px;
    line-height: 30px;
  }

  .onsale-img {
    padding: 0;
  }

  .btn-primary span {
    font-size: 15px;
  }

  .onsale-img .onsatex .banner-description {
    padding: 0;
  }

  .logo-ctn h2 {
    font-size: 25px;
    max-width: 240px;
  }

  .logo-dec {
    margin-bottom: 20px;
  }

  #menu {
    top: 17px;
  }

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

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

  #form-review {
    margin-bottom: 0;
  }

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

  .custom-img {
    margin-top: 20px;
  }

  .pro-content #product #button-cart {
    padding: 8px 30px;
  }

  .productbg .t-none {
    display: none;
  }

  #product-info .back-page {
    padding: 20px 10px;
    margin-top: 0;
    display: block !important;
  }

  .breadcrumb {
    padding: 10px 0;
  }

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

  footer .newsletter .inner {
    margin: 0 0 20px;
  }

  .middle-footer .row .news-lborder,
  .middle-footer .row .lborder {
    width: 100%;
  }

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

  .blog-desc,
  .blog_links {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 5px 0;
  }

  .blog-right h4 a,
  .allcomment h4 a {
    font-size: 20px;
  }

  .blog-right h4 {
    margin: 0;
  }

  .blog-main-title {
    margin: 30px 0 20px 0px;
  }

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

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

  .special-heading,
  .specilban {
    margin-bottom: 20px;
  }

  .right-banner {
    padding: 30px 0;
    background: #525252;
  }

  .special-heading p {
    font-size: 10px;
    max-width: 250px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

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

  .selected_bnr .beffect a img {
    margin-bottom: 20px;
  }

  .offer-banner {
    padding-bottom: 30px;
  }

  .offerdesc .btn-primary.btn-section {
    margin: 0;
    left: 15px;
  }

  .top-subtitle {
    font-size: 20px;
    top: 15px;
    left: 15px;
  }

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

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

  .workdo-newsletter {
    padding: 30px 15px;
  }

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

  .newsletter .inner h2 {
    font-size: 25px;
    max-width: 230px;
  }

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

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

  .center-bg .banner-description {
    padding-bottom: 15px;
  }

  .section-bottomtitle {
    font-size: 12px;
    margin-top: 15px;
  }

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

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

  #search .form-control {
    background-color: #525252;
  }

  .header-bg {
    display: none;
  }

  .sub_megamenu {
    display: block;
  }

  .sub_search {
    display: none;
  }

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

  .main-home .homemenu,
  .product-header .homemenu {
    position: unset;
  }

  .f-left svg {
    width: 20px;
    height: 20px;
  }

  .left-ban {
    margin-bottom: 15px;
  }

  .specilban .beffect:last-child {
    margin-top: 15px;
  }

  .deliveryinfo li:last-child {
    width: 80%;
  }

  .deliveryinfo li p {
    font-size: 14px;
    letter-spacing: 0;
  }

  .deliveryinfo li {
    display: inline-block;
  }

  .onsaletop .spebtm {
    margin: 20px 0;
  }

  .storeinfo ul {
    display: block;
  }

  .fsocial {
    margin-bottom: 10px;
  }

  .product-thumb .homeadd svg,
  .product-thumb .button-group svg {
    width: 17px;
    height: 16px;
  }

  .tab-head .heading {
    display: none;
  }

  .tab-pro .pro-tab li {
    margin: 0 2px;
  }

  .slick-arrow {
    min-width: 30px;
    min-height: 30px;
    padding: 0;
  }

  .slick-next {
    right: 10px;
    left: auto;
  }

  .slick-prev {
    right: 45px;
    left: auto;
  }

  .centertxt a.btn-primary {
    margin-top: 5px;
  }

  .giant-wrapper .giant-item-caption {
    position: unset;
    width: auto;
    text-align: center !important;
  }

  .giant-item-thumb .giant-item-caption h2 a {
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
    color: #000;
    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: #000;
    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;
  }

  #logo img {
    max-width: 130px;
  }

  .menusp {
    position: absolute;
    top: 18px;
    padding: 0;
  }

  .huser {
    margin: 0 8px 0 0;
  }

  .pro-content h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .slick-slide div .col .product-thumb {
    margin-bottom: 15px;
    text-align: left;
  }

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

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

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

  .offertext h2 {
    font-size: 25px;
  }

  .offertext {
    left: 25px;
  }
}

@media (min-width: 451px) and (max-width: 599px) {
  .catesort {
    width: 100%;
    margin-top: 15px;
  }

  .slidertext h1 {
    font-size: 25px;
    line-height: 37px;
  }

  .slidertext h1 strong {
    font-size: 28px;
  }

  .offertext {
    width: 300px;
  }

  .offertext h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

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

@media (max-width: 575px) {
  .heading {
    display: block;
  }

  .heading strong {
    display: none;
  }

  .offbanner {
    margin-bottom: 15px;
  }

  .product-thumb .price {
    font-size: 15px;
  }

  .spebtm {
    display: none;
  }

  .heading strong {
    font-size: 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) {
  .offer_bnr .beffect {
    padding: 0 10px;
  }

  #product-info .back-page {
    padding: 10px 10px;
  }

  .top_bg .logo-ctn {
    margin-bottom: 15px;
  }

  .slid-dec .part-2 h2 {
    margin: 5px 0;
  }

  .workdo-newsletter {
    padding: 20px 10px;
  }

  .btn-primary span {
    font-size: 13px;
  }

  .parallex .wbtesti .slick-list .slick-slide :first-child .item {
    margin-bottom: 0;
  }

  .testi-origin h2 {
    font-size: 17px;
  }

  .parallex .onsatex,
  .testi-origin {
    width: 100%;
  }

  .testi-origin {
    margin-top: 30px;
  }

  .logo-ctn p {
    margin: 10px 0 15px;
  }

  .product-thumb .homeadd .cartb {
    font-size: 10px;
  }

  .you-save {
    font-size: 10px;
    padding: 1px 10px;
  }

  .protitle a {
    font-size: 18px;
    line-height: 18px;
  }

  .form-select {
    width: 100%;
  }

  .protitle {
    padding: 5px 0;
  }

  .logoslider {
    padding-bottom: 0;
  }

  .logo-ctn h2 {
    font-size: 18px;
    max-width: 170px;
    line-height: 18px;
  }

  .slidertext a.btn {
    padding: 0;
  }

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

  .slidertext {
    width: 250px;
  }

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

  .blog-ctn h2 {
    font-size: 18px;
  }

  .new-from .field {
    margin-top: 15px;
  }

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

  .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 .btn-primary.btn-section {
    bottom: 30px;
  }

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

  .news-p {
    font-size: 10px;
  }

  .newsletter .new-from input {
    padding: 10px 5px;
    font-size: 10px;
  }

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

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

  #menu {
    top: 17px;
  }

  .wc-total span {
    top: -4px;
  }

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

  .list-inline>li.top-wishlist {
    padding: 0;
  }

  .leftdesc {
    left: 10px;
  }

  .specialtxt p {
    margin: 15px 0 0 0;
  }

  .specialtxt h2 {
    font-size: 20px;
  }

  .leftcom {
    display: none;
  }

  .left-ban img {
    max-width: 100%;
  }

  .wbcount .product-thumb {
    display: block;
  }

  .slidertext h1 strong {
    font-size: 20px;
  }

  .parallex .item p {
    letter-spacing: 0;
    font-size: 10px;
    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;
  }

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




.flex-card {
  display: flex;
}

.flex-card-inner {
  display: flex;
  flex-direction: column;
}

#product-list form {
  height: 100%;
  display: flex;
}

#product-list .product-thumb {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#product-list .caption {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#product-list h4.protitle {
  flex: 1;
}


.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 .flex-card-inner {
    display: flex;
    flex-direction: column;
    width: 95%;
}

.prop-pro{
  padding-left: 0;
}
.big-img{
  padding: 0;
}
.related .slick-slide .cless{
  padding: 0;
}

#product .compare,#product .wish {
  margin-right: 13px;
  background-color: var(--main-color);
  font-size: 12px;
  color: #fff;
  letter-spacing: -0.02em;
  font-size: 10px;
  font-weight: 700;
  border-radius: 50px;
  padding: 10px 30px;
}

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

.bg-main-color{
  background: var(--main-color);
  width: 18px;
  height: 18px;
  fill: var(--white);
  margin-right: 6px;
}

/* related product */
/* .related .product-thumb,
.related .product-thumb:hover{
  background-color: var(--main-color);
}
.related .product-thumb .web_option,
.related .product-thumb .homeadd .cartb{
  display: none;
}
.related .bran a,
.related .protitle a,
.related .product-thumb .price,
.related .price-old{
  color: var(--white);
}
.related .product-thumb .button-group img{
  filter: brightness(10);
} */



#product-info .productbg .container{
  max-width: 1380px;
  margin: 0 auto;
}

#product .wish{
  margin: 0;
}

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