@media (min-width: 768px) {
    .hidden-lg {
        display: none!important;
    }
}

a {
    color: #337ab7;
    text-decoration: none;
}

a {
    color: unset;
}

a {
    background-color: transparent;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

input,
button,
select,
textarea {
    outline: none !important;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
    color: rgba(0, 0, 0, 0.65);
}
input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.row{
   margin: 0;
}

.wp-header {
    position: relative;
}

.wp-main-header {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.text-center {
    text-align: center;
}

.wp-header-mobile img {
    width: 95px;
}

.wp-menu-mobile {
    position: absolute;
    top: 9px;
    left: 10px;
    z-index: 9;
}

span.bar {
    display: block;
    width: 38px;
    height: 1.5px;
    background-color: #666;
    margin: 4px 0;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
}

.box-search-mb {
    position: absolute;
    top: 5px;
    right: 10px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-search-mb {
    background: none !important;
    font-size: 20px;
    border-radius: 0px;
    border: none;
    padding: 0px;
    line-height: 1;
}

.btn.btn-search-mb i {
    width: 25px;
    height: 25px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: url(https://venuscharm.vn/templates/frontend/images/iconsearch.svg); */
    opacity: 0.6;
}

.wp-box-search-mb {
    display: none;
    position: absolute;
    top: 33px;
    right: 0px;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    background: #f1f1f1;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    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, -webkit-box-shadow ease-in-out .15s;
}

.wp-box-search-mb input {
    background: none;
    padding-right: 35px;
    border: 0px;
    border-radius: 0px;
}

.wp-box-search-mb button {
    position: absolute;
    top: 0px;
    right: 0px;
    background: none;
    border: none;
}

.navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: 0px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: 0px;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    -webkit-overflow-scrolling: touch;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li {
    position: relative;
    display: block;
}

.fa-angle-down:before {
    content: "";
}

.navbar-default .h_dropdown-menu {
    margin: 0px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 1px 5px rgb(0 0 0 / 18%);
    background: #fff;
    min-width: 250px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: transform 0.3s ease, opacity 0.2s ease;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease;
    display: block;
    left: 0px;
    width: 100%;
}

.navbar-nav>li>.h_dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.wp-search {
    position: relative;
}

.wp-main-header-right {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.wp-main-header-right>div {
    position: relative;
}

.wp-search button {
    background: none !important;
    border: none;
    position: absolute;
    top: 5px;
    left: -30px;
    padding: 0px;
}

.wp-search input {
    border: none;
    border-bottom: 1px solid #333333;
    border-radius: 0px;
    box-shadow: none !important;
    background: transparent;
}

.wp-main-header-right>div {
    position: relative;
}

.wp-user:hover .wp-sub-menu {
    display: block;
    left: 50%;
    transform: translateX(-50%);
}

.list-login {
    min-width: 150px;
    text-align: center;
    background: #f1f1f1;
    border: 1px solid #ccc;
    top: 100%;
}

.ul-b {
    padding-left: 0px;
    margin-bottom: 0px;
}

.list-login li {
    padding: 5px 0px;
}

.list-login li:not(:last-child) {
    border-bottom: 1px dotted #ccc;
}

.wp-main-header-right .wp-sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 10;
}

.wp-user:hover .wp-sub-menu {
    display: block;
    left: 50%;
    transform: translateX(-50%);
}

.ul-b li {
    list-style-type: none;
}
.h3-title-ft{
  cursor: pointer;
}

#site-cart {
    width: 38%;
    right: 0px;
    transition: transform 0.5s;
    text-align: left;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    position: fixed;
    top: 0px;
    bottom: 0;
    z-index: 998;
    padding: 0px;
    margin: 0px;
    outline: 1px solid transparent;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    height: calc(100vh - 0px);
    overflow-y: scroll;
    visibility: hidden;
}

#site-cart.active {
    transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    visibility: visible;
}

.site-nav-container-last {
    width: calc(100% - 0px);
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 60px 20px 250px;
}

.site-close-handle {
    position: absolute;
    top: 55px;
    right: 18px;
    width: 35px;
    height: 35px;
    z-index: 999;
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    -ms-transition: transform 150ms linear;
    -webkit-transition: transform 150ms linear;
    transition: transform 150ms linear;
}

.site-nav-container-last .title {
    font-size: 14px;
    text-transform: uppercase;
    margin: 3px 0 0 0;
    font-weight: 500;
}

.textCartSide {
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
    border-bottom: 1px dotted #bcbcbc;
    padding: 0 0 15px 0;
}

.cart-view table {
    width: 100%;
}

table#cart-view tr td {
    border-top: 0;
    position: relative;
}

.cart-view table td.img img {
    width: 100px;
    border: 1px solid #ededed;
    margin-right: 10px;
    max-width: none;
    object-fit: cover;
}

.pro-price-view {
    width: 100%;
}

.cart-view table td a.pro-title-view {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

span.pro-price-view {
    display: block;
    float: left;
    line-height: 26px;
    font-weight: 500;
}

span.pro-price-view {
    display: block;
    float: left;
    line-height: 26px;
    font-weight: 500;
}

#cart-view .variant {
    font-size: 12px;
    float: left;
    width: 100%;
    margin: 0px 0 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.remove-cart {
    float: left;
    width: 100%;
}

.remove-cart a {
    border: 1px solid #ededed;
    padding: 5px;
    display: inline-block;
    font-size: 12px;
}

.cart-view a.linktocheckout {
    padding: 10px 30px;
    position: relative;
    width: 100%;
    white-space: nowrap;
    float: left;
    background: black;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.cart-view a.linktocart {
    padding: 0;
    position: relative;
    width: 100%;
    white-space: nowrap;
    color: black;
    text-align: center;
    float: left;
}

table tr td,
table tr th {
    padding: 10px;
    text-align: left;
}

.h_mobile-main-menu.active {
    height: calc(100vh - 0px);
    top: 0px !important;
}

.h_mobile-main-menu.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: calc(100% - 0%);
}

.h_mobile-main-menu {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    z-index: 9 !important;
    top: 0 !important;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.h_mobile-main-menu .drawer-header {
    background-color: #fff;
    height: 70px;
}

.h_mobile-main-menu .ul-first-menu {
    padding-top: 8px;
    padding-bottom: 8px;
    flex-grow: initial;
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.h_mobile-main-menu .ul-first-menu li {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}

.h_mobile-main-menu .ul-first-menu li a i {
    width: 25px;
    color: rgba(0, 0, 0, 0.54);
    height: 25px;
    font-size: 18px;
    line-height: 25px;
    flex-shrink: 0;
    margin-right: 5px;
}

.h_mobile-main-menu .ul-first-menu li a {
    display: block;
    padding: 5px 10px;
    color: rgba(0, 0, 0, 0.87);
    width: 100%;
    line-height: 1.1;
}

.h_mobile-main-menu .la-scroll-fix-infor-user {
    height: calc(100% - 263px);
    height: -moz-calc(100% - 263px);
    height: -webkit-calc(100% - 263px);
    height: -o-calc(100% - 263px);
    overflow: auto;
}

.ul-b {
    padding-left: 0px;
    margin-bottom: 0px;
}

.h_mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items {
    position: relative;
    overflow-y: auto;
}

.h_mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li {
    width: 100%;
    float: left;
    padding: 0px;
    /* border-bottom: 1px solid #e07e83; */
    position: relative;
    overflow: hidden;
}

.h_mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li a {
    display: block;
    color: #333333;
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding: 10px 15px 5px 25px;
    position: relative;
}

.h_mobile-main-menu .la-nav-list-items li i {
    color: #999;
}

.h_mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 i,
.h_mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 i {
    padding: 3px 0;
    position: absolute;
    left: 5px;
    top: 20px;
    transform: translate(0, -50%);
    height: 30px;
    width: 20px;
    line-height: 25px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
}

.h_mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 {
    padding-left: 10px;
    display: none;
}

.h_mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 li {
    border: none;
}
.wp-search input {
    border: none;
    border-bottom: 1px solid #333333;
    border-radius: 0px;
    box-shadow: none !important;
    background: transparent;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    background: transparent;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

#mobile-bottom-navigation {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    border-top: 1px solid #f0f0f0;
}

.mg-left-0 {
    margin-left: 0 !important;
}

.grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 30px;
    vertical-align: top;
    width: 100%;
}

#mobile-bottom-navigation .mobile-nav-item {
    display: block;
    height: 67px;
    padding: 0;
    text-align: center;
    background: #ffffff;
    position: relative;
}

#mobile-bottom-navigation .mobile-nav-item>a {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #9b9b9b;
}

#mobile-bottom-navigation .mobile-nav-item>a svg {
    font-size: 24px;
    color: #9b9b9b;
    display: inline-block;
}

.pd-left0 {
    padding-left: 0 !important;
}

.svg-inline--fa.fa-w-16 {
    width: 1em;
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em;
}

.mobile-nav-item a {
    text-decoration: none;
}

#mobile-bottom-navigation .mobile-nav-item>a span.number {
    position: absolute;
    display: inline-block;
    top: -5px;
    right: 15px;
    height: 20px;
    line-height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #facd7e;
    background: #fff;
}


#mobile-bottom-navigation{
     display: none;
   }

.wrapper {
    max-width: 1260px;
    margin: 0 auto;
}
#home-policy .inner {
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
}
#home-policy .inner .policy-content {
    padding: 50px 0 40px;
}



#home-policy .inner .policy-content .policy-item .policy-icon {
    float: left;
}

#home-policy .inner .policy-content .policy-item .policy-desc {
    padding-left: 50px;
}

#home-policy .inner .policy-content .policy-item .policy-desc a h2 {
    color: #666666;
}

.policy-desc a {
    text-decoration: none;
    color: #666666;
    font-size: 17px;
    font-weight: 500;
}

.policy-desc a:hover {
    text-decoration: none;
    color: #fdeac8;
}

.policy-desc p {
    font-size: 14px;
    margin: 0 0 15px 0;
}
.grid-uniform{
  display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
}
#home-policy {
    position: relative;
    transform: translateY(-50px);
    z-index: 2;
}
.wp-ft-top .h3-title-ft {
    font-size: 14px;
    font-family: Mon2;
    margin-bottom: 20px;
}
.p-phone i {
    width: 25px;
    height: 25px;
    background: #e52c25;
    color: #fff;
    border-radius: 100%;
    margin-right: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-span {
    font-size: 13px;
}
.wp-ft-top .h3-title-ft {
    font-size: 14px;
    font-family: Mon2;
    margin-bottom: 20px;
}
.form-dk-email {
    position: relative;
}
.ft-form-dk-email input {
    border-radius: 0px;
}

.ft-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    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,-webkit-box-shadow ease-in-out .15s;
}
.ft-form-dk-email button {
    border-radius: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #333333;
    color: #fff;
}
.list-mxh {
    display: table;
}
.list-mxh li {
    float: left;
    margin-right: 20px;
}
.list-mxh li i {
    font-size: 30px;
    color: #666;
}
.fa-zalo img {
    width: 35px;
    height: 35px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.wp-footer-main {
    /*background: #f1f1f1;*/
    margin: 20px 0px 0px;
    padding: 20px 50px;
}
.wp-ft-main .list-ft-main {
    margin-top: 20px;
}
.list-ft-main li {
    margin-bottom: 5px;
    font-size: 13px;
}

.product-description-wrapper div.tab {
    display: block;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.product-description-wrapper div.tab button:last-child {
    margin-right: 0;
}

.product-description-wrapper div.tab button {
    padding: 15px 30px;
    margin-right: 15px;
    outline: 0 !important;
    color: #666666;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}

.product-description-wrapper div.tab button.active,
#product-wrapper .product-description-wrapper div.tab button:hover {
    color: #facd7e;
    border: 1px solid #facd7e;
}

#product-wrapper .product-description-wrapper .pro-tabcontent {
    display: none;
    min-height: 300px;
    padding: 10px 0;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
.h_dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

#AddToCart{
  border: none;
  font-weight: 700;
  font-size: 16px;
}
#buy-now{
  border: none;
  font-weight: 700;
  font-size: 16px;
}
.no-bullets{
  padding-left:0px;
}


.psnip-arrow-next, .psnip-arrow-prev{
  z-index:9;
}




/*viettiep*/



@media screen and (min-width: 480px) {
    .wrapper {
        padding: 0 30px;
    }
}



@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-left {
        float: left!important;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav>li {
        float: left;
    }
}



@media (min-width: 768px) and (max-width: 991px) {
    .h_mobile-main-menu.active {
        top: 70px !important;
    }
    .h_mobile-main-menu .drawer-header {
        height: auto;
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none!important;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
    }
    span.h_dropdown-toggle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
    }
}
@media (min-width: 768px) and (max-width: 1023px){
  #site-cart {
    width: 50%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px){
  .medium--one-half {
    width: 100%;
  }
}


@media (max-width: 991px) {
    .wp-header-mobile {
        position: relative;
    }
    .wp-cart-mb {
        background: rgba(255, 255, 255, 0.3);
    }
    .wp-cart-mb {
        padding: 10px;
        color: #fff;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 45px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        z-index: 9;
        top: 45%;
        transform: translateY(-50%);
        left: auto;
        bottom: auto !important;
    }
    .btn-click-cart {
        background-image: url(https://venuscharm.vn/templates/frontend/images/icon-cart.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .wp-cart-mb span {
        bottom: -5px !important;
        top: auto !important;
        right: -5px !important;
    }
    .wp-cart-mb span {
        bottom: 10px !important;
        top: auto !important;
        right: 0px !important;
    }
    .row [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .h_mobile-main-menu .ul-first-menu li a i.fa-user {
        opacity: 1;
        background-image: url(../images/icon-user.png);
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
    }
    .h_mobile-main-menu .drawer-header {
        height: auto;
        display: none;
    }
    .wp-main-header {
        top: 0px !important;
        padding-top: 10px;
    }
    .wp-main-header {
        top: 40px;
    }
    .wp-footer-top > .row, .wp-footer-main > .row, .wp-footer-bottom > .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .row [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .row [class*="col-"] {
      padding-left: 10px;
      padding-right: 10px;
    }
}

@media (max-width: 767px) {
    .row [class*="col-"] {
        padding-left: 1px;
        padding-right: 1px;
    }
    .hidden-xs {
        display: none!important;
    }
    .h_mobile-main-menu.active {
        top: 50px !important;
    }
    .wp-main-header {
        height: 50px;
    }
    .wp-main-header {
        height: 50px;
        border: 0px !important;
        padding-top: 10px !important;
    }
    .wp-main-header {
        top: 30px;
    }
    #site-cart{
      width: 100%;
    }
    
    .grid-uniform{
     
  
      grid-template-columns: 1fr 1fr;
  
    }
    #home-policy {
    position: relative;
    transform: translateY(0px);
    z-index: 2;
    }
    .wp-footer-top {
      padding: 20px 10px 0px;
      text-align: center;
    }
    .row [class*="col-"] {
        padding-left: 1px;
        padding-right: 1px;
    }
    
    .wp-footer-top .row .col-md-3:nth-child(1) {
        border-right: 1.5px solid #ccc;
    }
    .wp-ft-top .h3-title-ft span {
        display: none;
    }
    .p-phone {
        justify-content: center;
    }
    .list-mxh {
      margin: 0 auto;
    }
    .ft-form-ft {
        margin: 30px 0px;
    }
    .wp-footer-main {
        padding: 10px;
    }
    
    .wp-ft-main .h3-title-ft::after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 11px;
        margin-left: 10px;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        position: absolute;
        right: 0px;
    }
    .wp-ft-main .list-ft-main {
        /*display: none;*/
        text-align: left;
        margin-bottom: 10px;
    }
    .product-description-wrapper div.tab button {
        margin-right: 5px !important;
    }
    .btnBuyNow{
      position: fixed !important;
      bottom: 0px;
      right: 0;
      width: 100% !important;
    }
    #AddToCart{
      display:none;
    }
}

.h_dropdown-menu {
    top: 100%;
}

.navbar-default .navbar-nav>li:hover>.h_dropdown-menu {
    display: block;
    visibility: visible;
    z-index: 9999;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease .1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
    left: 0px;
    top: 100%;
}

.navbar-default .navbar-nav>li:hover>a {
    border-bottom: 1px solid #e9aea0;
}

@media (min-width: 1200px) {
    .container-fluid.pd-0 {
        padding: 0px;
    }
}

@media only screen and (max-width: 480px) {
   #mobile-bottom-navigation{
     display: block;
   }
   #home-policy .policy-item {
        background: #f4f4f4;
        padding: 20px 10px;
        border-radius: 5px;
    }
    #home-policy .banner-item,
    #home-policy .policy-item {
        margin-bottom: 15px !important;
    }
    .grid__item {
        padding-left: 0px;
    }
    .grid-uniform {
        flex-direction: column;
    }
    .small--one-whole {
    width: 100%;
    }
    
    .grid-uniform{
     
  
      grid-template-columns: 1fr;
  
    }
    .product-description-wrapper div.tab button {
        width: 100%;
        margin-bottom: 10px !important;
        margin-right: 0 !important;
    }
}
 .small--two-tenths {
        width: 20%;
    }
.text-banner {
    width: 100%;
    text-align: center;
    opacity: 1;
    color: #fff;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.text-banner .btn-xem {
    border-radius: 0px;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #333333;
    font-family: Mon2;
    border: 0px;
    margin: 0px 15px;
    width: 140px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.bnt {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.text-banner a {
    text-decoration: none;
}

.text-banner .btn-hover:hover {
    background: #c73550 !important;
    color: #fff !important;
    border-color: #c73550 !important;
    text-decoration: none !important;
}

.img-banner img {
    width: 100%;
}
.h_mobile-main-menu{
  width: calc(100% - 0%);
}
.wp-main-header.active{
  background-color: #fff;
}
.sticky-wrapper.header-sticky {
    top: 0px;
    position: fixed;
    width: 100%;
    z-index: 999999;
    transition: 1.0s ease;
    background: #fff;
    padding: 0px;
}
.header-sticky .wp-main-header{
  top: 0px;
  background-color: #fff;
}
#cart-view{
  border: none;
}
.table-total{
  border: none;
}

@media (max-width: 767px) {
    .text-banner .btn-xem {
        padding: 10px 20px;
        font-size: 10px;
        width: 97px;
    }
    
}








/*prodc*/
.product-content-wrapper {
    background: #ffffff;
}

.product-content-wrapper .pro-content-head {
    padding: 5px 0;
}

mg-left-5 {
    margin-left: -5px !important;
}

.product-content-wrapper .pro-content-head h1 {
    margin: 0px;
    padding: 0px;
    color: #666666;
    font-size: 14px;
}

.product-content-wrapper .pro-content-head .pro-stock {
    text-align: right;
}

.product-content-wrapper .pro-content-head .pro-stock span.in-stock {
    border: 1px solid #666;
    color: #666;
}

.product-content-wrapper .pro-content-head .pro-stock span {
    padding: 2px 10px;
    border-radius: 5px;
}

.starbap-prev-badge a.starbap-star {
    display: inline;
}

.product-content-wrapper .pro-price .current-price {
    display: inline-block;
    font-weight: bold;
    color: #facd7e;
}

.ProductPrice {
    font-size: 20px;
}

.product-content-wrapper form {
    margin-bottom: 20px;
}

.selector-wrapper {
    display: none;
}

.swatch {
    margin: 0.5em 0;
}

.swatch .header {
    min-width: auto !important;
    margin: 0px 15px 0px 0px;
    float: left;
    line-height: 35px;
    color: #666666;
}

.select-swap {
    display: inline-block;
}

.swatch .swatch-element {
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    display: inline-block;
    position: relative;
}

.swatch-element label.sd {
    border: 1px solid #e4393c;
}

.color.swatch-element label {
    background-size: contain !important;
    padding: 0px 10px 0px 40px;
}

.swatch label {
    float: left;
    min-width: 35px !important;
    height: 35px !important;
    margin: 0;
    text-align: center;
    line-height: 35px;
    white-space: nowrap;
    font-size: 12px;
    border: 1px solid #ccc;
    cursor: pointer;
    position: relative;
}

.swatch-element label span {
    color: #666666 !important;
}

.swatch-element label span {
    color: #facd7e;
    font-size: 13px;
    line-height: normal;
    vertical-align: middle;
}

.swatch .swatch-element .crossed-out {
    display: none;
}

.crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.swatch-element label.sd img.img-check {
    display: none !important;
}

.swatch-element label.sd img.img-check {
    display: block;
}

.swatch .img-check {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
}

.swatch input {
    display: none !important;
}

.qty-addcart>span {
    margin: 0;
    margin-bottom: 5px;
    display: block;
    min-width: 200px;
    position: relative;
    color: #666666;
    font-size: 14px;
    font-weight: 700;
}

.js-qty,
.ajaxcart__qty {
    position: relative;
    margin-bottom: 1em;
    max-width: 100px;
    min-width: 75px;
    overflow: visible;
}

.js-qty {
    margin: 0px;
    max-width: 150px;
}

.js-qty input,
.js-qty button {
    outline: 0px;
}

.js-qty__adjust--minus,
.ajaxcart__qty--minus {
    left: 0;
    border-right: 1px solid #f0f0f0;
}

.js-qty__adjust,
.ajaxcart__qty-adjust {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    border: 0 none;
    padding: 0 8px;
    background: none;
    text-align: center;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.js-qty input,
.ajaxcart__qty input {
    display: block;
    background: none;
    text-align: center;
    width: 100%;
    padding: 5px 25px;
    margin: 0;
}

.icon-fallback-text .icon {
    display: inline-block;
}

.icon:before {
    display: inline;
    font-family: "icons";
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.js-qty__adjust--plus,
.ajaxcart__qty--plus {
    right: 0;
    border-left: 1px solid #f0f0f0;
}

.product-content-wrapper .product-actions {
    margin-top: 20px;
}

.product-content-wrapper .product-actions button.btnAddToCart {
    color: #ffffff;
    background: #666666;
}

.product-content-wrapper .product-actions button {
    position: relative;
    padding: 20px 10px;
    float: left;
    width: 50%;
    border-radius: 0;
}

.product-content-wrapper .product-actions button.btnBuyNow {
    color: #fff;
    background: #facd7e;
}

.product-content-wrapper .product-size-hotline .product-hotline {
    margin-bottom: 20px;
}

.product-content-wrapper .product-size-hotline .product-hotline>span {
    margin-left: 0;
    color: #666666;
    margin-bottom: 10px;
    display: block;
    font-weight: normal;
}

.product-content-wrapper .product-size-hotline .product-hotline>a {
    position: relative;
    display: inline-block;
    line-height: 30px;
    color: #facd7e;
}

.product-content-wrapper .product-size-hotline span.small {
    color: #666666 !important;
    margin-left: 5px;
    font-weight: normal !important;
    text-transform: none !important;
    font-size: 12px !important;
    margin-bottom: 0 !important;
    display: inline-block !important;
    margin-left: 5px;
}

.product-content-wrapper .product-size-hotline .product-policy ul {
    margin: 0;
    margin-top: 10px;
}

.no-bullets {
    list-style: none outside;
    margin-left: 0;
}

.product-content-wrapper .product-size-hotline .product-policy ul li {
    display: flex;
}

.product-content-wrapper .product-size-hotline .product-policy ul li .icon {
    display: inline-block;
    margin-right: 5px;
}

.product-content-wrapper .product-size-hotline span {
    color: #666666;
}

.thumbnail-item a img {
    width: 100%;
}

.pd-left5 {
    padding-left: 5px !important;
}

.mg-left-5 {
    display: flex;
    justify-content: space-between;
}

.starbap-prev-badgetext {
    font-size: 14px;
}

.product-content-wrapper .pro-price {
    margin: 20px 0;
}

.header {
    font-size: 14px;
    font-weight: 700;
}

.js-qty__adjust--minus,
.ajaxcart__qty--minus {
    left: 0;
    border-right: 1px solid #f0f0f0;
}

.counter {
    display: flex;
}

.selector-actions button {
    margin-bottom: 5px;
}

.counter button {
    display: block;
    font-size: 16px;
    padding: 0 10px;
    cursor: pointer;
    user-select: none;
    background: white;
    border: solid 1px #f5f5f5;
    font-weight: 600;
}

.counter input {
    background: #fff;
    font-weight: 600;
    height: 32px;
    padding: 0px;
    text-align: center;
    width: 70px;
    border: 1px solid #f5f5f5;
    border-left: none;
    border-right: none;
    font-size: 15px;
}

.imgprdcha {
    width: 100%;
    padding-top: 100%;
    position: relative;
    display: flex;
}
.imgprdcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.active label{
  border: 1px solid #e4393c;
}
.h_dropdown-menu>li>a:focus,.h_dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.slick-slide img{
  aspect-ratio: 70/88;
}
.htch_hieu img {
    border: none;
    max-width: 100%;
    height: auto;
    aspect-ratio: 3/2;
}






