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

.products-bordered-grid-ins .product-wrapper {
    border: 1px solid #EF8912 !important;
}

.article-body-container {
	font-size: 16px;
	max-width: 860px;
	margin: 0 auto;
}

form.woocommerce-checkout {
    flex-wrap: nowrap;
}

/*Search by scheme*/
.wd-header-cart {
	background-color: #ef8912;
	padding: 3px 10px;
}

.wd-header-cart .wd-tools-icon:before {
	color: #fff;
}

.wd-header-cart.wd-design-2 .wd-tools-icon .wd-cart-number {
	background-color: #fff;
	color: var(--wd-primary-color);
}

.wd-header-cart .wd-tools-text .wd-cart-subtotal .amount {
    color: #fff;
	font-size: 16px;
}

.wd-header-cart .woocommerce-Price-currencySymbol {
	text-transform: none;
}


.whb-top-bar .whb-top-bar-inner .wd-nav-secondary>li>a {
	text-transform: none;
	font-size: 14px;
	color: #EF8912;
}

input[type='text'] {
	border: 1px solid #EF8912 !important;
}

[class*="wd-header-search-form"] .wd-style-with-bg {
    max-width: 800px;
    margin: 0 auto;
}


.sbs-items-group {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 20px;
    margin-top: 20px;
}

.sbs-item {
    width: 210px;
    cursor: pointer;
}

.sbs-item .picture {
    border: 1px solid #ef8912;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 210px;
    height: 210px;
    transition: all .5s;
}

.sbs-item:hover .picture {
    background-size: 105%;
    transition: all .5s;
}

.sbs-item-title {
    font-family: var(--wd-title-font);
    font-size: 24px;
    text-align: center;
    color: #ef8912;
    margin-top: 10px;
}

.sbs-items-descriptor {
    color: #B4B4B4;
    margin-top: 20px;
}

.serch-by-scheme {
    padding: 0 15px;
    display: block;
    width: 100%;
    margin-bottom: 100px;
}

.sbs-main-box {
    background-color: #FFF3E8;
    padding: 30px;
    width: 100%;
}

.sbs-input-group {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 30px;
}

.sbs-input-group .sbs-select {
    background-color: #fff;
    border: 1px solid #ef8912;
    color: #ef8912;
}


/*Product*/
.scheme-on-product {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ef8912;
}

.scheme-on-product .image-svg svg {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}


.analog-price .woocommerce-Price-amount {
    font-family: var(--wd-title-font);
    font-size: 32px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 500;
}

.analog-products .analog-blk-title {
	font-family: var(--wd-title-font);
	font-size: 24px;
	color: #ef8912;
	text-transform: uppercase;
	padding: 8px 0 0 0;
}

.wc-tabs-wrapper .woocommerce-Tabs-panel {
    background-color: #FFF7F1;
    padding: 30px;
}

.wd-nav.wd-style-underline-reverse>li>a {
	padding-top: 10px !important;
    padding: 10px;
    min-width: 100px;
    justify-content: center;
    font-size: 24px;
	color: #ef8912;
}



.wd-nav.wd-style-underline-reverse>li>a>.nav-link-text:after {
	display: none;
}

.wd-nav-tabs>li:not(:last-child) {
    margin-inline-end: 2px !important;
}


/*Start Multiple items*/
.sch-items .sch-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sch-items .sch-item .sch-box {
    border: 1px solid #FCE5CB;
    background-color: #FFF3E8;
    padding: 10px 6px;
    font-size: 12px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.sch-item .sch-number {
    width: 30px;
    min-width: 30px;
    justify-content: center;
    font-weight: 600;
}

.sch-item .sch-image {
    padding: 0;
    min-width: 50px;
    width: 50px;
}

.sch-item .sch-cat-number {
    width: 190px;
}

.sch-item .sch-name {
    min-width: 270px;
    width: 270px;
}

.sch-item .sch-stock {
    width: 150px;
    justify-content: center;
    text-align: center;
}

.sch-item .sch-price {
    width: 150px;
    font-weight: 600;
    justify-content: center;
    text-align: center;
}

.sch-item .sch-cart {
    width: 40px;
    min-width: 40px;
}

.sch-item .sch-cart .add_to_cart_button {
    padding: 0;
    background-color: transparent;
}

.sch-item .sch-cart .added_to_cart {
    display: none !important;
}


.sch-item .sch-arrow {
    width: 40px;
    min-width: 40px;
    cursor: pointer;
}

.sch-item .sch-arrow img {
    transition: transform 0.3s ease;
}

.sch-arrow.rotate img {
    transform: rotate(180deg);
}




.sch-sub-items {
    display: none;
}

.sch-sub-items .sch-item {
    padding-left: 30px;
}

.sch-sub-items .sch-item .sch-box {
    border: 1px solid #FCE5CB;
    background-color: transparent;
    padding: 10px 6px;
    font-size: 12px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}
/*End Multiple items*/


/*Start Single items*/
.sch-items-single .sch-item .sch-box {
    border: 1px solid #FCE5CB;
    background-color: #FFF3E8;
    padding: 10px 6px;
    font-size: 12px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.sch-items-single .sch-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sch-items .sch-sub-items .sch-item .sch-price {
    justify-content: center;
    text-align: center;
}

.sch-items-single .sch-item .sch-price {
    justify-content: center;
    text-align: center;
}

/*End Single items*/
















.scheme {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    column-gap: 30px;
}

.scheme-img {
    width: 40%;
}

.scheme-img svg {
    max-width: 100%;
    width: 28vw;
    height: 28vw;
}

.scheme-products {
    width: 60%;
}

.product-grouped-inner-item {
    text-align: left;
}



.product-grouped-inner-item p {
    margin-bottom: 0;
}

.product-grouped-inner-item td {
    border: 1px solid #f2f2f2;
}

.product-grouped-inner-item td:nth-child(1) {
    width: 80px;
}

.product-grouped-inner-item td:nth-child(2) {
    width: 100px;
    white-space: nowrap;
}

.product-grouped-inner-item td:nth-child(3) {
    min-width: 250px;
}







/*Customize default*/
.woocommerce-breadcrumb a, .yoast-breadcrumb a {
    color: #EF8912;
}

.woocommerce-breadcrumb a:after {
    content: ">";
    color: #B4B4B4;
}

.woocommerce-breadcrumb .breadcrumb-last, .yoast-breadcrumb .breadcrumb_last {
    font-weight: 400;
    color: #b4b4b4;
}

.single-product-page .woocommerce-product-gallery img {
    border: 1px solid #EF8912;
    border-radius: 0;
}

p.stock.wd-style-default:is(.available-on-backorder,.in-stock) {
    color: #EF8912;
}

.single_add_to_cart_button {
    text-transform: none;
    font-weight: 700;
    font-size: 20px;
}

.product-compare-button:before {
    content: 'Порівняти товар ';
    margin-right: 10px;
    color: #EF8912;
}

.wd-rs-6669a71bb69d8 {
    justify-content: flex-end;
    display: flex;
}

.wd-compare-icon>a:before {
    content: "\f128";
    color: #EF8912;
}


/*Delivery Payment*/
.delivery_payment {
    background-color: #FFF7F1;
}

.delivery_payment .dp-item {
    padding: 30px;
    border-bottom: 1px solid #EF8912;
}

.delivery_payment .dp-item:last-child {
    border-bottom: none;
}

.delivery_payment .dp-item p {
    margin-bottom: 0;
}

.delivery_payment .dp-name {
    font-weight: 700;
    color: #000;
    font-size: 18px;
}

.delivery_payment .dp-name img {
    margin-right: 10px;
}

.delivery_payment .dp-desc {
    margin-top: 10px;
}

.delivery_payment .dp-price {
    font-weight: 700;
    color: #000;
    text-align: right;
    font-size: 18px;
}

.warranty {
    background-color: #FFF7F1;
    padding: 30px;
}

.warranty-title {
    font-family: var(--wd-title-font);
    color: #ef8912;
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
}



/*Analog-products*/
.analog-products-inner {
    overflow-y: scroll;
    height: 600px;
}


/* Стилі для веб-каруселі в браузерах на базі Webkit (наприклад, Chrome, Safari) */
.analog-products-inner::-webkit-scrollbar {
    width: 1px; /* Товщина смуги прокрутки */
}

.analog-products-inner::-webkit-scrollbar-thumb {
    background-color: #EF8912; /* Колір каретки прокрутки */
    border-radius: 0px; /* Округлі кути каретки прокрутки */
}

.analog-products-inner::-webkit-scrollbar-track {
    background: #fff; /* Колір фону смуги прокрутки */
    border-radius: 0px; /* Округлі кути смуги прокрутки */
    width: 1px; /* Товщина треку прокрутки */
}

/* Стилі для Firefox */
.analog-products-inner {
    scrollbar-width: thin; /* Тонка смуга прокрутки */
    scrollbar-color: #EF8912 #fff; /* Колір каретки і фону смуги прокрутки */
}

.analog-product-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ef8912;
}

.analog-product-item {
    margin-bottom: 10px;
}

.analog-product-item-inner img {
    width: 20%;
}

.analog-product-title {
    width: 55%;
    padding: 0 20px;
}

.analog-product-item-inner .right {
    width: 25%;
    max-width: 25%;
}

.analog-product-item-inner .right .analog-price{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.analog-price form {
    width: 100%;
}

.analog-price button {
    width: 100%;
    background-color: #EF8912;
    color: #fff;
    text-transform: none;
    font-size: 20px;
}




.single-product .main-page-wrapper {
    background-image: url(/wp-content/uploads/2024/06/product-bg.webp);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}






/*Menu tabs*/
.tab-buttons {
    display: flex;
    flex-direction: column;
}
.tab-buttons .tab-link {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
    padding: 5px 10px;
    font-weight: 400;
    color: #1E1E1E;
}
.tab-buttons .tab-link:hover,
.tab-buttons .tab-link.active {
    color: #EF8912;
    font-weight: 600;
}
.tab-content .tab-pane {
    display: none;
}
.tab-content .tab-pane h2 {
    color: #D98E41;
}
.subcategory-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
.subcategory-item {
    flex: 1 1 calc(25% - 10px);
    padding: 0;
}
.subcategory-item h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.subcategory-item p {
    margin-bottom: 0;
}
.subcategory-item a {
    color: #000;
    text-decoration: none;
}
.subcategory-item a:hover {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .subcategory-item {
        flex: 1 1 calc(50% - 10px);
    }
}
@media (max-width: 480px) {
    .subcategory-item {
        flex: 1 1 100%;
    }
}

.tab {
	display: flex;
}
.tab-buttons {
	display: flex;
	flex-direction: column;
	width: 250px;
    min-width: 250px;
}
.tab-buttons button {
	padding: 10px;
	border: none;
	background-color: #f1f1f1;
	cursor: pointer;
	text-align: left;
	justify-content: flex-start;
}
.tab-buttons button:hover {
	background-color: #ddd;
}
.tab-buttons button.active {
	background-color: #FCE5CB;
}
.tab-content {
	flex-grow: 1;
	padding: 10px 20px;
    background-color: #fce5cb;
}
.tab-content .tab-pane {
	display: none;
}
.tab-content div.active {
	display: block;
}

.subcategory-item {
	display: block;
}

.subcategory-grid .subcategory-item .subcategory-grid {
    display: block;
}

.subcategory-grid .subcategory-item .subcategory-grid .subcategory-item {
    display: block;
    padding: 0;
}

.subcategory-item h3 {
    font-family: 'Circe';
}

.menu-level-1 .subcategory-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.menu-level-1 .subcategory-item h3 a {
    color: #EF8912;
}

.menu-level-2 .subcategory-item h3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1;
}

.menu-level-2 .subcategory-item h3 a {
    color: #1E1E1E;
}

.menu-level-3 .subcategory-item h3 {
    padding-left: 10px;
}

.menu-level-3 .subcategory-item h3 a {
    color: #666;
}

.tab-content .tab-pane h2 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Circe';
    text-transform: uppercase;
    text-decoration: underline;
}

.tab-content .tab-pane h2 a {
    color: #EF8912;
}

#menu-main-navigation .wd-dropdown {
    box-shadow: none;
}



/*Footer*/
.footer-menu, .footer-menu a {
    color: #fff;
}

.footer-menu p {
    margin-bottom: 5px;
}

.footer-contact-box, .footer-contact-box a {
    color: #fff;
    margin-bottom: 20px;
}

.footer-contact-box p {
    margin-bottom: 5px;
}

.footer-contact-item {
    font-weight: 600;
}

.copyrights-centered {
    background-color: #000;
    color: #fff;
}


.home-h2-orange {
	text-transform: uppercase;
	border-top: 1px solid rgb(239 137 18 / 50%);
	border-bottom: 1px solid rgb(239 137 18 / 50%);
	line-height: 0.59em !important;
	padding-top: 0.11em;
}

.home-h2-bordered {
	text-transform: uppercase;
	border-top: 1px solid rgb(239 137 18 / 50%);
	border-bottom: 1px solid rgb(239 137 18 / 50%);
	line-height: 0.59em !important;
	padding-top: 0.12em;
	color: white !important;
	text-shadow: 
		1px 1px 0 #EF8912,
		-1px -1px 0 #EF8912,
		-1px 1px 0 #EF8912,
		1px -1px 0 #EF8912,
		0 1px 0 #EF8912,
		1px 0 0 #EF8912,
		0 -1px 0 #EF8912,
		-1px 0 0 #EF8912;
	margin-left: -50px;
	padding-left: 50px;
}

.wd-product .product-wrapper {
	border: 1px solid #EF8912 !important;
	padding: 15px !important;
}

.vc_tta.vc_general .vc_tta-panel {
	margin: 0 -2px 0 -2px;
}

.scheme-home-blk .serch-by-scheme {
	padding: 0;
}


.scheme-home-blk .serch-by-scheme .sbs-main-box {
	padding: 50px;
}


.site-content {
	margin-bottom: 0;
}

.ex-form input[type='text'], .ex-form input[type='tel'] {
	background-color: #FFF7F1;
	margin-bottom: 10px;
	border: 1px solid #FFF7F1 !important;
	color: #EF8912 !important;
}

.ex-form input[type='submit'] {
	background-color: #EF8912;
	color: #fff;
	width: 100%;
	text-align: center;
	transition: all .5s;
}

.ex-form input[type='submit']:hover {
	background-color: #cd6e00;
	color: #fff;
	transition: all .5s;
}





@media (max-width: 767px) {
	.home-main-title {
		font-size: 3rem !important;
	}
	.home-h2-bordered {
		line-height: 1 !important;
	}
	.sbs-input-group {
		flex-direction: column;
	}
	.sbs-input-group .sbs-select {
		margin-bottom: 5px;
	}
	.scheme-home-blk .serch-by-scheme .sbs-main-box {
		padding: 50px 12px;
	}
	.sbs-input-group {
		order: 2;
	}
	.sbs-items-descriptor {
		order: 1;
	}
	.sbs-item {
		width: 170px;
	}
	.sbs-item .picture {
		width: 170px;
		height: 170px;
	}
	h2 {
		font-size: 4rem !important;
	}
	.home-h2-orange {
		line-height: 1 !important;
	}
	
}