@import url(https://fonts.googleapis.com/css2?family=Muli:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Kalam&display=swap);

body {
    margin: 0;
    background-color: #fff;
    font-family: "Muli", sans-serif;
    color: #282364;
    font-size: 16px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    font-weight: 400;
}

input,
button,
select,
optgroup,
textarea {
    font-family: "Muli", sans-serif !important;
}

html {
    scroll-behavior: smooth;
}

body.open_menu .menu_mobile {
    opacity: 1;
    visibility: visible;
}

body.open_menu .page_wrap {
    /* transform: translate3d(290px, 0, 0); */
    width: calc(100% - 290px);
}

button:focus,
input:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

a {
    color: #282364;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

a:hover {
    text-decoration: none;
}

.page_wrap {
    background: #fff;
    z-index: 1111;
    position: relative;
    transform: none;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}

#section-static-announcement {
    position: sticky;
    top: 0;
    z-index: 999;
    color: #ffffff;
    background: #0cc26ef2;
    padding: 0 1px;
}

#section-static-announcement .announcement-bar {
    width: 100%;
    height: 32px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    font-weight: 700;
    font-size: 12px;
    display: block;
    padding: 8px 0;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.announcement-bar-loop-2 {
    display: none;
}

.scrolling-1 {
    display: inline-block;
    -webkit-animation: scrolling-left1 60s linear infinite;
    animation: scrolling-left1 60s linear infinite;
}

.scrolling-2 {
    display: inline-block;
    -webkit-animation: scrolling-left2 60s linear infinite;
    animation: scrolling-left2 60s linear infinite;
    animation-delay: 30s;
}

@keyframes scrolling-left1 {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scrolling-left2 {
    0% {
        transform: translateX(10%);
        -webkit-transform: translateX(10%);
    }

    100% {
        transform: translateX(-200%);
        -webkit-transform: translateX(-200%);
    }
}

.layout-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.main_body {
    overflow-x: hidden;
    padding: 0 10px;
    line-height: 1.6;
}

#header {
    background: #fff;
    font-size: 14px;
    top: 0;
    z-index: 99;
    position: sticky;
    top: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.header_container {
    position: relative;
}

/* top bar */
.topbar {
    padding: 15px 0px 0px 0px;
    position: relative;
    z-index: 2;
}

#logo img {
    width: 120px;
    height: auto;
    max-height: 60px;
    object-fit: cover;
}

#logo a {
    display: block;
    font-size: 0;
}

#logo strong {
    position: absolute;
    text-indent: -9999em;
}

#logo.ptv img {
    height: 48px;
    width: auto;
}

#humbuger_icon {
    font-size: 20px;
    position: absolute;
    left: 13px;
    top: 12px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transform: scale(1.3);
}

/* End top bar */

/* Menu */
#nav_main {
    font-size: 18px;
    max-width: 1620px;
    margin: 0 auto;
}

.nav_container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu_mobile {
    position: fixed;
    top: 0;
    z-index: 111;
    height: 100%;
    width: 100%;
    max-width: 290px;
    border-right: solid 1px #edeff3;
    opacity: 0;
    visibility: hidden;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
}

.menu_mobile_inner {
    height: 100%;
    width: 100%;
}

.menu_mobile_header {
    background: #fff;
    margin: 0;
    height: 8%;
    min-height: 60px;
    padding: 0 10px 0 0;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #d6d6d6;
}

.menu_mobile_title {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    color: #19110B;
    line-height: 1;
}

.menu_mobile_back {
    padding: 10px 30px;
    vertical-align: middle;
    display: inline-block;
    font-size: 25px;
    cursor: pointer;
}

.menu_mobile_back i {
    font-size: 16px;
    position: relative;
    top: -4px;
}

.menu_mobile_body {
    height: 92%;
    min-height: calc(100% - 60px);
    -ms-overflow-style: none;
    overflow: auto;
    padding: 0;
    width: auto;
}

.menu_mobile_body html.open_menu_child,
body.open_menu_child .menu_mobile_body {
    overflow-y: inherit;
}

.menu_mobile_lst {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 8px 14px;
}

.menu_mobile_lst li.break {
    border-bottom: solid 1px #e0e0e0;
}

.menu_mobile_lst.menu_mobile_lst--top {
    padding: 15px 0 0;
    border-top: solid 1px #d6d6d6;
}

.menu_mobile_url,
.a_child_lv2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 42px;
    padding: 2px 20px;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    color: #19110B;
    text-transform: uppercase;
    border-radius: 3px;
    width: 100%;
}

.a_child_lv2 {
    font-weight: 600;
}

.menu_mobile_icon {
    margin: 0 10px 0 0;
    min-width: 20px;
    text-align: center;
    display: inline-block;
    font-size: 0;
}

.menu_mobile_icon svg {
    width: 16px;
    height: 16px;
}

.mobile_child_image {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 3px;
}

.menu_mobile_arr {
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 11;
    font-size: 20px;
    min-width: 30px;
    align-items: center;
    justify-content: center;
    display: none;
    transform: rotate(-90deg);
}

.menu_mobile_item.has_child>.menu_mobile_arr {
    display: flex;
}


.menu_mobile__arr {
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 11;
    font-size: 20px;
    min-width: 30px;
    align-items: center;
    justify-content: center;
    display: none;
}

.menu_mobile_item.child_lv2>.menu_mobile__arr {
    display: flex;
}

.menu_mobile_item.child_lv2 .menu_mobile__sub {
    transform: initial;
    border: none;
}

.menu_mobile_item.child_lv2 .menu_mobile__sub .menu_mobile_item {
    background: initial;
}

.menu_mobile_sub {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 290px;
    z-index: 111;
    opacity: 0;
    visibility: hidden;
    border-right: solid 1px #edeff3;
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-290px, 0);
    -moz-transform: translate(-290px, 0);
    transform: translate(-290px, 0);
    height: 100%;
}

.menu_mobile_sub.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

.menu_mobile_sub .menu_mobile_lst {
    flex: 1;
    -webkit-overflow-scrolling: touch;
}

.menu_mobile__sub {
    top: 0;
    left: 0;
    background: #fff;
    width: 290px;
    border-right: solid 1px #edeff3;
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-290px, 0);
    -moz-transform: translate(-290px, 0);
    transform: translate(-290px, 0);
}

.menu_mobile__sub.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

.menu_mobile__sub.open .menu_mobile_lst {
    overflow-y: scroll;
}

.menu_mobile__sub .menu_mobile_lst {
    flex: 1;
    -webkit-overflow-scrolling: touch;
}

.menu_mobile_overlay {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    opacity: 0.2;
    visibility: hidden;
}

.menu_mobile_overlay.open {
    visibility: visible;
    left: 290px;
}

.menu_mobile_overlay i.fa-close {
    content: "\f00d";
    color: #fff;
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 25px;
    transform: scale(1.3);
}

.menu_mobile_inner>.menu_mobile_lst>.menu_mobile_item:nth-child(2) .menu_mobile_url {
    padding-left: 0;
}

.menu_mobile_inner>.menu_mobile_lst>.menu_mobile_item:nth-child(2) .menu_mobile_url::before {
    content: none;
}

.menu_mobile_lst .menu_mobile_lst__header {
    display: none;
}

.menu_mobile_item {
    position: relative;
    display: flex;
    flex-direction: row;
    background: #f4f4f4;
    border-radius: 6px;
    margin-bottom: 8px;
}

.text_list {
    padding-left: 0px !important;
    padding-right: 0px !important;
    column-count: 1;
}

.image_list {
    display: none;
}

.menu_mobile_item.child_lv2 {
    flex-direction: column;
}

.lst_lv2 {
    padding: 8px 0;
}

.lst_lv2 .menu_mobile_item {
    border-radius: initial;
}

.lst_lv2 .a_child_lv2 {
    padding: 4px 14px;
}

.menu_mobile__sub .menu_mobile_item:last-child {
    margin-bottom: 0 !important;
}

.menu_footer img {
    height: auto;
}

.body_lv2 {
    height: 92%;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: calc(100% - 60px);
}

.lst_lv2 {
    overflow: visible;
}

@media (min-width: 992px) {
    .menu_mobile_item {
        flex-direction: row;
        align-items: center;
        background: initial;
        border-radius: initial;
        margin-bottom: 0px;
    }


    .menu_mobile_item.child_lv2 {
        flex-direction: row;
    }

    .menu_mobile_lst {
        padding: 0 !important;
    }

    .menu_mobile_sub>.menu_mobile_lst {
        display: flex !important;
        flex-wrap: wrap;
        align-items: flex-start;
        overflow: auto;
    }

    .menu_mobile_sub>.menu_mobile_lst>.menu_mobile_item {
        flex: 1 auto;
    }

    .menu_mobile__sub>.menu_mobile_lst {
        display: flex !important;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .menu_mobile__sub>.menu_mobile_lst>.menu_mobile_item {
        flex: 1 auto;
    }
}

.menu_mobile_item>.menu_mobile_url {
    position: relative;
}

.menu_mobile_item>.menu_mobile_url::before {
    content: "";
    background: transparent;
    display: block;
    width: 5%;
    height: 2px;
    left: 50%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: rotate(-90deg);
}

.menu_mobile_item>.menu_mobile_url:hover {
    text-decoration: none;
}

.menu_mobile_item.has_child .menu_mobile_arr {
    margin-left: -25px;
    min-width: 25px;
    padding: 0;
}

.menu_mobile_item.has_child .menu_mobile_arr i {
    font-size: 10px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.menu_mobile_item.child_lv2 .menu_mobile__arr {
    margin-left: -25px;
    min-width: 25px;
    padding: 0;
}

.menu_mobile_item.child_lv2 .menu_mobile__arr i {
    font-size: 12px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu_mobile_item.has_child:hover>.menu_mobile_url {
    color: #282364;
}

.menu_mobile_item.has_child:hover .menu_mobile_arr {
    color: #282364;
}

.menu_mobile_item .menu_mobile_arr {
    position: absolute;
    right: -1px;
}

.menu_mobile_item .menu_mobile__arr {
    position: absolute;
    top: inherit;
    right: 5px;
}

.menu_mobile_sub .menu_mobile_lst {
    background: none;
    position: initial;
    top: initial;
    left: initial;
    height: inherit;
    display: block;
    max-width: 1670px;
    margin: 0 auto;
    overflow: inherit;
}

.menu_mobile_sub .menu_mobile_url {
    font-size: 12px;
    min-height: inherit;
    white-space: inherit;
    font-weight: 400;
}

.menu_mobile_sub .menu_mobile_url::before {
    display: none;
}

.menu_mobile_sub.open .menu_mobile_header,
.menu_mobile_sub .menu_mobile_header {
    display: flex;
}

.menu_mobile__sub .menu_mobile_lst {
    background: none;
    position: initial;
    top: initial;
    left: initial;
    height: inherit;
    display: block;
    max-width: 1670px;
    margin: 0 auto;
    overflow: inherit;
}

.menu_mobile__sub .menu_mobile_url {
    font-size: 12px;
    min-height: inherit;
    white-space: inherit;
    font-weight: 400;
}

.menu_mobile__sub .menu_mobile_url::before {
    display: none;
}

.menu_mobile__sub .menu_mobile_header>.menu_mobile_back {
    display: none;
}

.menu_mobile__sub.open .menu_mobile_header,
.menu_mobile__sub .menu_mobile_header {
    display: flex;
}

/* End menu */

/* Search */
.top_search {
    display: none;
    position: relative;
}

.searchBox {
    position: relative;
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    transition: 0.5s;
    overflow: hidden;
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0, 1);
}

.searchBox.active {
    width: 360px;
}

.searchBox .search {
    position: relative;
    min-width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    cursor: pointer;
}

.searchBox .close {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.25em;
    scale: 0;
    transition: 0.5s;
}

.searchBox.active .close {
    scale: 1;
    transition-delay: 0.5s;
}

.searchBox .searchInput {
    position: absolute;
    left: 60px;
    width: calc(100% - 120px);
    height: 100%;
    line-height: 60px;
}

.searchBox .searchInput input {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 1.25em;
}

#top_search_frm .top_search_input {
    padding-right: 60px;
    border-radius: 0;
    box-shadow: none;
    min-height: 35px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    display: flex;
    height: 46px;
    /* border-color: rgba(127, 127, 127, 0.25);
    box-shadow: 0 3px 7px rgba(127, 127, 127, 0.16);
    border-radius: 4px; */
}

#top_search_frm .top_search_btn:focus {
    box-shadow: none;
}

#top_search_frm .top_search_input::-webkit-input-placeholder,
#top_search_frm .top_search_input:-ms-input-placeholder,
#top_search_frm .top_search_input::placeholder {
    color: #e0e0e0;
}

#top_search_frm .top_search_input:focus+.top_search_btn .top_search_icon {
    color: #fff;
}

#top_search_frm .top_search_btn {
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
    border: none;
    padding: 15px 10px;
    height: 45px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    color: #fff;
    background-color: #747474;
    border-radius: 0;
}

#top_search_frm .top_search_icon {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: 30px;
    vertical-align: top;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

#page_product_detail {
    margin-top: 1rem !important;
}

.search_mobile {
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search_mobile_inner {
    background: #fff;
    padding: 0px 0px 10px;
    position: relative;
    z-index: 1;
}

.search_mobile_frm {
    background: #f6f6f9;
    display: flex;
    align-items: center;
    padding: 2px;
    margin: 0 auto;
    max-width: 720px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.input_common.input_common--small {
    min-height: 35px;
}

.search_mobile_input {
    display: block;
    padding: 5px 10px;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    height: auto;
    width: 100%;

    background: transparent;
    border: none;
}

.search_mobile_input::placeholder {
    color: #bbc3d0;
}

.search_mobile_input:hover,
.search_mobile_input:focus,
.search_mobile_submit:hover,
.search_mobile_submit:focus {
    outline: 0;
}

.search_mobile_submit {
    background: transparent;
    border: none;
    padding: 8px;
    color: #d6d6d6;
}

.search_mobile_submit i {
    font-size: 20px;
}

.topbar_col--right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.topbar_btn--cart,
.topbar_btn--cart:hover {
    color: #1d2231;
    position: relative;
    font-size: 34px;
}

.topbar_menu {
    display: flex;
    font-size: 16p;
}

.choice_currency {
    min-width: 70px;
}

.choice_currency .select_wrap .select_common {
    background: transparent;
    font-family: "Muli", sans-serif;
    display: block;
    border: solid 1px #d6d6d6;
    padding: 0 30px 0 10px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    color: #282364;
    position: relative;
    z-index: 1;
    font-weight: 400;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;

    border: none;
    padding: 0 15px 0 5px;
}

.choice_currency .select_wrap.select_common--small {
    height: 35px;
    font-size: 16px;
}

.choice_currency .select_wrap {
    background: #fff;
    position: relative;
    overflow: hidden;
    color: #72849c;
}

.choice_currency .select_wrap i {
    position: absolute;
    top: 10px;
    right: 10px;
}

.topbar_group_btn .cart-badge {
    position: absolute;
    top: 0;
    right: -15px;
    display: block;
    height: 22px;
    min-width: 22px;
    padding: 3px;
    font-size: 0.6875rem;
    line-height: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #27AE60;
    border: 2px solid #fff;
    border-radius: 50%;
}

.topbar_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topbar .topbar_menu {
    font-size: 14px;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    display: none;
}

.topbar .topbar_menu li.nav_item {
    padding: 0 10px;
}

.topbar .topbar_menu li.nav_item:last-child {
    border-right: none;
}

.topbar .topbar_menu li.nav_item a {
    padding: 0;
}

.topbar .topbar_menu li.nav_item a:hover {
    color: #2f80ed;
}

.topbar .topbar_menu li.nav_item::before {
    display: none;
}

.topbar_col--mid {
    display: none;
}

/* footer */
#footer {
    font-family: 'Muli', sans-serif;
    background: initial;
    overflow: hidden;
}

.footer_social {
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}

.footer_social .logo_list {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer_social .logo_list .slash {
    flex-basis: 100%;
    height: 0;
}

.footer_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_logo {
    margin: 0 0 10px 0;
    padding: 0 15px;
    font-size: 0;
    position: relative;
}

.footer_logo a {
    display: inline-block;
    font-size: 0;
    height: 35px;
}

.footer_logo img {
    height: 100%;
    padding-left: 0;
}

.footer_col {
    margin-bottom: 2rem;
    color: #8a8a8a;
}

.footer_col_name {
    font-size: 15px;
    margin: 0 auto 15px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    max-width: 160px;
}

.footer_col_body {
    line-height: 22px;
    font-size: 14px;
}

.footer_menu_item {
    margin: 0;
    word-break: break-word;
    color: #7e7e7e;
    font-size: 12px;
    width: 160px;
    margin: 0 auto;
}

.footer_menu_item a {
    color: #8a8a8a;
    display: block;
    padding: 4px 0;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 500;
}

.footer_menu_item a:hover {
    color: #2f80ed;
    text-decoration: none;
}

.footer_app_btn {
    display: flex;
    justify-content: space-between;
}

.footer_app_btn a:hover {
    opacity: 0.7;
}

.footer_bottom {
    text-align: center;
}

.footer_bottom_col {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
    justify-content: center;
}

.footer_bottom_col:last-child {
    margin-bottom: 0;
}

.footer_pay_card {
    font-size: 30px;
}

.footer_power_by {
    font-size: 0;
    display: inline-block;
    width: 75px;
}

.footer_bottom_col--social .social_item i {
    font-size: 30px;
}

i.fa-facebook-official {
    color: #3aa7fc;
}

.footer_power_by i {
    width: 100%;
    height: 100%;
}

.payment_logos {
    margin: 0;
    padding: 5px 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.payment_logos li {
    display: inline-block;
    padding: 0 5px;
    max-width: 70px;
}

.payment_logos li.payment_logos--paypal {
    color: #349cdf;
}

.payment_logos li.payment_logos--visa {
    color: #293688;
}

.payment_logos li.payment_logos--master {
    color: #f66402;
}

.payment_logos li.payment_logos--dc {
    color: #595a5b;
}

.payment_logos li.payment_logos--ae {
    color: #318fe0;
}

.fanpage {
    margin: 0 0 15px;
}

.copyright {
    text-align: center;
    padding: 16px 0;
    font-size: 14px;
    color: #8a8a8a;
    border-top: 1px solid #dcd7d7;
}

.copyright p {
    margin: 0;
}

#subcribe {
    color: #282364;
    padding: 0;
}

.subcribe_header {
    margin: 0 0 15px;
}

.subcribe_title {
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 400;
    color: #5c5c5c;
    text-transform: uppercase;
}

.subcribe_form {
    margin: 0 0 15px;
    display: flex;
}

.subcribe_form_inner {
    position: relative;
    flex: 1;
}

.subcribe_input {
    flex: 1;
    border-radius: 0;
}

.subcribe_text {
    margin: 0;
}

.subcribe_btn {
    min-width: 80px;
    border-radius: 0;
}

.tool-container {
    position: fixed;
    z-index: 9999;
    right: 5%;
    bottom: 12%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    overflow: hidden;
    border-radius: 32px;
}

.back_to_top {
    position: fixed;
    z-index: 9999;
    right: calc(50% - 25px);
    bottom: calc(12% + 5px);
    background: #fff;
    width: 50px;
    height: 50px;
    border: solid 2px #282364;
    color: #282364;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

.tool-container .hidden-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateY(420px);
    opacity: 0;
}

.tool-container .hidden-content.show {
    transform: translateY(0px);
    opacity: 1;
}

.tool-container .hotline {
    background: #282364;
    width: 60px;
    height: 60px;
    border: none;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 35px;
}

.tool-container .hotline:not(.telegram, .gmail, .massage) {
    position: relative;
    z-index: 1;
}

.hotline.active {
    background: #fff;
    color: #282364;
    border: 1px solid #282364;
}

.tool-container .hotline.telegram,
.tool-container .hotline.gmail,
.tool-container .hotline.massage {
    font-size: 28px;
}

.tool-container .hotline.telegram {
    background: #27a6e5;
    color: #fff;
}

.tool-container .hotline.telegram:active {
    background: #fff;
    color: #27a6e5;
    border: 1px solid #27a6e5;
}

.tool-container .hotline.gmail {
    background: #df443c;
    color: #fff;
}

.tool-container .hotline.gmail:active {
    background: #fff;
    color: #df443c;
    border: 1px solid #df443c;
}

.tool-container .hotline.massage {
    background: #0A7CFF;
    color: #fff;
}

.tool-container .hotline.massage:active {
    background: #fff;
    color: #0A7CFF;
    border: 1px solid #0A7CFF;
}

.back_to_top:hover {
    text-decoration: none;
    border-color: #2f80ed;
    color: #2f80ed;
}

.back_to_top i {
    display: inline-block;
    width: 12px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.back_to_top.active {
    opacity: 1;
    visibility: visible;
}

#fb-root iframe {
    margin: 0 !important;
    left: initial !important;
    right: 5% !important;
    bottom: calc(10% + 72px) !important;
    display: none !important;
}

#fb-root iframe.show {
    display: block !important;
}

.subcribe_btn {
    min-width: 125px;
    color: #fff;
    background-color: #0cc26e;
    border: 1px solid #0cc26e;
}

.a_child_lv2,
.a_child_lv3 {
    color: #5c5c5c;
}

.home_page_btn {
    background: #2f80ed;
}

.happy_customer_btn {
    background: #0cc26e;
}

.contact_btn {
    background: #f66402;
}

.home_page_btn a,
.home_page_btn a:hover,
.contact_btn a,
.contact_btn a:hover,
.happy_customer_btn a,
.happy_customer_btn a:hover {
    color: #fff;
}

.modal .modal-dialog .modal-body {
    max-height: 520px;
    overflow-y: scroll;
}

@media (max-width: 991px) {
    .breadcrumb_container {
        display: none;
    }

    .product-media-holder {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }
}

@media (min-width: 768px) {
    #humbuger_icon {
        left: 0;
    }

    #logo img {
        width: 140px;
    }
}

@media (min-width: 992px) {
    #logo img {
        width: 210px;
    }

    .home_page_btn,
    .contact_btn,
    .happy_customer_btn {
        background: initial;
    }

    .body_lv2 {
        height: initial;
        min-height: initial;
        overflow: initial;
    }

    .home_page_btn a,
    .contact_btn a,
    .happy_customer_btn a {
        color: #19110B;
    }

    .menu_mobile_inner {
        overflow-y: auto;
    }

    .page_main {
        min-height: 500px;
        position: relative;
        z-index: 9;
    }

    #header {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
        color: #1d2231;
        background-color: #fff;
        transition: top 0.15s cubic-bezier(0.3, 0, 0, 1);
    }

    #humbuger_icon {
        display: none;
    }

    .header_container {
        display: block;
    }

    .topbar {
        padding: .75rem 0 .5rem;
    }

    .topbar_col--left {
        padding-left: 0;
    }

    .topbar_col--right {
        padding-right: 4px;
    }

    .topbar_col--mid {
        display: block;
        padding: 0 4px;
    }

    .top_search {
        display: block;
    }

    /* PTV */
    .top_search.ptv .input-group {
        border: 2px solid #27AE60;
        border-radius: 25px;
        padding: 0 1rem;
    }

    .top_search.ptv .input-group input {
        height: 50px;
        background: initial;
        border: none;
        font-size: 16px;
    }

    .top_search.ptv .input-group .input-group-append {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        padding: 0 .75rem;
    }

    .top_search.ptv .input-group .input-group-append button {
        width: 100%;
        height: 100%;
        border: none;
        background: initial;
    }

    .topbar_group_btn.ptv .currency {
        min-width: 70px;
    }

    .topbar_group_btn {
        position: relative;
        color: #fff;
        text-align: right;
        height: 46px;
        z-index: 1;
    }

    .choice_currency {
        min-width: 100px;
    }

    .choice_currency .select_wrap select.select_common {
        border: solid 1px #d6d6d6;
        padding: 0 30px 0 10px;
    }

    .topbar .topbar_menu {
        font-size: 16px;
        display: flex;
    }

    .search_mobile {
        display: none;
    }

    /* Menu */
    .menu_mobile {
        position: inherit;
        opacity: 1;
        visibility: visible;
        max-width: inherit;
        border: none;
    }

    .menu_mobile_overlay.open {
        visibility: hidden;
    }

    .menu_mobile_body {
        overflow: visible;
        position: relative;
        padding: 0;
        width: auto;
    }

    .menu_mobile_lst {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    /* .menu_mobile_lst.ptv {
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: start;
    } */

    .menu_mobile_item {
        position: static;
        display: flex;
        align-items: center;
        float: left;
    }

    .menu_mobile_sub .menu_mobile_item {
        width: calc(100% / 1);
        max-width: calc(100% / 1);
        vertical-align: top;
        flex-direction: column;
        display: flex;
        align-items: start;
    }

    .menu_mobile__sub .menu_mobile_item {
        width: calc(100% / 1);
        max-width: calc(100% / 1);
        vertical-align: top;
        flex-direction: column;
        display: flex;
        align-items: flex-start;
    }

    .menu_mobile_item>.menu_mobile_url {
        display: flex;
        position: relative;
        padding: 1rem;
        line-height: 1;
        color: #6e6e6e;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
        font-family: 'Muli', sans-serif;
        text-transform: inherit;
    }

    .menu_mobile_item>.menu_mobile_url:hover {
        color: #333;
    }

    .menu_mobile_item>.menu_mobile_url:hover::before {
        background: #333;
        opacity: 1;
        visibility: visible;
        width: 100%;
    }

    .menu_mobile_item>.menu_mobile_url::before {
        content: "";
        background: transparent;
        display: block;
        width: 5%;
        height: 2px;
        left: 50%;
        position: absolute;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .menu_mobile_item.has_child .menu_mobile_arr {
        color: #6e6e6e;
        position: relative;
        margin-left: -20px;
        min-width: 25px;
        padding: 0;
        transform: initial;
    }

    .menu_mobile_item.has_child:hover .menu_mobile_arr i {
        color: #333;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .menu_mobile_item.has_child:hover .menu_mobile_sub {
        opacity: 1;
        visibility: visible;
    }

    .menu_mobile_item.child_lv2 .menu_mobile__arr {
        display: none;
    }

    .menu_mobile_item.child_lv2:hover .menu_mobile__arr i {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .menu_mobile_item.child_lv2:hover .menu_mobile__sub {
        opacity: 1;
        visibility: visible;
    }

    .menu_mobile_sub {
        border-radius: 10px;
        background: #fffffff5;
        padding: 18px 30px 20px;
        position: absolute;
        width: 92%;
        border: none;
        top: 50px;
        left: 4%;
        transform: initial;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        display: block;
        z-index: 9999;
        height: initial;
    }

    .menu_mobile__sub {
        border: none;
        transform: inherit;
        width: initial;
        background: initial;
    }

    .menu_mobile_lst.menu_mobile_lst--top {
        display: none;
    }

    /*footer*/
    .footer_bottom_col {
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .footer_bottom_col--social {
        justify-content: flex-start;
    }

    .footer_bottom_col--mid {
        justify-content: center;
    }

    .footer_bottom_col--right {
        justify-content: flex-end;
    }

    .menu_mobile_inner {
        overflow-y: visible;
    }

    .a_child_lv2,
    .a_child_lv3 {
        padding: 6px 0px;
        width: initial;
        color: #5c5c5c !important;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1px;
        font-family: 'Muli', sans-serif;
    }

    .a_child_lv3 {
        padding: 2px 0px;
        font-weight: 400;
        font-size: 13px;
    }

    .a_child_lv2:hover,
    .a_child_lv3:hover {
        color: #333;
    }

    .menu_mobile_header {
        display: none !important;
    }

    .text_list {
        column-count: 2;
        column-fill: balance;
        padding-left: 15px;
        padding-right: 15px;
    }

    .text_list .child_lv2 {
        break-inside: avoid-column;
    }

    .image_list {
        display: flex;
    }

    .image_list .col-4,
    .image_list .col-6,
    .image_list .col-12 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .image_list img {
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .mobile_child_image {
        display: none;
    }

    .menu_mobile_sub.open {
        height: initial;
    }

    .menu_footer {
        display: none;
    }

    .lst_lv2 .a_child_lv2 {
        text-transform: initial;
        min-height: initial;
        padding: 6px 0px;
    }
}

/* Container custom for layout */
@media (min-width: 576px) {
    .layout-container {
        max-width: 540px;
    }

    .main_body {
        padding: 0;
    }

    .modal .modal-dialog {
        margin: 7.25rem auto 0;
    }
}

@media (min-width: 768px) {
    .layout-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .layout-container {
        width: 100%;
        max-width: 1024px !important;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 100%;
        max-width: 1024px !important;
    }

    .page_main {
        overflow: initial;
    }
}

@media (min-width: 1200px) {
    .layout-container {
        width: 100%;
        max-width: 1248px !important;
    }

    .layout-full-width {
        max-width: 1620px !important;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 100%;
        max-width: 1248px !important;
    }
}

@media (min-width: 1440px) {
    .menu_mobile_sub {
        width: 100%;
        left: 0%;
    }

    .layout-container {
        width: 100%;
        max-width: 1460px !important;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 100%;
        max-width: 1460px !important;
    }
}

/* ---------------- layout update ------------------- */

.slideshow-banner {
    margin-left: -10px;
    margin-right: -10px;
}

.slideshow-banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 720px) {
    .announcement-bar-text-mobile {
        display: none;
    }
}

.highlights_banners {
    background-color: #f8f8f8;
    margin-left: -10px;
    margin-right: -10px;
}

.highlights-banners {
    position: relative;
    display: flex;
    justify-content: center;
    outline: 0;
}

.highlights-banners-block {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    color: #4c5154;
    text-decoration: none;
}

.highlight-banners-count-4 .highlights-banners-block {
    width: 15.625rem;
}

.highlights-banners-block {
    color: #4d4d4d;
}

.highlights-banners-icon {
    color: #4d4d4d;
}

.highlights-banners-icon {
    width: auto;
    max-width: 35%;
    height: 2.25rem;
    flex: 1 0 auto;
    margin-right: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}

.highlights-banners-text {
    font-size: 0.875rem;
    width: calc(100% - 1.875rem);
    min-width: 0;
    padding-right: 20px;
    line-height: 1.4;
}

.highlights-banners-heading {
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0em;
}

@media screen and (min-width: 576px) {
    .footer_social .logo_list {
        width: 100%;
        max-width: 460px;
    }
}

@media screen and (min-width: 768px) {
    .footer_social {
        padding-top: 0;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid #dcd7d7;
        height: 69px;
        overflow: hidden;
    }

    .footer_social .logo_list {
        margin: -11px auto 0;
        max-width: 700px;
    }

    .footer_social .logo_list .slash {
        width: 2px;
        height: 36px;
        background-color: #dcd7d7;
        flex-basis: initial;
    }

    .footer_col {
        margin-bottom: 3rem;
    }
}

@media screen and (min-width: 992px) {
    .footer_social .logo_list {
        max-width: 800px;
    }
}

@media screen and (min-width: 1024px) {
    .highlights-banners {
        height: auto;
        padding-top: 36px;
        padding-bottom: 30px;
    }

    .highlight-banners-count-4 .highlights-banners-block {
        width: 25%;
    }

    .highlights-banners-icon {
        height: 2.875rem;
    }

    .highlights-banners-text {
        font-size: 1rem;
    }

    .footer_social .logo_list {
        max-width: 860px;
    }
}

@media screen and (min-width: 1200px) {
    .footer_social .logo_list {
        max-width: 1024px;
    }
}

@media screen and (max-width: 767.9px) {
    .highlights-banners {
        position: relative;
        display: inline-flex;
        justify-content: center;
        outline: 0;
        padding: 15px 10px 0 10px;
    }

    .highlights-banners-container {
        overflow-x: auto;
    }

    .highlights-banners-icon {
        height: 3.25rem;
    }

    .topbar_btn--cart,
    .topbar_btn--cart:hover {
        color: #1d2231;
        position: relative;
        font-size: 28px;
    }

    .topbar_group_btn {
        text-align: right;
        margin-right: 15px;
    }

    .search_mobile_submit {
        color: #0cc26e;
    }

    .home-block-container {
        overflow: hidden;
    }
}

@media screen and (max-width: 991.9px) {
    #logo {
        position: relative;
        padding-left: 40px;
    }
}

.logo_list img {
    width: 100%;
    height: auto;
}

.perfect-fit-guarantee-wrapper {
    position: relative;
    background-color: #f4efff;
    margin-top: 8vw;
}

.haru-waves {
    position: absolute;
    top: -6vw;
    left: 0px;
    width: 100%;
    height: 6vw;
    min-height: 30px;
    max-height: 160px;
}

.haru-waves-parallax>use:nth-child(1) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}

.haru-waves-parallax>use:nth-child(2) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.haru-waves-parallax>use {
    -webkit-animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

@keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0);
    }
}

.home-about-sell-wrapper {
    position: relative;
    overflow: visible;
}

.home-about-sell-wrapper::after {
    content: '';
    position: absolute;
    width: 50vw;
    background-color: rgb(205 202 255 / 30%);
    border-radius: 100%;
    height: 50vw;
    bottom: -10vw;
    right: -10vw;
    z-index: -1;
    max-width: 600px;
    max-height: 600px;
}

.home-about-sell-wrapper .image-bg {
    position: absolute;
    top: -10vh;
    left: -20vw;
    z-index: -1;
}

.home-about-sell-wrapper img {
    max-width: 100%;
    object-fit: contain;
    border: none;
    display: block;
}

.home-about-sell-wrapper .product-highlight {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.home-about-sell-wrapper .home-about-us-image {
    flex: 0 0 50%;
    width: 100%;
}

.home-about-sell-wrapper .content {
    position: relative;
    width: 100%;
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home-about-sell-wrapper .content:before {
    content: '';
    position: absolute;
    width: 45px;
    background-color: #a1cdff;
    border-radius: 100%;
    height: 45px;
    top: -45px;
    left: 30%;
    z-index: 1;
}

.home-about-sell-wrapper .h1-title {
    position: relative;
    width: fit-content;
    margin: 0 auto 16px;
    color: #444;
    font-size: calc(29px + (39 - 29) * ((100vw - 300px)/(1920 - 300)));
    line-height: calc(31px + (43 - 31) * ((100vw - 300px)/(1920 - 300)));
    margin-block-start: 0;
    margin-block-end: 14px;
    text-align: center;
}

.home-about-sell-wrapper .h1-title span {
    display: block;
    color: #11b196;
    font-weight: 600;
}

.home-about-sell-wrapper .h1-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 15px;
    background: linear-gradient(101.31deg, #b1f1b3 2.11%, #f3eec2 105.05%);
    z-index: -1;
}

.home-about-sell-wrapper .p-description {
    line-height: 1.8;
    font-size: 16px;
    color: #7e7e7e;
    font-weight: 400;
    text-align: center;
}

.home-about-sell-wrapper .text-list {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
}

.home-about-sell-wrapper .text-item {
    display: flex;
    margin-bottom: 15px;
    position: relative;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #444;
}

.home-about-sell-wrapper .text-item .check {
    content: '✔';
    display: inline-block;
    border-radius: 50%;
    background-color: #e2f5f2;
    color: #11b196;
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    min-width: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

@media (min-width: 768px) {
    .home-about-sell-wrapper .product-highlight {
        flex-direction: row;
    }

    .home-about-sell-wrapper .home-about-us-image {
        width: 50%;
    }

    .home-about-sell-wrapper .content {
        width: 50%;
        padding: 3rem 4rem;
    }

    .home-about-sell-wrapper .h1-title,
    .home-about-sell-wrapper .p-description {
        text-align: left;
    }

    .home-about-sell-wrapper .text-list {
        margin: 0;
        margin-left: 32px;
    }
}