/*----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;
}
.oil-flex-date-author {
    margin-top: 16px;
}
.oil-blog-post-title h2 {
    font-size: 20px;
    font-weight: 500;
    color: #071E49 !important;
    width : 91%;
    margin: 6px 0px 0px 0px;
}
.oil-blog-post-title h2:hover {
    text-decoration: underline;
    transition: 0.3s;
}
.oil-flex-date-author {
    color: #767676 !important;
    font-weight: 400;
}
/*----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;
}
.essiential-oil-post-main{
    background: #FAFAFA;
}
.essiential-oil-post-overly-img .woo-gallery-overlay-image{
    display: none;
}

.essiential-oil-post-main .woo-shop-essential-card-image-main:hover .wc-woo-wmen-item-image{
    display: none;
}

.essiential-oil-post-main .woo-shop-essential-card-image-main:hover .woo-gallery-overlay-image.first-overlay-image{
    display: block;
}

.essiential-oil-post-main .woo-shop-essential-add-main .women-wc-quick-checkout i {
    margin-left: 0px;
}
.essiential-oil-post-main .color-attributes .color-swatch {
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 0%;
    box-shadow: 0px 0px 1px 1px #E6E6E6;
}

.essiential-oil-post-main .color-attributes {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.essiential-oil-post-main .woo-shop-essential-colors label {
    position: relative;
    padding: 18px 0px 0px 10px;
    margin-left: 16px;
}
.woo-shop-essential-card-reviews.woocommerce {
    display: flex;
    align-items: center;
    gap: 7px;
}

/*.essiential-oil-post-main .woo-shop-essential-colors input[type="radio"] {*/
/*    display: block;*/
/*}*/

.essiential-oil-post-main .woo-shop-essential-colors label::before {
    content: \'\';
    position: absolute;
    left: -23px;
    width: 13px;
    height: 13px;
    top: 6px;
    border-radius: 50%;
}

.essiential-oil-post-main .woo-shop-essential-colors label::after {
    content: \'\';
    position: absolute;
    left: -25px;
    width: 17px;
    height: 17px;
    border: 1px solid #E6E6E6;
    top: 4px;
    border-radius: 50%;
}

.essiential-oil-post-main .woo-shop-essential-main .essiential-oil-card-content-main {
    gap: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}


.essiential-oil-card-content-main .woo-shop-essential-card-reviews .star-rating::before {
    font-size: 9px;
    letter-spacing: 7px;
    font-family: 'WooCommerce';
    color: #071E49;
}

.woo-shop-essential-card-reviews.woocommerce .star-rating span::before {
    font-size: 9px;
    letter-spacing: 7px;
}
.woo-shop-essential-card-reviews.woocommerce .star-rating {
    width : 5.8em !important;
}
.essiential-oil-card-content-main .essiential-oil-card-content-rating {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 3px;
}

.essiential-oil-post-main .woo-shop-essential-main {
    gap: 20px;
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    
}

.essiential-oil-post-main .essiential-oil-card-content-main .woo-shop-essential-card-title:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.essiential-oil-post-main .woo-shop-essential-tag .woo-shop-essential-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;

}

.essiential-oil-post-main .woo-shop-essential-tag .woo-shop-essential-tag-sale {
    background: #363636;
    color: #fff;
    width: 70px;
    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;
}



.essiential-oil-post-main .woo-shop-essential-tag .woo-shop-essential-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;
}

.essiential-oil-post-main .woo-shop-essential-card-image-main .woo-shop-essential-tag {
    position: absolute;
    flex-direction: column;
    width: 65px;
    height: 85px;
    top: 11px;
    gap: 5px;
    display: flex;
}

.essiential-oil-post-main .woo-shop-essential-card-image-main .woo-shop-essential-heart-icon {
    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;
    padding-top: 2px;
}

.essiential-oil-post-main .woo-shop-essential-card-image-main .woo-shop-essential-add {
    font-size: 12px;
}
.essiential-oil-post-main .woo-shop-essential-card-image-main:hover .woo-shop-essential-hover-content {
    transform: translatey(-20px);
}

.essiential-oil-post-main .color-attributes li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.essiential-oil-post-main .woo-shop-essential-card-image-main .woo-shop-essential-hover-content {
    position: absolute;
    display: flex;
    bottom: 0px;
    flex-direction: row;
    right: 0px;
    left: 0px;
    justify-content: center;
    background: transparent;
    transition: 0.3s;
    display: flex;
    align-items: center;
    transform: translatey(100px);
}

.essiential-oil-post-main .woo-shop-essential-hover-content .woo-shop-essential-add-main {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-align: right;
    color: #363636;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.essiential-oil-post-main .woo-shop-essential-hover-content .woo-shop-essential-add-main:hover{
    color: #fff;
    background: #363636;
}
.essiential-oil-post-main .essiential-oil-card-content-main .woo-shop-essential-card-price {
    color: #071E49;
    font-size: 15px;
    font-weight: 600;
    
    margin: 5px 0px 0px 0px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
}

.essiential-oil-card-content-main .woo-shop-essential-card-price ins span {
    color: #AF1A31;
    font-size: 14px;
    font-weight: 600;
}

.essiential-oil-post-main .essiential-oil-card-content-main .furniture-post-title{
    width: 100%;    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-align: center;
    padding-top: 4px;
}

.essiential-oil-post-main .essiential-oil-card-content-main .woo-shop-essential-card-title {
    color: #071E49;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px;
}
.furniture-post-title{
    overflow: hidden;
    text-overflow: ellipsis;
}

.woo-shop-essential-icon-left {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 50px;
    height: 50px;
    top: 50%;
    border-radius: 50px;
    bottom: 50%;
}

.woo-shop-essential-icon-right {
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    top: 50%;
    right: 0px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
}

.essiential-oil-post-main .woo-shop-essential-card-image-main {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.essiential-oil-post-main .woo-shop-essential-card-image-main .wc-woo-wmen-item-image img {
    height: auto;
    object-fit: contain;
    background-color: #f6f6f6;
}

.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;
}

.essiential-oil-post-main .woo-shop-essential-card-image-main .woo-shop-essential-heart-icon {
    position: absolute;
}

.woo-shop-essential-card-reviews .star-rating {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}



.oil-post-responsive .cwp-row.cubewp-post-slider .slick-slide {
    width: 363px;
}

.oil-post-responsive .cwp-row.cubewp-post-slider .slick-list.draggable {
    padding: 0 !important;
}
.woo-shop-essential-card-reviews.woocommerce h6 {
    color: #767676 !important;
    font-size: 13px;
    font-weight: 400;
}




@media (max-width: 767px){
    
    .essiential-oil-post-main .woo-shop-essential-main {
        gap: 12px;
    }
    
    .essiential-oil-post-main .essiential-oil-card-content-main .woo-shop-essential-card-title {
        font-size: 12px;
        font-weight: 500;
        
    }
    .woo-shop-essential-card-content.essiential-oil-card-content-main {
        padding: 0 10px;
    }
}

[data-tooltip][data-flow^="up"]::after {
    background: #363636;
    white-space: nowrap;
    padding: 8px 12px;
}

[data-tooltip][data-flow^="up"]::before {
    border-left-color: #363636;
}


@media (max-width: 768px) {
    
    .oil-post-responsive .cwp-row .cwp-col-12 {
    width: 100% !important;
}
}


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

}
