    @font-face {
        font-family: 'utm_avo' ;
        src: url(//theme.hstatic.net/1000317075/1000741662/14/utm_avo.ttf?v=4) ;
        font-display: fallback;
    }
    
    ul {
        list-style: none;
    }
    
     ::-webkit-scrollbar {
        width: 5px;
        background-color: #fff;
    }
    
     ::-webkit-scrollbar-thumb {
        background-color: #cf2027;
    }
    
    body {
        font-size: 13px;
        line-height: 1.6;
        font-family: "utm_avo", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        color: #000000;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: 100%;
    }
    
    img {
        width: 100%;
    }
    
    a {
        text-decoration: none !important;
    }
    
    @media screen and (min-width: 480px) {
        .container {
            padding: 0 30px;
        }
    }
    
    .header-top {
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .header-top .hd-top-left ul,
    .header-top .hd-top-right ul {
        display: flex;
        margin: 0;
        list-style: none;
        padding: 0%;
    }
    
    .header-top .hd-top-left ul li,
    .header-top .hd-top-right ul li {
        margin: 0;
        display: flex;
        margin-right: 20px;
        align-items: center;
    }
    
    .header-top .hd-top-left ul li span,
    .header-top .hd-top-right ul li span {
        margin-right: 5px;
        width: 25px;
        height: 25px;
        border-radius: 100%;
        background: #f4f4f4;
        display: flex;
        text-align: center;
        font-size: 15px;
        justify-content: center;
        align-items: center;
        color: #d61c1f;
    }
    
    .header-top .hd-top-left ul li a,
    .header-top .hd-top-right ul li a {
        color: #666666;
        letter-spacing: 1px;
    }
    
    .header-top .hd-top-right ul {
        justify-content: flex-end;
    }
    
    .header-bottom {
        background: #cf2027;
        padding: 5px;
    }
    
    .hd-navbar {
        display: flex;
        align-items: center;
        height: 100%;
    }
    
    .hd-navbar ul {
        margin: 0px;
        display: flex;
        list-style: none;
        padding-left: 15px;
    }
    
    .hd-navbar>ul>li {
        margin: 0px 25px 0px 0px;
        display: inline-block;
        height: 40px;
        line-height: 40px;
    }
    
    .hd-navbar>ul>li>a {
        line-height: normal;
        position: relative;
        display: inline-block;
        color: #ffffff;
        font-size: 16px;
        font-family: 'utm_avo' !important;
        font-weight: bold !important;
        letter-spacing: 1.3px !important;
    }
    
    .hd-navbar>ul>li>a>i {
        font-weight: 400 !important;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }
    
    .hd-navbar>ul>li>a:hover {
        color: #ffd596 !important;
    }
    
    .hd-navbar>ul>li>a:hover:after {
        width: 100%;
    }
    
    .hd-navbar>ul>li>a:after {
        content: '';
        display: block;
        border-bottom: 1px solid #ffd596;
        width: 0;
        position: absolute;
        left: 0;
        -webkit-transition: 1s ease;
        transition: 1s ease;
    }
    
    .hd-navbar>ul>li.dropdown:hover>a>i {
        transform: rotate(180deg);
    }
    
    .hd-navbar>ul>li.dropdown {
        position: relative;
    }
    
    .hd-navbar>ul>li.dropdown>ul {
        display: none;
        border-radius: 0px;
        z-index: 100;
        padding: 5px 0px;
        min-width: 250px;
        top: 100%;
        left: 0;
        right: auto;
        position: absolute;
        background: #cf2027;
        margin: 0px;
        line-height: normal;
        text-align: left;
        -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
        -webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
        box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
    }
    
    .hd-navbar>ul>li.dropdown:hover>ul {
        display: block;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li {
        margin: 0px;
        width: 100%;
        padding: 10px 15px;
        position: relative;
        border-bottom: 1px dashed #e6e6e6;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>ul {
        display: none;
        border-radius: 0px;
        z-index: 100;
        padding: 5px 0px;
        min-width: 250px;
        top: 0%;
        left: 100%;
        position: absolute;
        background: #cf2027;
        margin: 0px;
        line-height: normal;
        text-align: left;
        -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
        -webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
        box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
    }
    
    .hd-navbar>ul>li.dropdown>ul>li:hover ul {
        display: block;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>a {
        display: inline-block;
        color: #ffffff;
        position: relative;
        font-size:14px;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>a>i {
        display: inline-block;
        margin-left: 5px;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>a:hover {
        color: #ffd596;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>a:hover:after {
        width: 100%;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>a:after {
        content: '';
        display: block;
        border-bottom: 1px solid #ffd596;
        width: 0;
        position: absolute;
        left: 0;
        -webkit-transition: 1s ease;
        transition: 1s ease;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>ul>li {
        margin: 0px;
        width: 100%;
        padding: 10px 15px;
        border-bottom: 1px dashed #e6e6e6;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>ul>li>a {
        display: inline-block;
        color: #ffffff;
        position: relative;
        font-size:14px;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>ul>li>a:hover {
        color: #ffd596;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>ul>li>a:hover:after {
        width: 100%;
    }
    
    .hd-navbar>ul>li.dropdown>ul>li>ul>li>a:after {
        content: '';
        display: block;
        border-bottom: 1px solid #ffd596;
        width: 0;
        position: absolute;
        left: 0;
        -webkit-transition: 1s ease;
        transition: 1s ease;
    }
    
    .hc-search-wrapper {
        margin-right: 15px;
        display: flex;
        align-items: center;
        position: relative;
    }
    
    .hc-search-wrapper>a>img {
        width: 34px;
    }
    
    .hc-search-wrapper .search-bar-header {
        display: none;
        position: absolute;
        z-index: 999;
        top: 100%;
        right: -30px;
        width: 500px;
        padding: 5px;
        border-radius: 8px;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 75%);
        -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 75%);
    }
    
    .hc-search-wrapper .search-bar-header .search-form-wrapper {
        position: relative;
        width: 100%;
        height: 34px;
        line-height: 34px;
    }
    
    .hc-search-wrapper .search-bar-header .search-form-wrapper input {
        width: 100%;
        padding: 0 15px 0 15px;
        height: 34px;
        line-height: 34px;
        outline: 0;
        border-radius: 0;
        border: 1px solid #e6e6e6;
    }
    
    .input-group-btn {
        position: relative;
        white-space: nowrap;
        width: 1%;
        padding: 0;
        display: table-cell;
        vertical-align: middle;
        margin: 0;
    }
    
    .hc-search-wrapper .search-bar-header .search-form-wrapper button {
        height: 34px;
        line-height: 34px;
        width: 34px;
        text-align: center;
        background: #cf2027;
        color: #fff;
        font-size: 18px;
        padding: 0;
        margin: 0;
        outline: 0;
        border: 1px solid #cf2027;
        border-radius: 0;
    }
    
    .input-group {
        position: relative !important;
        display: table !important;
        border-collapse: separate;
    }
    
    .desktop-cart-wrapper,
    .desktop-cart-wrapper1 {
        display: inline-block;
        position: relative;
        display: flex;
        align-items: center;
    }
    
    .desktop-cart-wrapper>a.hd-cart>img,
    .desktop-cart-wrapper1>a.hd-cart>img {
        width: 34px;
    }
    
    .desktop-cart-wrapper>a.hd-cart,
    .desktop-cart-wrapper1>a.hd-cart {
        position: relative;
        display: inline-block;
        color: #ffffff;
    }
    
    .desktop-cart-wrapper>a.hd-cart span.hd-cart-count,
    .desktop-cart-wrapper1>a.hd-cart span.hd-cart-count {
        display: inline-block;
        line-height: normal;
        position: absolute;
        right: -10px;
        top: -10px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #ffd596;
        color: #ffffff;
        font-size: 12px;
        text-align: center;
    }
    
    .desktop-cart-wrapper .quickview-cart,
    .desktop-cart-wrapper1 .quickview-cart {
        display: none;
        border-radius: 8px;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-align: left;
        position: absolute;
        z-index: 9999;
        top: 100%;
        right: 0px;
        width: 280px;
        padding: 5px;
        background: #fff;
        line-height: normal !important;
        -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
        -webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
        box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
    }
    
    .quickview-cart h3 {
        border-radius: 8px;
        overflow: hidden;
        padding: 5px;
        width: 100%;
        display: block;
        background: #cf2027;
        color: #fff;
        position: relative;
        font-size: 12px;
        font-weight: bold !important;
        letter-spacing: 1.3px !important;
    }
    
    .quickview-cart h3 span {
        position: absolute;
        color: #fff;
        top: 5px;
        right: 5px;
        cursor: pointer;
    }
    
    .desktop-cart-wrapper .quickview-cart ul,
    .desktop-cart-wrapper1 .quickview-cart ul {
        margin: 0px;
        max-height: 250px;
        overflow-y: scroll;
        padding: 0;
        height: 100%;
    }
    
    .desktop-cart-wrapper .quickview-cart ul .cart-item,
    .desktop-cart-wrapper1 .quickview-cart ul .cart-item {
        margin: 0px 0px 5px 0px;
        position: relative;
        border-bottom: 1px dashed #DDD;
        padding-bottom: 5px;
    }
    
    .desktop-cart-wrapper .quickview-cart ul .cart-item>.cart__remove,
    .desktop-cart-wrapper1 .quickview-cart ul .cart-item>.cart__remove {
        position: absolute;
        top: calc(50% - 9px);
        right: 5px;
        color: #cf2027;
    }
    
    .desktop-cart-wrapper .quickview-cart ul .cart-item>img,
    .desktop-cart-wrapper1 .quickview-cart ul .cart-item>img {
        overflow: hidden;
    }
    
    .desktop-cart-wrapper .quickview-cart ul .cart-item-info>a,
    .desktop-cart-wrapper1 .quickview-cart ul .cart-item-info>a {
        color: #000000;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin-bottom: 3px;
        display: inline-block;
        -webkit-transition: all 0.3s ease;
    }
    
    .desktop-cart-wrapper .quickview-cart ul .cart-item-info>a:hover,
    .desktop-cart-wrapper1 .quickview-cart ul .cart-item-info>a:hover {
        color: #cf2027;
    }
    
    .desktop-cart-wrapper .quickview-cart ul .cart-item-info small,
    .desktop-cart-wrapper1 .quickview-cart ul .cart-item-info small {
        display: block;
        margin-bottom: 3px;
        display: inline-block;
        font-size: 12px !important;
    }
    
    .desktop-cart-wrapper .quickview-cart ul .cart-item-price-quantity span,
    .desktop-cart-wrapper1 .quickview-cart ul .cart-item-price-quantity span {
        display: block;
        color: #000000;
        margin-bottom: 3px;
    }
    
    .desktop-cart-wrapper .quickview-cart .qv-cart-total,
    .desktop-cart-wrapper1 .quickview-cart .qv-cart-total {
        border-radius: 8px;
        overflow: hidden;
        margin: 5px 0px;
        padding: 5px;
        width: 100%;
        display: block;
        background: #f7f7f7;
        color: #000000;
    }
    
    .desktop-cart-wrapper .quickview-cart .quickview-cartactions a,
    .desktop-cart-wrapper1 .quickview-cart .quickview-cartactions a {
        border-radius: 8px;
        overflow: hidden;
        display: inline-block;
        width: 48%;
        text-align: center;
        padding: 5px 10px;
        font-weight: bold !important;
        letter-spacing: 1.3px !important;
    }
    
    .desktop-cart-wrapper .quickview-cart .quickview-cartactions a:first-child,
    .desktop-cart-wrapper1 .quickview-cart .quickview-cartactions a:first-child {
        float: left;
        color: #cf2027;
        border: 1px solid #cf2027;
    }
    
    .desktop-cart-wrapper .quickview-cart .quickview-cartactions a:last-child,
    .desktop-cart-wrapper1 .quickview-cart .quickview-cartactions a:last-child {
        float: right;
        color: #fff;
        border: 1px solid #cf2027;
        background: #cf2027;
    }
    
    .mobile-header .hd-btnMenu {
        display: inline-block;
        display: flex;
        align-items: center;
        margin-left: 15px;
    }
    
    .mobile-header .hd-btnMenu>a {
        display: inline-block;
        color: #ffffff;
        padding: 3px 0px;
        margin: 0px;
        font-size: 24px;
    }
    
    .mobile-header .hd-btnMenu>a span {
        display: inline-block;
        color: #ffffff;
        transform: translateY(-5px);
        font-size: 14px;
        letter-spacing: 1px;
    }
    
    .sidenav {
        height: 100%;
        width: 300px;
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        background: rgba(207, 32, 39, 0.7);
        overflow-x: hidden;
        transition: 0.5s;
        border-left: 1px solid #e9e9e9;
        transform: translateX(320px);
    }
    
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
        display: none;
    }
    
    .sidenav .nav_header {
        text-align: right;
        height: 65px;
        border-bottom: 0px;
        padding: 0px 15px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    .sidenav .nav_header .icon-exit {
        color: #ffffff;
        background: transparent;
        outline: 0px;
        border: 0px;
        border-radius: 0px;
        padding-right: 0px;
    }
    
    .sidenav .nav_header .icon-exit span {
        display: inline-block;
        margin-right: 5px;
        transform: translateY(-5px);
    }
    
    .sidenav .nav_header .icon-exit i {
        font-size: 24px;
    }
    
    .sidenav ul.mobile-nav {
        padding: 0px;
    }
    
    ul.mobile-nav>li.mobile-nav__item {
        padding: 0px;
        display: block;
        padding: 15px;
        background: rgba(207, 32, 39, 0);
        border-left: 3px solid transparent;
    }
    
    ul.mobile-nav>li.mobile-nav__items {
        padding: 0px;
        display: block;
        padding: 15px;
        background: rgba(207, 32, 39, 0);
        border-left: 3px solid transparent;
    }
    
    ul.mobile-nav>li.mobile-nav__item:hover {
        background: #cf2027;
        border-left: 3px solid #ffd596;
    }
    
    ul.mobile-nav>li.mobile-nav__items:hover {
        background: #cf2027;
        border-left: 3px solid #ffd596;
    }
    
    ul.mobile-nav>li.mobile-nav__search {
        padding: 15px !important;
        padding: 0px;
        display: block;
        padding: 15px;
        background: rgba(207, 32, 39, 0);
        border-left: 3px solid transparent;
    }
    
    ul.mobile-nav>li.mobile-nav__search .search_form {
        border-radius: 8px;
        overflow: hidden;
        position: relative;
        display: table;
        border-collapse: separate;
    }
    
    ul.mobile-nav>li.mobile-nav__search .search_form input {
        height: 34px;
        line-height: 34px;
        padding: 0px 15px;
        border-radius: 0px;
        border: 0px;
        outline: 0px;
        width: 100%;
        background: #fff;
        font-size: 16px;
    }
    
    .input-group-btn {
        position: relative;
        white-space: nowrap;
        width: 1%;
        padding: 0;
    }
    
    ul.mobile-nav>li.mobile-nav__search .search_form button {
        height: 34px;
        width: 34px;
        line-height: 34px;
        padding: 0px;
        border-radius: 0px;
        border: 0px;
        outline: 0px;
        background: #fff;
        color: #cf2027;
    }
    
    ul.mobile-nav>li.mobile-nav__item>.mobile-nav__has-sublist {
        display: inline-block;
        position: relative;
        padding: 0px;
        color: #ffffff;
        font-size: 12px;
    }
    
    ul.mobile-nav>li.mobile-nav__items>.mobile-nav__has-sublist {
        display: inline-block;
        position: relative;
        padding: 0px;
        width: 100%;
        color: #ffffff;
        font-size: 12px;
    }
    
    ul.mobile-nav>li.mobile-nav__item::after {
        content: '\002B';
        color: #fff;
        font-size: 20px;
        float: right;
        margin-left: 5px;
        transform: translateY(-10px);
    }
    
    ul.mobile-nav>li.active::after {
        content: "\2212";
        color: #fff;
        font-size: 20px;
        float: right;
        margin-left: 5px;
        transform: translateY(-8px);
    }
    
    .drop__beat {
        overflow: hidden;
        display: none;
        background: #cf2027;
        border-left: 3px solid #ffd596;
    }
    
    .drop__beat>.mobile-nav__sublist {
        padding: 0px 15px 15px 30px;
    }
    
    .drop__beat>.mobile-nav__sublist>.mobile-nav__item:first-child {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    
    .drop__beat>.mobile-nav__sublist>.mobile-nav__item {
        padding: 15px 0;
    }
     .drop__beat>.mobile-nav__sublist>.mobile-nav__items {
        padding: 15px 0;
    }
    
    .drop__beat>.mobile-nav__sublist>.mobile-nav__item::after {
        content: '\002B';
        color: #fff;
        font-size: 20px;
        float: right;
        margin-left: 5px;
        transform: translateY(-10px);
    }
    
    .drop__beat.mobile-nav__sublist>.mobile-nav__item .choose::after {
        content: "\2212";
        color: #fff;
        font-size: 20px;
        float: right;
        margin-left: 5px;
        transform: translateY(-8px);
    }
    
    .drop__beat>.mobile-nav__sublist>.mobile-nav__item>a {
        display: inline-block;
        width: auto !important;
        padding: 0px;
        color: #ffffff;
    }
    
    .drop__beat>.mobile-nav__sublist>.mobile-nav__items>a {
        display: inline-block;
        width: auto !important;
        padding: 0px;
        color: #ffffff;
    }
    
    .drop__beat1 {
        overflow: hidden;
        background: #cf2027;
        display: none;
        padding-left: 15px;
    }
    
    .drop__beat1>.mobile-nav__sublist {
        padding: 0;
    }
    
    .drop__beat1>.mobile-nav__sublist>.mobile-nav__item:first-child {
        padding-bottom: 15px;
    }
    
    .drop__beat1>.mobile-nav__sublist>.mobile-nav__item {
        padding: 15px 0;
    }
    
    .drop__beat1>.mobile-nav__sublist>.mobile-nav__item>a {
        display: inline-block;
        width: auto !important;
        padding: 0px;
        color: #ffffff;
    }
    
    .mobile-header {
        display: none;
    }
    
    @media (max-width: 768px) {
        .pc-header {
            display: none;
        }
        .mobile-header {
            display: block !important;
        }
    }
    
    .footer-content {
    border-bottom: solid 1px #e6e6e6;
    padding: 30px 0px;
    background: #cf2027;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: normal !important;
}

.footer-content a {
    color: #ffffff;
}

.ft-contact {
    margin-bottom: 50px;
}

@media (max-width:768px) {
    .ft-contact {
        margin-bottom: 30px
    }
    .footer-content {
        padding: 50px 0px 0px 0px !important;
    }
}

.ft-contact>a>img {
    width: 40%;
}

.ft-contact .ft-contact-desc {
    padding-bottom: 15px;
}

.ft-contact>div {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.ft-contact-icon {
    display: inline-block;
    float: left;
    color: #ffffff;
    font-size: 18px;
}

.ft-contact-detail {
    padding-left: 15px;
}

.ft-contact-detail a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ft-contact-detail>a:hover {
    color: #ffd596;
}

.footer-letter {
    margin-bottom: 20px;
}

.footer-content h3.ft-title {
    position: relative;
    margin: 0px 0px 15px 0px;
    font-size: 19px;
    color: #ffffff;
    font-weight: bold;
}

.footer-content .ft-nav ul {
    padding: 0px;
}

.footer-content .ft-nav ul li {
    margin: 0px;
    padding: 5px 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.footer-letter .input-group input {
    width: calc(100% - 60px);
    float: left;
    border: 1px solid #e6e6e6;
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 3px 0 0 3px;
}

.footer-letter .input-group .input-group-btn {
    width: 60px;
    text-align: center;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    float: left;
    height: 37px;
    line-height: 37px;
}

.footer-letter .input-group .input-group-btn button.btn2 {
    background-color: transparent;
    border: none;
}

.footer-letter .input-group .input-group-btn span {
    color: #fff;
    font-weight: 600;
}

.footer-connect .social {
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    left: 30%;
}

.footer-connect .social a {
    background: #000;
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 29px;
    text-align: center;
}

.footer-connect .social a img {
    width: 16px;
    height: 16px;
}

.app .qr-logo img {
    width: 165px;
    height: 165px;
}

.main-banner .owl-prev img,
.main-banner .owl-next img {
    width: 20px;
    position: absolute;
    top: 50%;
}

.main-banner .owl-prev img {
    left: 0;
}

.main-banner .owl-next img {
    right: 0;
}

@media(max-width:480px){
  .header-top{
    display:none;
  }
}