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

/* by default all divs are hidden */


/*.single-product div.custom_option.is-visible {
    display:inline-block;
}

.single-product div.custom_option.on {
    background-color: #f4a51c;
}

.single-product table.variations {
    background: #f4f4f4;
    padding: 20px !important;
    display: block;
}
.single-product table.variations tr:last-child .cell {
    padding-bottom: 0;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
*/

.acf-post-related-product {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    /*background: #fffcf9;
    padding: 20px;
    border: 1px solid #f6e0ca;
    border-radius: 10px;*/
}
/*.default-view-all-button {
    padding: 0 10px;
}*/
.acf-post-related-product .view-more a {
    background: #038e8a;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.acf-post-related-product table.table tr td {
    border-bottom: 0;
    padding-left: 0;
}
.acf-post-related-product table.table{
    margin-bottom: 20px;
}
/*.acf-post-product-all {
    margin-bottom: 10px;
}*/
.default-view-all-button a {
    background: #f4a51c;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.acf-post-related-product .view-more a:hover {
    background: #05aba7;
}
.default-view-all-button a:hover {
    background: #023453;
}
@media screen and (max-width: 1600px) {    
    .whb-clone.whb-sticked img {
        width: 120px !important;
    }
    .whb-clone.whb-sticked .wd-nav {
        --nav-gap: 12px !important;
    }
}
@media screen and (max-width: 1140px) {
    .pvtfw_variant_table_block table.variant th {
        font-size: 14px;
    }
    .pvt-qty-input input.input-text.qty.text {
        width: 10px !important;
    }
    .pvt-qty-input .qty-count:before, .pvt-qty-input .qty-count:after {
        width: 8px !important;
    }
    .pvt-qty-input .qty-count {
        width: 30px !important;
        font-size: 14px !important;
    }
    .single-product table.variant .pvt-tr td {
        font-size: 14px;
        padding: 6px;
    }
   /* th.Pack.Size.sortable.asc {
        min-width: 80px !important;
        white-space: unset !important;
    }*/
    button.pvtfw_variant_table_cart_btn.button.alt {
        font-size: 12px;
    }
}
@media screen and (max-width: 900px) {
    .acf-post-related-product {
        width: 60%;
    }
}
@media screen and (max-width: 767px) {
    /*.acf-post-related-product {
        width: 100%;
        padding: 10px;
    }*/
    td.view-more {
        /*width: 34%;*/
        padding: 0;
    }
    .acf-post-related-product .view-more a {
        padding: 8px;
        font-size: 14px;
    }
    .pvtfw_variant_table_block table.variant tbody td {
        line-height: 2.5em;
    }
    button.pvtfw_variant_table_cart_btn.button.alt {
        margin: 10px 0;
    }
    .pvt-qty-input {
        margin: 10px 0;
    }
    .pvtfw_variant_table_block table.variant tbody td:before {
        padding-left: 10px;
    }
}
@media screen and (max-width: 650px) {
    .acf-post-related-product {
        width: 100%;
    }
}
/*@media screen and (max-width: 480px) {
    .acf-post-related-product .view-more a {
        padding: 8px;
        font-size: 14px;
    }
    .acf-post-related-product {
        padding: 10px;
    }
    .acf-post-related-product table.table td {
        padding: 12px 6px;
    }
    .acf-post-related-product table.table tr td a {
        font-size: 14px;
    }
}*/
@media screen and (max-width: 390px) {
    td.view-more {
        width: 34%;
    }
    /*.acf-post-related-product table.table tr td a {
        font-size: 12px;
    }
    .acf-post-related-product .view-more a {
        padding: 6px;
    }*/
}