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


.cs_preview_container button {
    border-radius: 0.65rem 0.65rem 0.65rem 0.65rem !important;
}

.cs-info-bar.bar_small .cs_action_btn,
.cs-modal-content .cs_action_btn {
    background-color: rgba(255, 117, 0, 1) !important;
    border-radius: 0.65rem 0.65rem 0.65rem 0.65rem !important;
}

.cs-info-bar.bar_small .cs_action_btn:hover,
.cs_preview_container .options_btn:hover,
.cs-modal-content .cs_action_btn:hover {
    background-color: rgba(180, 80, 0, 1) !important;
    color: #f0f0f0 !important;
}

.cs-modal-content .custom-switch.custom-switch-btn {
    --cs-color-active-toggle-button: rgba(255, 117, 0, 1) !important;
}

.cs_preview_container
    > div
    > div
    .cs-modal:not(.cs-modal-admin)
    .custom-switch
    .custom-switch-input:checked
    + .custom-switch-btn {
    background: #0c71c35c !important;
}

@media (width <= 480px) {
    .cs_preview_container.bar_small .btns_column .btn-row {
        flex-direction: column-reverse;
    }
}

.cs-info-sticky.desktop_right.bottom.show_button {
    display: none;
}

@media (min-width: 981px) {
    .et_pb_gutters3.single-product .woocommerce-tabs .et_pb_column_1_2 {
        width: 100%;
    }
}


.product-labels .product-label.out-of-stock {
    width: 100px;
    word-break: normal;
}

.grecaptcha-badge {
	display:none!important;
}

#menu-top-menu.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
	background-color: var(--wd-primary-color);
}

.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
    background-color: #000;
}

#menu-glavno-menyu-desktop-bg.wd-nav[class*="wd-style-underline"] .nav-link-text:after,
#menu-glavno-menyu-desktop-en.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
    background-color: #fff;
}

.custom-h1-title {
    font-size: 30px;
    font-weight: 700;
}
