/*----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;
}
.fashionv2-post-card .fashionv2-post-card-thumbnail {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 15px;
}

.fashionv2-post-card:hover .fashionv2-post-card-thumbnail img {
    transform: scale(1.07);
}

.fashionv2-post-card .fashionv2-post-card-thumbnail img {
    border-radius: 8px;
    transition: 0.7s;
    width: 100%;
}

.fashionv2-post-card .fashionv2-post-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
}

.fashionv2-post-card .fashionv2-post-card-content h4 {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.fashionv2-post-card .fashionv2-post-card-content h4 a {
    font-family: 'Fraunces';
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1d1d1d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    transition: .4s all ease;
}

.fashionv2-post-card .fashionv2-post-card-content .post-details {
    font-family: 'Fraunces';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #5C5C5C;
    position: relative;
}

.fashionv2-post-card .fashionv2-post-card-content .post-details::after,
.fashionv2-post-card .fashionv2-post-card-content .post-details::before {
    background-color: currentColor;
    bottom: -7px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 100%;
    will-change: transform;
}

.fashionv2-post-card .fashionv2-post-card-content .post-details::before {
    -webkit-transform-origin: right;
    transform-origin: right;
}

.fashionv2-post-card .fashionv2-post-card-content .post-details::after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.fashionv2-post-card .fashionv2-post-card-content .post-details:hover::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.fashionv2-post-card .fashionv2-post-card-content .post-details:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
/*----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;
}
.fashionv2-card-main-style-1 {
    overflow: hidden;
}

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

.fashionv2-card-main-style-1 .fashionv2-card-avail-colors .color-attributes li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border: 1px solid #5C5C5C;
    cursor: pointer;
    transition: 0.3s;
}

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

.fashionv2-card-main-style-1 .fashionv2-card-avail-colors .color-attributes li span {
    width: 11px;
    height: 11px;
}

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

.fashionv2-card-main-style-1 .fashionv2-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

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

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

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

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

.fashionv2-card-main-style-1 .fashionv2-card-content .fashionv2-card-price {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    text-transform: capitalize;
    color: #1d1d1d;
    margin-bottom: 9px;
}

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

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

.fashionv2-card-main-style-1 .fashionv2-card-tags li {
    padding: 10px;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    text-transform: capitalize;
    width: fit-content;
}

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

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

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

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

.fashionv2-card-main-style-1 .fashionv2-card-image {
    overflow: hidden;
    border-radius: 8px;
}

.fashionv2-card-main-style-1:hover .fashionv2-card-image img {
    transform: scale(1.07);
}

.fashionv2-card-main-style-1 .fashionv2-card-image img {
    border-radius: 8px;
    transition: 0.7s;
    width: 100%;
}

.fashionv2-card-main-style-1 .fashionv2-card-avail-sizes {
    position: absolute;
    padding: 8px 15px 12px 15px;
    bottom: 10px;
    right: 10px;
    left: 10px;
    border: 1px solid #1D1D1D;
    background: #ffffff;
    border-radius: 8px;
    transition: 0.5s;
    transform: translatey(100px);
    display: flex;
    flex-direction: column;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}

.fashionv2-card-main-style-1:hover .fashionv2-card-avail-sizes {
    transform: translatey(0px);
    visibility: visible;
    opacity: 1;
}

.fashionv2-card-avail-sizes .select-size {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #1d1d1d;
    margin-bottom: 10px;
}

.fashionv2-card-avail-sizes .label-attributes {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}

.fashionv2-card-avail-sizes .label-attributes li {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
}

.fashionv2-card-avail-sizes .label-attributes li:hover {
    background: #FFF3F2;
}

.fashionv2-card-avail-sizes .label-attributes li span {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1d1d1d;
}

.fashionv2-card-main-style-1:hover .fashionv2-card-image-main .star-icon {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.fashionv2-card-main-style-1 .fashionv2-card-image-main .star-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    transition: 0.5s;
    transform: translateY(-100px);
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

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

.fashionv2-card-main-style-1 .fashionv2-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;
}

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

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

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

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

.fashionv2-card-main-style-1 .fashionv2-card-colors-size-count {
    display: flex;
    align-items: center;
}

.fashionv2-card-main-style-1 .fashionv2-card-colors-size-count .saprator {
    margin-right: 3px;
}

.fashionv2-card-main-style-1 .fashionv2-card-colors-size-count .fashionv2-card-color-count,
.fashionv2-card-main-style-1 .fashionv2-card-colors-size-count .fashionv2-card-size-count {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    text-transform: capitalize;
    color: #767676;
}

.fashionv2-card-main-style-1 .fashionv2-card-colors-size-count .fashionv2-card-color-count .color-available,
.fashionv2-card-main-style-1 .fashionv2-card-colors-size-count .fashionv2-card-size-count .size-available {
    display: none;
}

.fashionv2-card-main-style-1 .fashionv2-card-avail-colors {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fashionv2-card-main-style-1 .fashionv2-card-avail-colors .women-wc-quick-checkout {
    margin-top: 8px;
    transition: 0.5s;
    transform: translatey(100px);
    visibility: hidden;
    opacity: 0;
}

.fashionv2-card-main-style-1:hover .fashionv2-card-avail-colors .women-wc-quick-checkout {
    transform: translatey(-3px);
    visibility: visible;
    opacity: 1;
}

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





/*.fashion-post-card-slider .cwp-row .slick-list .slick-slide {*/
/*	width: 435px;*/
/*}*/

.fashion-3cols .cwp-row .cwp-col-12 {
    width: 33.33%;
}

.fashion-product-card-spacing-and-pagination .cwp-row.grid-view .cwp-col-12 {
    margin-bottom: 20px !important;
	padding: 0 10px;
	transition: 0.6s;
}

.fashion-product-card-spacing-and-pagination .cwp-grids-container.columns-2 .cwp-col-12 {
    width: 50% !important;
}

.fashion1col-collection-grid .cwp-row .cwp-col-12 {
    width: 100% !important;
}

.fashion3cols-collection-grids .cwp-row .cwp-col-12 {
    width: 33.3%;
}

.fashion2cols-collection-grids .cwp-row .cwp-col-12 {
    width: 50%;
}

.fashionv2-wishlist-saved .cwp-row .cwp-col-12 {
    padding-bottom: 30px !important;
}

.fashion-post-card-complete-look-home .cwp-row .cwp-col-12 {
    width: 50% !important;
}

@media (max-width: 1400px) {
    .fashion-product-card-spacing-and-pagination .cwp-row.grid-view .cwp-col-12 {
		width: 33.3%;
	}
}

@media (max-width: 1024px) {
	.fashion-3cols .cwp-row .cwp-col-12,
	.fashioncol-half-width .cwp-row .cwp-col-12,
	.fashionv2-wishlist-saved .cwp-row .cwp-col-12 {
		width: 50% !important;
	}
	.fashion3cols-collection-grids .cwp-row .cwp-col-12,
	.fashion4cols-collection-grids .cwp-row .cwp-col-12,
	.fashion2cols-collection-grids .cwp-row .cwp-col-12 {
		width: 50% !important;
	}
}

@media (max-width: 990px) {
    .fashion-product-card-spacing-and-pagination .cwp-row.grid-view .cwp-col-12 {
		width: 50%;
	}
}

@media (max-width: 768px) {
    .fashion-product-card-spacing-and-pagination .cwp-row.grid-view .cwp-col-12,
    .fashionv2-wishlist-saved .cwp-row .cwp-col-12 {
		width: 100% !important;
	}
	.fashion-post-card-complete-look-home .cwp-row .cwp-col-12,
	.fashv2-saved-cards .cwp-row .cwp-col-12 {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
   .fashionv2-card-main-style-1 .fashionv2-card-image-main .star-icon,
   .fashionv2-card-main-style-1 .fashionv2-card-avail-sizes,
   .fashionv2-card-main-style-1 .fashionv2-card-avail-colors .women-wc-quick-checkout {
        transform: translateY(0px) !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .fashionv2-card-main-style-1 .fashionv2-card-image-main .star-icon .cwp-main {
        background: #fff !important;
    }
    .fashion-3cols .cwp-row .cwp-col-12,
    .fashioncol-half-width .cwp-row .cwp-col-12,
    .fashion-stores-section .cwp-row .cwp-col-12,
    .fashion-post-card-slider .cwp-row .cwp-col-12 {
		width: 100% !important;
	}
	.fashion-product-card-spacing-and-pagination .cwp-row.grid-view {
		padding: 0;
	}
	.fashion3cols-collection-grids .cwp-row .cwp-col-12,
	.fashion4cols-collection-grids .cwp-row .cwp-col-12,
	.fashion2cols-collection-grids .cwp-row .cwp-col-12 {
		width: 100% !important;
	}
	.fashion-post-card-slider .cwp-row .slick-list .slick-slide {
		width: 435px;
	}
}

@media (max-width: 480px) {
   .fashion-post-card-slider .cwp-row .slick-list .slick-slide {
		width: 400px;
	}
}

@media (max-width: 450px) {
   .fashion-post-card-slider .cwp-row .slick-list .slick-slide {
		width: 320px;
	}
}

.fashv2-sorting-right-border select#cwp-sorting-filter {
    border: none !important;
}

.wp-admin .cubewp-loop-preview .fashionv2-card-main-style-1 {
    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;
}
.fashionv2-store-grid-main {
    display: flex;
}

.fashionv2-store-grid-main .fashionv2-store-thumbnail {
    overflow: hidden;
    border-radius: 0 8px 8px 0;
    width: 50%;
}

.fashionv2-store-grid-main:hover .fashionv2-store-thumbnail img {
    transform: scale(1.07);
}

.fashionv2-store-grid-main .fashionv2-store-thumbnail img {
    border-radius: 0 8px 8px 0;
    transition: 0.7s;
    width: 100%;
}

.fashionv2-store-grid-main .fashionv2-post-card-content {
    width: 50%;
    background: #F3F3F3;
    border-radius: 8px 0 0 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top: 121px;
}

.fashionv2-store-grid-main .fashionv2-post-card-content h3 {
    font-family: 'Fraunces';
    font-weight: 300;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1d1d1d;
    margin-bottom: 27px;
}

.fashionv2-store-grid-main .fashionv2-post-card-content .store-details {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #1d1d1d;
    text-align: center;
}

.fashionv2-store-grid-main .fashionv2-post-card-content .store-hours {
    margin-bottom: 32px;
}

.fashionv2-store-grid-main .fashionv2-post-card-content .store-directions {
    font-family: 'Fraunces';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    padding: 17px 35px 18px 35px;
    background-image: linear-gradient(150deg, #5C5C5C 50%, #1D1D1D 50%);
    transition-duration: 0.7s;
    border-radius: 8px;
    background-size: 300%;
}

.fashionv2-store-grid-main .fashionv2-post-card-content .store-directions:hover {
    color: #fff;
    background-position: 100%;
}






.fashion-stores-section .cubewp-post-slider .slick-slide {
    width: 1020px;
}

@media (max-width: 1024px) {
	.fashion-stores-section .cubewp-post-slider .slick-slide {
		width: unset;
	}
	.fashionv2-store-grid-main .fashionv2-post-card-content {
        padding: 30px 15px !important;
        justify-content: center;
    }
}

@media (max-width: 767px) {
	.fashionv2-store-grid-main .fashionv2-post-card-content h3 {
        font-size: 22px;
        margin-bottom: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        text-align: center;
    }
    .fashionv2-store-grid-main .fashionv2-post-card-content .store-details {
        line-height: 24px;
    }
    .fashionv2-store-grid-main .fashionv2-post-card-content .store-hours {
        margin-bottom: 20px;
    }
    .fashionv2-store-grid-main {
        flex-direction: column;
    }
    .fashionv2-store-grid-main .fashionv2-post-card-content {
        width: 100%;
        border-radius: 8px 8px 0px 0px !important;
    }
    .fashionv2-store-grid-main .fashionv2-store-thumbnail {
        border-radius: 0px 0px 8px 8px !important;
        width: 100%;
    }
    .fashionv2-store-grid-main .fashionv2-store-thumbnail img {
        border-radius: 0px 0px 8px 8px !important;
    }
}

@media (max-width: 535px) {
    .fashion-stores-section .cubewp-post-slider .slick-slide {
        width: 320px;
    }
}
/* 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 h1 {
    font-size: 14px;
}

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

}