.catagory h2 {
    background-color: var(--blue-color-second);
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.product {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
}

.product-image {
    margin-bottom: 20px;
}

.product-name {
    margin-bottom: 0;
    height: 60px;
}

.product-name a {
    font-size: 18px;
    color: var(--red-color);
    font-weight: 600;
    display: block;
    text-align: center;
}

.product .btnAddCart {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #2F0299;
}

.cartCatagory {
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
}

.cartCatagory:hover {
    color: var(--white-color);
}

.main .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.main .swiper-slide {
    background-size: cover;
    background-position: center;
}

.main .mySwiper2 {
    height: 80%;
    width: 100%;
}

.main .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.main .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.main .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.main .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.star-option button {
    padding: 2px 9px;
    background: red;
    color: white;
    border: none;
    font-size: 14px;
}

.buy-cart {
    background-color: #e2eaf7;
    border-radius: 4px;
}

.buy-cart p {
    color: #164892;
    font-weight: bold;
}

.buy-cart button {
    border: 1px solid #666;
}

.buy-cart input {
    width: 100%;
}

.order {
    border: 1px solid #666;
}

.order button {
    border: none;
    background: transparent;
}

.order input {
    width: 100px;
    border: none;
}

.order .action:first-child {
    border-right: 1px solid #666;
}

.order .action:last-child {
    border-left: 1px solid #666;
}

.action-buy {
    background-color: #0238B5;
    color: var(--white-color);
    border: none;
}

/* POPUP */

#popup {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 10;
}

.popup-content {
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
    background-color: var(--white-color);
}

.image-product {
    height: 300px;
}

.order.flex input {
    flex: 1;
}