img.double-arrow {
    margin: 0 5px;
}

ul#carousel-slider-product-dots {
    list-style-type: none;
}

    ul#carousel-slider-product-dots li img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    ul#carousel-slider-product-dots li {
        width: 100%;
        height: 110px;
        overflow: hidden;
        margin-bottom: 20px;
        cursor: pointer;
        border: 3px solid transparent;
    }

.item-thumbnail {
    /* height: 500px; */
}

    .item-thumbnail img {
        width: 100%;
        object-fit: cover;
        max-height: 500px;
        object-position: top;
        height: 100%;
    }

.category-product-detail a {
    font-weight: 800;
}

.title-product-detail h1 {
    font-size: 22px;
    font-weight: bold;
}

.sku-product-detail {
    font-weight: 500;
}

.regular-price-product-detail span:nth-child(1) {
    font-size: 25px;
    /*color: var(--red-main-color);*/
    /*font-weight: bold;*/
}

.top-product-detail-info .price-product-detail {
    margin-top: 3px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.top-product-detail-info .sale-price-product-detail {
    /*position: absolute;
    right: 0;
    bottom: 0;*/
    text-decoration: line-through;
    color: gray;
}

.top-product-detail-info .regular-price-product-detail {
    float: left;
}

.title-attribute {
    font-weight: 600;
    margin-bottom: 10px;
}

.attribute-item {
    display: inline-block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 110px;
    background: var(--back-ground-gray);
    font-weight: 600;
    cursor: pointer;
    margin: 3px;
    padding: 0 15px;
}

    .attribute-item.disabled {
        color: #cccccc;
        cursor: none;
    }

    .attribute-item:hover {
        border: 1px #cdcccc solid;
        background: #b9b9b9;
    }

    .attribute-item:nth-child(n) {
        display: inline-block;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 6px;
        background: var(--back-ground-gray);
        font-weight: 500;
        cursor: pointer;
        margin: 3px 3px 3px 0;
        padding: 0 15px;
        border: 1px #cdcccc solid;
    }

.active-attribute {
    color: var(--red-main-color);
    background-color: var(--light-red-main-color);
}

.wrap-quantity-cart .quantity-input {
    width: 25%;
    float: left;
    margin-right: 10%;
    position: relative;
    margin-bottom: 20px;
}

    .wrap-quantity-cart .quantity-input input {
        border-radius: 9px;
        outline: none;
        border: 1px solid #d4d4d4;
        height: 35px;
        width: 100%;
        text-align: center;
    }

    .wrap-quantity-cart .quantity-input .plus-value {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 28px;
        width: 28px;
        border-radius: 50%;
        background: var(--back-ground-gray);
        text-align: center;
        line-height: 28px;
        right: 3px;
        cursor: pointer;
        font-weight: bold;
        user-select: none;
    }

    .wrap-quantity-cart .quantity-input .minus-value {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 28px;
        width: 28px;
        border-radius: 50%;
        background: var(--back-ground-gray);
        text-align: center;
        line-height: 28px;
        left: 3px;
        font-weight: bold;
        cursor: pointer;
        user-select: none;
    }

.add-to-cart-detail-product {
    height: 40px;
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
    background: #ff9100;
    color: white;
    user-select: none;
    border: unset;
    padding: 0 35px;
}

table.table-attribute {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--border-color);
}

    table.table-attribute td {
        width: 50%;
        border: 1px solid var(--border-color);
        padding: 14px;
    }

        table.table-attribute td.label-table {
            font-weight: bold;
        }

button.buy-now-detail-product {
    height: 40px;
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
    background: var(--red-main-color);
    color: white;
    user-select: none;
    border: unset;
    padding: 0 30px;
    margin-left: 6px;
}

.footer {
    margin: 0;
}

.attribute-product-detail {
    user-select: none;
}

#carousel-slider-product-dots li.owl-dot.active {
    border: 3px solid var(--red-main-color);
}

ul#carousel-slider-product-dots {
    height: 500px;
    overflow-y: scroll;
    margin-bottom: 0;
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    ul#carousel-slider-product-dots::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
ul#carousel-slider-product-dots {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.owl-prev-product-detail {
    border: none;
    transform: rotate(-90deg);
    background: transparent;
}

.owl-next-product-detail {
    border: none;
    transform: rotate(90deg);
    background: transparent;
}

div#nav-thumbnail-product button {
    border: navajowhite;
    background: transparent;
    font-size: 25px;
    outline: none;
    width: 1px;
    margin: 0 16px;
}

    div#nav-thumbnail-product button:nth-child(1) {
        transform: rotate(90deg);
        order: 2;
    }

    div#nav-thumbnail-product button:nth-child(2) {
        transform: rotate(90deg);
        order: 1;
    }

div#nav-thumbnail-product {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-more-infomtaion {
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.title-combo {
    font-size: 28px;
    font-weight: 600;
    color: black;
}

.title-combo-product {
    font-weight: 600;
    color: #212b36;
    margin-bottom: 10px;
}

.title-combo-information {
    font-size: 28px;
    font-weight: 600;
}

.sku-combo {
    font-size: 16px;
}

.price-combo {
    font-size: 28px;
    font-weight: 700;
    color: #e60019;
}

.information-combo .wrap-quantity-cart .quantity-input {
    width: 110px;
}

.title-quantity {
    font-size: 12px;
    font-weight: 700;
    color: #212b36;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 3px;
}

.information-combo {
    margin-top: 40px;
}

.add-combo-to-cart {
    background-color: #ff9100;
    border-radius: 20px;
    width: 270px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    color: #ffffff;
    float: left;
    cursor: pointer;
}

.product-combo-buy-now {
    background-color: #e60019;
    border-radius: 20px;
    width: 206px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    float: left;
    margin-left: 30px;
    cursor: pointer;
}

.sku-combo-hidden {
    visibility: hidden;
}

.continue-combo {
    background-color: #fdebeb;
    border-radius: 16px;
    width: 142px;
    height: 32px;
    overflow: hidden;
    text-align: center;
    line-height: 32px;
    font-weight: 700;
    color: #e60019;
    float: left;
    cursor: pointer;
}

.back-combo {
    text-align: center;
    border-radius: 15.5px;
    border: 1px solid #c4cdd5;
    width: 141px;
    height: 31px;
    overflow: hidden;
    font-weight: 600;
    color: #919eab;
    line-height: 28px;
    margin-left: 10px;
    float: left;
    cursor: pointer;
}

.status-combo-product {
    overflow: hidden;
}

.tool-combo-product {
    display: flex;
    justify-content: flex-start;
}

.tool-box-buy-product {
    float: left;
}

.top-product-detail-info .wrap-quantity-cart .quantity-input input {
    height: 40px;
}

.top-product-detail-info .wrap-quantity-cart .quantity-input {
    max-width: 110px;
    margin-right: 10px;
}

.popup-add-success-to-card {
    position: fixed;
    top: -54px;
    z-index: 99999;
    width: 93%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: #58AC43;
    border-radius: 14px;
    padding: 5px 0;
    color: white;
    font-weight: 600;
    box-shadow: 1px 1px 4px grey;
    animation: add-success-animation 0.4s;
    opacity: 0;
    transition: 0.3s;
}

.show-add-success {
    top: 24px;
    opacity: 1;
}

.content-detail-product {
    text-align: justify;
}

div.title-product-detail span {
    font-weight: 500;
    font-size: 14px;
    color: red;
    text-decoration: line-through;
    padding-left: 10px;
}

.combo-product {
    background: white;
}

.information-combo {
    background: white;
}


.wrap-quantity-cart .quantity-input .plus-value::after {
    position: absolute;
    content: "";
    width: 160%;
    height: 140%;
    z-index: 11;
    background: transparent;
    right: -20%;
    top: -20%;
}

.wrap-quantity-cart .quantity-input .minus-value::after {
    position: absolute;
    content: "";
    z-index: 11;
    background: transparent;
    left: -20%;
    top: -20%;
    width: 160%;
    height: 140%;
}

#p-detail {
    overflow: hidden;
    transition: all 1s;
}

#p-detail th {
    text-align: center;
    padding: 8px;
}

#p-detail td {
    padding: 8px;
}

#p-detail ul li {
    list-style-position: inside;
}

#p-detail-viewmore {
    cursor: pointer;
    margin: 0 auto;
    text-decoration: none;
    display: block;
    border: 1px solid #ff8cb300;
    padding: 10px 34px;
    border-radius: 12px;
    background: var(--light-red-main-color);
    color: var(--red-main-color);
    font-weight: 500;
    text-decoration: none;
    margin: 8px auto;
}

#p-detail-viewmore:hover {
    background: #fbb8ce;
    border: 1px solid #f9d2df;
}

#p-detail-viewmore a {
    color: var(--red-main-color);
    text-decoration: none;
}