@import url("../components/breadcrumb.css");
@import url("../components/img-gallery.css");
@import url("../components/star-rating.min.css");
@import url("../components/shipping.css");
@import url("../components/rate.css");
@import url("../components/list-comments.css");

.product section {
    position: relative;
}

.price-off {
    position: absolute;
    padding-top: 10px;
    padding-right: 0;
    right: 7px;
    top: -5px;
    width: 50px;
    height: 50px;
    border-radius: 35px;
    color: #fff;
    text-align: center;
    background-color: #c5168d;
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
}

.action_buttons {
    margin: 15px 0;
}
.action_buttons ul {
    display: flex;
    gap: 20px;
}

.action_buttons ul li a {
    color: #000;
    text-decoration: none;
    font-size: 1rem;
}

.product {
    display: flex;
    flex-direction: column;
}

.product section {
    width: 100%;
}

.product h1 {
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: left;
}

.product h2 {
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--primary-color);
}

.product .cash-old-price {
    color: #55565b;
    text-decoration-color: #55565b;
    font-size: 13px;
    text-decoration: line-through;
    padding: 0;
    margin: 0;
}

.product h3 {
    display: inline;
}

.product .cash-price {
    color: var(--primary-color);
    font-size: 2.813rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.product .installment {
    font-size: 1.2rem;
}

.product .btn-favorite {
    border: none;
    background: none;
    cursor: pointer;
}

.product .sharethis-inline-share-buttons {
    margin-top: 20px;
}

.add-to-cart form {
    max-width: 100%;
}

.add-to-cart .items {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

/*.add-to-cart .items > *:nth-child(1) {
    flex: 1;
}

.add-to-cart .items > *:nth-child(2),
.add-to-cart .items > *:nth-child(3) {
    flex: 2;
}*/

.add-to-cart input {
    width: 80px;
}

.add-to-cart button.btn-whatsapp {
    background: #25d366;
    color: #fff;
    border: none;
    font-weight: bold;
    padding: 7px;
    font-size: 1rem;
    border-radius: 2px;
    cursor: pointer;
}

.add-to-cart button.button {
    width: 100px;
    height: 36px;
    margin: 0;
}

button.btn-whatsapp i {
    font-size: 1.1rem;
}

hr {
    margin: 20px 0;
}

.unavailable h3 {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 700;
}

.unavailable form {
    margin: 0;
}

.unavailable form button {
    background: var(--secondary-color);
    color: #fff;
    border: none;
    font-weight: bold;
    padding: 7px;
    font-size: 1rem;
    border-radius: 2px;
    cursor: pointer;
}

@media (min-width: 992px) {
    .product {
        flex-direction: row;
    }
}
