.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
	color: #ff1100;
	display: block !important;
	visibility: visible!important;
}
.woocommerce-invalid-required-field .form-check-input[type="checkbox"] {
	border-color: #ff1100!important;
	background-color: #ffcdcd!important;
}

.woocommerce-invalid-required-field .woocommerce-input-wrapper .form-control {
	border-color: #ff1100!important;
}
.woocommerce-invalid-required-field .woocommerce-input-wrapper .form-control {
	border-color: #ff1100 !important;
	background-color: #ffcdcd!important;
}
.woocommerce-invalid-email .woocommerce-input-wrapper .form-control,
.woocommerce-invalid-phone .woocommerce-input-wrapper .form-control {
	border-color: #ff1100 !important;
	background-color: #ffcdcd!important;
}
.org-col-4.col-lg-4 {
	width: calc(100% / 3)!important;
}
.price.product_is_group{
	flex-wrap: wrap;
	text-align: center;
}
@media only screen and (min-width: 992px) {
	.price.product_is_group del {
	text-align: left;
	}
}

.price.product_is_group del {
	font-size: 1.5rem;
	width: 100%;
}

.fitler_toggle_button {
	margin-bottom: 1.25rem
}
@media (max-width: 960px) {
	#cart .main-heading:first-child {
		font-size: 26px;
	}
}

.form-control:focus{
	box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
	border-color: #eb07bf !important;

}

#cart .billing-address .form-control::placeholder, #cart .billing-address .form-control {
	color: #B390B3
}
.woocommerce-order #cart .woocommerce-order-details__title {
	padding-left: 0px;
}

.shop_table thead th {
	padding: 0.75rem 0;
}

.shop_table tbody td {
	padding: 0.75rem 0;
}

#cart .prices-order-recieved-wrapper {
	display: flex;
	justify-content: end;
	margin-top: 2rem;
}

@media (max-width: 960px) {
	#cart .prices-order-recieved-wrapper {		
		display: block;		
	}
}

#cart .price-order-recieved {
	display: grid;
	grid-template-columns: auto auto;
	gap: 1rem;
}



#cart .price-order-recieved .title {
    font-weight: 600;	
}

#cart .price-order-recieved .price {
	color: #926092;
	display: flex;
	font-weight: 600;
    gap: 0.5rem;
	justify-content: end;    
}

#cart .price-order-recieved .price > div {
	text-align: right;
}

#cart .price-order-recieved .price-total {
	border-top: 1px solid #E5DCE5;	
	display: grid;
	grid-column: 1 / span 2;
	grid-template-columns: auto auto;
	padding-top: 1rem;
}

@media (max-width: 1200px) {
	.woocommerce-order .woocommerce-thankyou-order-details li {	
		border: none !important;
		margin-bottom: 0.75rem;
		margin-right: 0 !important;
		padding: 0 !important;
		width: 100%;
	}	
}

.woocommerce-message {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
    gap: 1rem;
	justify-content: space-between;
}

.woocommerce-message .wc-forward {
	text-align: center;
}

body section:last-child {
	margin-bottom: 0
}

.navbar-subnav li {
	list-style: none
}

.navbar-subnav li:first-child {
	flex-grow: 1
}

#header .navbar-subnav .menu-eshop-button {
	display: flex;
	text-decoration: none
}

#header .navbar-subnav .title {
	position: relative
}

#header .navbar-subnav {
	padding: 0.3rem 0;
}

.price-history {
	display: flex;
    gap: 0.25rem;
    margin-bottom: 2rem;
}
#product .bundled_product .details {
	float: initial;
	font-size: 0.8rem;
	padding: 5px;
}
#product .bundled_product .details .bundled_product_title {
	font-size: 0.8rem;
	margin: 0;
}

#product .bundled_product_summary {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 1px solid transparent;
	padding-bottom: 0;
	margin-bottom: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 20px;
	max-width: 420px;

}
#product .bundled_product .bundled_product_excerpt, 
#product .bundled_product .bundled_product_images, 
#product .bundled_product .bundled_item_after_cart_details{
	display: none;

}
#product .bundled_product .bundled_product_title .bundled_product_permalink:before{
	color: #926092;
	
}

#product .bundle_form{
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 20px;
}

#product .bundle_button{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

#product .bundle-title{
	font-weight: 700;
	margin-bottom: 10px;
	color: #cf0ba1;
}

#product .images{
	@media only screen and (min-width: 1199px) {
		margin-right: 30px;
	}
}
#product .bundle_button .quantity{
	margin-right: 20px;
	border-radius: 20px;
	padding: 11px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border: 1px solid transparent;
	outline: none;
	text-align: center;
	max-width: 100px;
}


.woocommerce-cart-form thead, .woocommerce-cart-form .edit_bundle_in_cart_text, .woocommerce-cart-form .coupon{
	display: none;
}
.woocommerce-cart-form table{
	width: 100%;
	border-spacing: 10px;
}
.woocommerce-cart-form{
	width: 100%;
	background-color: white;
	border-radius: 0.5rem;
	box-shadow: 2px 3px 8px -3px rgba(0, 0, 0, 0.22);
	padding: 25px;
	margin-bottom: 50px;
	color: #926092;

}
.woocommerce-cart-form .product-thumbnail{
	text-align: center;
	border-radius: 8px;
	width: 120px;
	height: 120px;
	background-color: #f9f9f9;
	display: inline-block;
	margin:15px 10px;
	padding: 10px 0 !important;
}
@media only screen and (max-width: 767px) {
	.woocommerce-cart-form .shop_table tbody .product-thumbnail{
		width: 50px;
		height: 50px;
		margin: 5px;
		padding: 5px 0 !important;
	}
}
.woocommerce-cart-form .bundled_table_item .bundled_table_item_indent {
    padding-left: 10px;
}
.woocommerce-cart-form .bundled_table_item .product-thumbnail{
	width: 80px;
	height: 80px;
	margin-left: 50px;
}
@media only screen and (max-width: 767px) {
	.woocommerce-cart-form .shop_table tbody .bundled_table_item .product-thumbnail{
		width: 40px;
		height: 40px;
		margin-left: 20px;
	}
}
.woocommerce-cart-form .product-thumbnail a img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.woocommerce-cart-form .product-quantity{
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.woocommerce-cart-form .product-quantity{
		font-size: 12px !important;
	}
}

.woocommerce-cart-form .quantity{
	background-color: #f4e1ee;
	border: 1px solid transparent;
	outline: none;
	text-align: center;
	width: 80px;
	padding: 10px;
	color: #926092;
	font-weight: 500;
	border-radius: 8px;
}
@media only screen and (max-width: 767px) {
	.woocommerce-cart-form .quantity{
		width: 40px;
		padding: 5px;
		margin: 0 2px;
	}
}

.woocommerce-cart-form .bundled_table_item .product-name a{
	color: #926092;
	font-size: 14px;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.woocommerce-cart-form .bundled_table_item .product-name a{
		font-size: 12px;
	}
}

.woocommerce-cart-form .product-name a{
	color: #570a57;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.woocommerce-cart-form .product-name a{
		font-size: 12px;
	}
}

.woocommerce-cart-form .actions{
	text-align: right;
	border-top: 1px solid  #e5dce5 ;
}

.woocommerce-cart-form .actions .button{
	margin: 10px 0;
}


.woocommerce-cart-form .bundle_table_item{
	position: relative;
	border-bottom: 1px solid #e5dce5 !important;
}


.woocommerce-cart-form .bundle_table_item .bundle-label{
	position: absolute;
	bottom: -11px;
	background: white;
	padding: 0px 10px;
	padding-left: 50px;
	font-size: 12px;
	font-weight: 600;
	color: #926092;
}

@media only screen and (max-width: 767px) {
	.woocommerce-cart-form .bundle_table_item .bundle-label{
		padding-left: 20px;
	}
}


.woocommerce-cart-form .cart_item:not(:first-of-type){
	border-top: 1px solid #e5dce5 ;
}

.woocommerce-cart-form .bundled_table_item{
	border-top: 1px solid transparent !important ;
}

.cart-collaterals .coupon, .overview .coupon{
	background-color: #f9f9f9;
	padding: 30px;
	border-radius: 10px;
}

.cart-collaterals .coupon h3, .overview .coupon h3{
	color: #570a57;
	font-size: 18px;
	margin-bottom: 20px;
}

.cart-collaterals .coupon h3 img, .overview .coupon h3 img{
	margin-right: 15px;
}

#coupon_code{
	width: 100%;
	height: 100%;
	border: 1px solid #926092;
	border-radius: 20px;
	background-color: #f9f9f9;
	padding: 10px;
	outline: none;
	transition: border-color .5s ease;
	color: #926092;
}

#coupon_code:focus{
	border-color: #eb07bf;
}

.cart-collaterals .desc, .overview .desc{
	color: #926092;
	margin-top: 20px;
}

.cart-collaterals .shop_table, .overview .shop_table{
	width: 100%;
	color: #926092;
}

.cart-collaterals .shop_table th, .overview .shop_table th{
	font-weight: 400;
}

.cart-collaterals .shop_table td, .overview .shop_table td{
	font-weight: 400;
	padding: 8px 0;
	text-align: right;
}

.woocommerce-cart-form .shop_table tbody td{
	padding: 0;
}
@media only screen and (max-width: 767px) {
	.woocommerce-cart-form .shop_table tbody td{
		font-size: 12px;
	}
}


.cart-collaterals .wc-proceed-to-checkout{
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid  #e5dce5 ;
}

.cart-collaterals .order-total{
	border-top: 1px solid  #e5dce5 ;

}
@media only screen and (max-width: 1199px) {
	.coupon .button {
	  width: 100%;
	  margin-top: 10px;
	}
}

.proceed-checkout{
	text-align: right;
}

#header .woocommerce-mini-cart, #header .woocommerce-mini-cart	.product-name.title a{
	font-size: 12px;
}


@media only screen and (max-width: 991px) {
	.woocommerce-cart-form .product-price{
		
		display: none;
	}
}
.woocommerce-cart-form .product-subtotal{
	text-wrap: nowrap;
	position: relative;
}

#header .woocommerce-mini-cart .bundled_mini_cart_item, #header .cart-info{
	display: none;
}

.sku_wrapper{
	font-size: 0.9rem;
	margin-bottom: 1rem;
	display: inline-block;
}

#product .main-heading{
	margin-bottom: .5rem;
}


.main-heading{
	margin-bottom: .5rem;
}

#product .price-history{
	margin-bottom: 1rem;
}

.woocommerce-cart-form .remove{
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
	font-size: 20px;
}

@media only screen and (max-width: 991px) {
	.woocommerce-cart-form .remove{
		font-size: 15px;
		right: -10px;
	}
}

#order_review .woocommerce-terms-and-conditions-wrapper .form-row{
	margin: 0;
}

#order_review .woocommerce-privacy-policy-text{
	margin-left: -25px;
}

#order_review .woocommerce-privacy-policy-text a, #order_review .woocommerce-terms-and-conditions-link{
	color: #B390B3;
}


#customer_details .select2-container--default,#customer_details .select2-selection--single,#customer_details .select2-selection__rendered {
	color: #B390B3;
	line-height: 40px;
}

#customer_details .select2-container--default,#customer_details .select2-selection--single {
	border-color: #B390B3;
	height: 40px;
}

#customer_details .select2-container--default,#customer_details .select2-selection--single,#customer_details .select2-selection__arrow {
	height: 40px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #B390B3;
}