
@font-face {
    font-family: 'Roboto-Bold';
    src:url('../fonts/Roboto-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */ /* Legacy iOS */
}
@font-face {
    font-family: 'Roboto-Regular';
    src:url('../fonts/Roboto-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */ /* Legacy iOS */
}
@font-face {
    font-family: 'Roboto-Medium';
    src:url('../fonts/Roboto-Medium.ttf')  format('truetype'); /* Safari, Android, iOS */ /* Legacy iOS */
}
:root{
    --main-color:#b20a2c;
    --black:#130f40;
    --light-color:#666;
    --box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);
    --border:.2rem solid rgba(0,0,0,.1);
    --outline:.1rem solid rgba(0,0,0,.1);
    --outline-hover:.2rem solid var(--black);
    --content:1200px;
}
*{
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
    transition: all .2s linear;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto-Bold';
}
b,strong{
    font-family: 'Roboto-Bold';
    font-weight: normal !important;
}
a{
    text-decoration: none;
    color: #71bcff;
}
a:hover{
    color: #87c5fb;
}
.link{
    background-color: initial;
}
.link:hover{
    color: var(--main-color);
}
li{
    list-style: none;
}
ul{
    margin: 0;
    padding: 0;
}
html{
    border: 0;
    background-color: #fff;
    padding-top: 0 !important;
    margin: 0;
}
body{
    font-family: 'Roboto-Regular',sans-serif;
    font-size: 14px;
    line-height: 1.5;
    max-width: 1920px;
    color:#121212;
    margin:auto;
    background-color: #fff;
    padding-right: 0px !important;
}
.fs-26{
    font-size: 26px !important;
}
.fs-24{
    font-size: 24px !important;
}
.fs-25{
    font-size: 25px !important;
}
.fs-18{
    font-size: 18px !important;
}
.fs-14{
    font-size: 14px !important;
}
.fs-12{
    font-size: 12px !important;
}
.pd-30{
    padding: 30px;
}
.pd-15{
    padding: 15px;
}
.pd-20{
    padding: 20px;
}
.pl-20{
    padding-left: 20px;
}
.pr-20{
    padding-right:20px;
}
.fw-bold{
    font-family: 'Roboto-Bold';
}
.fw-600{
    font-family: 'Roboto-Bold';
}
.align-items-center{
    align-items: center;
}
.pointer{
    cursor: pointer;
}
.align-center {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.bg_gradient{
    background-color: #121212;
    color: #fff;
    height: 40px;
    border-radius: 3px;
    min-width: 150px;
    padding: 0px 20px;
}
.bg_gradient:hover{
    color:#fff;
}
.space-between {
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.form-control{
    height: 40px;
    font-size: 13px;
}
label.error{
    color:red;
    margin-top: 5px;
}

.btn-default{
    font-size: 16px;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    background: #121212;
    border: none;
    color: rgb(255, 255, 255) !important;
    height: 40px;
    border-radius: 4px;
}
.br-10{
    border-radius: 10px;
}
.br-5{
    border-radius: 5px;
}
.fw-normal{
    font-family: 'Roboto-Regular' !important;
}
.color-blue{
    color: rgb(45, 137, 222);
}
.btnClose{
    color: rgba(0,0,0,.45);
    position: absolute;
    right: 20px;
}
.slider-section {
    width: 100%;
    overflow: hidden;
}
.banner{
    width: 100%;
    position: relative;
}
.height-auto{
    height: auto !important;
}
.divider-horizontal{
    margin: 15px 0px;
    border-top: 1px solid rgba(0,0,0,.06);
    display: flex;
    clear: both;
    width: 100%;
}
.wrapper-container{
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
    position: relative;
    width: 800px;
}
.wrapper-container2{
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
}
img{
    max-width: 100%;
}
p{
    margin: 0 0 10px 0;
    line-height: 1.5;
}
@media (min-width: 1920px){
    .container {
        max-width: 1600px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}
header{
    z-index: 10;
    position: fixed;
    width: 100%;
    background-color: #fff;
    max-width: 1920px;
}

.item-slider{
    position: relative;
}
#main{
    padding-top: 110px;
}
.divider-vertical{
    height: 1.9em;
    position: relative;
    top: -0.06em;
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
    border-top: 0;
    border-left: 1px solid rgba(0,0,0,.06);
    border-color: rgba(0, 0, 0, 0.35);
}
.divider{
    position: relative;
    top: -0.06em;
    display: inline-block;
    height: 0.9em;
    margin: 0 8px;
    vertical-align: middle;
    border-top: 0;
    border-left: 1px solid rgba(0,0,0,.06);
}
.header-center{
    align-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0px 0px 3px #d1d1d1;
}
.f-nav{
    position:fixed;
    box-shadow: 0px 0px 10px #ccc;
    width: 100%;
    z-index: 999;
    padding-top: 5px;
    padding-bottom: 5px;
}
.f-nav .header-center{
    background-color: #41261F;
}
.header-center-content{
    align-items: center;
    height: 80px;
}
.banner-home img{
    width: 100%;
}
.logo img{
    display: block;
    width: 190px;
}
.box-header{
    position: relative;
    z-index: 99;
}
.box-header h1{
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
}
.menu-top{
    margin-bottom: 0px;
    float: left;
}
.menu-top li.li-item{
    list-style: none;
    position: static;
    border-radius: 8px;
    margin-right: 30px;
    display: inline-block;
}
.menu-top li a{
    font-size: 14px;
    height: 35px;
    display: block;
    color: hsla(0,0%,40%,.85);
    line-height: 35px;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
}
.link_cart{
    float: right;
    color: #121212;
    font-size: 16px;
    position: relative;
    margin-top: 5px;
    margin-right: 15px;
}
.link_account{
    font-size: 18px;
}
.total-cart{
    font-size: 12px;
    position: absolute;
    background-color: #d1d1d1;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    line-height: 20px;
    right: -15px;
    top: -10px;
}
.menu-top li a:hover{
    color:#000;
}
.logo{
    margin-right: 30px;
}
.border-radius{
    border-radius: 10px;
}
.fs-16{
    font-size: 16px !important;
}
.cat_detail a{
    font-weight: 600;
    font-size: 16px;
}
.post_date{
        opacity: 0.5;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.entry-content{
    font-size: 16px;
}
.entry-content p{
    font-size: 16px;
    text-align: justify;
}
.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{
    width: initial !important;
}
.mz-thumb-selected.mz-thumb,.mz-thumb, .mz-thumb:focus{
    width: 100%;
}
.item-nav ul li a{
    color: #fff;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.item-nav ul li{
    list-style: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    width: 100%;
    overflow: hidden;
}
.item-nav ul li:last-child{
    border-bottom: none;
}
.social ul li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: right;
    line-height: 40px;
    color: #000;
}
.icons div.fa{
    font-size: 20px;
    padding-left: 30px;
    color:#7B7B7B;
}
.grecaptcha-badge{
    right: -300px !important;
}
.header-action_dropdown {
    position: absolute;
    top: calc(100% + 15px);
    left: auto;
    right: -15px;
    z-index: 2000;
    border-radius: 3px;
    color: #677279;
    background: #fff;
    border: solid 1px #dfe3e8;
    box-shadow: 0 1px 5px 2px rgb(0 0 0 / 10%);
    visibility: hidden;
    opacity: 0;
    width: 420px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
}
.show-search > .header-action_dropdown {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.header-action_dropdown .box-arrow {
    left: auto;
    right: 15px;
    position: absolute;
    bottom: calc(100% - 5px);
    margin: 0 auto;
    width: 22px;
    height: 20px;
}
.header-action_dropdown .box-arrow svg {
    -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
}
.header-action_dropdown .header-dropdown_content {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 10px 20px;
}
.head-right{
    float: right;
    width: calc(100% - 220px);
}

.submenu {
    background-color: #fff;
    position: absolute;
    border-width: 0;
    border-style: solid;
    padding: 0;
    display: none;
    border: solid 1px #dfe3e8;
    box-shadow:0px 0px 3px #d1d1d1;
}
ul.box-submenu {
    width: 250px;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
}
ul.box-submenu li{
    display: block;
    padding: 0;
    position: relative;
}
ul.box-submenu li a{
    font-family: 'Roboto-Regular';
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    font-size: 14px;
    color: hsla(0,0%,40%,.85);
}
.submenu .box-arrow {
    left: 40px;
    position: absolute;
    bottom: calc(100% - 7px);
    margin: 0 auto;
    width: 22px;
    height: 20px;
}
.submenu .box-arrow svg {
    -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
}
.menu-top li:hover .submenu{
    display: block;
}
.menu-top li:hover .submenu{
    display: block;
}
.btn-menu-mb{
    display: none;
}
.hidden-pc{
    display: none;
}
.header-top{
    background: #121212;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.header-top-content span{
    padding: 8px 0px;
    display: block;
}
.header-top a{
    color: #fff;
}
.header-top .link_cart{
    position: relative;
}
.header-top .link_cart span.d-md-block{
    display: inline-block !important;
}
.icon_search {
    position: relative;
    float: right;
    margin-right: 20px;
    margin-top: 5px;
}
.icon_search .btn_search{
    font-size: 16px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: #000;
    visibility: hidden;
}
.modal-backdrop.in {
    opacity: .5;
    visibility: visible;
}
.post-title{
    line-height: 1;
}
.post-title a{
    font-size: 22px;
    font-family: 'Roboto-Bold';
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 1.3;
    color: #121212;
}
.post-title a:hover{
    color: #87c5fb;
}
.breadcrumbs{
    width: 100%;
    border-bottom: 1px solid #fff;
}
.breadcrumbs a{
    display: inline-block;
    padding: 7px 20px 7px 20px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
}
.breadcrumbs .title{
    display: inline-block;
    padding: 7px 20px 7px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    background-color: #B88D58;
    margin: 0px;
    line-height: 1.5;
    margin-left: -5px;
}
.copyright{
    color: #fff;
    overflow: hidden;
    background-color: #121212;
}
.border-top{
    border-top: 1px solid rgba(255,255,255,0.1) !important;
}
.item-blog{
    position: relative;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.item-blog a.box-image{
    display: block;
    width: 100%;
    overflow: hidden;
}
.item-blog span.category a{
    font-size: 12px;
    font-family: 'Roboto-Medium';
    line-height: 20px;
    display: block;
}
.item-blog a.box-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn_viewmore{
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #121212;
    min-width: 150px;
    text-align: center;
    color: #121212;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
}
.btn_viewmore:hover{
    background-color: #121212;
    color:#fff;
}
.from_the_blog_excerpt{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sidebar{
    border-left: 1px solid #ececec;
    padding-left: 30px;
}
.widget-title{
    font-family: 'Roboto-Bold';
    font-size: 18px;
    text-transform: uppercase;
}
.is-divider {
    background-color: rgba(0,0,0,.1);
    display: inline-block;
    height: 3px;
    margin: 0.5em 0;
    max-width: 30px;
    width: 100%;
}
.widget .is-divider {
    margin-top: 0.66em;
}
.post-date{
    position: absolute;
    top: 7%;
    left: 0;
    color: var(--main-color);
}
.sidebar_search{
    width: 100%;
    overflow: hidden;
}
.sidebar_search input{
    height: 38px;
    width: calc(100% - 38px);
    float: left;
    border:1px solid #d1d1d1;
    padding: 0px 10px;
}
.sidebar_search button{
    height: 38px;
    width: 38px;
    float: left;
    background-color: #121212;
    color:#fff;
}
.tags a{
    display: inline-block;
    border:1px solid #71bcff;
    padding:5px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
}
.tags a:hover{
    background-color: #71bcff;
    color:#fff;
}
.list_cate{
    width: 100%;
}
.list_cate li{
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.list_cate li:last-child{
    border-bottom: none;
}
.list_cate li a{
    display: block;
    color:#121212;
}
.list_cate li a:hover{
    color: #71bcff;
}
.badge-inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    line-height: .85;
    color: #fff;
    padding: 2px;
    white-space: nowrap;
    transition: background-color .3s, color .3s, border .3s;
    font-weight: 700 !important;
    color: var(--main-color);
    height: 36px;
    width: 47px;
    border: 2px solid  var(--main-color);
    font-size: 16px;
}
.info_footer h1,.info_footer h2,.info_footer h3,.info_footer h4, .info_footer h5, .info_footer h6{
    color: #000;
    font-size: 16px;
    font-family: 'Roboto-Bold';
    margin-bottom: 15px;
    font-weight: normal;
}
.info_footer p span, .info_footer
.post-title{
    line-height: 0.8;
}
.badge-inner:hover{
    background-color: var(--main-color);
    color: #fff;
}
.badge-inner span{
    font-weight: 700 !important;


}
.is-xsmall {
    font-size: .7em;
}
.ml-5{
    margin-left: -5px !important;
}
.list-category li{
    display: inline-block;
    margin-right: 30px;
}
.list-category li a{
    display: block;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(223, 223, 223);
    border-radius: 10px;
    height: 40px;
    padding: 0px 15px;
    line-height: 40px;
}
.list-category li a.active{
    border: 3px solid rgb(0, 0, 0) !important;
    line-height: 35px;
}
.list-category li a:hover{
    border: 1px solid #bf585b;
}
.blog-title{
    font-size: 30px;
    font-weight: 700;
    line-height: 130%;
    margin-top: 14px;
    margin-bottom: 11px;
}
.opacity-05{
    opacity: 0.5;
}
.title-news{
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
}
.entry-content h1 {
    font-size: 28px;
}
.entry-content h2 {
    font-size: 24px;
}
.entry-content h3 {
    font-size: 20px;
}
.entry-content h4 {
    font-size: 18px;
}
.entry-content ul li{
    list-style: inherit;
}
.title_detail{
    color: #000;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 39px;
}
.entry-content img{
    max-width: 100% !important;
    height: inherit !important;
}
.support-title{
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin: 10px 0px;
}
.list_sidebar li a{
    display: block;
    margin-bottom: 20px;
}
.list_sidebar li a.active{
    font-weight: 600;
    color: #000;
    text-decoration: underline;
}
.title_nav{
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
}
footer .bottom{
    padding-top: 10px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #424242;
    text-align: center;
    color: #fff;
}
footer .bottom p{
    color: #fff;
}
.list-product{
    --spacing: 15px;
    --columns: 3;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--spacing));
}
.header-category{
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.header-category .sort{
    float: right;
    width: 200px;
}
.header-category .sort select{
    width: 100%;
    font-size: 14px;
}
.text-gray{
    color: #828282;
}
.item-rate{
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 20px;
}
.item-rate:last-child{
    border-bottom: none;
    padding-bottom: 0px;
}
.product-col{
    width: calc(calc(100% / var(--columns)) - var(--spacing));
    margin-left: var(--spacing);
}
.item-product{
    margin-bottom: 0px;
    background-color: #fff;
    position: relative;
}

.item-product .product-name{
    padding:0 5px;
}
.item-product .product-name a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-bottom: 10px;
}
.sale{
    background-color: var(--main-color);
    color: #fff;
    width: 47px;
    height: 30px;
    font-weight: 600;
    line-height:30px;
    text-align: center;
    top: 15px;
    position: absolute;
    left: -1px;
}
.image_{
    position: relative;
}
.item-product{
    overflow: hidden;
    padding: 5px;
}
.item-product img{
    width: inherit;
    height: 100%;
    transition: 0.3s all ease;
}
.item-product h2{
    line-height: 14px;
}
.item-product .box-image{
    overflow: hidden;
    display: block;
    height:274px
}
.item-product h2 a{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}
.item-product h2 a:hover{
    color: var(--main-color);
}
.box_description{
    padding: 10px;
}
.item-product h3{
    line-height: 14px;
}
/*.item-product:hover{
    border-color: rgb(0, 0, 0);
    z-index: 9;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
    border-radius: 5px;
}*/
.item-product h3 a{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}
.product-hot .list-product{
    --spacing: 0px;
    --columns: 1;
}
.price{
    margin-bottom: 10px;
}
.price p{
    font-family: 'Roboto-Bold';
    color: #000;
    margin-bottom: 0;
    margin-top:5;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
}
.price del{
    opacity: 0.5;
    text-decoration: line-through;
}
.owl-prev {
    position: absolute;
    left: -24px;
    top: calc(50% - 24px);
    filter: alpha(opacity=30);
    text-align: center;
    width: 48px;
    height: 48px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(184 193 202) 0px 0px 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}
.owl-next {
    font-size: 20px;
    position: absolute;
    right: -24px;
    top: calc(50% - 24px);
    filter: alpha(opacity=30);
    width: 48px;
    height: 48px;
    text-align: center;
    background-color: rgba(255, 255, 255);
    border-radius: 50%;
    box-shadow: rgb(184 193 202) 0px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer{
    background-color: #121212;
    color:#fff;
}
.sort_price{
    width: 100%;
    overflow: hidden;
}
.sort_price li{
    margin-bottom: 10px;
    cursor: pointer;
    display: block;
}
.sort_price li input{
    margin-right: 5px;
}
.btn_cart{
    display: inline-block;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    border: 1px solid #121212;
    background-color: #fff;
    color: #121212;
    padding: 5px 10px;
    font-size: 11px;
}
.btn_cart:hover{
    background-color: #121212;
    color:#fff;
}
.breadcrumb ol{
    padding-left: 0px;
    margin-bottom: 0px;
}
.breadcrumb ol li{
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.breadcrumb ol li:after{
    content: "/";
    position: absolute;
    left: calc(100% - -3px);
    top: -1px;
    color: #797979;
}
.breadcrumb ol li:last-child:after{
    display: none;
}
.breadcrumb ol li a{
    display: block;
    color: #797979;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}
.title-product{
    font-size: 28px;
}
.description_product p{
    margin-bottom: 15px;
}
.group-cart.product-action {
    width: 100%;
}
.quantity {
    width: 104px;
    height: 40px;
    overflow: hidden;
    margin-right: 10px;
}
.product-action button {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    font-family: 'Roboto-Bold';
    border:1px solid #d1d1d1;
}
.quantity button {
    background-color: #fff;
    width: 30px;
    margin: 0px;
}
.quantity input {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    border:1px solid #d1d1d1;
}
.product-action .addCart {
    background-color: #000;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    padding:0px 15px;
}
.product-action .addCart:hover{
    opacity: 0.7;
}
.price-detail .price p{
    font-size: 24px;
}
.list_san{
    width: 100%;
}
.list_san a{
    width: 30%;
    float: left;
    padding: 5px 10px;
    border: 1px dashed #ff7133;
    display: inline-block;
    border-radius: 10px;
    margin-right: 10px;
}
.list_san a img{
    width: 100%;
}
.title_{
    font-family: 'Roboto-Bold';
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
}
.title_:after{
    content: '';
    height: 3px;
    width: 50px;
    background-color: #121212;
    left: 0px;
    top: 40px;
    position: absolute;
}
#tabProduct.nav-tabs{
    border-bottom: none;
}
#tabProduct.nav-tabs .nav-link{
    background-color: initial;
    color: hsla(0,0%,40%,.85);
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    border: initial;
    border-radius: initial;
    padding: 0px;
    font-family: 'Roboto-Bold';
    margin-right: 20px;
    position: relative;
    height: 40px;
}
#tabProduct.nav-tabs .nav-link.active:before,#tabProduct.nav-tabs .nav-link:hover:before{
    background-color: #121212;
    content: " ";
    height: 3px;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: all .3s;
    width: 100%;
}
#tabProduct.nav-tabs .nav-link.active{
    color:#121212;
}
#tabProduct.nav-tabs .nav-link:hover{
    color:#121212;
}
.detail-content ul li{
    list-style: initial;
}
.product-related .list-product{
    --columns: 4;
}
.modal{
    background-color: rgba(0,0,0,0.6);
}
#addCartModal h4.modal-title {
    color: #121212;
    font-size: 16px;
    padding: 0;
    text-transform: uppercase;
}
.itemCartTile {
    font-size: 20px;
}
#addCartModal .modal-footer button {
    display: inline-block;
    float: none;
    font-size: 14px;
    height: 35px;
    padding: 0px 10px;
    margin: 0px 5px;
    border: 1px solid #121212;
    color: #fff;
    background: #121212;
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: none;
    font-weight: normal;
    margin-bottom: 10px;
}
#addCartModal .modal-footer {
    text-align: center;
    border: none;
    padding: 0;
    display: block;
}
.itemCartPrice {
    color: #121212;
    font-size: 18px;
}
.itemCartPrice del, .itemCartPrice .prev {
    color: #999999;
    font-size: 14px;
    margin-right: 15px;
    vertical-align: middle;
    display: inline-block;
    text-decoration: line-through;
}
.itemCartPrice .price p{
    font-size: 18px;
}
.itemCartTile a{
    color:#121212;
}
#addCartModal .modal-header button {
    background-color: #fff;
    font-size: 18px;
}
.imgCartItem .card-cover img{
    height: auto;
}
.shop_table{
    width: 100%;
}
table{
    margin-bottom: 1em;
    border-color: #ececec;
    border-spacing: 0;
    width: 100%;
}
table .button, table button, table input[type='submit'], table input[type='reset'], table input[type='button'] {
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-family: 'Roboto-Bold';
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}
.woocommerce thead th, .woocommerce .order-total td, .woocommerce .order-total th {
    border-width: 3px;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    border-top: none;
    border-right: none;
    border-left: none;
}
td.product-total, .shop_table tfoot tr td, .cart_totals tbody tr td, .shop_table thead tr th:last-of-type, .shop_table tr td:last-of-type {
    text-align: right;
}
td.product-remove {
    width: 20px;
    padding: 0;
}
td.product-thumbnail {
    min-width: 60px;
    max-width: 90px;
    width: 90px;
}
.shop_table .cart_item td {
    padding: 0.5em;
    padding-top: 15px;
    padding-bottom: 15px;
}
a.remove, a.icon-remove {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 15px !important;
    line-height: 22px !important;
    border-radius: 100%;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    border: 2px solid currentColor;
}
td.product-name a {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
span.amount {
    white-space: nowrap;
    color: #121212;
    font-weight: bold;
    font-size: 16px;
}
.shop_table .quantity {
    margin: 0;
    width: 101px;
    float: right;
}
.quantity .minus, .quantity .plus {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.quantity .minus {
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-right: -3px;
    width: 30px;
}
.quantity .plus {
    border-left: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-left: -3px;
    width: 30px;
    margin-right: 0px;
}
.is-form, button.is-form, input[type='submit'].is-form, input[type='reset'].is-form, input[type='button'].is-form {
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
    text-shadow: 1px 1px 1px #fff;
    color: #666;
    border: 1px solid #ddd;
    text-transform: none;
    font-weight: normal;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
input[type='number'] {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 40px;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}
.quantity input {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.quantity input[type="number"] {
    max-width: 40px;
    width: 40px;
    text-align: center;
    border-radius: 0 !important;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-size: 1em;
    margin-top: -1px;
    height: 41px;
}
.cart_totals>h2 {
    display: none;
}
.shop_table .actions {
    border: 0;
    padding: 15px 0 10px;
}
th, td {
    padding: 0.5em;
    text-align: left;
    border-bottom: 1px solid #ececec;
    line-height: 1.3;
    font-size: .9em;
}
.cart_totals .checkout-button, .checkout-button {
    min-width: 100%;
    margin-right: 0;
    display: block;
    color: #fff;
    background-color:#121212;
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
}
#order_review {
    padding: 0 2em;
    border-width: 2px 2px 2px;
    border-style: solid;
    border-color: #121212;
    padding-bottom: 2em;
}
#order_review button {
    width: 100%;
    color: #fff;
    border-color: #121212;
    background-color: #121212;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    font-family: 'Roboto-Bold';
}
form.checkout h3 {
    font-size: 1.2rem;
    padding: 20px 0 14px;
    margin: 0px;
    font-weight: 500;
    text-transform: uppercase;
    color: #121212;
    padding-top: 0px;
}
#checkoutForm label{
    margin-bottom: 5px;
}
#checkoutForm label.error{
    color:red;
    margin-top: 5px;
}
.product_home .list-product{
    --columns: 4;
}
.btn_viewmore.bg_black{
    background-color: #121212;
    color:#fff;
}
.btn_viewmore.bg_black:hover{
    opacity: 0.8;
}
.bg_gray{
    background-color: rgb(250, 250, 250);
}
.description-blog h3 a{
    color: #121212;
    font-size: 18px;
    display: block;
    font-family: 'Roboto-Bold';
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.border-bottom-none{
    border-bottom: none !important;
}
.description-blog h3 a:hover{
    color:#87c5fb;
}
label{
    margin-bottom: 5px;
}
.box-account{
    display: flex;
    align-items: center;
}
.icon-user{
    margin-right: 15px;
}
.name-user{
    font-size: 16px;
    font-family: 'Roboto-Bold';
}
.title_account{
    font-size: 24px;
}
.pagination{
    width: 100%;
    text-align: center;
    display: block;
}
.pagination li{
    display: inline-block;
}
.page-item.active .page-link{
    background-color: #121212;
    border-color: #121212;
}
.page-link{
    color:#121212;
}
.entry-content iframe{
    height: 450px !important;
}
.page-item:first-child .page-link,.page-item:last-child .page-link{
    border-radius: initial;
}
.item_block{
    width: 100%;
    overflow: hidden;
}
.item_block img{
    width: 60px;
    float: left;
}
.item_block .des_block{
    width: calc(100% - 75px);
    padding-left: 15px;
    float: left;
}
.item_block .des_block h3{
    font-size: 20px;
}
.sec_block_2{
    background-color: #121212;
    color:#fff;
}
.sec_block_2 .btn_viewmore{
    background-color: #fff!important;
    color: #666!important;
}
.sec_block_2 .btn_viewmore:hover{
    opacity: 0.7;
}
.blog_related .item-blog{
    margin-bottom: 0px;
    border-bottom: none;
}
.popup_left{
    position: fixed;
    background-color: #fff;
    width: 70%;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 99;
    padding:50px;
    left:-70%;
}
.popup_left.active{
    left: 0;
}
.popup_left .content-popup{
    width: 560px;
    margin-left: calc(50% - 280px);
}
.header-top button{
    background-color: initial;
    color:#fff;
}
.btn_popup{
    position: absolute;
    right: 30px;
    background-color: inherit;
    font-size: 18px;
}
.blog_related .item-blog .post-title a{
    font-size: 18px;
    line-height: 1;
}
.blog_related .item-blog .post-title{
    line-height: 0.8;
}
.item_product{
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}
.item_product:last-child{
    border-bottom: none;
}
.item_product .box_image{
    display: block;
    width: 70px;
    float: left;
}
.item_product .right_product{
    display: block;
    width: calc(100% - 80px);
    float: left;
    margin-left: 10px;
}
.item_product .right_product a{
    display: block;
    color:#121212;
}
.item_product .right_product a:hover{
    color:#71bcff;
}
.item_product .right_product .price{
    font-family: 'Roboto-Bold';
    margin-bottom: 0px;
}
.item_product .right_product .price del{
    margin-right: 10px;
}
.blog_related .btn_viewmore{
    padding: 5px 10px;
    min-width: 100px;
}
.tag{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #121212;
    color: #fff;
    border-radius: 20px;
    line-height: 40px;
    right: 0px;
    top: 0px;
}
.item-product:hover .card-cover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.item-product:hover .product-name a{
    color:#121212;
}
.btn-buynow{
    display: block;
    width: 260px;
    background-color: #121212;
    height: 46px;
    color:#fff;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    bottom: 80px;
    z-index: 9;
    right: 20%;
}
.btn-buynow:hover{
    opacity: 0.7;
    color:#fff;
}
.btn-buynow i{
    margin-left: 10px;
}
.item-nav ul li a:hover{
    margin-left: 5px;
}
.post-thumb{
    width: 100%;
    height: 320px;
    overflow: hidden;
    display: block;
}
.post-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-blog:hover .post-thumb img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.list-product.columns-4{
    --columns: 4;
}
.header-action_dropdown .header-dropdown_content .site_search form{
    position: relative;
    padding: 0;
    margin-bottom: 5px;
}
.header-action_dropdown .header-dropdown_content .site_search .searchinput {
    background: #f5f5f5;
    border: 1px solid #ececec;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    width: 100%;
    height: 45px;
    padding: 0 55px 0 20px;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    transition: all 150ms linear;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.header-action_dropdown .header-dropdown_content .site_search .btn-search {
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    padding: 0;
    top: 0px;
    right: 0px;
    background: transparent;
    transition: opacity 150ms linear;
    border: none;
    min-width: auto;
    outline: none;
    box-shadow: none;
    opacity: .5;
}
.header-action_dropdown .header-dropdown_content .title-search {
    font-size: 17px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    font-weight: 500;
    padding: 6px 10px;
    text-align: center;
    border-bottom: 1px solid #ededed;
}
.price-detail .price del{
    font-size: 18px;
}
.list-feedback{
    margin-left: -30px;
    overflow: hidden;
}
.list-feedback a{
    width: calc(50% - 30px);
    float: left;
    margin-left: 30px;
    display: block;
    margin-bottom: 30px;
}
.list-feedback a:nth-child(2n+1) {
    clear: left;
}
.text-des{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.popup_bottom{
    width: 250px;
    position: fixed;
    bottom: 10px;
    background-color: #fff;
    right: 0;
    z-index: 99;
    transition: 0.3s all ease;
    right:-250px;
}
.popup_bottom .title{
    border-bottom: 1px solid #d1d1d1;
    background-color: #121212;
    color: #fff;
    padding: 10px;
}
.popup_bottom .title i{
    margin-right: 5px;
}
.popup_bottom .box_bottom{
    border:1px solid #ddd;
    border-top: none;
    padding:5px;
}
.popup_bottom .itemCartTile{
    line-height: 1;
}
.popup_bottom .itemCartTile a{
    color:#121212;
    font-size: 13px;
}
.detail-content img{
    max-width: 100% !important;
    height: inherit !important;
}
.addcart_popup{
    width: 100%;
    background-color: #fff;
    position: fixed;
    bottom: 0px;
    padding:5px;
    border-top: 1px solid #d1d1d1;
     z-index: 9999999999;
}
.addcart_popup .content_addcart{
    width: 400px;
    display: flex;
    margin-left: calc(50% - 200px);

}
.wc-backward{
    height: 40px;
    display: inline-block;
    background-color: #121212;
    padding: 0px 20px;
    text-transform: uppercase;
    line-height: 40px;
    color: #fff;
}
.product-action button.buyNow{
    padding: 0px 20px;
    text-transform: uppercase;
    color: #121212;
    background-color: #fff;
    border: 1px solid #121212;
}
.product-action button.buyNow:hover{
    background-color: #121212;
    color:#fff;
}
.addcart_popup .content_addcart input{
    width: 40px;
}
.addcart_popup .content_addcart .quantity button{
    border: 1px solid #d1d1d1;
    height: 40px;
    width:40px;
}
.addcart_popup .content_addcart button.addCart{
    width: 100%;
    background-color: #121212;
    color: #fff;
    margin-left: 3px;
    text-transform: uppercase;
}
.addcart_popup .content_addcart .quantity{
    width: 150px;
}
.list-action li a{
    color:#121212;
}
.list-action li a.active,.list-action li a:hover{
    color:#71bcff;
    text-decoration: underline;
}
.link_logout{
    color: #121212;
    text-decoration: underline;
}
textarea.form-control{
    height: inherit;
}
.box_address{
    border: 1px solid #d1d1d1;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.list_address {
    overflow: hidden;
    margin-top: 15px;
}
.list_address label {
    display: block;
    cursor: pointer;
}
.list_address input {
    width: 30px;
    float: left;
    margin-right: 15px;
    margin-top: 4px;
}
.list_address .box-address {
    width: calc(100% - 45px);
    float: left;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.btn_save_address{
    background-color: #121212;
    color:#fff;
    height: 38px;
    padding: 0px 20px;
}
.coupon-voucher {
    margin-bottom: 20px;
}
.coupon-voucher input {
    width: calc(100% - 100px);
    height: 40px;
    float: left;
    font-size: 14px;
    border-radius: inherit;
}
#order_review .coupon-voucher button {
    width: 100px;
    background-color: #aaa;
    color: #fff;
    font-size: 14px;
    height: 40px;
    font-family: 'Roboto-Regular';
    text-transform: inherit;
}
#order_review .coupon-voucher button:hover{
    background-color: #121212;
}
.box-code-coupon{
    color:#999;
}
.sale-promotion{
    font-size: 16px;
    color:#71bcff;
}
.sec_subcriber{
    width: 100%;
    padding:100px 0px;
    position: relative;
}
.sec_subcriber:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.sec_subcriber .container-lg{
    z-index: 9;
    position: relative;
}
.box-subcriber{
    max-width: 500px;
    margin: auto;
    color:#fff;
}
.form-subcriber{
   width: 100%;
   overflow: hidden;
   background-size: cover;
}
.form-subcriber input{
    width: calc(100% - 100px);
    border-radius: initial;
    float: left;
}
.form-subcriber button{
    width: 100px;
    height: 40px;
    background-color: #121212;
    color: #fff;
    float: left;
}
.box_video video{
    width: 100%;
    height: 320px;
}
@media (min-width: 1920px){
    .container {
        max-width: 1600px;
    }
}
@media (min-width: 1200px){
    .container,.container-lg{
        max-width: 1080px;
    }
    .modal-lg, .modal-xl{
        max-width: 1000px;
    }
}
@media (max-width: 1199px){
    .modal-lg, .modal-xl{
        max-width: 1000px;
    }

}
@media (max-width: 992px){
    .popup_left{
        width: 90%;
        padding: 30px;
        left:-90%;
    }
    .popup_left .content-popup{
        width:100%;
        margin-left: 0px;
        overflow-y: scroll;
        height: 100%;
    }
    .btn_popup{
        right: 10px;
    }
    .head-right .icon_search{
        display: none;
    }
    .header-center-content{
        justify-content: space-between;
    }
    .logo{
        margin-right: 0px;
    }
    .head-right{
        width: initial;
    }
    .btn-menu-mb {
        font-size: 0;
        border: none;
        background: none;
        position: relative;
        z-index: 99;
        display: block;
    }
    .fa-bars-menu {
        height: 3px;
        background: #121212;
        width: 26px;
        display: block;
        margin: 4px 0;
    }
    #menu-mobile {
        display: block;
        width: 320px;
        position: fixed;
        height: 100vh;
        left: 0;
        right: auto;
        top: 0;
        background: #fff;
        z-index: 6000;
        overflow-y: auto;
        -ms-transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .menu-active #menu-mobile {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .site-overlay {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 4000;
        opacity: 0;
        visibility: hidden;
        transition: all 300ms linear;
    }
    .menu-active #site-overlay {
        opacity: 1;
        visibility: visible;
    }
    body.menu-active {
        left: 320px;
        overflow: hidden;
    }
    #menu-mobile .mn-mb-header {
        background:#121212;
    }
    #menu-mobile .mn-mb-header a {
        display: block;
    }
    #menu-mobile .mn-mb-header .drawer-header--auth {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0px 16px;
        margin-top: 0;
        padding: 15px 0;
    }
    #menu-mobile .mn-mb-header .drawer-header--auth ._object {
        width: 40px;
        height: 40px;
        margin-right: 16px;
        border-radius: 50%;
        overflow: hidden;
    }
    #menu-mobile .mn-mb-header .drawer-header--auth ._body {
        color: #fff;
        font-size: 18px;
        font-family:'Roboto-Bold';
    }
    .close-handle {
        position: absolute;
        top: 0;
        right: 0;
        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;
        font-size: 0;
    }
    .close-handle .mb-menu-cls {
        width: 35px;
        height: 35px;
        cursor: pointer;
        display: inline-block;
        position: relative;
        margin-top: 10px;
    }
    .close-handle .mb-menu-cls .bar {
        position: relative;
        top: 18px;
        right: 7px;
        background: #000;
        display: block;
        margin: auto;
        -ms-transition: all 0ms 100ms, width 150ms linear;
        -webkit-transition: all 0ms 100ms, width 150ms linear;
        transition: all 0ms 100ms, width 150ms linear;
    }
    .close-handle .mb-menu-cls .bar:before {
        content: "";
        position: absolute;
        right: 0;
        background: #fff;
        bottom: -2px;
        width: 20px;
        height: 2px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .close-handle .mb-menu-cls .bar:after {
        content: "";
        position: absolute;
        right: 0;
        background: #fff;
        top: 0;
        width: 20px;
        height: 2px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    #menu-mobile .mb-menu li {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        position: relative;
        overflow: hidden;
    }
    #menu-mobile .mb-menu li a {
        display: inline-block;
        color: #000000;
        font-size: 16px;
        padding: 10px 20px 10px 10px;
        position: relative;
    }
    #menu-mobile .mb-menu li .cl-open {
        font-size: 0;
        background: none;
        border: none;
        position: absolute;
        right: 0;
        width: 38px;
        height: 38px;
        top: 0;
        color:#41261F;
    }
    #menu-mobile .mb-menu li .cl-open.plus-menu:after {
        content: "+";
        font-size: 25px;
        font-weight: 500;
    }
    #menu-mobile .mb-menu li .cl-open.minus-menu:after {
        content: "–";
        font-size: 25px;
        font-weight: 500;
    }
    #menu-mobile .mb-menu li .menu-childrent {
        padding-left: 10px;
        display: none;
    }
    .header-top .link_cart{
        position: absolute;
        z-index: 9;
        right: 20px;
        top: 0px;
    }
    .header-top .link_cart span{
        top: 0px
    }
    .entry-content iframe{
        height: 300px !important;
    }
}
@media(max-width:  568px){
    .entry-content iframe{
        height: 200px !important;
    }
    .post-thumb{
        height: auto;
    }
    .item-blog a.box-image img{
        height: auto;
    }
    .addcart_popup .content_addcart{
        width: 100%;
        margin-left: 0;
    }
    .list-feedback{
        margin-left: 0px;
    }
    .list-feedback a{
        width: 100%;
        margin-left: 0px;
    }
    .app-figure .selectors{
        overflow: hidden;
    }
    .selectors .owl-prev{
        width: 20px;
        height: 20px;
        left: 0;
        top: calc(50% - 10px);
        font-size: 14px;
    }
    .selectors .owl-next{
        width: 20px;
        height: 20px;
        right: 0;
        top: calc(50% - 10px);
        font-size: 14px;
    }
    .item-slider .btn-buynow{
        width: 170px;
        height: 28px;
        font-size: 12px;
        line-height: 28px;
        left: calc(50% - 85px);
        bottom: 10px;
    }
    .menu_footer{
        display: block;
    }
    .item_property .title_1{
        font-size: 13px;
    }
    .item_property .title_2{
        font-size: 14px;
    }
    .title_home{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .title_home:after{
        top: 35px;
    }
    .btn_xemngay{
        width: 142px;
        height: 32px;
        margin-left: 0px;
        background-size: 100%;
    }
    .item_seller .right img{
        height: 100%;
        width: inherit;
    }
    .form-contact input{
        width: 100%;
    }
    .list-product{
        --columns: 2;
    }
    .product_hot .list-product{
        --spacing: 5px;
    }
    .item-product h3 a,.item-product h3{
        font-size: 12px;
        line-height: 1.3;
    }
    .product_hot .list-product .item-product{
        margin-bottom: 5px;
    }
    .products .list-product .price del{
        display: block;
    }
    .item_blog .box_image{
        height: inherit;
    }
    .shop_table .product-remove {
        position: relative;
        width: 0;
    }
    .shop_table .product-remove a {
        position: absolute;
        top: 10px;
        left: 0px;
        width: 24px;
        height: 24px;
        line-height: 18px !important;
        font-size: 18px !important;
    }
    .shop_table .product-name {
        min-width: 80px;
    }
    .shop_table .mobile-product-price {
        margin: 0.5em 0;
    }
    .shop_table .product-price {
        display: none;
    }
    .product-quantity {
        text-align: right;
    }
    .shop_table .product-subtotal {
        display: none;
    }
    .icon_search{
        position: inherit;
    }
    .header-action_dropdown{
        width: 100%;
        left: 0;
        top: 120px;
    }
    .item-product .box-image{
        height: 150px;
    }
    .item-product .box-image img{
        width: inherit;
    }
    aside .item-product .box-image{
        height: 250px;
    }
    .item_block{
        margin-bottom: 15px;
    }
    .product_home .list-product{
        --columns: 2;
    }
    .sidebar{
        border-left: none;
        padding-left: 0px;
    }
    .header-category .title_page{
        width: 100%;
    }
    .header-category .sort{
        float: initial;
    }
    .sidebar_category{
        display: none;
    }
    .product-related .list-product{
        --columns: 2
    }
    .list-product.columns-4{
        --columns: 2;
    }
    .title_detail {
        margin-bottom: 20px;
    }
    .item-product img{
        width: 100%;
        height: inherit !important;
    }
    .box_video iframe{
        width: 100%;
    }
}

