/*----------------All Categories ----------------*/
.cat_img.media {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
  padding: 10px;
  border-radius: 10px;
  align-items: center;
  border: 1px solid rgba(232, 232, 232, 1);
  background-color: white;
}
#all-category .owl-carousel .owl-stage-outer {
    padding: 20px 0;
}
.cat_block  a {
  color: black;
}
.categories-bar button {
  background-color: transparent;
  border: none;
  color: white;
  padding: 0;
}
.sale-boxes-inner h5 {
  color: #333333;
  font-weight: 600;
  font-size: 19px;
  padding-bottom: 5px;
  padding-top: 0px;
  max-width: 61%;
}
.first-sale-box-image-1 {
  padding-left: 20%;
}
/*------------------ Main Banner ---------------*/
.slide-btn:hover{ 
    color: white;
    text-decoration: none;
    --d: 100%;
    --p: 0%; 
}
.slide-btn {
    color: white;
    /* background: linear-gradient(white 0 0) var(--p, 100%) 0, linear-gradient(white 0 0) 0 var(--d, 0), linear-gradient(white 0 0) var(--d, 0) 100%, linear-gradient(white 0 0) 100% var(--p, 100%); */
    background-size: var(--d, 0) 1px, 1px var(--d, 0);
    background-repeat: no-repeat;
    display: inline-block;
    padding: 7px 10px;
    position: relative;
    transition: 0.5s, background-position 0s 0.5s;
}

#slider {
  background-color: #F9F3F0;
}
.slider-image2 img {
  margin: 0 !important;
}
.slide-heading span {
  color: var(--color-secondary);
}
.slide-carousel-image {
  position: relative;
  background-size: cover;
}
.second-sale-block  a.sale-btn.theme_button {
  background-color: white;
  color: var(--color-primary);
}
.second-sale-block a.sale-btn.theme_button:hover {
  background-color: var(--color-secondary);
  color: #333333;
}
.second-sale-block h5 span {
  color: white;
}
.sale-text {
  color: rgb(255 255 255 / 80%);
  margin: 4px 0 10px 0;
}
.sale-boxes-inner h5 {
  max-width: 74%;
}
.second-sale-box-image-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.main-carousel {
    padding-top: 20px;
}
.slide-tagline {
  color: #FF9662;
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 0;
  background-color: #FFD9C6;
  padding: 8px 19px;
  display: inline-block;
  border-radius: 30px;
}
.slide-heading {
  color: white;
  font-size: 111px;
  font-weight: 700;
  line-height: 32px;
  margin: 14px 0;
}
div#slider img {
  width: 100%;
}
#slider .slidesmalltext {
  color: #26242D;
  font-weight: 400;
  font-size: 14px;
}
.Slider-left-box {
  max-width: 43%;
}
a.theme_button.slide-btn {
  margin-right: 15px;
}
#slider h1, #slider h2 {
  font-size: 32px;
  font-weight: 700;
  color: #26242D;
  padding-bottom: 0;
}
.slide-text {
  color: #757575;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.slider-box {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  left: 0;
  right: 0;
}
.slide_btn {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  text-align: center;
}
.section_main_head {
  position: relative;
}
#slider .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.slide-sale-iconbox {
    width: 81%;
}
#slider .owl-carousel .owl-dots button.owl-dot, #slider .owl-dots button.owl-dot {
  background-color: white !important;
  border: none;
}
#slider .owl-carousel button.owl-dot.active, #slider button.owl-dot.active {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  width: 26px !important;
  border-radius: 6px;
}
#slider .owl-dots:before, #slider .owl-dots:after{
  display: none;
}
#slider .owl-nav button.owl-prev{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  left: 31px;
}
#special-deals .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  left: -43px;
}
#slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  right: 31px;
}
#special-deals .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  right: -43px;
}

/* --------- Sale Boxes --------- */
.discount-text {
  color: #333333;
  width: 70px;
  height: 70px;
  background-color: white;
  padding: 10px;
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
}
.first-sale-box a.theme_button {
  background-color: white;
  color: var(--color-secondary);
  display: inline-block;
  margin-top: 10px;
}
.first-sale-box a.theme_button:hover {
  background-color: var(--color-primary);
  color: white;
}
.first-sale-box-image-2 {
  position: absolute;
  right: 16px;
  bottom: -7px;
}
.sale-box-inner img {
  border-radius: 20px;
}
.price-from {
  display: flex;
  margin-bottom: 7px;
}
.sale-boxes {
  position: relative;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
}
.sale-boxes-inner {
  /* max-width: 65%; */
  padding: 20px;
}
.sale-type {
  color: white;
  font-weight: 500;
  font-size: 23px;
  color: #FC2222;
  margin-left: 2px;
}
.sale-text {
  color: white;
  font-size: 14px;
  color: #26242D;
  line-height: 25px;
}
.price-from {
  display: flex;
}
/* --------- Product Gird --------- */
.product-grid{
  text-align: center;
}
.product-grid .product-image{
  overflow: hidden;
  position: relative;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
  width: 100%;
  height: auto;
}

.product-grid .product-labels{
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 10px;
  top: 10px;
}
.product-grid .product-labels li{
  color:#fff;
  background: #a37a10;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 10px 2px;
  margin: 0 0 8px;
}
.product-grid .product-links {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
}
.product-grid .product-links li{
  margin: 0 0 10px;
  transform: translateX(100px);
  transition: all .5s ease;
}
.product-grid .product-content{
  padding: 12px 0 0;
}
.product-grid .product-links li:nth-child(2){ transition-delay: .1s; }
.product-grid .product-links li:last-child{ transition-delay: .2s; }
.product-grid:hover .product-links li{ transform: translateX(0); }
.product-grid .product-links li a {
  color: #222;
  background: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 31px;
  height: 31px;
  width: 31px;
  border-radius: 50%;
  display: block;
  position: relative;
  transition: all 0.3s ease 0s;
}
.product-grid .product-links li a:hover{
  color: #fff;
  background: var(--color-primary);
}
.product-grid .product-links li a:hover:after{
  color: #fff;
}
.product-grid .custom_product_meta {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 30px;
  transition: all .3s ease;
}
.product-grid:hover .custom_product_meta { 
  opacity: 1;
  bottom: 15px;
}
.product-grid .custom_product_meta:hover{ 
  color: #fff;
}
.product-grid .title{
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
}
.product-grid .title a, .flash_product h5 a {
  color: #212121;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.product-grid .custom-product-meta-list a.compare.button, .product-grid .custom-product-meta-list a.yith-wcqv-button {
    font-size: 0;
    padding: 0px;
}
.custom-product-meta-list a.yith-wcqv-button:after {
  content: "\f06e";
  font-family: "Font Awesome 5 Free";
}
.custom-product-meta-list a.compare.button:after {
  content: "\f074";
  font-family: "Font Awesome 5 Free";
}
.custom-product-meta-list a.compare.button:after, .custom-product-meta-list a.yith-wcqv-button:after {
  font-weight: 900;
  font-size: 14px;
  padding: 0px 3px !important;
  position: absolute;
  left: 0;
  right: 0;
}
.custom-product-meta-list svg.yith-wcwl-icon-svg {
  width: 20px !important;
}
.custom-product-meta-list a:hover svg.yith-wcwl-icon-svg {
  color:white !important;
}
.woocommerce.product.compare-button {
  display: inline-block;
}

/* --------- Best Seller --------- */
.best-seller-right-column .woocommerce div.product .product_title {
  font-size: 14px;
}
.best-seller-right-column .woocommerce div.product form.cart .button {
  background-color: white;
  color: var(--color-primary);
  padding: 10px 10px;
  display: block;
  width: 100%;
  margin-top: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  border-radius: 0;
  margin-bottom: 10px;
}
.best-seller-right-column .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    display: none;
}
.best-seller-right-column .woocommerce div.product form.cart .button:hover{
  background-color: var(--color-primary);
  color: white;
}
.best-seller-right-column .woocommerce .quantity .qty {
    background-color: transparent;
}
.best-seller-right-column {
  background-color: #F1EDE9;
  padding: 13px;
  height: 100%;
}
.best-seller-right-column .woocommerce-product-details__short-description p {
  margin-bottom: -8px;
  color: #686868;
}
.best-seller-right-column .avg-rating-row span.avg-rating {
    display: none;
}
.woocommerce .star-rating {
    width: 6.4em;
}
.best-seller-right-column .woocommerce .woocommerce-product-rating {
    display: none;
}
.best-seller-right-column p.tax-note {
  display: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 3px;
}
.best-seller-right-column .woocommerce div.product form.cart {
  padding-top: 6px;
}
.best-seller-right-column .woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0;
}
.best-seller-right-column .woocommerce div.product div.summary {
  margin-bottom: 0;
  margin-top: 10px;
}
.best-seller-box .product-grid .product-content {
    padding: 0 0 0;
}
.best-seller-right-column .woocommerce div.product form.cart .variations {
    margin-bottom: 10px;
}
.best-seller-right-column .woocommerce div.product div.images {
    margin-bottom: 0;
}
.best-seller-right-column .woocommerce div.product form.cart {
    margin-bottom: 0;
}
#best-seller .woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}
form.cart .quantity {
  display: flex;
  align-items: center;
  gap: 5px;
}

form.cart .quantity button {
  padding: 5px 10px;
  font-size: 26px;
  cursor: pointer;
  width: 36px;
}
.qty-btn {
  width: 34px;
  font-size: 26px;
  padding: 5px 10px;
}

.qty-btn.active {
  background-color: #121212;
  border: 1px solid #121212;
  color: #fff;
}

.qty-btn.inactive {
  border: 1px solid #121212;
  background-color: transparent;
  color: #121212;
}


/* --------- Marquee --------- */
.marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  margin-bottom: 4em;
}
.marquee-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 40s linear infinite;
}

.marquee-track {
  color: #212121;
  font-weight: 700;
  font-size: 111px;
  line-height: 100px;
  letter-spacing: 13px;
}
.marquee-wrapper[data-direction="left"] .marquee-track {
  animation-name: scroll-left;
}

.marquee-wrapper:hover .marquee-track {
  animation-play-state: paused;
}


/* 2*/

.marquee-wrapper2 {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

.marquee-track2 {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-right 40s linear infinite;
}
.marquee-track2 {
    font-weight: 700;
    line-height: 100px;
    letter-spacing: 13px;
    font-size: 111px;
    text-align: center;
    display: inline-block;
    color: transparent;
    background-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #686868;
}
.marquee-wrapper2[data-direction="right"] .marquee-track2 {
  animation-name: scroll-right;
}

.marquee-wrapper2:hover .marquee-track2 {
  animation-play-state: paused;
}


@keyframes scroll-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-100%); }
}

@keyframes scroll-right {
  from { transform: translateX(-100%); }
  to   { transform: translateX(0); }
}

/* --------- designers --------- */
.social-profiles a:hover {
  color: black;
}
#designers {
  background-color: #F1EDE9;
}
h5.designers_head a {
  color: #212121;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.designers-box-inner span {
  color: #212121;
  font-size: 12px;
}
.social-profiles a {
  color: #686868;
  display: inline-block;
  font-size: 12px;
  width: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-profiles li {
  list-style: none;
  display: inline-block;
  margin: 0 0;
}
.social-profiles {
  margin: 0;
  margin-top: 4px;
}
.social-profiles a:hover {
  background-color: #121212;
  color: white;
}
/* --------- Highlighted Product --------- */
#highlighted-product .card-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.highlighted-product-box h6 {
  font-size: 14px;
  padding-bottom: 5px;
}
.bold-heading {
  color: #212121;
  font-weight: 700;
  font-size: 84px;
  line-height: 100px;
  letter-spacing: 13px;
  padding-left: 3em;
  margin-bottom: 10px;
}
.product-card.highlighted-product-block {
  text-align: left;
}
.highlighted-product-box-text {
  color: #686868;
  font-size: 13px;
}
.bold-heading2 {
  font-weight: 700;
  line-height: 100px;
  letter-spacing: 13px;
  font-size: 77px;
  text-align: center;
  display: inline-block;
  color: transparent;
  background-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #686868;
}
#offer a.theme_button2 {
  background-color: white;
  color: #212121;
}
#offer a.theme_button2:hover {
  color: white;
  background-color: #212121;
}
.highlighted-product-heading-btn {
  justify-content: end;
}
.highlighted-product-image.highlighted-product-img5 {
    max-width: 89%;
}
.highlighted-product-image.highlighted-product-img4 img {
    max-width: 91%;
}
/* --------- Special Deals --------- */
.countdown-box {
  display: inline-block;
  margin-right: 16px;
  padding: 5px 8px;
  text-align: center;
  width: 49px;
  height: 48px;
  position: relative;
  background-color: transparent;
  border-radius: 10px;
}
.countdown-box .countdown-block {
  font-size: 16px;
  color: white;
  font-weight: 500;
  display: block;
}
.countdown-time {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  font-weight: 400;
  line-height: 1.2;
}
#banner-clock, #offer-clock {
  display: inline-block;
  background-color: var(--color-primary);
  padding: 5px;
  border-radius: 15px;
}

.owl-carousel .owl-item .product-image img {
  width: 100% !important;
}
.product-image img {
  width: 100% !important;
}
/* --------- Similar Looks --------- */
#similar-look, #iconbox {
  background-color: #F1EDE9;
}
.similar-look-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.flash_product .custom_product_meta a {
  background-color: white;
}
/* --------- Explore Collection --------- */
.explore-collection-image2 {
  margin-top: -9em;
}
.explore-collection-head {
  background-color: var(--color-primary);
  padding: 40px;
  max-width: 42%;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.explore-collection-head h3 {
  color: white;
}
.explore-collection-head a.theme_button {
  background-color: white;
  color: var(--color-primary);
  border-radius: 39px;
  padding: 16px 32px;
}
.explore-collection-head a.theme_button:hover{
  background-color: #333333;
  color: white;
}
/* --------- Icon Boxes --------- */
.owl-carousel .owl-item .iconbox_box img {
  margin: 0 !important;
  width: 40px !important;
  height: 40px !important;
}
.iconbox-image {
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: -5px 10px 31.6px 0px #D3A98D66;
  margin-bottom: 18px;
}
.iconbox_box  img {
  margin-right: 9px !important;
}
.iconbox_box h6 {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
}
.iconbox_p {
  color: #000000;
  font-size: 13px;
  margin-top: 4px;
}
/* --------- Categories --------- */
#all-category button.owl-prev, #testimonials button.owl-prev {
  position: absolute;
  top: 50%;
  left: -52px;
  transform: translateY(-50%);
}
#all-category button.owl-next, #testimonials button.owl-next {
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translateY(-50%);
}
.cat_block  a {
  color: #212121;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
.category-media-body {
  padding-top: 12px;
}
.cat_block a i {
  background-color: #212121;
  color: white;
  font-size: 7px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
}
#all-category .owl-carousel .owl-item.active:nth-child(even){
  margin-top: 40px;
}
/*----------- Video --------------*/
a.video_icon {
    background-color: rgba(255, 255, 255, 50%);
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    backdrop-filter: blur(7.4px);
    -webkit-backdrop-filter: blur(7.4px);
}
.video-image-video{
    text-align: center;
}
#video-section {
  padding: 16em 0;
}
a.video_icon:hover {
  background-color: #121212;
  color: white;
}
/* --------- New arrivals --------- */
.card-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
.product-card {
  flex: 1 1 0;
  text-align: center;
  display: flex;
}
/* --------- Look Book --------- */
.lookbook-blocks .image-hover-effect img {
  height: 500px;
  object-fit: cover;
}
.lookbook_btn a {
  border: 1px solid #212121;
  padding: 10px 20px;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 12px;
}
.lookbook-blocks .services-box-text {
  color: #686868;
  margin-top: 13px;
}
.lookbook-block:hover .lookbook_btn a{
  border: 1px solid #212121;
  background-color: #212121;
  color: white;
}
/* --------- Offer --------- */
#offer img {
  width: 100%;
}
.offer-row {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}
.offer-head h3 {
  color: #212121;
  font-weight: 700;
  font-size: 16px;
}
#offer {
  padding: 0;
}
.percentageOff {
  font-weight: 700;
  font-size: 100px;
  line-height: 68px;
  letter-spacing: 4px;
  margin-top: 16px;
}
.percentageOff span {
  font-size: 50px;
}
/*---------------Contact Us ---------------*/
.contact-image .box img {
  height: 100%;
}
.contact_us_shortcode textarea {
  height: 79px;
}
.contact-submit-button {
  text-align: center;
}
.contact_us_shortcode input[type="text"], .contact_us_shortcode input[type="tel"], .contact_us_shortcode input[type="email"], .contact_us_shortcode input[type="phno"], .contact_us_shortcode input[type="password"], .contact_us_shortcode textarea, .contact_us_shortcode select, .contact_us_shortcode input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
  background-color: white;
  color: #686868;
  font-family: var(--primary-font);
  width: 100%;
  font-size: 14px;
  outline: none;
  padding: 6px 20px;
  border: 1px solid #686868;
  border-radius: 0;
}
.contact_us_shortcode input[type="text"]::placeholder, .contact_us_shortcode input[type="tel"]::placeholder, .contact_us_shortcode input[type="email"]::placeholder, .contact_us_shortcode input[type="phno"]::placeholder, .contact_us_shortcode input[type="password"]::placeholder, .contact_us_shortcode textarea::placeholder, .contact_us_shortcode select {
  color: #686868;
}
.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact_us_shortcode  label {
  color: #212121;
  font-weight: 600;
  margin-bottom: 5px !important;
}
.contact_us_shortcode button {
  display: block;
  width: 100%;
  text-transform: uppercase;
}
.contact_us_shortcode  p {
  margin-bottom: 5px;
}
.contact_us_shortcode form {
  position: relative;
}
.contact-row {
  max-width: 100%;
}
.contact_us_form {
  margin-bottom: 3em;
}
.post-right-volumn .news-text {
  display: none;
}
.wpcf7-date {
    position: relative;
}
.wpcf7-date::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}
.wpcf7-date:before {
  content: "\f073";
  font-weight: 900;
  color: #4B3941;
  /* background: none; */
  display: block;
  font-family: "Font Awesome 5 Free";
  width: 15px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: -21px;
  z-index: 99;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    overflow: visible;
}
.contac_form .wpcf7-date:before {
    top: 0;
}
/* --------- Our Product --------- */
.product_img_box img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
}
.product-category-name {
  color: #444343;
  font-size: 12px;
  display: inline-block;
}
.best-seller-right-column .product_meta {
  display: none;
}
.best-seller-right-column a.reset_variations {
  display: none;
}
.best-selling-col-inner {
  background-color: white;
  border: 1px solid #ECECEC;
  border-radius: 15px;
}
#best-seller .product-grid .title a {
    font-size: 11px;
}
.flash_product:hover .box-shadow-block, .news-box:hover .box-shadow-block {
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.08);
}
.box-shadow-block {
  height: 80%;
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 19px;
  border: 1px solid rgba(232, 232, 232, 1);
}
.product-title-box {
  padding: 4px 11px 21px 11px;
}
.product-title-box h5 a {
  color: black;
  font-size: 18px;
}
.price-rating-block ins, .price-rating-block .price {
  color: var(--color-primary);
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 2px;
}
.price-rating-block del {
  font-size: 14px;
  color: var(--color-primary);
  font-weight: 400;
  letter-spacing: 2px;
}
.product-price-cart {
  display: flex;
  justify-content: space-between;
}
.product-price-cart {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D9D9D9;
  margin-top: 12px;
  position: relative;
}
.flash_product .custom_product_meta a {
  font: 600 11px var(--primary-font);
  padding: 8px 17px;
  border-radius: 0;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  color: white;
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
  border: 1px solid #212121;
  color: #212121;
  letter-spacing: 2px;
}
.best-selling-col-inner:hover{
  background-color: var(--color-primary);
}
.flash_product .best-selling-col-inner:hover  h5 a, .best-selling-col-inner:hover .price-rating-block del, .best-selling-col-inner:hover .price-rating-block ins{
  color: white;
}
.flash_product .best-selling-col-inner:hover .custom_product_meta a{
  background-color: var(--color-secondary);
  color: #333333;
} 
.custom-product-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-primary);
  padding: 3px 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 20px;
}
.custom-product-badge span{
  color: white;
}
.product-sale span.onsale {
  position: absolute;
  top: 6px;
  left: 6px;
  background-color: #212121;
  padding: 0px 11px;
  color: white;
  border-radius: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}
.average-rating {
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: #212121;
  padding: 0px 11px;
  color: white;
  border-radius: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}
.flash_product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
  display: none;
}
.custom-product-new-badge {
  background-color: #F74B81;
}
/* .custom_product_meta .added_to_cart:before {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  padding: 4px !important;
  color: white;
  border-radius: 50% !important;
  display: block;
  vertical-align: bottom;
  font-size: 14px;
} */
.custom_product_meta .added_to_cart {
  margin-left: 8px;
}
.custom_product_meta .add_to_cart_button.ajax_add_to_cart.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  color: white;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: block;
  z-index: 9999;
  display: block;
  /* width: 10px; */
  /* height: 10px; */
  font-size: 16px;
  text-align: center;
  animation: spin 2s linear infinite;
}
.custom_product_meta .add_to_cart_button.ajax_add_to_cart.loading::before{
  visibility: hidden;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.product-price-cart:after {
  content: '';
  display: block;
  width: 1px;
  height: 25px;
  background-color: #D9D9D9;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
#best-seller {
  padding-top: 20px;
}
.flash_product .yith-wcwl-add-button a span {
  display: none;
}
.flash_product .yith-wcwl-add-button a i {
  font-size: 16px;
  color: white;
  background-color: black;
  padding: 6px 7px;
  border-radius: 8px;
  margin: 0;
}
.product_img_box {
  position: relative;
  margin-bottom: 10px;
}
.flash_product  a.added_to_cart.wc-forward {
  margin-left: 10px;
}
.flash_product:hover .custom_product_meta a {
  background-color: var(--color-primary);
  color: white;
}
#best-seller .owl-nav button.owl-prev, #best-seller .owl-nav button.owl-next {
  position: unset;
}
#best-seller .owl-nav button.owl-prev, #blockbustor-deals .owl-nav button.owl-prev, .owl-nav button.owl-prev {
  margin-right: 4px;
}
.product-quick-meta a.button.yith-wcqv-button {
  font-size: 0;
  padding: 2px 9px;
  position: relative;
  background-color: var(--color-primary);
  /* margin-left: 10px; */
  border-radius: 8px;
  line-height: 1.9;
}
.product-quick-meta a.button.yith-wcqv-button:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white;
    font-size: 14px;
    /* position: absolute; */
    /* left: -16px; */
}
.flash_product .product-quick-meta a {
  color: white;
  font-weight: 500;
  display: inline-block;
  /* background-color: black; */
}
.product-quick-meta {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  transition: all 0.3s ease 0s;
}
.flash_product:hover .product-quick-meta {
  display: block;
  transition: all 0.3s ease 0s;
}
/*.flash_product:hover i.yith-wcwl-icon.fa.fa-heart, .flash_product:hover .product-quick-meta a.button.yith-wcqv-button{
  transform: rotateX(90deg);
  transition: all 0.3s ease 0s;
}*/
#blockbustor-deals button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
}
#blockbustor-deals button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
}
#blockbustor-deals .owl-carousel .owl-nav i:hover, #blockbustor-deals .owl-nav i:hover {
  background-color: white;
  color: #333333;
}
/* --------- Promotional Blocks --------- */
.promo-blocks-inner img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.promo-blocks-inner {
  position: relative;
  background-size: cover;
  border-radius: 20px;
  align-items: center;
}
.promo-blocks-content h6 {
color: black;
font-size: 14px;
font-weight: 400;
padding-bottom: 0;
}
.promo-blocks-content h4 {
font-size: 17px;
}
.promo-blocks-content h3 {
color: white;
font-weight: 500;
font-size: 30px;
}
#promotional-blocks {
  padding: 0;
}
/* -----------------Block 1 -------------- */
.promo-block1 {
  background-color: #313131;
  padding: 22px;
  border-radius: 16px;
}
.promo-block1 .block-tagline {
  display: inline-block;
  background-color: #494949;
  padding: 6px 13px;
  border-radius: 8px;
  color: white;
}
.promo-block1 h4 {
  color: white;
  font-size: 18px;
}
.promo-block1 a.promo-link {
  color: #cdcaca;
}
.promo-block1 a.promo-link:hover {
  color: white;
}
a.promo-link i {
  padding-left: 10px;
}

/* -----------------Block 2 -------------- */
.promo-block2 {
  background-color: #FFF3CC;
  padding: 22px;
  border-radius: 16px;
}
.promo-block2 .block-tagline {
  display: inline-block;
  background-color: #F6DE8D;
  padding: 6px 13px;
  border-radius: 8px;
  color: #222222;
}
.promo-block2 h4, .promo-block3 h4 {
  color: #222222;
  font-size: 18px;
}
.promo-block2 a.promo-link,.promo-block3 a.promo-link {
  color: #222222;
}
.promo-block2 a.promo-link:hover, .promo-block3 a.promo-link:hover {
  color: #222222;
}
/* -----------------Block 3 -------------- */
.promo-block3 {
  background-color: #FFECDF;
  padding: 22px;
  border-radius: 16px;
}
.promo-block3 .block-tagline {
  display: inline-block;
  background-color: #FFD1B0;
  padding: 6px 13px;
  border-radius: 8px;
  color: #222222;
}
.block-shadow-inner {
  background-color: #404040;
  width: 200px;
  height: 200px;
  display: inline-block;
  /* top: -66px; */
  /* right: -30px; */
  border-radius: 50%;
  /* margin: 7px; */
  position: absolute;
  top: -66px;
  right: -30px;
}
.block-shadow span {
  display: inline-block;
  position: absolute;
  top: -78px;
  right: -41px;
  border: 1px solid #414141;
  border-radius: 50%;
  width: 216px;
  height: 216px;
  margin: 5px;
}
.promo-blocks-content {
  overflow: hidden;
}
/*bg color clock 2*/
.promo-block2 .block-shadow-inner {
  background-color: #F6DE8D;
}
.promo-block2 .block-shadow span {
  border: 1px solid #F6DE8D;
}

.promo-block3 .block-shadow-inner {
  background-color: #FFD1B0;
}
.promo-block3 .block-shadow span {
  border: 1px solid #FFD1B0;
}
/* --------- Discount Products --------- */
.discount_products_box  img {
  border-radius: 20px;
  border: 3px solid transparent;
}
.discount-products-body h5, .discount-products-body h5 a {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
}
.discount_products_p {
  color: #ADADAD;
  font-weight: 500;
  font-size: 16px;
}
.discount_products_box:hover .discount_products_p{
  color: var(--color-primary);
}
.discount_products_box:hover img{
  border: 3px solid var(--color-secondary);
}
/* --------- Brand New Products --------- */
#brand-new-products a.theme_button2, #latest-news a.theme_button2 {
  background-color: transparent;
  border: 2px solid var(--color-secondary);
}
#brand-new-products a.theme_button2:hover, #latest-news a.theme_button2:hover {
  background-color: #333333;
  color: white;
}
/* ----------- Testimonials ------------- */
#testimonials .section_main_head:after {
  margin: 0 auto;
  background-color: var(--color-primary);
  left: 0;
  right: 0;
}
#testimonials .section_main_head:before {
  background-color: rgb(237 237 237 / 30%);
}
.testimonials_image img {
  width: 132px;
  border-radius: 10px;
}
.rating-score > .rating-score-item, .rating-input > label {
  display: inline-block;
}
.rating-score > .rating-score-item:after, .rating-input > label:after {
  font-family: "FontAwesome";
  font-size: 13px;
  color: #FFC107;
  letter-spacing: 7px;
}
.rating-score[data-rating="1"] > .rating-score-item:nth-child(-n + 1):after, .rating-score[data-rating="2"] > .rating-score-item:nth-child(-n + 2):after, .rating-score[data-rating="3"] > .rating-score-item:nth-child(-n + 3):after, .rating-score[data-rating="4"] > .rating-score-item:nth-child(-n + 4):after, .rating-score[data-rating="5"] > .rating-score-item:nth-child(-n + 5):after, .rating-score[data-rating="0.5"] > .rating-score-item:nth-child(-n + 0):after, .rating-score[data-rating="1.5"] > .rating-score-item:nth-child(-n + 1):after, .rating-score[data-rating="2.5"] > .rating-score-item:nth-child(-n + 2):after, .rating-score[data-rating="3.5"] > .rating-score-item:nth-child(-n + 3):after, .rating-score[data-rating="4.5"] > .rating-score-item:nth-child(-n + 4):after, .rating-input > input:checked ~ label:after, .rating-input:hover > input + label:hover:after, .rating-input:hover > input + label:hover ~ input + label:after {
  content: "\f005";
}
.rating-score[data-rating="0.5"] > .rating-score-item:nth-child(1):after, .rating-score[data-rating="1.5"] > .rating-score-item:nth-child(2):after, .rating-score[data-rating="2.5"] > .rating-score-item:nth-child(3):after, .rating-score[data-rating="3.5"] > .rating-score-item:nth-child(4):after, .rating-score[data-rating="4.5"] > .rating-score-item:nth-child(5):after {
  content: "\f123";
}
.rating-score > .rating-score-item:after, .rating-input > label:after, .rating-input:hover > input + label:after {
  content: "\f006";
}
.rating-score {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  margin-left: 12px;
}
.rating-input {
  border: none;
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.rating-input > input {
  display: none;
}
#testimonials .owl-dots {
  margin-top: 1em;
}
.testimonials-heading {
  color: #222222;
  font-weight: 600;
  font-size: 20px;
}
.testimonial_box {
  position: relative;
}
.testimonial-image-quote i {
  color: rgba(0, 0, 0, 0.08);
  font-size: 50px;
  position: absolute;
  top: -2%;
  right: 6px;
}
.testimonial_outer > img {
  margin-bottom: 30px !important;
  display: block;
}
.testimonial-block.testimonial_outer {
  padding: 20px;
  border-radius: 0;
  background-color: rgba(243, 243, 243, 1);
  position: relative;
  background-color: white;
}
.testimonial_box {
  border: 1px solid rgb(255 255 255 / 3%);
}
.testimonial-title {
  position: relative;
  display: block;
  margin: 0 !important;
  padding-bottom: 0px;
  padding-top: 0;
}
.testimonial-title a {
  font-size: 15px;
  position: relative;
  color: #1A1A1A;
  font-weight: 500;
}
.testimonials_image {
  margin-right: 12px;
  position: relative;
  border-right: 1px solid rgb(250 250 250 / 10%);
}
#testimonials .owl-carousel .owl-dots button.owl-dot, #testimonials .owl-dots button.owl-dot {
  background-color: #FFC7A9!important;
  border: 2px solid #FFC7A9;
}
#testimonials .owl-carousel button.owl-dot.active, #testimonials button.owl-dot.active {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary);
}
#testimonials .owl-dots:before, #testimonials .owl-dots:after {
  display: none;
}
.t-desig {
  font-size: 16px;
  display: block;
  color: var(--color-primary);
  font-weight: 400;
}
.testimonial-heading {
  color: #757575;
  margin-bottom: 8px;
  font-weight: 700;
  font-style: italic;
}
.testimonials-info {
  padding: 29px;
  /* clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 29% 73%, 31% 85%, 15% 75%, 0% 75%); */
  border: 1px solid #ECECEC;
  margin-bottom: 20px;
}
.testimonial-media-rating {
  display: flex;
  justify-content: center;
}
.testimonials-info p {
  font-size: 14px;
  margin-bottom: 0px !important;
  color: #4D4D4DB2;
  font-weight: 400;
  font-style: italic;
}
.custom-testimonials-nav.owl-nav {
  /* text-align: left; */
  position: relative;
}
.testimonials-info p {
  font-size: 14px;
  margin-bottom: 0px !important;
  color: #4D4D4DB2;
  font-weight: 400;
}
.testimonial-block .media {
  align-items: center;
}
.custom-testimonials-dots.owl-dots {
  position: relative;
  margin-top: 4em;
}
.testimonial_box{
  transition: all .6s ease;
}
.testimonials-quote-icon {
  color: rgb(44 188 190 / 30%);
  font-size: 31px;
}
.testimonial_box  .media {
  align-items: center;
}
#testimonials .owl-carousel .owl-stage-outer {
  padding-top: 34px;
}
.testimonial-image-quote {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-data.quote_box {
  position: relative;
  z-index: 99;
}

/* --------- BLockbustor deals --------- */
.product-stock-progress .progress {
  height: 5px;
  background-color: #E9ECEF;
  border-radius: 4px;
}
.product-stock-progress .progress .progress-bar {
  background-color: var(--color-primary);
}
.best-selling-col-inner:hover .product-stock-progress .progress .progress-bar{
  background-color: var(--color-secondary);
}
.deal-imagebox {
  position: relative;
  height: 100%;
}
.product-sale-sold-count span {
  color: #253D4E;
  font-size: 12px;
}
.product-stock-progress {
  margin: 10px 0;
}
.deals-blocks-content {
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  right: 0;
  padding: 20px;
  /* max-width: 80%; */
  text-align: left;
  margin: 0 auto;
}
.deals-blocks-content h6 {
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 0;
}
.deals-blocks-content h3 {
  padding: 6px 0 15px 0;
}

/* --------- Deals --------- */
.custom_product_meta {
  text-align: center;
}
.product_countdown {
  margin-top: 4px;
}
.flash_product .yith-wcwl-wishlistexistsbrowse i {
  font-size: 19px;
  color: white;
  background-color: black;
  padding: 6px 7px;
  border-radius: 8px;
  margin: 0;
}
.flash_product .yith-wcwl-wishlistexistsbrowse a {
  display: none !important;
}
.flash_product i.yith-wcwl-icon.fa.fa-heart {
    color: white;
    background-color: black;
    padding: 6px 8px;
    border-radius: 8px;
}
.flash_product i.yith-wcwl-icon.fa.fa-heart {
    font-size: 16px;
    color: white;
    background-color: black;
    padding: 6px 7px;
    border-radius: 8px;
    margin: 0;
}
.flash_product span.feedback {
    font-size: 0;
}
/*----------------- Product Star Rating--------------*/
.woocommerce ul.products li.product .star-rating{
  color: #fcb01f;
  margin: 0 auto;
  display: block;
  float: none;
  overflow: hidden;
  position: relative;
  height: 1.7em;
  line-height: 1;
  font-size: 1em;
  width: 7.4em;
  font-family: star;
}
.star-rating {
  color: #FEC004;
  font-size: .857em;
  display: block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 6.9em;
  font-family: star;
}
.star-rating:before{
 content: "\73\73\73\73\73";
 color: #FEC004;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 font-size: 12px;
 letter-spacing: 5px;
}
.star-rating span{
 overflow: hidden;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 padding-top: 1.5em;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  font-size: 12px;
  letter-spacing: 5px;
}
.rating-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.review_count {
  color: #808080;
  font-size: 12px;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots, .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
  background-color: #D9D9D9 !important;
  border: 2px solid #D9D9D9;
  margin-right: 8px;
  outline: none;
  /* border: none; */
  border-radius: 50%;
  padding: 3px !important;
  height: 10px!important;
  width: 10px !important;
  display: inline-block;
  border: none;
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary);
  padding: 3px 11px !important;
  border-radius: 10px;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  transform: unset;
  border: none;
  padding: 0;
  outline: none;
  width: auto !important;
  background-color: transparent;
  z-index: 9999;
  position: relative;
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 14px;
  padding: 9px 10px;
  color: black;
  border: none;
  background-color: white;
  transition: .3s ease;
  border-radius: 0;
  opacity: 1;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-nav {
  text-align: center;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  transition: .3s ease;
  background-color: #333333;
  color: white;
}
#latest-news .owl-nav{
  text-align: center;
}

.owl-dots {
  position: relative;
}
/* ----------- Latest News ------------- */
.post_img {
  position: relative;
}
.blog-author-box .media img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 5px;
}
.media-author-image {
  display: flex;
}
.blog-btn {
  margin-right: 22px;
}
.auther_name {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 16px;
  color: #4D4D4D;
  margin-right: 12px;
}
.news-content-inner a span#direct-comments {
  color: #4D4D4D;
}
.news-content-inner a span#direct-comments i, .auther_name i {
  color: #B3B3B3;
  padding-right: 8px;
}
.blog-author-box a i {
  color: var(--color-primary);
  margin-right: 5px;
}
.blog-author-box a {
  color: #444343;
  font-size: 12px;
}
.newsdate {
  background-color: white;
  padding: 3px 15px;
  background: white;
  background-color: transparent;
  padding: 6px 18px;
  border-radius: 0;
  font-weight: 600;
  border: 1px solid #686868;
  color: #686868;
  margin-left: 11px;
}
.news-content-inner {
  padding: 20px 0px;
}
.news-box span.news_date {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
span.news_year {
  font-size: 12px;
  text-transform: uppercase;
  color: #808080;
  line-height: 1;
}
.news-box {
  background-color: white;
  padding: 0;
}
.post_img img {
  width: 100%;
}
.post-meta {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news_block {
  display: flex;
  align-items: center;
}
.news_content h5 a {
  font-size: 17px;
  font-weight: 700;
  color: #212121;
  text-transform: uppercase;
}
.metabox span i {
  color: var(--color-primary);
}
.news-text {
  margin: 10px 0;
  font-size: 14px;
  color: #757575;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
}
.news-box .metabox {
  color: #8B96A5;
  font-size: 14px;
  text-transform: capitalize;
  padding-top: 12px;
  border-bottom: none;
  margin-top: 18px;
  margin-bottom: 0;
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 14px;
  border-top: 1px solid #D9D9D9;
  padding-bottom: 0;
}
.news-box  .metabox span i {
  margin-right: 7px;
  color: #8B96A5;
}
a.read-more {
  color: #212121;
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 25px;
  display: block;
}
a.read-more i {
  padding-left: 5px;
}
.owl-carousel .owl-item .post_img img {
  width: 100% !important;
}
.month_span {
  display: block;
  font-weight: 400;
  color: white;
  font-size: 17px;
}
.news_date {
  color: #757575;
}
.auther_name i, .news_date i{
  padding-right: 5px;
}
.owl-item.active:last-child:after .partner-images:after{
  display: none;
}
#all-category .owl-carousel .owl-dots, #all-category .owl-dots {
    margin-bottom: 10px;
}
.wishlist_table.mobile li .item-details h3 a {
  font-size: 18px;
  color: black;
  font-weight: 500;
}
.wishlist_table.mobile li .item-details h3 {
  padding-top: 0;
}
.wishlist_table.mobile li .item-details table.item-details-table td {
  font-size: 14px;
}
.wishlist_table.mobile li table.additional-info td {
  font-size: 14px;
}
.wishlist_table.mobile .product-add-to-cart a {
  display: table!important;
  margin: 0 auto 5px!important;
  text-align: center;
  background-color: black;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 6px;
  margin: 0 auto;
  color: white;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
  text-align: center;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share {
  text-align: center;
  float: none;
}
.wishlist_table.mobile li .item-wrapper .item-details {
  width: 100%;
  text-align: center;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
  margin: 0 auto;
  display: block;
}
.woocommerce .wishlist-title h2 {
  display: none;
  margin: 0;
}
.woocommerce .wishlist-title {
  margin: 0;
}
.wishlist_table.mobile li .item-details table.item-details-table, .wishlist_table.mobile li table.additional-info {
  margin: 0 auto;
  width: auto;
}
.wishlist_table.mobile li .item-wrapper {
  width: 100%;
}
.woocommerce .woocommerce-cart-form__cart-item td, .woocommerce table.shop_table td, .woocommerce .woocommerce-error, .woocommerce table.shop_table th {
  text-align: left;
}
#best-seller .yith-wcwl-wishlistaddedbrowse a, #blockbustor-deals .yith-wcwl-wishlistaddedbrowse a, #deals .yith-wcwl-wishlistaddedbrowse a {
  display: none;
}
.wishlist_table.mobile li {
  margin-bottom: 7px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 20px;
}
#best-seller a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added, #blockbustor-deals a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}
.yith-wcwl-wishlistaddedbrowse {
    text-align: left;
}
.deal-imagebox img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}
.categories-body::-webkit-scrollbar-track {
  background-color: transparent;
}
.categories-body::-webkit-scrollbar{
  width: 10px;
  background-color: transparent;
}
.categories-body::-webkit-scrollbar-thumb{
  background-color: transparent;
}

.brand-row{
  background-color: var(--color-primary);
  padding: 48px;
  border-radius: 30px;
}
.brand-images:after{
  content: '';
}
.brand-images:after {
  content: '';
  width: 1px;
  height: 21px;
  display: inline-block;
  position: absolute;
  right: 0;
  background-color: white;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .owl-item .product_img_box img {
  width: 100% !important;
}
span.yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.custom-image-wrapper {
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.custom-image-wrapper img {
  transition: transform 0.3s ease;
}

.custom-image-wrapper:hover img {
  transform: scale(1.2);
}
.sort-by-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}
.contact-box a:hover {
    text-decoration: underline !important;
}
.best-seller-right-column section.related.products {
    display: none;
}