/* PRODUCT TOP INFO  */ 

.adt-short-description{
    margin-bottom: 5px;
}

/* PRICE SECTION */


h1.adt-product-name{
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 900;
    margin-bottom:5px !important;
}

.product-decription{
    font-size:0.875rem;
    font-weight: 500;
}

.product-text{
    font-size:0.813rem;
    color:#A1A1A1 !important;
    font-weight: 400;
}

.max-delivery-text {
    color: #134c56;
    font-size: 0.7rem;
    line-height: 0.9rem;
    font-weight: bold;
}

.adt-unit-price{
    margin-bottom: 0px;
}

.adt-total-price{
    display: flex;
    gap: 0.3ch;
}

.adt-total-price p{
    color: #1F2222;
}

/* PRICE LIST  */ 

.adt-item-list:hover{
    background-color: #145058 !important;
    cursor: pointer;
}

.adt-item-list:hover span{
    font-weight: 500;
    color: #fff !important;
}


/* ADD TO CART SECTION  */ 

.favorite_product_page{
    border: solid;
    border-width: 1px;
    align-items: center;
    padding-left: 10px;
    margin-bottom: 5px;
    padding-right: 10px;
    max-height: 48px;
}

.box-tocart .control{
    flex-direction: column;
}

.box-tocart #qty-error{
    margin-top: 10px;
}




/* ATTRIBUTE SECTION  */ 

.product-social-links > *{
    margin-right:0px !important;
}