/* 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;
					}
				 
.men-grooming-blog-post{
  position: relative;
}

.blogs_thumbnail {
    overflow: hidden;
}

.men-grooming-blog-post .blogs_thumbnail img{
  width: 100%;
  height: auto;
   object-fit: contain;
    transition: 0.5s;
}

.men-grooming-blog-post .blogs_thumbnail:hover img
 {
    transform: scale(1.1);
}


.men-grooming-blog-post .blog-content{
  position: absolute;
   bottom: 40px;
   left:40px;
   display: flex;
   flex-direction: column;
   gap:3px;
} 

.men-grooming-blog-post .blog-content .post{
  display: flex;
  align-items: center;
  gap:30px;
}

.men-grooming-blog-post .blog-content .post .dots {
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 20px;
}

.men-grooming-blog-post .blog-content .post p{
margin: 0px; 
/*font-family: \'DM Sans\';*/
font-weight: 400;
font-size: 14px;
line-height: 28px;
letter-spacing: 0px;
text-transform: capitalize;
color:#FFFFFF;
}
 
.men-grooming-blog-post .blog-content .tittle {
    width: 83%;
}

.men-grooming-blog-post .blog-content .tittle a{
  margin: 0px;
  text-decoration: none;
}

.men-grooming-blog-post .blog-content .tittle h2{
  margin: 0px; 
  /*font-family: \'DM Sans\';*/
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color:#FFFFFF;
  padding-bottom: 3px;
} 

.men-grooming-blog-post .blog-content .tittle h2:hover{
  color:#FFFFFF;
  text-decoration: underline !important;
}


.men-grooming-blog-post .blog-content .post-btn a{
   margin: 0px;
  color:#FFFFFF;
  /*font-family: \'DM Sans\';*/
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0px;
}

.men-grooming-blog-post .blog-content .post-btn a:hover{
  color:#FFFFFF;
  text-decoration: underline !important;
}


/*Responsive Quries Blog Post*/

@media (max-width: 768px) {
    .men-grooming-style-1.cwp-col-md-12{
        width: 100% !important;
    }
    
    .men-grooming-blog-post .blog-content {
    bottom: 20px;
     left: 20px;
     gap:8px;
   } 
   
    .men-grooming-blog-post .blog-content .tittle h2 {
    font-size: 18px;
    line-height: 23px;
 }
 
    
}


.men-grooming-post-style-2{
  display: flex;
  flex-direction: column;
  gap: 13px;
}


.men-grooming-post-style-2 .blog-thumbnail{
     overflow: hidden;
}

.men-grooming-post-style-2 .blog-thumbnail img{
  width: 100%;
  height: auto;
  object-fit: contain;
   transition: 0.5s;
}

.men-grooming-post-style-2 .blog-thumbnail:hover img
 {
    transform: scale(1.1);
}


.men-grooming-post-style-2 .blog-content{
   display: flex;
   flex-direction: column;
   gap: 5px;
} 

.men-grooming-post-style-2 .blog-content .post {
    display: flex;
    align-items: center;
    gap: 20px;
}  




.men-grooming-post-style-2 .blog-content .post p{
margin: 0px; 
/*font-family: \'DM Sans\';*/
font-weight: 400;
font-size: 14px;
line-height: 28px;
letter-spacing: 0px;
text-transform: capitalize;
color:#1A316D;
}
 
 
 
 .men-grooming-post-style-2 .blog-content .post .dots {
    width: 4px;
    height: 4px;
    background: #1A316D;
    border-radius: 20px;
}
 
 
.men-grooming-post-style-2 .blog-content .tittle {
    width: 94%;
}

.men-grooming-post-style-2 .blog-content .tittle a{
  margin: 0px;
  text-decoration: none;
}

.men-grooming-post-style-2 .blog-content .tittle h2{
  margin: 0px; 
  /*font-family: \'DM Sans\';*/
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color:#1A316D;
} 

.men-grooming-post-style-2 .blog-content .tittle h2:hover{
  text-decoration: underline;
}

.men-grooming-post-style-2 .blog-content .post-btn{
    padding-top:10px;
}

.men-grooming-post-style-2 .blog-content .post-btn a{
   margin: 0px;
   color:#1A316D;
  /*font-family: \'DM Sans\';*/
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0px;
  text-decoration: none;
}

.men-grooming-post-style-2 .blog-content .post-btn a:hover{
  text-decoration: underline !important;
}  




@media (max-width: 768px) {
    
    .men-grooming-blog-style-2.cwp-col-md-6{
        width: 100% !important;
    }
    
  .men-grooming-post-style-2 .blog-content {
    margin-bottom: 20px;
    }
    
  .men-grooming-post-style-2 .blog-content .tittle {
    width: 100%;
   }
    
    .men-grooming-post-style-2 .blog-content .tittle h2 {
    font-size: 18px;
    line-height: 23px;
 }
 
    
}
/*----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;
}
.men-grooming-products {
   display: flex;
   flex-direction: column;
    gap:10px;
    border: solid 1px #E6E6E6;
    margin: 0px -1px 0px 0px;
}



.men-grooming-products .product-image{
     position: relative;
}


.men-grooming-products .product-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  padding: 49px;
  transition: 0.3s;
}


.product-image .woo-gallery-overlay-image {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}


.men-grooming-products:hover .woo-gallery-overlay-image.first-overlay-image {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}





.men-grooming-products .product-content {
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: center;
  justify-content: center;
  padding: 18px 0px 26px 0px;
} 


.men-grooming-products .product-content .product-tittle a{
  margin: 0px; 
  text-decoration: none;
} 

.men-grooming-products .product-content .product-tittle h2 {
    margin: 0px !important;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 15px !important;
    letter-spacing: 0px;
    color: #1A316D !important;
    text-transform: uppercase;
    text-align: center;
}

.men-grooming-products .product-content .product-tittle h2:hover{
  text-decoration:underline;
  color:#1A316D;
} 



.men-grooming-products .product-content .product-rating {
    display: flex;
    align-items: center;
    gap: 4px;

}




.men-grooming-products .product-content .woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 7em;
    font-family: WooCommerce;
}


.men-grooming-products .product-content .woocommerce .star-rating::before {
    color: #11272D;
    letter-spacing: 5px;
}

.men-grooming-products .product-content .woocommerce .star-rating span::before {
    font-family: WooCommerce;
    letter-spacing: 5px;
    color:#1A316D;
}



.men-grooming-products .product-content .product-rating .review-text{
        font-weight: 400;
        font-size: 13px;
        line-height:13px;
        letter-spacing:0px;
        color:#1A316D;
}


.men-grooming-products .product-content .product-price p{
  margin: 0px !important;
font-weight: 500;
font-size: 15px;
line-height: 15px;
letter-spacing: 0px;
color:#1A316D;
}




 @media (max-width:767px) {
    
.men-grooming-products .product-content .product-tittle h2 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 150px;
        font-size: 12px !important;
    }
    
.men-grooming-products .product-image img {
    padding: 10px;
}

.men-grooming-products .product-content {
    gap: 10px;
    padding: 10px 0px 10px 0px;
}


.men-grooming-products .product-content .product-rating .review-text {
    font-size: 11px;
    line-height: 11px;
}


  }




 .main-vedio-products{
      position: relative;
 }

.men-grooming-vedio-products {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
    border-radius: 12px;
}


.men-grooming-vedio-products .vp_video_wrapper iframe {
     width: 100%;
    border-radius: 12px;
}



.men-grooming-vedio-products .vedio-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
}

.men-grooming-vedio-products .vedio-btn .play-video {
    display: none;
    border: 0px;
    border-radius: 120px;
    /*padding: 12px 10px;*/
    background: #33333366;
    color: #fff;
    font-size: 10px;
    height:50px;
    width:50px;
}


.men-grooming-vedio-products .pause-video {
    border: 0px;
    border-radius: 120px;
    padding: 12px 10px;
    background: #33333366;
    color: #fff;
    font-size: 10px;
    width: 50px;
    height: 50px;
}

.main-vedio-content {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0px 10px;
    position: absolute;
    bottom: 10px;
     /*left: 0px; */
}
.vedio-product-content {
    display: flex;
    gap: 25px;
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    padding: 10px;
    z-index: 9999;
}

.vedio-product-content .product-image img{
    width:60px;
}


.vedio-product-content .product-tittle-price {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vedio-product-content  .product-tittle-price h2 {
    margin: 0px !important;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 200px;
    color:#1a316d !important;
}

.vedio-product-content  .product-tittle-price h2:hover {
   text-decoration: underline !important;
   color:#1a316d !important;

}



.vedio-product-content  .product-tittle-price p {
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #1A316D;
}


.vedio-product-content .cart {
    background: #F6F4F1;
    padding: 10px 16px;
    border-radius: 120px;
    position: relative;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    cursor: pointer !important;
}
.vedio-product-content .cart svg {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
}
    
.vedio-product-content .cart:hover{
        background: #1A316D;
}

.vedio-product-content .cart:hover svg path{
    fill:#fff;
}


.vedio-product-content .woo-ajax-loader {
    align-items: center;
    justify-content: center;
}


  @media (max-width:1024px) {
    
  .vedio-product-content .product-tittle-price {
    gap:5px;
}  
    
    
 .vedio-product-content  .product-tittle-price h2 {
    width:120px;
  font-size: 12px;
}
  
  
  .vedio-product-content  .product-tittle-price p {
    font-size: 10px;
}
    
.men-grooming-vedio-products {
    height: 350px;
}


  }





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

@media (max-width:1024px){

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

}