body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: var(--default-text-color);
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  letter-spacing: 0.4px;
  background-color: #F9F9F9;
}
 :root{
  --theme-color: #ff6868;
  --default-text-color: #000000;
  --text-color: #fff;
 }
h1, h2, h3, h4, h5, h6 {
  color: var(--default-text-color);
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: var(--default-text-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(--theme-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;
}
.list-unstyled a {
  text-decoration: none;
}
.list-inline{
  margin: 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: 1259px){
    .container {
        max-width: 1170px;
    }
}
@media (min-width:1260px) {
    .container {
       max-width: 1600px;
    }
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  z-index: 9999;
}
#alert .alert {
  position: relative;
}
.form-control{
  box-shadow: none;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 14px;
  color: #555;
}
.btn-close{
  float: right;
}
@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}
/* header top */
.topbsp .row{
  align-items: center;
}
.hsocial .fsocial{
  justify-content: start;
}
.header-search{
  display: flex;
  align-items: center;
}
.hcall{
  display: flex;
  align-items: center;
}
.hcall a{
  font-weight: 700;
}
.headsearch{
  width: 100%;
}
.hcall svg{
  fill: var(--theme-color);
  width: 44px;
  height: 44px;
}
.callsvg h4{
  font-size: 12px;
  text-transform: capitalize;
  font-weight: normal;
  color: var(--text-color);
  margin: 0;
}
.callsvg h5 {
  font-size: 16px;
  margin: 2px 0 0 0;
  color: var(--text-color);
  font-weight: normal;
}
.obtn{
  text-align: right;
  display: flex;
  justify-content: end;
}
.offer-btn a{
  width: 210px;
  height: 48px;
  border-radius: 4px;
  background: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  color: #2F4858;
}
.offer-btn svg{
  width: 28px;
  height: 28px;
  fill: #2F4858;
  margin-right: 10px;
}
.homemenu .row{
  align-items: center;
}
.sblock li a{
  position: relative;
  color: #2F4858;
}
.sblock li a:hover{
  color: var(--text-color);
}
.sblock li {
  font-size: 20px;
  display: inline-block;
  margin: 0 20px 0 0px;
}
.hsticky{
  padding: 20px 0;
  background-color: var(--text-color);
}
.huser .dropdown-toggle{
  width: unset;
  height: unset;
  background-color: transparent;
  display: block;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
#top-links .huser .xsla,#top-links .huser .xscu{
  display: none !important;
}
.topbsp {
  background-color: #253237;
  padding: 10px 0;
  color: var(--text-color);
}
.hdis span, .huser span {
  font-size: 14px;
  color: #666;
  text-transform: capitalize;
  margin-left: 0;
  display: none;
}
.h-wishlist span{
  display: none;
}
.topbsp svg {
  width: 20px;
  height: 20px;
  fill: var(--theme-color);
  margin-right: 5px;
}
.hed_title a{
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 5px;
}
.hed_title i{
  color: var(--theme-color);
  font-size: 17px;
}
.topbsp li{
  color: var(--text-color);
  font-size: 14px;
}
.offer_title a{
  font-weight: normal;
  text-transform: capitalize;
  cursor: pointer;
  color: var(--text-color);
}
.lan-cur{
  text-align: right;
}
.store-heading{
  display: flex;
}
.top-title {
  border-left: 1px solid #CCC;
  border-right: 1px solid #ccc;
  padding: 0 10px;
}
.store-heading p{
  margin: 0;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  color: #CCCCCC;
}
.h-wishlist svg {
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
}
.h-wishlist{
  margin: 0 20px !important;
}
.lc-top{
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
}
.mail,.location{
  display: flex;
  align-items: center;
  gap: 5px;
}
.mail a,.location a{
  font-size: 14px;
  color: var(--text-color);
}
.location{
  justify-content: right;
}
.xsla .test, .xscu .test{
  color: #CCCCCC;
  font-size: 14px;
  padding: 0;
  border: none;
  line-height: 14px;
  font-weight: 500;
}
.xsla .dropdown-menu, .xscu .dropdown-menu{
  right: 0;
  left: auto;
  color: var(--default-text-color);
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #f5f5f5;
  color: var(--default-text-color);
}
.xsla .fa,.xscu .fa{
  font-size: 12px;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
}
.hdis{
    text-align: right;
}
.hdis span.main-title {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--text-color);
    font-weight: 600;
    display: block;
}
#header-cart #cart svg, .inuser .dropdown-toggle svg {
    width: 25px;
    height: 25px;
    fill: var(--default-text-color);
    cursor: pointer;
    margin-right: 0;
}
.huser .svgbg svg{
  width: 25px;
  height: 25px;
}
.h-wishlist:hover svg,.huser:hover .svgbg svg,#header-cart:hover #cart svg{
  fill: var(--theme-color);
}
.huser:hover span,#header-cart:hover .cartna{
  color: var(--theme-color);
}
.svgbg{
  display: block;
  text-align: center;
}
.htop{
  align-items: center;
}
.huser .dropdown-menu{
  left: auto !important;
    right: 0 !important;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #888;
  text-shadow: 0 1px 0 var(--text-color);
}
#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, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    --bs-gutter-x: 1.875rem;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
}
.row{
    --bs-gutter-x: 1.875rem;
}
/* .container {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
}
.row {
  --bs-gutter-x: 15px;
}  */
.rless {
    --bs-gutter-x: 1.875rem;
        margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
.cless {
    --bs-gutter-x: 1.875rem;
        padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
}
.homemenu {
  background: var(--theme-color);
}
.head-tag{
  text-align: right;
}
.head-spe{
  font-size: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: end;
}
/* logo */
/* search */
#search .input-group-btn{
  display: flex;
  align-items: center;
}
#search_block_top .input-group{
  width: auto;
  position: unset;
}
#search .form-control {
  height: 50px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 20px;
  border-radius: 0;
  border: 1px solid var(--theme-color);
}
#search .btn-lg svg{
  width: 19px;
  height: 19px;
}
#search .btn-lg {
  padding: 0;
  border: none;
  height: 50px;
  border-radius: 0 50px 50px 0;
  width: 70px;
}
#search_block_top{
  position: relative;
}
#search .btn-lg:hover{
  color: var(--text-color);
}
#search .btn-lg:hover svg{
  fill: var(--text-color);
}
#top-links ul li #search_toggle svg {
    width: 22px;
    height: 22px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: var(--theme-color);
}
#top-links{
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}
/* search */
.d-search svg {
  width: 22px;
  height: 22px;
  fill: var(--default-text-color);
  margin-right: 23px;
}
.list-inline > li.desktop-search{
  vertical-align: baseline
}
#webibazaar-search-category {
  float: left;
  width: 180px;
  border: 1px solid var(--theme-color);
  border-right: none;
  height: 50px;
  padding: 0px 0 0 10px;
  -moz-appearance: none;
  background: var(--text-color) url(".../../../../../image/catalog/arrow.png");
  background-position: right bottom 7px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  border-radius: 50px 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#webibazaar-search-category:focus-visible{
  outline: none;
}
svg{
  vertical-align: middle;
  transition: 0.3s ease
}
.d-search button{
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.sideb{
    display: block;
}
.siden{
    display: none;
}
/* body.active-search .wbSearch {
  opacity: 1;
  transform: translateY(0);
}
.wbSearch{
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  background-color: rgba(0,0,0,.7);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-100%);
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 38px
}
.wbSearch .close-nav i{
  margin-left: 15px;
  display: inline-block;
  color: var(--text-color);
  font-size: 18px;
  position: relative;
}
.wbSearch #search_block_top{
  position: relative;
  align-items: center;
  width: 100%;
  max-width: 1000px;
} */
/* result */
.webibazaar-dis{
  padding: 0;
  text-align: left;
}
.webibazaar-search-result .searchbr {
  padding: 15px;
  float: left;
  width: 50%;
  border-radius: 4px;
  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: var(--text-color);
  border-radius: 4px;
  position: absolute;
  z-index: 99;
  max-height: 600px;
  overflow-y: scroll;
  margin-top: 1px;
  display: block;
}
.webibazaar-dis h4{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  width: 300px;
}
.webibazaar-dis .price-new{
  font-size: 18px;
  color: #cfae7a;
}
.webibazaar-dis h4:hover{
  color: #cfae7a;
}
.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: 4px;
}
.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;
}
/* slider */
.imgslider .slideimg img{
  width: 100%;
}
.s-panel {
  position: relative;
  margin: 0 -15px;
}
.slidertext {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: center;
  bottom: 0;
  width: 600px;
  left: 15%;
  right: auto;
}
.slidertext img{
    display: inline-block;
}
.slidertext h2 {
  font-size: 50px;
  text-transform: capitalize;
  color: var(--text-color);
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 700;
  line-height: 75px;
}
.slidertext h2 b{
  color: var(--theme-color);
}
.slidertext h2 span{
  color: var(--theme-color);
}
.slidertext h3{
  text-transform: uppercase;
    font-size: 18px;
    color: var(--theme-color);
    font-weight: normal;
    margin-top: 0;
   
  margin-top: 0;
}
.slidertext h3 b{
  color: var(--theme-color);
}
.slidertext p{
  font-size: 18px;
    color: var(--text-color);
    text-transform: capitalize;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 15px;
}
.slidertext a.btn {
  margin: 30px 0 0;
}
.slidertext a.btn svg{
    width: 24px;
    height: 24px;
    margin-left: 30px;
    fill: var(--text-color);
}
.s-panel .slick-current.slick-active .slideff {
  transform: none;
  opacity: 1;
}
.slideff {
  position: relative;
  overflow: hidden;
  transform: translateY(-100px);
  opacity: 0;
  transition: opacity 0.5s 0.7s,-webkit-transform 0.5s 0.7s;
}
/* cart */
.accordion-item>.accordion-header,.accordion-button:not(.collapsed){
  background: #f5f5f5;
  color: var(--default-text-color);
}
.accordion-button:focus{
  box-shadow: none;
  border-color: #ddd;
  color: var(--default-text-color);
  background: var(--text-color);
}
.a-one {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.a-one {
    background-color: var(--default-text-color);
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    z-index: 99;
}
.alert.alertsuc {
    padding: 13px 12px;
    background-color: var(--text-color);
    border: 1px solid #ededed;
    color: #666;
    font-size: 14px;
    position: fixed;
    z-index: 99;
    transition: all ease .6s;
    border-radius: 4px;
    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: 4px;
    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;
  display: flex;
  justify-content: space-between;
}
#cart .btn-danger {
    background-color: var(--text-color);
    color: #222;
    padding: 0;
    border-color: var(--text-color);
    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: var(--text-color);
}
#header-cart .btn-lg {
  padding: 0.65rem 1rem;
}
#header-cart.open > .btn {
  background-image: none;
  background-color: var(--text-color)FFF;
  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;
}
#cart .cartl {
  display: block;
  text-align: center;
  line-height: normal;
  margin-left: 0;
}
#cart .dropdown-toggle {
  position: relative;
  background: transparent;
  border-radius: 4px;
  color: var(--default-text-color);
  width: unset;
  height: unset;
  padding: 0;
  transition: 0.3s ease;
  display: block;
  align-items: center;
  justify-content: center;
}
.cartprice {
    color: var(--default-text-color);
    font-size: 13px;
}
.cartt {
  background: var(--theme-color);
  width: 18px;
  height: 18px;
  display: flex;
  border-radius: 15px;
  text-align: center;
  line-height: 13px;
  font-size: 14px;
  color: var(--default-text-color);
  position: absolute;
  top: -3px;
  margin-left: 0;
  align-items: center;
  justify-content: center;
  right: -5px;
}
#cart-total{
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
#cart-total strong{
  font-size: 12px;
  color: var(--text-color);
}
#cart .dropdown-menu p {
  margin-bottom: 0;
  font-size: 13px;
  color: var(--default-text-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cartna{
    font-size: 14px;
    color: #2F4858;
    display: block;
    text-transform: capitalize;
    display: none;
}
.cartl strong{
   font-size: 12px;
}
.cartpsp .btn-danger {
    margin: 0 2px;
}
.form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.form-check-input:focus{
  box-shadow: none;
}
/* category tab */
.cat_tab .product-thumb .image a img{
  display: none;
}
.cat_tab .product-thumb .second-image:last-child{
  display: none;
}
.h-cat ul.nav-tabs li a:hover{
  color: var(--theme-color);
}
.h-cat ul.nav-tabs li a.active{
  color: var(--theme-color);
}
.h-cat ul.nav-tabs li a{
  display: block;
  border: none;
  padding: 10px 10px;
  text-transform: capitalize;
  color: #555;
  background: var(--text-color);
  border-radius: 4px;
  font-size: 16px;
  position: relative;
  transition: all .3s ease;
}
.h-cat{
  display: flex;
  border-radius: 4px;
  border: 1px solid #eee;
}
.h-cat img{
  margin-right: 15px;
}
.nav-tabs.cat-tab a{
  display: inline-block;
  background: var(--text-color);
  text-transform: uppercase;
  color: #515151;
  border-radius: 5px;
  text-align: left;
  padding: 14px 20px;
  border: 1px solid #e1e1e1;
  margin: 0 10px;
  font-size: 16px;
}
.nav-tabs.cat-tab a.active{
  background: var(--theme-color);
  color: var(--text-color);
  border: 1px solid var(--theme-color);
}
.nav-tabs{
  border: none;
  justify-content: center;
}
/* category */
.wbcategory .slick-list{
  background-color: var(--text-color);
  border-radius: 4px;
}
.wbcategory .wd-item-layout{
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px;
}
.wbcategory .wd-item-thumb{
  display: flex;
  gap: 15px;
}
.wbcategory .wd-item-img,.wbcategory .wd-item-caption{
  width: 50%;
}
.wd-item-thumb:hover .wd-item-title a{
  color: var(--theme-color);
}
.wd-item-title{
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.wbcategory-tb .heading::after{
  border: none;
}
.wbcategory-tb .heading{
  color: var(--text-color);
  background: none;
  padding: 0;
}
.wbcategory-tb{
  margin: 0 -15px;
}
.category_bg{
  background-image: url('../../../image/catalog/category.jpg');
  background-size: cover;
  width: 100%;
  height: auto;
  margin: 60px 0;
  padding: 60px 0;
}
.cat-btn a{
  width: 110px;
  height: 38px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-transform: capitalize;
  transition: all .3s ease;
}
.cat-btn a:hover{
  background-color: var(--theme-color);
  color: var(--text-color);
}
.wbcatimg .slick-list{
  padding: 0;
}
.wbcattop{
  margin: 80px 0;
  position: relative;
}
.wbcatimg .giant-item-img{
  padding: 85px 0 10px;
}
.himg{
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.categorybr {
  background-color: #f5f5f5;
  border-radius: 4px;
  width: 100%;
  height: 205px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease;
  padding: 0 50px;
  position: relative;
  transition: all .3s ease;
}
.categorybr:hover {
  background-color: var(--text-color);
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.16);
}
.home-category{
  align-items: center;
}
.category-ctn .heading{
  text-align: center;
  margin-bottom: 30px;
}
.wbcattop .giant-wrapper{
  padding: 0;
}
.giant-item-img img{
  width: 100%;
}
.giant-item-thumb .giant-item-caption h4 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: normal;
  text-align: left;
  color: var(--default-text-color);
  padding-top: 20px;
}
.giant-item-thumb:hover .giant-item-caption h4 a{
  color: var(--theme-color);
}
/* top product */

/* tebproduct */
.tab-pro .tab-head .heading{
  margin-bottom: 0;
}
.tab-head{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}
/* aboutus */
.about_ctn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.about_ctn h3{
  font-family: BeautyHeart;
  font-weight: 400;
  font-size: 62px;
  color: var(--default-text-color);
  margin-bottom: 0;
}
.about_dec{
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid var(--theme-color);
}
.aboutus .about_dec p{
  font-size: 14px;
  text-align: center;
  color: var(--theme-color);
  font-weight: 400;
  margin: 0;
}
.aboutus .about_dec h3{
  font-family: Nunito;
  font-weight: 600;
  font-size: 20px;
  color: var(--default-text-color);
}
.aboutus{
  text-align: center;
}
.aboutus p {
  max-width: 800px;
  margin: 50px auto 30px;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: var(--default-text-color);
  font-weight: 300;
  line-height: 28px;
}
/* slick dots arrow */
.wbblog{
  text-align: center;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
  background-color: transparent;
}
.imgslider .slick-next{
  right: 12%;
}
.imgslider .slick-prev{
  left: 12%;
}
.slick-next{
  right: -2%;
}
.slick-prev{
  left: -2%;
}
.slick-arrow{
  position: absolute;
  top: 50%;
  background-color: transparent;
  color: var(--default-text-color);
  opacity: 1;
  padding: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.slick-arrow svg{
  width: 25px;
  height: 25px;
  fill: var(--default-text-color);
  transition: all .3s ease;
}
.slick-arrow:hover svg{
  fill: var(--theme-color);
}
.slick-arrow i {
  font-size: 25px;
  color: var(--default-text-color);
}
.slick-dots li button {
  background: #aaa;
  border-radius: 15px;
  width: 12px;
  height: 12px;
}
.s-panel .slick-dots li.slick-active button {
  background: var(--theme-color);
}
.s-panel .slick-dots li button::before {
  font-size: 50px;
  color: transparent;
}
.s-panel .slick-dots li {
  margin: 0 2px;
}
.s-panel .slick-dots {
  bottom: 15px;
}
/* product */
.heading {
  position: relative;
  margin: 0 0 30px 0;
  line-height: 25px;
  font-size: 25px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--default-text-color);
  background: #f7f7f7;
  padding: 11px 5px 11px 25px;
  border-radius: 5px;
}
.heading span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-bottom: 0;
}
.tab-pro .heading span{
  margin-bottom: 0;
  padding: 0 0 0 25px;
}
.heading::after {
  border-left: 7px solid var(--theme-color);
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  top: 0;
  height: 50px;
  border-radius: 5px 0 0 5px;
}
.tab-pro .heading::after{
  height: 46px;
}
.tab-pro .heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 5px;
}
.protitle {
  font-size: 16px;
  margin: 0;
  transition: 0.3s ease;
  padding: 0px 0px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin-bottom: 0;
  position: relative;
}
.protitle a{
    color: var(--default-text-color);
    transition: .3s ease;
}
.protitle a:hover,.protitle:hover{
    color: var(--theme-color);
}
.tab-pro .pro-tab{
  display: flex;
  text-align: center;
}
.tab-pro .pro-tab li{
  display: flex;
  margin: 0 10px;
}
.pro-tab li a {
  text-transform: capitalize;
  font-size: 18px;
  position: relative;
  font-weight: normal;
  letter-spacing: 0.8px;
  padding: 5px 20px;
  color: var(--default-text-color);
  border-radius: 50px;
}
.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 {
  color: var(--default-text-color);
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.tab-pro .nav-tabs{
  margin-bottom: 0;
  justify-content: center;
}
.product-thumb .caption{
  padding: 0 15px 30px 15px;
  text-align: left;
}
.product-list .product-thumb .caption{
  padding: 15px 0 0 15px;
}
.bran{
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
}
.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{
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
.price {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 10px;
}
.price-new {
  color: var(--theme-color);
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s ease;
  letter-spacing: 0;
  margin-top: 0;
}
.price-old{
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    margin-left: 5px;
}
.tab-content > .tab-pane:not(.active){
    display: block;
    height: 0;
    overflow-y: hidden;
}
/* right banner */
.wbright .beffect img{
  margin-top: 10px;
}
.righttxt {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: left;
}
.rightdesc h2{
  font-size: 16px;
  margin-top: 0;
  color: var(--theme-color);
  font-weight: 500;
}
.rightdesc p{
  font-size: 26px;
  color: var(--default-text-color);
  margin-bottom: 0;
  font-weight: 600;
}
/* image banner */
.wbimg{
  margin: 60px 0;
}
.img-ctn{
  background-color: var(--text-color);
  padding: 10px 50px;
}
.imgtext{
  position: absolute;
  top: 0;
  right: 0;
  left: 100px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left;
}
.imgdesc h2{
  text-transform: capitalize;
  margin-top: 15px;
  font-size: 40px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: var(--text-color);
}
.imgdesc h3 {
  color: var(--theme-color);
  font-size: 16px;
  margin-top: 0;
  text-transform: uppercase;
}
.imgdesc a{
  margin-top: 30px;
}
/* offer banner */
.wboffer{
  margin: 60px 0;
}
.offerbanner {
  position: relative;
  margin: 0 0 30px;
}
.offertext {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: right;
  align-items: center;
  left: 0;
  right: 7%;
  text-align: left;
}
.offertext h3 {
  font-size: 16px;
  color: #999;
  margin-top: 0;
  font-weight: 600;
  text-transform: capitalize;
}
.offertext h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--default-text-color);
  text-transform: uppercase;
}
.offertext a.btn-primary{
  margin-top: 30px;
}
/* latest product */
.latest-product{
  margin: 80px 0;
}
/* center banner*/
.centerbanner .row{
  margin: 0;
}
.wbcenter .beffect img{
  border-radius: 0;
}
.centerbanner{
  margin: 60px 0;
}
.beffect img{
  border-radius: 10px;
  width: 100%;
}
.bnrrel{
  position: relative;
}
.bnrrel img{
  border-radius: 4px;
}
.cen-pad{
  position: relative;
}
.centertxt{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 370px;
  margin: 0 auto;
}
.centertxt h2{
  text-transform: capitalize;
  margin-top: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: var(--text-color);
}
.centertxt h2 span{
  color: var(--theme-color);
}
.centertxt h3 {
  color: var(--theme-color);
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 30px;
}
.centertxt a{
  margin: 0 auto;
}
/* service */
.sbr ul{
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sbr ul li {
  list-style: none;
  max-width: 230px;
  margin: 0 8px;
}
.sbr ul li svg{
  width: 50px;
  height: 50px;
  fill: var(--default-text-color);
}
.sbr:last-child{
  border: none;
}
.service {
  position: relative;
  margin: 60px 0;
}
.service-bg{
  background-color: #F5F5F5;
  padding: 30px 0;
}
.sbr li h4{
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  transition: 0.3s ease;
  margin: 0 0 8px 0;
}
.sbr:hover li h4{
  color: var(--theme-color);
}
.sbr:hover li svg{
  fill: var(--theme-color);
  transform: rotateY(180deg);
}
.sbr li p {
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
}
.sbr span{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s ease;
}
/* bestseller */
.best .slick-list{
  padding-left: 0 !important;
}
.best-pro{
  padding-right: 0;
}
.wp_ctgs {
  margin-right: 0;
  max-width: calc(((100% - 1570px) / 2) + 1570px);
}
.bestseller .row{
  align-items: center;
}
.best-ctn h2{
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
}
.best-ctn p{
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}
.best-ctn a{
  font-size: 16px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 500;
}
/* testional */
.parallex .heading{
  color: var(--text-color);
  background-color: transparent;
  padding: 0;
  text-align: center;
}
.parallex .heading strong{
  color: var(--theme-color);
}
.parallex .heading::after{
  border: none;
}
.parallex{
  background-image: url('../../../image/catalog/testi_1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 50px 0;
}
.wbtesti{
  z-index: 1;
}
.testimonial{
  position: relative;
}
.test-pad{
  margin: 60px -15px;
  overflow: hidden;
}
.heading .top-title{
  font-size: 14px;
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}
.timg{
  width: 100%;
}
.parallex .row{
  align-items: center;
}
.parallex .heading span::before{
  right: 0;
}
.wbtesti .slick-slide{
  padding: 0;
  opacity: .5;
}
.wbtesti .slick-slide.slick-active{
  opacity: 1;
}
.testicontent svg {
  width: 90px;
  height: 20px;
}
.star {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;
}
.star span{
  font-size: 14px;  
  font-weight: 600;
  color: var(--text-color);
}
.parallex .item {
  text-align: center;
}
.parallex .item ul {
  padding: 0;
  margin: 0 ;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.parallex .item .timg {
  border-radius: 100%;
  margin: 0;
  width: 90px;
  height: 90px;
}
.parallex .item li {
  display: block;
  margin-bottom: 0;
  text-align: left;
}
.parallex .item p {
  color: var(--text-color);
  line-height: 30px;
  font-size: 16px;
  z-index: 5;
  position: relative;
  padding-bottom: 30px;
  margin: 0 auto;
  max-width: 800px;
}
.parallex .item h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--theme-color);
  font-weight: 500;
  margin: 0;
}
.parallex .item h5 {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--text-color);
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  position: relative;
  margin-top: 10px;
}
.wbtesti h2{
  color: var(--theme-color);
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 25px;
}
/* onsale product */
.onsale-pro{
  padding: 0;
}
.onsaletop{
  margin: 80px 0;
}
.onsaletop strong{
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--text-color);
}
.onsaletop  p{
    color: var(--text-color);
    letter-spacing: 0;
}
.onsatex a.btn{
    margin-top: 50px;
    padding: 20px 70px;
    text-transform: capitalize;
    border-radius: 64px;
    font-size: 16px;
    transition: 0.3s ease;
    font-weight: 600;
    background: var(--theme-color);
    color: var(--theme-color);
    border: none;
}
.onsatex a.btn:hover{
    background: var(--default-text-color);
    color: var(--text-color);
}
.onsatex a.btn svg{
    width: 24px;
    height: 24px;
    margin-left: 30px;
    transition: 0.3s ease;
    fill: var(--theme-color);
}
.onsatex a.btn:hover svg{
    fill: var(--text-color);
}
/* HTML offer */
/* countdown product*/
.specialbg,.latdec{
  padding: 0;
}
.countdownproduct{
  margin: 80px 0;
}
.wbcount .product-thumb{
  display: flex;
  align-items: center;
}
.wbcount .product-thumb .image,.wbcount .product-thumb .caption{
  width: 50%;
}
.countdown-amount,.countdown-period,.countdown-row .countdown-section{
  color: var(--default-text-color) !important;
}
.specialbg .heading span::before{
  right: 0;
}
/* newsletter */
.newsletter .inner {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.foot_img {
  margin-top: 30px;
  margin-bottom: 0;
}
.foot_img li img {
  width: 160px;
  height: 50px;
}
.foot_img li {
  display: inline-block;
}
.newsletter {
  text-align: center;
  position: relative;
}
.newsletter .inner h3 {
  color: var(--default-text-color);
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
.newsletter .description-top p {
  color: var(--default-text-color);
  font-size: 20px;
  margin: 0px;
}
.newsletter .inner .new-from{
  width: 45%;
  margin: 0 auto;
}
.newsletter .inner h3 svg {
  fill: var(--text-color);
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.field {
  display: flex;
}
.newsletter .form-group{
    width: 100%;
}
.newsletter .new-from input {
  height: 50px;
  border-radius: 50px 0 0 50px;
  border: 1px solid var(--theme-color);
}
.newsletter .new-from .newsbtn {
  border-radius: 0 50px 50px 0;
  width: 130px;
  height: 50px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  background-color: var(--theme-color);
  color: var(--default-text-color);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
}
.newsletter .new-from .newsbtn:hover{
  background-color: var(--default-text-color);
  border: none;
  color: var(--text-color);
}
.newsbtn .fa{
  font-size: 24px;
  transition: all .3s ease;
}
.newsbtn:hover .fa{
  color: var(--theme-color);
}
.newsletter .new-from .newsbtn svg{
    height: 24px;
    width: 23px;
    margin-left: 10px;
    fill: var(--theme-color);
}
.newsletter .alert{
    padding: 10px 12px;
    margin-top: 15px;
    text-align: left;
    border-radius: 4px;
}
/* blog */
.blog-section .row{
  margin: 0;
}
.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: 4px;
}
.webi_post_hover .icon {
   border-radius: 5px;
   transform: translate(-50%, -50%);
   padding: 12px 12px;
   display: inline-block;
   line-height: 0px;
   background: var(--theme-color);
   color: var(--text-color);
}
.webi_post_hover .icon:hover{
  background-color: var(--default-text-color);
  color: var(--text-color);
}
.blog-ic {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
}
.write-comment {
  padding-bottom: 0;
  font-size: 14px;
}
.blog-left{
  position: relative;
}
.blog_webi .blog-right {
  position: relative;
  background-color: var(--text-color);
  padding: 0;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
.blog_webi .blog-right h4 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  overflow: hidden;
  margin: 12px 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-height: 54px;
  line-height: 25px;
  letter-spacing: 0;
}
.blog_webi .blog-right h4:hover{
  color: var(--theme-color);
}
.blog_webi .blog-right .blog-desc {
  color: #666;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 20px;
  letter-spacing: 0;
}
.blog_webi .blog-right h4:hover{
    color: var(--theme-color);
}
.blog_webi .blog-right p{
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blogshadow {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 9px;
}
.blogshadow .webi-blog-image img {
  border-radius: 10px;
}
.blog_webi .blog-right .read_more {
  padding: 0;
  text-transform: capitalize;
  color: var(--default-text-color);
  border-radius: 0;
  font-size: 14px;
}
.blog_webi .blog-right .read_more:hover{
  color: var(--theme-color);
}
.blog_webi .blog-right .read_more svg{
  width: 20px;
  height: 19px;
  margin-left: 10px;
  fill: var(--theme-color);
  transition: 0.3s ease;
}
.blog_webi .blog-right .read_more:hover svg{
  fill: var(--text-color);
}
.blog-hed .buttons-see-all{
  float: right;
}
.blog-hed .buttons-see-all .btn{
  padding: 8px 30px;;
  border-radius: 4px;
}
.blogdt i{
  margin-right: 5px;
}
.blogdt {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #919191;
  display: flex;
  align-items: center;
}
.blogmo{
  font-size: 14px;
  margin: 0;
  margin-left: 5px;
}
/* singel blog page*/
.webi-blog-image{
  position: relative;
}
.write-comment a .fa{
  margin-right: 5px;
}
.bcomment {
    background-color: var(--text-color);
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 30px;
}
.view-comment i {
    font-size: 16px;
    line-height: 30px;
    color: var(--default-text-color);
}
.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;
    margin: 0 23px;
}
.sngblog h3 {
    font-size: 16px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: capitalize;
    line-height: 23px;
    font-weight: 500;
}
.webi-single-blog .buttons{
  margin-top: 15px;
}
.allcomment{
  text-align: left;
  margin-top: 15px;
}
.allcomment h5{
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  line-height: 23px;
}
.blog_comment::before, .blog_comment::after {
    content: '|';
    padding: 0 15px;
}
.allcomment .blog-desc {
    overflow: hidden;
    margin: 15px 0 0; 
}
.allcomment .blog_links{
    margin-bottom: 20px;
}
.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 */
.sblock li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}

.sblock li a {
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  color: var(--default-text-color);
}
.sidenav {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 0;
  bottom: 0;
  width: 100%;
}
#menu .navbar-collapse {
  padding: 0;
  background-color: var(--text-color);
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid #eee;
}
.sblock {
  padding-left: 0;
  margin-bottom: 0;
}
#menu .nav li {
  padding: 8px 10px;
}
.menu .btn-primary{
  position: relative;
  background-color: transparent;
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  border: 1px solid #e1e1e1;
  color: var(--default-text-color);
  border-radius: 0;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu .btn-primary:hover,.menu .btn-primary:active:focus,.menu .btn-primary:focus{
  border: 1px solid #e1e1e1;
}
#menu .navbar-nav li a i {
  float: right;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrmenu button svg{
  width: 20px;
  height: 20px;
  fill: var(--text-color);
}
.wrmenu{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar{
  min-height: auto;
  margin-bottom: 0;
  border: none;
  display: block;
  padding: 0;
}
.navbar-nav .nav-item,.m-menu{
  display: flex;
  align-items: center;
}
.navbar-nav .nav-item img,.m-menu img{
  width: 22px;
  margin-right: 10px;
}
.nav > li > a:focus, .nav > li > a:hover{
  background-color: transparent;
}
.menusp{
  margin-top: 0;
  text-align: 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;
}
#menu .navbar-nav li .dropdown-menu a::after,#menu .navbar-nav li .more-menu a::after{
  display: none;
}
.fa.pull-right{
  margin-left: 15px;
}
.container_wb_megamenu .wrmenu {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: normal;
  cursor: pointer;
  letter-spacing: 1px;
  background-color: #253237;
  color: var(--text-color);
  padding: 15px 15px;
  border-radius: 0;
  height: 50px;
}
.wrmenu .navbar-toggle {
    display: block;
    float: left;
    border-radius: 4px;
    padding: 0;
    background: transparent;
    border: none;
}
.homemenu .flex{
  align-items: center;
}
.topright li a{
  font-size: 14px;
  color: #83838c;
  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(--theme-color);
  background-color: transparent;
}
#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;
  border-top: 1px solid #DDD;
  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: var(--text-color);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: var(--default-text-color);
  border-color: var(--default-text-color);
  font-size: 0.9em;
}
#menu .navbar-nav > li > a {
  font-size: 15px;
  text-transform: capitalize;
  padding: 0;
  font-weight: 400;
  display: flex;
  position: relative;
  padding: 11.8px 1px;
  text-align: left;
  border-bottom: 1px solid #eee;
  width: 100%;
  justify-content: space-between;
  color: var(--default-text-color);
}
.hmenu .menu{
  position: relative;
}
/* .m-menu,#menu .nav-item,.navbar-nav{
  display: inline-block;
} */
#menu .navbar-nav > li > a:hover {
  background-color: transparent;
  color: var(--theme-color);
}
#menu .dropdown-inner .dropdown-submenu .submenu-title {
  font-weight: 500;
  font-size: 14px;
  padding: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--default-text-color);
}
#menu .dropdown-inner .dropdown-submenu .submenu-title:hover{
    color: var(--theme-color);
}
#checkout-cart .float-start .btn-primary,#form-voucher .btn-primary{
  width: 150px;
}
#menu .collapse .nav li {
  padding: 0 15px;
  transition: all .3s ease-in;
}
#menu .collapse .nav li:hover a i{
  transform: rotate(-90deg);
}
#menu .dropdown-submenu {
  margin: 15px 0;
}
/* product page */
.pro-content .pcrt svg {
  fill: var(--default-text-color);
  width: 18px;
  height: 17px;
  margin-right: 8px; 
}
.pro-content .pcrt:hover svg{
  fill: var(--theme-color);
}
.btn-group .btn {
  color: var(--default-text-color);
  font-size: 16px;
  padding: 0 20px 0px 0px;
}
.btn-group .btn.active{
  z-index: 0;
}
.btn-group .btn:hover{
  color: var(--theme-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: 25px;
}
.qty-flex .form-label{
    margin-bottom: 0;
}
.pro-content .qty-plus-minus {
    border: 1px solid #eee;
    border-radius: 5px;
    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: var(--text-color);
    padding: 0;
}
.pro-content .rating li {
    display: inline-block;
    text-transform: capitalize;
}
.proreview {
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
    margin: 0 30px;
    padding: 0 30px;
}
.pro-content h1 {
    font-size: 22px;
    text-transform: capitalize;
    margin-top: 0;
    font-weight: 700;
}
.text-decor, .text-de {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0;
    min-width: 150px;
    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-radius: 10px;
    background: white;
}
.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(--theme-color);
    cursor: default;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.product-tab .nav > li > a {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--default-text-color);
}
.product-tab .nav-tabs li .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    transition: all .3s ease-in-out;
    width: 0;
    border-bottom: 2px solid var(--theme-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: 4px;
}
#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(--theme-color);
}
.pro-content .rating{
    margin-bottom: 10px;
    margin-top: 15px;
}
.form-rating .form-rating-container, .radi .form-rating,.radi label{
    display: inline-block;vertical-align: middle;margin: 0
}
.form-rating .form-rating-container label{
  width: 20px;
}
.form-rating .form-rating-container label,
.form-rating .form-rating-container:hover label {
    margin-bottom: 0;
    cursor: pointer
}
#tab-review .fa-stack-2x {
    color: #ffc600;
}
.form-rating .form-rating-container input {
    display: none
}
.form-rating .form-rating-container:hover label:hover i.fa-star-o,
.form-rating .form-rating-container:hover label:hover~label i.fa-star-o {
    color: #ffc600;
}
.form-rating input:checked~label i.fa-star,.form-rating input:checked~label i.fa-star-o,.form-rating .form-rating-container:hover label:hover i.fa-star,
.form-rating .form-rating-container:hover label:hover~label i.fa-star {
    color: #ffc600;
}
.form-rating .form-rating-container label i.fa-star-o, .form-rating .form-rating-container:hover label i.fa-star-o, .form-rating .form-rating-container label i.fa-star, .form-rating .form-rating-container:hover label i.fa-star {
    color: #d9d9d9;
}
.form-rating .form-rating-container, .radi .form-rating, .radi label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.rsep {
    padding: 0 20px;
}
.crspc {
    padding-bottom: 10px;
}
/* left banner */
.left-banner{
  margin: 80px 0;
  background-image: url('../../../image/catalog/leftbg.jpg');
  width: 100%;
  height: 620px;
  background-size: contain;
  display: flex;
  align-items: center;
}
.leftdesc h3{
    font-size: 40px;
    color: var(--default-text-color);
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    max-width: 600px;
}
.leftdesc h3 b{
  text-decoration: underline;
  text-underline-offset: 5px;
}
.leftdesc a{
  padding: 9px 24px;
  font-size: 20px;
}
.leftdesc p {
  font-size: 14px;
  color: var(--default-text-color);
  line-height: 30px;
  margin: 40px 0;
  max-width: 580px;
}
.beffect{
  position: relative;
}
.wbimg .row{
  align-items: center;
}
.left-banner .row{
  align-items: center;
}
.leftbner h2{
  font-size: 16px;
  color: var(--default-text-color);
  text-transform: capitalize;
  font-weight: 700;
  transition: all .3s ease;
}
.Choose{
  margin-top: 30px;
}
.Choose h4{
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.05em;
  color: var(--default-text-color);
  margin-bottom: 30px;
}
.service-ctn{
  display: flex;
}
.service-ctn svg{
  width: 35px;
  height: 35px;
  transition: all .3s ease;
}
.service1{
  display: flex;
  gap: 5px;
}
.s-ctn p{
  margin: 0;
}
.s-ctn{
  margin-left: 10px;
}
.service-ctn:hover svg{
  fill: var(--theme-color);
}
.service-ctn:hover .s-ctn h2{
  color: var(--theme-color);
}
/* zoom */
.zoom-left {
    max-width: 800px;
}
.zoomLens{
  border: none !important;
  background-color: rgb(153, 153, 153) !important;
}
.zoomWindow{
  border: 1px solid #eee !important;
}
/* account page */
#wishlist .price b{
  font-size: 16px;
  color: var(--theme-color);
}
.card-body{
    border: 1px solid #ededed;
    padding: 15px 15px 15px 15px;
    border-radius: 5px;
}
.accolumn.list-group a.logu {
    padding: 10px 0;
    color: var(--default-text-color);
}
#account-account .achead {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}
#account-account.acpage #content[class*="col-"] a {
    display: inline-block;
    border: 1px solid #eee;
    width: 100%;
    padding: 25px 25px;
    border-radius: 4px;
    margin-bottom: 30px;
}
#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;
}
#account-account.acpage #content[class*="col-"] span svg {
    fill: var(--theme-color);
}
.acco span {
    display: inline-block;
    vertical-align: middle;
}
.accolumn {
    box-shadow: 0px 0 3px 2px rgb(0 0 0 / 5%);
    border-radius: 4px;
    padding: 15px 0px;
}
.accolumn h3 {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-top: 0;
    padding: 0 20px;
}
.accolumn h3 svg {
    fill: var(--theme-color);
    margin-right: 10px;
}
.accolumn.list-group a {
    border: none;
    padding: 10px 50px;
    font-size: 14px;
    font-weight: 300;
}
.accolumn hr {
    border-top: 1px solid #eee;
}
.accolumn.list-group a.logu {
    padding: 10px 0;
    color: var(--default-text-color);
}
.accolumn h3 a {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
    padding: 0;
    display: inline-block;
    margin-top: 0;
    padding: 0 0px;
}
.btn-danger, .btn-info {
    color: var(--text-color)fff;
    background-color: var(--theme-color);
    transition: 0.3s ease;
}
/* category page */
#compare-total {
    padding: 0;
    font-weight: 500;
    margin-top: 5px;
}
#product-category .card .list-group-item{
  font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
}
.catesort label {
    background-color: var(--text-color);
    border: none;
    color: #1e1e1e !important;
}
.cathed {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.catlistpage.list-group a.active, .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover, .catlistpage.list-group a.active:hover {
    background: var(--text-color);
    color: var(--theme-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: var(--default-text-color);
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.catfilter .list-group-item{
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 0;
    font-weight: 300;
}
.card {
    border: none;
    box-shadow: none;
    border-radius: 5px;
    background-color: transparent;
}
.card-footer{
  background-color: transparent;
}
.refines h3{
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}
.refines li a {
    border-radius: 5px;
    border: 1px solid #eee;
    font-size: 12px;
    padding: 6px 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-transform: capitalize;
    margin-bottom: 4px;
    font-weight: 600;
}
.refines li{
  display: inline-block;
}
.refines ul{
  padding-left: 0;
}
.cate-top {
    background-color: var(--text-color);
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    margin-left: 0;
    margin-right: 0;
    border-radius: 5px;
}
.cate-top h2 {
    font-size: 18px;
    color: var(--default-text-color);
    letter-spacing: 0;
    margin-top: 0;
    text-transform: capitalize;
}
.listgridbtn {
    background-color: transparent;
    padding: 0 !important;
    margin: 0 7px;
    border: none;
    box-shadow: none;
}
.lgrid .active svg {
    fill: var(--theme-color);
    cursor: pointer;
}
.catesort label {
    background-color: transparent;
    border: none;
}
.form-select {
    box-shadow: none;
    border: 1px solid #eee;
    background: transparent;
    background-repeat: no-repeat;
}
.catesort .input-group .form-select{
    border-radius: 5px !important;
}
.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(--theme-color);
    border-color: var(--theme-color);
    z-index: 0;
    color: var(--text-color);
}
.pagination .page-link{
    color: var(--theme-color);
    padding: 7px 12px 5px 12px;
    background-color: transparent;
    border-color: var(--theme-color);
}
.pagination .page-link:focus{
  box-shadow: none;
}
.product-grid .col,.product-list .col{
    margin-bottom: 20px;
}
.lgrid .active svg {
    fill: var(--theme-color);
    cursor: pointer;
}
.product-list .product-thumb .homeadd{
    display: inline-block;
}
.product-list .product-thumb .button-group {
  position: unset;
  opacity: 1;
  display: flex;
  justify-content: left;
}
.product-list .product-thumb h4{
    font-size: 18px;
}
.catlist-des{
    display: none;
}
.product-list .catlist-des{
    display: block;
}
.catlist-des {
    color: #727272;
    font-size: 13px;
    margin: 10px 0;
    text-transform: capitalize;
}
.input-group .input-group-text {
    font-size: 12px;
    height: 40px;
    color: var(--default-text-color);
}
.input-group .form-select{
    font-size: 12px;
}
.pagi {
    margin: 0;
    background-color: var(--text-color);
    padding: 8px 0;
    border: 1px solid #eee;
    border-radius: 4px;
}
.pagi .tot {
    line-height: 34px;
    font-size: 12px;
}
#product-category .card-header{
    color: var(--text-color);
    background-color: var(--default-text-color);
    border: none;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 0;
}
/* other page  */
.cate-border {
    background-color: var(--text-color);
    margin: 0 0 20px 0;
    padding: 10px 0px;
    border: 1px solid #eee;
    border-radius: 4px;
  align-items: center;
}
.cate-border .mb-3{
  margin-bottom: 0 !important;
}
.subheading, .acpage h1, .not-found-head {
    border-bottom: 1px solid #eee;
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--default-text-color);
    padding-bottom: 10px;
}
.card-body p strong{
  font-size: 12px;
  font-weight: 500;
}
.card{
    border-radius: 4px;
    background: transparent;
}
.brand-list {
    border: 1px solid #f2f2f2;
    padding: 5px;
    margin-bottom: 20px;
    background-color: var(--text-color);
    border-radius: 5px;
}
.bname {
    background: none repeat scroll 0 0 #f2f2f2;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 6px 0;
    padding: 5px 8px;
    border-radius: 5px;
}
/* contact page */
#information-contact .card-body .img-thumbnail{
  filter: brightness(0);
  background-color: transparent;
  border: none;
}
#information-contact .contact form {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 4px;
}
#information-contact .wbcntleft .card-body{
    background-color: transparent;
    border-radius: 4px;
    padding: 20px;
}
.wbcntleft strong {
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-top: 0;
    letter-spacing: 0;
    color: var(--default-text-color);
    display: inline-block;
}
/* other page */
.info-img{
    width: auto;
}
@media (min-width: 768px) {
  .footer-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
  }
  .sticky, .blogsticky {
    position: sticky;
    top: 15px;
  }
}
@media (max-width: 767px) {
  #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;
  }
  .foot-bot .copy{
    margin-bottom: 10px;
  }
  .deliveryinfo li h4 {
    font-size: 15px;
  }
  .onsaletop,.specialbg{
    padding: 30px 0;
  }
  #tab-review #review p{
    word-break: break-word;
  }
  .a-one .alert,#alert .alert, .alert.alertsuc{
    left: 15px !important;
    right: 15px !important;
  }
  .centertxt a{
    margin: 10px auto 0;
  }
  .onsatex a.btn {
    margin-top: 10px;
    padding: 5px 15px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .wbcenter .cen-pad:first-child{
    margin-bottom: 10px;
  }
  .heading{
    margin-bottom: 20px;
  }
  .onsaletop .heading span{
    font-size: 25px;
  }
  .offertext p, .centertxt p, .imgtext p{
    display: none;
  }
  #menu {
    border-radius: 5px;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: var(--text-color);
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 4px;
  }
}
/* content */
#content {
  min-height: 600px;
}
/* footer */
.custom-link{
  max-width: 1200px;
  margin: 0 auto;
}
.footer-top{
  background-color: #f5f5f5;
}
.footblink li a {
  color: var(--text-color);
  position: relative;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 40px;
}
.footblink li a::after {
  content: '|';
  color: var(--text-color);
  margin: 0 12px;
}
.footcbtm {
  margin-top: 30px;
  padding-left: 0;
}
.f-left svg {
  fill: var(--default-text-color);
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.f-left li{
  margin-bottom: 5px;
}
.footcbtm li h5 {
  color: #333;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.footcbtm h3 {
  color: var(--theme-color);
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  padding-top: 5px;
}
.foot-des {
  color: #333;
}
.payment{
  text-align: right;
}
.fpaym{
  display: flex;
  align-items: center;
  justify-content: right;
  margin: 0;
}
.fsocial{
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 0;
}
.fsocial a i span {
  display: none;
}
.foot-logo{
  margin-bottom: 15px;
}
.foot-payment{
  margin-top: 20px;
  text-align: center;
}
.foot-payment svg{
  width: 35px;
  height: 35px;
  margin-left: 5px;
}
.middle-footer a, .f-left li {
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 33px;
  color: var(--text-color);
  padding: 0;
  position: relative;
  z-index: 1;
}
.middle-footer a:hover, .f-left li:hover {
  color: var(--theme-color);
}
.middle-footer {
  padding: 40px 0;
}
.cs-link{
  padding: 30px 0;
  border-top: 1px solid #3a3a3a;
}
.storeinfo .payment .fpaym li{
  display: inline-block;
}
.fpaym li svg {
  width: 38px;
  height: 32px;
}
.storeinfo p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.for-home footer{
  margin-top: 0;
}
footer {
  background-color: var(--default-text-color);
  margin-top: 60px;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: var(--default-text-color);
}
footer a:hover {
  color: var(--theme-color);
}
footer h5 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--text-color);
  margin-top: 0;
}
#contact .fpy{
  display: flex;
  align-items: center;
  margin-top: 15px;
}
#contact ul{
  padding-left: 0;
}
.foot-bot .row{
    align-items: center;
}
.hsocial .fsocial a i {
  font-size: 14px;
  color: var(--text-color);
}
.copy p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  text-align: center;
}
.copy, .copy a {
    color: var(--text-color);
    font-size: 14px;
    transition: all .3s ease;
}
.copy .row{
  align-items: center;
}
.copy{
  border-top: 1px solid #393939;
  background-color: var(--default-text-color);
  padding: 10px 0;
  color: var(--default-text-color);
  transition: all .3s ease;
}
.copy a:hover{
  color: var(--theme-color);
}
.fcontact{
  font-size: 16px;
  letter-spacing: 0;
  line-height: 33px;
  color: var(--default-text-color);
  transition: 0.3s ease;
}
#about .storeinfo{
  margin: 0;
}
.storeinfo ul{
  margin-bottom: 0;
}
.footnumber svg{
  fill: var(--theme-color);
  margin-right: 10px;
}
.footnumber h5{
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal;
  margin: 0;
}
.footnumber h3{
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  margin-top: 8px;
}
.fsocial li svg {
    width: 14px;
    height: 14px;
    margin: 0 4px;
    fill: var(--default-text-color);
    transition: 0.3s ease;
}
.fsocial a {
  line-height: normal;
  min-width: 40px;
  min-height: 40px;
  text-align: center;
  padding-top: 0;
  display: flex;
  background: transparent;
  vertical-align: middle;
  color: var(--text-color);
  font-size: 16px;
  margin: 0 5px;
  background: var(--default-text-color);
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.fsocial a:hover{
  background-color: var(--theme-color);
}
.fsocial li a:hover i{
  color: var(--text-color);
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 60px;
    cursor: pointer;
    z-index: 8;
    height: 40px;
    width: 40px;
    line-height: 0;
    padding: 14px 0;
    outline: none;
    text-align: center;
    transition: all .5s ease-in-out;
    background: var(--theme-color);
    color: var(--text-color);
    border-radius: 5px;
}
#scroll:hover{
    background: var(--default-text-color);
    color: var(--text-color);
}
#scroll svg{
    width: 12px;
    height: 12px;
    fill: var(--theme-color);
}
#scroll:hover svg {
    fill: var(--theme-color);
}
/* breadcrumb */
.breadcrumb > li a::after {
    content: '|';
    padding: 0 15px;
    color: var(--default-text-color);
}
.breadcrumb > li:last-child a::after{
    content: none;
}
.breadcrumb {
  margin: 20px 0 20px 0;
  padding: 8px;
  border: none;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.sitem ul li {
    list-style: url;
}
.sitem ul {
    line-height: 35px;
    padding-left: 25px;
    padding-right: 25px;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 var(--text-color);
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  text-transform: capitalize;
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.pagination {
  margin: 0;
}
/* buttons */
.btn {
    padding: 7.5px 12px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    line-height: normal;
}
.fa{
  font-size: 14px;
}
.btn-danger, .btn-info{
    color: var(--text-color)fff;
    background-color: var(--theme-color);
    transition: 0.3s ease;
    border: none;
}
.form-control:focus,.form-select:focus {
    border: 1px solid var(--theme-color);
    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: var(--text-color)fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  background: var(--default-text-color);
  color: var(--text-color);
}
.btn-success {
  color: var(--text-color)fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: var(--default-text-color);
  border-radius: 4px;
  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: var(--text-color)fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 var(--default-text-color)000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
  box-shadow: none;
}
.btn-primary {
  background-color: var(--theme-color);
  color: var(--default-text-color);
  border: none;
  text-transform: capitalize;
  transition: 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  width: 130px;
  height: 42px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
}
.btn-close:focus{
  box-shadow: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover{
    background-color: var(--default-text-color);
    border: none;
    color: var(--text-color);
}
.product-thumb {
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  position: relative;
  transition: all .3s ease;
  margin: 10px 0;
}
.product-thumb img {
  border-radius: 5px;
  width: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
}
.product-thumb .button-group {
  position: absolute;
  left: 15px;
  right: 0;
  bottom: 50px;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 5px;
}
.product-thumb:hover .button-group {
  opacity: 1;
}
.pro-btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-list .product-thumb .button-group button{
  margin-bottom: 0;
  margin-right: 5px;
}
.product-thumb .button-group .homeadd button {
  padding: 0 10px;
  gap: 5px;
}
.product-thumb .button-group button{
  background-color: #f5f5f5;
  fill: var(--default-text-color);
  color: var(--default-text-color);
  min-width: 40px;
  min-height: 40px;
  text-align: center;
  padding: 8px 3px;
  font-size: 14px;
  border: none;
  text-transform: capitalize;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: 0 1px;
  box-shadow: 0px 0 3px 2px rgba(0,0,0,.05);
}
.product-thumb .button-group button:hover {
  background: var(--theme-color);
}
.product-list .pro-varient{
  display: none;
}
.product-list .product-thumb .button-group{
  margin-top: 15px;
  transform: none;
}
.product-thumb .homeadd svg,.product-thumb .button-group svg{
  width: 20px;
  height: 19px;
}
.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: 4px;
  line-height: 8px;
  width: auto;
  background-color: var(--text-color);
}
.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: 4px;
  line-height: 14px;
  width: auto;
  background-color: var(--text-color); 
}
.homeqt .btn-number .fa{
  font-size: 10px;
}
.homeqt .addhqty{
  width: 60px;
  flex-grow: unset;
  padding: 0;
  color: var(--theme-color);
  height: 14px;
  vertical-align: top;
  font-size: 16px;
  text-align: center;
  border: none;
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .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: 10px;
}
.rating.fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 12px;
  line-height: normal;
}
/* wishlist page */
#wishlist .table .btn-primary{
  width: 40px;
  display: inline-block;
}
#wishlist .table .price{
  padding-top: 0;
}
/* product list */
.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: var(--text-color);
  padding: 6px 12px;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: var(--text-color);
}
/* alert */
#alert .alert,.alert.alertsuc{    
  background-color: var(--text-color);
  border: 1px solid #ededed;
  color: #666;
  font-size: 14px;
  position: fixed;
  z-index: 99;
  transition: all ease .6s;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 30%;
  padding: 40px;
}
.a-one {
  background-color: var(--default-text-color);
  background-color: rgba(0, 0, 0, .6);
  bottom: 0;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.alert-danger svg, .alert-info svg, .alert-success svg {
  display: block;
  margin: 0 auto 20px;
  width: 65px;
  height: 65px;
}
.alert-success svg {
  fill: #4CAF50;
}
.alert-danger svg{
  fill: #da4f49;
}
.pay-img {
  display: inline-block;
}
/* alert end */
/* special product */
.special .protitle{
  padding: 0;
}
.special .product-thumb .rating{
  margin: 10px 0;
}
.special .product-thumb .row{
  align-items: center;
}
.special .product-thumb .caption {
  padding: 0 15px 0px 0;
  text-align: left;
}
.special .product-thumb{
  border: 1px solid #e1e1e1;
}
.special .product-thumb img{
  border: none;
}
.special .product-thumb .button-group{
  position: unset;
  opacity: 1;
  transform: none;
  margin-top: 15px;
  justify-content: left;
}
.special .product-thumb .price{
  justify-content: left;
}
.special .product-thumb .catlist-des{
  display: block;
  margin-top: 15px;
}
.special .product-thumb:hover .price {
  opacity: 1;
}
.special-product{
  padding: 0;
}
/* selected product */
.selected-product{
  margin: 80px 0;
}
/* logoslider */
.wblogoslider .slick-list{
  border: 1px solid #ccc;
  border-radius: 5px;
  background: white;
}
.slick-dotted.slick-slider{
  margin-bottom: 0;
}
.logoslider{
  margin: 60px 0;
}
/* search page */
#product-search .product-list .product-thumb .homeadd .cartb {
  left: 38.5%;
  top: 35.5%;
}
.a2a_kit{
  margin-top: 20px;
}
#product-manufacturer .product-list .product-thumb .homeadd .cartb{
  left: 38%;
  top: 36%;
}
/* video section */
.play-video{
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  margin: 0 auto 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50px;
  background-color: var(--text-color);
}
.play-video svg{
  fill: var(--default-text-color);
}
#vedioModal button.close {
  margin: 0 15px;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
  cursor: pointer;
}

/* responsive */

@media (min-width: 1410px){
  .manucom .product-grid .col{
    width: 25%;
  }
  .product-list .image {
    width: 30%;
  }
  .product-list .caption {
    width: 70%;
  }
  .manucom .product-list .image {
    width: 20%;
  }
  .manucom .product-list .caption{
    width: 80%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px){
  .testimonial::after{
    left: 0;
    width: 100%;
  }
  .sbr li p{
    font-size: 12px;
  }
  .sbr li h4{
    font-size: 15px;
  }
  .sbr ul li{
    margin: 0 3px;
  }
  .head-tag{
    width: 30%;
  }
  .hmenu{
    width: 48%;
  }
  .main-menu{
    width: 22%;
  }
  .h-wishlist {
    margin: 0 20px !important;
  }
  .best-ctn h2{
    font-size: 30px;
  }
  .centertxt h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .centertxt h3{
    margin-bottom: 20px;
  }
  .offertext{
    right: 3%;
  }
  .product-list .product-thumb .homeadd .cartb{
    left: 65%;
    top: 36.5%;
    background-color: var(--text-color);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  }
  .product-list .product-thumb .homeadd .cartb:hover{
    background-color: var(--theme-color);
  }
  .product-list .product-thumb .homeadd .cartb:hover svg{
    fill: var(--text-color);
  }
  .product-list .product-thumb .homeadd .cartb svg{
    fill: var(--default-text-color);
  }
  .s-panel::before{
    right: 39%;
  }
  .product-thumb .homeadd .cartb svg{
    display: block;
    fill: var(--text-color);
  }
  .product-thumb .homeadd .cartb:hover svg{
    fill: var(--theme-color);
  }
  .product-thumb .homeadd .cartb span{
    display: none;
  }
  .product-thumb .homeadd .cartb{
    width: 40px;
  }
  .rightdesc p{
    font-size: 22px;
  }
  .imgslider .slick-next {
    right: 0%;
  }
  .imgslider .slick-prev {
    left: 0%;
  }
  .slick-next {
    right: -1%;
  }
  .slick-prev{
    left: -1%;
  }
}
@media (min-width: 1200px){
  .onsale-product{
    width: 80%;
  }
  .c_banner{
    width: 20%;
  }
  .onsatex{
    max-width: 55%;
  }
  .topright{
    width: 80%;
  }
}
@media (max-width: 1199px){
  .testimonial::after{
    left: 0;
    width: 100%;
  }
  .imgslider .slick-next {
    right: 0%;
  }
  .imgslider .slick-prev {
    left: 0%;
  }
  .slick-next {
    right: -1%;
  }
  .slick-prev{
    left: -1%;
  }
  .product-thumb .homeadd .cartb svg{
    display: block;
  }
  .product-thumb .homeadd .cartb:hover svg{
    fill: var(--theme-color);
  }
  .product-thumb .homeadd .cartb span{
    display: none;
  }
  .product-thumb .homeadd .cartb{
    width: 40px;
  }
  .latdec,.specialbg,.selected_pro,.category-ctn,.left-bg{
    padding: 0;
  }
  .s-panel .rless{
    margin: 0 -15px;
  }
  .cless{
     --bs-gutter-x: 0.938rem;
  }
  .rless{
     --bs-gutter-x: 0.938rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .wbcenter{
    padding: 0;
  }
  #search .btn-lg{
    width: 100px;
  }
  #webibazaar-search-category{
    width: 150px;
  }
  .slidertext{
    left: 0;
  }
  .sbr ul li{
    margin: 0 3px;
  }
  .heading span::after,.heading span::before{
    top: 0;
  }
  .sbr ul li svg{
    width: 40px;
    height: 40px;
  }
  .hmenu{
    width: 75%;
  }
  .main-menu{
    width: 25%;
  }
  .head-tag{
    display: none;
  }
  .sblock li{
    margin-right: 20px;
  }
  .sblock li a{
    font-size: 16px;
  }
  .h-wishlist {
    margin: 0 5px !important;
  }
  .h-wishlist span,.cartna,.hdis span, .huser span{
    font-size: 12px;
  }
  .store-heading{
    width: 80%;
  }
  .lc-top{
    width: 20%;
  }
  footer h5{
    font-size: 18px;
  }
  .newsletter .inner h3{
    font-size: 22px;
  }
  .heading{
    font-size: 26px;
  }
  .best-ctn h2{
    font-size: 22px;
  }
  .wd-item-title{
    font-size: 17px;
  }
  .navbar-nav .nav-item, .m-menu{
    padding: 0 9px 0 0;
  }
  #menu .navbar-nav > li > a{
    font-size: 14px;
  }
  .footnumber h5{
    font-size: 12px;
  }
  .footnumber h3{
    font-size: 20px;
  }
  .footnumber svg{
    width: 40px;
    height: 40px;
  }
  #contact .fpy{
    display: block;
  }
  #contact .fpy img{
    margin-bottom: 5px;
  }
  .imgdesc a{
    margin: 10px 0 0;
  }
  .imgdesc h2 {
    font-size: 30px;
    margin-top: 10px;
  }
  .offertext h2{
    font-size: 16px;
  }
  .offertext{
    right: 2%;
  }
  .sbr li h4{
    font-size: 14px;
  }
  .sbr li p{
    font-size: 12px;
  }
  .rightdesc p{
    font-size: 18px;
  }
  .product-list .product-thumb .homeadd .cartb {
    left: 67%;
    top: 49%;
    background-color: var(--text-color);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  }
  .product-list .product-thumb .homeadd .cartb:hover{
    background-color: var(--theme-color);
  }
  .product-list .product-thumb .homeadd .cartb:hover svg{
    fill: var(--text-color);
  }
  .product-list .product-thumb .homeadd .cartb svg{
    fill: var(--default-text-color);
  }
  .price-old{
    font-size: 12px;
  }
  .price-new{
    font-size: 16px;
  }
  .s-ctn p {
    margin: 0;
  }
  .Choose h4{ 
    font-size: 22px;
    margin-bottom: 20px;
  }
  .leftdesc p{
    margin: 20px 0;
  }
  .leftdesc h3{
    font-size: 30px;
    max-width: 500px;
  }
  .centertxt h4{
    font-size: 30px;
  }
  .centertxt h4 span{
    font-size: 20px;
  }
  .ioff{
    margin: 20px 0;
  }
  .ioff h6{
    font-size: 30px;
    line-height: 30px;
  }
  .ioff h6 span{
    font-size: 30px;
  }
  .categorybr{
    padding: 0 20px;
  }
  .s-panel::before{
    width: 83px;
    height: 84px;
  }
  .slidertext h2{
    font-size: 30px;
    line-height: 40px;
  }
  .slidertext p{
    font-size: 14px;
    line-height: 30px;
  }
  .heading::before{
    top: 30px;
  }
  .rightdesc h1{
    font-size: 20px;
    line-height: 25px;
  }
  .rightdesc a{
    margin-top: 20px;
  }
  .righttxt{
    max-width: 350px;
  }
  .offertext h1 {
    font-size: 25px;
    line-height: 25px;
  }
  .offertext p{
    margin-bottom: 20px;
  }
  .imgdesc p {
    font-size: 50px;
    line-height: 50px;
  }
  .hsubmenu{
    width: 55%;
  }
  .centertxt p{
    margin-bottom: 10px;
  }
  .storeinfo{
    margin: 0;
  }
  #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;
    line-height: 45px;
  }
  .centertxt h2 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .centertxt h3{
    font-size: 16px;
    margin-bottom: 0px;
  }
  .onsaletop .heading span{
    font-size: 45px;
  }
  .onsatex a.btn{
    padding: 10px 45px;
  }
  .blog_webi .blog-right h4{
    font-size: 16px;
    line-height: 25px;
  }
  .deliveryinfo li h4{
    font-size: 18px;
  }
  .deliveryinfo li p{
    font-size: 16px;
  }
}
@media (min-width: 992px){
  .product-thumb:hover .price{
    opacity: 0;
  }
  .product-list .product-thumb:hover .price{
    opacity: 1;
  }
  #under-menu .close-nav{
    display: none;
  }
  #menu .dropdown-menu {
    background: var(--text-color);
    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 0 10px 0;
    margin-top: 0px;
    position: absolute;
    left: 100%;
    top: 0;
    border-radius: 10px;
  }
  #menu .dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (max-width: 991px){
  .category_bg,.parallex{
    padding: 30px 0;
  }
  .wbcenter{
    padding: 0;
  }
  .c_banner,.onsale-product{
    width: 50%;
  }
  .imgdesc a {
    margin-top: 10px;
  }
  .slidertext{
    left: 0;
  }
  .test-pad{
    margin: 30px -15px;
  }
  .product-thumb .homeadd .cartb{
    width: 30px;
  }
  .product-thumb .button-group .homeadd button{
    padding: 8px 3px;
  }
  .product-thumb .homeadd svg, .product-thumb .button-group svg{
    width: 15px;
    height: 15px;
  }
  .product-thumb .button-group button{
    min-width: 30px;
    min-height: 30px;
  }
  .product-thumb .button-group{
    position: unset;
    transform: none;
    margin-top: 15px;
    opacity: 1;
  }
  .h-wishlist {
    margin: 0 15px !important;
  }
  .hmenu,.h-wishlist span{
    display: none;
  }
  .header-logo{
    width: 30%;
  }
  .h-icon{
    order: 2;
    width: 70%;
  }
  .h-search{
    order: 3;
    width: 100%;
    margin-top: 15px;
  }
  .heading span::after,.heading span::before{
    top: 0;
  }
  .head-tag{
    display: none;
  }
  .wblogoslider{
    padding: 0;
  }
  .category_bg,.logoslider,.wboffer,.wbimg,.centerbanner,.wbcategory-tb{
    margin: 30px 0;
  }
  .heading{
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  #logo img {
    padding-left: 30px;
  }
  #menu .navbar-toggler {
    position: absolute;
    top: -120px;
    padding: 0;
    left: 0;
  }
  .btn-primary{
    width: 100px;
    height: 35px;
    font-size: 12px;
  }
  .sbr:nth-child(2){
    border: none;
  }
  .sbr ul{
    margin: 10px 0;
  }
  .sbr{
    width: 50%;
  }
  .rightw{
    width: 100%;
  }
  .leftw,.menu .mnanu1,.sub-menu,.hcall{
    display: none;
  }
  .product-list .product-thumb .homeadd .cartb {
    background-color: var(--text-color);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  }
  .product-list .product-thumb .homeadd .cartb:hover{
    background-color: var(--theme-color);
  }
  .product-list .product-thumb .homeadd .cartb:hover svg{
    fill: var(--text-color);
  }
  .product-list .product-thumb .homeadd .cartb svg{
    fill: var(--default-text-color);
  }
  .price-new{
    font-size: 18px;
  }
  .service1{
    display: block;
  }
  .wbftleft{
    width: 100%;
    margin-bottom: 20px;
  }
  .fborder{
    width: 33.33%;
  }
  footer{
    margin-top: 30px;
  }
  .righttxt{
    left: 10px;
  }
  .rightdesc p{
    font-size: 16px;
  }
  .latest-product{
    margin: 30px 0;
  }
  .heading::before{
    top: 25px;
  }
  .cartt{
    right: -3px;
    bottom: 12px;
  }
  header{
    position: relative;
  }
  .selected-product{
    margin: 30px 0 0;
  }
  .left-banner {
    margin: 30px 0;
    height: 500px;
  }
  #menu .navbar-nav li .dropdown-menu a{
    padding: 10px 0;
    border: none;
    color: var(--default-text-color);
  }
  .homemenu{
    padding: 0;
  }
  .hsubmenu,.obtn{
    display: none;
  }
  .countdownproduct,.offerbanner{
    margin: 30px 0;
  }
  .service {
    margin: 30px 0;
  }
  .storeinfo{
    margin: 0;
  }
  .slick-arrow i {
    font-size: 20px;
  }
  #top-links .huser .xsla, #top-links .huser .xscu {
    display: block !important;
    padding: 0.25rem 1rem;
  } 
  #menu .navbar-nav li .dropdown-menu a.see-all {
    display: inline-block;
    letter-spacing: 0;
    margin-top: 10px;
    border-bottom: transparent;
    padding-bottom: 0;
    font-weight: 500;
  }
  .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;
  }
  .newsletter .new-from input{
    height: 40px;
  }
  .newsletter .new-from .newsbtn {
    height: 40px;
    padding: 4px 7px;
    font-size: 14px;
    width: 100px;
}
  .deliveryinfo li h4 {
    margin-top: 10px;
  }
  #cart .cartl,.topbsp{
    display: none;
  }
  .xsla .test, .xscu .test{
    color: var(--default-text-color);
  }
  .hdis,.wrmenu,.topright{
    display: none;
  }
  #menu .navbar-toggler{
    display: block;
  }
  #under-menu{
    display: block;
  }
  .blog_webi .blog-right h4{
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: unset;
    display: block;
    font-size: 16px;
  }
  /* 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: 4;
      background: var(--text-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: var(--text-color);
      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: var(--text-color);
    letter-spacing: 0;
  }
  .closebtn,.closebtn:hover,.closebtn:focus{
    color: var(--text-color);
  }
  #menu .navbar-collapse{
    display: block;
    border: none;
    padding: 0 15px;
  }
  #menu .navbar-nav li a {
    border-bottom: 1px solid #eee;
    padding: 13px 0;
    width: 100%;
    margin: 0;
    justify-content: space-between;
}
  #menu .collapse .nav li {
    padding: 0;
    display: block;
  }
  #menu .dropdown-inner ul,.navbar-nav{
    display: block;
  }
  #menu .dropdown-inner .dropdown-submenu .submenu-title{
    border-bottom: none;
  }
  #menu .dropdown-menu{
    box-shadow: none;
  }
  .s-panel {
    margin-top: 0;
  }
  
  .deliveryinfo li:last-child {
    margin-left: 0;
  }
  .deliveryinfo ul{
    text-align: center;
  }
  .delibg, .wbcattop{
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .nav-tabs.cat-tab a{
    padding: 12px;
  }
  .heading p{
    font-size: 18px;
  }
  .imgdesc h3{
    font-size: 14px;
  }
  .sbr li h4,.best-ctn h2{
    font-size: 18px;
  }
  .sbr li p,.best-ctn p{
    font-size: 12px;
  }
  .best-ctn a{
    font-size: 14px;
  }
  .wd-item-title{
    font-size: 16px;
  }
  .footnumber h3{
    font-size: 22px;
  }
  .product-list .product-thumb .homeadd .cartb {
    left: 40%;
    top: 89%;
  }
  .Choose h4{
    margin-bottom: 20px;
    font-size: 20px;
  }
  .leftdesc h3 {
    font-size: 20px;
  }
  .leftdesc p{
    margin: 10px 0;
  }
  footer h5{
    font-size: 16px;
  }
  .storeinfo p{
    margin-bottom: 10px;
  }
  .newsletter .inner .heading::before {
    top: 20px;
  }
  .newsletter .inner{
    padding: 30px 0;
  }
  .centertxt h3{
    font-size: 12px;
    margin-bottom: 20px;
  } 
  .centertxt a {
    margin-top: 10px;
  }
  .centertxt h4{
    font-size: 25px;
  }
  .centertxt h4 span{
    font-size: 18px;
  }
  .img-ctn{
    padding: 10px 20px;
  }
  .ioff h6 span{
    font-size: 20px;
  }
  .ioff h6{
    font-size: 26px;
    line-height: 26px;
  }
  .aboutus p{
    margin: 30px auto 20px;
    font-size: 16px;
  }
  .s-panel::before{
    bottom: 20%;
    right: 38%;
    width: 83px;
    height: 84px;
  }
  .slidertext h2 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 30px;
  }
  .fcall{
    margin-top: 15px;
  }
  #column-left1 h1{
    display: none;
  }
  .rightdesc h2{
    font-size: 16px;
  }
  .rightdesc a {
    padding: 6px 25px;
    margin-top: 11px;
    font-size: 15px;
}
  .rightdesc h1{
    font-size: 18px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .giant-item-thumb .giant-item-caption h4{
    font-size: 20px;
  }
  .imgdesc p{
    font-size: 14px;
  }
  .imgdesc h2 {
    font-size: 18px;
    margin: 10px 0;
    line-height: 20px;
  }
  .write-comment a{
    font-size: 14px;
  }
  .fcontact{
    line-height: 20px;
  }
  .copy p, .copy a,.fcontact,.newsletter .description-top p,.middle-footer a, .f-left li,.storeinfo p,.deliveryinfo li p{
    font-size: 12px;
  }
  .storeinfo p{
    line-height: 25px;
  }
  .newsletter .inner h3{
    font-size: 20px;
  }
  .centertxt h2 {
    line-height: 14px;
    font-size: 12px;
    margin: 0 0 10px;
  }
  .centertxt p{
    font-size: 14px;
  }
  .leftdesc a {
    padding: 6px 20px;
    font-size: 16px;
  }
  .webibazaar-dis .price-new{
    font-size: 16px;
  }
  .price-old{
    font-size: 12px;
  }
  .webibazaar-dis h4{
    width: 150px;
  }
  .proreview {
    margin: 0 20px;
    padding: 0 20px;
  }
  .manucom .product-grid .col {
    width: 33.33%;
  }
  .product-list .col{
    width: 50%;
  }
  #product-category .cate-border .btn-primary{
    font-size: 11px;
    padding: 7.5px 5px;
  }
  .btn-group .btn {
    padding: 0 5px;
  }
  #account-wishlist tr td {
    white-space: nowrap;
  }
  #content.colright{
    width: 65%;
  }
  #column-right{
    width: 35%;
  }
  .slidertext h1 {
    font-size: 35px;
    line-height: 45px;
    margin: 5px 0;
  }
  .slidertext p {
    font-size: 12px;
    line-height: 20px;
    max-width: 600px;
  }
  .offertext h2 {
    font-size: 14px;
  }
  .offertext h3{
    font-size: 12px;
  }
  .offertext p{
    line-height: 20px;
    font-size: 14px;
  }
  .offertext h1 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .offertext p, .centertxt p, .imgtext p{
    margin-bottom: 5px;
  }
  .onsaletop .heading span {
    font-size: 35px;
  }
  .onsatex a.btn {
    margin-top: 15px;
    padding: 10px 45px;
  }
  .parallex .quote svg {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .middle-footer {
    padding: 30px 0 30px;
  }
}
@media (max-width: 767px){
  .parallex .item .timg{
    width: 70px;
    height: 70px;
  }
  .parallex .item p{
    font-size: 14px;
  }
  .tab-pro .heading{
    display: block;
  }
  .sbr ul li svg{
    width: 30px;
    height: 30px;
  }
  .play-video{
    width: 50px;
    height: 50px;
  }
  .heading{
    font-size: 20px;
  }
  .heading p{
    font-size: 16px;
  }
  .nav-tabs.cat-tab a{
    padding: 10px;
    margin: 0 5px;
    font-size: 12px;
  }
  #menu .navbar-toggler{
    top: -110px;
  }
  .best-ctn{
    margin-bottom: 20px;
  }
  .best-ctn h2{
    font-size: 20px;
  }
  .centertxt h3{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .slidertext h3{
    font-size: 16px;
  }
  .h-icon{
    width: 50%;
  }
  .header-logo,.hmenu{
    width: 50%;
  }
  .productbg .pro-content{
    width: 100%;
  }
  .s-panel {
    margin-top: 15px;
  }
  .imgdesc h2 {
    font-size: 16px;
    line-height: 16px;
    margin-top: 0;
  }
  .imgtext{
    left: 50px;
  }
  .imgdesc h3{
    font-size: 14px;
    display: none;
  }
  .tab-pro .tab-head .heading {
    margin-bottom: 20px;
  }
  .tab-head{
    display: block;
    border: none;
  }
  .wbftleft {
    margin-bottom: 0;
  }
  .tab-pro .nav-tabs {
    margin: 10px 0;
    justify-content: left;
  }
  .foot-payment{
    text-align: center;
  }
  .offbanner{
    margin-bottom: 15px;
  }
  .offbanner:last-child{
    margin-bottom: 0;
  }
  .sbr li h4{
    font-size: 14px;
  }
  .sbr li p{
    font-size: 12px;
  }
  .left-banner {
    height: auto;
  }
  .product-list .product-thumb .homeadd .cartb {
    left: 19.5%;
    top: 93%;
  }
  .footblink li a::after{
    margin: 0 5px;
  }
  .copy p{
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .fborder{
    width: 100%;
  }
  .storeinfo p {
    font-size: 14px;
    line-height: 30px;
    margin: 5px 0;
  }
  .storeinfo ul{
    margin-bottom: 20px;
  }
  .fsocial{
    justify-content: center;
  }
  .newsletter .inner .new-from{
    width: 100%;
    margin: 15px 0;
  }
  .newsletter .inner{
    padding: 30px 0;
    display: block;
  }
  .centertxt h4{
    font-size: 40px;
  }
  .centertxt h4 span{
    font-size: 20px;
  }
  .ioff h6 span{
    font-size: 20px;
  }
  .ioff h6{
    font-size: 26px;
    line-height: 26px;
  }
  .aboutus p{
    margin: 30px auto 10px;
    font-size: 16px;
  }
  .heading::before {
    top: 20px;
  }
  .himg{
    left: 0;
  }
  .s-panel::before{
    width: 77px;
    height: 80px;
    bottom: 15%;
    right: 37%;
  }
  .slidertext h2{
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .righttxt{
    max-width: 230px;
  }
  .rightdesc a {
    padding: 4px 15px;
    margin-top: 10px;
    font-size: 14px;
}
  .rightdesc h1{
    line-height: 25px;
    font-size: 16px;
    margin: 0;
  }
  .rightdesc p:last-child{
    display: block;
  }
  .wbright{
    width: 50%;
  }
  .offertext h2 {
    font-size: 14px;
  }
  .imgdesc p{
    font-size: 30px;
    line-height: 30px;
    max-width: 350px;
  }
  .imgdec{
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .imgdec:last-child{
    margin-bottom: 0;
  }
  .categorybr{
    padding: 0 10px;
  } 
  .write-comment a{
    font-size: 14px;
  }
  .fpaym{
    justify-content: center;
  }
  .payment {
    text-align: left;
  }
  .deliveryinfo li:last-child{
    margin-left: 15px;
  }
  .deliveryinfo ul{
    display: flex;
    align-items: center;
    text-align: left;
  }
  .deliveryinfo ul svg {
    width: 30px;
    height: 30px;
  }
  .deliveryinfo li span{
    width: 60px;
    height: 60px;
  }
  .sbr{
    width: 50%;
  }
  .offertext{
    top: 10px;
  }
  .offertext h1 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
  .giant-item-thumb .giant-item-caption h4{
    font-size: 18px;
  }
  .centertxt h2 {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 14px;
  }
  .leftdesc a {
    padding: 5px 10px;
    font-size: 14px;
  }
  .leftdesc h3{
    font-size: 22px;
  }
  .leftdesc p{
    margin: 10px 0;
  }
  .Choose h4{
    margin-bottom: 20px;
    font-size: 20px;
  }
  .newsletter .inner h3{
    font-size: 18px;
  }
  .newsletter .inner .heading::before {
    top: 15px;
  }
  .slidertext h1 {
    font-size: 25px;
    line-height: 35px;
    margin: 5px 0;
  }
  .slidertext p{
    display: none;
  }
  .hsticky{
    padding: 0;
  }
  .onsatex a.btn svg {
    width: 16px;
    height: 16px;
    margin-left: 10px;
  }
  .onsaletop p{
    letter-spacing: 0;
  }
  .parallex h2{
    margin-bottom: 10px;
    font-size: 25px;
  }
  #account-wishlist tr td {
    white-space: nowrap;
  }
  .middle-footer {
    padding: 30px 0 20px;
  }
  .middle-footer .btn.toggle {
    color: var(--theme-color);
    text-shadow: none;
    background: none;
    background-image: none;
    background-image: none;
    border: 0;
    box-shadow: none;
    font-size: 12px;
    position: absolute;
    top: 1px;
    right: 0;
    padding: 0;
    width: 100%;
  }
  .middle-footer h5{
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
  }
  footer h5 .toggle.collapsed::after, .catfilter .toggle.collapsed::after {
    font-family: 'FontAwesome';
    content: '\f067';
    font-size: 14px;
    font-weight: 600;
    float: right;
    cursor: pointer;
  }
  footer h5 .toggle::after, .catfilter .toggle::after {
    font-family: 'FontAwesome';
    content: '\f068';
    font-size: 14px;
    font-weight: 600;
    float: right;
    cursor: pointer;
  }
  #logo img {
    max-width: 200px;
  }
  .htop {
    padding: 10px 0;
  }
  .pro-content h1{
    font-size: 20px;
  }
  .slick-slide div .col .product-thumb {
    margin-bottom: 15px;
  }
  .slidertext a.btn{
    margin-top: 15px;
  }
  .slidertext a.btn svg {
    width: 20px;
    height: 20px;
    margin-left: 15px;
  }
  .slidertext {
    width: 300px;
  }
}
@media (min-width: 600px) and (max-width: 767px){
  .slidertext h1{
    font-size: 30px;
  }
  .slidertext p{
    display: none;
  }
  .offertext h1{
    font-size: 35px;
  }
  .offertext h2{
    font-size: 25px;
  }
  .offertext{
    left: 25px;
  }
}
@media (min-width: 451px) and (max-width: 599px){
  .catesort {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 575px){
  .play-video{
    margin: 0 auto;
  }
  .imgdesc h3{
    display: none;
  }
  .nav-tabs.cat-tab a {
    padding: 5px;
    margin: 5px;
    font-size: 12px;
  }
  .wd-item-title{
    font-size: 16px;
  }
  .heading span::before,.heading span::after{
    height: 22px;
  }
  #menu .navbar-toggler {
    top: -95px;
  }
  #search .btn-lg{
    height: 40px;
    width: 70px;
  }
  .homemenu{
    border: none;
  }
  .newsletter .description-top p{
    font-size: 14px;
  }
  .cartt{
    font-size: 10px;
    width: 14px;
    height: 14px; 
  }
  .huser .svgbg svg,.h-wishlist svg,#header-cart #cart svg,.d-search svg{
    width: 20px;
    height: 20px;
  }
  .d-search svg{
    margin-right: 10px;
  }
  .h-wishlist {
    margin: 0 5px !important;
  }
  .h-icon{
    width: 50%;
  }
  .header-logo{
    width: 50%;
  }
  .sbr ul{
    padding: 0 15px;
    justify-content: left;
  }
  .sbr{
    border: none;
  }
  .offertext h3,.imgdesc h3,.imgdesc h4{
    letter-spacing: 0.1em;
  }
  .product-list .product-thumb .homeadd .cartb {
    left: 36.5%;
    top: 90%;
  }
  .offerbanner .container{
    padding: 0;
  }
  #search .form-control {
    border-radius: 5px 0 0 5px;
    height: 40px;
  }
  #webibazaar-search-category{
    display: none;
  }
  .slick-arrow svg{
    width: 20px;
    height: 20px;
  }
  .latest-product .col-xs-12{
    padding: 0;
  }
  .leftdesc h3 {
    font-size: 18px;
  }
  .contact-us {
    margin: 0;
  }
  .parallex .item p{
    margin: 0px;
    font-size: 12px;
  }
  .quote svg {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .blog-section .container{
    padding: 0;
  }
  .newsletter,.newsletter .col-xs-12{
    padding: 0;
  }
  .newsletter .new-from .newsbtn{
    margin-top: 0;
    width: 80px;
  }
  .newsletter .inner h3{
    font-size: 14px;
    margin: 10px auto;
  }
  .parallex .col-md-7{
    padding: 0;
  }
  .special-product {
    width: 100%;
    padding: 0;
  }
  .left-banner {
    height: auto;
  }
  .centertxt h3{
    margin-bottom: 0;
    font-size: 12px;
  }
  .centertxt h2{
    margin: 5px 0;
  }
  .img-ctn{
    padding: 10px 20px;
  }
  .offertext h3{
    font-size: 12px;
  }
  .aboutus p{
    font-size: 14px;
  }
  .heading::before {
    top: 30px;
    background-size: contain;
    width: 115px;
  }
  .slidertext h2 {
    line-height: 20px;
    font-size: 14px;
    margin-top: 0;
  }
  .centertxt h4,.s-panel::before{
    display: none;
  }
  .wblogoslider{
    padding: 0;
  }
  .rightbanner .wbright:last-child{
    margin-top: 20px;
  }
  .wbright{
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .imgdesc p {
    font-size: 18px;
    line-height: 18px;
    margin: 10px auto;
}
  .s-panel .slick-dots {
    bottom: -25px;
  }
  .heading span {
    font-size: 20px;
    line-height: 20px;
  }
  .copy p,.copy a{
    font-size: 14px;
  }
  .sbr {
    width: 100%;
    padding: 0;
  }
   .deliveryinfo [class*=col-]{
    margin-bottom: 20px;
  }
  .deliveryinfo [class*=col-]:last-child{
    margin-bottom: 0;
  }
  .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;
  }
}
@media (max-width: 450px){
  .footblink li a{
    font-size: 14px;
    line-height: 35px;
  }
  .c_banner, .onsale-product {
    width: 100%;
    padding: 0;
  }
  .imgdesc h2{
    margin-bottom: 0;
  }
  .imgdesc a{
    display: none;
  }
  .offertext h1 {
    font-size: 14px;
    line-height: 20px;
}
  .wbcount .product-thumb{
    display: block;
  }
  .wbcount .product-thumb .image, .wbcount .product-thumb .caption{
    width: 100%;
  }
  .slick-arrow{
    top: 50%;
  }
  #logo img {
    max-width: 160px;
  }
  .btn-group .btn{
    padding: 0 10px;
    font-size: 12px;
  }
  .proreview{
    margin: 0 5px;
    padding: 0 5px;
  }
  .btn-group{
    display: block;
  }
  .pro-tab li a {
    padding: 7px;
    font-size: 14px;
  }
  .tab-pro .pro-tab li{
    margin: 0;
  }
  .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;
  }
  .ioff,.heading p,.slidertext p,.slidertext h3,.slidertext img{
    display: none;
  }
  .heading span{
    margin-bottom: 0;
  }
  .product-tab li {
    margin: 0 8px;
  }
} 

/* Yorum Bölümü Ana Yapı */
.review-section {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

/* Başlık Stilleri */
.review-section h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.review-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 16px;
}

.average-rating {
  display: flex;
  align-items: center;
}

.rating-stars {
  color: gold;
  margin-left: 10px;
}

/* Puan Dağılımı Stilleri */
.rating-breakdown {
  margin-bottom: 20px;
}

.rating-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.star {
  margin-right: 10px;
}

.bar {
  flex: 1;
  background: #f0f0f0;
  height: 10px;
  margin-right: 10px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.bar span {
  display: block;
  height: 100%;
  background: #ffc107;
}

/* Yorum Yazma Bölümü */
.add-review {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.add-review h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.add-review .form-group {
  margin-bottom: 15px;
}

.add-review label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.add-review .rating-input {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}

.add-review textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: vertical;
}

.add-review .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.add-review .btn-primary:hover {
  background-color: #0056b3;
}

/* Mevcut Yorumlar Stilleri */
.existing-reviews {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.review-item {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.reviewer-name {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
}

.review-date {
  font-size: 12px;
  color: #777;
  margin-bottom: 10px;
}

.review-rating {
  color: gold;
  margin-bottom: 5px;
}

.review-text {
  font-size: 14px;
  line-height: 1.5;
}

/* Yorum Bölümü Ana Yapı */
.review-section {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  font-family: Arial, sans-serif;
}

/* Başlık Stilleri */
.review-title {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333;
}

.review-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}

.average-rating {
  display: flex;
  align-items: center;
}

.rating-stars {
  display: flex;
  margin-left: 10px;
}

.rating-stars .star {
  color: #ddd;
  font-size: 20px;
}

.rating-stars .star.filled {
  color: gold;
}

/* Puan Dağılımı Stilleri */
.rating-breakdown {
  margin-bottom: 20px;
}

.rating-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
  color: #666;
}

.star {
  margin-right: 10px;
  font-size: 14px;
}

.bar-container {
  flex: 1;
  margin-right: 10px;
}

.bar {
  background: #f0f0f0;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.bar span {
  display: block;
  height: 100%;
  background: #ffc107;
  border-radius: 5px;
}

/* Yorum Yazma Bölümü */
.add-review {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.add-review h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333;
}

.add-review .form-group {
  margin-bottom: 15px;
}

.add-review label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.add-review .rating-input {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}

.add-review textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: vertical;
}

.add-review .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.add-review .btn-primary:hover {
  background-color: #0056b3;
}

/* Mevcut Yorumlar Stilleri */
.existing-reviews {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.review-item {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.reviewer-name {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
  color: #333;
}

.review-date {
  font-size: 12px;
  color: #777;
  margin-bottom: 10px;
}

.review-rating {
  color: gold;
  margin-bottom: 5px;
}

.review-text {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

