@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

:root {
    --font-primary: "Segoe UI Variable", "Inter", system-ui, sans-serif;
    --font-primary-pro: "Segoe UI Variable", "Inter", system-ui, sans-serif;
    --font-primary-bold: "Segoe UI Variable", "Inter", system-ui, sans-serif;
    --font-pampers-semi-bold: "Segoe UI Variable", "Inter", system-ui, sans-serif;
}

body, * {
    font-family: "Segoe UI Variable",
    "Segoe UI",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

.custom-font {
    font-family: 'Dancing Script', cursive;
}
.custom-font.no-wrap {
    white-space: nowrap;
}
.news-img-home img {
    height: 200px;
}

.main-news .item-news:last-child .line-break,
.cate-img{
    display: none;
}
@media (min-width: 768px) {
    .news-img-home img {
        height: 250px;
    }
}

@media (min-width: 1200px) {
    .product-img img {
        max-height: 246px;
        width: 100%;
        object-fit: contain;
    }

    .menu {
        justify-content: center;
    }

    /*.news-img-home img{*/
    /*    height: 368px;*/
    /*}*/
}

@media (max-width: 450px) {
    .product-img img {
        max-height: 126px;
        width: 100%;
        object-fit: contain;
    }

    .name-cate-icon {
        font-size: 10px;
    }
}

.wrapper-borer {
    box-shadow: rgb(0 0 0 / 10%) 0 2px 4px 0;
}

.news-home-info {
    padding: 15px;
}

.news-home-info .rn-publish, .news-home-info h4, .news-home-info .author-news {
    text-align: center;
}

.item {
    position: relative;
}

.item .fa-plus, .item .fa-minus {
    position: absolute;
    top: 5px;
    right: 20px;
    color: #1e647d;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.filterCat .scroll-product .item:hover .fa-plus,
.filterCat .scroll-product .item:hover .fa-minus,
.filterCat .scroll-product .item.active .fa-plus,
.filterCat .scroll-product .item.active .fa-minus {
    color: #fff;
}

.scroll-product .list-child {
    display: none;
}
.scroll-product li{
    width: 240px;
    height: 42px;
    border: 1px solid #1e647d !important;
    border-radius: 6px !important;
    line-height: 42px;
    margin-bottom: 8px;
    cursor: pointer;
    height: auto;
}
.list-child{
    border-radius: 0;
}
.list-child{
    background: #fff;
    border-radius: 0;
}
.list-child>li>a{
    color: #1e647d !important;
}
.list-child>li:hover>a{
    background-color: #1e647d;
    color: #fff !important;
}
.list-child>li{
    line-height: 42px;
}

.scroll-product li:last-child {
    margin-bottom: 0;
}

.list-child .item {
    border: none;
}

.scroll-product .hov:hover .list-child {
    background: #fff;
    /*color: #1e647d;*/
}

.scroll-product .hov:hover .list-child .item a {
    color: #1e647d;
}

.list-child .item:hover a {
    color: #fff !important;
}

.flash-sale {
    margin-bottom: 25px;
}

.flash-sale .flash-sale-title {
    text-align: center;
    background-color: #295e56;
    padding: 5px 0;
}

.mrg-bot-20 {
    margin-bottom: 20px;
}

.flash-sale .flash-sale-title h4 {
    color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.flash-sale .flash-sale-title h4 i {
    margin: 0 20px 0 10px;
}

#count-hours, #count-minutes, #count-seconds {
    padding: 0 7px;
    color: #000;
    border-radius: 2px;
}

.fs-prd-item-img {
    position: relative;
}

.discount-tag {
    position: absolute;
    top: 1px;
    right: 1px;
    text-align: center;
    background-color: #fed739;
    height: 36px;
    width: 40px;
}
.discount-tag:after {
    content: "";
    display: block;
    position: relative;
    top: -20px;
    width: 0;
    height: 0;
    border-width: 0px 20px 10px;
    border-style: solid;
    border-color: #fed739 #fed739 transparent;
}
.fs-prd-item-info .cur-price {
    color: #295e56;
    font-size: 20px;
    font-weight: 600;
}
.progress-sell {
    height: 20px;
    margin: 10px;
    position: relative;
    text-align: center;
    background: #00a3a3;
    border-radius: 10px;
    overflow: hidden;
}
.progress-sell-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.flash-sale .fs-prd-item .fs-prd-item-img img {
    border: 1px solid #295e56;
}
.flash-sale .fs-prd-item .fs-prd-item-info {
    text-align: center;
}
.mrg-top-10 {
    margin-top: 10px;
}
.progress-sell .buyed-num {
    line-height: unset;
    position: absolute;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 14px;
}
.list-flash-sale .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -30px;
    background-color: #295e56 !important;
    border: none;
    width: 30px;
    height: 30px;
    color: #fff !important;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}
.list-flash-sale .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -30px;
    background-color: #295e56 !important;
    border: none;
    width: 30px;
    height: 30px;
    color: #fff !important;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}
.list-flash-sale:hover .owl-prev {
    left: 0 !important;
    opacity: 1;
    visibility: visible;
}
.list-flash-sale:hover .owl-next {
    right: 0 !important;
    opacity: 1;
    visibility: visible;
}

#home * {
    color: #32657F !important;
}
@media (max-width: 415px) {
    .flash-sale .flash-sale-title h4 {
        font-size: 17px;
    }
}
.promotion-product {
    padding: 50px 0;
}
.promotion-product .item {
    margin-bottom: 10px;
}
.promotion-product .product-img .cate-product-title:after {
    content: none;
}
@media (min-width: 991px) {
    .promotion-product .item {
        width: 20%;
    }
}
.tp_product_discount{
    padding-top: 50px;
}
#section-shipping-rate{
    display: none;
}
.icon-social-right{
    display: block;
}
.title-footer h4{
    margin-bottom: 10px;
}
.about-footer ul li, .policy-footer ul li {
    margin-bottom: 5px;
}
.col-lg-2.col-12.policy-footer ul,
.col-lg-2.col-12.policy-footer h4{
    display: none;
}
.icon-social-right {
    right: 20px;
    bottom: 30px;
}
.icon-social-right ul li {
    display: flex;
    align-items: center;
    width: 200px;
    background: #fff;
    padding: 10px 20px;
    box-shadow: 1px 1px 15px #ccc;
    border-radius: 3px;
    gap: 5px;
}

.icon-social-right ul li p {
    margin: 0;
}

.scrollup {
    bottom: 345px;
}


@media (min-width: 1024px) {
    .menu>li>ul {
        min-width: 205px;
        display: block;
        min-height: auto;
        width: auto;
        padding: unset;
        box-shadow: none;
        left: unset;
    }
    .menu>li>ul>li {
        width: 100%;
        position: relative;
    }
    .menu-lv2>a {
        display: block;
        padding: 7px 20px 7px 15px;
    }
    .menu>li>ul>li>ul{
        min-width: 205px;
        position: absolute;
        background-color: white;
        z-index: 9999;
        left: 203px;
        top: 0;
        margin: 0;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
    }
    .menu>li>ul>li:hover>ul{
        opacity: 1;
        visibility: visible;
    }
    .menu>li>ul>li>ul>li{
        display: block;
        width: 100%;
        position: relative;
        margin-bottom: 0;
    }
    .menu>li>ul>li>ul>li>a{
        display: block;
        padding: 7px 20px 7px 15px;
    }
}
.title-cate-home h4,.title-hot-product h4{
    font-size: 20px;
    color: #143a66 !important;
    text-transform: uppercase;
}
.block-img{
    padding-bottom: 50px;
}
@media (max-width: 992px) {
    .icon-social-right ul li{
        background: none;
        box-shadow: unset;
        width: auto;
        padding: 0;
    }
    .icon-social-right ul li .social_ctn{
        display: none;
    }
}
@media (min-width: 768px) {
    .col-md-9.img-big-wrapper{
        width: 75%;
    }
}
.location-phone{
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.location-phone i{
    margin-right: 5px;
}
.logo-left{
    margin-bottom: 16px;
}
.info-company .logo-left img{
    width: auto;
    margin-right: 0;
}
.info-company .social-footer img{
    width: 34px;
}
.social-footer{
    margin-top: 16px;
}
.title-news-home h4{
    color: #143a66 !important;
    font-size: 28px;
    text-transform: uppercase;
}
.title-news-home p{
    color: #143a66 !important;
    font-size: 22px;
}
.question h4,.news-home-info h4{
    color: #143a66 !important;
}
.list-item{
    overflow-x: hidden;
    touch-action: pan-y;
}
.list-item.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    font-size: 20px;
    top: 33%;
    background: #00A3A3;
    color: #fff;
    height: 30px;
    width: 30px;
    left: -30px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.list-item.owl-carousel .owl-nav .owl-next {
    position: absolute;
    font-size: 20px;
    top: 33%;
    background: #00A3A3;
    color: #fff;
    height: 30px;
    width: 30px;
    right: -30px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.list-item.owl-carousel:hover .owl-nav .owl-prev {
    left: 0;
}
.list-item.owl-carousel:hover .owl-nav .owl-next {
    right: 0;
}
.product-img{
    background: unset;
    position: relative;
}
.product-img img{
    transition: transform 0.5s ease 0s !important;
}
.product-category-wrap:nth-child(n+5){
    display: none !important;
}
@media (max-width: 992px) {
    .list-item.owl-carousel .owl-nav .owl-next{
        right: 0;
    }
    .list-item.owl-carousel .owl-nav .owl-prev{
        left: 0;
    }
}
li.social-youtube{
    display: block;
}
.main-category.tp_product_category .banner-cate,
.total-line-table tbody tr:nth-child(2){
    display: none;
}
.info-company img.bct-img {
    width: 50%;
    margin-top: 10px;
}
.header-mobile .open-menu-mb i, .header-mobile .search-action i, .header-mobile .user i, .header-mobile .cart-menu i, .search-menu i, .acount-action i, .cart-menu i {
    font-size: 22px;
}
.header-mobile .logo_mobile img {
    max-height: 50px;
}
.custom-title {
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20px;
    text-align: start;
    color: #143a66;
}
.custom-title:before {
    content: "";
    width: 36px;
    background: #000;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    top: -5px;
    height: 1.5px;
}
.countdown {
    gap: 12px;
    align-items: center;
}

.time-value {
    font-size: 24px;
    font-weight: 500;
    color: #2b2b2b;
    line-height: 1;
}

.time-label {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}

.divider {
    width: 1px;
    height: 50px;
    background-color: #dcdcdc;
}

/*voucher*/
.wd-section-title {
    align-items: center;
    margin-bottom: 15px;
}
.coupon_item {
    position: relative;
    background: #fff;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
    display: flex !important;
    min-height: 120px;
    border-radius: 5px;
    min-height: 100px;
    margin-bottom: 15px;
    padding-left: 3px;
}
.coupon_item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 10px;
    color: #ff267b;
    background-clip: padding-box;
    background: repeating-linear-gradient(#e5e5e5, #e5e5e5 5px, transparent 0, transparent 9px, #e5e5e5 0, #e5e5e5 10px) 0 / 1px 100% no-repeat, radial-gradient(circle at 0 7px, transparent, transparent 2px, #e5e5e5ee 0, #e5e5e5 3px, currentColor 0) 1px 0 / 100% 10px repeat-y;
}
.coupon_item .coupon_icon {
    width: 70px;
    flex: 0 0 70px;
    padding: 4px;
    background: #ff267b;
    margin-left: 3px;
}
.coupon_item .coupon_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.coupon_item .coupon_body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 8px 8px 10px;
    flex: 0 0 calc(100% - 70px);
    width: calc(100% - 70px);
    background: #fff4f4;
}
.coupon-list .coupon_head {
    margin-bottom: 5px;
}
.coupon_item .coupon_body .coupon_title {
    font-size: 14px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.coupon_item .coupon_body .coupon_code, .coupon_item .coupon_body .coupon_date {
    font-size: 13px;
    line-height: 1.2;
    padding-bottom: 3px;
}
.coupon_item .clone-coupon {
    border: none;
    padding: 2px 15px;
    border-radius: 5px;
    margin-bottom: 3px;
    background: #ff267b;
    color: #fff;
}
.coupon_info_toggle {
    font-size: 13px;
    text-decoration: underline;
    color: #2E72D2;
    cursor: pointer;
    margin-bottom: 3px;
}
.bg-custom-button {
    background: rgb(31,45,69)
}
.bg-custom-button:before {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    transition: opacity .15s ease, transform .25s ease;
    transform: translateY(100%);
    color: #fff;
    content: "\f07a";
    font-family: "Font Awesome 5 Pro";
}
.bg-custom-button:after {
    position: absolute;
    top: calc(50% - 9px);
    inset-inline-start: calc(50% - 9px);
    opacity: 0;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-left-color: currentColor;
    border-radius: 50%;
    vertical-align: middle;
    animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}

.bg-custom-button:hover:before {
    transform: translateY(0) translateZ(0);
    background: rgb(31,45,69)
}
.bg-custom-button:hover span {
    transform: translateY(-100%) translateZ(0);
}
.bg-custom-button span {
    text-decoration: none;
}

.percent-prod {
    position: absolute;
    top: 7px;
    inset-inline-start: 7px;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    max-width: 50%;
    transition: all .3s ease;
    transform: translateZ(0);
    background-color: rgb(31, 45, 69);
    color: rgb(255, 255, 255);
    border-radius: 12px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    padding: 5px 10px;
    min-width: 50px;
}
.cate-product-title span {
    color: #a5a5a5;
}
.btn-link-product span, .btn-link-product span:hover {
    background: rgb(31, 45, 69);
}

.why-recyme {
    position: relative;
    overflow: hidden;
}

.why-recyme h2 {
    font-weight: 700;
    letter-spacing: 1px;
}

.why-recyme .icon {
    font-size: 40px;
    width: 30%;
    margin: auto;
    margin-bottom: 20px;
}

.why-recyme p {
    font-size: 14px;
    opacity: 0.9;
}

.why-recyme .item h5 {
    font-size: 24px;
}
.why-recyme .item p {
    font-size: 18px;
}
.why-recyme .owl-nav .owl-next, .why-recyme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
}
.why-recyme .owl-nav .owl-next {
    right: 10px
}
.why-recyme .owl-nav .owl-prev {
    left: 10px;
}
.why-recyme .owl-nav button i {
    font-size: 30px;
}
.why-recyme {
    position: relative;
    width: 100%;
}

.why-recyme .why-bg {
    width: 100%;
    height: auto;
    display: block;
    height: 500px;
}

.why-recyme .why-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px;
}

.about_upin a span {
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: 5%;
    left: 50%;
    background: #FFD77A;
    color: #143a66;
    border-radius: 6px;
    padding: 5px;
}
#section-home-blog .item-left {
    flex: 0 0 65%;
    width: 65%;
    /*padding-left: 15px;*/
}
#section-home-blog .item-right {
    flex: 0 0 35%;
    width: 35%;
    padding-left: 15px;
}
#section-home-blog .artile-item-small {
    margin-bottom: 15px;
}
#section-home-blog .artile-item-large, #section-home-blog .artile-item-small {
    position: relative;
}

#section-home-blog .artile-item-small .blog-post-image a {
    padding-bottom: calc(56.25% - 20px);
}
#section-home-blog .artile-item-large .blog-post-image a, #section-home-blog .artile-item-small .blog-post-image a {
    display: block;
    padding-bottom: 56.25%;
    position: relative;
}
#section-home-blog .artile-item-large .blog-post-image a img, #section-home-blog .artile-item-small .blog-post-image a img {
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section-home-blog .artile-item-large .blog-post-content, #section-home-blog .artile-item-small .blog-post-content {
    position: absolute;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    bottom: 0px;
    height: 118px;
    left: 0px;
    opacity: 0.85;
    width: 100%;
    background: linear-gradient(180deg, var(--colorshop) 30.46%, transparent 100%);
    transform: rotate(-180deg);
    padding: 2px 15px;
    display: inline-block;
    vertical-align: text-top;
}

#section-home-blog .artile-item-large .blog-post-content .blog-title, #section-home-blog .artile-item-small .blog-post-content .blog-title {
    height: fit-content;
    margin-top: 8px;
    transform: rotate(-180deg);
    font-size: 18px;
    padding-bottom: 15px;
}
#section-home-blog .artile-item-large .blog-post-content .blog-title a, #section-home-blog .artile-item-small .blog-post-content .blog-title a {
    color: #fff;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-item {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    border: 1px solid #ececec;
}
.product-img .cate-product-title {
    display: none;
}
.buy-btn-sec .add-cart-common, .buy-btn-sec .oos-btn {
    border: none;
    font-size: 14px;
    width: 50%;
    padding: 14px 10px;
}
.add-cart-common.add-cart-btn {
    background: #fff ;
    color: #000 !important;
    border: 1px solid #ecec
}
.add-cart-common.buy-now-btn {
    background-color: #00A3A3;
}

.product-service ul {
    display: flex;
    flex-wrap: wrap;
    margin: 15px -10px 0 -10px;
}
.product-service ul li {
    flex: 0 0 50%;
    padding: 5px 10px;
    cursor: help;
    position: relative;
}
.product-service ul li span {
    line-height: normal;
}
.product-service ul li span.content {
    margin-left: 10px;
}
.product-service ul li span {
    line-height: normal;
}
.content {
    overflow-x: hidden;
}
.product-service ul li .content-position {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translatex(-50%);
    width: calc(100% - 20px);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    padding-top: 10px;
}

.product-service ul li .content-hv {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
}

.product-service ul li .content-hv .box-arrow {
    left: 50%;
    transform: translatex(-50%);
    position: absolute;
    top: -13px;
    margin: 0 auto;
    width: 22px;
    height: 15px;
    z-index: 99999;
}
.product-service ul li span {
    line-height: normal;
}
.product-service ul li:hover .content-position {
    opacity: 1;
    visibility: visible;
}

/*coupon-box*/
.coupon-box.discount-block {
    clear: both;
}
.coupon-box {
    flex-direction: inherit;
    gap: 0;
}
.coupon {
    align-items: center;
    background: #a7f1eacf;
    border: 0;
    color: var(--coupon-button-color);
    display: flex;
    justify-content: center;
    padding: 3px 7px;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    margin-right: 10px;
    border-radius: initial;
    box-shadow: initial;
    cursor: pointer;
}
.coupon:before {
    left: -3px;
    background-image: radial-gradient(#fff 2px, transparent 0);
    background-position-x: -6px;
    background-size: 6px 6px;
    content: "";
    height: calc(100% - 5px);
    position: absolute;
    top: 2.5px;
    width: 6px;
}
.coupon-left {
    display: none;
}
.coupon-right {
    padding: 0;
    display: block;
}
.coupon-title {
    display: block;
}
.d-code {
    font-size: 14px;
    color: #00A3A3;
    font-weight: 500;
}
.coupon-copy {
    display: none;
}
.coupon:after {
    background-image: radial-gradient(#fff 2px, transparent 0);
    background-position-x: -6px;
    background-size: 6px 6px;
    content: "";
    height: calc(100% - 5px);
    position: absolute;
    top: 2.5px;
    width: 6px;
    right: -3px;
}
.backdrop.active {
    visibility: visible;
    opacity: 0.5;
}
.backdrop {
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 999;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.popup-coupon.active {
    opacity: 1;
    z-index: 99999;
}
.popup-coupon {
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
    max-height: 505px;
    height: auto;
    background: transparent;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
    opacity: 0;
    transform: translate(-50%, -50%);
    z-index: -1;
    min-height: 200px;
}
.popup-coupon .content {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}
.popup-coupon .content .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0;
    padding: 0;
    font-size: 24px;
    line-height: 32px;
    max-height: 32px;
    font-weight: 500;
    margin: 0 16px 16px;
    text-align: center;
}
.close-popup-coupon {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    color: #fff;
}
.popup-coupon .content li:nth-child(odd) {
    background-color: #f3f3f3;
}
.popup-coupon .content li {
    display: grid;
    grid-template-columns: 33% 1fr;
    grid-gap: 5px;
    padding: 10px 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.action-coupon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #eee;
}
.action-coupon .close-popup-coupon {
    position: unset;
    width: 48%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
.action-coupon .clone-coupon {
    width: 48%;
    height: 40px;
    border-radius: 5px;
    background: #00A3A3;
    color: #fff;
    border: 1px solid #00A3A3;
}
div.selector-actions {
    float: unset;
}
.fieldset .field .field-input-btn-wrapper .field-input-btn, .step-footer .step-footer-continue-btn, .cart-show-more a{
    background: rgb(31, 45, 69);
}
.total-cart-price>span>span {
    color: rgb(31, 45, 69);
}
.img-active img {
    border: 1px solid #dedede;
}
.block-img .name {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    padding: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@keyframes wd-rotate {
    100% {
        transform: rotate(360deg);
    }
}
.list-programme .name{
    display: none !important;
}
.info-gift{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}
.info-gift img{
    max-height: 70px;
    max-width: 40px;
}
.info-gift span{
    font-size: 12px;
}
.proGift>span{
    margin-right: 10px;
}
@media only screen and (max-width: 767px) {
    #section-home-blog .item-left, #section-home-blog .item-right {
        flex: 0 0 100%;
        width: 100%;
    }
    #section-home-blog .item-right {
        padding-left: 0;
    }
    .popup-coupon {
        width: 90%;
    }
    .btn-shop {
        padding: 5px;
    }
    .block-img .list-programme > a:not(:nth-child(3)) .name {
        font-size: 12px
    }
    .product-service ul {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }
    .product-service ul li {
        flex: 0 0 auto;
    }
    #menuMobile{
        width: 100%;
        top: 58px;
    }
    .menu.tp_menu>.menu-lv1:nth-child(5)>.tp_menu_item{
        color: red !important;
    }
    #menuMobile .title-top{
        display: none !important;
    }
    .fa-chevron-right:before{
        content: "\f054" !important;
    }
}
#menuMobile .title-midle, #menuMobile .title-last {
    display: none;
}
.big-img-content.main-img-prd{
    padding: 0;
    text-align: center;
    border: none;
    border-radius: 0;
    z-index: 1;
}