.product-detail-info-middle .product_title {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
body.theme-woodmart .product-detail-info-middle .wd-single-stock-status span {
    border: none;
    color: #2BA830;
    font-size: 12px;
    padding: 0;
}
.product-detail-info-middle .woocommerce-Price-amount {
    font-weight: 700;
    font-size: 25px;
}
.product-detail-info-middle .wd-single-add-cart .cart {
    justify-content: space-between;
    gap: 15px;
}
.product-detail-info-middle .wd-single-add-cart .cart .woocommerce-variation-add-to-cart:before {
    content: 'Cantidad:';
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}
.product-detail-info-middle .variations {
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    display: flex;
}
.product-detail-info-middle .variations tbody {
    width: 100%;
}
.product-detail-info-middle .variations tbody tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-detail-info-middle .variations th.label label {
    font-weight: 500;
}
.product-detail-info-middle .variations th.label label:after {
    margin-left: 0;
}
.product-detail-info-middle .variations th.label .wd-attr-selected {
    display: none;
}
.product-detail-info-middle .variations .wd-reset-var {
    display: none;
}
body.theme-woodmart .product-detail-info-middle .variations .wd-swatch {
    width: 67px;
    height: 40px;
    background-color: #EAEAEA;
    border: none;
}
.product-detail-info-middle .wd-single-add-cart .cart button {
    flex: 1 1 calc(50% - 7.5px);   
    border-radius: 5px;
    text-transform: initial;
    font-size: 12px;    
}
.product-detail-info-middle .wd-single-add-cart .cart .wd-buy-now-btn {
    color: #f75d1c;
    background: #f5f5f5;
    border: 1px solid #f75d1c;
}
.product-detail-info-middle .wd-single-add-cart .cart .quantity {
    flex: 1 1 100%;
}
.product-detail-info-middle .quantity .minus {
    border-radius: 10px 0 0 10px;
    border: 1px solid #E1E1E1;
    border-right: none !important;
    min-width: 50px;
    font-size: 15px;
}
.product-detail-info-middle .quantity .plus {
    border-radius: 0 10px 10px 0;
    border: 1px solid #E1E1E1;
    border-left: none !important;
    min-width: 50px;
    font-size: 15px;
}
.product-detail-info-middle .quantity .btn:hover {
    background-color: #F5F5F5;
    border: 1px solid #E1E1E1;
    color: black;
}
.product-detail-whatsapp {
    background: #46CC4C;
    border-radius: 5px;
    color: white;
    text-transform: initial;
    font-size: 12px;
}
.product-detail-whatsapp:hover {
    background-color: #46CC4C;
    color: white;
}
.product-detail-whatsapp img {
    width: 100%;
    max-width: 30px;
    display: block;
}
.product-detail-box-info .info-box-inner {
    font-size: 12px;
    color: #6F6F6F;
}
.product-detail-box-info {
    margin-bottom: 15px;
}
body.theme-woodmart .product-detail-gallery-wrapper .woocommerce-product-gallery__wrapper {
    border-radius: 20px;
}
.product-detail-gallery-wrapper .wd-arrow-inner {
    background: white !important;
    color: black !important;
}
.product-detail-gallery-wrapper .product-additional-galleries {
    top: 0;
    right: 0;
    left: initial;
}
.product-detail-gallery-wrapper .wd-gallery-thumb .wd-nav-arrows {
    display: none;
}
.product-detail-gallery-wrapper .wd-gallery-thumb .wd-carousel-item img {
    border-radius: 10px;
}
.product-detail-gallery-wrapper .wd-gallery-thumb .wd-carousel-item.wd-thumb-active img {
    border: 1px solid #f75d1c;
}
body.theme-woodmart .product-detail-gallery-wrapper .wd-gallery-thumb .wd-carousel-item.wd-thumb-active {
    opacity: 1;
}
body.theme-woodmart .product-detail-gallery-wrapper .wd-gallery-thumb .wd-carousel-item {
    opacity: .5;
}
.acordeon-wrapper .wd-accordion-title-text span {
    font-weight: 500;
}
.acordeon-wrapper .wd-accordion-content h2 {
    display: none;
}
.acordeon-wrapper .wd-accordion-opener {
    width: 40px;
    height: 40px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: 2px 2px 40px rgb(0 0 0 / 10%);
    font-weight: 700;
    font-size: 12px;
    color: black;
}
@media screen and (max-width: 1024px) {
    .product-detail-info-inner {
        display: flex;
        flex-direction: column;
    }
    .product-detail-info-inner .product-detail-info-middle {
        width: 100%;
        margin-bottom: 20px;
    }
    .product-detail-info-inner .product-detail-info-right {
        width: 100%;
    }
    .product-detail-gallery-wrapper {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .product-detail-info-container {
        display: flex;
        flex-direction: column;
    }
    .product-detail-gallery-wrapper {
        width: 100%;
    }
    .product-detail-info-wrapper {
        width: 100%;
    }
}


.product-detail-info-middle .wd-single-add-cart .variations tbody tr {
    display: none;
}
.product-detail-info-middle .wd-single-add-cart .variations tbody tr:first-child {
    display: flex;
}
.product-detail-info-middle .wd-single-attrs .wd-attr-term {
    border: 1px solid #C9C9C9;
    padding: 6px 12px;
    border-radius: 5px;
}
.product-detail-info-middle .wd-single-attrs {
    margin-bottom: 15px !important;
}

.product-detail-info-right .wd-single-attrs .woocommerce-product-attributes-item {
    border-radius: 10px;
    padding: 18px 19px;
    margin-bottom: 0;
}
.product-detail-info-right .wd-single-attrs .woocommerce-product-attributes-item p {
    color: #717171;
}
.product-detail-info-right .wd-single-attrs .woocommerce-product-attributes-item:nth-child(odd) {
    background: #EAEAEA;
}
.product-detail-info-right .wd-single-attrs .wd-attr-name-label {
    color: #6F6F6F;
    font-size: 13px;
    font-weight: 500;
}
.product-detail-info-right .wd-single-attrs .wd-attr-term {
    color: #16162D;
    font-weight: 600;
}
.product-detail-info-right .woocommerce-product-attributes {
    overflow: initial;
    --wd-attr-v-gap: 0;
}  
.product-detail-info-right > .vc_column-inner {
    justify-content: flex-start !important;
    padding-left: 25px;
}
.product-detail-info-middle > .vc_column-inner {
    padding-right: 25px;
    padding-left: 25px;
}
.product-detail-gallery-wrapper > .vc_column-inner {
    padding-right: 25px;
}
.woocommerce-product-details__short-description p {
    color: #6F6F6F;
}



.acordeon-wrapper .woocommerce-product-attributes tbody .woocommerce-product-attributes-item {
    border-radius: 10px;
    padding: 18px 19px;
    margin-bottom: 0;
}
.acordeon-wrapper .woocommerce-product-attributes tbody .woocommerce-product-attributes-item:nth-child(odd) {
    background: #EAEAEA;
}
.acordeon-wrapper .woocommerce-product-attributes {
    overflow: initial;
    --wd-attr-v-gap: 0;
}