/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* ----- HEADER ----- */

.wd-dropdown {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.gtranslate_wrapper {
	display: flex;
}

.gtranslate_wrapper a.glink {
	margin: 0 5px;
}

.gtranslate_wrapper a[data-gt-lang="uk"] {
    order: 0;
}

.gtranslate_wrapper a:not([data-gt-lang="uk"]) {
    order: 1;
}


/* ----- GRID CATEGORIES ----- */

.category-grid-item.cat-design-alt .category-image-wrapp {
    border-radius: 0;
}

.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
    height: 1px;
}

/* ----- GRID PRODUCTS ----- */

.wd-product.product-grid-item.wd-hover-tiled .wd-buttons[class*=wd-pos-r], .wd-product.product-grid-item.wd-hover-tiled:hover:not(:is(.product-swatched,.quick-shop-shown,[class*=wd-loading])) .wd-buttons[class*=wd-pos-r] {
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
    box-shadow: none;
    top: unset;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.wd-product.product-grid-item .wd-buttons a {
		color: #fff;
}

.wd-product .wd-add-btn a.button {
	background-color: #f9f9f9;
	opacity: .8;
	transition: all .1s ease-in-out;
}

.wd-product .wd-add-btn a.button:hover {
	background-color: #f9f9f9;
	opacity: 1;
}

.wd-product.product-grid-item .wd-buttons .wd-add-btn a.button {
		color: #333;
}

.wd-product.product-grid-item.wd-hover-tiled .product-wrapper {
    background-color: transparent;
    box-shadow: none;
}

.wd-product.product-grid-item.wd-hover-tiled .product-element-bottom {
    padding: var(--wd-prod-bg-cont-sp) 0 0;
	background-color: transparent;
}

.wd-product :is(.product-image-link,.hover-img) img {
    min-height: 65vh;
    max-height: 65vh;
    object-fit: cover;
}

.woocommerce-ordering-list li a.selected-order {
	font-weight: 600;
}


/* ----- SINGLE PRODUCT ----- */

.single-product div.quantity {
    display: none;
}


/* ----- BUTTONS ----- */

.wd-btn-text {
	letter-spacing: 1px;
}


/* ----- CHECKOUT ----- */

.woocommerce-billing-fields .optional, .cart_totals .woocommerce-shipping-totals.shipping, .shop_table.woocommerce-checkout-review-order-table thead {
	display: none;
}



.woocommerce-shipping-totals.shipping {
	display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}
 
.woocommerce-shipping-totals.shipping th, .recipient_title h4 {
	color: #3D3B3B;
	font-size: 25px;
	line-height: 1;
	padding: 0px 0px 15px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: var(--e-global-color-secondary);
	width: 100%;
    margin-top: 30px;
}

.woocommerce-shipping-totals.shipping td {
	padding: 12px 0;
}

#shipping_method li {
    padding: 5px 8px;
    background-color: #fff;
	text-align: left;
}


#shipping_method li .woocommerce-Price-amount.amount {

}

#shipping_method input.shipping_method {
    float: left;
    margin-inline-end: 7px;
    margin-inline-start: 0px;
}


@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1366px) and (min-width: 1024px) {

}

@media screen and (max-width: 1024px)  {

}

@media screen and (max-width: 767px) {

		.wd-product :is(.product-image-link,.hover-img) img {
    min-height: 30vh;
    max-height: 30vh;
}
	
	.e-con.e-flex>.e-con-inner {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
	}
	
	.whb-main-header .wd-tools-element>a, .whb-main-header .wd-header-text {
    padding-inline: 5px;
}
	
}

@media screen and (max-width: 480px) {

	.wd-product :is(.product-image-link,.hover-img) img {
    min-height: 25vh;
    max-height: 25vh;
}
	
}


