/* Shortcode Product List */
.dwl-products-list{
	display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: flex-start;
    gap: 20px;
}

.dwl-product-item{
	text-align: center;
    border: 1px solid #ffffff;
    padding: 30px 15px;
/*     border-radius: 15px; */
	max-width: 330px;
}
.dwl-product-image img {
     border-radius: 37px 37px 0 0;
}
h2.dwl-product-title {
	color: #ffffff;
  	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	margin-top:0;
	padding: 20px 30px 0 30px;
}

p.dwl-product-price {
	font-family: 'Inter';
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
	font-weight: 700;
	color: #ffffff;
	text-align: left;
    padding: 0 30px;
	margin-bottom: 30px !important;
}

a.button.dwl-add-to-cart {
/*     background-color: #353535; */
    padding: 10px 80px;
/*     border-radius: 20px; */
    color: #ffffff;
	text-transform: uppercase;
}
.variation-field .dwl-variation-select{
	 padding: 10px 75px;
	cursor: pointer;
}
/* .dwl-products-list-style-2 a.button.dwl-add-to-cart:hover{
	background-color: #4A7E7D;
	color: #ffffff;
} */
a.button.dwl-add-to-cart:hover {
    background-color: #ffffff;
	  color: #000000;
}
a.button.dwl-shop-now {
    display: block;
    font-size: 20px;
    margin-top: 20px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: underline;
}

.added_to_cart.wc-forward{
	display: none !important;
}

.variation-field {
    margin-bottom: 20px;
}


.variation-field .dwl-variation-select, .variation-field .dwl-variation-select:focus {
	border-radius: 15px;
	background: transparent;
	border: 1px solid #353535;
	font-size: 16px;
}

.dwl-variation-select {
	position: relative;
	width: 100%;
    margin-bottom: 20px;
	cursor: pointer;
}

.dwl-selected {
	border-radius: 15px;
	background-color: #fff;
	text-align: center;
}

.dwl-selected::after {
	content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jaGV2cm9uLWRvd24iIGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwb2x5bGluZSBwb2ludHM9IjYgOSAxMiAxNSAxOCA5Ii8+PC9zdmc+');
	height: 24px;
    width: 24px;
    align-self: center;
    margin-right: 0;
    margin-left: auto;
	position: absolute;
    top: 10px;
    right: 25px;
}
.dwl-selected.expanded::after{
	content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jaGV2cm9uLXVwIiBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cG9seWxpbmUgcG9pbnRzPSIxOCAxNSAxMiA5IDYgMTUiLz48L3N2Zz4=');
}

.dwl-selected.expanded .dwl-option{
	background-color: #f1f1f1;
}
.dwl-option.option-active{
	background-color: #f1f1f1;
	display: none;
}
.dwl-option {
	padding: 10px 20px;
    cursor: pointer;
    text-align: center;
	border-bottom: 1px solid #666;
}
.dwl-option:last-child {
    border-bottom: 0;
}

.dwl-option:first-child{
	border-bottom: 1px solid #666;
}

.dwl-option:hover {
	background-color: #f1f1f1;
}

.dwl-options-container.show {
	display: block;
}

.dwl-option h3 {
    font-size: 17px;
	font-weight: 600;
    line-height: 20px;
	margin-top: 0;
    margin-bottom: 15px;
}

.dwl-options-pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.dwl-options-pricing p{
    font-size: 14px;
	font-weight: 400;
	margin: 0;
}

.selected_plan_save {
	background-color: #f4e9db;
	font-size: 15px !important;
	color: #000;
	border-radius: 10px;
	padding: 0px 8px;
}

.dwl-variation-select {
    border: 1px solid #666;
    border-radius: 12px;
    background: #fff;
	overflow: hidden;
}

.dwl-options-container {
	display: none;
	z-index: 1;
}

/** Product Design style 2 **/
/* .dwl-products-list-style-2 .dwl-product-item {
    width: 50%;
    max-width: 50%;
} */

/* .dwl-products-list-style-2 .dwl-product-image {
    background-image: none;
    background: radial-gradient(rgba(179, 164, 255, 1), rgba(255, 255, 255, 1) 79%, rgba(255, 255, 255, 1) 97%);
} */
.dwl-products-list-style-2 .dwl-product-item {
    padding: 0;
	border: 4px solid #666666; 
	border-radius: 40px;
}
.dwl-products-list-style-2 .dwl-product-image img {
    width: 748px;
}

.dwl-products-list-style-2 .dwl-product-image{
	border-radius: 40px 40px 0 0;
}
.dwl-product-short-description{
	padding: 0 30px;
}
.product-desktop-content,
product-mobile-content{
	color: #ffffff;
	text-align: left;
}
.dwl-products-list-style-2 a.button.dwl-add-to-cart {
    width: fit-content;
    display: block;
    border-radius: 50px;
    background-color: #FF6B6B;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    padding: 20px 50px;
	margin-right: 30px;
    margin-bottom: 30px;
	text-transform: capitalize !important;
	margin: 0 auto;
	margin-top: 30px;
}
.dwl-products-list-style-2 a.button.dwl-add-to-cart:hover {
	color: #ffffff;
	background-color: #ff4c4c;
}

.dwl-products-list-style-2 a.button.dwl-shop-now {
    display: none;
}
.dwl-products-list-style-2 .dwl-variation-select-inner {
    max-width: 420px;
    margin: 0 auto;
	padding: 0 10px;
}
.dwl-product-title-price-bg {
	border-radius: 0px 0px 40px 40px;
	padding-bottom: 40px;
	margin-top: -10px;
}


@media screen and (max-width: 768px) {
	.dwl-products-list{
		gap: 10px;
		padding: 0px 10px;
	}
	p.dwl-product-price {
    line-height: 20px;
	}
	a.button.dwl-shop-now {
    font-size: 16px;
	}
	a.button.dwl-add-to-cart{
		 padding: 10px 80px;
	}
	.variation-field .dwl-variation-select{
		 padding: 10px 75px;
	}
	
}
@media screen and (max-width: 665px) {
	a.button.dwl-add-to-cart{
		 padding: 10px 50px;
	}
	.variation-field .dwl-variation-select{
		padding: 10px 45px;
	}
}
@media screen and (max-width: 580px) {
	a.button.dwl-add-to-cart{
		 padding: 10px 15px;
	}
	.variation-field .dwl-variation-select{
		 padding: 10px 13px;
	}
}

@media screen and (max-width: 520px) {
	.dwl-products-list{
		flex-direction: column !important;
		gap: 0;
	}
	.dwl-product-item{
		max-width: 100% !important;
	}
	.dwl-product-item {
		margin: 10px 20px;
		border: 1px solid #f4e9db;
	}
	.dwl-products-list-style-2 .dwl-product-item{
		margin-left: 0!important;
		margin-right: 0!important;
		margin-bottom: 10px;
		width: 100% !important;
		max-width: 100%  !important;
/* 		padding: 0 30px !important; */
	}
	.dwl-products-list-style-2 a.button.dwl-add-to-cart{
		line-height: 100%;
	}
}

@media screen and (max-width: 425px) {
	.dwl-products-list{
		padding: 0px 5px;
	}
	.dwl-product-image img {
    	border-top-left-radius: 36px;
    	border-top-right-radius: 36px;
	}
	a.button.dwl-add-to-cart{
		font-size: 12px;
		padding: 10px 35px;
	}
	h2.dwl-product-title{
		line-height: 25px;
	}
	.variation-field .dwl-variation-select{
		padding: 10px 10px;
	}
	.variation-field .dwl-variation-select{
		font-size: 12px;
	}
}

@media screen and (max-width: 374px) {
    a.button.dwl-add-to-cart {
        font-size: 12px;
        padding: 10px 30px;
    }
}

@media screen and (max-width: 426px) {
	.dwl-options-container{
		padding: 0px;
	}
	.dwl-options-pricing{
		height: auto;
	}
	.dwl-option h2{
		font-size: 16px;
		line-height: 25px;
	}
	.dwl-options-pricing{
		gap: 3px;
	}
	.dwl-options-pricing p{
		font-size: 12px;
	}
	.dwl-option{
		text-align: left;
	}
}