/*!
Theme Name: mettevo-theme
Theme URI: https://mettevo.com/
Author: Van Revo
Author URI: http://mettevo.com/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mettevo-theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mettevo-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.product-card__wrapper form{
	display: none!important;
}
.mw-wishlist-buttons button img{
	width: initial;
	height: initial;
}

.search-menu__content{
	display: flex;
	gap: 40px;
	overflow-y: auto;
}
@media(max-width: 767px){
	.search-menu__content{
		flex-direction: column;
		gap: 12px;
	}
	.product-main__main{
		width: 100%;
	}

}


.custom-select .select2-container--default .select2-selection__rendered, .woocommerce-input-wrapper .select2-container--default .select2-selection__rendered{
	line-height: 30px!important;
}

body .filter-btn{
	padding: 12px 11px;
}

.pagination-btns .page-numbers{
	color: #3e3e3e;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-bottom: 1px solid transparent;
}
.pagination-btns .page-numbers.current{
	color: #000;
    font-weight: 700;
	border-bottom: 1px solid #dec678;
}

.select{
	width: 100%;
    padding: 12px;
    background-color: #fff;
    transition: all .35s ease-in-out;
    color: #3e3e3e;
    font: inherit;
    border: 1px solid #fff;
    outline: none;
    resize: vertical;
	border: 1px solid #b6a25f;
}
.product-main__price{
	gap: 8px;
}

body .cart-modal__cart{
	padding: 0 24px;
}
body .cart-modal__footer{
	margin: 0 -24px;
    width: calc(100% + 48px);
    position: relative;
    z-index: 10;
}

@media(max-width: 767px){
	body .cart-modal__cart{
		padding: 0 12px;
	}
	body .cart-modal__footer{
		margin: 0 -12px;
		width: calc(100% + 24px);
		position: relative;
		z-index: 10;
	}
}

.burger-menu .second-part__item a svg{
	display: block;
    fill: #000;
}

body .page__main--checkout{
	padding-top: 30px!important;
}
.page__main--checkout .woocommerce-notices-wrapper,
.page__main--checkout .woocommerce-message{
    width: min(100%, 1440px);
    padding: 0 40px;
    margin-left: auto;
    margin-right: auto;
}
body .page__main--checkout .woocommerce-NoticeGroup{
	color: #f04438;
}
body .page__main--checkout .woocommerce-NoticeGroup ul,
.woocommerce-notices-wrapper .woocommerce-error{
	padding-left: 20px!important;
	list-style-type: disc!important;
	font-weight: 700;
}
body .shivaloka-checkout{
	padding-top: 0px!important;
}
.shivaloka-checkout__content{
	padding-top: 30px;
}
.woocommerce-notices-wrapper .woocommerce-error{
	margin-bottom: 0!important;
}
@media(max-width:767px){
	.page__main--checkout .woocommerce-notices-wrapper, .page__main--checkout .woocommerce-message{
		padding: 0 12px;
	}
	body .page__main--checkout{
		padding-top: 12px!important;
	}
	.shivaloka-checkout__content{
		padding-top: 12px;
	}
}

.cart-modal__footer-coupon-notice ul{
	padding-left: 20px;
}

.cart-modal__footer-coupon-notice .error{
	color: #f04438;
}

.cart-modal__footer-coupon-notice .notice{
	color: #FFCD29;
}

.cart-modal__footer-coupon-notice .success{
	color: #12B76A;
}

.woocommerce-orders-table__cell-order-actions, .woocommerce-orders-table__header-order-actions{
	display: table-cell!important;
}
[name="fr_refund_form[request_refund]"], .check-all-button .check{
	cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: #b6a25f;
    color: #fff;
    text-transform: uppercase;
    width: fit-content;
    white-space: nowrap;
    font: 600 1rem / 24px Raleway;
    transition: all .35s ease-in-out;

    border:none;

}

table.woocommerce-table-refund-details{
    width: 100%;
    text-align: left;
    border-spacing: 0;
}
table.woocommerce-table-refund-details thead{
	background-color: #f2f2f2;
}
p.check-all-button{
	display: flex;
	justify-content: flex-end;

	margin-top: 15px;
}

[name="fr_refund_form[reason_for_returning]"], [name="fr_refund_form[additional_information]"]{
	color: #000;
    border: 1px solid #b6a25f;

    width: 100%;
    padding: 12px;
    background-color: #fff;
    transition: all .35s ease-in-out;
    font: inherit;
    outline: none;
    resize: vertical;
}

.fr-request-form label{
	margin-bottom: 4px;
}
.woocommerce-table-refund-details-wrapper{
	background-color: #fff;
	padding: 12px;
	box-shadow: 2px 4px 16px 0 rgba(37, 32, 14, .1019607843);
}
#chat-widget-container{
	z-index: 50!important;
}
.cart-modal__recomendations-item .open-options-btn{
	pointer-events: initial!important;
}
.shivaloka-checkout-order__text + img{
	display: none!important;
}
.pp-button-wrapper{
	display: flex;
}
.product-main__options-block-btns{
	margin-top: 32px;
}
.product-main__qty-input-wrapper{
	max-width: calc(50% - 8px);
}
.product-main__options-block-btns button{
	width: 100%;
}
.shivaloka-checkout__shipping-method > label{
	width: 100%;
}
.shipping-method-text{
	display: flex;
	flex-direction: column;
	row-gap:4px;
}
.shipping-method-text .smaller-price{
	color: #6A6868;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}
.product-main__wrapper .product-main__options-block-btns{
	display: grid!important;
	grid-template-columns: 1fr 1fr!important;
	gap:16px!important;
}
.product-main__wrapper .woocommerce-variation-add-to-cart{
	grid-template-columns: initial!important;
}
.mukhi-section__big-slide-text{
	padding-right: 10px;
}
.shivaloka-checkout__payment-method-content{
	padding-left: 10px!important;
	padding-right: 10px!important;
}
#wc-stripe-cc-form, #wc-stripe-cc-form + fieldset{
	border:none;
}

@media (min-width: 1024px){
	.navigation-menu__nav.left{
		overflow: auto; 
    	max-height: 425px;
	}
}
.power-beads__card-descr {
	min-height: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-clamp: 5;
}

.power-beads__card-descr p {
	margin: 0;
}
.woocommerce-checkout .shivaloka-checkout__payment-method-title label {
	display: flex;
	align-items: center;
}
#checkout-payment-billing-blocks-wrapper ul.payment_methods li label>img{
	margin-right: 4px;
}

.shivaloka-checkout__product-card-item .custom-select .select2-container--default .select2-selection--single{
	padding-top: 0;
	padding-bottom: 0;
}
.shivaloka-checkout__product-card-item__gift{
	margin-bottom: 10px;
	align-items: center;
}
.product-card__wrapper .mw-wishlist-buttons .add-to-favorite, .product-card__wrapper .mw-wishlist-buttons .delete-from-favorite{
	top:-6px;
	right: -6px;
	background-color: transparent;
	box-shadow: none;
}
@media (max-width: 767.98px){
	.header__banner{
		font-size: 0.8rem;
	}
	.product-card__wrapper .mw-wishlist-buttons .add-to-favorite, .product-card__wrapper .mw-wishlist-buttons .delete-from-favorite{
		top: -12px;
		right: -12px;
	}
}
