        .detail-product__image .tp-title {
    font-size: 36px;
    color: var(--tp-secondary);
    font-weight: 600;
    margin-bottom: 20px;
}

.detail-product .bp_img_product,
.detail-product .bp_details_image {
    height: auto;
}

.detail-product .bp_img_product {
    margin-bottom: 20px;
}

.detail-product .tp-body {
    font-size: 16px;
    color: #555;
    line-height: 26px;
}

.review-product {
    background-color: #f1f5f9;
    border-radius: 8px;
}

.review-product .tab-content {
    background-color: transparent;
    box-shadow: none;
}

.review-product .nav-tabs {
    border: 1px solid #DDDDDD;
    gap: 0;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.review-product .nav-tabs button {
    box-shadow: none !important;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    color: var(--tp-secondary) !important;
    font-weight: 600;
    padding: 14px 20px;
}

.review-product .nav-tabs button::after {
    display: none;
}

.review-product .nav-tabs button.active {
    background-color: var(--tp-primary);
    color: #fff !important;
}

.review-product .card-header {
    background-color: #fff;
    border-bottom-style: dashed;
}

.review-product .card-body i {
    margin-bottom: 10px;
}

.review-product .bp_title_review_product {
    color: var(--tp-primary);
    margin: 20px 0 !important;
}

.review-product .bp_bg_review_name {
    margin-bottom: 10px;
}

.detail-product .bp_btn_review,
.bp_comment .bp_btn_reply,
.bp_comment .bp_comment_submit {
    background-color: var(--tp-primary);
}


.review-product .card-footer,
.bp_comment .panel-footer {
    background-color: #fff;
    border-top: none;
}

.bp_comment .panel-heading {
    border-bottom-style: dashed;
    font-size: 0;
    background-color: #fff;
}

.bp_comment .panel-heading .bp_comment_user,
.bp_comment .panel-heading i {
    font-size: 16px;
}

.bp_comment .panel-heading i {
    float: right;
}

.review-product .card,
.bp_comment .panel {
    border-radius: 10px;
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.heading-box .bp_lbl_product_more {
    display: none;
}

.heading-box > i {
    display: none;
}

.product-other__info .heading-box .bp_lbl_product_value {
    width: 100%;
    padding: 20px 0;
    font-size: 26px;
    border-radius: 0;
    text-align: center;
    line-height: 31px;
    margin-bottom: 15px;
}


.product-other__info .bp_product_more_item  {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
}

.product-other__info .bp-more-lbl-vl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-other__info .bp_lbl_product_more {
    font-size: 18px;
    color: var(--tp-secondary);
}
.product-other__info i {
    font-size: 18px;
    color: var(--tp-primary);
}

.product-other__info .bp_lbl_product_value {
    padding: 5px 10px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: var(--tp-primary);
    border-radius: 10px;
}

.sidebar-content-product .bp_star_review {
    margin: 20px 0;
}

.sidebar-content-product .bp-btn-product-wishlist {
    display: inline-block;
}

.sidebar-content-product .tp-group-price:has(.cls_price_number) {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    background-color: var(--tp-primary);
    border-radius: 6px;
}

#shopping_form_details .bp-group-button-qv-wl {
    display: inline-block;
    padding: 0 20px;
    opacity: 1;
    visibility: visible;
    position: static;
    transform: none;
}

#shopping_form_details #frm_detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sidebar-content-product .bp-btn-product-wishlist i,
#shopping_form_details .bp-btn-product-wishlist i {
    font-size: 30px;
    color: #bf22cc;
}

.sidebar-content-product .cls_old_price_text {
    display: none;
}

.sidebar-content-product .tp-group-price strike,
.sidebar-content-product .tp-group-price span {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    line-height: 1;
}

.bp-shopping-form .bp_btn_action_cart {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 15px;
}

.bp-shopping-form  {
    padding-top: 30px;
}

#frm_detail .bp_group_quantity button, 
#frm_detail .bp_group_quantity input {
    width: 40px;
    height: 40px;
    min-height: unset;
    border-color: #477bfa40;
}

#frm_detail .btndown {
    border-radius: 6px 0 0 6px;
}
#frm_detail .btnup {
    border-radius: 0 6px 6px 0;
}

.product-quantity {
    outline: none;
}

.bp-shopping-form .bp_btn_action_cart button {
    position: relative;
    margin-left: 0;
    background-color: var(--tp-primary);
    overflow: hidden;
    font-size: 15px;
    border: 1px solid var(--tp-primary);
    border-radius: 30px;
    z-index: 1;
    transition: all .4s;
}

.bp-shopping-form .bp_btn_action_cart button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #fff;
    transform: scaleY(0);
    transform-origin: top;
    z-index: -1;
    transition: all .4s;
}

.bp-shopping-form .bp_btn_action_cart button:hover {
    color: var(--tp-primary);
    transition: all .4s;
}

.bp-shopping-form .bp_btn_action_cart button:hover::before {
    transform: scaleY(1);
    transition: all .4s;
}

.product-info .bp_pd_tags {
    margin: 20px 0;
}

.box-sidebar {
    margin-bottom: 30px;
}

.border-sidebar {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.border-sidebar:last-child {
    margin-bottom: 0;
}

.related-product .bottom-info,
.related-product .cls_price_text,
.related-product .bp_cls_shopping_form {
    display: none;
}

.related-product .bp-one-image {
    padding-right: 4px;
}

.related-product .bp-one-image img {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 4px;
    object-fit: cover;
}

.related-product .tp-col__image {
    width: auto;
    padding-left: 0;
    padding-right: 4px;
}

#m_399062117 > .row {
    margin: 0;
}

.related-product #m_399062117 > .row > .col {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.related-product #m_399062117 > .row > .col:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.related-product .bp_content_product .tp-title {
    margin: 5px 0;
}

.related-product .bp_content_product .tp-title:hover a {
    color: var(--tp-primary) !important;
    transition: all .3s;
}

.related-product .tp-group-price {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    display: none;
}

.related-product .cls_old_price_text {
    display: none;
}

.related-product .tp-group-price .bp_cls_old_price span,
.related-product .tp-group-price .bp_cls_old_price strike {
    font-size: 18px;
}

.related-product .tp-group-price span,
.related-product .tp-group-price strike{
    font-size: 20px;
    color: var(--tp-primary);
    font-weight: bold;
}

.related-product .bp_discount_percent {
    top: 3px;
    left: 3px;
    font-size: 12px;
}




.follow-us__list .content_button_link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    padding: 8px 12px;
    line-height: 26px;
    transition: all .3s;
}

.follow-us__list .content_button_link:hover {
    opacity: .9;
    transition: all .3s;
}

.btn-fb .content_button_link {
    background-color: #1a4fc5;
}
.btn-twitter .content_button_link {
    background-color: #00acee;
}
.btn-ytb .content_button_link {
    background-color: #f50000;
}
.btn-pin .content_button_link {
    background-color: #e62e3f;
}

#m_993689018 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
/**/

.sidebar-social #m_587928343,
.sidebar-category #m_929985883,
.follow-us #m_993689023,
.sidebar-tag #m_422787471{
    border-bottom: 1px solid #ededed;
}


.list-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1a4fc5;
    border-radius: 4px;
    padding: 12px;
}

.list-social .tp-feature__heading {
    margin-bottom: 0;
}

.sidebar-social__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}


@media (max-width: 1200px) {
    .bp-shopping-form .bp_btn_action_cart {
        flex-direction: column;
    }
    .bp-shopping-form .bp_btn_action_cart button {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .product-other__info .heading-box .bp_lbl_product_value {
        font-size: 22px;
        line-height: 26px;
    }
}


