/*============================================================================================
   Start Card CSS
==============================================================================================*/
.product.style-10 {
    position: relative;
    transition: box-shadow 0.3s, opacity 0.3s;
    border: none;
    border-radius: 0;
								background: none !important;

}

.product.style-10:hover .product-action,
.product.style-10:hover .product-action-vertical {
    visibility: visible;
    opacity: 1;
}
.product.style-10 .product-price {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 0;
    flex-wrap: wrap;
}


.product.style-10 .thirty-minute-show {
    display: inline-block;
    background: #ffffffcf;
    border-radius: 4px;
    padding: 4px 8px;
    line-height: 120%;
    color: var(--primary-color);
    font-weight: 500;
    position: absolute;
    bottom: 8px;
    left: 8px;
}
.product.style-10 .ratings-container {
    margin: 0;
}
.product.style-10 .product-price .old-price{
	color: var(--title-color) !important;
}
.product.style-10 .product-price .new-price,
.product.style-10 .product-price .old-price,
.product.style-10  .discount-price {
    margin: 0;
				font-size: 14px;
				letter-spacing: 0.3px;
}


.product.style-10 .discount-price {
    color: var(--white-color);
				background: var(--secondary-color);
    display: flex;
				justify-content: center;
				align-items: center;
    line-height: 1.2;
				position: absolute;
				top: 16px;
				left: 16px;
				border-radius: 50%;
				width: 48px;
				min-width: 48px;
				max-width:48px ;
				height: 48px;
				font-size: 10px;
				text-align: center;
				font-weight: 700;
				padding: 5px;
}

.product.style-10 .discount-price.discount-flag.black-white {
    background: black;
    color: white;
}

.product.style-10 .discount-price.discount-flag.white-black {
    background: white;
    color: black;
}


.discount-price-brandwise_ten{
  position: absolute;
  top: 35px;
  left: 5px;
  transform: rotate(-90deg);
  padding: 1px 8px;
  background: va;
  background: var(--primary-color);
  color: va;
  color: var(--white-color);
  font-weight: 600;
  font-size: 9px;
  border-radius: 2px;
}
.brand-wise-product.style-3 .swiper-container{
 padding: 0;
}

.product.style-10 .product-media {
    position: relative;
    margin-bottom: 0;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 0;
    height: auto;
    max-height: initial;
}
.product.style-10 .product-media img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 0;
    object-fit: contain;
    transition: opacity 0.4s ease, transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.product.style-10:hover .product-media img {
    transform: scale(1.03);
}

.product.style-10 .product-label-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 2rem;
    top: 2rem;
    max-width: 11rem;
    z-index: 1;
}
.product.style-10 .product-label {
    display: inline-block;
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 1.2em;
    letter-spacing: -0.005em;
    color: #fff;
    line-height: 1;
    padding: 0.6rem 1rem;
    border-radius: 0.3rem;
    text-transform: uppercase;
}
.product.style-10 .product-label.label-new {
    background: var(--secondary-color);
    padding: 0.6rem 1rem;
}
.product.style-10 .product-label.label-discount {
    background: var(--primary-color);
}
.product.style-10 .product-label.label-hot {
    background: #799b5a;
}
.product.style-10 .product-label-fixed {
    clip-path: polygon(0 0, 83% 0%, 68% 100%, 0% 100%);
    background: var(--secondary-color);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 50px 4px 12px;
}
.product.style-10 .product-label-fixed label {
    font-size: 10px;
    font-weight: 500;
}
.product.style-10 .product-label-fixed label span {
    color: var(--white-color);
    margin-left: 4px;
}

.product.style-10 .product-sales-wrapper {
    position: relative;
    margin-bottom: 1.4rem;
}
.product.style-10 .product-sales-wrapper .progress-bar {
    height: 1rem;
    background: #eee;
    margin-bottom: 0.7rem;
}
.product.style-10 .product-sales-wrapper .product-sales-count {
    color: #666;
    font-size: 1.3rem;
}
.product.style-10 .product-sales-wrapper .product-sales-count mark {
    background-color: transparent;
    color: inherit;
}
.product.style-10 .btn-product {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 1.14em 0;
    line-height: 1.2;
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    transition: opacity 0.3s;
}
.product.style-10 .btn-product:active,
.product.style-10 .btn-product:hover {
    color: #fff;
}
.product.style-10 .btn-product.btn-link {
    display: inline-block;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.6;
    flex: none;
    background-color: transparent;
    padding: 0;
}
.product.style-10 .btn-product.btn-link:after {
    margin-top: 0;
}
.product.style-10 .btn-product.btn-sm {
    padding: 0.693em 0;
}
.product.style-10 .btn-wishlist {
    line-height: 1;
}
.product.style-10 .btn-wishlist i:before {
    margin: 0;
}
.product.style-10 .btn-cart {
    font-weight: 600;
}
.product.style-10 .btn-cart.btn-link {
    color: var(--secondary-color);
}
.product.style-10 .btn-cart.btn-link:active,
.product.style-10 .btn-cart.btn-link:hover {
    color: var(--secondary-color);
}
.product.style-10 .btn-cart:not(.btn-product-icon) i.w-icon-cart {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
}
.product.style-10 .btn-product-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0.5rem;
    border: none;
    color: var(--title-color);
    font-size: 22px;
    font-weight: 400;
    line-height: initial;
    overflow: visible;
    margin: 0;
    border-radius: 0 !important;
				background: transparent !important;
}
.product.style-10 .w-icon-cart::before,
.product.style-10 .w-icon-heart::before{
	display: none;
}
.product.style-10 .w-icon-cart{
	  position: absolute;
			left: 10px;
			bottom: 10px;
}
.product.style-10 .w-icon-heart{
	position: absolute;
	top: 10px;
	right: 10px;
}
.product.style-10 .w-icon-heart{
	margin-bottom: auto;
}
.product.style-10 .product-action-vertical .btn-product-icon {
    border-radius: 0;
}
.product.style-10 .btn-product-icon.btn-cart {
    margin-bottom: 0;
}
.product.style-10 .btn-product-icon.loading {
    background-color: rgba(255, 255, 255, 0.2);
}
.product.style-10 .btn-product-icon.loading:before {
    opacity: 0.4;
}
.product.style-10 .product-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background-color: transparent;
    z-index: 10;
    transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
    opacity: 0;
    visibility: hidden;
}


.product.style-10 .product-details {
    margin-top: 24px;
				padding-bottom: 16px;
    text-align: center;
				padding: 0;
				background: none;
}
.product.style-10 .product-details > .btn-wishlist {
    position: absolute;
    top: 1.7rem;
    right: 0;
    color: #999999;
    font-size: 1.8em;
    z-index: 1;
}
.product.style-10 .product-details > .btn-wishlist.loading {
    right: 1.8rem;
}
.product.style-10 .product-details > .btn-wishlist.loading:after {
    left: 0.9rem;
    top: 0.9rem;
}
.product.style-10 .product-details > .btn-wishlist:hover {
    color: var(--secondary-color);
}
.product.style-10 .product-details > .btn-wishlist:hover i {
    transform: rotateY(180deg);
}
.product.style-10 .product-name {
    font-size: 14px;
    font-weight: 500;
    white-space: initial;
    height: auto;
    min-height: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
				text-transform: uppercase;
				letter-spacing: 0.9px;
}
.product.style-10 .product-name a {
    color: inherit;
}
.product.style-10 .product-name a:hover {
    color: var(--secondary-color);
}

.product.style-10 .ratings-info {
    background: #4caf50;
    padding: 3px 4px;
    color: var(--white-color);
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 500;
}
.product.style-10 .star-image {
    font-size: 14px;
}
.product.style-10 .sold-item {
    font-size: 13px;
    margin-left: 8px;
    color: var(--body-color);
}

.brand-wise-product.style-3 .tab-nav-outline .nav-item .nav-link.active{
   color: var(--title-color);
}
.brand-wise-product.style-3 .tab-nav-outline .nav-item:first-child .nav-link::before{
  content: "";
  width: clamp(15px, 1.8vw, 30px);
  height: clamp(15px, 1.8vw, 30px);
  background: var(--title-color);
  position: absolute;
  left: -60px;
  top: 50%;
		transform: translateY(-50%) rotate(45deg);
  z-index: 100;
}
.brand-wise-product.style-3 .tab-nav-outline .nav-item .nav-link{
  background: none;
  color: rgb(190, 190, 190);
  border: 0;
  padding: 0;
  font-size:  clamp(16px, 2.6vw, 50px) !important;
  margin-right: clamp(12px, 1.8vw, 20px);
  font-weight: 400;
		position: relative;
		text-transform: capitalize;
			overflow: visible !important;
}
.product.style-10 .add__to--cart__text{
	font-size: 11px;
letter-spacing: 1px;
	color: black;
} 

/* .product.style-10 .discount-price.two{
	background: var(--white-color);
	color: var(--title-color);
	display: none;
}

.product.style-10:hover .discount-price.two{
 display: flex;
}
.product.style-10:hover .discount-price.one{
 display: none;
} */


@media (max-width: 1200px) {
.product.style-10 .discount-price{
	top: 12px;
	left: 12px;
}

.brand-wise-product.style-3 .tab-nav-outline .nav-item:first-child .nav-link::before{
  left: -40px;
}
}



@media (max-width: 767px) {
.brand-wise-product.style-3 .tab-nav-outline .nav-item:first-child .nav-link::before{
  left: -30px;
}
.product.style-10 .product-details{
	margin-top: 16px;
}
.product.style-10 .discount-price {
				top: 8px;
				left: 8px;
				width: 40px;
				min-width: 40px;
				max-width:40px ;
				height: 40px;
}
.product.style-10 .w-icon-heart{
	top: 2px;
	right: 2px;
}
.product.style-10 .w-icon-cart{
	left: 2px;
	bottom: 2px;
}
.brand-wise-product.style-3 .nav-tabs {
  max-width: 400px;
		margin: 0 auto;
}

.brand-wise-product.style-3 .tab-nav-outline .nav-item .nav-link{
 line-height: 1.2;
}

}

@media only screen and (max-width: 580px) {
  .brand-wise-product.style-3 .nav-tabs {
    white-space: unset !important;
    overflow: unset !important;
    justify-content: center ;
    display: flex ;
  }
}

@media (max-width: 479px) {
    .product.style-10:not(.product-list) {
        font-size: 0.8rem;
    }
    .product.style-10 .product-price .new-price,
    .product.style-10 .product-price .old-price,
    .product.style-10 .product-price .discount-price {
        font-size: 14px;
    }
    .product.style-10 .product-price {
        gap: 10px;
    }
    .product.style-10 .ratings-container {
        flex-wrap: wrap;
        gap: 6px;
    }
    .product.style-10 .sold-item {
        margin-left: 0;
    }
    .product.style-10 .product-name {
        font-size: 14px;
        white-space: initial;
    }
			.brand-wise-product.style-3 .nav-tabs {
				max-width: 350px;
				margin: 0 auto;
			}
    .product.style-10 .product-price .discount-price {
        background: transparent;
        padding: 0;
    }

}

/*============================================================================================
   End Card CSS
==============================================================================================*/
 