/*GENERALES*/

.product-image-wrap:before,
.product-image-thumbnail:before{
    content: "";
    background: var(--bg-product-card);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1;
}

.single-product .woocommerce-product-gallery .product-labels[class*="labels-rounded"]{
	left: 30px;
    right: initial;
}

.title.slider-title::before{
    display: none;
}

.title.slider-title{
    font-size: 22px;
    text-transform: none;
    padding: 0;
}

.single-product .related-products .owl-dots{
    display: none;
}

.summary-inner>.price{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: baseline;
    font-size: 26px;
    line-height: 1;
}

.summary-inner>.price del{
    font-size: 70%;
}

.summary-inner>.price ins{
    margin-inline-start: initial;
    margin-inline-end: 12px;
}

.summary-inner .woocommerce-product-details__short-description{
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.summary-inner form.cart{
    gap: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
}

.summary-inner form.cart button{
    width: calc(100% - 180px);
}

.summary-inner form.cart div.quantity input[type="button"]{
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
    font-size: 16px;
}

.summary-inner form.cart div.quantity input[type="number"]{
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    min-width: 60px;
    min-height: 50px;
    width: 60px;
    height: 50px;
}

.theme-woodmart .summary-inner .product_meta{
    padding-top: 0;
    border-top: 0;
}

.theme-woodmart .summary-inner{
    padding: 20px 0 0 20px;
}

.theme-woodmart .wd-v-thumb-custom .product-image-thumbnail img{
    object-fit: contain;
}

.theme-woodmart .woocommerce-product-gallery .product-labels.labels-rectangular{
    top: 0;
    right: 15px;
}

.single-product div.quantity input[type="button"]:hover{
    color: #333;
    background-color: #f2eddf;
}

.woocommerce-Tabs-panel--description .wc-tab-inner{
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

@media screen and (min-width: 1025px){

    .theme-woodmart .thumbs-position-left.wd-has-thumb>.col-lg-9{
        flex: 0 0 82.5%;
        max-width: 82.5%;
    }
    
    .woocommerce-product-gallery .order-lg-first{
        flex: 0 0 17.5%;
        max-width: 17.5%;
    }

}

@media screen and (max-width: 1024px) {

    .theme-woodmart .summary-inner{
        padding: 0;
    }

    .single-breadcrumbs-wrapper{
        position: absolute;
        top: 10px;
        margin: 0 !important;
        font-size: 13px;
    }

    .single-product .main-page-wrapper{
        padding-top: 0;
    }

    .woocommerce-product-gallery .col-lg-9.order-lg-last,
    .woocommerce-product-gallery .col-lg-3.order-lg-first{
        padding: 0;
    }

    .theme-woodmart .woocommerce-product-gallery .product-labels.labels-rectangular{
        top: 10px;
        right: 10px;
    }

    .theme-woodmart .product-additional-galleries{
        padding: 30px 30px 15px 10px;
    }
    
    .single-product .woocommerce-product-gallery .product-labels[class*="labels-rounded"]{
    	left: 15px;
    }
    
}