@font-face {
    font-family: "roman";
    src: url('../../fonts/Roman-classic.ttf');
}
body.tp_background, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
code, form, fieldset, legend, input, button, textarea, select, span, a, p, sub,
blockquote, th, td {
    font-family: "roman";
}
.h-menu .tp_menu_item .icon{
    display: none !important;
}
.h-menu .nav-left.tp_menu{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 10px;
}
.h-menu .nav-item{
    float: left;
    display: inline-block;
    position: relative;
}
.h-menu .nav-item .dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 10px 0;
    min-width: 200px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: none;
    z-index: 999;
}
#gallery_01.owl-carousel .owl-nav .owl-prev{
    left: 7%;
}
#gallery_01.owl-carousel .owl-nav .owl-next{
    right: 7%;
}
@media (min-width: 992px) {
    .h-menu .nav-item>a {
        display: inline-block;
        text-align: center;
        font-size: 15px;
        padding: 16px 16px;
        position: relative;
        text-transform: uppercase;
        background-color: transparent !important;
    }
    .h-menu .nav-item .dropdown-menu {
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
    }
}
.h-menu .nav-item:hover>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: 0;
    border-radius: 0;
    padding: 10px 0;
    text-align: left;
    border: none;
    color: #333;
}
.h-menu .nav-item .dropdown-menu li {
    padding: 0 20px;
}
.h-menu .nav-item li.dropdown-submenu {
    position: relative;
    clear: left;
}
.h-menu .nav-item .dropdown-menu li a {
    line-height: 16px;
    padding: 10px 10px 10px 0;
    color: #333;
}
.h-menu .nav-item li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: -10px;
    min-width: 200px;
    margin: 0;
}
.h-menu .nav-item li.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    border: none;
    border-radius: 0;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.h-menu .nav-item .dropdown-menu li a i {
    float: right;
    position: absolute;
    right: 15px;
    top: 10px;
}
.h-menu .nav-item>a span{
    position: relative;
}
.h-menu .nav-item>a span:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #000;
    right: -16px;
    bottom: 0;
}
.h-menu .nav-item>a .fa-angle-down{
    display: none !important;
}
.h-menu .nav-item:last-child>a span:before{
    content: none;
}
.home-slider .owl-nav{
    display: none !important;
}

.light-sweep {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.light-sweep::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
            120deg,
            rgba(255,255,255,0) 0%,
            rgba(255,255,255,0.5) 50%,
            rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
    transition: none;
}

.light-sweep:hover::after {
    animation: lightsweep 1.2s ease-in-out;
}

@keyframes lightsweep {
    0% {
        left: -150%;
    }
    40% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}
.box-search-banner img{
    width: 100%;
}
.box-search-banner{
    position: relative;
}
.banner-policy-home {
    padding: 24px 0 34px;
    position: relative;
    z-index: 2;
}
.banner-policy-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    position: relative;
}
.banner-policy-item {
    height: 94px;
    border: 0;
    border-radius: 10px;
    background: #f0f0f0;
    color: #003a70;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 14px 28px;
    position: relative;
    cursor: pointer;
    text-align: left;
}
.banner-policy-item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 14px;
}
.banner-policy-icon {
    width: 78px;
    height: 58px;
    flex: 0 0 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-policy-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.banner-policy-info {
    min-width: 0;
}
.banner-policy-title {
    display: block;
    font-size: 25px;
    line-height: 1.18;
    font-weight: 700;
    text-transform: uppercase;
    color: #003a70;
}
.banner-policy-title br + * {
    font-weight: 400;
    text-transform: none;
}
.banner-policy-title span {
    font-weight: 400;
    text-transform: none;
}
.banner-policy-tooltip {
    position: absolute;
    left: 50%;
    top: calc(100% + 12px);
    width: min(370px, 92vw);
    padding: 10px 20px;
    border: 1px solid #d8e0e6;
    border-radius: 10px;
    background: #fff;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    text-transform: none;
    box-shadow: 0 24px 42px rgba(20, 48, 74, 0.18);
    transform: translate(-50%, 8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
    z-index: 10;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.banner-policy-tooltip:before {
    content: '';
    position: absolute;
    top: -11px;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #fff;
    border-left: 1px solid #d8e0e6;
    border-top: 1px solid #d8e0e6;
    transform: translateX(-50%) rotate(45deg);
}
.banner-policy-item:hover .banner-policy-tooltip,
.banner-policy-item:focus-visible .banner-policy-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}
.banner-policy-modal {
    display: none;
}
.search-bar input{
    border-radius: 20px 0 0 20px !important;
}


.input-group-btn .icon-fallback-text{
    border-radius: 0 20px 20px 0 !important;
}
.search-bar input::placeholder{
    font-style: italic !important;
    font-weight: 700 !important;
}
.list-category{
    padding: 30px 0px;
}
.category-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 36px;
}
.list-ph {
    position: relative;
    overflow: hidden;
    padding: 0 36px;
}
.item-category {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.item-category img{
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.item-category p {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0;
}
.banner-two,.block-product-hot,
.block-featured-line,.block-album-home,.block-product-new,
.block-feedback,.block-custombanner,
.block-news-homepage{
    padding-bottom: 30px;
}
.owl-carousel .owl-nav .owl-prev:before{
    content: "\f0d9";
    font-size: 50px;
}
.owl-carousel .owl-nav .owl-next:before{
    content: "\f0da";
    font-size: 50px;
}
.owl-carousel .owl-nav .owl-next:before{
    background: transparent;
    left: 50px;
    border: none;
}
.owl-carousel .owl-nav .owl-prev:before{
    background: transparent;
    right: 50px;
    border: none;
    left: unset;
}
.owl-theme .owl-nav [class*='owl-']{
    font-size: 0;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    font-size: 0;
}
.category-wrapper.owl-theme .owl-nav,
.list-ph.owl-theme .owl-nav {
    margin-top: 0;
}
.category-wrapper.owl-carousel .owl-nav .owl-prev,
.category-wrapper.owl-carousel .owl-nav .owl-next,
.list-ph.owl-carousel .owl-nav .owl-prev,
.list-ph.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0 !important;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transform: translateY(-50%);
}
.category-wrapper.owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.category-wrapper.owl-carousel .owl-nav .owl-next,
.list-ph.owl-carousel .owl-nav .owl-next {
    right: 0;
}
.list-ph.owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.category-wrapper.owl-carousel .owl-nav .owl-prev:before,
.category-wrapper.owl-carousel .owl-nav .owl-next:before,
.list-ph.owl-carousel .owl-nav .owl-prev:before,
.list-ph.owl-carousel .owl-nav .owl-next:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid #4d4d4d;
    border-right: 2px solid #4d4d4d;
    background: transparent;
    font-size: 0;
}
.category-wrapper.owl-carousel .owl-nav .owl-prev:before {
    transform: translate(-35%, -50%) rotate(-135deg);
}
.category-wrapper.owl-carousel .owl-nav .owl-next:before,
.list-ph.owl-carousel .owl-nav .owl-next:before {
    transform: translate(-65%, -50%) rotate(45deg);
}
.list-ph.owl-carousel .owl-nav .owl-prev:before {
    transform: translate(-35%, -50%) rotate(-135deg);
}
.category-wrapper.owl-carousel .owl-nav .disabled,
.list-ph.owl-carousel .owl-nav .disabled {
    opacity: 0.35;
}
.block-featured-line {
    padding-top: 10px;
}
.featured-line-content {
    display: grid;
    grid-template-columns: minmax(320px, 42%) 1fr;
    gap: 28px;
    align-items: start;
}
.featured-line-media {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #f3f6f9;
}
.featured-line-image {
    display: none;
}
.featured-line-image.is-active {
    display: block;
}
.featured-line-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}
.featured-line-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}
.featured-line-tab {
    min-height: 46px;
    padding: 8px 22px;
    border: 1px solid #003b71;
    border-radius: 6px;
    background: #edf5fb;
    color: #2c3440;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.featured-line-tab.is-active,
.featured-line-tab:hover {
    background: #003b71;
    color: #fff;
    border-color: #003b71;
}
.featured-line-desc {
    display: none;
    color: #244a78;
    font-size: 18px;
    line-height: 1.65;
    font-style: italic;
}
.featured-line-desc.is-active {
    display: block;
}
.featured-line-desc p {
    margin: 0 0 18px;
}
.featured-line-desc p:last-child {
    margin-bottom: 0;
}
.block-title h2{
    font-size: 36px;
    text-transform: uppercase;
}
.product-info{
    text-align: center;
}
.product-name{
    font-size: 18px;
    /*overflow: hidden;*/
    /*height: 20px;*/
    /*text-overflow: ellipsis;*/
    /*-webkit-line-clamp: 1;*/
    /*-webkit-box-orient: vertical;*/
    /*display: -webkit-box;*/
    margin-bottom: 0;
    margin-top: 10px;
}
.product-name a{
    display: block;
}
.product-price{
    font-size: 18px;
    display: flex !important;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.product-price-old {
    text-decoration: line-through;
}
.tp_product_detail .product-price{
    font-style: normal;
}
.img-productnew{
    padding-bottom: 30px;
}
.list-pn-wrapper {
    position: relative;
}
.list-pn.is-collapsed {
    max-height: 650px;
    overflow: hidden;
    transition: max-height .4s ease;
}
.pn-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 220px;
    background: linear-gradient(
            to bottom,
            rgba(255,255,255,0),
            #fff 85%
    );
    z-index: 1;
    pointer-events: none;
}
.btn-pn-toggle {
    z-index: 2;
    margin-top: 15px;
    padding: 5px 60px;
    border: none;
    background: #173534;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    font-size: 16px;
}
.product-item {
    padding-bottom: 15px;
}
.btn-pn-toggle:hover{
    color: #fff;
}
.banner-feedback img ,.banner-feedback img{
    width: 100%;
}

.block-news-homepage {
    padding: 60px 0;
}

.block-title h2 {
    font-size: 32px;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
.news-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.news-item {
    margin-bottom: 30px;
}

.news-thumb img {
    width: 100%;
    display: block;
}
.news-title {
    font-size: 18px;
    margin: 15px 0 10px;
    font-weight: 600;
    text-align: center;
}
.news-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
.news-action {
    margin-top: 10px;
}

.btn-news-more {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    text-decoration: none;
    transition: .25s;
}

.btn-news-more:hover {
    background: #16221e;
}
.btn-news-more:hover{
    color: #fff;
}
.footer-home{
    background: #fff;
    padding: 40px 0 20px;
}
.footer-home .container:before{
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
}
.footer-home .container{
    position: relative;
}
.block-footer{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.footer-copy{
    margin-bottom: 0;
}
.footer-bottom ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-top {
    text-align: center;
}

.product-image {
    overflow: hidden;
}
.product-image img {
    width: 100%;
    height: auto;
    transition: transform 0.45s ease;
    will-change: transform;
}
.product-image a:hover img {
    transform: scale(1.08);
}
.header-mobile{
    padding: 20px 0;
}
.mobile-logo-search {
    display: none;
}
.icon-cart-mobile {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4d4d4d;
    text-decoration: none;
    min-height: 38px;
}
.cart-icon-wrap {
    position: relative;
    width: 24px;
    height: 28px;
    flex: 0 0 24px;
    display: inline-block;
    font-weight: 400;
}
.icon-cart-mobile:hover,
.icon-cart-mobile:focus {
    color: #4d4d4d;
    text-decoration: none;
}
.cart-bag-icon {
    position: relative;
    width: 24px;
    height: 28px;
    display: inline-block;
    font-style: normal;
}
.cart-bag-icon:before {
    content: '';
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 0;
    height: 19px;
    border: 1.8px solid #4d4d4d;
    border-radius: 4px 4px 5px 5px;
}
.cart-bag-icon:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    width: 12px;
    height: 12px;
    border: 1.8px solid #4d4d4d;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
}
.icon-cart-mobile .cartCount {
    position: absolute !important;
    right: -8px;
    bottom: -3px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 50%;
    background: #e21b2d;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    z-index: 2;
}
.cart-mobile-label {
    font-size: 24px;
    line-height: 1;
    color: #4d4d4d;
    white-space: nowrap;
}
.h-menu .nav-item.nav-cart-item > a.menu-cart-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    text-transform: none;
    line-height: 30px;
}
.h-menu .nav-item.nav-cart-item .cart-bag-icon {
    width: 24px;
    height: 26px;
    flex: 0 0 24px;
}
.h-menu .nav-item.nav-cart-item > a.menu-cart-link span:before {
    content: none !important;
}
.h-menu .nav-item.nav-cart-item .cart-icon-wrap {
    position: relative;
    width: 24px;
    height: 28px;
    flex: 0 0 24px;
    display: inline-block;
    font-weight: 400;
}
.h-menu .nav-item.nav-cart-item .cartCount {
    position: absolute !important;
    right: -8px;
    bottom: -3px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 50%;
    background: #e21b2d;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    z-index: 2;
}
.h-menu .nav-item.nav-cart-item .cart-mobile-label {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-transform: none;
}

.list-category-index{
    display: flex;
    flex-wrap: wrap ;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding-top: 20px;
}
.list-category-index a{
    display: block;
    padding: 5px 10px;
    border: 1px solid #000;
}
.filter-group ul::-webkit-scrollbar{
    width: 5px;
    border-radius: 5px;
}
.filter-group ul::-webkit-scrollbar-thumb{
    border-radius: 5px;
}
.filter-group ul::-webkit-scrollbar-track{
    border-radius: 5px;
}
.list-filter-wrap .aside-item .aside-title h2{
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}
.aside-title {
    cursor: pointer;
}
.aside-title.active h2 span::after {
    content: "\f106";
    font-family: FontAwesome;
    float: right;
}
.aside-title h2 span::after {
    content: "\f107";
    font-family: FontAwesome;
    float: right;
}
.news-desc p,.news-desc span{
    font-family: "roman" !important;
}
.color.swatch-element label, .swatch-element label {
    border-radius: 5px;
}
@media (min-width: 992px) {
    .filter-title ,.sort-title{
        display: block;
        width: 100%;
    }
    .list-filter-wrap ,.list-sort-wrap{
        display: flex;
        align-items: start;
        justify-content: start;
        gap: 15px;
        flex-wrap: wrap;
        padding-top: 30px;
    }
    .list-filter-wrap .aside-item{
        width: 15%;
        margin-bottom: 0;
    }
    .aside-content{
        display: none;
    }
    .aside-title.active .aside-content{
        display: block;
    }
    .list-filter-wrap .aside-item{
        position: relative;
    }
    .list-filter-wrap .aside-item .aside-title{
        position: relative;
        border: 1px solid #cccccc;
        padding: 5px;
    }
    .list-filter-wrap .aside-item .aside-content{
        position: absolute;
        top: 35px;
        border: 1px solid #cccccc;
        padding: 5px;
        z-index: 9999;
        background: #fff;
        margin-top: 0;
        width: 100%;
        margin-bottom: 0;
    }
    #start{
        width: 35px;
    }
    #start input,#stop input{
        border: none;
        background: transparent;
        padding: 0;
    }
    #stop{
        width: 70px;
    }
    .list-filter-wrap .aside-item .ui-widget.ui-widget-content:before{
        left: calc(30% - 5px);
    }
    .list-filter-wrap .aside-item .ui-widget.ui-widget-content{
        margin-top: 15px;
    }
    .sort-fillter{
        padding-bottom: 30px;
    }
    .details-product #gallery_01 .item a{
        height: 100px;
        width: 100px;
    }
    .details-product #gallery_01 .item a img{
        width: 100px;
        height: 100px;
        object-fit: cover;
    }
    .search_form{
        position: absolute;
        top: 30px;
        right: 30px;
        width: 300px;
        z-index: 99;
    }
    .input-group-btn .icon-fallback-text{
        background: #fff !important;
    }
}
@media (max-width: 768px) {
    .header-mobile {
        padding: 14px 0 10px;
    }
    .mobile-logo-search {
        display: block;
        padding: 0 0 14px;
    }
    .mobile-logo-search form {
        position: relative;
        display: flex;
        width: 100%;
        height: 40px;
        border: 1px solid #e0e0e0;
        border-radius: 22px;
        overflow: hidden;
        background: #fff;
        margin-bottom: 0;
    }
    .mobile-logo-search input {
        flex: 1;
        min-width: 0;
        height: 100%;
        padding: 0 46px 0 16px;
        border: 0;
        outline: 0;
        background: transparent;
        color: #333;
        font-size: 14px;
    }
    .mobile-logo-search input::placeholder {
        color: #8a8a8a;
        font-style: italic;
    }
    .mobile-logo-search button {
        position: absolute;
        top: 0;
        right: 0;
        width: 42px;
        height: 100%;
        border: 0;
        background: transparent;
        color: #173534;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
    }
    .banner-policy-home {
        padding: 10px 0 18px;
    }
    .banner-policy-list {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding: 0 10px 4px;
        -webkit-overflow-scrolling: touch;
    }
    .banner-policy-list::-webkit-scrollbar {
        display: none;
    }
    .banner-policy-item {
        flex: 0 0 32%;
        min-width: 104px;
        height: 36px;
        border-radius: 6px;
        gap: 5px;
        padding: 5px 7px;
    }
    .banner-policy-icon {
        width: 28px;
        height: 24px;
        flex-basis: 28px;
    }
    .banner-policy-title {
        font-size: 10px;
        line-height: 1.15;
    }
    .banner-policy-tooltip {
        display: none;
    }
    .banner-policy-modal {
        position: fixed;
        inset: 0;
        z-index: 99999;
        display: block;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .28s ease, visibility 0s linear .34s;
    }
    .banner-policy-modal.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: opacity .28s ease, visibility 0s linear 0s;
    }
    .banner-policy-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .45);
        opacity: 0;
        transition: opacity .28s ease;
    }
    .banner-policy-modal.is-open .banner-policy-backdrop {
        opacity: 1;
    }
    .banner-policy-dialog {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        border-radius: 16px 16px 0 0;
        padding: 22px 16px 34px;
        max-height: 78vh;
        overflow-y: auto;
        transform: translateY(100%);
        transition: transform .34s cubic-bezier(.22, 1, .36, 1);
        will-change: transform;
    }
    .banner-policy-modal.is-open .banner-policy-dialog {
        transform: translateY(0);
    }
    .banner-policy-dialog h3 {
        margin: 0 44px 22px;
        color: #17233b;
        font-size: 16px;
        line-height: 1.3;
        font-weight: 700;
        text-align: center;
    }
    .banner-policy-close {
        position: absolute;
        top: 16px;
        right: 14px;
        width: 36px;
        height: 36px;
        border: 2px solid #9bd0ff;
        border-radius: 50%;
        background: #fff;
        color: #2f4054;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .banner-policy-close:before,
    .banner-policy-close:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 3px;
        border-radius: 2px;
        background: #2f4054;
        top: 50%;
        left: 50%;
        transform-origin: center;
    }
    .banner-policy-close:before {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .banner-policy-close:after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .banner-policy-modal-item {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 14px;
    }
    .banner-policy-modal-icon {
        width: 28px;
        height: 28px;
        flex: 0 0 28px;
        border: 1px solid #e5edf5;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner-policy-modal-icon img {
        max-width: 22px;
        max-height: 22px;
        object-fit: contain;
    }
    .banner-policy-modal-info {
        min-width: 0;
    }
    .banner-policy-modal-info h4 {
        margin: 0 0 3px;
        color: #17233b;
        font-size: 15px;
        line-height: 1.25;
        font-weight: 700;
    }
    .banner-policy-modal-desc {
        color: #627089;
        font-size: 14px;
        line-height: 1.35;
    }
    body.banner-policy-lock {
        overflow: hidden;
    }
    .item-category{
        margin-bottom: 0;
    }
    .category-wrapper,
    .list-ph {
        padding: 0 28px;
    }
    .category-wrapper.owl-carousel .owl-nav .owl-prev,
    .category-wrapper.owl-carousel .owl-nav .owl-next,
    .list-ph.owl-carousel .owl-nav .owl-prev,
    .list-ph.owl-carousel .owl-nav .owl-next {
        width: 26px;
        height: 26px;
    }
    .category-wrapper.owl-carousel .owl-nav .owl-prev:before,
    .category-wrapper.owl-carousel .owl-nav .owl-next:before,
    .list-ph.owl-carousel .owl-nav .owl-prev:before,
    .list-ph.owl-carousel .owl-nav .owl-next:before {
        width: 7px;
        height: 7px;
    }
    .featured-line-content {
        display: block;
    }
    .featured-line-media {
        margin-bottom: 16px;
    }
    .featured-line-tabs {
        margin-bottom: 16px;
    }
    .featured-line-tabs.owl-carousel {
        display: block;
    }
    .featured-line-tabs.owl-carousel .owl-stage {
        display: flex;
    }
    .featured-line-tabs.owl-carousel .owl-item {
        display: flex;
    }
    .featured-line-tab {
        width: 100%;
        min-height: 38px;
        padding: 7px 10px;
        font-size: 14px;
    }
    .featured-line-tabs.owl-theme .owl-dots {
        margin-top: 10px;
        line-height: 1;
        text-align: center;
    }
    .featured-line-tabs.owl-theme .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
        margin: 0 4px;
        background: #c6d4e3;
    }
    .featured-line-tabs.owl-theme .owl-dots .owl-dot.active span {
        background: #003b71;
    }
    .featured-line-desc {
        font-size: 15px;
        line-height: 1.5;
    }
    .block-title h2 {
        font-size: 18px;
    }
    .footer-bottom{
        padding-top: 20px;
    }
    .footer-bottom a{
        font-size: 12px;
    }
    .btn-pn-toggle{
        padding: 5px 45px;
    }
    .list-sort-wrap{
        display: none;
    }
    .list-category-index{
        gap: 10px;
        padding-bottom: 30px;
    }
    .filter-title{
        display: none;
    }
    .item-category p{
        font-size: 13px;
    }
    .main-collection .product-image img{
        max-width: 90%;
    }
    .nav-item .icon{
        display: none;
    }
    .owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:before {
        left: 0;
    }
}

@media (max-width: 540px) {
    .form-detail-action #BuyNow {
        margin-top: 0;
    }
    .form-detail-action #addToCart {
        margin-right: 10px;
    }
    .form-detail-action #addToCart, .form-detail-action #BuyNow {
        width: 50%;
        margin-left: unset;
    }
}



.mt-10 {
    margin-top: 10px;
}
.breadcrumb li strong span, .breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong, .breadcrumb li>a>span:hover {
    color: #0B4F45;
}
.checkout .tp_button {
    background: #fff !important;
    color: #0B4F45 !important;
    border: 1px solid #0B4F45 !important;
    border-radius: 6px;
}
.expandable.pull-right {
    color: #0B4F45;
}
.field__input-btn-wrapper .btn.event-voucher-apply {
    background: #0B4F45 !important;
    border-color: #0B4F45 !important;
}
.field__input-btn-wrapper .btn.event-voucher-apply:hover {
    background:  #cba85e !important;
    border-color: #cba85e !important;
}
#customerName.field__input, .layout-flex .layout-flex__item .fa-user-circle-o, .layout-flex__item.section__title--link,
.payment-icon-fa, .previous-link, .previous-link:hover
{
    color: #0B4F45;
}
.section_ipay .input-radio:checked, .input-checkbox:checked {
    box-shadow: 0 0 0 10px #0B4F45 inset;
}
.formError .formErrorContent {
    background: #0B4F45 !important;
}
.product-thumbnail__quantity {
    background-color: #0B4F45;
}
.location-selector .input-wrapper {
    padding: 0 !important;
}
#totalMoney {
    color: red;
}
.footer-logo {
    max-width: 100px;
}
#out-stock {
    background-color: #0b4f45;
    border-radius: 5px;
}
.block-product-hot .owl-stage-outer .owl-stage, .block-product-hot .owl-stage-outer .owl-stage .owl-item{
    display: flex;
}
.product-box .product-price-old {
    margin: 0;
    color: #adadad !important;
    font-size: 14px;
}
#addToCart, #BuyNow {
    border-radius: 8px;
}
.detail-call-now {
    display: none;
}
.detail-mobile-policy {
    display: none;
}
.mobile-detail-product-block {
    display: none;
}
.block-product-new .list-pn-wrapper .list-pn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fw-30 {
    font-size: 30px;
}

#btnRegister, #btnSubmit {
    border: 1px solid;
    border-radius: 5px;
}
.form-detail-action #addToCart:not(.btn-soldout) {
    background: #fff !important;
    border: 1px solid #000;
    color: #000 !important;
}
.mb_scroll_hotline img {
    width: 45px;
}

@media (max-width: 768px) {
    .mobile-detail-product-block {
        display: block !important;
        margin: 14px 0;
        padding: 14px 0 4px;
        border-top: 8px solid #f4f5f7;
    }
    .mobile-detail-product-title {
        margin-bottom: 12px;
        color: #17233b;
        font-size: 17px;
        line-height: 1.3;
        font-weight: 700;
    }
    .mobile-detail-product-slider .product-item {
        margin-bottom: 0;
    }
    .mobile-detail-product-slider .product-image img {
        width: 100%;
        border-radius: 8px;
    }
    .mobile-detail-product-slider .product-name {
        margin: 8px 0 4px;
        font-size: 14px;
        line-height: 1.35;
    }
    .mobile-detail-product-slider .product-price {
        font-size: 14px;
    }
    .mobile-detail-product-slider.owl-theme .owl-dots {
        margin-top: 8px;
    }
    .mobile-detail-product-slider.owl-theme .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
        margin: 0 4px;
        background: #c6d4e3;
    }
    .mobile-detail-product-slider.owl-theme .owl-dots .owl-dot.active span {
        background: #003b71;
    }
    .form-detail-action .detail-mobile-policy {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        width: 100%;
        margin: 12px 0 14px;
        padding: 10px 8px;
        border-radius: 8px;
        background: #f3f3f3;
    }
    .detail-mobile-policy-item {
        min-width: 0;
        flex: 1 1 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
    .detail-mobile-policy-icon {
        flex: 0 0 28px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .detail-mobile-policy-icon img {
        max-width: 28px;
        max-height: 28px;
        object-fit: contain;
    }
    .detail-mobile-policy-title {
        min-width: 0;
        color: #142a6b;
        font-size: 12px;
        line-height: 1.2;
        font-weight: 700;
    }
    .form-detail-action .product-detail-buttons {
        flex-wrap: wrap;
        gap: 10px 12px;
    }
    .form-detail-action #BuyNow {
        order: 1;
        width: 100%;
        margin: 0;
        background: #b72433 !important;
        border-color: #b72433 !important;
        color: #fff !important;
    }
    .form-detail-action #addToCart {
        order: 2;
        width: calc(50% - 6px);
        margin: 0;
        background: #fff !important;
        border: 1px solid #142a6b !important;
        color: #142a6b !important;
        line-height: 44px;
    }
    .form-detail-action .detail-call-now {
        order: 3;
        width: calc(50% - 6px);
        margin: 0;
        padding: 8px 10px;
        background: #26356f !important;
        border-color: #26356f !important;
        color: #fff !important;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        line-height: 1.2;
        border-radius: 8px;
    }
    .form-detail-action .detail-call-now span {
        font-weight: 700;
    }
    .form-detail-action .detail-call-now small {
        display: block;
        color: #fff;
        font-size: 13px;
        font-style: italic;
        font-weight: 700;
    }
}
