/*!
Theme Name: machakai
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>machakai</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: machakai
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

machakai 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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
    color: black;
    font-weight: 400;
	 text-transform: capitalize;
    font-size: 15px;
}




/* .product-cont .pro-img img{
	object-fit:none !important;
} */

.is-form-style input.is-search-input{
	background: #fff0 !important;
	border: none !important;
	border-bottom: 1px solid #859473 !important;
}

h1.product_title.entry-title, .wcgs-slider-lightbox{
	display:none;
}

#wpgs-gallery .wcgs-thumb.swiper-slide img {
	border-radius: 15px !important;
}

.variations .label{
	width: 60px !important;
}

.reset_variations {
	display: none !important;
	visibility: hidden !important;
}

.cfvsw-swatches-option .cfvsw-swatch-inner {
	padding: 5px 10px;
}

.cfvsw-selected-swatch {
	background-color: #B9C493;
}

.cfvsw-label-option, .cfvsw-image-option {
	border-color: #000000 !important;
}

.product-description .btn-grp .button {
	flex: 1;
}

.wishlist-empty{
	text-align:center;
	font-size:25px;
}

.is-ajax-search-categories{
	display:none;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel .wcgs-slider-image {
	border-radius: 20px;
	border: 2px solid #79a99317;
}
span.wpcf7-form-control-wrap{
	display: block  !important;
}

button:disabled,
button[disabled]{
	opacity:0.5 !important;
	cursor: no-drop !important;
}
.woocommerce-error li {
	color:red;
}
.order-summary .price-bx .total-price-amount.price span, .order-summary .price-bx .total-price-amount.price bdi{
	font-family: 'baskerville-old-face' !important;
	font-size: 22px;
}
.product-quantity .number {
	border-radius: 30px;
	display: inline-flex;
	align-items: center;
	height: 50px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.product-quantity-cart{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.product-quantity-cart .number input {
	border: none;
	flex: 1;
	width: 80px;
	border: 1px solid #B1B1B1;
	min-width: 10px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 300;
	color: rgb(var(--black) / 100%);
	margin: 0px 10px;
	padding: 5px 0;

}
.product-quantity-cart button {
	padding: 10px 5px;
}
.product-quantity-cart button img {

	width: 10px;
}

.product-quantity-cart .plus, .product-quantity-cart .minus{
	display:none;
}

.wishlist.custom-wishlist-button{
	border:none;
}
.product-quantity-cart button{
	border:none;
}
.payment-step-group .shop_table.woocommerce-checkout-review-order-table {
	display: none;
}

#step-03 .review-order-bx.woocommerce-checkout-review-order{
	display: none;
}


.row .select2.select2-container.select2-container--default .selection{
	width: -webkit-fill-available !important;
}
.row .select2-container .select2-selection--single {
	height: 48px;
    align-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	 top: 80%;
}

.select2-results .select2-results__options li {
	 color: #2d2c2c;
}





.sign-in-form.sign-in-bx .password-input {
	display:block;
}

.my-profile .nav .nav-link.is-active { color: rgb(var(--white) / 100%); background: #37371d; }

.passowrdboxaccount span{
	display: block;
}

.woocommerce-customer-details .woocommerce-columns--addresses.addresses{
	    display: flex;
	margin-top: 10px;
}

.woocommerce-customer-details .woocommerce-columns--addresses.addresses .col-1, .woocommerce-customer-details .woocommerce-columns--addresses.addresses .col-2{
	    width:50%
}


.woocommerce-ResetPassword.lost_reset_password.row.detail-form{
	    justify-content: center;
	text-align-last: center;
}

.checkout-cont li{
	color: black;
}
.woocommerce-order-details__title , .woocommerce-column__title{
	color: black;
	   
}


.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{
	margin-left:0 !important;
	
}