/* common woocommerce css */

.woocommerce-page .main h3, .woocommerce-page .main h2 {
	font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {

	.woocommerce-page .main h3, .woocommerce-page .main h2 { 
		font-size: 1.75rem;
	}
	
}

.theme-vajra_rarechemistry.woocommerce-page {

	background: url('/wp-content/uploads/2023/10/cart_bg_flowers.webp'), #F9F4ED;
	background-repeat: no-repeat;
	background-size: contain;

}

.theme-vajra_rarechemistry.woocommerce-page .main {
	
	background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 3px 24px #03050414;
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 35px;

}

/* Woo commerce notification */

.woocommerce-info {
	border-top: none;
	padding-left: 20px;
}

.woocommerce-info::before {
	display: none;
}

.wlr-message-info {
	padding-left: 0!important;
}

.wlr-message-info > i.wlrf-point {

	font-size: 24px!important;

}

/* Cart page style */

.woocommerce-cart .woocommerce table.shop_table {
	border: none;
}

.woocommerce-cart .woocommerce table.shop_table thead th {
	padding: 25px 0;
	font-weight: 500;
}

.woocommerce-cart table.cart img {
	width: 150px;
	border-radius: 20px;
}

.woocommerce-cart .woocommerce a.remove {
	color: #FFFFFF!important;
	background-color: #2D333A;
}

.woocommerce-cart .woocommerce a.remove:hover {
	color: #2D333A!important;
	background-color: #FFFFFF;
}

.woocommerce-cart .woocommerce table.shop_table tbody td.product-name a {
    font-weight: 500;
    font-size: 17px;
}

.woocommerce-cart .woocommerce table.shop_table tbody td dl.variation dt {
    font-weight: 500;
}

.woocommerce-cart .woocommerce .quantity {

    display: inline-block;
    /* background-color: #F9F4ED; */
	border: 1px solid #2D333A;
    border-radius: 25px;
    padding: 9px;

}

.woocommerce-cart .woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce-cart .woocommerce .quantity .qty::-webkit-inner-spin-button,
.single-product.woocommerce .quantity .qty::-webkit-outer-spin-button,
.single-product.woocommerce .quantity .qty::-webkit-inner-spin-button {

    -webkit-appearance: none;

}

.woocommerce-cart .woocommerce .quantity .qty {

    -moz-appearance: textfield;
    border: none;
    background-color: transparent;

}

.woocommerce-cart .woocommerce .quantity .minus, 
.woocommerce-cart .woocommerce .quantity .plus{

    border: none;
    background-color: transparent;
    font-size: 22px;
    font-weight: 500;
	color: #2D333A;

}

.single-product.woocommerce .quantity .qty {
	width: 40px;

}

/* cart reward link */

#wlr-reward-link {
	
	color: #ed143d;
	font-weight: 600;
	animation: blink 1s linear infinite;

}

@keyframes blink {
	0% {
	opacity: 0;
	}
	50% {
	opacity: .5;
	}
	100% {
	opacity: 1;
	}
}

/* cart page coupon */

.woocommerce-cart .woocommerce table.cart td.actions {
	padding-top: 40px;
	padding-bottom: 20px;
}

.woocommerce-cart .woocommerce table.cart td.actions .coupon {
	position: relative;
	padding-right: 125px;
}

.woocommerce-cart .woocommerce table.cart td.actions .coupon #coupon_code {

	width: 100%;
    /* border-radius: 25px; */
    border: 1px solid #000;
    border-right: transparent;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;

}

.woocommerce-cart .woocommerce table.cart td.actions .coupon .button {
	position: absolute;
	top: 0;
	right: 0;
	color: #FFFFFF;
	border-radius: 25px;
	background-color: #2D333A;
	border: 1px solid #000;
	font-weight: 500;
	padding-top: 9px;
	padding-bottom: 10px;
}

.woocommerce-cart .woocommerce table.cart td.actions .coupon .button:hover {

	background-color: transparent;
	color: #2D333A;

}

.woocommerce-cart .woocommerce table.cart td.actions .button {

	border-radius: 25px;
	background-color: transparent;
	border: 1px solid #000;
	font-weight: 500;

}

.woocommerce-cart .woocommerce table.cart td.actions .button:hover {

	background-color: #2D333A;
	color: #FFFFFF;

}


.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {

	border-radius: 35px;
    background-color: #2D333A;
	border: 1px solid#2D333A;
	font-weight: 500;

}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {

	color: #2D333A;
	background-color: transparent;

}

/* Empty cart */

.cart-empty.woocommerce-info {
	border-top: none;
	padding-left: 20px;
}

.cart-empty.woocommerce-info::before {
	display: none;
}

.woocommerce-cart.woocommerce-page .woocommerce .return-to-shop .button {

	border-radius: 35px;
    background-color: #2D333A;
	border: 1px solid#2D333A;
	color: #FFFFFF;
	font-weight: 500;

}

.woocommerce-cart.woocommerce-page .woocommerce .return-to-shop .button:hover {

	color: #2D333A;
	background-color: transparent;

}

/* hidden field */

.woocommerce-shipping-calculator {
    display: none;
}

/* Checkout page css */
/* 
.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout:not(.woocommerce-order-received) {
	background: linear-gradient(90deg, #F9F4ED 50%, #ffffff 50%);
} */

/* @media (max-width: 1200px) {

	.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout:not(.woocommerce-order-received) {
		background: linear-gradient(180deg, #F9F4ED 52%, #ffffff 47%);
	}

} */

/* @media (max-width: 768px) {

	.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout:not(.woocommerce-order-received) {
		background: linear-gradient(180deg, #F9F4ED 50%, #ffffff 50%);
	}

} */

.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout:not(.woocommerce-order-received) .main {

	background-color: unset;
	border-radius: unset; 
    box-shadow: unset; 

}

@media (min-width: 576px) {

	.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout:not(.woocommerce-order-received) .main {

		padding: unset;

	}

}

@media (max-width: 576px) {

	.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout:not(.woocommerce-order-received) .main {

		padding: 15px;

	}

}

/* checkout page notification */

.woocommerce-checkout:not(.woocommerce-order-received) .wlr-message-info {
	background-color: unset!important;
	border: none!important;
}

.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-info {
	background-color: unset;
}

.showcoupon {
	
	color: #ed143d;
	font-weight: 600;
	animation: blink 1s linear infinite;

}


.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout .main .form-col {

	background: url(/wp-content/uploads/2023/10/checkout_bg_flowers.webp);
    background-repeat: no-repeat;
    background-size: contain;

}

@media (min-width: 1200px) {

	.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout .main .form-col .form-col-wrapper {
		padding-right: 35px;
	}

}

.woocommerce-page.woocommerce-checkout .main .form-col .form-col-wrapper .form-row {

	padding-bottom: 10px;
	
}

.woocommerce-page.woocommerce-checkout .main .form-col .form-col-wrapper .form-row input, 
.woocommerce-page.woocommerce-checkout .main .form-col .form-col-wrapper .form-row .select2-container--default .select2-selection--single, 
.woocommerce-page.woocommerce-checkout .main .form-col .form-col-wrapper .form-row textarea {

	background-color: transparent;
	border: none;
	border-bottom: 1px solid #7e7d78;

}

@media (min-width: 1200px) {

	.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout .main .review-col .review-col-wrapper {
		padding-left: 35px;
		background-color: #ffffff;
	}

}

@media (max-width: 1200px) {

	.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout .main .review-col .review-col-wrapper {
		padding-top: 40px;
		
	}

}

.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout .main .review-col .review-col-wrapper table.shop_table {
	border: none;
}

.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout .main .review-col .review-col-wrapper table.shop_table td, 
.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout .main .review-col .review-col-wrapper table.shop_table tfoot th { 

	/* border-top: none; */
	/* border-bottom: 1px solid #7e7d78; */
	padding-top: 15px;
	padding-bottom: 15px;

}


.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout .woocommerce-checkout-payment#payment {

	background-color: transparent;

}

.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout .woocommerce-checkout-payment#payment .payment_box {
	background-color: #F9F4ED;
}

.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout .woocommerce-checkout-payment#payment .payment_box::before {
	border: 1em solid #F9F4ED;
	border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: none;
}

.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout .place-order {
	text-align: center;
}

.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout #place_order,
.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout #miniorange_otp_token_submit {

	border-radius: 35px;
    background-color: #2D333A;
	border: 1px solid #2D333A;
	color: #FFFFFF;
	font-weight: 500;
	float: none!important;
	padding: 15px 2.2em;
	text-transform: capitalize;

}

.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout #place_order:hover {

	color: #2D333A;
	background-color: transparent;

}

/* Order confirmation */

.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout.woocommerce-order-received .woocommerce-thankyou-order-details {
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #7e7d78;
}

.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout.woocommerce-order-received .woocommerce-thankyou-order-details li {

	border-right: none;
	padding-right: 5em;

}

@media (min-width: 1200px) {

	.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout.woocommerce-order-received .woocommerce-thankyou-order-details li {

		padding-right: 5em;

	}

}

@media (max-width: 1199px) {

	.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout.woocommerce-order-received .woocommerce-thankyou-order-details li {

		float: none;
		padding-bottom: 2.5em;

	}

}

.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout.woocommerce-order-received .woocommerce table.shop_table,
.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout.woocommerce-order-received .woocommerce table.shop_table td,
.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout.woocommerce-order-received .woocommerce table.shop_table th {
	border: none;
}

.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details {
	border-bottom: 1px solid #7e7d78;
	padding-bottom: 20px;
}

.theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout.woocommerce-order-received .woocommerce .woocommerce-customer-details address {
	border: none;
}

.theme-vajra_rarechemistry.woocommerce-account .form-row.d-flex
{
	align-items: center;
}

.theme-vajra_rarechemistry.woocommerce-account .form-row.d-flex .lost-pwd
{
	margin-left: auto;
	color: #865B87;
}
.theme-vajra_rarechemistry.woocommerce-account .form-row.login-button
{
	text-align: center;
}
.theme-vajra_rarechemistry.woocommerce-account .form-row.login-button .woocommerce-form-login__submit, .woocommerce-account .woocommerce-form-register__submit
{
	float: none;
	padding: 15px 88px !important;
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 600 !important;
	margin-right: 0px !important;
	background-color: #2D333A !important;
    border: 0.5px solid #030504 !important;
    border-radius: 25px !important;
}

.theme-vajra_rarechemistry.woocommerce-account .form-row.login-button .woocommerce-form-login__submit:hover, .woocommerce-account .woocommerce-form-register__submit:hover
{
	border: 1px solid #383838 !important;
	color: #030504 !important;
	background-color: transparent !important;
}

div.nsl-container .nsl-button-default div.nsl-button-label-container
{
	display: none !important;
}

div.nsl-container.nsl-container-block .nsl-container-buttons
{
	display: flex !important;
}

div.nsl-container-block-fullwidth .nsl-container-buttons a, div.nsl-container-block .nsl-container-buttons a
{
/* 	flex: inherit !important; */
	width: auto !important;
	margin: 0px 5px 5px 5px;
}

div.nsl-container .nsl-button-facebook[data-skin="light"], div.nsl-container .nsl-button-google[data-skin="light"]
{
	background-color: transparent !important;
    border-radius: 50%;
    box-shadow: none !important;
}

.nsl-button-default.nsl-button-facebook
{
	flex-direction: row-reverse;
}

.woocommerce-form-row input[type=text],.woocommerce-form-row input[type=password],.woocommerce-form-row input[type=email]
{
	border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    font-size: 15px;
    line-height: 18px;
    padding: 15px 0px 16px 0px;
	border-color: rgba(45, 51, 58, 0.5);
	background-color: transparent;
}

.woocommerce-form-row.login-email, .woocommerce-form-row.register-username, .woocommerce-form-row.register-email, .woocommerce-form-row.register-password
{
	margin-bottom: 22px !important;
}

.woocommerce-form-row.login-password
{
	margin-bottom: 10px !important;
}

.form-row.login-extra-fields
{
	margin-bottom: 20px !important;
	font-size: 15px;
	line-height: 18px;
}

.woocommerce form.login, .woocommerce form.register 
{
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	border: 0px !important;
}

.woocommerce-account .continue-text, .woocommerce-account .nsl-container.nsl-container-block
{
	margin-bottom: 5px !important
}

.woocommerce-account .continue-text, .woocommerce-account .login-bottom-entities, .woocommerce-account .register-bottom-entities
{
	font-size: 15px !important;
	line-height: 19px;
}

.woocommerce-account .account-logo
{
	text-align: center;
}

.theme-vajra_rarechemistry.woocommerce-account.woocommerce-page .main
{
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	background-color: #F9F4ED;
}

.theme-vajra_rarechemistry.woocommerce-account.woocommerce-page .main>h3
{
	display: none;
}

.theme-vajra_rarechemistry.woocommerce-account #customer_login
{
	display: flex;
}

.theme-vajra_rarechemistry.woocommerce-account #customer_login .u-column2.col-2
{
	width: 50% !important;
    margin: 50px auto;
}

.theme-vajra_rarechemistry.woocommerce-account #customer_login .u-column2.col-2 .custom-login-form, .theme-vajra_rarechemistry.woocommerce-account #customer_login .u-column2.col-2 .custom-register-form
{
	width: 80%;
    margin: 0 auto;
}

p.text-center.continue-text:before {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: rgba(45, 51, 58,0.5);
    left: 0;
    top: 50%;
    position: absolute;
}

p.text-center.continue-text:after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #9f9f9f;
    right: 0;
    top: 50%;
    position: absolute;
}
p.text-center.continue-text
{
	position: relative;
}
p.text-center.continue-text
{
	position: relative;
    max-width: 300px;
    margin: auto;
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after
{
	content: url(https://rare-chemistry.com/wp-content/uploads/2023/10/view-pwd.svg) !important;
}

.theme-vajra_rarechemistry.woocommerce-account a.show-register, .theme-vajra_rarechemistry.woocommerce-account a.show-login {
    color: #865B87;
    cursor: pointer;
}

@media (max-width: 768px) {

	.theme-vajra_rarechemistry.woocommerce-account #customer_login { 
		display: block !important;
	}
	
	.theme-vajra_rarechemistry.woocommerce-account #customer_login .u-column2.col-2
	{
		width: 100% !important;
		margin: 50px 0px !important;
	}
	.theme-vajra_rarechemistry.woocommerce-account #customer_login .u-column2.col-2 .custom-login-form, .theme-vajra_rarechemistry.woocommerce-account #customer_login .u-column2.col-2 .custom-register-form
	{
		width: 100% !important;
	}
	.secondary-btn.continue-shopping
	{
		width: 100%;
		margin-bottom: 20px !important;
	}
}

@media (min-width: 800px) and (max-width: 900px) {
.theme-vajra_rarechemistry.woocommerce-account #customer_login .u-column2.col-2 .custom-login-form, .theme-vajra_rarechemistry.woocommerce-account #customer_login .u-column2.col-2 .custom-register-form
	{
		width: 100% !important;
	}
	
}

.brand
{
	background: url(/wp-content/uploads/2023/10/Group-29984.svg) no-repeat center center !important;
}

@media (min-width: 800px){
.theme-vajra_rarechemistry.woocommerce-account .account-logo-banner .banner-img
	{
		display:none !important;
	}
.theme-vajra_rarechemistry.woocommerce-account #customer_login > .u-column1.col-1
	{
		background: url(/wp-content/uploads/2023/10/02-08-2023-Rare-Chemistry0133-copy.webp);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist
{
	right: 32px;
	top: 32px;
	left: auto;
}

.woocommerce ul.products li.product .onsale
{
	left: 0;
    right: auto;
}

.woocommerce ul.products .wlr-product-message
{
	display: none !important;
}

.post-type-archive-product div#sidebar, .tax-product_cat div#sidebar, .tax-product_tag div#sidebar
{
	display: none !important;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: 75%;
    float: left;
}
 
/* Make Gallery 25% width and place it beside the image */
 
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 25%;
    float: left;
}
 
/* Style each Thumbnail with width and margins */
 
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 90%;
    float: none;
    margin: 0 0 10% 10%;
}

.wc-giftwrap.giftwrap_coupon.wcgwp_could_giftwrap
{
	margin-left: 15px;
}

.woocommerce ul.products li.product a
{
	text-align: center !important;
	padding: 0px 48px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title
{
	font-size: 18px !important;
    line-height: 27px !important;
	padding-bottom: 16px !important;
	padding-top: 30px !important;
}

.woocommerce ul.products li.product .price
{
	margin-bottom: 14px !important;
}

.woocommerce ul.products li.product .custom-size
{
	font-size: 14px !important;
    line-height: 27px !important;
}

.woocommerce ul.products li.product .price
{
	font-size: 14px !important;
    line-height: 19px !important;
	color: #2D333A !important;
}

.woocommerce ul.products li.product .custom-field-section
{
	border-top: 1px solid;
	border-bottom: 0.5px solid #2D333A80;
}

.woocommerce ul.products li.product .custom-field-section.ingredients
{
	font-size: 14px;
	line-height: 27px;
	color: #2D333A;
	padding: 16px 0px;
	margin: 0px 48px;
}

.woocommerce ul.products li.product .custom-field-section.ingredients > p
{
	display: flex;
}

.woocommerce ul.products li.product .button
{
	margin-top: 0px !important;
	display: block !important;
	opacity: 0;
	background-color: #2D333A !important;
	padding: 15px 0px !important;
	color: #FFFFFF !important;
	font-weight: 500 !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-left-radius: 25px !important;
	border-bottom-right-radius: 25px !important ;
}

.woocommerce ul.products li.product:hover .button
{
	opacity: 1;
}

.woocommerce ul.products.columns-3 li.product:hover
{
	background-color: #F9F0E4;
}

.woocommerce ul.products.columns-3 li.product
{
	padding-top: 52px !important;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
	margin: 0;
    width: 33.3334%;
}

.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse, .woocommerce ul.products li.product .yith-wcwl-add-button
{
	width: min-content;
}

.woocommerce ul.products li.product:hover .custom-field-section
{
	border-bottom: 0.5px solid transparent;
}

.tax-product_cat #primary.container,.woocommerce-shop #primary.container
{
	max-width: 100%;
	padding: 0px;
}

.theme-vajra_rarechemistry.woocommerce-account .form-row.d-flex .woocommerce-form__input-checkbox, .wcgwp-peri-cart-checkbox
{
	width: 14px;
    height: 14px;
    box-shadow: 0px 3px 6px #2D333A14;
    border: 0.15000000596046448px solid #2D333A;
    border-radius: 2px;
	vertical-align:middle;
	margin-right: 10px;
}

.woocommerce-checkout .woocommerce form .form-row input.input-text
{
	padding: 16px 0px;
	line-height: 18px !important;
	text-transform: capitalize;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
/* 	padding: 16px 0px !important; */
	line-height: 18px !important;
}

.select2-container .select2-selection--single
{
	height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
	top: 14px !important;
}

.select2-container--default .select2-selection--single
{
	border-radius: 0px !important;
}

.woocommerce-checkout .woocommerce-additional-fields
{
	margin-top: 16px;
	text-transform: capitalize;
}

.woocommerce form .form-row textarea#order_comments
{
	line-height: 18px !important;
    height: auto !important;
    padding: 16px 0px !important;
	text-transform: capitalize;
}

.secondary-btn.continue-shopping
{
	padding: 15px 30px;
	border: 1px solid #2D333A !important;
	border-radius: 35px;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #030504 !important;
	background-color: #fff !important;
}

.secondary-btn.continue-shopping:hover {
    background-color: #2D333A !important;
	color: #fff !important;
}

span.woocommerce-Price-currencySymbol {
    font-weight: 500;
}

.woocommerce-form-login-toggle .woocommerce-info
{
	margin-bottom: 0px !important;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td .woocommerce-Price-amount.amount, .woocommerce table.shop_table td .woocommerce-Price-amount.amount, .woocommerce table.shop_table td .woocommerce-shipping-destination strong
{
	font-weight: 400 !important;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table td .product-quantity, .woocommerce-cart .cart-collaterals .cart_totals table th {
    font-weight: 500;
}

.woocommerce-checkout p.form-row.form-row-wide.create-account.woocommerce-validated
{
	color: rgba(3, 5, 4, 0.7);
    font-size: 14px;
    line-height: 18px;
}

.woocommerce-checkout h3{
	font-size: 24px !important;
    line-height: 26px;
    color: rgba(3, 5, 4, 1);
    text-transform: capitalize;
}

.cart_totals>h2{
	display: none;
}

.woocommerce-checkout main.main.container>h3
{
	display: none;
}

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

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist:hover, .yith-wcwl-wishlistexistsbrowse a, .add_to_wishlist:hover, .yith-wcwl-wishlistexistsbrowse a:hover
{
	color: #2D333A;
}

a:hover{
	color: #2D333A !important; 
}

.post-type-archive ul.products li.product_cat-gift-box, .tax-product_cat ul.products li.product_cat-gift-box
{
	display: none !important;
}
ul.products li.product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail, ul.products li.product img.woocommerce-placeholder.wp-post-image{
	display: none !important;
}

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

.single-product .wlr-product-message
{
	display: none !important;
}

.single-product .yith-wcwl-add-to-wishlist
{
	display: inline-block;
	margin-left: 25px;
	margin-top: 0px;
}

.single-product a.buy-now.button
{
	color: #FFFFFF!important;
    border-radius: 25px;
    background-color: #2D333A!important;
    border: 1px solid #000;
    font-weight: 500;
    padding: 15px 37px;
	text-align: center;
	float: right !important;
}

.single-product a.buy-now.button:hover
{
	color: #2D333A !important;
    border-radius: 25px;
    background-color: #fff !important;
}

.product-rating {
    display: inline-block;
    margin-left: 10px; /* Adjust the margin as needed */
    vertical-align: middle;
}

img.wpgs-thumb-main-image,img.attachment-woocommerce_gallery_thumbnail.size-woocommerce_gallery_thumbnail {
    width: 90% !important;
    padding: 5px;
	border: 1px solid transparent;
	margin: 0 auto;
}
.slick-current img.wpgs-thumb-main-image, .slick-current img.attachment-woocommerce_gallery_thumbnail.size-woocommerce_gallery_thumbnail
{
    border: 1px solid rgba(45, 51, 58, 0.16);
}

.wpgs-nav .slick-prev:before, .wpgs-nav .slick-next:before
{
	padding: 0px;
}

.wpgs-nav.slick-slider
{
	margin-top: 16px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price
{
	color: #2D333A;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 10px;
}

.single-product .product-size
{
	color: #2D333A;
	font-size: 14px;
	line-height: 19px;
}

.single-product p.tax-notice, .single-product .rtrn a
{
	color: #2D333A;
	font-size: 14px;
	line-height: 19px;
	text-decoration: underline;
	margin-bottom: 32px;
}

.single-product .product-size
{

}

.related .wt-crp-heading {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 10px;
}

.cat-prod-banner .cat-prod-info > h1
{
	font-size: 36px;
    margin-bottom: 20px;
}

.wpgs-nav button.slick-prev.slick-arrow 
{
	/* transform: rotate(180deg); */
}

#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .review .comment-text
{
	margin-left: 95px;
}

#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container img.avatar
{
	border-radius: 50%;
	width: 67px;
	margin-right: 25px;
	padding: 18px;
}

#reviews.cr-reviews-ajax-reviews .cr-ajax-search div
{
	margin-right: 35px;
}

.woocommerce span.custom-field.skin-type-img > img
{
	width:32px;
}

.custom-fields-skin-type .skin-type
{
	color: #2D333A;
    text-transform: uppercase;
}

.custom-fields-skin-type
{
	margin-bottom: 32px !important;
    margin-top: 0.4em;
}

.woocommerce-page div.product div.images
{
	width: 35% !important;
	left: 9%;
}

#yith-wcwl-popup-message
{
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs .panel .custom-tab-key-ingredients .custom-tab-list-item .ingredient-title{
	font-weight: 500;
}

.single-product #review_form #respond .form-submit input
{
	margin-left: auto;
}

/* file upload button */
input[type="file"]::file-selector-button {
	border-radius: 4px;
	padding: 0 12px;
	height: 35px;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 1);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
	margin-right: 16px;
	transition: background-color 200ms;
	font-weight:500;
  }
  
  /* file upload button hover state */
  input[type="file"]::file-selector-button:hover {
	background-color: transparent;
  }
  
  /* file upload button active state */
  input[type="file"]::file-selector-button:active {
	background-color: transparent;
  }

  .term-pigmentation .cat-prod-info p
  {
	width: 85% !important;
  }

  .woocommerce-account .woocommerce-MyAccount-content p.p-title, .woocommerce-account .woocommerce-MyAccount-content p.p-title strong
  {
	font-weight: 500 !important;
	margin-bottom: 29px;
  }

  .woocommerce-account .woocommerce-MyAccount-content p a
  {
	font-weight: 500 !important;
  }

  .woocommerce form .form-row label
  {
	text-transform: capitalize;
  }

  .woocommerce form .woocommerce-address-fields .form-row .required, .woocommerce .woocommerce-MyAccount-content form .form-row .required, #mo_validation_wrapper .required
  {
	color: #2D333A !important;
	font-weight: 400;
  }

  .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered
  {
	padding: 0px !important;
  }

  .woocommerce ul.products li.product .custom-field-section.ingredients.first-one
  {
	border-bottom: 0px !important;
  }
  #wll-site-launcher .text-white, #wll-site-launcher .text-white p
  {
	color: #fff !important;
  }

  #wll-site-launcher .text-light, #wll-site-launcher .text-light
  {
	color: #030504 !important;
  }

  #wll-site-launcher .font-bold
  {
	font-weight: 500 !important;
  }

  .woocommerce-order-pay #order_review
  {
	background: #fff;
    padding: 69px;
    border-radius: 30px;
  }

  .woocommerce-order-pay table.shop_table th {
    font-weight: 700;
    padding: 21px 12px;
    line-height: 1.5em;
	font-weight: 500 !important;
}

.woocommerce-order-pay table.shop_table td
{
	padding: 15px 12px !important;
	font-weight: 400 !important
}

.woocommerce-order-pay table.shop_table tfoot th, .woocommerce-order-pay table.shop_table td strong
{
	font-weight: 500 !important;
}

.wlr-name-container .wlr-theme-color-apply, .wlr-name-container .wlr-text-color
{
 text-transform: capitalize;
}

.wlr-heading-container .wlr-heading {
    border-left: 0px !important;
    padding-left: 0px;
}

.woocommerce-MyAccount-content .woocommerce-info
{
	background: #fff;
}

.woocommerce-MyAccount-content .woocommerce-Button:hover,.woocommerce-MyAccount-content .woocommerce-Button
{
/* 	background: #fff !important;
	font-weight: 500 !important;
	float: none !important; */
}

#review_form .cr-upload-local-images .cr-upload-images-status.cr-upload-images-status-error, .cr-upload-local-images .cr-upload-images-status.cr-upload-images-status-error
{
	background-color: transparent;
	color: #030504;
	font-weight: 400;
}

.wlr-rewards-container p.wlr-reward-type-name
{
	display: none;
}

.wlr-myaccount-page .wlr-card, .wlr-myaccount-page .wlr-coupon-card, .wlr-myaccount-page .wlr-reward-card
{
	padding: 12px;
}

@media (min-width: 1020px) {

	.woocommerce div.product .woocommerce-tabs .panel .custom-tab-list.first-ul { 
		padding-right: 30px;
	}

	.woocommerce div.product .woocommerce-tabs .panel .custom-tab-list.second-ul { 
		padding-left: 30px;
	}
	
}

/*Testimonial*/

#sp-testimonial-free-wrapper-2767 {
  
  padding: 80px 0px;
}
.sp-testimonial-free-wrapper {

    padding: 80px 0px;
    background-image: url('/wp-content/uploads/2023/10/bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
}
#sp-testimonial-free-wrapper-2767 .sp-testimonial-free-section .sp-testimonial-client-name{
	font-weight:500;
	margin-bottom:30px;
}
#sp-testimonial-free-wrapper-2767 .sp-testimonial-free-section .testimonial-nav-arrow {

    border-radius:50%!important;
    margin-top: 50px;
	background-color: #2D333A;
}

#sp-testimonial-free-2767 {

    background-color: #ffff!important;
}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next  {
  
  right:35px;
}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {
  
  left:35px;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  
  margin: 0 auto 20px;
  width:80%;
  
}


.sp-testimonial-free-wrapper h2.sp-testimonial-free-section-title {
    padding: 50px 0;
    background-color: #ffff;
    margin: 0 50px;
    border-top-left-radius:30px;
    border-top-right-radius:30px;
}

#sp-testimonial-free-2767 {
  
  border-bottom-left-radius:30px;
  border-bottom-right-radius:30px;
}

.sp-testimonial-free-section .testimonial-nav-arrow {

	height:32px;
	width:32px;
}

#mo_validation_wrapper 
{
	text-align: right !important;
    padding-top: 0px;
}

#mo_validation_wrapper > div
{
	margin-bottom: 0px !important;
}

#mo_validation_wrapper #miniorange_otp_token_submit
{
	text-align: center;
    color: #2D333A !important;
	font-weight: 500;
    pointer-events: initial;
    margin-right: 0px;
    padding: 0px;
    background: transparent;
    border: 0px;
    text-decoration: underline;
}

#mo_validation_wrapper #order_verify_field{
	text-align: left !important;
}

.fa-angle-right{

	color:#ffff;
}

.fa-angle-left{

	color:#ffff;
}

.fa-angle-right:before {

	content: "\2192";
}

.fa-angle-left:before {

	content: "\2190";
}

.tax-product_cat .subcategory-tab
{
	padding: 15px 19px !important;
	font-size: 14px !important;
}

.sp-testimonial-free-section .testimonial-nav-arrow i
{
	padding-bottom: 3px;
}

.payment_method_phonepe img
{
	width: 200px;
}