.inside-container {
    padding: 185px 0 !important;
}

.product-content {
    display: flex;
    margin-bottom: 80px;
}

/* image content */
.image-product img {
    width: 100%;
}

/* main content */
.product-price {
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}
.add-item-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.product-add {
    display: flex;
    flex-direction: column;
}
.quantity-product {
    display: flex;
    justify-content: space-between;
    width: 128px;
    height: 36px;
}
.quantity-product span {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #ffffff;
}
.change-quantity {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
    gap: 10px;

    width: 36px;
    height: 36px;

    border: 2px solid #918f90;
    border-radius: 10px;
}
.change-quantity i {
    color: white;
}

.add-cart-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 80px;
    gap: 10px;
    width: 100%;
    height: 50px;
    background: #eba9a1;
    border-radius: 8px;
}
.add-cart-button span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #1f1b1e;
}

.tab-header {
    display: flex;
    justify-content: space-between;
}
.tab-header button {
    color: white;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
}
@media screen and (max-width: 767px) {
    .tab-header button {
        font-size: 13px;
    }
    .add-cart-button {
        padding: 0px;
    }
}
.tab-header-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    width: 176px;
    height: 80px;
}
.tab-header-item.active {
    border-bottom: 2px solid #eba9a1;
}
.product-info {
    margin-top: 20px;
    height: 164px;
    margin-bottom: 1rem !important;
    margin-left: -0.2rem !important;
    margin-right: 0 !important;
}
.product-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #918f90;
}
.product-shortcut {
    padding: 20px;
    gap: 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.mad-product-image {
    margin: -1.25rem -1.25rem 0.75rem -1.25rem !important;
}
.mad-product-image img {
    width: 100%;
}
.product-shortcut-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #f2f2f2;
}
.product-shortcut-link:hover {
    text-decoration: underline;
}
.product-shortcut-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #918f90;
}
.product-shortcut-description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #918f90;
}
.product-shortcut-price {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #f2f2f2;
}
.product-shortcut-calc {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}
.product-shortcut-title {
    margin-bottom: 4px;
}
.product-shortcut-calc a {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px;
    gap: 10px;
    width: 42px;
    height: 42px;
    background: #eba9a1;
    border-radius: 10px;
}
.add-to-cart:hover {
    cursor: pointer;
}
.add-cart-button:hover {
    cursor: pointer;
}
.border-radius-t-10 {
    border-radius: 10px 10px 0 0;
}
.allergies {
    display: flex;
    flex-wrap: wrap;
}
.allergy {
    padding: 0.5rem 10px !important;
    gap: 10px;
    border: 0.063rem solid #918f90;
    font-size: 1rem;
    line-height: 1.438rem;
    text-align: center;
    color: #918f90;
    transition: all 0.5s ease;
    margin: 5px 5px;
    word-wrap: break-word;
}
