/*
Theme Name:   Machic Child
 Theme URI:    http://klbtheme.com/machic/
 Description:  Machic Child Theme
 Author:       KlbTheme
 Author URI:   http://themeforest.net/user/KlbTheme
 Template:     machic
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  machic-child
*/
.hover-slider-indicator {
	bottom: -15px;
}
.products .product .product-buttons .tinv-wraper.tinv-wishlist {
	opacity: 0;
	-webkit-transform: translateX(2px);
	transform: translateX(2px);
	-webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
	transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
	will-change: opacity, transform;
	text-decoration: none;
}
.products .product:hover .product-buttons .tinv-wraper.tinv-wishlist {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	pointer-events: auto;
}
.shop-content .content-wrapper {
	margin-top: 5px;
}
.badge {
	padding: 0.275rem 0.55rem;
}
.badge.onsale {
	font-size: 0.6125rem;
}
.products .product.custom-hover .product-buttons, .products .product.custom-hover .product-badges {
	top: 1.225rem;
}
.site-header .header-addons-icon .button-count {
	color: #fff;
}
.banner .entry-subtitle.style-3 {
	color: #fff;
}
.site-footer .footer-newsletter .site-newsletter .subscribe-form button {
	color: #fff;
}
.add_to_cart_button {
	background-color: #0a58ca;
}
.products .product.custom-hover .product-badges {
	top: 5px;
	left: 1px;
}
.thumbnail-wrapper > a img {
	margin: 0 auto;
}
.wpclv-attributes .wpclv-terms .wpclv-term.active {
	border-color: #0a58ca;
}
.wpclv-attributes .wpclv-terms .wpclv-term:hover {
	border-color: #0a63e1;
}
.wpclv-attribute-label {
	font-weight: 900;
}
.woocommerce-product-gallery__image {
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.product-card {
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	flex-grow: 1;
}
.products {
	align-items: stretch;
}
.products .product-wrapper {
	height: 100%;
}
.product-content {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.thumbnail-wrapper > a {
	height: 100%;
	display: flex;
}
.thumbnail-wrapper > a img {
	object-fit: contain;
}
.products .thumbnail-wrapper {
	flex-grow: 1;

	overflow: hidden;
	/*max-height: 340px;*/
	max-height: 275px;
	margin-bottom: 0;
}
.list-products .thumbnail-wrapper {
	max-width: 100%;
	flex: 0 0 100%;
	padding-bottom: 1rem !important;
}
#brands-carusel img {
	max-height: 3rem;
	object-fit: contain;
	opacity: 0.3;
	transition: 0.3s opacity;
}
#brands-carusel .swiper-slide:hover img {
	opacity: 1;
}
.site-header .site-menu.primary .menu > li > a {
	font-size: 14px !important;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	font-weight: 600;
}
.site-header .cart-dropdown .products .product .product-content {
	flex-direction: row;
}
.wpclv-attribute-label {
	font-weight: 700;
}
.banner.large .entry-title {
	font-size: 2.0rem;
}
.slider-module.full-width .banner-image img {
	height: 100%;
}
.site-payment-logos img {
	max-width: 45px;
	margin-right: 10px;
	height: auto;
}
.site-payment-logos img:last-child {
	max-width: 60px;
}
.product-footer {
	display: none;
}
.product-content-fade {
	margin-bottom: 0 !important;
}
.terms-info__hidden {
	position: absolute !important;
	top: 100%;
	width: 100%;
	left: 0;
	font-size: 10px;
	display: none;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	margin-bottom: 35px;
}
.terms-info__hidden.active {
	display: block;
}
.no-more-products {
	display: none !important;
}
.woocommerce-checkout .row.content-wrapper.sidebar-right {
	width: 100%;
}
.single-product-wrapper .product-info-bottom .info-message {
	min-width: 200px;
	display: flex;
	align-items: center;
}
ul#menu-brendy {
	display: flex;
	flex-wrap: wrap;
}
ul#menu-brendy li {
	width: 47%;
	margin-top: 0 !important;
	margin-bottom: 5px;

}
.site-footer .footer-widgets .widget-title {
	margin-bottom: 0;
}
.site-footer .footer-widgets .address-detail .country {
	margin-bottom: 5px;
}
.site-footer .footer-widgets .address-detail .address-title {
	/*color: #000;*/
	font-size: 0.9rem;
	margin-bottom: 3px;
}
.site-footer .footer-widgets .address-detail .address {
	margin-bottom: 8px;
	/*color: #000;*/
}
.site-footer .footer-widgets .address-detail .phone a {
	color: currentColor;
}
.site-footer .footer-widgets .address-detail .phone a:hover {
	color: #021523;
	text-decoration: underline;
}
.price ins {
	color: #000;
	font-weight: 500;
	font-family: var(--e-global-typography-accent-font-family);
}
.order-review-wrapper .woocommerce-checkout-payment ul.payment_methods input {
	display: none;
}
.order-review-wrapper .woocommerce-checkout-payment ul.payment_methods label {
	margin-left: 0;
}
.order-review-wrapper .woocommerce-checkout-payment ul.payment_methods label img {
	display: none;
}
.klb-mobile-search {
	top: 56px !important;
	bottom: unset !important;
}
body form.dgwt-wcas-search-form:before {
	left: 0.25rem;
}
@media screen and (max-width: 1200px) {
	.banner.large .entry-title {
		font-size: 1.5rem;
	}
	.site-header .header-mobile .column.center,
	.site-header .header-mobile .site-brand img {
		height: 100% !important;
	}
}
@media screen and (max-width: 991px) {
	.banner.large .entry-title {
		font-size: 1rem;
		max-width: 235px;
	}
	.banner.large .entry-title strong {
		font-size: 1.2em;
	}

}
@media screen and (max-width: 768px) {
	.products-module .total-5 > .product {
		display: none;
	}
	.products-module .total-5 > .product:first-of-type,
	.products-module .total-5 > .product:nth-of-type(2) {
		display: block;
	}
	html {
		font-size: 18px;
	}
	.woocommerce-thankyou-order-received {
		font-size: 18px;
	}
	[data-elementor-id="929"] {
		display: flex;
		flex-direction: column;
	}
	#primmm {
		order: 3;
		margin-bottom: -25px;
	}
	.site-footer .footer-newsletter .site-newsletter .subscribe-form button {
		padding-right: 0.875rem;
		padding-left: 0.875rem;
	}
}

.order-again a {
	color: #fff !important;
}
.single-product-wrapper.product-list-archive {
	margin-top: -3px;
}
.single-product-wrapper.product-list-archive .product-stock {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 5px;
}
.maintance {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
.maintance .bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: rgba(0,0,0,.5);
}
.maintance .block {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 20px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 400px;
	max-width: 100%;
	transform: translate(-50%,-50%);
	
}
.maintance .block a {
	padding: 8px 15px;
	display: flex;
	max-width: 320px;
	background: #0070dc;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-top: 15px;
}
.to-link-cart {
	display: none;
	background: var(--color-theme-success);
	box-shadow: inset -2px -2px 0px 0px rgba(0,0,0,0.5);
}
.to-link-cart:hover {
	background: var(--color-theme-success);
}
.grecaptcha-badge {
	display: none !important;
}


.product-meta.d-f {
	display: flex;
	align-items: flex-start;
}
.block-add-to-cart-quantity {
	margin-left: auto;
	width: 80px;
	order: 2;
	position: relative;
}

.block-add-to-cart-quantity .plus,
.block-add-to-cart-quantity .minus {
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 2;
	width: 13px;
	height: 13px;
	transform: translateY(-50%);
	cursor: pointer;
	
}
.block-add-to-cart-quantity .plus {
	left: unset;
	right: 10px;
}
.block-add-to-cart-quantity .plus:after,
.block-add-to-cart-quantity .minus:after {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background: #4207e6;
	transform: translateY(-50%);
	
}
.block-add-to-cart-quantity .plus:before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	height: 100%;
	width: 2px;
	background: #4207e6;
	transform: translateX(-50%);

}
.block-add-to-cart-quantity input {
	text-align: center;
	height: 35px;
}
.product-price-cart .button:not(.add_to_cart_button),
.block-add-to-cart-quantity.out-of-stock{
	display: none;
}





.products .product-price-cart {
	align-items: flex-end;
}
.product-meta .product-price-cart {
	order: 3;
	margin-left: auto;
}
.product-meta .block-add-to-cart-quantity {
	display: none;
}
.product-price-cart .add_to_cart_button {
	display:none;
}
.product-meta .product-price-cart a.add_to_cart_button.button {
	display: flex;
	margin-left: auto;
	width: 80px;
}



@media screen and (max-width: 576px) {
	.product-price-cart .block-add-to-cart-quantity {
		display: none;
	}
	.product-meta .block-add-to-cart-quantity {
		display: flex;
	}








	.product-meta.d-f {
		align-items: flex-start;

	}
	.block-add-to-cart-quantity {
		margin-left: 10px;
	}
	.product-price-cart .add_to_cart_button {
		display: none
	}
	.product-meta .product-price-cart {
		order: 3;
		margin-left: auto;
		margin-bottom: 0;
	}
	.product-meta .product-price-cart .add_to_cart_button {
		display: flex;
	}
	.product-meta .product-price-cart .add_to_cart_button.added {
		display: none;
	}
	.block-add-to-cart-quantity input {
		height: 35px;
	}
	.products .product-meta .product-price-cart a.button,
	.products .product-price-cart a.added_to_cart{
		width: 35px;
		height: 35px;
	}
	.products .product-meta .product-price-cart a.button i  {
		font-size: 1.15rem;
	}
}