/* cart-page */

/*proceed to checkout-cta*/

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	
	display: inline-flex!important;
    text-align: center;
    margin-bottom: 1em;
    font-size: 14px;
    padding: 15px 40px;
}

/*continueshopping-cta*/

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
.woocommerce-pagination--without-numbers .woocommerce-Button--next,
.woocommerce-pagination--without-numbers .woocommerce-Button--previous {
	border-radius: 35px;
	padding: 15px 30px;
	margin-right:20px;
	background: none;
    border: 1px solid #2D333A;
}
.woocommerce-EditAccountForm h3 {
	 font-size: 24px;
	margin-bottom:32px;
}
#rarecart-id .cart_totals  {
	
	text-align:end;
}

#rarecart-id .shop_table.shop_table_responsive {
	
	text-align:end;
}

#rarecart-id .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
	
	text-align:left;
}

 .woocommerce-cart .woocommerce table.shop_table thead th {
	
	padding: 25px 12px !important;
	
}

.woocommerce-cart .woocommerce table.cart td.actions .coupon #coupon_code {
	
	overflow: visible;
    border: 1px solid #000;
    border-radius: 25px;
    
}

.woocommerce-cart .woocommerce table.cart td.actions .coupon .button {
	
    position: unset;
	margin-left: 14px;
	padding: 15px 37px;
}

.woocommerce-cart .woocommerce table.cart td.actions .coupon {
    position: relative;
/*     display: flex!important; */
	
}

.woocommerce-cart .woocommerce table.cart td.actions .coupon #coupon_code {
   
    border: 1px solid #000;
    border-radius: 25px;
	width: 400px;
	padding: 10px;
/* 	padding: 0px 20px; */
   
}
@media (max-width: 1023px) {
	.woocommerce-cart .woocommerce table.cart td.actions .coupon #coupon_code {
		width: 200px;
		padding: 10px;  
	}
}
@media (max-width: 768px) {
	.woocommerce-cart .woocommerce table.cart td.actions .coupon {
		display: flex;
	}
}
#rarecart-id thead {
	
	color:#030504!important;
}
 .product-name a {
	
	color: #2D333A!important;
}

.woocommerce table.shop_table {
	
	margin:0px;
}

.woocommerce-cart .woocommerce table.cart td.actions .button {
	
	padding:15px 40px;
	color: #2D333A;
	cursor: pointer;

}

.woocommerce .cart-collaterals table.shop_table td {
	
	border-top: unset!important;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th {
	
	border-top: unset!important;
}

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

.tax-product_cat img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    display: none !important;
}
.tax-product_cat img.woocommerce-placeholder.wp-post-image {
	 display: none !important;
}
.cat-prod-banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    background-position: center;
	text-align: left;
    position: relative;
	padding-bottom: 10px;
}
@media (max-width:767px){
	.cat-prod-banner {
		height: auto;
		
	}
}
.cat-prod-info {
    position: absolute;
    top: 50%;
    left: 6%; 
    transform: translateY(-50%); 
}
.woocommerce ul.products li.product a {
	padding:20px 0!important;
}
.post-type-archive img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail, .post-type-archive img.woocommerce-placeholder.wp-post-image{
display: none !important;
}
.cat-prod-info p {
	font-size:16px !important;
	line-height:24px;
}
@media (max-width:767px){
	.cat-prod-info p {
		font-size:14px;
		width:unset;
		line-height: 23px;

  }
}
@media (max-width:991.92px){
.woocommerce ul.products.columns-3 li.product {
	width:50%;
}
}
@media (max-width:767px){
.woocommerce ul.products.columns-3 li.product {
	width:100%;
}
}

@media (max-width:991.92px){
.woocommerce ul.products li.product .custom-field-section.ingredients {
	margin:0 20px;
}
}
.tax-product_cat .woocommerce ul.products, .woocommerce-page ul.products{
	padding:42px 0px!important;
}
/* .product-category-tabs {
    list-style: none;
}

.product-category-tabs li {
    display: inline-block;
}

.product {
    display: none;
}

.product.category-skin-type {
    display: block;
} */

/* .subcategory-tabs {
    display: flex;
}

.subcategory-tab {
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ccc;
    margin-right: 10px;
}

.subcategory-tab:hover {
    background-color: #f0f0f0;
} */

.subcategory-tabs {
    display: flex;
    justify-content: center;
    /* background-color: peachpuff; Set your desired background color here */
    padding-top: 80px; /* Add padding to space out the tabs */
}

/* Style the individual tabs */
.subcategory-tab {
    cursor: pointer;
    padding: 15px 37px;
    border-radius: 25px;
    background-color: #F8EBDB;
	font-weight: 500;
    font-size: 18px;
}
@media(max-width:1024px){
	.subcategory-tab {
		font-size:16px;
	}
}
@media(max-width:991.92px){
	.subcategory-tab {
		padding:15px;
	}
}
/* Style the active tab */
.subcategory-tab.active {
    background-color: #F8E7D2; /* Set your desired active tab background color */
}

.subcategory-tabs-container {
    background-color: #F8EBDB;
    border-radius: 25px;
}
.custom-summary-image
{
	width: 70% !important;
 	margin: auto !important;
}

.woocommerce ul.products li.product .star-rating
{
	display: none !important;
}
.single-product .site-main{
	padding:50px 0px;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #2D333A !important;
	margin: 0px 4px;
    font-size: 14px;
}
nav.woocommerce-breadcrumb a:first-child {
	margin-left: 0px;
}
.single-product .entry-summary .product_title {
	font-size: 20px;
	margin-bottom: 14px;
}
.custom-field-section.ingredients .ingredient {
	padding-right:0px;
}
.custom-field-section.ingredients .ingredient-cont p {
	font-size: 14px;
    color: #2D333A;
}

@media(max-width:1024px){
	.custom-field-section.ingredients .ingredient-cont p {
		    margin-left: 24px;
	}
}
@media(max-width:991.98px){
	.custom-field-section.ingredients .ingredient-cont p {
		    margin-left: unset;
		min-height:55px !important;
	}
}
.single-product .product-tags {
	    font-size: 14px;

} 
.custom-fields-skin-type {
	display:flex;
	margin-bottom: 20px;
}
.custom-fields-skin-type .skin-type{
    margin-bottom: 0;
    align-self: center;
    margin-left: 10px;
    font-size: 14px;
}
.product-weight {
	font-size:14px;
	color:#2D333A;
}
.single-product .cart .quantity {
	border: 1px solid black;
    border-radius: 24px;
    padding: 10px 10px;
}
.single-product .cart .quantity .minus {
	background: unset;
    border: unset;
}
.single-product .cart .quantity .plus {
    border: unset;
    background: unset;
}
.single-product .quantity input  {
	 border: unset;
	background: unset;
} 
.single-product .cart .single_add_to_cart_button {
	margin-top: 20px;
    color: #000!important;
    border-radius: 25px;
    background-color: #fff!important;
    border: 1px solid #000;
    font-weight: 500;
    padding: 15px 37px;
}
.single-product .cart .single_add_to_cart_button:hover {
	background-color: #2D333A!important;
	    color: #FFFFFF!important;
}
.single-product .wc-tabs {
    background: #F9F4ED;
    color: #F9F4ED;
    border: 1px solid #F9F4ED!important;
    border-bottom: unset!important;
    border-radius: 24px!important;
    padding: unset!important;
    text-align: center;
    width: 100%;
	max-width: fit-content;
	margin: 0px auto 1.618em !important;
}
@media(max-width:1367px){
	.single-product .wc-tabs {
		    padding-top: 14px!important;
	}
}
.single-product .woocommerce-tabs ul.tabs::before {
	border-bottom:unset!important;	 
}
.single-product .woocommerce-tabs ul.tabs li {
	border:unset!important;
	background: unset!important;
	margin:0 0px!important;

}
.single-product {
	background:unset!important;
}
.single-product .woocommerce-tabs ul.tabs li.active {
    background: #F8EBDB!important;
    border-radius: 24px!important;
    padding: 1.5em 3em !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li a
{
	color: #030504 !important;
	font-weight: 500 !important;
	font-size: 14px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a
{
	padding: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li
{
	padding: 16px 3.5em !important;
	border-radius: 25px;
}

.single-product .wc-tab {
	padding:30px 0px!important;
}
.single-product .wc-tab h2 {
	font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
}
.single-product .wc-tab ul{
	/* column-count:2;
	column-gap: 50px; */
	float: left;

}
.single-product .wc-tab ul li{
	margin-bottom:10px;
}
.single-product .wc-tab p{
	font-size:14px;
}
.single-product .custom-field-section.ingredients {
	display:none;
}
.single-product .related .custom-size {
	display:none;
}
.carousel-wrap ul.products li.product .button, .wt-related-products ul.products li.product .button {
	opacity:1!important;
	padding: 20px 3em!important;
    border-radius: 30px!important;  
    margin: 0 90px;
	border: 1px solid #2D333A;
}

.carousel-wrap ul.products li.product .button:hover, .wt-related-products ul.products li.product .button:hover {
    background: #fff !important;
    color: #2D333A !important;
}

@media(max-width:991.92px) {
	.carousel-wrap ul.products li.product .button {
		margin: unset!important;
	}
}

.carousel-wrap .woocommerce ul.products li.product:hover .button
{
	opacity:0!important;
}

.single-product .cart{
	display: grid;
    /* align-content: space-between; */
    justify-items: left;
}
/* @media(max-width:1024px) {
	.single-product .cart .buy-now{
    	right: unset!important;		
	}
} */
@media(max-width:767px) {
	.single-product .cart .buy-now{
    	right: unset!important;		
		width:unset!important;
	}
}
.related .wt-crp-heading {
	text-align:center;
}
/* .single-product #cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc {
	background: #F8EBDB;   
    padding: 40px 80px;
} */
.single-product #reviews {
	    padding: 50px 0px;
	    background: #F9F4ED;
}
.single-product #reviews #comments {
	text-align:center;
}
.single-product #reviews .cr-summaryBox-wrap {
	   background: #F9F0E4 !important;
}
.single-product #reviews.cr-reviews-ajax-reviews .cr-count-row {
	   background: #F9F4ED !important;
}
.single-product #reviews.cr-reviews-ajax-reviews .cr-ajax-search, .cr-all-reviews-shortcode .cr-ajax-search {
	margin: 24px!important;
    border-radius: 24px!important;
}
.single-product #reviews.cr-reviews-ajax-reviews .cr-input-text {
	border-radius: 24px!important;
}
.single-product .cr-button-search {
	background: black!important;
    color: #fff!important;
    border-radius: 45px!important;
    padding: 10px 30px!important;
}
.cr-ajax-reviews-add-review  {
	background: unset!important;
    border: 1px solid!important;
}
.single-product #reviews .cr-count-row {
	margin: 24px!important;
	border-bottom: 1px solid;
	font-size: 14px;
    color: #2D333A;
}
.single-product #reviews .cr-count-row .cr-ajax-reviews-sort {
	font-size: 14px;
    color: #2D333A;
}
.single-product #reviews .comment_container {
	margin: 0 24px!important;
}
.single-product .cr-ajax-reviews-list .description p{
	    text-align: left;
    margin: 25px 0px;
}

.woocommerce .woocommerce-breadcrumb
{
	color: #2D333A !important;
	font-size: 14px;
	margin: 0 0 1.5em;
}

.single-product .product-tags
{
	margin-bottom: 10px;
	color: #030504;
	font-size: 14px;
	line-height: 19px;
}

.single-product .product-tags a{
	color: #030504;
}

.woocommerce div.product form.cart .button
{
	width: 47%;
	float: none;
	margin-top: 20px;
}

.single-product .cart .action-buttons
{
	width:80%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after
{
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a
{
	padding: 0px;
}

.woocommerce-page div.product .woocommerce-tabs
{
	padding-top: 2.5em;
}

.woocommerce div.product .woocommerce-tabs .panel
{
	margin: 0 6em 2em;
}
@media (max-width:767px) {
	.woocommerce div.product .woocommerce-tabs .panel
	{
		margin: unset;
	}
}
.woocommerce div.product .woocommerce-tabs .panel .custom-tab-key-ingredients .custom-tab-list-item
{

	margin-bottom: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel .custom-tab-list .custom-tab-list-item,
.woocommerce div.product .woocommerce-tabs .panel .custom-tab-all-ingredients p,
.woocommerce div.product .woocommerce-tabs .panel .custom-tab-suggested-usage p
{
	font-size: 14px;
	color: #030504;
	line-height: 26px;
	padding-left: 10px;
}

.custom-tab-all-ingredients p {
    margin-bottom: 0px;
    padding-left: 0px !important;
}

.woocommerce div.product .woocommerce-tabs .panel .custom-tab-list .custom-tab-list-item::marker
{
	content: url('/wp-content/uploads/2023/10/bullet.svg');
}

.woocommerce div.product .woocommerce-tabs .panel .custom-tab-list .custom-tab-list-item:before {
    margin-right: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel .custom-tab-list {
    padding-left: 1em;
}

.wt-related-products .owl-nav .dashicons.wt-right:before
{
	content: url('/wp-content/uploads/2023/10/right-arrow.svg');
}

.wt-related-products .owl-nav .dashicons.wt-left:before
{
	content: url('/wp-content/uploads/2023/10/Left-arrow-2.svg');
}

.woocommerce #reviews #comments h2
{
	font-size: 18px;
	color: #030504;
	text-align: left;
	font-weight: 500;
}

#reviews .cr-summaryBox-wrap .cr-average-rating
{
	color: #030504;
    font-weight: 500;
}

#reviews #comments .cr-summaryBox-wrap .crstar-rating, #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating
{
	color: #2D333A !important;
}

#reviews #comments .ivole-meter .ivole-meter-bar
{
	background-color:#2D333A !important;
	background:#2D333A !important;
}

.cr-all-reviews-shortcode .crstar-rating,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating,
#reviews #comments .cr-summaryBox-wrap .crstar-rating,
.woocommerce .woocommerce-product-rating .star-rating
{
	width: 7.4em;
}

#reviews #comments .cr-summaryBox-wrap .crstar-rating,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating,
.woocommerce .star-rating span::before,.woocommerce .woocommerce-product-rating .star-rating{
	/* content: url('/wp-content/uploads/2023/10/Star-active.svg') !important; */
	letter-spacing: 8px;
}

.ivole-meter
{
	background: #fff;
    background-color: #fff;
    height: 6px;
    border-radius: 5px;
    box-shadow: none;
}

#ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell3
{
	text-align: left;
}

.cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-int,
.cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-int
{
	fill: #000;
}

#reviews.cr-reviews-ajax-reviews .cr-ajax-search .cr-ajax-search-icon
{
	padding: 6px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
	top: 50%;
	left: 20px;
}

#reviews.cr-reviews-ajax-reviews .cr-ajax-search .cr-ajax-search-icon path{
	fill: #fff;
}

#reviews.cr-reviews-ajax-reviews .cr-input-text
{
	padding-left: calc(1.5em + 2.5rem);
	border: 0px; 
	font-size: 14px;
	line-height: 19px;
	color: #2D333A;
	padding-top: 17px;
	padding-bottom: 17px;
	height:55px;
}

#reviews.cr-reviews-ajax-reviews .cr-input-text:focus
{
	border-color: unset;
    box-shadow: none;
}

.cr-voting-cont-uni span.cr-voting-upvote-count, .cr-voting-cont-uni span.cr-voting-downvote-count
{
	color: #2D333A;
}

#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__author,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .meta
{
	color: #2D333A;
}

td.ivole-histogramCell1::before
{
	content: "\53 ";
	line-height: 18px;
    font-size: 18px;
    font-family: crstar;
	color: #2D333A;
	margin-right: 10px;
}

td.ivole-histogramCell1, td.ivole-histogramCell3
{
	font-size: 16px;
	color: #000000;
	font-weight: 500;
}

body.single-product>.container,div#primary.content-area.container {
    max-width: 100%;
    padding: 0px !important;
}

.single-product .wt-related-products .yith-wcwl-add-to-wishlist
{
	display: none !important;
}
.wt-related-products ul.products li.product
{
	text-align: center;
}

.wt-related-products ul.products li.product .button
{
	display: inline-block !important;
}

.woocommerce-product-rating .avg-rating
{
	float: left;
	margin-right: 5px;
}

#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review
{
	margin-top: 20px;
	color: #2D333A;
	font-size: 14px;
	font-weight: 500;
}

#reviews .cr-summaryBox-wrap .cr-total-rating-count
{
	margin-top: 10px;
	color: #2D333A;
	font-size: 14px;
	line-height: 19px;
}

.wpgs-nav .slick-next::before
{
	color: #fff !important;
    content: url('/wp-content/uploads/2023/10/Right-arrow-new-1.svg') !important;
    font-size: 7px;
    font-weight: 500;
    opacity: 1 !important;
}

.wpgs-nav .slick-prev::before
{
	color: #fff !important;
	content: url('/wp-content/uploads/2023/10/left-arrow-new-1.svg') !important;
    font-size: 7px;
    font-weight: 500;
    opacity: 1 !important;
}

.wpgs-nav .slick-prev
{
	left: -5px;
}

.wpgs-nav button.slick-next.slick-arrow, .wpgs-nav button.slick-prev.slick-arrow
{
	background: #000;
    border-radius: 50%;
}
#reviews.cr-reviews-ajax-reviews .comment-reply-title {
	margin-bottom: 15px;
	font-weight:500;
	display: none;
}
#reviews .comment-form-rating {
    margin-bottom: 15px;
    font-weight: 500;
}
#reviews .comment-form-comment{
	font-weight: 500;
}
#reviews .comment-form-comment label{
	 margin-bottom: 15px;
}

.single-product #review_form #respond textarea {
	border: unset;
    border-bottom: 1px solid #000!important;
	background: unset;
}
.single-product .cr-upload-local-images{
	font-weight: 500;
} 
.single-product #review_form #respond p{
    font-weight: 500;
    font-size: 16px;
}
.single-product #review_form #respond .form-submit input {
    background-color: #2D333A !important;
    padding: 15px 30px !important;
    color: #FFFFFF !important;
    font-weight: 500 !important;
    border-radius: 24px!important;
	float: right;
}
.single-product .comment-form-rating label {
	margin-bottom:15px;
}
.single-product .comment-form .cr-upload-local-images label {
    padding: 1px;
    margin-bottom: 15px;
}
.single-product .comment-form-author label {
	margin-right: 20px;
    margin-bottom: 20px;
}
.single-product .comment-form-email label {
	margin-right: 20px;
    margin-bottom: 20px;
}
.single-product .comment-form-cookies-consent input {
    margin-right: 10px;
}
.single-product #review_form #respond textarea :focus-visible {
    border: unset;
    border-bottom: 1px solid #000 !important;
    background: unset;
}
.single-product .comment-form-author input {
	border: unset;
    border-bottom: 1px solid #000 !important;
    background: unset;
	padding:  12px 0px;
font-size: 16px;
line-height: 19px;
}
.single-product .comment-form-author input:focus-visible {
	border: unset;
    border-bottom: 1px solid #000 !important;
    background: unset;
}
.single-product .comment-form-email input {
	border: unset;
    border-bottom: 1px solid #000 !important;
    background: unset;
	padding:  12px 0px;
font-size: 16px;
line-height: 19px;
}
.single-product .comment-form-email input:focus-visible {
	border: unset;
    border-bottom: 1px solid #000 !important;
    background: unset;
}
.woocommerce-account .woocommerce nav ul li {
	display:flex;
    padding: 20px 0px;
    border-bottom: 1px solid #2D333A26;
}
.woocommerce-account .nav-bg {
	margin-bottom: 50px;
    background: #FFFFFF;
    border-radius: 24px;    
    margin-top: 50px;
    padding: 50px;
}

.woocommerce-account .nav-bg ul li.is-active a{
	  color: #2D333A;
}
.woocommerce-account .nav-bg ul li a{
	color:#2D333A80;
	font-size: 18px;
    font-weight: 500;
}
.woocommerce-MyAccount-content {
	    width: unset!important;
	    padding-top: 20px!important;
		float:none!important;
}
@media(max-width:991.92px) {
	.woocommerce-account .woocommerce-MyAccount-content {
	    padding-top: 40px;
    }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	    width: unset;
}
@media(max-width:991.92px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		float:left;
	}
}
.woocommerce-account .woocommerce-MyAccount-content p {
	font-size:14px!important;
    color: #2D333A!important;
	

}
.woocommerce-account .woocommerce-MyAccount-content p:last-child {
	color: #2D333A;
    font-weight: 400;
    font-size: 14px;
}
.woocommerce-account .woocommerce-MyAccount-content p a{
    color: #865B87; 
    text-decoration: underline;
}
.woocommerce-account .woocommerce table.shop_table td {
	border-top:unset;
	padding: 10px;
	font-size: 14px;
}
.woocommerce-account .woocommerce table.shop_table {
	border:unset;
}
.woocommerce-account .woocommerce table.my_account_orders th {
	font-size:18px;
	color:#2D333A;
	font-weight:500;
}
.woocommerce-orders .woocommerce-MyAccount-content {
     padding-top: 15px;
}
/* .woocommerce-orders .nav-bg {
	height:800px;
} */
.woocommerce-account .woocommerce table.shop_table td a{
	color: #865B87; 
    text-decoration: underline;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a{
    text-decoration: none!important;
    border-radius: 4px;
    padding: 10px 12px 10px 12px;
    color: #2D333A!important;
	font-weight:500;
	margin-right: 12px;
}

.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a.button.view{
    background-image: url(/wp-content/uploads/2023/10/Icon-feather-eye-copy.webp);
    text-decoration: none!important;
    border-radius: 4px;
    padding: 10px 10px 10px 30px;
    color: #2D333A!important;
    background-repeat: no-repeat;
    background-position: 10%;
	font-weight:500;
}
@media (max-width:767px) {
	.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a {
		margin-bottom:10px;
	}
}
.woocommerce-Address-title {
	    display: flex;
}
.woocommerce-Address-title h3{
	    font-size:16px!important;
}
.woocommerce-Address-title img{
   display: flex;
    align-items: center;
    margin-left: 50px;
    margin-top: 4px;
} 
.woocommerce-Address address {
	font-size:14px;
	margin-top:20px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content p {
	font-size:14px!important;
	font-weight:400!important;
	margin-bottom:20px;
}
.woocommerce-edit-account .woocommerce-MyAccount-content {
	    padding-top: 12px;
}
/* .woocommerce-edit-account .nav-bg {
	height:960px;
} */
.woocommerce-edit-account .woocommerce-MyAccount-content p {
	    font-weight: 400;
	    font-size: 14px;
}
.woocommerce-edit-account legend {
    margin: 20px 0px;
    font-weight: 500;
	font-size:20px;
}
.woocommerce-edit-account .woocommerce-Button {
	background: #2D333A!important;
    border: 1px solid #2D333A!important;
    border-radius: 24px!important;
    padding: 15px 40px!important;
    color: #fff!important;
    font-weight: 400!important;
    float: inline-end!important;
    margin-top: 30px!important;
}
.woocommerce-MyAccount-content .wlr-heading {
	font-size: 18px;
	border-left:unset!important;
}
.wlr-myaccount-page .wlr-my-rewards-title.active {
	border-bottom:unset!important;
	border-radius: 38px!important;
	background:#F8E7D2;
	border:1px solid #F8E7D2;
}
.wlr-myaccount-page .wlr-my-rewards-title.active i {
	color:#030504;
	
}
.wlr-myaccount-page .wlr-user-reward-titles {
    border: 1px solid #F9F4ED;
    background: #F9F4ED;
}
.wlr-myaccount-page .wlr-user-reward-titles {
    border: 1px solid #F9F4ED!important;
    background: #F9F4ED!important;
    border-radius: 38px!important;
}
.wlr-myaccount-page .wlr-my-rewards-title i {
	color: #030504!important;
}
.wlr-myaccount-page .wlr-my-rewards-title h4 {
	color: #030504!important;
}
.wlr-myaccount-page .wlr-my-rewards-title.active h4 {
	color: #030504!important;
}
.wlr-myaccount-page #wlr-available-points-heading, .wlr-myaccount-page #wlr-redeemed-points-heading, .wlr-myaccount-page #wlr-used-rewards-heading {
	font-weight:400!important;
}
.wlr-text-color {
     margin: 5px 0;
	font-weight:500!important;
}
.wlr-heading {
	font-size:18px!important;
}
.wlr-myaccount-page table thead {
	outline:none!important;
}
.wlr-myaccount-page table:not( .has-background ) th {
	background:unset!important;
}
.wlr-myaccount-page table:not( .has-background ) th {
   border-bottom:1px solid #2D333A33!important;
	color: #030504;
    font-weight: 500!important;
    font-size: 16px;
} 
.wlr-table thead tr th:first-child {
	    width: 150px;
}

.wlr-table thead tr th:nth-child(2){
	     width: 160px;
}
.wlr-table thead tr th:nth-child(3){
	    width: 400px;
}
.woocommerce-orders-table thead tr th:nth-child(2) {
	    width: 190px;
}
.woocommerce-orders-table thead tr th:nth-child(3) {
	    width: 160px;
}
.woocommerce-orders-table thead tr th:nth-child(4) {
	    width: 190px;
}
.wlr-table .wlr-transaction-table-body {
	font-weight:400!important;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a:hover {
	background-color:unset;
}
.woocommerce-account .woocommerce-button--next,.woocommerce-account .woocommerce-button--previous {
	margin-top: 20px !important;
	font-weight:500!important;
}
.woocommerce-account .woocommerce-button--next:hover,.woocommerce-account .woocommerce-button--previous:hover {
	background-color:unset!important;
}
.woocommerce-address-fields p .input-text {
	border-top: 0px!important;
    border-left: 0px!important;
    border-right: 0px!important;
    font-size: 15px!important;
    line-height: 18px!important;
    padding: 15px 0px 16px 0px!important;
    border-color: rgba(45, 51, 58, 0.5)!important;
    background-color: transparent!important;
}
.woocommerce-address-fields button {
	background: #2D333A!important;
    border: 1px solid #2D333A!important;
    border-radius: 24px!important;
    padding: 15px 40px!important;
    color: #fff!important;
    font-weight: 400!important;
    float: inline-end!important;
    margin-top: 30px!important;
}
.woocommerce-view-order .wc-item-meta {
	display:none;
}
.woocommerce-view-order table.shop_table tfoot th{
	border-top:unset;
}
.woocommerce-view-order .woocommerce-table__line-item {
	    border-bottom: 1px solid #2D333A26;
}
.woocommerce-view-order .woocommerce table.shop_table tfoot tr {
	    border-bottom: 1px solid #2D333A26;
}
.woocommerce-view-order .woocommerce-account .woocommerce table.shop_table.order_details{
	 border-collapse: collapse;
}
.woocommerce-view-order .woocommerce table.shop_table tfoot th, .woocommerce-view-order .woocommerce table.shop_table tfoot td{
	font-weight:400;
}
.woocommerce-view-order .woocommerce table.shop_table tfoot th, .woocommerce-view-order  .woocommerce table.shop_table tfoot td{
	font-size:14px !important;
	font-weight:400;
}
.woocommerce-view-order .woocommerce table.shop_table td {
	font-size:14px !important;
}
.woocommerce-view-order .woocommerce table.shop_table td a {
	text-decoration:none!important;
}
.woocommerce-view-order .woocommerce table.shop_table {
	    border-collapse: collapse;
}
.select2-selection--single {
	    border-bottom: 1px solid #2D333A26!important;
	  border-top:unset!important;
	border-left:unset!important;
	border-right:unset!important;
	padding: 15px 0px 16px 0px!important;
    border-color: rgba(45, 51, 58, 0.5)!important;
}
.wlr-myaccount-page .wlr-upload-img-icon
{
	width: 30px;
}

.wlr-myaccount-page .wlr-my-rewards-title
{
	flex-grow: 1;
	padding: 15px 40px;
}
.wlr-myaccount-page .wlr-customer-reward
{
	grid-template-columns: 1fr;
}

.wlr-myaccount-page .wlr-reward-card 
{
	min-height: 125px;
}

.wlr-myaccount-page .wlr-card-container .wlr-card-icon-container
{
	flex-grow: 0.5;
}

.wlr-myaccount-page .wlr-card-inner-container
{
	flex-grow: 3;
	width: auto;
	min-height: auto;
}

.wlr-myaccount-page .wlr-button-reward
{
	flex-grow: 0.75;
    height: max-content;
}

.wlr-myaccount-page .wlr-reward-card .wlr-card-container
{
	display: flex;
}
.wlr-myaccount-page .wlr-heading {
	    border-left: 0!important;
	    text-transform: capitalize;
	font-weight:500;
}
.wlr-myaccount-page #wlr-available-points {
	    border-radius: 16px!important;
}
.wlr-myaccount-page #wlr-available-point-value {
	font-size:18px!important;
}
.wlr-myaccount-page #wlr-redeemed-point-value {
	font-size:18px!important;
}
.wlr-myaccount-page #wlr-used-reward-value-count{
	font-size:18px!important;
}
.woocommerce-account .woocommerce-MyAccount-content p:last-child {
	font-size:14px!important;
}
.wlr-myaccount-page .wlr-user-reward-titles h4 {
	font-size:14px!important;
}
.wlr-myaccount-page .wlr-earning-options .wlr-card .wlr-card-container, .wlr-myaccount-page .wlr-reward-card .wlr-card-container {
    margin-top: 26px!important;
	margin-bottom: 26px!important;
}
.wlr-myaccount-page table * {
	    padding: 18px 10px!important;
}
.woocommerce-orders-table__cell-order-actions {
	display:flex;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
	    margin-right: 9px;

}
.page-id-2444 {
    background: url(/wp-content/uploads/2023/10/cart_bg_flowers.webp), #F9F4ED;
    background-repeat: no-repeat;
    background-size: contain;
}
.page-id-2444 h3 {
	display:none;
}
.page-id-2444 .wishlist-title {
	margin:30px 0px;
}
.wishlist-bg {
	background:#FFFFFF;
	border:1px solid #FFFFFF;
	border-radius: 24px;
	box-shadow: 0px 3px 24px #03050414;
	text-transform: capitalize;
}
.page-id-2444 .main {
	margin:60px 0px;
}
.wishlist-title-with-form h2 {
	color:#2D333A;
	font-size:20px;
	font-weight:500;
	margin-bottom:10px;
}
.wishlist_table {
	border:unset!important;
}
.wishlist_table td{
	padding:40px 12px!important;
}
@media(max-width:767px){
	.wishlist_table td{
		    padding: 25px 12px!important;
	}
}
.wishlist_table th {
	border-top:unset!important;
	font-size:18px!important;
	font-weight:500!important;
}
.wishlist_table .product-name {
	font-size:18px;
	font-weight:500!important;
	width:25%
}
.wishlist_table .product-price {
	font-size:14px;
	font-weight:400!important;
}
.wishlist_table tr td, .wishlist_table tr th.product-checkbox, .wishlist_table tr th.wishlist-delete {
	text-align:initial;
}
.wishlist_table .product-stock-status {
	font-size:14px;
	font-weight:400!important;
}
.wishlist_table .product-stock-status span.wishlist-in-stock {
	color:#2D333A!important;
}
.wishlist_table .product-add-to-cart a{
	border: 1px solid #2D333A;
	border-radius: 24px;
   color:#2D333A;
   font-weight:400!important;
	font-size:14px;
    padding:14px 63px;
}
	/* @media(max-width:767px){}
	.wishlist_table .product-add-to-cart a{
	padding: 10px 20px;
    margin-top: 20px;
	}
} */
.wishlist_table .product-add-to-cart a:hover{
	background:#2D333A;
	color:#fff!important;
}
.wishlist_table a.remove:hover {
	color:unset!important;
    background: unset!important;
}
.wishlist_table tr td.product-thumbnail a {
	    max-width: unset;
}
.wishlist_table tr td.product-thumbnail a img {
    min-width: 150px;
	border-radius: 24px;
}
.wishlist_table .product-stock-status {
	    width: 15%;
}
@media(max-width:767px){
	.wishlist_table .product-stock-status {
	   width: unset;
	}
}
.wishlist_table .product-add-to-cart {
	    width: 25%;
}
@media(max-width:991.92px){
	.wishlist_table .product-add-to-cart {
	    width: unset;
	}
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
	max-width:unset;
}
.wishlist_table.mobile li .item-details table.item-details-table td.label {
	width: unset;
}
.wishlist_table.mobile li .item-details table.item-details-table td.value {
	text-align:initial;
}
.additional-info-wrapper{
	margin-top:-30px;
}
.woocommerce-message {
    border-top-color: #2D333A;
}
.woocommerce-message::before {
    color: #2D333A;
}
.woocommerce-message a {
	background: #2D333A!important;
    color: #fff!important;
    border-radius: 24px!important;
	text-decoration:unset;
	font-weight:400!important;
	padding:10px 30px !important;
}
.woocommerce-message a:hover {
	color: #fff!important;
}
.woocommerce table.shop_table th {
	font-weight:500!important;
}
.product-name .custom-size {
	 font-size: 14px;
    margin-top: 15px;
}
@media(max-width:1024px){
.single-product a.buy-now.button {
	float:none!important;
}
}
@media(max-width:767px){
	.single-product div.product form.cart .button{
		width:unset!important;
	}
}
@media(max-width:767px){
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	    padding-top: 60px !important;

}  
}
.phonepe_response.error-box {
    color: #fff;
    background-color: #030504;
    border-color: #030504;
}
.wpgs-nav button.slick-prev.slick-arrow{ z-index: 1;}
.woocommerce-checkout .review-col-wrapper {
    padding: 40px 30px;
    border-radius: 24px;
}
.woocommerce-error {
	  border-top-color: #030504;
}
.woocommerce-error::before {
	    color: #030504;
	background:#fff;
}
.woocommerce-error li strong {
	font-weight:500;
	text-transform:capitalize;
}
.woocommerce-lost-password .woocommerce {
	    padding: 50px;
}
.woocommerce-lost-password .woocommerce form {
    background: #fff;
    padding: 50px;
    border-radius: 24px;
}
.woocommerce-lost-password .woocommerce form input {
    padding: 10px 0px 10px 0px!important;
}
.woocommerce-lost-password .woocommerce form p {
	font-size:14px;
}
.woocommerce-lost-password .woocommerce form button {
    background: #030504!important;
    margin-top: 20px!important;
    color: #fff!important;
    font-weight: 500!important;
    border-radius: 24px!important;
    padding: 15px 34px!important;
}
.woocommerce div.product .woocommerce-tabs .panel .custom-tab-list .custom-tab-list-item, .woocommerce div.product .woocommerce-tabs .panel .custom-tab-all-ingredients p, .woocommerce div.product .woocommerce-tabs .panel .custom-tab-suggested-usage p{
	font-size:14px !important;
}
.footer-top ul.footer-top-content li, .product-list li{
	font-size:14px;
}
.woocommerce form .form-row label, .woocommerce-form-row input[type=text], .woocommerce-cart .woocommerce table.cart td.actions .coupon #coupon_code, .woocommerce-cart .woocommerce table.cart td.actions .coupon .button. .woocommerce-cart .woocommerce table.cart td.actions .button {
	font-size:14px;
}
 .woocommerce table.shop_table tr, .woocommerce table.shop_table td, .woocommerce-message{
	 font-size:14px;
}
.woocommerce table.shop_table th, .wishlist_table th{
	font-size:16px !important;
}
div.pswp div.pswp__scroll-wrap {
    display: none;
}
@media (min-width: 768px) {
    .custom-field-section.ingredients.second-one .ingredient-cont
    {
        min-height: 70px;
    }
}
@media (max-width:1024px){
	.term-67 .subcategory-tabs-container{
		display:block !important;
		column-count:6
	}
}
@media (max-width:991px){
	.term-67 .subcategory-tabs-container{
		column-count:4;
	}
}
@media (max-width:767px){
	.term-product-category .subcategory-tabs-container{
		column-count:2;
	
	}
	.tax-product_cat .subcategory-tabs{
		padding:20px 15px 0px;
	}
	.tax-product_cat .subcategory-tab {
    padding: 15px 15px !important;
}
	.term-skin-types .subcategory-tabs-container, .term-skin-concern .subcategory-tabs-container{
		column-count:2;
		display:block !important;
	}
	.subcategory-tabs-container .subcategory-tab{
		padding:10px;
		display:inline-block;
		width: 100%;
	}
	.woocommerce-message a{
		display:inline-block;
		margin-top:5px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li{
		display:block;
	}
}
.cart-empty.woocommerce-info, #commentform.comment-form .cr-upload-local-images label, .comment-form .cr-upload-local-images label, #commentform.comment-form .cr-upload-local-images input, .comment-form .cr-upload-local-images input, .single-product.woocommerce .quantity .qty, .single-product .comment-form-rating label, .cart_totals th, #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__author, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .wlr-transaction-table-body  {
	font-size:14px !important;
}
.find-skin-type .tabs ul#tabs-nav li a{
	font-size:16px !important;
}
.cat-prod-banner .cat-prod-info > h1{
	font-size:26px;
	margin-bottom:10px;
}
.woocommerce-page .main h3{
	font-size:20px;
}
#wlr-reward-link{
	color:#030504;
}
.wll-points_conversion-redeem-button-container #wll-points_conversion-redeem-button, #wll-points_conversion-reward-button, .wll-welcome-signup-button {
	background:#030504 !important;
}
.wll-content-container .wll-default-logo.wlr.wlrf-wployalty_logo{
	display:none;
}
@media (min-width:1400px){
	.woocommerce-orders-table thead tr th:nth-child(1){
	width:100px;
}
}
@media (min-width: 1020px) {
    .cat-prod-info
    {
        width: 50%;
    }
	.term-face-mask .cat-prod-info{
		width:51%;
	}
}
.woocommerce-account .woocommerce table.my_account_orders th, .woocommerce-account .wlr-myaccount-page .wlr-sent-email label{
	font-size:14px !important;
}
.woocommerce-account .woocommerce-MyAccount-content .wlr-description.wlr-pre-text.wlr-text-color, .wlr-coupons-expired-container .wlr-name-container p{
	font-weight:400!important;
}
.woocommerce-checkout p.woocommerce-invalid-required-field span.error, .woocommerce-checkout p#billing_postcode_field>span.error.pin-code-error {
   color: #e2401c;
   display: block !important;
padding-top: 5px;
   font-weight: 500;
}
.woocommerce-account .woocommerce-MyAccount-content .wlr-myaccount-page .wlr-name-container h4 p{
	font-weight:500 !important;
}
.search-field::-webkit-search-cancel-button{
    color: #000;   
}
.woocommerce .wishlist-title h2{
	font-size:20px;
}
.btn-gray{
	border-radius:24px;
	background:#2D333A;
	border:1px solid #000;
	padding:15px 30px;
}

.btn-lite{
	border-radius:24px;
	padding:15px 30px;
}
.btn-lite:hover{
	background:#2D333A;
}
#notify-me input.notify{
	border-radius:24px;
	background:#2D333A;
	border:1px solid #2D333A;
}
#notify-me input.notify:hover{
	border:1px solid #2D333A;
}
form.checkout > .woocommerce-NoticeGroup-checkout {
   /* display: none; */
}
.search-form .search-field::-webkit-search-cancel-button{

    -webkit-appearance: none;
 

}
@media (max-width: 768px) {
    .woocommerce-page div.product div.images    {
		width: 100% !important;
left: 0px !important;
    }
}
#home-banner-slider #home-banner-slider-wrap .home-banner-inner h1{
	font-size:38px;
	margin-bottom:20px;
}
#be-real h1{
	font-size:38px;
}
.find-skin-type .tabs ul#tabs-nav{
	background:#F8EBDB;
}
.find-skin-type .tabs ul#tabs-nav li a::before, #skincare-timeline .tabs ul#tabs-nav li.active{
	background:#F8E7D2;
}
.find-skin-type .tabs ul#tabs-nav li:hover a, #skincare-timeline .tabs ul#tabs-nav, #skincare-timeline .tabs ul#tabs-nav li:hover{
	background:#F8EBDB;
}
#skincare-timeline .tabs ul#tabs-nav li.active:hover{
	background:#F8E7D2;
}
/* #skincare-timeline .tabs ul#tabs-nav li:hover{
	background:unset;
} */
.find-skin-type{
	    background: url(/wp-content/uploads/2023/10/cart_bg_flowers.webp), #F9F4ED;
    background-repeat: no-repeat;
    background-size: contain;
}
/* .find-skin-type .tabs .tab-content .skin-type-content ul li::before{
	background: url(/wp-content/uploads/2023/10/bullet.svg)!important;
	    background-repeat: no-repeat;
    background-size: 13px;
    background-position: left 4px;
    padding-left: 25px;
} */
#floating-card .card-bg .cta-btn .btn-gray{
	background:#fff;
	color:#383838;
}
#floating-card .card-bg .cta-btn .btn-gray:hover{
    color:#fff !important;
	background:#2D333A;
}
#our-purpose .card-box .box h4{
	font-size:20px;
}
#key-banner-slider h1, #key-banner-slider h4{
	text-align:left;
}
.restore-item{
	border-radius: 24px;
    background: #2D333A;
    border: 1px solid #000;
    padding: 10px 30px;
	color:#fff;
	text-decoration:none;
}
@media (max-width:767px){
.explore-ban-cta{
	text-align:center;
}

}
.home-banner-inner p{
	font-size:18px !important;
}
.home-banner-inner h1{
	margin-bottom:15px;
}

	#sp-testimonial-free-wrapper-2767 .sp-testimonial-free-section-title{
	font-size:30px !important;
}
.tax-product_cat .subcategory-tab{
	display:inline-block;
}
@media (max-width:991px){
	h2, #sp-testimonial-free-wrapper-2767 .sp-testimonial-free-section-title{
		font-size:28px !important;
	}
}
#sp-testimonial-free-wrapper-2767{
	    background: url(/wp-content/uploads/2023/10/cart_bg_flowers.webp), #F9F4ED;
}
#floating-card .card-bg p{
	font-size:16px !important;
}
#environmental .envs-tag{
	font-size:16px !important;
}
@media (min-width: 1020px){
	.term-product-category .cat-prod-info {
    width: 53%;
}
.cat-prod-info {
    width: 55%;
}
.term-cleanser .cat-prod-info {
    width: 45%;
}
	.term-oily-skin .cat-prod-info {
    width: 50%;
}
}
#home-banner-slider #home-banner-slider-wrap .home-banner-inner h1 {
	margin-bottom:15px !important;
}
.cart-empty.woocommerce-info{
	margin-top:1.7rem;
}
@media (min-width:1020px) and (max-width:1100px){
	#home-banner-slider #home-banner-slider-wrap .home-banner-inner{
		height:35vh !important;
	}
	#home-banner-slider #home-banner-slider-wrap .slick-prev:before, #home-banner-slider #home-banner-slider-wrap .slick-next:before{
		padding:10px;
	}
	#home-banner-slider .pagingInfo {
		bottom:16% !important;
	}
/* 		#notify-me input::placeholder, #notify-me input.text{
		text-align:left !important;
		padding-left:15px;
	} */
	.tax-product_cat .cat-prod-banner{
		height:300px;
	}
}
@media (max-width:1026px){

	#home-banner-slider .pagingInfo{
		bottom:17%;
	}

	  h2 {
    font-size: 29px;
    line-height: 40px;
}
	#right-match .cta-btn{
		padding-top:10px;
	}
	.about-rare-chemistry-img img{
		object-fit:contain;
	}
	.wishlist_table td{
		padding:20px 12px !important;
	}
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
		margin-top:25px;
	}
	.search-form .search-field{
		width:200px !important;
	}
}
@media (max-width:991px){
	#faq .accordion-body p br{
		display:block;
	}
	.homeProductSlider ul.slick-slider{
		padding-left:0px !important;
	}
	.page-template-template-explore-skin #be-real{
		height:30vh!important;
	}
	#be-real h1{
		font-size:38px;
	}
/* 	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
		margin-top:0px;
	} */
	.wishlist-bg{
		width:600px;
	}
	.product-remove .fa-trash{
		font-size:25px;
	}
	.wishlist_table td{
		padding:15px 12px !important;
	}
	.wishlist_table .product-add-to-cart a{
		margin:unset !important;
	}
}
@media (min-width:769px) and (max-width:1023px){
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td.product-remove {
		width: 5%;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td.product-thumbnail {
		width: 35%;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td.product-name {
		width: 25%;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td.product-price {
		width: 10%;
	}
}
@media (max-width:767px){
	#home-banner-slider #home-banner-slider-wrap .home-banner-inner h1{
		font-size:16px;
	}
	.home-banner-inner p{
		font-size:12px !important;
		margin-top:15px;
	}
	#sp-testimonial-free-wrapper-2767 .sp-testimonial-free-section-title{
		line-height:32px;
	}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev{
		left:15px;
	}
	.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next{
		right:15px;
	}
	#sp-testimonial-free-wrapper-2767 .sp-testimonial-free-section{
		margin:0px 30px;
	}
	.sp-testimonial-free-wrapper h2.sp-testimonial-free-section-title{
		margin:0 30px;
	}
	#positive-reinforcement .section.bg-image{
		background-position:bottom;
	}
	#home-banner-slider #home-banner-slider-wrap .home-banner-inner{
		padding-bottom:30px;
		height:auto !important;
	}
	.grow-glow .bg-wrap{
		padding:30px !important;
	}
	.search-form .search-field{
		width:175px !important;
	}
	.search-form .search-submit
	{
		margin-left: 0px;
	}
	.wishlist-bg{
		width:100%;
	}
	.page-template-template-explore-skin #be-real{
		height:auto!important;
		padding-top:0px;
		padding-bottom:30px;
	}
	.cart-empty.woocommerce-info{
	margin-top:1rem;
}
}
@media (max-width:370px){
	.tax-product_cat .subcategory-tab{
		font-size:12px !important; 
	}
}
#skincare-timeline .time img{
	width:280px;
	height:280px;
	max-width:unset;
}
.privacy h2{
	font-size:24px;
	margin-bottom:10px;
}
.privacy li{
	font-size:14px;
}
.privacy a{
	font-weight:600;
}
.privacy a:hover, footer .footer-top ul.footer-nav li a:hover{
	opacity:0.7;
}
.privacy h1{
	font-size:44px;
}
.comment-form-cookies-consent label, .single-product .comment-form-author input, .single-product .comment-form-email input {

	font-size:14px !important;
	font-weight:400 !important;
}
@media (max-width:1028px){
	#be-real{
		height:25vh !important;
	}
	#derm-center .white-bg{
		padding:30px;
	}
}
@media (min-width:768px) and (max-width:995px){
		.cat-prod-banner{
		height:290px;
			padding:30px 0px;
	}
	.cat-prod-info{
		width:50%;
	}
	#home-banner-slider #home-banner-slider-wrap .home-banner-inner{
		height:35vh !important;
}
	#home-banner-slider #home-banner-slider-wrap .home-banner-inner{
		padding-bottom:40px;
	}
	#luxury-of-purity{
		text-align:center;
	}
	#home-banner-slider #home-banner-slider-wrap .home-banner-inner h1{
		font-size:30px;
	}
}
@media (max-width:991px){
		.accordion-button:not(.collapsed)::after{
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	}
	#skincare-timeline-mobile .time img{
		width:300px;
	}
	#search-post{
		margin-top:0px !important;
	}
	#environmental{
		padding-top:50px;
	}
	.home .cta-btn{
		padding-top:10px;
	}
	.home .cta-btn a{
		display:inline-block;
		
	}
	#skin-care{
		margin-bottom:-40px !important;
	}
		.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-navigation ul{
		width:100%;
	}
	.woocommerce-account .woocommerce nav ul li{
		text-align:center;
		display:block;
	}
	.term-acne-and-acne-scars .cat-prod-banner, .term-pigmentation .cat-prod-banner, .term-sensitive-skin .cat-prod-banner, .term-oily-skin .cat-prod-banner, .term-skin-types .cat-prod-banner, .term-lip-balm .cat-prod-banner{
		height:235px;
	}
		#be-real{
		padding-top:0px !important;
	}
}
/* Mobile changes */
@media (max-width:768px) {
	.woocommerce-checkout #payment .secondary-btn.continue-shopping {
		width: 50%;
	}
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
		padding: 13px 0 !important;
		width: 45%;
	}
}
@media (max-width:767px){
	#be-real{
		padding-top:0px !important;
	}
	#v_thankyou{
		padding-top:0px !important;
	}
	.page-template-template-productranges #our-brand-story{
		padding-top:0px !important;
	}
	.common-banner .mob-banner{
		background-size:cover;
		height:170px;
		position:relative;
		display:block;
	}
	#be-real.common-banner .mob-banner{
		height:120px;
	}
	.common-banner h1.mob-title{
		transform: translateY(-50%);
    display: block !important;
    top: 50%;
		position:absolute;
    padding-top: 0px;
		padding-left:20px;
	}
	.common-banner h1.des-ban-title{
		display:none;
	}
	#key-banner-slider #key-banner-slider-wrap .key-banner-inner h1{
		padding-top:0px !important;
	}
	.comment-form-cookies-consent label{
		display:inline;
	}
	.woocommerce ul.products.columns-3 li.product{
		width:50%;
	}
	.custom-field-section.ingredients .ingredient{
		display:none;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title, h1, h2, h3, h4, h5, h6, #sp-testimonial-free-wrapper-2767 .sp-testimonial-free-section-title, .woocommerce-checkout h3{
		font-size:16px !important;
		line-height:25px !important;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title{
		padding-top:20px !important;
	}
	.woocommerce ul.products li.product .custom-size, .custom-field-section.ingredients .ingredient-cont p, .woocommerce ul.products li.product .price, #floating-card .card-bg p{
		font-size:12px !important;
		line-height:20px !important;
	}
	.custom-field-section.ingredients .ingredient-cont p, footer .footer-top p, footer .footer-top ul.footer-top-content{
		margin-bottom:0px !important;
	}
	p, .cat-prod-info p, #environmental .envs-tag, .footer-top ul.footer-top-content li, .product-list li, footer .footer-top ul.footer-nav li a, a, .contact-section .form-field lable, #key-banner-slider #key-banner-slider-wrap .key-banner-inner h4, .find-skin-type .accordion-body ul li, li, .woocommerce-account .woocommerce-MyAccount-content p, .woocommerce-account .woocommerce-MyAccount-content p:last-child, .woocommerce-Address address, .woocommerce form .form-row input.input-text, .wlr-action-text, .woocommerce .woocommerce-breadcrumb, .single-product.woocommerce .quantity .qty, .woocommerce-product-rating .avg-rating, #reviews .cr-summaryBox-wrap .cr-total-rating-count, td.ivole-histogramCell1, td.ivole-histogramCell3, #reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__author, .woocommerce-review__published-date, .woocommerce-view-order .woocommerce table.shop_table td, .woocommerce-view-order .woocommerce table.shop_table tfoot th, .woocommerce .woocommerce-customer-details address, .woocommerce-view-order .woocommerce table.shop_table tfoot td, .search-contain .page-title, .woocommerce-message, .cart-empty.woocommerce-info, #reviews.cr-reviews-ajax-reviews .cr-input-text, .comment-form-cookies-consent label, .single-product .comment-form-author input, .single-product .comment-form-author input, .single-product .comment-form-email input, .woocommerce div.product .woocommerce-tabs .panel .custom-tab-list .custom-tab-list-item, .woocommerce div.product .woocommerce-tabs .panel .custom-tab-all-ingredients p, .woocommerce div.product .woocommerce-tabs .panel .custom-tab-suggested-usage p, .single-product .comment-form-rating label, #commentform.comment-form .cr-upload-local-images label, .comment-form .cr-upload-local-images label {
 
		font-size:12px !important;
		line-height:20px !important;
	}
	.btn-gray, #floating-card .card-bg .cta-btn .btn-gray, .btn-lite, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .woocommerce table.cart td.actions .coupon .button, .single-product .cart .single_add_to_cart_button, .single-product a.buy-now.button, .carousel-wrap ul.products li.product .button, .wt-related-products ul.products li.product .button, #commentform.comment-form .cr-upload-local-images input, .comment-form .cr-upload-local-images input, .single-product .cr-button-search, .woocommerce-pagination--without-numbers .woocommerce-Button--next, .woocommerce-pagination--without-numbers .woocommerce-Button--previous, .theme-vajra_rarechemistry.woocommerce-page.woocommerce-checkout #place_order, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.continue-shopping, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.wc-backward{
		padding:10px 20px !important;
		font-size:12px !important;
	}
	.search-contain .no_data{
		margin:10px 0px;
	}
	.search-contain{
		padding:30px 0px !important;
	}
	.woocommerce-account :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button{
		padding:10px 10px 10px 30px !important;
	}
	#environmental{
		padding-top:30px;
	}
	#environmental .consious .box img{
		width:50px;
		height:50px;
		margin-bottom:10px;
	}
	h2{
		margin-bottom:10px;
	}
	footer .footer-top ul.footer-nav{
		padding:10px 0px 10px !important;
	}
	footer .footer-top p, footer .footer-top ul.footer-top-content{
		padding-bottom:20px !important;
	}
	footer .footer-top img {
		padding:20px 0px !important;
	}
footer .footer-top {
		padding-top:20px !important;
	}
	.home .cta-btn{
		padding-top:10px;
	}
	#positive-reinforcement .section.bg-image, #empowerment{
		padding:35px 0px;
	}
	#notify-me{
		padding-bottom:0px;
		padding-top:35px;
	}
	#sp-testimonial-free-wrapper-2767{
		padding:40px 0px;
	}
	#home-banner-slider #home-banner-slider-wrap .home-banner-inner{
		position:relative;
	}
/* 	 #be-real h1{
		position:absolute;
		top:85px;
		padding-left:20px;
	} */
	.sp-testimonial-free-wrapper h2.sp-testimonial-free-section-title{
		padding:30px 0px;
	}
	footer .footer-top ul li {
		padding-bottom:5px;
	}
	#be-real{
		position:relative;
	}
	.contact_us_details{
		padding-top:40px;
	}
	.contact_us_details a{
		font-size:12px !important;
		line-height:20px;
	}
	.contact-section form{
		padding-bottom:0px !important;
	}
	.contact-section .contact-img{
		height:400px !important;
	}
	.contact-section .form-field{
		margin-bottom:15px !important;
	}
	#derm-center .white-bg {
		padding:30px !important;
	}
	#key-banner-slider #key-banner-slider-wrap .key-banner-inner h1{
		padding-top:30px !important;
	}
	#key-banner-slider{
		height:auto !important;
	}
	#key-banner-slider #key-banner-slider-wrap .key-banner-inner h1{
		margin-bottom:8px !important;
	}
	#about-rare-chemistry h2{
		margin-top:20px;
	}
	.find-skin-type .accordion-body ul li::before{
		background-size:10px !important;
	}
	.find-skin-type .accordion-body ul li{
		padding-bottom:10px !important;
	}
	.find-skin-type h2{
		margin-bottom:35px;
	}

	#skincare-timeline-mobile .time img{
		width:200px;
	}
	#skincare-timeline-mobile .time {
    padding: 15px 0;
}
	#faq .accordion-button, .homeProductSliderBox span{
		font-size:16px !important;
		line-height:25px !important;
	}
	.woocommerce a.remove{
		    font-size: 1.6em !important;
	}
	.woocommerce table.shop_table td{
		font-size:12px !important;
	}
	.woocommerce-cart .wc-proceed-to-checkout{
		text-align:center;
	}
	.wc-proceed-to-checkout .secondary-btn.continue-shopping{
		width:unset;
		display:inline-block !important;
		padding:10px 20px !important;
		font-size:12px !important;
	}
	.wishlist_table tr, .wishlist_table td, .wishlist_table th{
		font-size:12px !important;
		line-height:20px;
	}
	.wishlist_table .product-add-to-cart a, .woocommerce-account .woocommerce-button--next, .woocommerce-account .woocommerce-button--previous, .woocommerce-edit-account .woocommerce-Button{
		padding:10px 20px !important;
		font-size:12px !important;
	}
	.woocommerce-account .nav-bg ul li a{
		font-size:16px !important;
	}
	.woocommerce-account .woocommerce-MyAccount-content p.p-title, .woocommerce-account .woocommerce-MyAccount-content p.p-title strong{
		margin-bottom:15px;
	}
	.woocommerce-account .woocommerce nav ul li {
		padding:10px 0px;
	}
.woocommerce-Address address {
	margin-top:5px;
	}
	.woocommerce-edit-account legend, .wlr-heading, .wlr-myaccount-page #wlr-available-point-value, .wlr-myaccount-page #wlr-redeemed-point-value, .wlr-myaccount-page #wlr-used-reward-value-count{
		font-size:16px !important;
		line-height:25px !important;
	}
	.woocommerce-EditAccountForm h3, .woocommerce-edit-account legend, .woocommerce-page .main h3{
		margin-bottom:15px;
	}
	.wlr-myaccount-page table:not( .has-background ) th{
		font-size:14px;
	}
		.wlr-transaction-table-body, .woocommerce-account .wlr-myaccount-page .wlr-sent-email label, .woocommerce-account .continue-text, .woocommerce-account .login-bottom-entities, .woocommerce-account .register-bottom-entities {

		font-size:12px !important;
		line-height:20px;
	}
	.mob-cat-img{
		display:block !important;
	}
	.cat-prod-banner{
		background-image:unset !important;
	}
	.cat-prod-banner .cat-prod-info > h1{
		position:absolute;
		top:50px;
	}
	.cat-prod-info{
		position:unset;
		transform:unset;
		padding:0px 20px;
	}
	.cat-prod-info p{
		margin-top:25px;
	}
	.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i{
		font-size:20px;
	}
	.subcategory-tabs{
		padding-top:20px;
	}
	#mega-menu-wrap-primary-navigation .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated{
		transform: scale(0.6);
	}
	#mega-menu-wrap-primary-navigation .mega-menu-toggle.mega-menu-open .mega-toggle-block-1{
		background-size:contain !important;
		width:25px !important;
		height:25px !important;
	}
	.home-banner-inner br{
		display:block;
	}
	#home-banner-slider #home-banner-slider-wrap .home-banner-inner{
		padding-top:0px;
	}
/* 	#home-banner-slider #home-banner-slider-wrap .home-banner-inner h1{
		top:55px !important;
	} */
	.tax-product_cat .woocommerce ul.products, .woocommerce-page ul.products{
		padding-top:0px !important;
	}
	.cat-prod-info p{
		margin-bottom:0px;
	}
	#key-banner-slider #key-banner-slider-wrap .key-banner-inner h4{
		font-weight:400;
	}
	#key-banner-slider .slick-dots{
		display:none !important;
	}
	#key-banner-slider{
		height:auto !important;
	}
	#key-banner-slider #key-banner-slider-wrap .key-banner-inner{
		height:25vh;
	}
	#key-banner-slider #key-banner-slider-wrap .key-banner-inner{
		padding-top:20px !important;
		padding-bottom:50px !important;
	}
/* 	.page-template-template-explore-skin  #be-real h1, #be-real h1{
		top:50px;
	} */
	#be-real{
		padding-top:0px;
	}
	.page-template-template-contact #be-real, .page-template-template-about-us #be-real{
		height:auto !important;
	}
/* 	.page-template-template-about-us #be-real{
		margin-bottom:30px;
	} */
	.term-pigmentation .cat-prod-info p {
    width: 100% !important;
}
	.single-product .site-main{
		padding:0px;
	}
	.accordion-button, #skincare-timeline-mobile .accordion-button-mob{
		padding:0.6rem 1.25rem !important;
	}
	.accordion-button::after, .accordion-button-mob::after{
		width:14px !important;
		height:14px !important;
		background-size:contain !important;
	}
	#skincare-timeline-mobile #heading-0 button:before, #skincare-timeline-mobile #heading-1 button:before{
		background-size:25px !important;
		    padding: 15px 20px !important;
	}
	.page-template-template-productranges .homeProductSlider ul.slick-slider li.slick-slide{
		padding:15px;
	}
	.page-template-template-productranges .homeProductSliderBox img {
		height:35px;
		width:35px;
	}
	.page-template-template-productranges .homeProductSliderBox{
		display:flex;
	}
	.homeProductSlider ul.slick-slider .slick-current span{
		align-self:center;
	}
	.section.contact-section{
		padding:0px;
	}
	.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a{
		padding:10px;
	}
	.woocommerce-checkout.theme-vajra_rarechemistry.woocommerce-page .main{
		margin-bottom:0px;
		margin-top:30px;
	}
	.woocommerce-checkout #payment ul.payment_methods{
		padding-bottom:0px;
	}
	.woocommerce-checkout table.shop_table th{
		font-size:14px !important;
	}
	.woocommerce-order-pay #order_review{
		padding:30px !important;
	}
	.woocommerce #order_review table.shop_table{
		margin-bottom:15px;
	}
	.mob-img-bans{
		padding:0px !important;
	}
	.nav-icons .li-icons{
		margin-right:0px !important;
	}
	.nav-icons{
		padding-left:50px !important;
	}
	#skincare-timeline-mobile br{
		display:block;
	}
	.Key-timelines .tabs ul#tabs-nav{
		width:100% !important;
		display:grid !important;
	}
	.section, .Key-timelines{
		padding:30px 0px !important;
	}
	#about-rare-chemistry-main, #our-brand-story, #our-purpose, #women-empowerment, #derm-center .white-bg, #about-rare-chemistry{
		padding-bottom:16px !important;
	}
	#about-rare-chemistry-main .about-rare-chemistry-img{
		display:none;
	}
	.Key-timelines .tabs .tab-content .skin-type-content p{
		margin-bottom:0px;
	}
	.find-skin-type .accordion #heading-3{
		margin-bottom:0px !important;
		padding-bottom:0px !important;
	}
	.find-skin-type .accordion-body ul{
		margin-bottom:0px;
	}
	#skincare-timeline-mobile .notes{
		margin-bottom:0px !important;
		margin-top:20px !important;
	}
	#our-brand-story p{
		margin-bottom:0px;
	}
	.page-template-template-productranges #our-brand-story{
		padding-bottom:30px !important;
	}
	.theme-vajra_rarechemistry.woocommerce-page .main, .page-id-2444 .main{
		margin:30px 0px;
	}
	.woocommerce-page ul.products {
		padding-bottom:0px !important;
	}
	.woocommerce-account .nav-bg{
		padding:0px 30px 30px 30px !important;
	}
	.woocommerce-message a.restore-item {
    display: block !important;
    margin-top: 5px;
    width: 102px;
		padding:10px 20px !important;
		font-size:12px !important;
		line-height:15px !important;
		text-align: center;
}
	.single-product a.buy-now.button{
		line-height:15px !important;
	}
	.wt-related-products{
		padding-bottom:30px;
	}
	.wt-related-products .owl-theme .owl-nav [class*=owl-]{
		width:30px !important;
		height:30px !important;
	}
	.woocommerce .wt-related-products .owl-nav .dashicons{
		width:unset;
		height:unset;
		font-size:unset;
		margin:0px;
	}
	.related .wt-crp-heading{
		margin-bottom:20px;
	}
	.single-product .yith-wcwl-add-to-wishlist{
		margin-left:15px;
	}
	.woocommerce-product-rating .avg-rating{
		margin-top:6px;
	}
	.single-product .cart .quantity{
		padding:3px 10px;
	}
footer .footer-top img{
		height:110px;
	}
	.section.contact-section{
		padding:0px !important;
	}
	.woocommerce-page.tax-product_cat ul.products li.product h2.woocommerce-loop-product__title, .post-type-archive ul.products li.product .woocommerce-loop-product__title{
		min-height:75px;
	}
	#about-rare-chemistry {
		position:relative;
	}
	#about-rare-chemistry h2{
		position:absolute;
		right:20px;
		top:55px;
	}
	#about-rare-chemistry img{
		margin-bottom:20px;
	}
	.custom-field-section.ingredients .ingredient-cont p{ 
		min-height: 40px !important; 
	}
	.woocommerce ul.products li.product .custom-field-section {
    border-top: 0.5px solid #2D333A80;
    border-bottom: 0.5px solid #2D333A80;
}
	.wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li .item-details table.item-details-table td.value{
		padding-bottom:0px !important;
	}
	.additional-info-wrapper{
		margin-top:-13px;
	}
	.woocommerce-cart .woocommerce .quantity{
		padding:3px 9px;
	}
/* 	.woocommerce-cart .wc-proceed-to-checkout{
		display:flex;
	} */
	.secondary-btn.continue-shopping {
		margin-bottom: unset !important;
	}
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
		margin-bottom:20px;
	}
	.woocommerce-cart .wc-proceed-to-checkout a{
		margin:0 auto;
	}
	.woocommerce-cart.theme-vajra_rarechemistry.woocommerce-page .main{
		padding:35px 20px;
		
	}
	.woocommerce-cart .woocommerce table.cart td.actions .coupon .button{
		margin-top:0px !important;
	}
	.woocommerce-cart .woocommerce table.cart td.actions .coupon #coupon_code{
		margin-bottom:10px;
	}
	.woocommerce-cart .woocommerce table.cart td.actions .coupon{
		display:flex !important;
	}
	.woocommerce-cart .woocommerce table.cart td.actions .button{
		padding:10px 20px !important;
		margin-top:10px !important;
		font-size:12px !important;
	}
	.woocommerce-cart .woocommerce a.remove{
		float:right;
	}
	.woocommerce-cart .woocommerce .product-remove{
		padding-bottom:30px !important;
	}
	.woocommerce-checkout #payment div.form-row{
/* 		display:flex; */
		display: block;
		padding:0px;
	}
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
		margin-bottom:0px !important;
/* 		padding:10px !important; */
	}
	.woocommerce-checkout #payment .secondary-btn.continue-shopping{
		margin: 10px 0 !important;
		padding:10px !important;
/* 		margin-bottom:0px !important; */
	}
	.woocommerce-checkout .review-col-wrapper {
		padding:30px 10px !important;
	}

	.woocommerce-edit-address .woocommerce-MyAccount-content p{
		font-size:12px !important;
	}
	#notify-me input.notify{
		width:unset;
		display:block;
		margin:0 auto;
	}
	#notify-me .wpcf7-spinner{
		display:none;
	}
	.contact-section form .wpcf7-submit{
		padding:10px 20px !important;
	}
	.woocommerce div.product .woocommerce-tabs .panel .custom-tab-list .custom-tab-list-item{
		font-size:12px !important;
		line-height:20px;
	}
	.woocommerce div.product .woocommerce-tabs .panel .custom-tab-list{
		margin-bottom:0px;
	}
	#about-rare-chemistry-main{
		background-size:initial;
	}
	#luxury-of-purity, #positive-reinforcement{
		text-align:center
	}

}
@media (max-width:400px){
.nav-icons{
		padding-left:40px !important;
	}	
}
@media (max-width:368px){
	.nav-icons{
		padding-left:27px !important;
	}
}
@media (max-width:320px) {
	.woocommerce-checkout #payment .secondary-btn.continue-shopping {
		width: 100%;
	}
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
		width: 100%;
	}
}

.bold-stext{
	font-weight:600;
}
#commentform.comment-form .cr-upload-local-images input, .comment-form .cr-upload-local-images input{
	color: #030504;
    font-weight: 400;
}
#review_form .cr-upload-local-images #cr_review_image, .cr-upload-local-images #cr_review_image{
	text-transform:capitalize;
}
.woocommerce-account .nav-bg ul li a{
	text-transform:capitalize;
}
input[type=checkbox] {
     accent-color: #2D333A;
}

@media (max-width: 405px)
{
.subcategory-tabs-container .subcategory-tab[data-category-slug="pigmentation"] {
	line-height: 3;
}
}

/* Popup */

/* Popup */
	.pop-txt {
		font-size: 16px !important;
		font-weight: 500;
		line-height: 24px;
		color: #2D333A !important;
	}
	.bg-clr {
		background-color: #F9F4ED;
	}
	.pop-txt1 {
		font-size: 16px !important;
		line-height: 24px;
		color: #2D333A !important;
	}
	.fnt-wit {
		font-weight: 500;
	}
	button.close p {
		margin-bottom: unset;
		color: #2D333A !important;
		font-size: 16px !important;
	}
	.home-load-popup .btn-gray:hover {
		background-color: #F9F4ED !important;
	}
	.home-load-popup h5 {
		font-size: 24px !important;
	}
	.home .cta-btn a {
		font-size: 16px;
	}

/* Popup */

.home-load-popup .modal-body{
	font-size:20px;
	color: #030504;
    font-weight: 400;
    font-family: "montserrat";
	position:relative;
}
@media (max-width:991px){
	.home-load-popup .modal-body br {
    display: block;
	}
}
.home-load-popup .close{
	background:#F8E7D2;
	border:unset;
}
.home-load-popup .modal-body .cta-btn {
	padding: 20px 0px;
}
.home-load-popup .modal-body {
	padding: unset;
	color: #2D333A;
}
.home-load-popup .modal-body .btn-gray {
	padding: 10px 50px;
}
.home-load-popup .close{
	background:#F9F4ED;
	border:unset;
	opacity: 0.5;
}
.home-load-popup .close:hover {
	background:#F9F4ED;
	text-decoration: none;
	opacity: 1;
}
.home-load-popup .close p:hover {
	box-shadow: 0px -.7px 0px #2D333A inset;
}
.home-load-popup .close span{
	 top: -5px;
    font-size: 45px;
    display: block;
    position: absolute;
    right: 20px;
}
.home-load-popup .modal-dialog{
	max-width:700px !important;
}

@media (max-width:767px){
	.pop-txt,
	.pop-txt1,
	button.close p {
		font-size: 14px !important;
	}
	.home-load-popup h5 {
		font-size: 18px !important;
	}
	.home-load-popup .modal-dialog{
		max-width: 300px !important;
	}
	.home-load-popup.modal {
		top: 10%!important;
	}
	.mdl-cnt {
		padding: 20px 0;
	}
	.home-load-popup .modal-body .cta-btn {
		padding: 10px 0px;
	}
}
@media (max-width:400px) {
	.pop-txt,
	.pop-txt1,
	button.close p {
		font-size: 12px !important;
	}
	.home-load-popup h5 {
		font-size: 16px !important;
	}
}
@media (min-width:410px) and (max-width:767px){
	.home-load-popup.modal {
		left: 7%!important;
	}
}
@media (min-width:412px) and (max-width:427px){
	.home-load-popup.modal {
		top: 2%!important;
		left: 12%!important;
	}
}
@media (min-width:428px) and (max-width:435px) {
	.home-load-popup.modal {
		top: 2%!important;
		left: 13%!important;
	}
}
@media (max-width:400px){
	.home-load-popup .modal-dialog{
		max-width: 250px !important;
	}	
	.home-load-popup.modal {
		top: 2%!important;
	}
}
@media (min-width:365px) and (max-width:395px) {
	.home-load-popup.modal {
		left: 15% !important;
	}
}
@media (min-width:330px) and (max-width:364px) {
	.home-load-popup.modal {
		left: 12% !important;
	}
}
@media (max-width:325px){
	.home-load-popup .modal-dialog{
		max-width: 200px !important;
	}
	.pop-txt,
	.pop-txt1,
	button.close p {
		font-size: 12px !important;
	}
	.home-load-popup h5 {
		font-size: 14px !important;
	}
	.home-load-popup.modal {
		left: 16%!important;
	}
}
/* Popup */



@media (max-width:1024px){
.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: right;
    clear: none!important;
}
	.woocommerce ul.products.columns-3 li.product{
		width:50%;
	}
}

#wll-site-launcher .wll-launcher-button-container
{
	bottom: 100px !important;
}
.woocommerce-checkout .woocommerce form .form-row input[type=email]
{
	text-transform: none !important;
}
.product .entry-summary a.add_to_wishlist.single_add_to_wishlist {
    font-size: 20px !important;
}
/* Cart */
.wc-block-components-notice-banner.is-success,
.wc-block-components-notice-banner.is-info {
	background-color: #FFF !important;
    border-color: #030504 !important;
	border-radius: 30px;
}
.wc-block-components-notice-banner.is-success>svg,
.wc-block-components-notice-banner.is-info>svg {
	background-color: #030504 !important;
}
/* Cart */

/* Header Ticker Animation */
.rtl-scroll {
	width: 71%;
	float: left;
	justify-content: flex-start;
}
.topmenu {
	float: left;
    width: 26%;
    display: flex;
    justify-content: flex-end;
}

.ticker-container .slide-track {
-webkit-animation: scroll 40s linear infinite;
	animation: scroll 40s linear infinite;
-webkit-animation-delay: 0s;
	animation-delay: 0s;
display: flex;
width: calc(250px * 14);
}
.top-list.slide {
/* 	padding: 0 35px 0 20px; */
	padding: 0 64px 0 20px;
	line-height: 1;
	height: 60%;
	border-right: 1px solid #323232;
	margin-top: 5px;
	color: #030504;
}
.top-list.slide span {
	border: 1px solid #865B87;
	background-color: #865B87;
/* 	border: 1px solid #F88BC0;
	background-color: #F88BC0; */
	border-radius: 20px;
	padding: 1px 10px;
	color: #fff;
}
@keyframes scroll {
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(-100%);
	}
}
#scrolling-text-container {
	white-space: nowrap;
	display: flex !important;
	overflow: hidden;
}
.scroll-tag-line {
	margin-right: 3%;
}
@media (max-width: 1024px) {
	.rtl-scroll {
		width: 73%;
	}
	.topmenu ul {
		padding-left: unset;
	}
}
@media (max-width: 912px) {
	.topmenu ul {
		padding-left: unset;
	}
}
@media (max-width: 767px) {
	.top-list.slide {
		height: 70%;
	}
	.rtl-scroll {
		width: 48%;
	}
	.topmenu {
		width: 52%;
	}
	.top-list.slide {
		line-height: 1!important;
		margin-top: 7px;
	}
}

/* Header Ticker Animation */

/* Fibo Search */
.dgwt-wcas-suggestions-wrapp {
	border-radius: 20px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	background: transparent;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border: 1px solid #000 !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus,
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
	border-radius: 30px;
}
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion span.dgwt-wcas-st, .dgwt-wcas-st {
	font-size: 14px !important;
}
.dgwt-wcas-enable-mobile-form {
	left: initial;
    top: initial;
    width: initial;
    height: initial;
    cursor: auto;
}
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion span.dgwt-wcas-st,
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion span.dgwt-wcas-st-more {
	text-transform: capitalize;
	font-size: 14px;
}
.dgwt-wcas-suggestions-wrapp::-webkit-scrollbar {
  width: 0.5em;
}

.dgwt-wcas-suggestions-wrapp::-webkit-scrollbar-thumb {
  background-color: transparent;
}
span.dgwt-wcas-st-breadcrumbs {
	margin-top: 4%;
}
body {
	position: relative;
}.wc-block-components-notice-banner {
	color: #030504 !important;
	border-radius: 30px !important
}
.wc-block-components-notice-banner.is-info {
	background-color: #fff !important;
    border-color: #030504 !important;
}
.wc-block-components-notice-banner.is-info>svg {
    background-color: #2D333A !important;
}
.search-container {
	background-color: transparent !important;
	border: unset !important;
	padding: unset !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	font-size: 14px !important;
}
.dgwt-wcas-suggestions-wrapp {
	left: 74% !important;
	max-height: 445px !important;
	top: 200px !important;
	width: 342px !important;
}
/* .dgwt-wcas-preloader.dgwt-wcas-close {
	display: none !important;
} */
@media (max-width:1285px) {
	.dgwt-wcas-suggestions-wrapp {
	left: 70% !important;
	}
}
@media (max-width:1024px) {
	.dgwt-wcas-suggestions-wrapp {
	width: 340px !important;
	left: 60% !important;
	}
}
@media (max-width:1023px) {
	.dgwt-wcas-suggestions-wrapp {
		left: 51% !important;
	}
}
@media (max-width:830px) {
	.dgwt-wcas-suggestions-wrapp {
		left: 49% !important;
	}
}
@media (max-width:768px) {
	.dgwt-wcas-suggestions-wrapp {
		left: 48.5% !important;
	}
}
@media (max-width:767px) {
	.dgwt-wcas-suggestions-wrapp {
		left: 18% !important;
		top: 197px !important;
		width: 293px !important;
		max-height: 330px !important;
	}
	.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion span.dgwt-wcas-st, .dgwt-wcas-st {
		font-size: 12px !important;
	}
	.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion span.dgwt-wcas-st,
	.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion span.dgwt-wcas-st-more {
		font-size: 12px;
	}
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
		font-size: 12px !important;
		line-height: 15px !important;
	}
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
		top: 14px !important;
	}
	.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):before {
		
	}
}
@media (max-width:550px) {
	.dgwt-wcas-suggestions-wrapp {
		left: 22% !important;
	}
}
@media (max-width:445px) {
	.dgwt-wcas-suggestions-wrapp {
		left: 18% !important;
	}
}
@media (max-width:420px) {
	.dgwt-wcas-suggestions-wrapp {
		left: 17.5% !important;
		width: 290px !important;
	}
}
@media (max-width:390px) {
	.dgwt-wcas-suggestions-wrapp {
		left: 15% !important;
		width: 285px !important;
	}
}
@media (max-width:360px) {
	.dgwt-wcas-suggestions-wrapp {
		left: 13.5% !important;
	}
}
@media (max-width:325px) {
	.dgwt-wcas-suggestions-wrapp {
		left: 10% !important;
		width: 258px !important;
	}
	.search-container {
		width: 280px !important;
	}
}

/* Fibo Search */
/* Coupon Listing */
.featherlight.wpccl-featherlight {
    background: rgba(0, 0, 0, 0.8);
}
/* Coupon Listing */

/* 	Fly Cart  */
#woofc-area {
	z-index: 999999999;
}
.woofc-continue .woofc-continue-url {
	text-transform: capitalize !important;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-data {
	color: #030504;
}
.woofc-count.woofc-count-top-right {
    top: auto;
	bottom: 21%;
	right: 15px;
}
.woofc-count.woofc-count-top-right:hover {
    top: 74%;
	bottom: 20.5%
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
	color: #030504;
	text-transform: unset;
	border: 1px solid #2D333A;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue span {
	color: #030504;
	border-bottom: 1px solid #030504;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner,
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img {
	border-radius: 10px;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
	border-radius: 20px;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price {
	text-align: left !important;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title,
.woofc-area-bot .woofc-data .woofc-data-right {
	font-weight: unset;
	text-align: left !important;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a,
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-data .woofc-data-left,
.woofc-area.woofc-style-01 .woofc-area-top {
	font-weight: 500;
	color: #2D333A;
}
.woofc-area.woofc-style-01 .woofc-area-top {
	text-transform: capitalize;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus {
	border-radius: 20px 0 0 20px;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus {
	border-radius: 0 20px 20px 0; 
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
	color: #FFF !important;
	background-color: #2D333A !important;
}
.woofc-area.woofc-style-01 .woofc-area-top .woofc-close,
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove {
	color: #2D333A;
}
.post-type-archive a img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail,
.tax-product_cat a img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	display: block !important;
}
.woofc-area .woofc-area-mid .woofc-undo .woofc-undo-inner a,
.woofc-count span {
	color: #2D333A;
}
.woofc-area .woofc-area-mid .woofc-undo .woofc-undo-inner {
	color: #2D333A;
	border-color: #000;
	border-radius: 20px;
	border-style: solid;
}
.woofc-count span {
	height: 20px;
	width: 20px;
	line-height: 20px;
}
.woofc-count {
	height: 40px;
	width: 40px;
	line-height: 40px;
}
.woofc-count i {
	line-height: 40px;
	color: #2D333A !important;
}
.woofc-area.woofc-style-01 .woofc-area-top {
	background-color: unset;
}
.woofc-area.woofc-style-01 .woofc-area-mid {
	flex-grow: 0.5;
}
.woofc-area.woofc-style-01 .woofc-no-item,
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon {
	color: #2D333A !important;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon {
	margin-top: 10px !important;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code {
	font-weight: unset !important;
	color: #2D333A !important;
	border-bottom: 1px solid #2D333A !important;
	margin-bottom: 3% !important;
	margin-right: 10% !important;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check {
    background-color: #2D333A !important;
	border: 1px solid #2D333A !important;
    border-radius: 20px !important;
	color: #FFF !important;
	font-weight: 500 !important;
    padding: 0px 15px !important;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check:hover {
	color: #2D333A !important;
	border: 1px solid #2D333A !important;
    background-color: #FFF !important;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code::placeholder {
	color: #888 !important;
	text-transform: capitalize;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check {
	text-transform: capitalize;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-shipping-cost.woofc-data {
	margin: 15px 0;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove,
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove:hover {
	font-size: 20px !important;
	opacity: 1;
}
.woofc-area.woofc-position-01 {
	text-align: center !important;
}
.woofc-coupon-added-left {
	display: flex;
	align-items: center;
}
.woofc-coupon-added {
	align-items: center;
}
.woofc-area-bot .woofc-action .woofc-action-checkout {
	background-color: #2D333A !important; 
    color: #FFF !important;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-right > a:hover {
	background-color: #FFF !important; 
    color: #2D333A !important;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-error {
    background-color: #fff !important;
    border-color: #030504 !important;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-error svg {
    background-color: #030504 !important;
}
.woofc-inner.woofc-cart-area .woofc-area-mid.woofc-items .woofc-notices .wc-block-components-notice-banner.is-error {
/* 	display: none !important; */
    background-color: #fff !important;
    border-color: #030504 !important;
}
.woofc-inner.woofc-cart-area .woofc-area-mid.woofc-items .woofc-notices .wc-block-components-notice-banner.is-error .wc-block-components-notice-banner__content {
	font-size: 14px !important;
}
.woofc-inner.woofc-cart-area .woofc-area-mid.woofc-items .woofc-notices .wc-block-components-notice-banner.is-error svg {
    background-color: #030504 !important;
}
.woofc-area .woofc-area-mid .woofc-undo .woofc-undo-inner a {
	font-weight: 500;
}
.woofc-area .woofc-area-mid .woofc-undo .woofc-undo-inner a:hover {
	text-decoration: underline;
}

@media (max-width: 1024px) {
	.woofc-count.woofc-count-top-right {
		bottom: 12%;
	}
	.woofc-count.woofc-count-top-right:hover {
		top: 85%;
		bottom: 12%
	}
}
@media (max-width: 1023px) {
	.woofc-count.woofc-count-top-right {
		bottom: 15%;
	}
	.woofc-count.woofc-count-top-right:hover {
		top: 80%;
		bottom: 15%
	}
}
@media (max-width: 767px) {
	.woofc-count.woofc-count-top-right {
		bottom: 25%;
	}
	.woofc-count.woofc-count-top-right:hover {
		top: 70%;
		bottom: 25%
	}
	a.woofc-action-cart,
	a.woofc-action-checkout {
		line-height: 36px !important;
	}
	.woofc-area-bot,
	.woofc-undo .woofc-undo-inner,
	.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-error .wc-block-components-notice-banner__content {
		font-size: 12px !important;	
	}
	.featherlight-content #wpccl-popup .wpccl-heading,
	.featherlight-content #wpccl-popup .wpccl-coupons .wpccl-coupon .wpccl-coupon-info .wpccl-coupon-value,
	.featherlight-content #wpccl-popup .wpccl-coupons .wpccl-coupon .wpccl-coupon-info .wpccl-coupon-desc,
	.wpccl-coupons .wpccl-coupon .wpccl-coupon-info .wpccl-coupon-code-wrap .wpccl-coupon-code{
		font-size: 14px !important;
	}
	.woofc-suggested-product .woofc-suggested-product-name a {
	line-height: 10px !important;
	}
}
@media (max-width: 365px) {
	.woofc-coupon-added {
		font-size: 10px !important;
	}
}
@media (max-width: 350px) {
	.woofc-count.woofc-count-top-right {
		bottom: 30%;
	}
	.woofc-count.woofc-count-top-right:hover {
		top: 65%;
		bottom: 30%;
	}
}
/* 	Fly Cart  */
/* Fly Cart Recomended Products */
#woofc-area .woofc-area-bot .woofc-suggested,
#woofc-area .woofc-area-bot .woofc-suggested a,
#woofc-area .woofc-area-bot .woofc-shipping-area {
	color: #2D333A;
	font-weight: 400;
}
.woofc-area .woofc-suggested-heading span:before,
.woofc-area .woofc-suggested-heading span:after,
.woofc-area .slick-dots li.slick-active button,
.woofc-area .slick-dots li button {
	background-color: #2D333A;
}
.woofc-area .slick-dots li button {
	opacity: 0.5;
}
.woofc-area .slick-dots li.slick-active button,
.woofc-area .woofc-suggested .woofc-suggested-product-price {
	opacity: 1 !important;
}
#woofc-area .woofc-area-bot .woofc-suggested .slick-dots li button:before,
#woofc-area .woofc-area-bot .woofc-suggested .slick-dots li.slick-active button:before {
	display: none;
}
#woofc-area .woofc-area-bot .woofc-suggested .product.woocommerce.add_to_cart_inline a {
	font-weight: 500;
    border: 1px solid #2D333A;
    border-radius: 20px;
    text-transform: none;
}
#woofc-area .woofc-suggested .woofc-suggested-product-atc .button:hover {
	background-color: #2D333A !important;
	color: #FFF !important;
}
#woofc-area .woofc-area-bot .woofc-suggested .woofc-suggested-product-info {
	text-align: left;
	margin-left: 10%;
}
#woofc-area .woofc-suggested .woofc-suggested-product-image img {
	border-radius: 10px;
}

/* 29-02-2024 */
#woofc-area .woofc-inner.woofc-cart-area .woofc-area-mid {
	min-height: 282px;
}
#woofc-area .woofc-inner.woofc-cart-area {
	overflow-y: auto;
	scrollbar-width: none;
}
.woofc-shipping::after {
	display: none;
}
/* 29-02-2024 */
/* 04-03-2024 */
.woofc-area .woofc-area-mid .woofc-notices .woocommerce-message,
.woofc-area .woofc-area-mid .woofc-notices .woocommerce-error {
	border-radius: 20px;
	border-color: #2D333A;
	color: #2D333A;
	border-style: solid;
}
.woocommerce-error::before {
	background-color: transparent;
}
@media (max-width:767px) {
	.woofc-suggested-product a {
		line-height: 30px!important;
	}
}

/* @media (min-width:769px) {
	.woofc-area.woofc-position-01 .woofc-inner {
	height: auto;
	}
} */
/* 04-03-2024 */
/* 06-03-2024 */
@media (max-width:767px) {
	.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input,
	.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus {
		width: 20px;
	}
}
/* 06-03-2024 */
/* Fly Cart Recomended Products */

/* Tracking Widget */
.post-ship-btn.hide-btn img {
	margin: 0 8px 0 0 !important;
}
.post-ship-btn {
	bottom: 2.5% !important;
	right: 90% !important;
	padding: 5px 10px !important;
}
.post-ship-btn, .post-ship-submit {
	font-size: 14px !important;
}
.post-ship-box-wrp.active {
	background-color: #FFF !important;
	box-shadow: 0px 3px 24px #03050414 !important;
}
.post-ship-box-wrp {
	left: 5% !important;
	bottom: 10% !important;
	right: unset !important;
}
.post-ship-box-wrp.active::before {
	display: none !important;
}
.post-ship-heading {
	color: #212529 !important;
}
.post-ship-box-wrp.active .search-by-txt input {
	border: 1px solid #2D333A !important;
}
.post-ship-box-wrp.active .search-by-txt input::placeholder {
	font-size: 14px !important;
}
.post-ship-box-wrp.active .search-button-wrp button.post-ship-submit {
	background-color: #2D333A !important;
	color: #FFF !important;
}
.post-ship-box-wrp.active .search-button-wrp button.post-ship-submit:hover {
	background-color: #FFF !important;
	color: #2D333A !important;
	border: 1px solid #2D333A !important;
}
@media (max-width:1024px) {
	.post-ship-btn {
		bottom: 1% !important;
	}
	.post-ship-btn img {
		width: 22px !important;
	}
}
@media (max-width:912px) {
	.post-ship-btn {
	right: 86% !important;
	}
}
@media (max-width:767px) {
	.post-ship-btn {
		bottom: 2% !important;
		right: 72% !important;
		line-height: 1.9 !important;
	}
	.post-ship-box-wrp.active .search-by-txt input::placeholder,
	.post-ship-btn,
	.post-ship-submit {
		font-size: 12px !important;
	}
}
/* Tracking Widget */

/* Free Shipping Bar */
	.wpcfb-wrap.wpc-free-shipping-bar .wpcfb-title,
	.wpcfb-wrap.wpc-free-shipping-bar .wpcfb-message {
		font-size: 14px;
	}
@media (max-width:767px) {
	.wpcfb-wrap.wpc-free-shipping-bar .wpcfb-title,
	.wpcfb-wrap.wpc-free-shipping-bar .wpcfb-message {
		font-size: 12px;
	}
}
/* Free Shipping Bar */
/* Product Detail responsive */
#commentform.comment-form .cr-upload-local-images input[type="file"],
.comment-form .cr-upload-local-images input[type="file"],
#commentform.comment-form .cr-upload-local-images,
form.cart .quantity button,
form.cart .quantity input {
	color: #030504 !important;
	-webkit-appearance: none;
}
@media (max-width:767px) {
	.woocommerce-page div.product .woocommerce-tabs {
		padding-top: unset;
	}
	.single-product .wc-tab {
		padding: unset !important;
	}
}