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

html .wd-nav-mobile > li > a, html .wd-nav-mobile .wd-sub-menu li a {
    text-transform: uppercase;
}

.text-justify, .text-justify p {
	text-align: justify;
}

.single-product-page .summary form.cart {
    flex-direction: column;
}

.header-banner-container.wd-entry-content {
	text-align: center;
    font-size: 12px;
}

.heart-icon .nav-link-text::before {
    content: "\f106";
    font-family: "woodmart-font";
    margin-right: 8px;
}

.mobile-nav .wd-nav>li>a {
    font-weight: 500;
}

.shop_attributes tr {
    font-size: 13px;
}

/* Особистий кабінет */
.menu-account a::before {
    content: "\f124";
    font-family: "woodmart-font";
    margin-right: 8px;
}

/* Кошик */
.menu-cart a::before {
    content: "\f126";
    font-family: "woodmart-font";
    margin-right: 8px;
}

/* Список бажань */
.menu-wishlist a::before {
    content: "\f106";
    font-family: "woodmart-font";
    margin-right: 8px;
}

.menu-account a, .menu-wishlist a, .menu-cart a {
    font-weight: 600;
	color: #000;
	font-size: 14px;
}

#menu-mobile-bottom-menu li:not(.menu-account, .menu-wishlist, .menu-cart) {
	margin-bottom: 6px;
}

#menu-mobile-bottom-menu li:is(.menu-account, .menu-wishlist, .menu-cart) {
	margin-top: 10px;
    margin-bottom: 0;
}

#menu-mobile-bottom-menu li:not(.menu-account, .menu-wishlist, .menu-cart) a {
	font-size: 12px;
}

footer .widget {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.brands-widget .brand-item a {
    display: block;
    padding: 20px;
    border: 1px solid #e3e3e3;
    margin: 5px;
	background: #fff;
}

.brand__list-letter {
	font-weight: 700;
    margin: 25px 0 15px;
    border-bottom: 1px solid var(--brdcolor-gray-300);
}

.brand__list-items {
	display: flex;
    list-style: none;
    padding: 0;
    margin: auto;
	flex-wrap: wrap;
}

.brand__list-item {
	width: 25%;
}

.wd-single-post-header .wd-post-meta, #billing_country_field {
    display: none !important;
}

.wcus-checkout-fields.wcus-checkout-np-fields h3 {
	text-transform: uppercase;
}

#wcus-billing-fields {
	margin-top: 30px;
}

.zen-ui-select__value {
    max-width: 100%;
    width: 100%;
    height: var(--wd-form-height);
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
}

.wd-product .wd-buttons[class*="wd-pos-r"] {
    opacity: 1;
    visibility: visible;
    transform: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

/* Elementarno Banners Carousel Styles */

.elementarno-banners-carousel {
    width: 100%;
    max-width: 1740px;
    margin: 0 auto;
    position: relative;
}

.elementarno-swiper {
    width: 100%;
    overflow: hidden;
}

.elementarno-swiper .swiper-wrapper {
    display: flex;
}

.elementarno-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementarno-banner-link {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0px;
}

.elementarno-banner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.elementarno-banner-link:hover .elementarno-banner-img {
    transform: scale(1.05);
}

/* Кнопки навігації */
.elementarno-swiper-prev,
.elementarno-swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
    transition: all 0.3s ease;
}

.swiper-button-next, .swiper-button-prev {
    svg {
        height: 100%;
        object-fit: contain;
        transform-origin: center;
        width: 35%;
	}
}

.elementarno-swiper-prev, .swiper-horizontal {
		&.swiper-rtl .swiper-button-next, &.swiper-rtl~.swiper-button-next, &~.swiper-button-prev, .swiper-button-prev {
		left: 0px;
	}
}

.elementarno-swiper-next, .swiper-horizontal {
    &.swiper-rtl .swiper-button-prev, &.swiper-rtl~.swiper-button-prev, &~.swiper-button-next, .swiper-button-next {
        left: auto;
        right: 0;
    }
}
    right: 0px;
}