/*----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;
}
.swimwear-post-card-style1 .swimwear-card-img-style1 {
    overflow: hidden;
    margin-bottom: 14px;
}

.swimwear-post-card-style1 .swimwear-card-img-style1 img {
    width: 100%;
    transition: 1000ms;
    z-index: 9;
    position: relative;
}

.swimwear-post-card-style1:hover .swimwear-card-img-style1 img {
    transform: scale(1.07);
}

.swimwear-post-card-style1 .swimwear-post-content-style1 .swimwear-style1-post-date,
.swimwear-post-card-style1 .swimwear-post-content-style1 .post-title {
    z-index: 999;
    position: relative;
}

.swimwear-post-card-style1 .swimwear-post-content-style1 .post-title {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.swimwear-post-card-style1 .swimwear-post-content-style1 .post-title a {
    color: #1d1d1d;
    transition: 0.3s;
    font-family: 'Trirong';
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-transform: capitalize;
}

.swimwear-post-card-style1 .swimwear-post-content-style1 .post-title a:hover,
.swimwear-post-card-style1 .swimwear-post-content-style1 .swimwear-style1-post-date .author-name a:hover {
    color: #645440;
}

.swimwear-post-card-style1 .swimwear-post-content-style1 .post-exerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Figtree';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #1d1d1d;
}

.swimwear-post-card-style1 .swimwear-post-content-style1 .swimwear-style1-post-date {
    padding: 0;
    margin: 0 0 11px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
}

.swimwear-post-card-style1 .swimwear-post-content-style1 .swimwear-style1-post-date .post-date-author-sap {
    width: 4px;
    height: 4px;
    background: #767676;
    border-radius: 10px;
}

.swimwear-post-card-style1 .swimwear-post-content-style1 .swimwear-style1-post-date .post-date,
.swimwear-post-card-style1 .swimwear-post-content-style1 .swimwear-style1-post-date .author-name a {
    color: #1d1d1d;
    text-transform: capitalize;
    transition: 0.3s;
    font-family: 'Figtree';
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
}



@media (max-width: 1024px) {
    .swimwear-post-card-style1 .swimwear-post-content-style1 .post-title a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .swimwear-post-card-style1 .swimwear-post-content-style1 .post-title a {
        font-size: 18px;
    }
    .swimwear-blogshome-post-card .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;
}
.swimwear-card-main-style-1 {
    margin-bottom: 30px;
}

.swimwear-card-main-style-1 .women-wc-quick-checkout {
    position: relative;
}

.swimwear-card-main-style-1 .women-wc-quick-checkout .woo-ajax-loader {
    justify-content: center;
}

.swimwear-card-main-style-1 .swimwear-card-content .swimwear-card-avail-colors {
    display: flex;
    justify-content: center;
}

.swimwear-card-main-style-1 .swimwear-card-image-main {
    overflow: hidden;
    margin-bottom: 15px;
}

.swimwear-card-main-style-1 .swimwear-card-image-main .swimwear-card-gallery img {
    width: 100%;
    object-fit: cover;
    transition: 0.7s;
}

.swimwear-card-main-style-1 .swimwear-card-gallery .woo-gallery-overlay-image {
    display: none;
}

.swimwear-card-main-style-1 .swimwear-card-gallery .woo-gallery-overlay-image.first-overlay-image {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
}

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

.swimwear-card-main-style-1 .swimwear-card-image-main .swimwear-product-quick_hover {
    position: absolute;
    z-index: 99;
    right: 20px;
    bottom: 20px;
    background: #fff;
    /*padding: 10.4px 10.5px;*/
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: 0.5s;
    width: 35px;
    height: 35px;
    overflow: hidden;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.swimwear-card-main-style-1 .swimwear-card-image-main .swimwear-product-quick_hover:hover {
    width: 115px;
    background: #1d1d1d;
    /*padding: 10.4px 12px;*/
}

.swimwear-card-main-style-1:hover .swimwear-card-image-main .swimwear-product-quick_hover {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.swimwear-card-main-style-1 .swimwear-card-image-main .swimwear-product-quick_hover svg {
    position: absolute;
    transition: 0.5s;
}

.swimwear-card-main-style-1 .swimwear-card-image-main .swimwear-product-quick_hover:hover svg {
    position: unset;
    transition: 0.5s;
    fill: #fff;
    stroke: #fff;
}

.swimwear-card-main-style-1 .swimwear-card-image-main .swimwear-product-quick_hover span {
    transform: translateX(50px);
    opacity: 0;
    transition: 0.5s;
    white-space: nowrap;
}

.swimwear-card-main-style-1 .swimwear-card-image-main .swimwear-product-quick_hover:hover span {
    transform: translateX(0);
    opacity: 1;
    color: #fff;
}

.swimwear-card-main-style-1 .swimwear-card-image-main .swimwear-product-quick_hover .woo-ajax-loader svg circle {
    stroke: #fff;
}

.swimwear-card-main-style-1 .swimwear-card-image-main .star-icon {
    position: absolute;
    top: 11px;
    right: 10px;
    transition: 0.5s;
    z-index: 9;
}

.swimwear-card-main-style-1 .swimwear-card-image-main .star-icon .cwp-main svg {
    width: 12px;
    height: 12px;
}

.swimwear-card-main-style-1 .swimwear-card-image-main .star-icon .cwp-main {
    border: none;
    padding: 8px;
    color: #000;
    width: 35px;
    height: 35px;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.swimwear-card-main-style-1 .swimwear-card-image-main .star-icon .cwp-main:hover {
    background: #fff;
}

.swimwear-card-main-style-1 .swimwear-card-image-main .star-icon .cwp-main .woo-ajax-loader {
    justify-content: center;
}

.swimwear-card-main-style-1 .swimwear-card-image-main .star-icon::before {
    rotate: 48deg;
    border: 4px solid #000000ed;
    left: -12px;
    top: 44.5%;
}

.swimwear-card-main-style-1 .swimwear-card-tags {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
}

.swimwear-card-main-style-1 .swimwear-card-tags li {
    padding: 10px;
    display: flex;
    justify-content: center;
    border-radius: 0px;
    text-transform: uppercase;
    width: fit-content !important;
    font-family: 'Figtree';
    font-weight: 500;
    font-size: 11px;
    line-height: 100%;
}

.swimwear-card-main-style-1 .swimwear-card-tags li:last-child {
    margin: 0px;
}

.swimwear-card-main-style-1 .swimwear-card-tags .swimwear-tag-new {
    background: #fff;
    color: #1d1d1d;
    margin-bottom: 10px;
}

.swimwear-card-main-style-1 .swimwear-card-tags .swimwear-tag-sale {
    background: #1d1d1d;
    color: #fff;
    margin-bottom: 10px;
}

.swimwear-card-main-style-1 .swimwear-card-tags .swimwear-tag-percent {
    background: #A50118;
    color: #fff;
}

.swimwear-card-main-style-1 .swimwear-card-tags .swimwear-tag-percent span.save-label {
    margin-right: 2px;
}

.swimwear-card-main-style-1 .swimwear-card-content .swimwear-card-title {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 9px;
}

.swimwear-card-main-style-1 .swimwear-card-content .swimwear-card-title a {
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #1d1d1d;
    font-family: 'Trirong';
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
}

.swimwear-card-main-style-1 .swimwear-card-content .swimwear-card-title a::after {
    content: "";
    background: #1d1d1d;
    height: 1px;
    width: 0%;
    display: block;
    transition: .4s all ease;
    left: 0;
    bottom: 0px;
    position: absolute;
}

.swimwear-card-main-style-1 .swimwear-card-content .swimwear-card-title a:hover::after {
    width: 100%;
}

.swimwear-card-main-style-1 .swimwear-card-content .swimwear-card-price {
    text-align: center;
    color: #1d1d1d;
    margin-bottom: 15px;
    font-family: 'Figtree';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
}

.swimwear-card-main-style-1 .swimwear-card-content .swimwear-card-price .woocommerce-Price-currencySymbol {
    margin-right: -3px;
}

.swimwear-card-main-style-1 .swimwear-card-avail-colors .color-attributes {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: fit-content;
}

.swimwear-card-main-style-1 .swimwear-card-avail-colors .color-attributes li {
    width: 13px !important;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border: 1px solid #5C5C5C;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
}

.swimwear-card-main-style-1 .swimwear-card-avail-colors .color-attributes li:hover {
    border-color: #1d1d1d;
}

.swimwear-card-main-style-1 .swimwear-card-avail-colors .color-attributes li span {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.swimwear-card-main-style-1 .swimwear-card-avail-colors .color-attributes .attribute-more-count {
    padding: 0;
    border: none;
}



/* custom cats styling on home */

.swimwear-cats-hover-main .swimwear-cats-hover-up {
    bottom: 0px !important;
    transition: 0.4s;
}

.swimwear-cats-hover-main:hover .swimwear-cats-hover-up {
    bottom: 30px !important;
}

.swimwear-cats-hover-main .swimwear-cats-hover-button {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s !important;
}

.swimwear-cats-hover-main:hover .swimwear-cats-hover-button {
    opacity: 1;
    visibility: visible;
}

/* custom cats styling end */

/* custom post card css of swim */

.custom-scroll-enabled .cubewp-posts-shortcode.cwp-row {
    flex-wrap: nowrap;
}

.custom-scroll-enabled .swimwear-customscroll-post-cards .cwp-row .cwp-col-12 {
    min-width: 360.5px;
    width: 360.5px;
}

.custom-scroll-enabled .swimwear-customscroll-coverage-post-cards .cwp-row .cwp-col-12 {
    min-width: 360.5px;
    width: 360.5px;
}

.swimwear-shop-post-cards .cwp-grids-container.cwp-row .cwp-col-12 {
    width: 25% !important;
    padding: 0 2.5px !important;
    transition: 0.5s;
}

.swimwear-shop-post-cards .cwp-grids-container.cwp-row.columns-2 .cwp-col-12 {
    width: 50% !important;
}

.swimwear-shop-post-cards .cwp-pagination {
    border-bottom: 1px solid #E6E6E6;
    width: max-content;
    margin: 60px auto 0;
}

.swimwear-shop-post-cards .cwp-pagination ul {
    margin: 0px;
    padding: 0px;
}

.swimwear-shop-post-cards .cwp-pagination li.active a {
    background-color: #fff0 !important;
    color: #1d1d1d !important;
    border-bottom: 1px solid #1d1d1d !important;
    border-radius: unset !important;
}

.swimwear-shop-post-cards .cwp-pagination ul a {
    color: #1d1d1d;
}

.swimwear-shop-post-cards .cwp-pagination a {
    text-transform: uppercase;
    min-width: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}

.swimwear-single-posts-cards .cwp-row.grid-view .cwp-col-12 {
    width: 50% !important;
}

.swimwear-single-posts-cards-by-type .cwp-row.grid-view .cwp-col-12 {
    width: 20% !important;
}

.swimwear-collection-2post-card .cwp-row .cwp-col-12 {
    width: 50% !important;
}

@media (max-width: 1024px) {
    .swimwear-shop-post-cards .cwp-grids-container.cwp-row .cwp-col-12 {
        width: 50% !important;
    }
    .swimwear-single-posts-cards-by-type .cwp-row.grid-view .cwp-col-12 {
        width: 33.33% !important;
    }
}

@media (max-width: 768px) {
    .swimwear-shop-look-post-card .cwp-row .cwp-col-12 {
        width: 100% !important;
    }
    .swimwear-shop-post-cards .cwp-grids-container.cwp-row.columns-2 .cwp-col-12 {
        width: 100% !important;
    }
    .swimwear-shop-post-cards .cwp-grids-container.cwp-row .cwp-col-12 {
        width: 100% !important;
    }
    .swimwear-single-posts-cards .cwp-row.grid-view .cwp-col-12,
    .swimwear-single-posts-cards-slider .cwp-row.grid-view .cwp-col-12,
    .swimwear-single-posts-cards-by-type .cwp-row.grid-view .cwp-col-12,
    .swimwear-wishlist-post-cards .cwp-row .cwp-col-12 {
        width: 100% !important;
    }
    
    .swimwear-collection-post-card .cwp-row .cwp-col-12,
    .swimwear-collection-2post-card .cwp-row .cwp-col-12 {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .custom-scroll-enabled .swimwear-customscroll-post-cards .cwp-row .cwp-col-12,
    .custom-scroll-enabled .swimwear-customscroll-coverage-post-cards .cwp-row .cwp-col-12 {
        min-width: 310px !important;
        width: 310px !important;
    }
    .swimwear-single-posts-cards-slider .cwp-row.grid-view,
    .swimwear-single-posts-cards .cwp-row.grid-view,
    .swimwear-single-posts-cards-by-type .cwp-row.grid-view {
        padding: 0px !important;
    }
    .swimwear-card-main-style-1 .swimwear-card-image-main .swimwear-product-quick_hover {
        transform: translateY(0px) !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

@media (max-width: 500px) {
    .custom-scroll-enabled .swimwear-customscroll-post-cards .cwp-row .cwp-col-12,
    .custom-scroll-enabled .swimwear-customscroll-coverage-post-cards .cwp-row .cwp-col-12 {
        min-width: 280px !important;
        width: 280px !important;
    }
}

.swimwear-card-main-style-1 .swimwear-card-tags::before,
.swimwear-card-main-style-1 .swimwear-card-tags::after,
.swimwear-card-main-style-1 .swimwear-card-avail-colors .color-attributes::before,
.swimwear-card-main-style-1 .swimwear-card-avail-colors .color-attributes::after {
    display: none !important;
}

.wp-admin .cubewp-loop-preview {
    position: relative;
}
/*----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: "Figtree";
    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: "Figtree";
    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: "Figtree";
    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: "Figtree";
    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: "Figtree";
    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: "Figtree";
    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;
    }

}