/*
 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 */

.whb-general-header-inner .whb-col-left {
    max-width: 330px;
    width: 100%;
}

.whb-general-header-inner .whb-col-left img {
    width: 100%;
}

/* Homepage */

.home .elementor-widget-image-carousel .swiper-slide .swiper-slide-image {
    height: 480px;
    object-fit: cover;
}

/* Pagina Shop */

.woocommerce-ordering {
    display: none;
}

.product-label.out-of-stock {
    display: none;
}

/* Scheda prodotto */

.product-shipping-label {
    color: #333;
    font-weight: 600;
}

.product-shipping-label:before {
    content: '\f0d1';
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-size: 20px;
    margin-right: 12px;
}

.product-manual-button-wrapper {
    text-align: center;
}

.product-manual-button-wrapper .product-manual-button {
    background-color: #6f7072;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    padding: 14px 50px;
    text-transform: uppercase;
}

.product-manual-button-wrapper a:hover {
    opacity: 0.75;
}

.product-videos-container {
    border-top: 1px #e4e4e4 solid;
    left: 50%;
    margin-left: -50vw;
    padding: 40px 0 0;
    position: relative;
    width: 100vw;
}

.product-videos-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-video {
    margin-bottom: 20px;
    width: 49%;
}

.product-video iframe {
    height: 400px;
    width: 100%;
}

.related-and-upsells {
    margin-bottom: 80px;
}

/* Carrello */

.woocommerce-shipping-methods {
    font-size: 18px;
}

/* Checkout */

.woocommerce-checkout #customer_details .woocommerce-radio-wrapper {
    align-items: baseline;
    display: flex;
}

.woocommerce-checkout #customer_details .woocommerce-radio-wrapper label {
    margin-right: 16px;
}

/* Footer */

footer .widget_nav_menu {
    border-bottom: 0;
    margin-bottom: 14px;
    padding-bottom: 0;
}

.policy-links-container p {
    margin-bottom: 14px;
}

@media (max-width: 1024px) {

    .min-footer {
        justify-content: center !important;
    }
}

@media (max-width: 767px) {

    .footer-column-2 {
        display: none;
    }
}

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

    .footer-column {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}