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

/**Hotspot***/
.wd-more-desc .wd-more-desc-inner {
    display: none !important;
}

.hotspot-content-image img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    object-fit: cover;
    height: 150px;
    object-position: center center;
}

.hotspot-content .hotspot-content-text {
    margin-bottom: 1px !important;
}

button.mfp-close {
    min-width: unset;
}

.woocommerce-page :is(.btn, .button, button, [type=submit], [type=button]) {
    min-height: var(--btn-height, 50px);
}

div.quantity {
    --wd-form-height: 50px;
}

.single-product [class*="wd-swatches"].wd-text-style-4 {
    --wd-swatch-size: 40px !important;
    --wd-swatch-text-size: 16px !important;
}

.footer_newsletter nf-fields-wrap {
    display: flex;
}

.footer_newsletter .nf-form-fields-required {
    display: none;
}

input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
:root input,
:root select {
    height: 50px;
}

.footer_newsletter .email-wrap input {
    height: 50px !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.footer_newsletter .submit-wrap input {
    background-color: var(--btn-accented-bgcolor);
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -2px;
    height: 50px !important;
	font-size:16px;
}

a.btn.wc-backward,
.wd-builder-off #place_order {
    min-width: 10rem;
    padding: 16px 40px;
}

.cat-design-default .wd-cat-content {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    bottom: 90px;
    padding: 0 !important;
    text-align: start;
    transition: transform .3s ease;
    transform: translateY(100%) translateZ(0);
}

.single-product table.variations label,
p.stock {
    font-weight: 400;
}

.wd-nav-scroll {
    margin: 30px auto 0 !important;
}
.wd-sizeguide .responsive-table {
    display: none;
}
.wd-sizeguide-title {
    display: none;
}
.wd-sizeguide-content {
    margin-bottom: 0px !important;
}
@media(max-width:767px) {
    .single-product [class*="wd-swatches"].wd-text-style-4 {
        --wd-swatch-size: 35px !important;
        --wd-swatch-text-size: 16px !important;
    }

    .single-product [class*="wd-swatches"] {
        --wd-swatch-h-sp: 12px !important;
    }

    .wd-accordion.wd-style-default>.wd-accordion-item:first-of-type,
    .wd-accordion.wd-style-default>.wd-nav-wrapper+.wd-accordion-item {
        border-top: 0px solid var(--brdcolor-gray-300) !important;
    }
}

@media(max-width:1024px) {
    .single-product table.variations tr:last-child .cell {
        padding-bottom: 10px;
    }

    .single-product table.variations .cell {
        padding-bottom: 10px;
    }

    .wd-accordion.wd-style-default>.wd-accordion-item:first-of-type,
    .wd-accordion.wd-style-default>.wd-nav-wrapper+.wd-accordion-item {
        border-top: 0px solid var(--brdcolor-gray-300) !important;
    }
}

@media(min-width:1025px) {
    ul.wd-checkout-steps {
        font-size: 30px;
    }
}