/*
 Theme Name:   EDsafecure
 Author:       Gaurav
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.grecaptcha-badge { visibility: hidden; }

.product-collateral {
    margin-top: 40px;
}

.product-collateral table td {
    border: none;
}

.nav-link-text {
    text-transform: capitalize !important;
}

.variations-table {
    display: none;
}

.footable {
    border: 1px solid #E6E6E6;
}

.variation-product-title {
    margin-bottom: 0;
}

.woocommerce-additional-fields .optional {
    display: none !important;
}

.elementor-widget-text-editor a[style],
.elementor-widget-text-editor a strong[style],
.wc-tab-inner a[style] {
    color: #1e3040 !important;
}

.elementor-widget-text-editor a:hover[style],
.elementor-widget-text-editor a:hover strong[style],
.wc-tab-inner a:hover[style] {
    color: #9bca3e !important;
}

.blog-design-masonry.blog-style-shadow .article-body-container { min-height: 200px; }

/* Product coupon info box */
.product-coupon-info-box {
    margin-bottom: 20px;
}

.product-coupon-info-box:before,
.product-coupon-info-box:after {
    display: block;
    content: "";
    clear: both;
}

.product-coupon-info-box span {
    display: block;
    padding: 6px 15px;
    float: left;
    border: 5px dotted rgb(30,48,64);
}

.product-coupon-info-box span:first-child {
    background: rgb(155,202,62);
    color: #fff;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
}

.product-coupon-info-box span:last-child {
    background: rgb(30,48,64);
    color: #fff;
}

#salertWrapper .popup_position .salert-content-wrap { font-weight: 600 !important; }

/* Mobile */
@media only screen and (max-width : 480px) {
    .single-product .product-coupon-info-box span {
        width: 100%;
        text-align: center;
    }

    .single-product .product-tabs-wrapper .p_image { display: none; }
    .single-product .product-tabs-wrapper td.block,
    .single-product .product-tabs-wrapper .poduct-tabs-inner .container { padding: 0 !important; }
    .single-product .product-tabs-wrapper .product-collateral { overflow-x: auto !important; }
}