        .product img {
    height: 200px;
    object-fit: cover;
}
.tp-image {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
.align-items-be {
    display: none !important;
}
.product-section {
    background: linear-gradient(102deg, #21409a 7%, #00bae6 117%);
    padding: 60px 0 120px;
    color: white;
}
.product-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 60px;
    letter-spacing: -0.5px;
}

.product-content {
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: center;
}

.product-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feature-item {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.divider {
    width: 2px;
    height: 200px;
    background: rgba(255, 255, 255, 0.3);
    align-self: center;
}

.product-description {
    color: rgba(255, 255, 255, 0.95);
}

.bp_img_product {
    height: auto;
    padding: 0;
}
.bp-product-link-details {
    color: #005eb3;
    border-color: #005eb3;
    transition: 0.35s ease all;
    font-size: 11px;
    text-align: center;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    border: 0.5px solid #005eb8;
    padding: 8px 30px;
}
.bp_content_product {
    display: flex;
    flex-direction: column;
}
.bp-group-button-qv-wl {
    display: none;
}
.product_title {
    min-height: 40px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    font-weight: 600;
    margin: 30px 0 15px;
}

.product_title a {
    color: #005eb3;
}
.product .btnAddAction,
.product .bp_group_quantity {
    display: none;
}
.bp-product-view-link {
    display: none !important;
}
.product .bp_product_more {
    display: none;
}
.product .bp_pd_info {
    display: none;
}
.product .cls_price_text,
.product .cls_old_price_text {
    display: none;
}

.product .bp_cls_group_price {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.product .cls_old_price,
.product .bp_cls_old_price .cls_unit_price {
    opacity: 0.6;
    font-weight: normal;
    color: #f44336;
    font-size: 14px;
}
.product .bp_cls_old_price > strike {
    display: none;
}
.product .bp-cart-text {
    display: none;
}
.product .bp-icon-cart {
    display: block;
}
.product .bp_pd_sub {
    display: none;
}
.product .btnAddToCart {
    color: #444444;
    font-weight: 400;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 38px;
    padding: 0;
    font-size: 12px;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    border-radius: 50px;
    opacity: 0;
}
.product .bp_product_item:hover .btnAddToCart {
    bottom: 40%;
    opacity: 1;
}
.product .bp_product_item {
    box-shadow: 4px 1px 12px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-bottom: 30px;
    background: #fff;
    padding: 25px 15px;
}
.product .p_col_ct {
    padding: 0;
}
.product .card {
    box-shadow: none !important;
    border: 1px solid #e5e7f6 !important;
    border-radius: 0;
}
.product .bp_cls_price .cls_price_number {
    font-size: 14px;
}
.product .card-body {
    padding-left: 10px;
    padding-right: 10px;
}
.bp_product_item .row {
    margin: 0;
}
.bp_category_name {
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 40px;
}
.product .bp-dropdown-menu {
    padding: 0 !important;
    margin-top: 10px;
    padding: 10px;
    border: none;
    border-radius: 4px;
    transition: all 0.3s linear;
    right: 0;
    border-radius: 0 0 12px 12px;
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 133%;
}
.product .bp-dropdown-menu a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    transition: all 0.3s ease-in-out 0s;
    color: #0f141e;
    border-bottom: 1px solid #e9eaee;
    text-decoration: none;
    padding: 20px;
}
.product .bp-dropdown-menu .dropdown-item.active {
    background-color: #e9ecef;
}
.product .btn-group-sort:hover .bp-dropdown-menu {
    margin: 0;
    opacity: 1;
    visibility: visible;
}
.btn-group-sort {
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    padding: 10px 20px !important;
}
.bp-product-header-right {
    margin-bottom: 7px;
}
.btn-group-sort a {
    color: #121212;
    text-transform: uppercase;
    font-weight: 500;
}
.bp-product-footer {
    display: none;
}
.product-list .bp_img_category_option {
    display: none;
}
.product-list .section-title-product {
    height: 50px;
    padding: 0 20px;
    background: #005eb3;
    color: #fff;
}
.product-list .section-title-product h5 {
    margin: 0 0 0 10px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.product-list .bp_category_option {
    position: relative;
    padding: 20px 5px;
    margin: 0 15px;
    display: block;
}
.product-list .bp_category_option li h3 {
    font-size: 12px;
    font-weight: 400;
    border-radius: 3px;
    letter-spacing: 0.5px;
    width: 100%;
    color: #000;
    line-height: 1.5rem;
    text-transform: uppercase;
}
.promo-container {
    padding: 25px 20px;
    background: linear-gradient(102deg, #21409a 7%, #00bae6 117%);
    color: #fff;
}
.bp-product-header {
    margin: 0;
    padding: 0;
            border-bottom: 1px solid #aeaeae;
            height: 50px;
}
.lbl_sort_text {
    display: none !important;
}
.btn-group-sort {
        padding: 5px 25px !important;
    font-size: 12px;
    font-weight: 900;
    border-radius: 0;
}
.sidebar-product {
    height: fit-content;
    padding-right: 0;
    box-shadow: 8px 0 12px -5px #ebebeb;
}
.promo-section:last-child {
    margin-bottom: 0;
}

.badge-container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 25px;
    margin-bottom: 10px;
}
.product-container {
    padding: 0;
}
.product-container .tp-title{
    text-transform: uppercase;
    margin: 0;
    font-size: 30px;
    color: #005eb8;
    font-weight: 600;
    margin-bottom: 30px;
}
.product-container .tp-body h2{
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    margin: 0;
    color: #58595b;
}
.product-container .tp-body {
        display: block;
    color: #000;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 5px;
}
.product-container .tp-body:before {
        content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #ebebeb;
}
.product-container .tp__actions_c {
    margin-top: 10px;
}
.product-container .bp-one-image img{
    height: 150px;
    object-fit: cover;
}
.product-container .tp-btn{
    
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
        color: #005eb8;
}
#m_product {
        padding: 40px;
    margin: 0;
}
.badge {
    width: 80px;
    height: 80px;
    border: 3px solid white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.badge-text-top {
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.badge-text-bottom {
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.promo-text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.btn-contact {
    display: inline-block;
    background: white;
    color: #1e4c8f;
    padding: 10px 28px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    margin-top: 25px;
}

.btn-contact:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.divider {
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    margin: 40px 0;
}
.help-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #fff;
}
.help-section h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.4;
}

.help-section p {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 20px;
}


#m_353721076 .row > div {
    padding: 0;
}

.bp_comment #submit {
    background-color: #005eb3;
    border-color: #005eb3;
    color: #fff;
    transition: all .4s;
}

.bp_comment #submit:hover {
    background-color: #fff;
    color: #005eb3;
    transition: all .4s;
}

@media (min-width: 992px) {
    .product-container .border-start {
        border-left: 2px solid #fff;
        padding-left: 40px;
    }
}
@media (min-width: 768px) {
    .product-list .section-title-product {
        padding: 0 10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .product-list .bp_category_option {
        padding-bottom: 20px;
        border-bottom: 1px solid #bebebe;
    }
}
@media screen and (max-width: 767px) {
    .product img {
        height: 160px;
    }
}

