/* 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-ready-to-wear-tag {
    z-index: 9 !important;
}
.women-wc-grid-style1-section .cwp-col-12 {
    padding: 2px;
}

.woo-card-main.style-1 {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 17px;
}

.woo-card-main.style-1 .woo-card-image-main {
    height: auto;
    width: 100%;
    overflow: hidden;
}
.woo-card-image-main  .cubewp-filters-style1  img {
    height: 100% !important;
      object-fit: cover;
 
}
.woo-card-main.style-1 .woo-card-image-main:hover .woo-card-image {
    transform: scale(1.1) rotate(2deg);
}

.woo-card-main.style-1 .woo-card-image-main .woo-card-image {
    object-fit: contain;
    background: #f6f6f6;
    transition: 1.2s;
    height: auto;
    width: 100%;
}

.woo-ready-to-wear-card-image {
    max-width: 100%;
    background: #F7F7F7;
    height: auto;
}

.woo-best-seller-card-image {
    max-width: 100%;
    background: #F7F7F7;
    height: auto;
}

.woo-new-in-card-image {
    max-width: 100%;
    background: #F7F7F7;
    height: auto;
}

.woo-shop-essential-card-image {
    max-width: 100%;
    background: #F7F7F7;
    height: auto;
}

.woo-tab-product-card-image {
    max-width: 100%;
    background: #F7F7F7;
    height: auto;
}

.woo-travel-card-image {
    max-width: 100%;
    background: #F7F7F7;
    height: auto;
}

.woo-highlight-card-image {
    width: 100%;
    background: #F7F7F7;
    height: auto;
    object-fit: cover;
}

.woo-recommended-card-image {
    max-width: 100%;
    background: #F7F7F7;
    height: auto;
    object-fit: cover;
}

.woo-stories-card-image {
    width: 100%;
    background: #F7F7F7;
    height: 100%;
    object-fit: cover;
}

.woo-best-card-image {
    width: 100%;
    background: #F7F7F7;
    height: auto;
}

.woo-shop-look-card-image {
    max-width: 100%;
    height: auto;
}

.woo-trending-card-image {
    width: 100%;
    background: #F7F7F7;
    height: auto;
}

.woo-best-sell-card-image {
    max-width: 100%;
    background: #F7F7F7;
    height: 100%;
    object-fit: cover;
}

.woo-blazers-card-image {
    width: 100%;
    background: #F7F7F7;
    height: 633px;
    object-fit: cover;
}

.style-1 .star-icon {
    position: absolute !important;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    padding: 8px;
    border-radius: 30px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

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


.heart-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 20px;
    right: 15px;
    padding: 1px 0px 1px 0px;
}

.highlight-heart-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woo-travel-content {
    gap: 17px;
    display: flex;
    flex-direction: column;
}

.woo-stories-main .woo-stories-content {
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.woo-trending-main .woo-trending-content {
    gap: 17px;
    display: flex;
    flex-direction: column;
}

.woo-best-main .woo-best-content {
    gap: 17px;
    display: flex;
    flex-direction: column;
}

.woo-best-sell-main .woo-best-sell-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.woo-blazers-main .woo-blazers-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.woo-shop-small-img-main .woo-shop-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.woo-highlight-main .woo-highlight-card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.woo-card-main.style-1 .woo-card-content {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.woo-eywear-main .woo-eyewear-card-content {
    flex-direction: column;
    display: flex;
    gap: 17px;
}

.woo-ready-main .woo-ready-to-wear-card-content {
    flex-direction: column;
    display: flex;
    gap: 17px;
}

.woo-pack-content {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.woo-recommended-card-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0 20px 0;
    background: #F6F6F6;
}

.woo-collection-item-main .woo-collection-content {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.woo-tab-product-main .woo-tab-product-card-content {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.woo-shop-essential-main .woo-shop-essential-card-content {
    gap: 17px;
    display: flex;
    flex-direction: column;
}

.woo-new-in-main .woo-new-in-card-content {
    padding: 0px 0px 20px 0px;
    gap: 17px;
    display: flex;
    flex-direction: column;
}

.woo-best-seller-main .woo-best-seller-card-content {
    padding: 0px 0px 20px 0px;
    gap: 17px;
    display: flex;
    flex-direction: column;
}

.silk-crew {
    line-height: 1px;
}

.breasted {
    line-height: 1px;
}

.woo-card-title {
    font-family: Plus Jakarta Sans, sans-serif;
    color: #1D1D1D;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-transform: uppercase;
}

.woo-card-price {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0px;
    color: #767676;

}

.woo-card-tag {
    font-family: Plus Jakarta Sans, sans-serif;
    color: #1D1D1D;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0px;
    text-transform: uppercase;
}

.woo-card-main.style-1 .cwp-main {
    position: relative;
}

.woo-card-main.style-1 .cwp-main.cwp-save-post svg {
    display: none;
}

.woo-card-main.style-1 .cwp-main.cwp-saved-post svg {
    display: none;
}

.woo-card-main.style-1 .cwp-main:after {
    font-family: 'Font Awesome 6 Free';
    display: inline-block;
    content: '\f005';
    color: #000000;
    font-size: 13px;
    line-height: normal;
}

.woo-card-main.style-1 .cwp-main.cwp-save-post:after {
    font-weight: 400;
}
.woo-card-main.style-1{
    position:relative;
}
.woo-card-main.style-1 .cwp-main.cwp-saved-post:after {
    font-weight: 600;
}
.woo-card-main.style-1 .woo-ready-to-wear-tag {
    position:absolute;
    top: 10px;
    left: 10px;
    z-index:9999;
    gap:5px;
    display: flex;
    flex-direction: column;
}
.woo-card-main.style-1 .woo-ready-to-wear-tag p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #64A395;
    padding: 3px 12px;
    width: max-content;
    border-radius: 20px;
}
.woo-card-main.style-1 .woo-ready-to-wear-tag .woo-ready-to-wear-tag-sale{
   background: #C84C46;  
}
.woo-card-main.style-1 .woo-ready-to-wear-tag .woo-ready-to-wear-tag-percent{
   background: #E86341;  
}
.cwp-row.grid-view .cwp-col-12 {
    margin-bottom: 20px;
}
.woo-card-main.style-1 .woo-card-image-main .star-icon {
    position: absolute;
    padding-top: 8px;
}





.woo-card-main.style-1:hover .woo-gallery-overlay-image {
    opacity: 1;
    visibility: visible;
}





.woo-shop-look-main.wo-look-shop-action .woo-shop-look-card-content {
    opacity: 0;
    transform: translatey(138%);
}
.woo-shop-look-main.wo-look-shop-action:hover .woo-shop-look-card-content {
    opacity: 1;
    transform: translatey(0%);
}
.woo-shop-look-card-content .woo-shop-look-action .shop-direct-check {
    border: 1px solid #1d1d1d !important;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 13px;
    line-height: 16.38px;
    padding: 15px !important;
    background-image: linear-gradient(150deg, #FFFFFF 50%, #1D1D1D 50%);
    background-size: 300%;
    transition: 1s;
    position: relative;
}
.woo-shop-look-card-content .woo-shop-look-action .shop-direct-check:hover {
    color: #fff;
    background-position: 96%;
}
.woo-shop-look-main.wo-look-shop-action .woo-shop-look-card-price span {
    color: #767676;
}
.woo-shop-look-card-content .woo-shop-look-action .shop-direct-check .woo-ajax-loader {
    background-color: #fff;
}
.woo-item-slider-row {
    justify-content: space-between;
}

.woo-item-slider-big-image .woo-item-slider-image {
    max-width: 100%;
    height: auto;
}

.woo-item-slider-image-main .woo-item-slider-image {
    max-width: 100%;
    height: auto;
}

.woo-item-slider-image-main .woo-item-slider-content {
    gap: 1px;
    display: flex;
    flex-direction: column;
    margin-top: 13px;
}
.woomen-shop-this-look-slider i:hover {
    background: #1D1D1D;
    box-shadow: 0 0 13px 4px #dddddd40;
    color: #fff;
}
.woo-item-slider-content .woo-item-slider-title {
    font-family: Plus Jakarta Sans, sans-serif;
    text-align: center;
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
    line-height: 28px;
    position: relative;
}
 .woo-item-slider-content .woo-item-slider-title:after {
    content: "";
    background: #1d1d1d;
    height: 2px;
    width: 0%;
    display: block;
    transition: .6s all ease;
    left: 0;
    bottom: -3px;
    position: absolute;
}

.woo-item-slider-content .woo-item-slider-title:hover:after {
    width: 100%;
}

.woo-item-slider-content .woo-item-slider-price {
    font-family: Plus Jakarta Sans, sans-serif;
    text-align: center;
    color: #767676;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.02em;
    margin: 0px;

}

.woo-item-slider-icon-left {
    position: absolute;
    width: 50px;
    height: 50px;
    left: -50px;
    display: flex;
    z-index: 1;
    justify-content: center;
}

.woo-item-slider-icon-right {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 397px;
    border-radius: 50px;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.woo-item-slider-image-main.style-17 .woo-item-image {
    height: auto;
    overflow: hidden;
    position: relative;
    background: #F7F7F7;
}

.woo-item-slider-image-main.style-17 .women-wc-quick-checkout {
    position: absolute;
    right: 3px;
    bottom: 4px;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(100px);
    transition: 0.3s;
}

.woo-item-slider-image-main.style-17 .woo-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.3s;
} 

.woo-item-slider-image-main .woo-ready-to-wear-tag {
    position: absolute;
    z-index: 999;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

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

.woomen-shop-this-look-slider .fa-chevron-left {
    left: -50px;

}

.woomen-shop-this-look-slider .cwp-row.grid-view:not(.slick-initialized) {
    display: none;
}

.woomen-shop-this-look-slider .fa-chevron-right {
    right: -50px;

}
 
.woo-item-slider-image-main .woo-item-slider-content a {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    width: 100%;
    word-wrap: break-word;
}
.woo-item-slider-image-main.style-17 {
    position: relative;
}

.woo-item-slider-image-main.style-17 .star-icon {
    background-color: #fff0 !important;
    transform: translatey(-100px);
    transition: 0.3s;
}

.woo-item-slider-image-main.style-17:hover .star-icon {
    transform: translatey(0px);
}

.woo-item-slider-image-main.style-17:hover .women-wc-quick-checkout {
    transform: translatey(0px);
}

.woo-item-slider-image-main.style-17 .woo-ready-to-wear-tag p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #64A395;
    padding: 3px 12px;
    width: max-content;
}

.woo-item-slider-image-main.style-17 .woo-ready-to-wear-tag .woo-ready-to-wear-tag-sale{
   background: #C84C46;  
}

.woo-item-slider-image-main.style-17 .woo-ready-to-wear-tag .woo-ready-to-wear-tag-percent{
   background: #E86341;  
}

.star-icon{
  position: absolute !IMPORTANT;
}





.woo-overlay-move.onhover:hover .woo-gallery-overlay-image {
    opacity: 1;
    visibility: visible;
}

.card-bottom-border{
  height: 4px;
  background-color: #1D1D1D; 
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 99;
}

.woo-overlay-move.onhover:hover  .woo-gallery-overlay-image{
  opacity: 0 !important;
  visibility: hidden !important;
}
.woo-overlay-move.onhover:hover  .woo-gallery-overlay-image.active{
  opacity: 1 !important;
  visibility: visible !important;
}
.woo-overlay-move.onhover:hover .card-bottom-border{ 
  animation: move-width infinite 3000ms ease-out;
}
@keyframes move-width {
  0%  {
    width: 0%;
  } 
  100%  {
    width: 100%;
  } 
}
/* 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-family: "Plus Jakarta Sans";
    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-family: "Plus Jakarta Sans";
    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: 0;
    width: 500px;
    height: 100%;
    padding: 0 40px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    transition: .3s;
    transform: translateX(100%);
}
.woocomerce-location-details-sidebar.active {
      transform: translateX(0);
}

.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-family: "Plus Jakarta Sans";
    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-family: "Plus Jakarta Sans";
    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-family: "Plus Jakarta Sans";
    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-family: "Plus Jakarta Sans";
    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;
}
.woocomerce-location-details-sidebar{
	opacity:0;
}
.woocomerce-location-details-sidebar.active { 
      padding: 34px;
	 opacity:1;
      width: 100%;
}
@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-family: "Plus Jakarta Sans";
    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-family: "Plus Jakarta Sans";
    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: 0;
    width: 500px;
    height: 100%;
    padding: 0 40px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    transition: .3s;
    transform: translateX(100%);
}
.woocomerce-location-details-sidebar.active {
      transform: translateX(0);
}

.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-family: "Plus Jakarta Sans";
    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-family: "Plus Jakarta Sans";
    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-family: "Plus Jakarta Sans";
    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-family: "Plus Jakarta Sans";
    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;
}
.woocomerce-location-details-sidebar{
	opacity:0;
}
.woocomerce-location-details-sidebar.active { 
      padding: 34px;
	 opacity:1;
      width: 100%;
}
@media (max-width:1024px){

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

}
