/* 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: 40px 40px 0 0;
}
h2.dwl-product-title {
    display: flex;
    justify-content: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    margin-top: 0;
    padding: 20px 30px 0 30px !important;
}

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;
}
a.button.dwl-add-to-cart:hover {
    background-color: #F1EFE7;
	  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-single-product-item.dwl-product-item {
    width: auto;
    max-width:100%;
	background-color: transparent;
}
/* .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-single-product-item .dwl-product-title-price-bg {
	border-radius: 0px 0px 40px 40px;
	padding-bottom: 40px;
}
.dwl-products-list-style-2 .dwl-product-item {
    padding: 0;
    border: navajowhite;
	background-color: #222625;
	border-radius: 40px;
	padding-bottom: 40px;
}

.dwl-products-list-style-2 .dwl-product-image img {
    width: 748px;
}
/* .dwl-products-list-style-2 .dwl-product-image{
	border-radius: 50% 50% 0 0;
} */
.dwl-products-list-style-2 .dwl-product-image{
	background-color:#ffffff;
	    border-radius: 39px 39px 0 0;
}
.dwl-product-short-description{
	padding: 0 30px;
	display: none;
}
.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: #D57F42;
    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;
}
/* .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;
}
/* variation short description */
.variation-description p{
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	margin: 10px 0;
}
/* Product Archive*/
/* .elementor-location-archive.product {
    background: radial-gradient(rgba(179, 164, 255, 1), rgba(255, 255, 255, 1) 79%, rgba(255, 255, 255, 1) 97%);
} */
/* porduct list widget img gap issue */
.dwl-products-list-style-2 .dwl-single-product-item a.dwl-product-image-link{
	line-height: 0;
}
@media screen and (max-width: 1024px) {
	.dwl-products-list{
		flex-wrap: wrap;
	}
	.dwl-products-list-style-2 .dwl-product-item {
		width: 48%;
		max-width: 48%;
	}
}
@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;
	}
	.dwl-products-list-style-2 .dwl-product-item{
		padding-bottom: 20px;
	}
	
}
@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: 100px;
    	border-top-right-radius: 100px;
	}
	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;
	}
}

 /*Langunage switcher*/
 .gtranslateWrapper {
	float: left;
/* 	margin-top: 7px; */
	position: relative;
	padding-left: 13px;
}

.gtranslateLanguage {
	width: 160px;
	padding: 20px;
	background: #f1f2f2;
	position: absolute;
	top: 0px;
	left: 40px;
	display: none;
	box-shadow: rgba(149, 157, 165, 0.2) 0 0 10px;
	border-radius: 5px;
	z-index: 100;
}
.gtranslateLanguage.show-gtranslate-globe{
  display: block;
}
.gtranslateGlobe{
    display: flex;
	align-items: center;
    cursor: pointer;
}
.gtranslateGlobe img {
	max-width: 21px;
	float: left;
}
.gtranslateGlobe span {
display: inline-block;
    margin-left: 10px;
    margin-top: 0;
    color: #fff;
	font-size: 18px;
    font-weight: 400;
}
.gtranslateGlobe:hover span{
  color: #fff;
}
.gtranslateLanguage a {
	display: block;
	color: #000;
	font-size: 18px;
	margin-bottom: 15px;
}
.gtranslateLanguage:after, 
.gtranslateLanguage:before {
  right: 100%;
  top: 17px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 101;
}

.gtranslateLanguage::after {
  border-color: rgba(242, 242, 242, 0);
  border-right-color: rgba(242, 242, 242, 0.9);
  border-width: 10px;
  margin-top: -10px;
}
.gtranslateLanguage::before {
  border-color: rgba(242, 242, 242, 0);
  border-right-color: rgba(242, 242, 242, 0.9);
  border-width: 14px;
  margin-top: -14px;
}
/* mobile golbe icon language dropdown */
@media (max-width: 767px) {
	.gtranslateWrapper{
		margin-top: 0;
	}
	.gtranslateLanguage{
	   top: 37px;
	  left: -1px;
	  width: 100px;
	}
	.gtranslateLanguage::after{
		border-width: 14px;
        margin-top: -14px;
	}
	.gtranslateLanguage:after, .gtranslateLanguage:before{
		transform: rotate(90deg);
        left: 1px;
		top:-10px;
	}
		
}