/*
Theme Name: Tiki Child
Description: Design by Nguyen Manh Phuc
Author: manhphucofficial@gmail.com
Auhor Url: https://hoccodetot.com
Template: tiki
Version: 1
*/


/*************** ADD CUSTOM CSS HERE.   ***************/


/* Fonts */

@font-face {
    font-family: 'manhphucbold';
    src: url('https://5625f6.claudeassets.com/20250520062322im_/https://bienhoagear.com/wp-content/themes/manhphuc/tiki/assets/fonts/manhphuc/manhphucbold.eot');
    src: local('manhphucbold'), url('https://b94304.claudeassets.com/20250520062322im_/https://bienhoagear.com/wp-content/themes/manhphuc/tiki/assets/fonts/manhphuc/manhphucbold.woff') format('woff'), url('https://a5984c.claudeassets.com/20250520062322im_/https://bienhoagear.com/wp-content/themes/manhphuc/tiki/assets/fonts/manhphuc/manhphucbold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Conv_Quicksand-Bold;
    src: url(https://d3541d.claudeassets.com/20250520062322im_/https://bienhoagear.com/wp-content/themes/manhphuc/tiki-child/news-fonts/Quicksand-Bold.woff);
}

@font-face {
    font-family: Conv_Quicksand-Medium;
    src: url(https://5dbd9f.claudeassets.com/20250520062322im_/https://bienhoagear.com/wp-content/themes/manhphuc/tiki-child/news-fonts/Quicksand-Medium.woff);
}

@font-face {
    font-family: 'manhphuc';
    src: url('https://30f738.claudeassets.com/20250520062322im_/https://bienhoagear.com/wp-content/themes/manhphuc/tiki/assets/fonts/manhphuc/manhphuc.eot');
    src: local('manhphuc'), url('https://446a1a.claudeassets.com/20250520062322im_/https://bienhoagear.com/wp-content/themes/manhphuc/tiki/assets/fonts/manhphuc/manhphuc.woff') format('woff'), url('https://5d67e9.claudeassets.com/20250520062322im_/https://bienhoagear.com/wp-content/themes/manhphuc/tiki/assets/fonts/manhphuc/manhphuc.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@import url(https://2f25d6.claudeassets.com/20250520062322cs_/https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,300italic,300&subset=latin,vietnamese);
@import url(https://b0ac70.claudeassets.com/20250520062322cs_/https://fonts.googleapis.com/css?family=Raleway:400,500,600,700);
body {
    color: black !important;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    font-family: Roboto, sans-serif !important;
}

a {
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
th, td{
	font-size: 13px;
}
label, legend{
	font-size: 13px;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select2-container .select2-choice, .select2-container .select2-selection{
	font-size: 13px;
}
/** mega menu */


/*======== DESIGN BY MANHPHUC ========*/


/*TOP MENU*/

.header-top {
    background-color: #e35325 !important;
}

#wide-nav>.flex-row>.flex-left {
    width: 19%;
    min-width: 235px;
    -right: 2px;
}

#mega-menu-wrap {
    width: 100%;
    position: relative;
    background: 189eff;
}

#mega-menu-title {
    padding: 10px 0 10px 15px;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    background: #f65a29;
    border-radius: 8px 8px 0px 0px;
}

#mega-menu-title i {
    margin-right: 10px;
    float: right;
    margin-top: 5px;
}

#mega_menu {
    position: absolute;
    border-top: none !important;
    top: 100%;
    border-left: none !important;
    margin-top: 5px;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    display: none;
}

#header.header.has-sticky .header-wrapper.stuck #mega_menu {
    margin-top: 0;
}

.top-bar-nav i {
    padding-right: 6px;
}

body.home #mega_menu {
    border-radius: 4px 0 0 4px;
}

ul#mega_menu>li>ul {
    width: 630px;
}

ul#mega_menu>li>ul>li {
    width: 200px;
    float: left;
    display: list-item;
    margin-bottom: 15px;
}

ul.sub-menu {
    border-left: none !important;
}

ul#mega_menu>li>ul>li>ul {
    display: block;
    width: 100%;
}

#mega_menu>li {
    z-index: 8;
    border-top: none;
}

#mega_menu li a {
    padding: 6px 15px;
    display: block;
    font-size: 14px;
    color: #404040;
}

#mega_menu li ul li a {
    padding: 1px 10px;
}

#mega_menu>li.has-child>a:after {
    content: "\f105";
    font-family: FontAwesome;
    float: right;
}

#mega_menu>li>a {
    position: relative;
    font-weight: bold;
}
#mega_menu>li>a>i{
    margin-right: 5px;
    width: 20px
}
#mega_menu>li>a>img {
    width: 20px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

#mega_menu>li:hover>a {
    background: #fff;
}

#mega_menu li>.toggle {
    display: none;
}

#mega_menu>li>ul.sub-menu {
    position: absolute;
    top: 0px;
    left: 100%;
    background: #fff;
    width: 1005px;
    min-height: 334px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    height: 100%;
}

#mega_menu ul.sub-menu>li>a {
    width: 100%;
}

#mega_menu ul.sub-menu>li:hover>a {
    /*background: #f5f5f5;*/
}

#mega_menu ul.sub-menu li a,
#mega_menu>li:hover>ul.sub-menu {
    display: block;
}

#header.header.has-sticky .header-wrapper.stuck #mega_menu:not(.active) {
    display: none;
}

#header.header #mega_menu.active {
    display: block;
    border-radius: 4px 0 0 4px;
}

#mega_menu>li>.menu-image {
    position: absolute;
    left: 100%;
    top: 0px;
    display: none;
    width: 200%;
    background: #fff;
    text-align: right;
}

#mega_menu li a:hover {
    background: #f65a29;
    border-color: #f65a29;
    border-radius: 4px 0 0 4px;
    color: #fff;
    z-index: 2;
}

#mega_menu li a:hover img.icon-menu-manhphuc {
    filter: brightness(0) invert(1);
}

#mega_menu>li>.menu-image>img {
    position: relative;
    z-index: 1;
    max-width: 49%;
    max-height: 330px;
    margin-top: 1px;
}

#mega_menu>li:hover>.menu-image,
#mega_menu>li:hover>ul.sub-menu {
    display: flex;
    align-items: start;
    justify-content: inherit;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-start;
}

#mega_menu>li:hover>ul.sub-menu:before {
    content: "";
    background: 0 0;
    position: absolute;
    top: -1px;
    bottom: 0;
    width: 15px;
    left: -15px
}

#mega_menu ul.sub-menu>li {
    position: relative;
}

#mega_menu ul.sub-menu>li>.menu-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    min-height: 240px;
    background: #fff;
    text-align: right;
    display: none;
    z-index: 2
}

#mega_menu ul.sub-menu>li>.menu-image>img {
    width: 100%
}

#mega_menu ul.sub-menu>li:hover>.menu-image {
    display: block;
}

img.icon-menu-manhphuc {
    float: left;
    margin: 2px 2px 0 3px;
    max-width: 21px;
    max-height: 21px;
}


/*======== CSS-BODY ========*/

#wrapper,
#main {
    background-color: #f4f4f4;
}


/*----- HEADER COLUMNS 4 -----*/

.header-bottom {
    background-color: #FFF !important;
}

.header-bg-color,
.header-wrapper {
    background-color: #FFF !important;
}

.manhphuc-col-4-header {
    padding: 0 5px;
    color: white;
}

.full-width .ubermenu-nav,
.container,
.row {
    max-width: 1270px;
}

.row.row-large {
    max-width: 1240px;
    padding: 0;
}

.row.row-small {
    max-width: 1260px;
}

.content-area.manhphuc-checkout>.row.row-main {
    /*max-width: 1260px !important;*/
}

.row.row-collapse {
    max-width: 1240px;
}

a.manhphuc-top-label {
    letter-spacing: .5px;
    font-size: 12px !important;
    color: #fff !important;
    font-weight: 300;
    font-family: sans-serif !important;
    padding: 2px 12px 0px !important;
    line-height: 28px;
    background: rgba(255, 255, 255, .08);
}

a.manhphuc-top-label>img {
    margin: -1px 4px 0px 0px;
}

.nav-dark .nav>li>a {
    letter-spacing: .5px;
    font-size: 12px !important;
    color: #fff !important;
    font-weight: 300;
    font-family: "Conv_Quicksand-Medium" !important;
    padding: 2px 12px 0px !important;
    line-height: 28px;
}

.searchform .button.icon i {
    top: 2px;
}

.mfp-content .mobile-sidebar i.icon-search {
    top: 0;
}

.nav-dark .nav>li>a>img {
    margin: -1px 5px 0px 0px;
}

img.manhphuc-icon-menu-top {
    float: left;
    margin: 2px 2px 0 3px;
    max-width: 19px;
    max-height: 19px;
}

.nav-dark .nav>li>a>i {
    opacity: 1;
    font-size: 18px;
}

a.nav-top-not-logged-in {
    color: white !important;
    font-weight: 300 !important;
    text-transform: unset !important;
}

a.nav-top-not-logged-in:hover {
    background: none !important;
}

a.header-cart-link {
    color: #000 !important;
    font-weight: bold !important;
    text-transform: unset !important;
    border: 2px solid #f65a29;
    padding: 5px 8px !important;
    border-radius: 4px;
    margin-left: 0;
    vertical-align: middle;
}

.header-cart-title span.amount {
    color: currentColor;
    color: #4a4a4a;
    background: #fdd835;
    height: 20px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-left: 9px;
    font-size: 13px;
    padding: 0 6px;
    font-weight: 700;
}

.manhphuc-header-columns-3 {
    color: white;
    font-size: 18px;
}

.manhphuc-header-columns-3>.large-2>.col-inner>.icon-box>.icon-box-text {
    line-height: 16px;
}
.header-inner{
    margin-bottom: 5px;
}
.header-block .form-flat input:not([type="submit"]) {
    color: black !important;
    height: 40px;
    border-radius: 4px;
    background-color: #fff;
    border: 1.5px solid #f65a29;
    box-shadow: 0 1px 2px 0 rgba(98, 98, 98, .5);
}

.header-block .searchform-wrapper.form-flat .flex-col:last-of-type {
    background: #f65a29;
    height: 40px;
    color: #FFF;
    border-radius: 0 4px 4px 0;
}

.box-text {
    height: 125px;
}

.wishlist-icon {
    display: none;
}


/*======== MENU PRIMARY ========*/

.nav-right li.current-dropdown:last-child>.nav-dropdown,
.nav-right li.has-dropdown:hover:last-child>.nav-dropdown {
    right: 0;
}

i.manhphuc-icon-home {
    line-height: 45px;
}

.header:not(.transparent) .header-bottom-nav.nav>li>a:hover,
.header:not(.transparent) .header-bottom-nav.nav>li.active>a {
    background: #feb041;
    color: #744c29;
    line-height: 45px;
}

.nav-spacing-small>li {
    margin: 0;
}

.nav>li>a {
    font-family: Roboto, sans-serif !important;
}

.nav>li>a,
.links>li>a {
    text-transform: unset;
}

.header:not(.transparent) .header-bottom-nav.nav>li>a {
    font-weight: normal;
}

.nav-dropdown-default {
    padding: 5px 0px 5px 0px;
}

.nav-dropdown {
    position: absolute;
    min-width: 260px;
    max-height: 0;
    z-index: 9;
    padding: 10px 0 10px;
    opacity: 0;
    margin: 0;
    transition: opacity .25s;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    border: none;
    color: #151515;
    background-color: #fff;
    text-align: left;
    display: table;
    left: -99999px;
}

.nav-dropdown .nav-dropdown-col .menu-item-has-children a {
    text-transform: none;
}

.nav-dropdown .nav-dropdown-col .menu-item-has-children {
    padding-left: 10px;
}

.nav-dropdown .nav-dropdown-col .menu-item-has-children>a {
    color: #000000d8;
}

.header-bottom-nav>li>a {
    line-height: 45px !important;
}

.nav>li>a:hover,
.nav>li.active>a,
.nav>li.current>a,
.nav>li>a.active,
.nav>li>a.current,
,
.nav-column li.active>a,
.nav-dropdown>li>a:hover,
.nav-column li>a:hover {
    background: #feb041;
}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    margin: 0;
    font-size: 13px;
}

.nav-column li>a,
.nav-dropdown>li>a {
    padding: 10px 0px;
}

.nav-column li.active>a {
    background: none;
}

.nav-dropdown li.active>a {
    background: none;
}

li.current-dropdown>.nav-dropdown ul li a {
    font-size: 13px;
}

.nav-dropdown.nav-dropdown-default>li>a {
    padding-left: 10px;
    padding-right: 10px;
}

li.current-dropdown>.nav-dropdown ul li a:hover {
    background: #feb041;
    border-radius: 4px;
}

ul.mobile-nav>li.nav-icon>a {
    background: none;
    color: #000;
    font-weight: bold;
    font-size: 15px;
}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: none;
    font-style: 12px;
}

li.current-dropdown>.nav-dropdown {
    border-radius: 4px;
}

.nav>li>a:hover,
.nav>li.active>a,
.nav>li.current>a,
.nav>li>a.active,
.nav>li>a.current,
.nav-dropdown>li>a:hover,
.nav-column li>a:hover {
    background: #f65a29;
    color: white !important;
}

.nav-dropdown>li.nav-dropdown-col,
.nav-dropdown>li.image-column {
    border-right: 1px solid #00000008;
    padding: 0 5px;
}

.nav-dropdown>li>a:hover {
    border-radius: 4px;
}

.nav-dropdown.nav-dropdown-default>li {
    padding: 0 5px;
}

.nav>li>a:hover,
.nav>li.active>a,
.nav>li.current>a,
.nav>li>a.active,
.nav>li>a.current,
.nav-dropdown li.active>a,
.nav-column li.active>a,
.nav-dropdown>li>a:hover,
.nav-column li>a:hover {
    color: black;
}

.nav-dropdown .menu-item-has-children>a,
.nav-dropdown .title>a,
.nav-dropdown .nav-dropdown-col>a {
    color: black;
}

.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}


/**
        @ SIDEBAR MENU LEFT
    **/

li.html.custom.html_topbar_right {
    padding-left: 40px;
}

.off-canvas .nav-vertical>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    text-transform: none;
    font-weight: 300;
    color: white;
}

.sidebar-menu .toggle {
    font-size: 15px;
    margin-right: 15px;
}

.off-canvas-left .mfp-content {
    background-color: #FFF;
}

input,
textarea,
select {
    box-shadow: none !important;
}

.commentlist li img {
    border-radius: 50%;
}

.comment-text.flex-col.flex-grow {
    padding-left: 10px;
}

ul.product_list_widgetins span.amount,
body.single-product .price>span,
body.single-product .price ins span,
.product-small .price>span,
.product-small .price ins span {
    color: #e80000 !important;
    font-size: 110%;
}

.sidebar-menu .secondary {
    background-color: #189eff;
}

.nav-sidebar.nav-vertical>li+li {
    border-top: 1px solid rgba(236, 236, 236, 0.12);
}

.off-canvas .nav-vertical>li>a i {
    color: #feb444;
}

.sidebar-menu .secondary {
    background-color: #feb444;
}

.mfp-content .mobile-sidebar .sidebar-menu .toggle {
    color: #000;
}

.mfp-content .mobile-sidebar .nav-sidebar.nav-vertical>li+li ul.children {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    text-transform: none;
    font-weight: 300;
    color: #000;
}

.mfp-content .mobile-sidebar .nav-sidebar.nav-vertical>li+li ul.children li a {
    color: #000;
}


/*RIGHT*/

.off-canvas-right .mfp-content {
    background-color: #444444;
    color: white;
}

.mfp-content.off-canvas-cart>div#cart-popup>.inner-padding {
    padding: 10px;
}

.mfp-content h4 {
    color: white;
}

.mfp-content .is-divider {
    height: 1px;
    background-color: #2196F3;
}

.mfp-content.off-canvas-cart>div#cart-popup>.inner-padding a {
    font-size: 13px;
    color: white;
}

.mfp-content.off-canvas-cart>div#cart-popup>.inner-padding span.amount {
    color: white;
}

.widget_shopping_cart p.total {
    border-top: 1px solid #ececec24;
    border-bottom: 1px solid #ececec24;
}

a.button.checkout {
    border: none;
}

a.button.wc-forward {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    background: #d7542c;
    color: #fff;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    user-select: none;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 4px;
}

li.woocommerce-mini-cart-item.mini_cart_item a {
    background: none !important;
    border-radius: 4px;
}

li.html.widget_shopping_cart {
    font-size: 13px;
}

.widget_shopping_cart .button {
    width: 45%;
    margin-bottom: 5px;
}

p.woocommerce-mini-cart__buttons.buttons {
    text-align: center;
}


/*LOGIN*/

li.active a.nav-top-not-logged-in {
    background: none !important;
}


/**/


/*.row-large>.col {
    padding: 0;
}*/

.background-white {
    background-color: white;
}

.bd-rd-04 {
    border-radius: 4px;
}


/*SIDEBAR MENU LEFT*/

.manhphuc-width-custom-menu ul li a {
    padding: 10px 15px 10px 15px;
    display: block;
    font-size: 13px;
    color: #404040;
}

.manhphuc-width-custom-menu ul li {
    border-top: none !important;
}

.manhphuc-width-custom-menu ul li a>img.icon-menu-manhphuc {
    top: 12px;
    left: 8px;
    padding-right: 5px;
}

.manhphuc-slider-header-menu {
    padding-top: 5px !important;
}

.manhphuc-width-custom-menu {
    max-width: 19%;
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
    padding: 0 !important;
}

.manhphuc-width-custom-menu ul li a:hover {
    background: #f65a29;
    border-color: #f65a29;
    border-radius: 4px 0 0 4px;
    color: #fff;
    z-index: 2;
}

.manhphuc-width-custom-menu ul li a:hover img.icon-menu-manhphuc {
    filter: brightness(0) invert(1);
}

@media (max-width: 550px) and (min-width: 268px) {
    .mobile-banner-yivic {
        display: none;
    }
    .yivic-moblie-col .small-12 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media screen and (min-width: 316px) {
    .manhphuc-width-custom-menu {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .manhphuc-width-slider {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media screen and (min-width: 900px) {
    .manhphuc-width-custom-menu {
        max-width: 19%;
        -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
    }
    .manhphuc-width-slider {
        max-width: 81%;
        -ms-flex-preferred-size: 81%;
        flex-basis: 81%;
    }
}

.pd-0 {
    padding: 0 !important;
}

.manhphuc-width-custom-menu ul li a:after {
    content: "\f105";
    font-family: FontAwesome;
    float: right;
    margin-right: 15px;
    display: none;
}

.manhphuc-menu-left-primary .widget .toggle {
    display: none;
}

#menu-menu-left>li.has-child>a {
    position: relative;
}

#menu-menu-left>li.has-child>a:before {
    content: "\f105";
    font-family: FontAwesome;
    float: right;
}

#menu-menu-left>li:hover>.menu-image,
#menu-menu-left>li:hover>ul.sub-menu {
    display: flex;
    align-items: start;
    justify-content: inherit;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-start;
}

#menu-menu-left>li>ul.sub-menu {
    position: absolute;
    top: 0px;
    left: 100%;
    background: #fff;
    width: 1005px;
    min-height: 334px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 999;
    height: 100%;
}

#menu-menu-left ul.sub-menu>li {
    position: relative;
}
#menu-menu-left li > .toggle {
    display: none;
}
ul#menu-menu-left > li > ul > li > ul {
    display: block;
    width: 100%;
}
#menu-menu-left ul.sub-menu > li > a {
    width: 100%;
}
ul#menu-menu-left > li > ul > li {
    width: 200px;
    float: left;
    display: list-item;
    padding-top: 8px;
    margin-bottom: 15px;
}
#menu-menu-left li ul li a {
    padding: 1px 10px;
}
#menu-menu-left li a {
    padding: 6px 15px;
    display: block;
    font-size: 14px;
    color: #404040;
    font-family: Roboto !important;
    font-weight: 400;
}
#menu-menu-left>li>a{
    font-weight: bold;
    position: relative;
}
#menu-menu-left>li>a>i{
    margin-right: 5px;
    width: 20px;
}
#menu-menu-left>li>a>img {
    width: 20px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.manhphuc-menu-left-primary .widget .toggle i {
    color: #404040;
    font-size: 16px;
}

.manhphuc-width-custom-menu ul li ul.sub-menu li a {
    font-size: 13px;
}

.manhphuc-width-custom-menu ul li ul.sub-menu li a:hover {
    background: none;
    color: #d83620;
}

.manhphuc-width-custom-menu ul li ul.sub-menu {
    border-left: none;
    margin: 0;
    padding: 0;
}

.manhphuc-width-custom-menu ul li ul.sub-menu li a:after {
    margin-left: 161px;
}

.manhphuc-width-custom-menu ul li:hover a img.icon-manhphuc-menu {
    filter: brightness(0) invert(1);
}

.manhphuc-width-custom-menu ul li ul.sub-menu li a:after {
    display: none;
}

.manhphuc-width-custom-menu ul li ul.sub-menu li button.toggle {
    float: right !important;
}

.manhphuc-slider-header-menu {
    padding-bottom: 20px !important;
}

.manhphuc-div-img-br>.col-inner>.img>.img-inner>img {
    border-radius: 4px;
}

.manhphuc-bd-rd-silider>.col-inner>.img>.img-inner>img {
    border-radius: 0px 4px 4px 0px;
}

.manhphuc-row-title .col {
    padding-bottom: 0;
}

.pt20 {
    padding-top: 10px !important;
}

.manhphuc-row-title h4 {
    color: #333;
    text-transform: uppercase;
    font-size: 15px;
}


/*PRODUCTS*/

.manhphuc-row-one .manhphuc-row-one-sp .flickity-viewport>.flickity-slider>.col>.col-inner>.product-small {
    padding: 6px;
}

.title-wrapper {
    height: 45px;
    overflow: hidden;
    font-size: 14px;
}

.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover,
.box-shadow-1,
.box-shadow-1-hover:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1) !important;
}

span.price {
    font-size: 13px;
    color: #242424;
    font-weight: 500;
    padding: 10px 0 0;
    text-align: left;
}

.star-rating {
    font-size: 13px;
}

.star-rating span:before {
    color: #ffc120;
}

.star-rating:before,
.woocommerce-page .star-rating:before {
    color: #b8b8b8;
}

.manhphuc-silider-sp .slider-wrapper {
    padding: 0 10px;
}

.manhphuc-home-header {
    background: #fff;
    height: 45px;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 4px 4px 0px 0px;
}

.manhphuc-home-header h4 {
    padding: 0 8px 0 12px;
    height: 100%;
    position: relative;
    margin: 0;
    float: left;
}

.manhphuc-home-header h4 a i.ico.ico-cellphone {
    background-image: url('https://ef372b.claudeassets.com/20250520062322im_/https://bienhoagear.com/wp-content/themes/manhphuc/tiki-child/images/ic-cellphone.svg');
}

.manhphuc-home-header h4 a i.ico {
    font-size: 0;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -2px;
    background-position: center center;
}

.manhphuc-home-header ul {
    list-style: none;
    display: block!important;
    margin: 0;
    padding: 0;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.manhphuc-home-header ul li {
    display: block;
    float: left;
    margin: 0;
}

.manhphuc-home-header ul li a {
    display: block;
    height: 44px;
    line-height: 30px;
    color: #444;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    padding: 7px 9px;
    letter-spacing: .1px;
}

.manhphuc-home-header ul {
    display: none !important;
}
.manhphuc-home-header div.view-all a {
    font-weight: 500;
    font-size: 14px;
}
.manhphuc-home-header div.view-all {
    display: block !important;
    float: right;
    position: absolute;
    top: 10px;
    right: 0;
}
@media screen and (min-width: 880px) {
    .manhphuc-home-header ul {
        display: block !important;
    }
    .manhphuc-home-header div.view-all {
        display: none !important;
    }
}

.pt10 {
    padding-top: 10px !important;
}


/*DETAIL SHOP*/

.white-panel {
    border-radius: 4px;
    background: #fff;
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 13px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table>tbody>tr>td:first-child {
    color: #4f4f4f;
    font-size: 13px;
    font-weight: 500;
    background: #efefef;
    border-right: 1px solid #d5d5d5;
}

.table>tbody>tr>td {
    padding: 10px 15px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #d5d5d5;
    border-left: 0;
    border-right: 0;
}

.table-bordered>tbody>tr>td {
    border: 1px solid #d5d5d5;
}

.table>tbody>tr>td:nth-child(2) {
    padding: 10px 15px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #d5d5d5;
    border-left: 0;
    border-right: 0;
}

.table>tbody>tr>td:last-child {
    color: #242424;
    font-size: 13px;
    background: #fff;
}

h3.product-table-title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    margin: 25px 0 10px;
    display: inline-block;
    width: 100%;
}

.product-main>.content-row {
    background: #fff;
    flex-wrap: wrap;
    border-radius: 0 0 4px 4px;
    max-width: 1240px;
}

.product-main {
    padding: 0 0 10px 0;
}

ul.product-tabs li {
    margin: 0;
}

ul.product-tabs li a {
    padding: 10px;
}

.product-footer .tabbed-content .product-tabs {
    background: white;
    border-radius: 4px;
}

h3.normal {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 25px 0 10px;
    display: inline-block;
    width: 100%;
}

.has-border {
    border-radius: 4px;
    background: #fff;
    display: block;
    width: 100%;
    padding: 20px;
    border: none;
}

.entry-summary .is-divider {
    display: none;
}

.tab-panels {
    padding-top: 10px;
}

ol.commentlist {
    border-radius: 4px;
    background: #fff;
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 20px;
    border: none;
}

.nav-line-bottom>li>a:before,
.nav-line-grow>li>a:before,
.nav-line>li>a:before {
    background-color: #d7542c;
}

form#commentform {
    font-size: 13px;
}

.product-short-description {
    font-size: 13px;
}

h1.product-title.entry-title {
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    margin: 16px 0 5px;
}


/*CART BUTON*/

.single_add_to_cart_button {
    border: none;
    color: #fff;
    white-space: nowrap;
    width: 220px;
    height: 40px;
    cursor: pointer;
    vertical-align: top;
    font-size: 13px;
    padding: 0px 15px 0 40px;
    line-height: 40px;
    border-radius: 5px;
    background: url('https://c47581.claudeassets.com/20250520062322im_/https://bienhoagear.com/wp-content/themes/manhphuc/tiki-child/images/ic-cart@2x.png') 23px center no-repeat #ff3945;
    font-weight: 400;
    letter-spacing: .5px;
    background-size: 26px;
    display: inline-block;
    text-align: center;
}

.buttons_added {
    font-size: 13px;
    padding-top: 6px;
}

.product-info .breadcrumbs {
    text-transform: unset;
    font-size: 11px;
    font-weight: 400 !important;
}

#order_review {
    font-size: 13px;
}

#customer_details {
    font-size: 13px;
    border-radius: 4px;
    background: #fff;
    display: block;
    width: 100%;
    padding: 20px;
    border: none;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    font-size: 13px;
    border-radius: 4px;
    background: #fff;
    width: 100%;
    padding: 20px;
    border: none;
}

.message-container.container.success-color.medium-text-center {
    font-size: 13px;
}

#content>.row.row-main {
    max-width: 1270px;
}

.cart-sidebar.col-inner {
    font-size: 13px;
    border-radius: 4px;
    background: #fff;
    width: 100%;
    padding: 20px;
    border: none;
}

input.search-field.mb-0 {
    font-size: 13px;
}

div#product-sidebar {
    padding: 20px;
}

.manhphuc-col-detail {
    margin: 11px 0 0;
    border-radius: 4px;
    border: 1px solid #ececec;
}

.manhphuc-col-detail>.col-inner {
    padding: 0 5px 2px 10px !important;
    margin: 10px 0 0;
}

.product-main .col-divided {
    border-right: none;
}

.row .row-large:not(.row-collapse) {
    /*padding: 0 15px;*/
}

.manhphuc-sidebar-detail .icon-box-text h4 {
    margin: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    font-weight: 500;
}

.manhphuc-sidebar-detail .icon-box-text {
    line-height: 14px;
}

.manhphuc-sidebar-detail .icon-box-text p {
    margin-bottom: 0px;
}

.manhphuc-seller-block .icon-box {
    margin: 15px 0;
}

.register-to-sell {
    font-size: 13px;
    padding: 10px 81px 0 0;
    position: relative;
    border-top: 1px dashed rgba(0, 0, 0, .12);
}

.register-to-sell a {
    line-height: 15px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #d7542c;
    width: 56px;
    padding: 3px 5px;
    font-weight: 300;
    background: #d7542c;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: 13px;
    font-size: 11px;
    right: 0;
}

.row.category-page-row {
    font-size: 13px;
    border-radius: 4px;
    background: #fff;
    width: 100%;
    padding: 20px;
    border: none;
}

.page-title-inner {
    padding-top: 0;
    font-size: 13px;
}

.breadcrumbs {
    text-transform: unset;
}

.row.category-page-row {
    font-size: 13px;
    border-radius: 4px;
    background: #fff;
    width: 100%;
    max-width: 1240px;
    padding: 0;
    border: none;
}

.row.category-page-row .shop-container .products .has-hover:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.product-info span.woocommerce-Price-amount.amount {
    color: #ff3425;
    font-size: 19px;
    font-weight: 500;
    font-family: Roboto;
}

.product-gallery {
    border-right: 2px solid #f7f7f7;
    padding-bottom: 10px !important;
    padding-top: 10px;
}

.image-tools.bottom.left {
    padding-top: 0;
    padding-right: 0;
}

.image-tools.bottom.left .button.is-outline:hover {
    background: none;
    color: black;
}

.image-tools.bottom.left .button.is-outline {
    border: none;
    color: #189eff;
}

div#shop-sidebar .widget .is-divider {
    display: none;
}

div#shop-sidebar .widget ul.product-categories li {
    border-top: none;
}

div#shop-sidebar .widget ul.product-categories li a {
    padding-left: 34px;
    color: #242424;
    padding: 5px 20px;
    font-weight: 500;
    font-size: 14px;
}

.row.category-page-row>.col.large-3.hide-for-medium {
    padding: 10px 15px;
    border-right: 2px solid #eee;
}

div#shop-sidebar .widget ul.product-categories li:hover {
    background: #eaeaea;
    border-radius: 4px;
}

span.widget-title {
    line-height: 20px;
    display: block;
    color: #000;
    font-size: 15px;
    padding: 18px 20px 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.row.category-page-row>.col.large-9 {
    padding: 0px 20px;
}

.widget_price_filter .ui-slider-horizontal {
    height: 2px;
}

.widget_price_filter .price_slider {
    margin-bottom: 1em;
    background: #d8d8d8;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: #666 0 0 3px;
    -moz-box-shadow: #666 0 0 3px;
    box-shadow: rgba(102, 102, 102, .62) 0 0 3px;
    border: 1px solid #fff;
}

.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #189eff;
}

.widget_price_filter .price_slider_amount .button {
    background-color: #189eff;
}

.mfp-content div#shop-sidebar {
    padding: 10px;
    font-size: 13px;
    color: white;
}

.mfp-content div#shop-sidebar a {
    color: white !important;
    font-weight: 300;
}

.mfp-content div#shop-sidebar ul.product-categories li:hover a {
    color: black !important;
}

.mfp-content div#shop-sidebar ul.product-categories li:hover .toggle i {
    color: black !important;
}

.mfp-content div#shop-sidebar ul.product-categories li {
    padding: 0 5px;
}

.mfp-content div#shop-sidebar ul.product-categories li a {
    padding: 5px;
}

.mfp-content div#shop-sidebar span {
    color: white;
}

.title-wrapper {
    height: 55px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    text-align: left;
    margin: 15px auto 0;
    letter-spacing: .1px;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    color: #242424;
}

.title-wrapper p.product-title a {
    color: #242424;
    font-weight: 500;
}

.manhphuc-home-header h4 a {
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #4a4a4a;
    padding: 0;
    margin: 0;
    line-height: 47px;
}


/*RELATED*/

.product-footer {
    margin-bottom: 30px;
}

.product-footer .related-products-wrapper .row .flickity-viewport .flickity-slider .col {
    padding: 0;
}

.product-footer .related-products-wrapper .row .flickity-viewport .flickity-slider .col .col-inner .product-small {
    padding: 20px;
}

.product-footer .related-products-wrapper .row .flickity-viewport .flickity-slider .col .col-inner:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1) !important;
}

.product-footer .related-products-wrapper .row-small:not(.row-collapse) {
    background: white;
    border-radius: 4px;
}


/*LOAI 2 GIRD*/

.product-footer .related-products-wrapper>.row>.col>.col-inner>.product-small {
    padding: 20px;
}

.product-footer .related-products-wrapper>.row>.col>.col-inner:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1) !important;
}

.product-footer .related-products-wrapper>.row-small>.col {
    padding: 0;
}

.product-footer .container .row-small:not(.row-collapse) {
    margin-left: 0;
    margin-right: 0;
}

.pt-half {
    font-size: 18px;
    text-transform: uppercase;
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    margin: 25px 0 10px;
    display: inline-block;
    width: 100%;
}

.message-wrapper {
    font-size: 13px;
    padding-bottom: 10px;
}

.message-container span.widget-title {
    padding: 5px 0px;
    display: inline;
}

#content>.row.row-main .row-large>.col {
    background: white;
    border-radius: 4px;
}

#content>.row.row-main .row-large:not(.row-collapse) {
    margin-left: 0;
    margin-right: 0;
}

.manhphuc-row-one .manhphuc-row-one-sp .col {
    padding-bottom: 0;
}


/*CICLE*/

.slider-nav-circle .flickity-prev-next-button:hover svg,
.slider-nav-circle .flickity-prev-next-button:hover .arrow {
    background-color: #44608414;
    border-color: #4460842e;
    fill: black!important;
}

.slider-nav-circle .flickity-prev-next-button svg {
    border: 1px solid currentColor;
}

ul.product_list_widget li a {
    color: #524848;
    font-size: 12px !important;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: .1px;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    color: #242424;
}

ul.product_list_widget li img {
    padding: 10px;
    border: 1px solid #eee;
}

.manhphuc-silider-sp .tabbed-content {
    padding: 0px 10px;
}

.manhphuc-silider-sp .tabbed-content li.active a {
    background: none !important;
    color: #333 !important;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 5px;
}

.manhphuc-silider-sp .tabbed-content li a {
    background: none !important;
    color: #333 !important;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 5px;
}

.manhphuc-silider-sp .tabbed-content li:hover a {
    background: none !important;
    color: #333 !important;
}

.manhphuc-silider-sp .tabbed-content ul.nav.nav-line-bottom {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
}

.manhphuc-silider-sp .tabbed-content li {
    margin-right: 20px;
}

.manhphuc-star-rating .star-rating {
    display: none;
}

.manhphuc-right-product {
    padding: 0 !important;
}

.manhphuc-right-product .badge-container {
    display: none;
}

.manhphuc-right-product .has-hover:hover .image-zoom img {
    transform: none;
}

.manhphuc-right-product .has-hover:hover img.show-on-hover {
    opacity: 0;
}

.manhphuc-right-product {
    border-left: 1px solid #eee;
}

.manhphuc-right-product .box-vertical .box-text {
    padding-left: 5px;
    padding-right: 0px;
}

.manhphuc-right-product .title-wrapper {
    height: 40px;
    margin: auto 0;
}

.manhphuc-right-product .box-text {
    height: 105px;
}

.manhphuc-right-product .panel-heading {
    padding: 12px 14px;
    background: #fefefe;
    border-bottom: 1px solid #eaeaea;
}

.manhphuc-right-product .panel-heading h3 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
}

.manhphuc-right-product .row>.col>.col-inner>.product-small {
    padding: 12px;
    padding-bottom: 0;
}

.product-summary .product-short-description {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.product-summary .product-short-description p {
    padding: 0 0 0 20px;
    margin: 0 0 5px;
    font-size: 13px;
    position: relative;
    font-weight: 300;
}

.product-summary .product-short-description p:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #6d6d6d;
    left: 0;
    position: absolute;
    top: 5px;
}

.product-summary form.cart {
    margin-top: 20px;
    margin-bottom: 15px;
}

.manhphuc-right-product .title-wrapper p.product-title:hover {
    color: #007FF0;
}

.manhphuc-right-product .manhphuc-see-all {
    display: block;
    color: #f65a29;
    background: white;
    text-align: center;
    width: 145px;
    border: 1px solid #f65a29;
    height: 30px;
    line-height: 28px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    margin: 15px auto 10px;
}

.manhphuc-right-product .manhphuc-see-all:hover {
    box-shadow: none;
    background: #f65a29;
    color: white;
}

.is-outline:hover,
.primary.is-outline:hover {
    color: #fff;
    background-color: #f65a29;
    border-color: #f65a29;
}


/*FOOTER*/

.footer {
    padding: 0;
}

.footer-1 .row .col {
    padding: 0;
    margin-bottom: 0;
}

.footer-1 {
    background-color: #f7f7f7 !important;
    border-top: none;
}

.manhphuc-newsletter-title .col-inner .icon-box .icon-box-img {
    margin-top: -45px;
}

.manhphuc-newsletter-title .col-inner .icon-box .icon-box-text h3 {
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    margin-bottom: 0px;
    color: #4e5052;
    font-size: 16px;
}

.manhphuc-newsletter-title .col-inner .icon-box .icon-box-text {
    margin-top: 0;
}

.manhphuc-newsletter-title .col-inner .icon-box .icon-box-text p {
    font-size: 13px;
    color: #4e5052;
}

.manhphuc-form-newsletter .form-flat input:not([type="submit"]) {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.manhphuc-form-newsletter input[type='submit'],
input[type='submit'].button,
input[type='submit'] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    background: #f65a29;
    color: #fff;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    user-select: none;
}

.manhphuc-footer-2-menu {
    color: #333;
    font-size: 13px;
}

.manhphuc-footer-2 h4 {
    color: #333;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    font-stretch: normal;
    font-family: "Conv_Quicksand-Medium", Roboto, Helvetica, Arial, sans-serif !important;
}

.manhphuc-footer-2-menu .hotline-number {
    color: #c4011a;
    font-weight: 700;
    margin-bottom: 10px;
}

.manhphuc-footer-2 .widget_nav_menu ul li a {
    margin-bottom: 11px;
    display: block;
    color: #333;
    font-size: 14px;
    font-family: "Conv_Quicksand-Medium" !important;
    padding: 0;
}

.manhphuc-footer-2 .widget_nav_menu ul li a:hover {
    color: #333;
}

.manhphuc-footer-2-price-right .nav-other span {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 7px;
}

.manhphuc-footer-2-price-right .nav-other.payment img {
    width: 54px;
    height: 33px;
}

.manhphuc-footer-2-social-right .nav-other.social-conn a {
    margin-right: 10px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 7px;
}

.manhphuc-footer-2-social-right .nav-other.social-conn img {
    height: 32px;
}

.manhphuc-footer-2-social-right .nav-other.app-store a {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 7px;
}

.manhphuc-footer-2-social-right .nav-other.app-store img {
    width: 134px;
    height: 40px;
}

.manhphuc-footer-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

.manhphuc-footer-2-address h3 {
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    color: #333;
    font-weight: 400;
    font-size: 13px;
}

.manhphuc-footer-2-address p {
    color: #333;
}

.manhphuc-footer-2-address {
    color: #3333;
}

.ml30 {
    margin-left: 30px;
}

.mr30 {
    margin-right: 30px;
}

.manhphuc-footer-2-address {
    padding-top: 25px;
    border-top: 1px solid #f7f7f7;
}

.manhphuc-footer-2-address .col-inner .icon-box .icon-box-text {
    padding-left: 2.5em;
}

.manhphuc-footer-2-address .col-inner .icon-box .icon-box-text p a {
    color: #d7542c;
    font-size: 11px;
}

.manhphuc-footer-2-address .col-inner .icon-box .icon-box-text p .number {
    color: #333;
    font-weight: 600;
}

.absolute-footer {
    color: #333 !important;
    font-size: 13px;
    background: #f7f7f7;
}

.absolute-footer a:hover {
    color: #333;
}

.woocommerce-cart-form .cart-wrapper .cart .continue-shopping a.button-continue-shopping {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    background: #d7542c;
    color: #fff;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    margin-bottom: 5px;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    user-select: none;
}

.dark .payment-icon svg {
    fill: #333;
}

.product-info p.stock {
    margin-top: 1em;
}

.footer-wrapper {
    margin-top: 35px;
}

.badge-inner.on-sale {
    background: url('https://ff6f64.claudeassets.com/20250520062322im_/https://bienhoagear.com/wp-content/themes/manhphuc/tiki-child/images/icon.png') no-repeat scroll -241px -45px transparent;
    width: 41px;
    height: 41px;
    text-align: center;
    font-size: 13px;
}

.badge {
    height: 41px;
    width: 41px;
    z-index: 999;
}


/*CUSTOM MENU MEGA*/

ul.sub-menu>.menu-item>a {
    font-weight: 500;
}

ul.sub-menu>.menu-item>ul.sub-menu>.menu-item>a {
    text-transform: unset;
    font-weight: normal;
}

ul.sub-menu>.menu-item>a:hover {
    background: none !important;
    color: #f65a29 !important;
}


/*CUSTOM MENU LEFT*/

ul#menu-menu-left>li.menu-item>ul.sub-menu>li.menu-item>a {
    text-transform: unset !important;
    font-weight: bold !important;
    font-size: 15px;
    line-height: 1.2;
}

.buy_repay {
    line-height: normal;
    display: block;
    padding: 7px 0;
    text-align: center;
    margin: 10px 0px 15px;
    background: #288ad6;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    width: 48.5%;
    float: left;
}

.buy_repay span {
    display: block;
    font-size: 13px;
    color: #fff;
    text-transform: none;
    padding-top: 3px;
}

.buy_repay.s {
    float: right;
}

a.buy_repay:hover {
    color: white;
}

.area_promotion {
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    background: #fff;
    padding-bottom: 10px;
}

.area_promotion strong {
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #333;
    padding: 15px 15px 10px 15px;
    text-transform: uppercase;
}

.area_promotion .infopr span {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    padding: 0 15px 5px 40px;
}

.area_promotion .infopr span:before {
    content: '';
    margin-left: -20px;
    background: url('https://cd2e07.claudeassets.com/20250520062322im_/https://bienhoagear.com/wp-content/themes/manhphuc/tiki-child/images/check@2x.png');
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    margin-right: 0;
    float: left;
    margin-top: 2px;
}

.area_promotion.zero span .sao {
    display: inline;
    font-weight: bold;
}

.area_promotion .onlinepromo {
    border: #d0021b solid 1px;
    border-radius: 4px;
    padding: 20px 0 10px;
    position: relative;
    overflow: visible;
    margin: 20px 10px 0;
}

.area_promotion .onlinepromo b {
    background: #ec1933;
    border-radius: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top: -13px;
    left: 10px;
    vertical-align: middle;
    line-height: 26px;
    clear: both;
    padding: 0 15px 0 30px;
}

.area_promotion .onlinepromo b:before {
    content: '';
    background: url('https://2d66b9.claudeassets.com/20250520062322im_/https://bienhoagear.com/wp-content/themes/manhphuc/tiki-child/images/icon-qua-tang@2x.png');
    width: 16px;
    height: 15px;
    background-size: 16px 15px;
    float: left;
    margin: 4px 5px 0 -15px;
}

.not-repay {
    margin-top: 5px;
    padding: 5px 10px;
    color: #d0021b;
    font-size: 14px;
}

a.manhphuc_buy_now {
    max-width: unset;
}



.manhphuc-right-product .wvs-archive-variation-wrapper .variable-item:not(.radio-variable-item) {
    width: 10px;
    height: 10px;
}

.manhphuc-right-product .wvs-archive-variation-wrapper .button-variable-item span {
    font-size: 8px;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-pro .wvs-archive-variation-wrapper .variations>li {
    margin: 0;
}

.variations_form.wvs-archive-variation-wrapper {
    margin-top: 5px;
    position: absolute;
    top: 60px;
    right: 0;
}

.manhphuc-popup-quickbuy {
    font-family: Roboto !important;
}

.wvs-archive-variation-wrapper .variable-item:not(.radio-variable-item) {
    width: 10px;
    height: 10px;
}

.wvs-archive-variation-wrapper .button-variable-item span {
    font-size: 8px;
}

.searchform-wrapper {
    width: 85%;
    margin: 0 auto;
}

.info-company {
    padding-right: 20px;
    color: #000;
    font-size: 15px;
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
    font-weight: 500;
}

.info-company li {
    margin-left: 0 !important;
}

.info-company li a {
    color: #1b75bb !important;
}

.info-company li a:hover {
    color: #1b75bb !important;
}

.nav-other.social-conn img {
    max-width: 50px;
    margin: 0 5px;
}

.img_logo_ft {
    max-width: 300px;
}

.ul-commitment {
    font-size: 13px;
    padding-left: 20px;
}

.ul-commitment li {
    margin-bottom: 0;
    margin-left: 0 !important;
    list-style-type: disc;
}
.header-bottom-link{
    border: 1px solid #f65a29;
    border-radius: 6px;
    display: block;
    text-align: center;
    margin-right: 10px;
    font-size: 13px;
    padding: 4px 6px;
    color: #FFF;
    background: #f65a29;
}
.header-bottom-link p{
    color: #FFF;
}
.header-bottom-link p img{
    position: relative;
    top: -2px;
}
.off-canvas:not(.off-canvas-center) li.html{
    padding: 0;
}
.nav-vertical li li.menu-item-has-children>a{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
}
.nav-vertical>li>ul li a{
    color: #000;
    font-size: 15px;
}
#menu-menu-left-1>li>a>img {
    width: 20px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
#menu-menu-left-1>li>a>i {
    margin-right: 5px;
    width: 20px;
}
.nav-vertical li li.menu-item-has-children{
    margin-bottom: 0;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a{
    padding-left: 10px;
}
.off-canvas .sidebar-menu{
    padding-top: 10px;
}
#menu-menu-left-1 ul.sub-menu>.menu-item>a{
    font-weight: normal;
    text-transform: none;
}
.logo_menu_mobi{
    width: 100%;
    margin-bottom: 15px;
}
.logo_menu_mobi img{
    max-width: 190px;
    display: block;
    margin: 0 auto;
}
.row .banner-4-col{
    padding-top: 5px !important;
}
.banner-4-col .first-bot-banner{
    padding: 0 5px 0 0 !important;
}
.banner-4-col .last-bot-banner{
    padding: 0 0 0 5px !important;
}
.woocommerce-checkout .woocommerce-notices-wrapper{
	display: none;
}
.cart_totals.calculated_shipping>h2{
	display: block;
}
.cart_totals tbody th{
	font-size: 13px;
}
.cart_totals tbody td{
	font-size: 13px;
}
.shop_table tfoot th{
	font-size: 13px;
}
.header-bottom-nav a:hover{
	color: #FFF;
	opacity: 0.8;
}
.searchform-wrapper .autocomplete-suggestions{
	background: #FFF;
}
@media screen and (max-width: 1199px) and (min-width: 1000px) {
    #mega_menu>li>ul.sub-menu {
        width: 800px;
    }
    #menu-menu-left>li>ul.sub-menu{
        width: 800px;
    }
}
@media screen and (max-width: 930px) {
    .col.manhphuc-width-custom-menu.manhphuc-menu-left-primary.medium-3.small-12.large-3 {
        display: none;
    }
    .col.pd-0.manhphuc-width-slider.medium-9.small-12.large-9 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
@media screen and (max-width: 849px) {
    .live-search-results{
        background: #000;
    }
    .nav-right .icon-search{
        color: #000;
    }
    .autocomplete-suggestion .search-name, .autocomplete-suggestion .search-price{
        font-size: 15px;
        color: #000;
    }
    .autocomplete-suggestion .search-price span.amount{
        color: #e80000 !important;
    }
    .searchform .button.icon i{
        font-size: 19px;
        top: 0;
    }
}
@media screen and (max-width: 810px) {
    #top-bar .nav li:last-child {
        display: none !important;
    }
    #top-bar .nav{
        justify-content: flex-end !important;
    }
    #top-bar .nav.nav-center i{
        padding-right: 5px;
    }
}   
@media screen and (max-width: 540px) {
    .nav-dark .nav>li>a{
        font-size: 11px !important;
        padding: 0 !important;
    }
}
/*
     FILE ARCHIVED ON 00:05:37 Jan 30, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:33:15 Aug 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.574
  exclusion.robots: 0.08
  exclusion.robots.policy: 0.068
  esindex: 0.009
  cdx.remote: 5.818
  LoadShardBlock: 144.281 (3)
  PetaboxLoader3.datanode: 230.355 (5)
  PetaboxLoader3.resolve: 271.566 (2)
  load_resource: 387.64
  loaddict: 24.979
*/