:root{
	--clr-black : #000000;
	--clr-white : #ffffff;
}
.product-category img{
	width:100%;
}

.product-category img{
	margin-bottom: 1rem!important;
}
.woocommerce .products .owl-dots{
	display: none;
}
.yith-wcwl-icon .fa-heart-o:before {
    content: "\f004" !important;
    font-weight: 400 !important;
    font-family: 'Font Awesome 6 Free' !important;
}
.Brand-title{
	letter-spacing: 0.1em;
	font-size: 14px;
	color: #000000 !important;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
}
.woocommerce .products.owl-carousel .owl-stage-outer .owl-item .col.mb-5{
	margin-bottom: 0px!important;
}

.woocommerce .products.owl-carousel .owl-nav button.owl-prev,
.woocommerce .products.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 40%;
	right: 0px;
	z-index: 99;
	cursor: pointer;
	padding: 10px!important;
	background: #dcdcdc!important;
}
.woocommerce .products.owl-carousel .owl-nav button.owl-prev {
	left: 0px;
	right: auto;
}
.woocommerce .products.owl-carousel .owl-nav button span {
	display: none;
}
.woocommerce .products button.owl-next::after {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.woocommerce .products button.owl-prev::before {
	content: "\f104";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

/*.woocommerce .products a.button{
	display: none;
}*/
.wp-block-button__link.add_to_cart_button{
	display: none !important;
}
.home .product a.button.yith-wcqv-button,
.home .products .product:hover a.button.yith-wcqv-button,
.product-category mark.count{
	display: none !important;
}
.summary .price{
    padding: 0px!important;
}
.pro_class.products img {
    width: 100%;
    margin-bottom: 20px;
}
/*
.woo_pro_img {
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 20px;
}

.woo_pro_img img {
	object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%!important;
    top: 50%!important;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
}*/

.currency .selectron23 {
	transform-origin: inherit !important;
	z-index: 99997;
}

.currency .selectron23-container {
	background: #fff!important;
}


.woocommerce table.shop_table.wishlist_view  {
	border-collapse: collapse;
	font-size: inherit!important;
}

.woocommerce table.shop_table.wishlist_view thead th{
	font-weight: 400!important;
	text-transform: uppercase;
	padding: 12px 10px 7px 10px!important;
}

.woocommerce table.shop_table.wishlist_view tbody tr:nth-of-type(odd) {
	background-color: #eee;
}

.woocommerce table.shop_table a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	background-color: #000!important;
	border-color: #000!important;
	color: #fff!important;
}


.woocommerce div.product form.cart table.variations tbody tr th {
	line-height: 1em;
}

.woocommerce div.product form.cart table.variations tbody tr + tr th {
	padding-top: 20px;
}

#yith-quick-view-modal{
	z-index: 99998;
}

.pswp{
	z-index: 99999;	
}

div#yith-quick-view-content {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	padding: 1rem;
}

#yith-quick-view-close {
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: var(--clr-white);
	background: var(--clr-black);
}

.xoo-wsc-opac{
	z-index: 9998;
}

.xoo-wsc-container, .xoo-wsc-slider{
	z-index: 9999;
}

#block-7 p,
#block-8 p {
	display: none;
}

.home .woocommerce-loop-product__title,
.woocommerce-loop-product__title,
.woocommerce-loop-category__title{
	padding: 0px 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 28px;
}

.products .product a.button.yith-wcqv-button {
	width: 45%;
	position: absolute;
	bottom: 28%;
	left: 50%;
	right: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 2;
	padding: 14px 15px 10px 15px !important;
	font-size: 11px!important;
	color:#fff !important;
	background-color: #000!important;
	border-color: #000!important;
}
.products .product:hover a.button.yith-wcqv-button{
	display: block;
}

.woocommerce div.product ul.flex-direction-nav {
	position: absolute;
	top: 50%;
	z-index: 9;
	right: 0%;
	left: 13%;
	margin: 0;
	padding: 0px;
	list-style: none;
}
.woocommerce div.product li.flex-nav-prev {float: left;}
.woocommerce div.product li.flex-nav-next {float: right;}
.woocommerce div.product a.flex-next {visibility:hidden;}
.woocommerce div.product a.flex-prev {visibility:hidden;}
.woocommerce div.product a.flex-next::after {
	visibility:visible;
	content: '\f0a9';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 5px;
	font-size: 2rem;    
}
.woocommerce div.product a.flex-prev::before {
	visibility:visible;
	content: '\f0a8';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 2rem;
}
.woocommerce div.product ol.flex-control-nav.flex-control-thumbs {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	display: flex;
	flex-direction: column;
}
.woocommerce div.product .flex-viewport {
	width: auto;
	margin-left: 12.5%;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 25%;
	float: inherit;
	margin-top: auto;
	list-style: none;
	margin-bottom: 5px;
	padding: 0px 5px;
}
.pro_class.products span.onsale{
	position:absolute;
	right: 0px !important;
	left: auto !important;
	top: 0px !important;
	margin: 1.5rem!important;
	width: 70px;
    height: 70px;
    font-size: 20px;
    font-weight: 600;
    padding: 13px 10px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.40);
    background: linear-gradient(to bottom, rgba(255,167,0,1) 0%,rgba(255,139,0,1) 100%);
}
.single-product span.onsale{
	top: 1% !important;
	left: 6% !important;
	width: 70px;
    height: 70px;
    font-size: 20px;
    font-weight: 600;
    padding: 13px 10px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.40);
    background: linear-gradient(to bottom, rgba(255,167,0,1) 0%,rgba(255,139,0,1) 100%);
}

.woocommerce div.product div.images img{
	border: none;
}

.product-qty-group .input-text.qty.text::-webkit-outer-spin-button,
.product-qty-group .input-text.qty.text::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.product-qty-group button,
.product-qty-group .input-text.qty.text{
	width: 30px;
	padding: 0.5rem 0.5rem 0.25rem 0.5rem;
	text-align: center;
}

.product-qty-group button {
	padding: 5px 0px 0px 0px!important;
}

.product-qty-group button:hover,
.product-qty-group button:focus,
.product-qty-group button:active{
	background-color: #eee;
	border: none!important;
}

#yith-quick-view-content .product span.onsale{
	left: 0% !important;
}

.related.products > h2{
	text-align: center;
	margin: 1em 0 0.5em 0;
}

.woocommerce-product-tabs .accordion {
	margin-top: 20px;
}
.woocommerce-product-tabs .accordion .accordion-item {
	border-left: none;
	border-right: none;
	border-radius: 0px!important;
}

.woocommerce-product-tabs .accordion .accordion-item .accordion-header{
	font-family: inherit;
}

.woocommerce-product-tabs .accordion .accordion-item .accordion-button {
	background: #fff;
	box-shadow: none!important;
	padding: 12px 5px;
	text-transform: uppercase;
	font-weight: 600;
}

.woocommerce-product-tabs .accordion .accordion-item .accordion-button:active,
.woocommerce-product-tabs .accordion .accordion-item .accordion-button:focus {
	box-shadow: none;
	outline: none;
}

.woocommerce a.added_to_cart{
	margin-left: 5px;
}

.woo-variation-swatches .variable-items-wrapper{
	float: left;
}

.woocommerce div.product form.cart .reset_variations {
	margin-left: 7px;
	margin-top: 7px;
	display: inline-block;
	color: #00f;
	text-decoration: underline;
	font-size: inherit!important;
}

.woocommerce div.product .stock {
	color: #000000!important;
	font-size: 16px!important;
	font-weight: 700;
}

#woo_sc_after_add_to_cart{
	margin-bottom: 10px;
}

.woo_sc_price_btn_popup.woo_sc_btn_span.woo_sc_call_popup,
.woo_sc_price_btn_popup.woo_sc_btn_span.woo_sc_call_popup:hover {
	font-family: inherit!important;
	color: #00f !important;
	font-size: 15px;
	box-shadow: none!important;
	transform: none!important;
	float: right!important;
	margin-bottom: -20px!important;
}

.accordion-button {
	color: #000 !important;
	box-shadow: none!important;
	transform: none!important;
}

.is-large.wc-block-cart .wc-block-cart__totals-title,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
.wc-block-components-product-metadata,
.wc-block-components-checkout-step__description {
	font-size: inherit!important;
}
.is-large .wc-block-components-sidebar .wc-block-components-panel
{
	padding: 0px!important;
}
.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content{
	padding: 20px 0px 0px 0px!important;
}
.wc-block-components-product-name
{
    font-size: 16px;
    font-weight: 700;
}
.wc-block-components-form .wc-block-components-checkout-step{
	padding-left: 0px!important;	
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper:after,
.wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper:after,
.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper:after,
.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after,
.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before,
.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before,
.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after,
.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after{
	display: none!important;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url],
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{
	border-color: #ccc!important;
	border-radius: 0!important;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
	padding: 1.5em 1.5em 0.5em 1em!important;
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label{
	left: 1em!important;
}
.wc-block-components-sidebar {
	padding: 0%!important;
	background: #f4f3ec;
}
.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block .wc-block-components-product-metadata__description,
.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block .wc-block-cart-item__total .wc-block-components-product-badge.wc-block-components-sale-badge
/*.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block .wc-block-cart-item__prices*/
{
	display:none !important;
}
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block{
	width: 100%;
	background: #e0afb5!important;
	padding: 5px 10px !important;
}
.is-large.wc-block-cart .wc-block-cart-items th 
{
	padding: 5px 10px !important;
}
.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block thead,
.wc-block-components-checkout-step__heading
{
	font-weight: 600;
	width: 100%;
	background: #e0afb5;
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
}
.wc-block-components-panel__button,
.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title
{
    font-weight: 600 !important;
    width: 100% !important;
    background: #e0afb5!important;
    padding: 5px 10px !important;
    color: #fff !important;
}
.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block tbody,
.wc-block-components-form.wc-block-checkout__form
{
	background: #f4f3ec;
}
.wc-block-components-panel__button[aria-expanded=true] {
	margin-bottom: 20px!important;
}
.wc-block-components-checkout-step__container,
.wc-block-checkout__terms.wp-block-woocommerce-checkout-terms-block,
.wc-block-components-panel__content,
.wc-block-components-totals-item,
.wc-block-components-totals-item.wc-block-components-totals-footer-item,
.wc-block-cart__submit-container
{
    padding: 0px 15px !important;
}
.wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block
{
    padding:15px !important;
}

.wc-block-components-panel__button, .wc-block-components-panel__button:active, .wc-block-components-panel__button:focus, .wc-block-components-panel__button:hover {
	font-size: 16px!important;
	text-transform: uppercase!important;
}

/********************************************************************************/

.woo-sidebar .widget {
	margin-bottom: 0px;
	border: none;
	padding: 0px;
}

.woo-sidebar .widget .wpf_item{
	padding: 0;
}

.woo-sidebar .widget .wpf_items_grouped .wpf_grouped_label {
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0!important;
	padding: 12px 0px 8px 0px;
}

.woo-sidebar .widget .wpf_items_grouped .wpf_grouped_label:after{
	top: 15px;
}
.woo-sidebar .widget .wpf_color_icons li label {
	border: 1px solid transparent;
	padding: 5px 17px;
	border-radius: 50%;
	text-indent: -999px;
}

.wpf_color_icons li label:after {
	content: "";
	display: block;
	border: 1px solid #ccc;
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
	position: absolute;
	border-radius: 50%;
}

.woo-sidebar .widget .wpf_color_icons:not(.wpf_hide_text) li>input:checked+label{
	border-color: transparent!important;
}

.woo-sidebar .widget .wpf_color_icons:not(.wpf_hide_text) li>label:hover:after,
.woo-sidebar .widget .wpf_color_icons:not(.wpf_hide_text) li>input:checked+label:after {
	border-color: #000;
}

.woo-sidebar .widget .wpf_item .wpf_items_group .wpf_column_horizontal li {
	margin: 0 10px 0px 0;
}

.woo-sidebar .widget .wpf_slider.ui-slider {
	margin: 0.5em 0.5em 0.8em;
}

.woo-sidebar .widget .wpf_slider.ui-slider .ui-widget-header {
	background: #000000;
}

.woo-sidebar .widget .wpf_slider.ui-slider .ui-slider-handle {
	top: -6px;
	width: 15px;
	height: 15px;
	background: #000;
}

.woo-sidebar .widget .wpf-slider-label{
	color:#fff;
	clear: both;
}

.woo-sidebar .widget .wpf_items_group {
	padding: 15px 0px;	
}

.woo-sidebar .widget .wpf_layout_vertical .wpf_item_onsale .wpf_items_group, 
.woo-sidebar .widget .wpf_layout_vertical .wpf_item_instock .wpf_items_group, 
.woo-sidebar .widget .wpf_layout_vertical .wpf_onsale_wrapp, 
.woo-sidebar .widget .wpf_layout_vertical .wpf_instock_wrapp {
	padding: 0;
}

.woo-sidebar .widget .wpf_layout_vertical .wpf_item_onsale .wpf_items_group, 
.woo-sidebar .widget .wpf_layout_vertical .wpf_item_instock .wpf_items_group, 
.woo-sidebar .widget .wpf_layout_vertical .wpf_onsale_wrapp, 
.woo-sidebar .widget .wpf_layout_vertical .wpf_instock_wrapp {
	margin-right: 2px;
}

.woo-sidebar .widget .wpf-slider-label .woocommerce-Price-amount.amount{
	color:#000;
}

.woo-sidebar .widget .wpf-slider-label .woocommerce-Price-amount.amount + .woocommerce-Price-amount.amount{
	float: right;
}

.woo-sidebar .widget .select2-container--default .select2-selection--multiple {
	height: 36px;
}

.woo-sidebar .widget .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	margin: 3px 0px 3px 3px;
}

.woo-sidebar .widget .wpf_item.wpf_item_instock,
.woo-sidebar .widget .wpf_item.wpf_item_onsale{
	margin: 10px 0px;
}

/********************************************************************************/
.wapf-wrapper .wapf-field-group{
	margin:0px -1%;
}

.wapf-wrapper .wapf-field-group .wapf-field-container{
	margin: 6px 1%;
	width: 98%!important;
	padding: 0px;
	background: #f4f3ec;
}

.wapf-field-group + .wapf-field-group .wapf-field-container{
	width: 48%!important;
}

.wapf-field-label label {
	font-weight: 600;
	width: 100%;
	background: #00707e;
	padding: 5px 10px;
	color:#fff;
	text-transform: uppercase;
}

.label-above .wapf-field-label{
	margin-bottom: 0!important;
}

.label-above .wapf-field-label .required{
	display: none;
}

.wapf-field-input{
	padding: 10px 15px!important;	
}

.wapf-field-input .wapf-input{
	padding: 3px 3px 3px 10px;
	border-color: #00707e;
}

.inline-radio-buttons .wapf-radios{
	display: flex;
}

.inline-radio-buttons .wapf-checkable + .wapf-checkable {
	margin-left: 10px;
}

.wapf input[type=checkbox] {
	margin-top: 7px!important;
}

.wapf-label-text {
	padding-left: 6px!important;
}

input[type=radio].wapf-input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #ffffff;
	border: 1px solid #999;
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
	border-radius: 50%;
	width: 1em;
	height: 1em;
}

input[type=radio].wapf-input:checked{
	background-color: #00707e;
	border-color: #00707e;
}

.field-desc {
	position: relative;
}

.field-desc .wapf-field-label label span .toggler{
	font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    margin-left: 8px;
    border-radius: 50%;
    background: #f4f3ec;
    color: #000;
    padding: 3px 6px;
    font-size: 12px;
    vertical-align: middle;
	cursor: pointer;
}

.field-desc .wapf-field-label label span .toggler:after{
	content: "\3f";
}

.field-desc .wapf-field-description {
	position: fixed;
    background: #f4f3ec;
    border: 1px solid #00707e;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
	max-width: calc(100vw - 60px);
    z-index: 10000;
    opacity: 1;
	visibility:hidden;
	transform: translate(100%);
	transition: transform .5s ease,visibility .5s ease;
	white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.field-desc .wapf-field-description > div {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 25px;
}

.field-desc .wapf-field-description.show {	
	visibility: visible;
    transform: translate(0);
}

.field-desc .wapf-field-description .toggler {	
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    margin-right: 8px;
    border-radius: 50%;
    background: #00707e;
    color: #fff;
    padding: 10px 12px;
    cursor: pointer;
    position: absolute;
    left: -50px;
    top: 10px;
    font-weight: 900;
    border: 1px solid #00707e;
}

.field-desc .wapf-field-description .toggler:after {
	content: "\f00d";
}

.overlay {
	overflow: hidden;	
}

.overlay:before {
	content: "";
	display: block;
	position: fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.7);
	z-index:9999;
	overflow:hidden;
}
.woocommerce-product-tabs {
    clear: both;
}
/********************************************************************************/

/************ WOO Search Form CSS ******************************/
.serach-form .aws-container .aws-search-form {
    height: 45px !important;
	z-index: 9;
}
.serach-form input[type= 'search']{
	border-top-left-radius: var(--bs-border-radius)!important;
    border-bottom-left-radius: var(--bs-border-radius)!important;
	border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
	border-color: #c1c1c1!important;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
	padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.serach-form .aws-container .aws-search-form .aws-search-btn {
    width: 45px;
    border-color: #00707e!important;
    background-color: #00707e!important;
    text-decoration: none !important;
    padding: 14px 30px;
    letter-spacing: 0.1em;
	flex-wrap: nowrap;
    align-content: center;
    align-items: center;
	text-align: center !important;
	border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
	border-top-right-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important;
}
.serach-form .aws-container .aws-search-form .aws-search-btn_icon {
    color: #fff;
}
/************** WOO Search Form CSS END***************/
/********************************************************************************/
@media (max-width:1599.98px) {
	.woocommerce .products .product .price {
		min-height: 45px;
	}
}
@media (max-width: 1359.98px) {		
	.products .product a.button.yith-wcqv-button {       
		width: max-content;
	}
	.woocommerce .products .product .price {
		min-height: 70px;
	}
}

@media (max-width: 991px) {
	.aws-container {
		width: 100%;
	}
	.aws-container .aws-search-field,
	.aws-container .aws-search-form .aws-form-btn{
		border-bottom: inherit !important;
	}
	.aws-container .aws-search-form .aws-form-btn {
		background:#e0afb5 !important;
	}
	.aws-container .aws-search-form .aws-search-btn_icon{
		color:#fff !important;
	}
	h1, .h1 {
		font-size: 40px;
	}
	.woocommerce .products .product .price {
		min-height: 40px;
	}
	.woo-sidebar h4.filter-title, .woo-sidebar h3.wp-block-heading {
		font-size: 18px;
		font-weight: 600;
	}	
	/*.woocommerce-page span.onsale, .product span.onsale {
		left: 13% !important;
	}*/
	#yith-quick-view-content .product_title.entry-title{
		font-size:2rem !important;
	}
}

@media (max-width:767.98px) {
	.aws-container {
		width: 100%;
	}
	h1, .h1 {
		font-size: 30px;
	}
	.products .product a.button.yith-wcqv-button {
		display: block;
		position: initial;
		transform: inherit;
		width: fit-content;
		margin: 10px auto auto auto;
	}
	.woocommerce .products .product .price {
		min-height: auto;
	}
	.home .woocommerce-loop-product__title,
	.woocommerce-loop-product__title,
	.woocommerce-loop-category__title{
		min-height: auto;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding: 10px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li{
		display:block;
	}
	#yith-quick-view-content .product_title.entry-title{
		font-size:1.5rem !important;
	}
}

@media (max-width: 575.98px){
	.wapf-field-group + .wapf-field-group .wapf-field-container {
		width: 100%!important;
	}
}