/* Custom Card Styles */
					.card {
						width: 18rem;
						border: 1px solid #ddd;
						border-radius: 0.25rem;
						overflow: hidden;
						box-shadow: 0 2px 4px rgba(0,0,0,0.1);
						transition: all 0.3s ease;
					}
					
					.card:hover {
						box-shadow: 0 4px 8px rgba(0,0,0,0.2);
					}
					
					.card-img-top {
						width: 100%;
						height: auto;
						border-bottom: 1px solid #ddd;
					}
					
					.card-body {
						padding: 1rem;
					}
					
					.card-title {
						font-size: 1.25rem;
						font-weight: 500;
						margin-bottom: 0.75rem;
					}
					
					.card-text {
						font-size: 1rem;
						margin-bottom: 1rem;
						color: #555;
					}
					
					.btn-primary {
						background-color: #007bff;
						border: none;
						padding: 0.5rem 1rem;
						font-size: 1rem;
						color: #fff;
						text-align: center;
						cursor: pointer;
						border-radius: 0.25rem;
						transition: background-color 0.3s ease;
					}
					
					.btn-primary:hover {
						background-color: #0056b3;
					}
				 
/*----Grid View-----*/
.cwp-post {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.102218));
	margin: 10px 0px;
	overflow: hidden;
	transition: 300ms;
}

.cwp-post:hover {
	filter: none;
}

.cwp-post-thumbnail {
	height: 220px;
	width: 100%;
	position: relative;
}

.cwp-post .cwp-post-thumbnail img {
	height: 100%;
	object-fit: cover;
	transition: 300ms;
	width: 100%;
}

/*-------List View------*/
.list-view .cwp-col-12 {
	width: 100% !important;
}

.list-view .cwp-post {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}

.list-view .cwp-post-thumbnail {
	width: 30%;
	min-height: 160px;
	height: 185px;
}

.list-view .cwp-post-content-container {
	width: 70%;
}

.list-view .cwp-post-content {
	padding: 30px 20px;
}

.list-view .cwp-post-content h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.list-view ul.cwp-post-terms {
	padding: 20px 20px 0 20px;
}

.cwp-promoted-post {
	border: 1px solid #ddbb2a;
	border-radius: 4px;
	color: #ddbb2a;
	cursor: default;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	padding: 2px 5px;
	position: relative;
	top: -2px;
}

.cwp-post-content {
	padding: 15px;
}

.cwp-post-content h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 5px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.cwp-post-content p {
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 0 0;
}

.cwp-post-terms {
	align-items: center;
	border-top: 1px solid #e0e0e0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 1.5;
	list-style: none;
	margin: 0;
	padding: 15px 15px 10px;
}

.cwp-post-terms li {
	margin: 0 5px 5px 0;
}

.cwp-post-terms li a {
	display: block;
	font-size: 12px;
	background: #f6f6f6;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 8px;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 210px;
	line-height: 10px;
	color: #343A40;
}

/*---Save button-------*/
.cwp-archive-save {
	position: absolute;
	background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, .9) 8%, rgba(0, 0, 0, 0) 94%) repeat scroll 0 0;
	bottom: 0;
	padding: 15px 14px 5px 14px;
	width: 100%;
}

.cwp-archive-save .cwp-single-save-btns.cwp-single-widget {
	float: right;
	color: #fff;
}

span.cwp-main.cwp-save-post svg:nth-child(2) {
	display: none;
}

span.cwp-main.cwp-saved-post svg:first-child {
	display: none;
}

.cwp-single-save-btns.cwp-single-widget span.cwp-main,
.cwp-single-share-btn.cwp-single-widget span.cwp-main {
	cursor: pointer;
}
.cwp-post-boosted {
	padding: 1px 10px;
	position: absolute;
	top: 15px;
	left: 15px;
	background: #FFBB00;
	border-radius: 12px;
	color: #000000;
	font-weight: 500;
	font-size: 13px;
}
.woo-style-23-colors .color-attributes .color-swatch {
    width: 17px;
    height: 17px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #E6E6E6;
}

.woo-style-23-colors .color-attributes {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.woo-style-23-colors label {
    position: relative;
    padding: 18px 0px 0px 10px;
    margin-left: 16px;
}
.demo-25-award-wining-card .col-6.col-md-6 {
    width: 100%;
}
.woo-style-23-colors input[type="radio"] {
    display: none;
}

.woo-style-23-colors label::before {
    content: '';
    position: absolute;
    left: -23px;
    width: 13px;
    height: 13px;
    top: 6px;
    border-radius: 50%;
}
.woo-style-23-quick-checkout:hover circle {
    stroke: hsl(0deg 0% 100%);
}
.woo-style-23-colors label::after {
    content: '';
    position: absolute;
    left: -25px;
    width: 17px;
    height: 17px;
    border: 1px solid #E6E6E6;
    top: 4px;
    border-radius: 50%;
}

.woo-style-23-content {
    gap: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.woo-style-23-card {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.woo-style-23-title:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.woo-style-23-tag-new {
    color: #000000;
    background: #FFF;
    width: 47px;
    height: 25px;
    padding: 8px 10px 8px 10px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    margin: 0px;
}

.woo-style-23-tag-sale {
    background: #1D1D1D;
    color: #fff;
    width: 65px;
    height: 25px;
    padding: 8px 10px 8px 10px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    margin: 0px;
}

.woo-style-23-tag-percent {
    background: #767676;
    color: #fff;
    width: 54px;
    height: 25px;
    padding: 8px 10px 8px 10px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
}

.woo-style-23-tags {
    position: absolute;
    flex-direction: column;
    width: 65px;
    height: 85px;
    top: 11px;
    gap: 5px;
    display: flex;
}

.woo-style-23-save {
    position: absolute;
    width: 27px;
    height: 27px;
    top: 15px;
    right: 15px;
    gap: 10px;
    border-radius: 120px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    transition: .2s;
    padding-top: 2px;
}

.woo-style-23-card:hover .woo-style-23-hover-content {
    transform: translatey(-5px);
}

.woo-style-23-colors .color-attributes li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 15px;
}

.woo-style-23-hover-content {
    position: absolute;
    width: calc(100% - 10px);
    display: flex;
    bottom: 0px;
    flex-direction: row;
    right: 0px;
    left: 5px;
    backdrop-filter: blur(3px);
    transition: 0.3s;
    display: flex;
    align-items: center;
    transform: translatey(100px);
    justify-content: center;
    transition: .3s;
}

.woo-style-23-quick-checkout {
    color: #1d1d1d;
    text-transform: uppercase;
    transition: .3s;
    letter-spacing: 0.02em;
    font-family: Jost;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    align-items: center;
    transition: .3s;
    background: #FFFFFF;
    padding: 15px;
    height: 53px;
    width: 100%;
    justify-content: center;
    cursor: pointer !important;
}

.woo-style-23-quick-checkout:hover{
    color: #fff;
    background: #1d1d1d;
}

.woo-style-23-quick-checkout path {
    fill: #1d1d1d ;
    transition: .3s;
}

.woo-style-23-quick-checkout:hover path {
    fill: #fff ;
}


.woo-style-23-price {
    color: #1d1d1d;
    letter-spacing: 0.02em;
    margin: 0px;
    font-family: Jost;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.woo-style-23-title {
    color: #221F17;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px;
    letter-spacing: 0.02em;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}

.woomen-shop-this-look-slider-4 i {
    position: absolute;
    top: 42%;
    width: 50px;
    height: 50px;
    display: flex;
    cursor: pointer;
    align-items: center;
    transition: 0.3s;
    z-index: 999999;
    justify-content: center;
    border-radius: 100%;
}

.woomen-shop-this-look-slider-4 i:hover {
    background: #fff;
}

.woomen-shop-this-look-slider-4 .fa-chevron-left {
    left: -30px;
}

.woomen-shop-this-look-slider-4:hover .fa-chevron-left {
    left: 5px;
}

.woomen-shop-this-look-slider-4 .fa-chevron-right {
    right: -30px;
}

.woomen-shop-this-look-slider-4:hover .fa-chevron-right {
    right: 5px;
}

.woo-style-23-thumbnail {
    overflow: hidden;
    height: auto;
    background: #F5F5F5;
}

.woo-style-23-gallery img {
    object-fit: contain;
    transition: .3s ease;
}

.woo-style-23-thumbnail:hover .woo-style-23-gallery img {
    transform: scale(1.1);
}

.woo-style-23-gallery {
    height: 100%;
    display: flex !important;
    align-items: center;
}

.woo-style-23-cat {
    color: #221F17;
    transition: .3s ease;
    font-family: Jost;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.woo-style-23-cat:hover {
    color: #1d1d1d;
}

.woo-item-slider-image-main.style-04 .woo-item-slider-content .woo-item-slider-save {
    padding: 0;
    margin: 0 0 0 10px;
}

.woo-item-slider-image-main.style-04 .woo-item-slider-content {
    gap: 2px;
    display: flex;
    flex-direction: column;
    padding: 12px;
    margin: 0;
}
.woo-item-slider-image-main.style-04 .woo-item-slider-content .color-attributes {
    margin-top: 5px;
}
.woo-item-slider-image-main.style-04 .woo-item-slider-content .label-attributes {
    margin-top: 13px;
}

.save-tooltip {
    position: absolute !important;
} 
.woo-style-23-card:hover .woo-gallery-overlay-image {
    opacity: 1;
    visibility: visible;
}

.woo-style-23-thumbnail img {
    height: 100% !important;
    width: 100%;
    object-fit: contain;
    transition: .3s;
}

.woo-style-23-card:hover .woo-style-23-thumbnail img {
    transform: scale(1.1);
}
 
 
 @media (max-width: 1024px) {
    .woo-style-23-title {
        font-size: 12px;
        white-space: wrap;
    }
     
 }
 
 
 
 
 
/* loop styles  */
@media (max-width: 768px) {
  .cwp-row .cwp-col-lg-3.product {
    width: 50%;
    margin-bottom: 6px !important;
  }
 
  .woo-style-23-content ,
  .woo-style-22-content {
    padding: 10px;
    gap: 1px;
}
  .woo-style-22-thumbnail {
    padding: 7px;
}
  .woo-style-22-card {
    border: 1px solid #cccccc87 !important;
}
  .woo-style-20-content,
  .woo-style-21-content,
  .woo-style-19-content {
    gap: 5px;
  }
  .woo-style-16-hover-content {
    display: none !important;
  }
  .woo-style-18-colors .color-attributes,
  .woo-style-16-colors .color-attributes {
    transform-origin: left !important;
  }
  .woo-style-16-card {
    gap: 10px;
  }
  .cwp-row .cwp-col-lg-3.product .woo-card-content {
    gap: 10px   !important;
  }
  /* category css  */
  .woo-style-14-cat,
  .woo-recommended-card-content .woo-recommended-card-tag,
  .woo-stories-content .woo-stories-product-tag,
  .woo-item-slider-image-main.style-04
    .woo-item-slider-content
    .woo-item-slider-type-cats,
  .cwp-row .cwp-col-lg-3.product .woo-card-content .woo-card-tag {
        font-size: 11px;
        line-height: 12px;
  }
  .woo-style-14-content {
    gap: 5px;
  }
  /* title css */

  .woo-style-22-content .woo-style-22-title,
  .woo-style-16-card-title,
  .woo-style-15-title,
  .woo-style-14-title,
  .woo-recommended-card-content .woo-recommended-card-title,
  .woo-shop-essential-card-content .woo-shop-essential-card-title,
  .woo-item-slider-image-main.style-04 .woo-item-slider-titles,
  .woo-item-slider-content .woo-item-slider-title,
  .cwp-row .cwp-col-lg-3.product .woo-card-content .woo-card-title {
        font-size: 12px;
        line-height: 13px;

  }
  .woo-style-15-content {
    gap: 4px;
    padding-bottom: 0;
  }
  .woo-style-16-main {
    margin-bottom: 0 !important;
  }
  .woo-item-slider-image-main .woo-item-slider-content a {
    line-height: 16px;
  }
  .woo-style-14-content a {
    line-height: 14px;
    margin-bottom: 2px;
  }
  .woo-style-14-price {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .woo-style-14-tags {
    transform: scale(0.5) !important;
    transform-origin: top right;
    right: 10px;
    top: 10px;
  }
  .woo-style-19-tags,
  .woo-style-20-tags,
  .woo-style-23-tags,
  .woo-style-18-tags,
  .woo-style-17-tags,
  .woo-style-16-tags {
    transform: scale(0.5) !important;
    transform-origin: top left;
    left: 0;
  }
  .woo-trending-content .woo-trending-product-title,
  .woo-travel-main.style10 .woo-stories-product-title,
  .woo-tab-product-card-content .woo-tab-product-title,
  .woo-shop-look-main
    .woo-shop-look-card-image-main
    .woo-shop-look-card-content
    .woo-shop-look-card-title {
    font-size: 10px;
    line-height: 13px;
    margin-top: 0 !important;
  }
  .woo-item-slider-save.wc-women-remove-empty-s {
    font-size: 11px !important;
    line-height: 15px !important;
    margin: 0 !important;
  }
  .woo-stories-main {
    gap: 5px;
  }
  /* price css  */
  .woo-recommended-card-content .woo-recommended-card-price,
  .woo-trending-content .woo-trending-product-title,
  .woo-stories-content .woo-stories-product-title,
  .woo-trending-content .woo-trending-product-price,
  .woo-shop-look-card-content .woo-shop-look-card-price,
  .woo-shop-essential-card-content .woo-shop-essential-card-price,
  .cwp-row .cwp-col-lg-3.product .woo-item-slider-price,
  .cwp-row .cwp-col-lg-3.product .woo-card-content .woo-card-price {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  .woo-recommended-card-content {
    gap: 5px;
    padding-bottom: 3px;
  }
  .woo-style-15-shop-now.women-wc-quick-checkout svg {
    width: 20px;
    height: 20px;
  }
  .woo-style-15-shop-now.women-wc-quick-checkout {
    font-size: 10px;
    margin: 0 auto;
    padding: 0;
    line-height: 9px;
  }
  .woo-style-15-price {
    font-size: 11px !important;
    line-height: 15px !important;
    margin: 0 0;
  }
 .featured-waches-card .woo-style-15-price {
    margin-top: 5px !important;
    margin-bottom: 0px;
    }
  .woo-tab-product-main.product-style8 .amount,
  .woo-tab-product-main.product-style8 span,
  .woo-tab-product-main.product-style8 bdi {
    font-size: 11px !important;
    line-height: 15px !important;
    margin: 0 0px !important;
  }
  .woo-trending-main:hover .woo-add-to-cart-button-main {
    font-size: 10px;
    padding: 6px 0;
  }
  .woo-trending-main .color-attributes {
    text-align: left;
    justify-content: start;
    transform-origin: top left !important;
    width: 100%;
  }
  .woo-item-slider-content-price {
    flex-wrap: wrap;
    gap: 0px;
    margin-top: 6px !important;
  }
  .woo-tab-product-card-image-main .woo-tab-product-hover-main {
    display: none !important;
  }
  .cwp-row .cwp-col-lg-3.product .woo-item-slider-price span,
  .cwp-row .cwp-col-lg-3.product .woo-item-slider-price bdi {
    font-size: 10px !important;
    line-height: 15px !important;
  }
  .cwp-row .cwp-col-lg-3.product .woo-card-main {
    gap: 8px;
  }
  .woo-style-20-save.save-tooltip,
  .woo-style-23-save,
  .woo-style-16-card:hover .woo-style-16-save,
  .woo-item-slider-image-main.style-17:hover .star-icon,
  .woo-tab-product-main .woo-tab-product-card-image-main .star-icon,
  .woo-shop-essential-card-image-main .woo-shop-essential-heart-icon,
  .cwp-row .cwp-col-lg-3 .woo-card-main .woo-card-image-main .star-icon {
    top: 1px;
    right: 1px;
    transform: scale(0.5);
  }
  .woo-style-24-save.save-tooltip {
    top: 1px;
    right: 1px;
    transform: scale(0.5) !important;
}
  .woo-style-19-save.save-tooltip,
  .woo-style-21-save.save-tooltip,
  .woo-style-18-save.save-tooltip {
    top: 1px;
    right: 1px;
    transform: scale(0.5) !important;
  }
  .woo-style-20-hover-content,
  .woo-style-19-hover-content {
    padding: 0px 0;
    height: 30px;
}
  .woo-style-17-save.save-tooltip {
    top: 1px;
    right: 1px;
    transform: scale(0.5);
  }
  .woo-style-17-content {
    gap: 6px;
  }
  .woo-style-17-card:hover .woo-style-17-hover-content {
    font-size: 10px;
    padding: 6px 0 0px 0;
    height: 35px;
  }

  
  .woo-style-19-title {
    white-space: break-spaces;
    text-align: left !important;
    width: 100%;
    display: inline-block;
    font-size: 10px;
    line-height: 15px;
  }
  .woo-style-23-content .woo-style-23-title,
  .woo-style-21-title ,
  .woo-style-24-title ,
  .woo-style-20-title {
    white-space: break-spaces; 
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 10px;
    line-height: 15px;
  }
  .woo-style-20-content a ,
  .woo-style-23-content a ,
  .woo-style-21-content a ,
  .woo-style-19-content a { 
    line-height: 12px;
  }
  .woo-style-18-card-title,
  .woo-style-17-title {
    white-space: break-spaces;
    text-align: center !important;
    width: 100%;
    display: inline-block;
    font-size: 12px;
  }
  .woo-style-18-card {
    gap: 10px;
  }
  .woo-style-18-content {
    gap: 3px;
  }
  body .woo-style-18-main {
    margin-bottom: 0 !important;
  }
  .woo-style-18-card-title {
    white-space: break-spaces;
    text-align: left !important;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
  }
  .woo-style-17-main {
    margin-bottom: 0 !important;
  }
  .woo-style-17-content a {
    line-height: 12px;
  }
  .woo-trending-main .woo-add-to-cart-button-main.women-wc-quick-checkout {
    transform: scale(0.5) !important;
    transform-origin: right;
  }
  .woo-item-slider-image-main.style-17:hover .women-wc-quick-checkout {
    bottom: 1px;
    right: 1px;
    transform: scale(0.5);
  }
  .star-icon.save-tooltip,
  .loop-style8 .star-icon {
    top: 1px !important;
    right: 1px !important;
    transform: scale(0.5) !important;
  }
   
  .woo-trending-main.card-12:hover .woo-add-to-cart-button-main {
    visibility: visible;
    opacity: 1;
    transform: scale(1) !important;
    transform-origin: center;
  }
  .woo-style-18-hover-content,
  .woo-shop-essential-hover-content {
    display: none !important;
  }
  .woo-recommended-card-image-main .woo-recommended-hover-icon {
    transform: scale(0.5) translate(-100%);
    left: 50%;
    bottom: 1px;
  }
  .woo-shop-essential-card-image-main .woo-shop-essential-hover-content {
    height: 28px;
    padding: 5px;
  }
  .mb-5.woo-shop-essential-col {
    margin-bottom: 10px !important;
  }
  .woo-ready-to-wear-tag p {
    margin-bottom: 0 !important;
  }
  .woo-trending-main .woo-best-tag,
  .woo-shop-essential-card-image-main .woo-shop-essential-tag,
  .woo-ready-to-wear-tag {
    transform: scale(0.6);
    transform-origin: top left;
  }
  .cwp-row .cwp-col-lg-3.product .label-attributes,
  .cwp-row .cwp-col-lg-3.product .color-attributes {
    margin-top: 0;
    transform: scale(0.6);
    transform-origin: top center;
  }
  .woomen-shop-this-look-slider-4 i {
    transform: scale(0.5);
  }
  .woo-style-21-tags,
  .woo-shop-look-main .woo-shop-look-card-content .woo-shop-look-action {
    display: none !important;
  }
  .woo-shop-look-main
    .woo-shop-look-card-image-main
    .woo-shop-look-card-content {
    padding: 10px 10px;
    left: 4px;
    bottom: 4px;
    right: 4px;
  }
  .cwp-row.grid-view .cwp-col-12 {
    padding: 4px !important; 
     width: 50%;
  }

  .woo-tab-product-star-list.woocommerce .star-rating {
    font-size: 10px;
    width: 68px !important;
  }
  .woo-tab-product-star-list .woo-tab-product-star-num {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 12px;
  }
  .woo-travel-main.style10 .woo-stories-content {
    gap: 5px;
  }
  .woo-stories-main .woo-stories-content {
    gap: 0;
  }
  .card-12 .woo-trending-produc-color .color-attributes li {
    display: block !important;
  }
  .card-12 .woo-trending-produc-color {
    font-size: 7px !important;
  }
  .card-12 .woo-trending-produc-color .color-attributes {
    max-width: 59px;
    height: 10px;
  }
  .woo-trending-main .woo-trending-content {
    overflow: hidden;
  }
  .woo-trending-main.loop-style13:hover .woo-add-to-cart-button-main {
    visibility: visible;
    opacity: 1;
    transform: scale(1) !important;
    transform-origin: center;
    padding: 4px 0;
    font-size: 9px;
  }
  .woo-trending-main.loop-style13 .woo-trending-content-title-whishlist {
    padding: 0;
    height: 15px;
  }
    .woo-trending-main.loop-style13 .cwp-single-save-btns.cwp-single-widget span.cwp-main, .woo-trending-main.loop-style13 .cwp-single-share-btn.cwp-single-widget span.cwp-main {
  padding: 0;
  margin-top: -4px;
}
  .woo-style-14-card {
    box-shadow: 0px 15px 24px 0px #0000000d;
    padding: 7px;
    text-align: center;
    gap: 8px;
  }
  .mb-5.woo-style-23-main {
    margin-bottom: 0 !important;
}
  .woo-style-21-card,
  .woo-style-23-card,
  .woo-style-15-card {
      display: flex;
        flex-direction: column;
        gap: 5px;
  }
     .featured-waches-card .woo-style-15-card { 
            gap: 10px;
        }   
  .woo-style-23-quick-checkout {
    padding: 1px 0 !important;
    height: 37px;
    transform: scale(0.8);
}
   .woo-style-20-main,
  .mb-5.woo-style-19-main {
    margin-bottom: 15px !important;
  }
  
.style-vertical-mobile .woo-card-main.style-1 {
  flex-direction: row;
}
body  .style-vertical-mobile .woo-card-main.style-1 .woo-card-image-main {
  width: 85px;
  height: 85px !important;
}
.style-vertical-mobile .woo-card-main.style-1 .woo-card-content {
  max-width: calc(100% - 92px);
  width: calc(100% - 92px);
  min-height: 85px;
  justify-content: center;
  gap: 6px;
}
body .style-vertical-mobile .woo-card-main.style-1 .woo-card-image-main img {
  height: 85px !important;
}
.style-vertical-mobile .woo-card-main.style-1 .woo-card-content p {
  font-size: 10px;
}
.style-vertical-mobile .woo-card-main.style-1 .woo-card-content span {
    line-height: 12px;
}
}

.woo-gallery-overlay-image {
    position: absolute;
    top: 0px;
    width: 100%;
    object-fit: contain;
    opacity: 0;
    visibility: hidden;
    height: 100% !important;
    background: rgb(246, 246, 246);
    transition: 0.3s;
}
.cwp-single-save-btns.cwp-single-widget span.cwp-main, 
.cwp-single-share-btn.cwp-single-widget span.cwp-main {
    color: rgb(0, 0, 0) !important;
    border: unset !important;
}
.cwp-single-save-btns.cwp-single-widget span.cwp-main svg, 
.cwp-single-share-btn.cwp-single-widget span.cwp-main svg{
    width:13px;
}
.cwp-single-share-btn.cwp-single-widget, .cwp-single-save-btns.cwp-single-widget .woo-ajax-loader {
    width: 100%;
    justify-content: center;
}
 [data-tooltip][data-flow^="left"]::before {
    border-left-color: #1d1d1d !important;
    color: #FFFFFF !important;
}
/* Custom Card Styles */
.woocomerce-location-details {
    width: 100%;
    background-color: white;
    padding: 19px 30px 29px 29px !important;
    margin-bottom: 30px;
}

.woocomerce-location-details .woocomerce-heading-icon {
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocomerce-location-details .woocomerce-heading-icon svg {
    margin-top: 1px;
}

.woocomerce-address p,
.woocomerce-contact p,
.woocomerce-timming p {
    color: #1d1d1d;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    width: calc(100% - 26px);
}

.woocomerce-address svg {
    width: 16px;
    height: 16px;
    margin-top: 7px;
}

.woocomerce-contact svg {
    width: 17px;
    height: 16px;
    margin-top: 4px;
}

.woocomerce-timming svg {
    width: 16px;
    height: 20px;
    margin-top: 4px;
}

.woocomerce-location-content {
    display: flex;
    flex-direction: column;
    gap: 19px;
    margin-bottom: 20px;
}

.woocomerce-address {
    display: flex;
    gap: 10px;
}

.woocomerce-contact {
    display: flex;
    gap: 10px;
    padding-bottom: 19px;
}

.woocomerce-timming {
    display: flex;
    gap: 10px;
}

.woocomerce-see-details button {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.26px;
    background: transparent;
    border: none;
    padding: 7px 0px 3px 0px;
    color: #1d1d1d;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #1D1D1D;
}

.woocomerce-see-details button svg path {
    fill: #1d1d1d;
}

.woomen-find-store{
    position: relative;
}

.woocomerce-location-details-sidebar {
    position: absolute;
    background: #fff;
    top: 0;
    right: -1000px;
    width: 100%;
    height: 100%;
    padding: 0 40px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    transition: .3s;
}

.woocomerce-location-details-sidebar.active {
    right: 0px;
}

.woocomerce-location-details-sidebar .heading {
    padding: 22px 0 23px 0;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 20px 0;
    gap: 10px;
}

.woocomerce-location-details-sidebar .heading h2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #1D1D1D;
    width: calc(100% - 22px);
}

.woocomerce-location-back-btn {
    cursor: pointer;
}

.woocomerce-location-back-btn svg path {
    fill: #1D1D1D;
}

.store-locator-cards-animate {
    position: unset !important;
}

.woocomerce-location-details-sidebar .content-heading {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #1D1D1D;
    margin: 0 0 -4px 0;
    text-transform: uppercase;
}

.woocomerce-location-get-direction {
    background: #1d1d1d;
    border: 1px solid #1d1d1d;
    color: #fff;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.26px;
    transition: .3s;
    margin: 4px 0 0 0;
}

.woocomerce-location-get-direction svg path{
    transition: .3s;
    fill: #fff;
}

.woocomerce-location-get-direction:hover{
    background: #fff;
    color: #1d1d1d;
}

.woocomerce-location-get-direction:hover svg path{
    fill: #1d1d1d;
}

.woocomerce-location-opening-hours ul {
    padding: 0px;
    margin: 19px 0px 19px 0px;
}

.woocomerce-location-opening-hours ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.woocomerce-location-opening-hours p {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #1D1D1D;
}

.woocomerce-location-details-sidebar .social-share > div {
    padding: 0px !important;
    justify-content: flex-start !important;
    gap: 20px;
}

.woocomerce-location-details-sidebar .social-share > div a {
    margin: 0px !important;
    font-size: 16px;
}

@media (max-width:1024px){

    .woocomerce-location-details-sidebar {
        padding: 0px;
    }

}
/* Custom Card Styles */
.woocomerce-location-details {
    width: 100%;
    background-color: white;
    padding: 19px 30px 29px 29px !important;
    margin-bottom: 30px;
}

.woocomerce-location-details .woocomerce-heading-icon {
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocomerce-location-details .woocomerce-heading-icon svg {
    margin-top: 1px;
}

.woocomerce-address p,
.woocomerce-contact p,
.woocomerce-timming p {
    color: #1d1d1d;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    width: calc(100% - 26px);
}

.woocomerce-address svg {
    width: 16px;
    height: 16px;
    margin-top: 7px;
}

.woocomerce-contact svg {
    width: 17px;
    height: 16px;
    margin-top: 4px;
}

.woocomerce-timming svg {
    width: 16px;
    height: 20px;
    margin-top: 4px;
}

.woocomerce-location-content {
    display: flex;
    flex-direction: column;
    gap: 19px;
    margin-bottom: 20px;
}

.woocomerce-address {
    display: flex;
    gap: 10px;
}

.woocomerce-contact {
    display: flex;
    gap: 10px;
    padding-bottom: 19px;
}

.woocomerce-timming {
    display: flex;
    gap: 10px;
}

.woocomerce-see-details button {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.26px;
    background: transparent;
    border: none;
    padding: 7px 0px 3px 0px;
    color: #1d1d1d;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #1D1D1D;
}

.woocomerce-see-details button svg path {
    fill: #1d1d1d;
}

.woomen-find-store{
    position: relative;
}

.woocomerce-location-details-sidebar {
    position: absolute;
    background: #fff;
    top: 0;
    right: -1000px;
    width: 100%;
    height: 100%;
    padding: 0 40px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    transition: .3s;
}

.woocomerce-location-details-sidebar.active {
    right: 0px;
}

.woocomerce-location-details-sidebar .heading {
    padding: 22px 0 23px 0;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 20px 0;
    gap: 10px;
}

.woocomerce-location-details-sidebar .heading h2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #1D1D1D;
    width: calc(100% - 22px);
}

.woocomerce-location-back-btn {
    cursor: pointer;
}

.woocomerce-location-back-btn svg path {
    fill: #1D1D1D;
}

.store-locator-cards-animate {
    position: unset !important;
}

.woocomerce-location-details-sidebar .content-heading {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #1D1D1D;
    margin: 0 0 -4px 0;
    text-transform: uppercase;
}

.woocomerce-location-get-direction {
    background: #1d1d1d;
    border: 1px solid #1d1d1d;
    color: #fff;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.26px;
    transition: .3s;
    margin: 4px 0 0 0;
}

.woocomerce-location-get-direction svg path{
    transition: .3s;
    fill: #fff;
}

.woocomerce-location-get-direction:hover{
    background: #fff;
    color: #1d1d1d;
}

.woocomerce-location-get-direction:hover svg path{
    fill: #1d1d1d;
}

.woocomerce-location-opening-hours ul {
    padding: 0px;
    margin: 19px 0px 19px 0px;
}

.woocomerce-location-opening-hours ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.woocomerce-location-opening-hours p {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #1D1D1D;
}

.woocomerce-location-details-sidebar .social-share > div {
    padding: 0px !important;
    justify-content: flex-start !important;
    gap: 20px;
}

.woocomerce-location-details-sidebar .social-share > div a {
    margin: 0px !important;
    font-size: 16px;
}

@media (max-width:1024px){

    .woocomerce-location-details-sidebar {
        padding: 0px;
    }

}