#single-product .pro-customization-item {
    color: #21252D;
}

#single-product .pro-customization-item .product-price-catalog:not(.befor) {
    color: #21252D;
    font-weight: normal;
}

#single-product .div-product-price .text-brand,
#single-product .div-product-price .product-price {
    font-size: 38px;
}

#single-product .div-product-price .text-brand,
#single-product .div-product-price .text-brand .product-price {
    color: var(--color-red);
    font-weight: 600;
    font-size: 38px;
}

#single-product .product-customization h5,
#single-product .div-product-price .product-price {
    font-weight: normal;
    color: #21252D;
}

#single-product .pro-customization-item .modifier-amount > button,
#single-product .pro-customization-item .modifier-amount input[type="number"] {
    height: 23px;
}

#single-product .detail-info .detail-extralink .detail-qty {
    width: 130px;
    height: 42px;
    border: 2px solid var(--color-red) !important;
    border-radius: 40px;
    overflow: hidden;
    padding: 4px 35px!important;
}
#single-product .detail-qty input {
    height: 30px;
    font-weight: 600;
    padding: 0px;
}
#single-product .detail-qty .fa-angle-up:before {
    content: "\2b" !important;
}

#single-product .detail-qty .fa-angle-down:before {
    content: "\f068" !important;
}

#single-product .detail-qty > button {
    background-color: var(--color-red);
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

#single-product .detail-qty > button.minus,
#single-product .detail-qty > button.plus {
    bottom: 4px;
}

html[dir='rtl'] #single-product .detail-qty > button.plus {
    left: 4px;
}

html[dir='rtl'] #single-product .detail-qty > button.minus {
    right: 4px;
}

html[dir='ltr'] #single-product .detail-qty > button.plus {
    right: 4px;
}

html[dir='ltr'] #single-product .detail-qty > button.minus {
    left: 4px;
}

#single-product .product-extra-link2 .button.button-add-to-cart {
    border-radius: 40px;
    margin: 0px;
}

.detail-info .short-desc div,
.detail-info .short-desc p,
.detail-info .avalable-quantity{
    font-size: 15px !important;
}
@media (min-width: 992px) and (max-width: 1199px){
    .single-product-section .title-detail {
        font-size: 32px;
    }
}

@media (max-width:1000px){
    .single-product-section .input-box , #product-popup .input-box  {
        height: 30px;
    }
}

@media (max-width: 991px){
    .single-product-section {
        padding: 50px 0;
    }

}

@media (max-width: 767px){
    .single-product-section .title-detail {
        font-size:26px;
    }
}

@media (max-width: 567px){
    .single-product-section {
        padding: 0px !important;
        background-color: #fff !important;
    }
    .single-product-section .btn-all{
        padding: 2px 10px !important;
        min-height: 41px;
    }
}