/*----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;
}
/*----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;
}
.fitness-card-main.loop-style30 .woo-trending-card-image-main{
    position: relative !important;
    overflow: hidden !important;
}
.woo-trending-content .woo-trending-price-main {
    display: flex;
    align-items: center;
    gap: 10px;
}

.woo-trending-row {
    max-width: 1400px;
}
.fitness-card-main .woo-trending-content {
    gap: 7px;
    display: flex;
    flex-direction: column;
    margin-top: 2px;
}
.fitness-card-main {
    gap: 15px !important;
    display: flex;
    flex-direction: column;
}
.woo-trending-card-image-main .woo-trending-card-image {
    width: 100%;
    background: #F7F7F7;
    height: auto;
}
.woo-trending-card-image-main .woo-trending-star-icon {
    width: 27px;
    height: 27px;
    top: 10px;
    right: 15px;
    gap: 10px;
    border-radius: 120px;
    display: flex;
    position: absolute;
    background: white;
    align-items: center;
    justify-content: center;
}
.woo-trending-add-button {
    background: white;
    border-style: none;
    position: absolute;
    height: 50px;
    padding: 20px 35px 20px 35px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0.02em;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.woo-trending-content .woo-trending-product-title {
    font-family: Roboto, sans-serif;
    color: #1d1d1d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block !important;
    width: 100%;
    font-weight: 400;
    text-align: left;
    margin-left: 0px;
    text-transform: capitalize;
    font-size: 14px !important;
    letter-spacing: 0px;
}
 
.woo-trending-content .woo-trending-product-title {
    color:#000 !important;
    position: relative;
}
.woo-trending-content .woo-trending-product-title::after {
  content:"";
background:#000;
    height:1px;
    width:0%;
    position:absolute;
    left:0;
    bottom:0;
    transition:0.3s;
    
}
.woo-trending-content .woo-trending-product-title:hover::after {
    width:100%;
    
}
.woo-trending-content .attribute-image-item {
    position: relative;
}
.woo-trending-content .attribute-image-item::after {
    content: attr(data-term-slug);
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px 10px 7px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    text-transform: capitalize;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.woo-trending-content .attribute-image-item:hover::after {
    opacity: 1; 
    transform: translateX(-50%) translateY(5px);  
}
.woo-trending-content .attribute-image-item:hover img {
    box-shadow: 0px 0px 1px 1px #000;  
    transition: all 0.3s ease; 
}
.woo-trending-content .woo-trending-product-dis-price {
    color: #161616;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin: 0px;
}

.woo-trending-content .woo-trending-product-reg-price {
    color: #161616;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    margin: 0px;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    font-family: 'Roboto';
}

.woo-trending-product-reg-price del {
    color: #767676;
    font-weight: 400;
}

.woocommerce-Price-currencySymbol {
    margin-right: 2px;
}
.woo-trending-button-main {
    visibility: hidden;
    opacity: 0;
    transition: 0.7s;
}
.fitness-card-main .woo-trending-card-image-main:hover .woo-trending-button-main {
    visibility: visible;
    opacity: 1;
}
.woo-trending-button-main .woo-trending-buttons {
    position: absolute;
    border-style: none;
    background: #FFFFFFE5;
    bottom: 0px;
    padding: 20px 0px 20px 0px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    left: 0px;
    right: 0px;
}
.woo-trending-buttons .woo-trending-add-size {
    color: #202025;
    height: 10px;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    margin: 0px;
    justify-content: center;
    align-items: center;
}
.woo-trending-buttons .woo-trending-size {
    list-style: none;
    gap: 10px;
    display: flex;
    justify-content: center;
}
.woo-trending-size .woo-trending-size-list {
    border: 1px solid #ECEDEC;
    width: 30px;
    height: 25px;
    display: flex;
    align-items: center;
    color: #1d1d1d;
    background: white;
    padding: 16px 15px 16px 15px;
    gap: 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: left;
    justify-content: center;
}
.woo-trending-size-list:hover {
    border: 1px solid #202025;
    color: black;
}

.fitness-card-main .cwp-main.cwp-saved-post::after {
    font-weight: 800;
}
.loop-style30 .woo-best-card-image-main .woo-best-tag-sale {
    width: 65px;
    height: 25px;
    padding: 8px 10px 8px 10px;
    gap: 10px;
    border-radius: 20px;
    display: flex;
    background: #1d1d1d;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    align-items: center;
    justify-content: center;
    margin: 0px;
}
.fitness-card-main .woo-best-tag {
    position: absolute;
    z-index: 999;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.fitness-card-main .woo-best-tag p {
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1d1d1d;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    margin: 0px;
    width: max-content;
    padding: 0 11px;
}

.wc-women-best-section-slider .fitness-card-main .woo-best-tag p {
    border-radius: 0;
}
.wc-women-best-section-slider .woo-trending-card-image {
    height: 670px;
    object-fit: contain;
}

.wc-women-best-section-slider .fitness-card-main .woo-best-tag {
    padding: 0;
}
.wc-women-best-section-slider .col-12 {
    width: 447px !important;
    margin-right: 4px;
}
.wc-women-best-section-slider .slick-list.draggable {
    overflow: inherit;
}
.wc-women-best-section-slider .cwp-post-hidden-id {
    width: 0 !IMPORTANT;
    float: unset ! IMPORTANT;
}
.fitness-card-main.loop-style30 .woo-trending-card-image-main .woo-trending-card-image {
    height: auto;
    object-fit: contain;
}

    .new-arrivals-women-style  .cwp-row.grid-view .cwp-col-12 {
    margin-bottom: 0px !important;
    padding: 0px 4px;
}
 
    .wc-women-best-section-slider .cwp-col-12 {
        margin-right: 4px;
        width: 447px !important;
    }
    @media(max-width:768px){
        .wc-women-best-section-slider .cwp-col-12 {
            margin-right: 4px;
            margin-left: 13px;
        }
    }
    .loop-style30 .woo-gallery-overlay-image {
    display: none;
}

.max-image-hight-670 .fitness-card-main.loop-style30 .woo-trending-card-image-main .woo-trending-card-image {
    height: auto;
}
.max-image-hight-517 .fitness-card-main.loop-style30 .woo-trending-card-image-main .woo-trending-card-image {
    height: auto;
}
.loop-style30 .star-icon {
    position: absolute !important;
    width: 26px;
    height: 26px;
    top: 21px;
    right: 19px;
    padding: 8px;
    border-radius: 30px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    padding-top: 9px;
}

.loop-style30 .woo-trending-card-image-main img {
    transition: .3s;
    margin: auto;
    width: 100%;
}
.loop-style30 .woo-trending-card-image-main:hover img {
    transform: scale(1.1);
}
.loop-style30 .image-attributes {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 5px;
}
body .loop-style30 .woo-trending-content .image-attributes img {
    width: 20px !important;
    height: auto;
}
.loop-style30  .cwp-main.cwp-save-post svg {
    display: none;
}
.loop-style30  .cwp-main.cwp-saved-post svg {
    display: none;
}
.loop-style30 .cwp-main:after {
    font-family: 'Font Awesome 6 Free';
    display: inline-block !important;
    content: '\f005';
    color: #000000;
    font-size: 13px;
    line-height: normal;
}
.loop-style30 .cwp-main.cwp-save-post:after {
    font-weight: 400;
}
.loop-style30 .cwp-main.cwp-saved-post:after {
    font-weight: 600;
}
.loop-style30 .woo-overlay-move {
    position: relative;
    height: 100%;
}
.fitness-card-main.loop-style30:hover .woo-gallery-overlay-image {
    opacity: 1;
    visibility: visible;
}

.cwp-single-save-btns.cwp-single-widget span.cwp-main {
    border: unset !important; 
    color: unset !important;
}

.fitness-card-main.loop-style30 .fitness-veriation-main{
    position: absolute;
    bottom: 10px;
    left: 1px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform: translateY(150px);
    width: 100%;
    padding: 0 11px;
}
      
.fitness-card-main.loop-style30:hover .fitness-veriation-main {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.fitness-card-main.loop-style30 .fitness-veriation-options {
    width: 100%;
    display: flex;
    gap: 13px;
    padding: 15px 20px 20px;
    border-radius: 4px;
    flex-direction: column;
    background: #fff;
}


.fitness-card-main.loop-style30 .fitness-veriation-options p {
    text-align: center;
    font-size: 14px;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.fitness-card-main.loop-style30 .fitness-veriation-options ul.label-attributes {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.fitness-card-main.loop-style30 .fitness-veriation-options ul.label-attributes .attribute-label-item {
    line-height: 100%;
    font-size: 14px;
    border: 1px solid #E6E6E6;
    font-family: 'Roboto Condensed';
    font-weight: 500;
    border-radius: 4px;
    width: calc(100% / 4 - 8px);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.fitness-card-main.loop-style30 .fitness-veriation-options ul.label-attributes .attribute-label-item:hover {
    border: 1px solid #161616;
}

.cubewp-filters-style1 .cwp-search-result-output .fitness-card-main.loop-style30 {
    margin: 0 0 25px 0;
}

/* only for single recently view*/

.elementor-widget-vp_products_by_type .cwp-row {
    margin: 0;
}

/* only for single recently view end*/

@media (max-width : 767px){
    .fitness-matching-itmems .cwp-col-12.cwp-col-md-6 {
        width: 100% !important;
    }
     .fitness-matching-itmems .woo-overlay-move {
        display : flex;
        justify-content: center;
    }
    
    
}
@media (max-width : 500px){

    .fitness-card-main.loop-style30 .fitness-veriation-options{
        gap: 10px;
        padding: 12px 15px 15px;
    }

    .fitness-card-main.loop-style30 .fitness-veriation-main {
        left: 0px;
        padding: 0 5px;
    }
    .fitness-card-main.loop-style30 .fitness-veriation-options p {
        font-size: 12px;
    }
    .fitness-card-main.loop-style30 .fitness-veriation-options ul.label-attributes .attribute-label-item {
        font-size: 12px;
    }
    .fitness-card-main.loop-style30 .fitness-veriation-options ul.label-attributes .attribute-label-item{
        height: 30px;
    }
}

/*----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;
}
/* 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: 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-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;
}
.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;
    }

}
