.bg_product {
    background: #fff;
    border-radius : 4rem;
    padding : 4.6rem 4.2rem 2.8rem 2.8rem;
    color :  #38393B;
    text-align: left;
    margin-bottom : 2.875rem;
}

.product_title {
    font-family: 'Oswald';
    font-size:2.125rem;
    font-weight: 700;
    line-height: 2.625rem;
    text-transform : uppercase;
    margin-bottom : 1.75rem;
}

.product_weight {
    font-family: 'Open Sans';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6875rem;
    margin-bottom : 1.75rem;
}

.product_price {
    font-family: 'Oswald';
    font-size: 3.125rem;
    font-weight: 400;
    line-height: 2.375rem;
    color : #C05058;
    margin-bottom : 1.75rem;
}

.product_price span{
    font-size: 2.5rem;  
}

.product_description {
    font-family: 'Open Sans';
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom : 1.75rem;
}

.product_description ul {
    list-style-type : circle;
}

.main_image {
    margin-bottom : 2.8rem;
}

.icons {
    width : 100%;
    display : flex;
    justify-content: center;
}
.icon {
    max-width : 25%;
    padding : 0 1.5%;
}

.bg_product .button {
    transition : background-color 0.3s;
}


.bg_product .custom-add-to-cart {
    display : flex;
}

.bg_product .button.custom_add_to_cart_button {
    font-family: 'Open Sans';
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    background-color : #79C8CE!important;
    text-transform : uppercase;
    color : #fff!important;
    padding : 1.125rem 2.0625rem;
    border : none;
    border-radius : 5rem;
    padding-left: 4.2rem;
}

.bg_product .button.custom_add_to_cart_button:hover {
    background-color : #E5D798!important;    
    color : #38393B!important;
}


.bg_product .button.custom_add_to_cart_button:before {
    content: ' ';
    width: 2rem;
    height: 2rem;
    display: inline-block;
    margin-left : -2.6875rem;
    margin-right: 0.6875rem;
    background: url('/wp-content/uploads/2024/06/basket.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    
}

.bg_product .button.custom_add_to_cart_button:hover:before {
    filter : invert(100%);
}

.quantity-wrapper {
    display : flex;
    padding-left : 1.5625rem;
    padding-right : 2.375rem;
}
.quantity-wrapper ::-webkit-inner-spin-button {
    display : none;
}
.quantity-wrapper input {
    font-family: 'Open Sans';
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    width : 4rem;
    border-width: 2px;
}

.quantity-wrapper button, 
.quantity-wrapper button:focus, 
.quantity-wrapper button:hover  {
    background : none!important;
    border : none!important;
    font-family: 'Open Sans';
    font-size: 1.5625rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color : #38393B!important;
}
