@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@font-face {
    font-family: helve;
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue.woff2') format('woff2'),
        url('../fonts/HelveticaNeue.woff') format('woff'),
        url('../fonts/HelveticaNeue.ttf') format('truetype'),
        url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: helvebold;
    src: url('../fonts/HelveticaNeue-Bold.eot');
    src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff'),
        url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none!important}
img{max-width: 100%;}
body{font-size: 14px;margin:0;font-family: helve; left: 0px;position: relative;background: #f1f1f1;}
body p{font-size:14px;margin:0;font-family: helve;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-family: helvebold;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
.editer img{
    height: auto !important;
}
.header-top{
    background: #189eff;
    padding: 7px 0;
    position: relative;
    z-index: 9;
}
.header-top .search-bar input {
    border: 0;
    position: relative;
    background: #fff;
    height: 40px;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    outline: none;
    box-shadow: none;
    padding: 0 10px;
    width: 100%;
}
.header-top .search-bar button {
    color: #333;
    background-color: #fdd835;
    outline: none;
    box-shadow: none;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    height: 40px;
    width: 53px;
}
.hotline {
    width: 150px;
    float: left;
}
.hotline a {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.hotline span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #d0efff;
}
.index-account {
    width: 150px;
    float: left;
    position: relative;
}
.index-account>a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.index-account span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #d0efff;
}
.index-account ul {
    position: absolute;
    top: 46px;
    min-width: 200px;
    border: 1px solid #efefef;
    background: #fff;
    margin: 0;
    padding: 4px 12px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.18);
    z-index: 15;
    display: none;
    list-style-type: none;
}
.index-account:hover ul {
    display: block;
}
.index-account ul li a {
    color: #333;
    display: block;
}
.index-account:hover:before {
    display: block;
}
.index-account:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 100%;
    height: 25px;
    background: 0 0;
    display: none;
    z-index: 8;
}
.index-account ul:before {
    border: 9px solid transparent;
    border-bottom: 9px solid #efefef;
    margin-left: -9px;
    bottom: 100%;
    left: 20%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.index-cart {
    float: left;
    width: calc(100% - 300px);
    text-align: center;
    position: relative;
}
.index-cart a {
    font-size: 16px;
    color: #fff;
}
.index-cart .count_item_pr {
    position: absolute;
    top: -10px;
    right: 7px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    color: #333;
    background-color: #fdd835;
    text-align: center;
}
.header-bottom{
    background: #fdd835;
}
.main-menu {
    cursor: pointer;
    box-shadow: 0 -1px 4px 0 rgba(0,0,0,0.2);
    height: 43px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.main-menu > span{
    font-family: helvebold;
    margin: 0 30px 0 10px;
}
.block-menu{
    position: relative;
}
.ul-main-menu{
    position: absolute;
    width: 100%;
    min-height: 386px;
    background: #fff;
    overflow: visible;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    z-index: 999;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none;
}
.ul-main-menu > li > a{
    padding: 6px 10px;
    color: #333;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
}
.ul-main-menu > li:last-child > a{
    border: none;
    font-family: helvebold;
}
.ul-main-menu > li > a > span > img{
    width: 22px;
    margin-right: 5px;
}
.ul-main-menu > li > a > img {
    width: 10px;
    height: 20px;
}
.block-menu:hover .ul-main-menu{
    display: block;
}
.block-menu.home .ul-main-menu{
    display: block;
}
.ul-main-menu > li > a:hover > span{
    color: #189eff;
}
.has-sub{
    position: static;
}
.div-sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: calc(300% + 90px);
    background: #fff;
    min-height: 386px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    padding: 10px;
    z-index: 999;
    display: none;
    height: 100%;
}
.danhmuc-smn > a {
    border-bottom: solid 1px #ddd;
    height: 25px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #189eff;
    font-family: helvebold;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.list-smn > a{
    display: block;
    padding: 2px 0 !important;
    color: #575454;
}
.list-smn > a:hover{
    color: #189eff;
}
.has-sub:hover .div-sub-menu{
    display: flex;
}
.ul-main-menu > li > a.hide-menu{
    border-bottom: 1px solid #eee !important;
    font-family: helve !important;
    display: none;
}
.ul-main-menu > li > a.hide-menu.showmn{
    display: block;
}
.rar-bar{
    width: 10px;
    height: 20px;
    margin-left: 5px;
}
.ul-nav-bar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.ul-nav-bar > li > a{
    padding: 0 10px;
    color: #000;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.nopdleft{
    padding-left: 0;
}
.ul-nav-bar > li.active > a{
    color: #d0021b !important;
}
.ul-nav-bar > li:hover > a{
    color: #189eff;
}
.has-nav{
    position: relative;
}
.ul-sub-nav{
    position: absolute;
    left: 0;
    min-width: 200px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 9999;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    padding: 5px;
    border-top: none;
    display: none;
}
.ul-sub-nav > li > a{
    display: block;
    padding: 3px 5px;
    color: #000;
    white-space: nowrap;
}
.ul-sub-nav > li:hover > a{
    background: #f5f5f5;
}
.has-nav:hover .ul-sub-nav{
    display: block;
}
.has-mega{
    position: static;
}
.danhmuc-mega > a {
    height: 25px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #189eff;
    font-family: helvebold;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.list-mega > a {
    display: block;
    padding: 2px 0 !important;
    color: #575454;
}
.div-mega-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 6px 15px rgba(0,0,0,0.12);
    padding: 20px 5px;
    display: none;
}
.list-mega{
    margin-bottom: 20px;
}
.div-mega-menu .col-md-3{
    padding: 0 5px;
}
.list-mega > a:hover{
    color: #189eff;
}
.has-mega:hover .div-mega-menu{
    display: flex;
}
.slider-banner img{
    height: 386px;
    object-fit: cover;
}
.block-slider{
    position: relative;
}
.block-slider .lSSlideOuter .lSPager.lSpg{
    margin: 0 !important;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.block-slider .lSSlideOuter .lSPager.lSpg > li a{
    width: 10px;
    height: 10px;
}
.block-slider .lSSlideOuter .lSPager.lSpg > li.active a{
    width: 30px;
}
.items-camket{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.items-camket > img{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.ct-camket{
    width: calc(100% - 50px);
}
.ct-camket h4{
    font-size: 14px;
    font-family: helvebold;
    color: #333;
    margin: 0;
    margin-bottom: 5px;
}
.ct-camket p{
    font-size: 12px;
}
.block-camket {
    background: #fff;
    padding: 15px 10px;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}
.block-timkiem{
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}
.block-timkiem form{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ip-timkiem,
.sl-timkiem{
    width: calc(20% - 10px);
    height: 40px;
    border: 1px solid #ccc;
    padding: 6px 12px;
    outline: none;
}
.btn-timkiem{
    width: calc(20% - 10px);
    height: 40px;
    border: 1px solid #189eff;
    padding: 6px 12px;
    background: #189eff;
    color: #fff;
    text-transform: uppercase;
}
.title-dm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.title-dm span{
    font-family: helvebold;
}
.ul-dm{
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-dm > li > a{
    color: #333;
    display: inline-flex;
    align-items: center;
}
.ul-dm > li:first-child > a:before{
    content: unset;
}
.ul-dm > li > a:before{
    content: "/";
    display: block;
    padding: 0 10px;
    color: #ccc;
}
.ul-dm > li > a.viewall{
    color: #189eff;
    font-family: helvebold;
}
.ul-dm > li > a.viewall i{
    margin-left: 5px;
}
.block-danhmuc{
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}
.img-dm{
    position: relative;
    display: flex;
    align-items: center;
    height: 180px;
    background: #f7f8f9;
    overflow: hidden;
    padding: 0
}
.items-dm:hover{
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
}
.items-dm .img-dm img{
    transform: scale(1);
    transition: all 0.5s;
}
.items-dm:hover .img-dm img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.items-dm-block{
    padding: 1px;
}
.items-dm{
    padding-bottom: 10px;
}
.name-sp {
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.name-sp a{
    color: #333;
}
.name-sp a:hover{
    color: #189eff;
}
.content-dm {
    padding: 0 5px;
    text-align: center;
}
.new-price {
    color: #d0021b;
    display: inline-block;
    font-family: helvebold;
}
.old-price {
    color: #666;
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    text-decoration: line-through;
}
.sale {
    position: absolute;
    top: 0;
    right: 0;
    background: #fdd835;
    font-size: 10px;
    border-radius: 2px;
    padding: 2px 5px;
}
.buy-view {
    position: absolute;
    right: 15px;
    display: flex;
    flex-direction: column;
    transform: scale(0);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.buy-sp{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #333;
    margin-bottom: 5px;
}
.view-sp{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #333;
}
.items-dm:hover .buy-view{
    transform: scale(1);
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
}
.namesp-xn{
    margin: 0;
    margin-bottom: 20px;
}
.namesp-xn a{
    font-size: 24px;
    color: #333;
}
.new-price-xn{
    font-size: 20px;
    color: #189eff;
    font-family: helvebold;
}
.old-price-xn{
    font-size: 16px;
    color: #a2a2a2;
    margin-left: 10px;
    text-decoration: line-through;
}
.des-sp-detail{
    color: #575454;
}
.soluong {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 50px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px; 
}
.btn-minus, .btn-plus {
    border: none;
    background: none;
    outline: unset;
    width: 50px;
    height: 44px;
    color: #222;
    font-size: 12px;
    background: #fff;
}
.ip-soluong {
    width: calc(100% - 100px);
    text-align: center;
    border: none;
    padding: 12px 0;
}
.addtocart-xn a{
    display: flex;
    height: 44px;
    border-radius: 50px;
    background: #189eff;
    border: 1px solid #189eff;
    position: relative;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}
.addtocart-xn a span{
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    box-shadow: 2px 1px 8px -1px rgba(0,0,0,0.43);
    font-size: 18px;
    background: #189eff;
    color: #fff;
}
.addtocart-xn a:hover{
    background: #fff;
    color: #189eff;
}
.fancybox-slide--iframe .fancybox-content {
    width: 1030px !important;
    margin: 0;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.xemnhanh-sp{
    background: #fff;
}
.xemnhanh-sp .lSAction > a {
    background: #189eff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.2s;
    opacity: 0.7;
}
.block-slider-dm .lSAction > a {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    box-shadow: 0 2px 4px rgba(0,0,0,0.4);
    width: 24px;
    transition: all 0.2s;
    opacity: 0.7;
}
.block-slider-dm .lSAction > a.lSPrev{
    left: 0;
}
.block-slider-dm .lSAction > a.lSNext{
    right: 0;
}
.block-slider-dm .lSAction > a:hover,
.xemnhanh-sp .lSAction > a:hover{
    opacity: 1;
}
.block-slider-dm .lSSlideOuter .lSPager.lSpg{
    margin-top: 15px !important;
    margin-bottom: 10px;
}
.block-slider-dm .lSSlideOuter .lSPager.lSpg > li a{
    width: 10px;
    height: 10px;
    background: none; 
    border: 1px solid #189eff;
}
.block-slider-dm .lSSlideOuter .lSPager.lSpg > li.active a{
    background: #189eff; 
}
.items-kb-block {
    padding: 1px;
}
.img-kn {
    position: relative;
    display: flex;
    align-items: center;
    height: 210px;
    overflow: hidden;
    padding: 0;
}
.items-kn:hover{
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
}
.items-kn .img-kn img{
    transform: scale(1);
    transition: all 0.5s;
    object-fit: cover;
}
.content-kn {
    padding: 10px 15px;
}
.content-kn h4{
    font-size: 16px;
    margin: 0;
    margin-bottom: 5px;
}
.content-kn h4 a{
    color: #222; 
}
.content-kn h4 a:hover{
    color: #189eff; 
}
.authur{
    color: #888;
    margin-bottom: 5px;
}
.block-slider-kinhnghiem .lSSlideOuter .lSPager.lSpg{
    margin-top: 15px !important;
    margin-bottom: 10px;
}
.block-slider-kinhnghiem .lSSlideOuter .lSPager.lSpg > li a{
    width: 10px;
    height: 10px;
    background: none; 
    border: 1px solid #189eff;
}
.block-slider-kinhnghiem .lSSlideOuter .lSPager.lSpg > li.active a{
    background: #189eff; 
}
.block-slider-kinhnghiem .lSAction > a {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    box-shadow: 0 2px 4px rgba(0,0,0,0.4);
    width: 24px;
    transition: all 0.2s;
    opacity: 0.7;
}
.block-slider-kinhnghiem .lSAction > a.lSPrev{
    left: 1px;
}
.block-slider-kinhnghiem .lSAction > a.lSNext{
    right: 1px;
}
.block-slider-kinhnghiem .lSAction > a:hover,
.xemnhanh-sp .lSAction > a:hover{
    opacity: 1;
}
.block-slider-kinhnghiem .lSSlideOuter .lSPager.lSpg{
    margin-top: 15px !important;
    margin-bottom: 10px;
}
.block-slider-kinhnghiem .lSSlideOuter .lSPager.lSpg > li a{
    width: 10px;
    height: 10px;
    background: none; 
    border: 1px solid #189eff;
}
.block-slider-kinhnghiem .lSSlideOuter .lSPager.lSpg > li.active a{
    background: #189eff; 
}
.tim-nhieu > span{
    color: #a9a9a9;
}
.footer-top{
    background: #e8e8e8;
    padding: 10px 0;
}
.tim-nhieu > a{
    color: #999;
    margin-left: 15px;
}
.tim-nhieu > a:hover{
    color: #333;
}
.footer-center{
    background: #fff url(../img/back-ft.png) top center no-repeat;
    background-size: cover;
    padding: 30px 0;
    border-top: 2px solid #ef8a32;
}
.tit-ft{
    font-size: 14px;
    margin: 0;
    margin-bottom: 15px;
}
.add-ft{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #666;
}
.add-ft i{
    font-size: 12px;
}
.add-ft span{
    width: calc(100% - 20px);
}
.ul-ft{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-ft > li > a{
    font-size: 14px;
    color: #288ad6;
    padding: 3px 0;
    display: block;
}
.ul-ft i{
    width: 20px;
}
.footer-bottom{
    background: #f8f8f8;
}
.copyright {
    padding: 10px 0;
    color: #999;
    text-align: center;
    font-size: 12px;
}
.block-cart{
    position: fixed;
    width: 450px;
    height: 100vh;
    right: -450px;
    z-index: 999999;
    top: 0;
    transition: all 0.3s;
    background: #fff;
}
.block-cart.box-cart{
    right: -0;
    transition: all 0.3s;
}
.bl-cart-title{
    background: #f7f6f5;
    padding: 10px 15px;
}
.name-cart > span:first-child{
    color: #323c3f;
    font-size: 15px;
    font-family: helve;
    display: block;
}
.name-cart > span:first-child{
    color: rgba(78,89,93,0.7);
    font-size: 13px;
    display: block;
}
.curtain{
    visibility: hidden;
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.55);
    z-index: 9999;
    transition: opacity .5s ease;
}
.curtain.box-cart{
    transition: opacity .5s ease;
    visibility: visible;
    opacity: 1;
}
.hide-cart {
    font-size: 30px;
    color: #676767;
    cursor: pointer;
}
.bl-cart-body{
    padding: 15px 16px;
    font-weight: 400;
    height: 400px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.img-pro-cart{
    float: left;
    width: 24%;
}
.content-cart{
    float: left;
    width: 76%;
    padding-left: 15px;
}
.name-pro-cart{
    margin: 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: helvebold;
    clear: both;
}
.name-pro-cart a{
    color: #4e595d;
}
.name-pro-cart a:hover{
    color: #189eff;
}
.qt-cart{
    width: 50%;
    float: left;
}
.p-sl{
    font-size: 13px;
    margin-bottom: 3px;
}
.qt-cart .soluong {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    float: left;
    width: auto;
    border-radius: 0;
    margin: 0;
}
.qt-cart .btn-minus, 
.qt-cart .btn-plus {
    border: none;
    outline: unset;
    width: 28px;
    height: 28px;
    color: #222;
    font-size: 12px;
    background: #fff;
    padding: 0;
}
.qt-cart .ip-soluong {
    width: 36px;
    text-align: center;
    border: none;
    padding: 4px 0;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.pr-cart{
    float: left;
    width: 50%;
    text-align: right;
}
.pr-cart > span{
    display: block;
    margin-bottom: 20px;
}
.pr-cart .remove-sp{
    font-size: 13px;
    color: #189eff;
}
.block-pro-cart {
    border-bottom: 1px solid #f2f1f0;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.bl-cart-footer {
    padding: 20px 15px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.total span{
    font-family: helvebold;
    font-size: 16px;
}
.total{
    margin-bottom: 30px;
}
.dat-hang a {
    display: block;
    background: #189eff;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
}
.main-breac{
    padding: 10px 0;
    background: #fff;
}
.main-breac span{
    font-size: 12px;
}
.main-breac span a{
    color: #222;
}
.main-breac span:last-child{
    color: #189eff
}
.tit-head{
    font-size: 20px;
    font-family: helvebold;
    color: #333;
    margin: 0;
    margin-bottom: 20px;
}
.main-wraper{
    background: #fff;
}
.aside-filter{
    background: #fbfbfb;
    padding: 10px;
    margin-bottom: 20px;
}
.fiter-title{
    color: #222;
    font-size: 18px;
    font-family: helve;
    text-transform: uppercase;
    margin: 0;
}
.fiter-title a{
    color: #222;
    display: block;
    padding: 5px 0;
}
.tit-filter{
    margin: 15px 0;
    color: #333;
    font-family: helvebold;
    font-size: 14px;
    text-transform: uppercase;
}
.search-filter input{
    border: 1px solid #efefef;
    background: #fff;
    height: 30px;
    border-radius: 0px;
    padding: 5px 8px;
    width: calc(100% - 30px);
    outline: none;
}
.search-filter button{
    height: 30px;
    background-color: #189eff;
    color: #fff;
    padding: 5px 10px;
    border: none;
}
.search-filter {
    display: flex;
    align-items: center;
}
.form-check input[type="checkbox"]{
    position: absolute;
    right: 9000px;
}
.form-check input[type="checkbox"] + .label-text:before{
    content: "\f096";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}
.form-check input[type="checkbox"]:checked + .label-text:before{
    font-family: "FontAwesome";
    content: "\f14a";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #2980b9;
    animation: effect 250ms ease-in;
}
.ul-filter {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    padding-left: 2px;
    height: 140px;
    overflow: auto;
}
.ul-filter .form-check{
    padding: 8px 0;
}
.form-check label{
    margin: 0;
    font-family: helve;
    font-weight: unset;
}
.block-filter {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.squaredcheck {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.squaredcheck label {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: relative;
    top: 5px;
    left: 0;
    background: #0096ff;
    border-radius: 50%;
    margin: 0;
    border: 1px solid #ccc;
}
.squaredcheck label:after {
    content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    top: 8px;
    left: 7px;
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}
.squaredcheck label:hover::after {
    opacity: 0.3;
}
.squaredcheck span {
    position: absolute;
    width: 300px;
    left: 30px;
}
.squaredcheck input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    margin: 0;
    top: 7px;
}
.squaredcheck input[type=checkbox]:checked + label {
    background: #0096ff;
}
.squaredcheck input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.block-color {
    margin-right: 7px;
}
.squaredcheck input[type=checkbox]:checked + label {
    background: #0096ff;
}
.squaredcheck input[type=checkbox]#vang + label {
    background: #F4FA58;
}
.squaredcheck input[type=checkbox]#do + label {
    background: #FF0000;
}
.squaredcheck input[type=checkbox]#cam + label {
    background: #FF4000;
}
.squaredcheck input[type=checkbox]#hong + label {
    background: #FA58AC;
}
.squaredcheck input[type=checkbox]#trang + label {
    background: #fff;
}
.asi-congsuat .ul-filter{
    height: auto;
}
.asi-congsuat{
    border: none;
}
.asi-tit-dm{
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
    font-size: 18px;
    font-family: helve;
    color: #222;
    padding-bottom: 10px;
}
.ul-asi-dm{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-asi-dm > li > div > a{
    color: #222;
    width: calc(100% - 15px);
    display: block;
}
.ul-asi-dm > li > div > i{
    width: 15px;
    display: block;
    text-align: right;
    font-size: 18px;
}
.ul-asi-dm > li > div{
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0;
}
.ul-asi-dm-1{
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 15px;
}
.ul-asi-dm-1 > li > div > a{
    color: #222;
    width: calc(100% - 15px);
    display: block;
}
.ul-asi-dm-1 > li > div > i{
    width: 15px;
    display: block;
    text-align: right;
    font-size: 18px;
}
.ul-asi-dm-1 > li > div{
    padding: 5px 0;
}
.ul-asi-dm-2{
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 15px;
}
.ul-asi-dm-2 > li > div > a{
    color: #222;
    width: calc(100% - 15px);
    display: block;
}
.ul-asi-dm-2 > li > div > i{
    width: 15px;
    display: block;
    text-align: right;
    font-size: 18px;
}
.ul-asi-dm-2 > li > div{
    padding: 5px 0;
}
.ul-asi-dm > li > div > a:hover,
.ul-asi-dm-1 > li > div > a:hover,
.ul-asi-dm-2 > li > div > a:hover{
    color: #189eff;
}
.ul-asi-dm > li:last-child > div{
    border-bottom: none;
}
.tit-sp{
    color: #222;
    font-size: 18px;
    font-family: helve;
    text-transform: uppercase;
    margin: 0;
}
.tit-sapxep-sp {
    border-bottom: 1px solid #ccc;
    height: 90px;
    display: flex;
    align-items: center;
}
.tit-sapxep-sp > .flex-bw{
    width: 100%;
}
.select-sapxep{
    height: 38px;
    padding: 5px;
}
.block-product{
    width: 25%;
    float: left;
    margin-bottom: 4px;
    padding: 0 2px;
}
.list-product{
    margin: 20px 0;
}
.block-product .items-dm {
    border: 1px solid #eee;
}
.pagi-page {
    background-color: #f8f8f8;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 20px;
}
.pagi-page a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #555;
}
.pagi-page a:hover,
.pagi-page a.active{
    background: #fff;
    color: #189eff;
}
.aside-danhmuc{
    margin-bottom: 20px;
}
.block-news-aside{
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.img-news-aside{
    display: block;
    width: 70px;
}
.tit-news-aside{
    width: calc(100% - 70px);
    padding-left: 10px;
}
.tit-news-aside p:first-child a{
    color: #333;
}
.tit-news-aside p:first-child a:hover{
    color: #189eff;
}
.tit-news-aside p:last-child{
    font-size: 11px;
    font-style: italic;
}
.tit-news{
    margin: 0;
    margin-bottom: 20px;
    font-size: 22px;
    font-family: helve;
    text-transform: uppercase;
}
.blnews{
    margin-bottom: 30px;
}
.blnews .items-kn:hover{
    box-shadow: unset;
}
.tit-lh{
    font-size: 20px;
    font-family: helvebold;
    margin: 0;
    margin-bottom: 15px;
}
.btn-blues {
    color: #fff;
    background-color: #189eff;
    border-color: #189eff;
    border: none;
    padding: 10px 15px;
    display: inline-block;
}
.link-dndk{
    display: inline-block;
    margin-left: 20px;
    color: #e85997;
    text-decoration: underline;
}
.bang-donhang table{
    width: 100%;
}
.bang-donhang table,
.bang-donhang table tr,
.bang-donhang table tr th,
.bang-donhang table tr td{
    border: 1px solid #ccc;
}
.bang-donhang table tr th{
    font-family: helvebold;
}
.bang-donhang table tr th,
.bang-donhang table tr td{
    padding: 10px;
}
.thong-tin-khach .add-ft i{
    color: #189eff;
}
.a-so{
    display: block;
    text-align: center;
    width: 100%;
    color: #fff !important;
}
.a-so:hover{
    background: #0093fe;
}
.nc-color{
    color: #fff !important;
}
.info-kh p{
    margin-bottom: 15px;
}
.block-dckh{
    border-top: 1px solid #ccc;
    padding: 30px 0;
}
.bang-info-donhang table{
    width: 100%;
}
.bang-info-donhang table,
.bang-info-donhang table tr,
.bang-info-donhang table tr th,
.bang-info-donhang table tr td{
    border: 1px solid #ccc;
}
.bang-info-donhang table tr th,
.bang-info-donhang table tr td{
    padding: 10px;
}
.bang-info-donhang table tr th{
    font-family: helvebold;
}
.bang-tinhtien table{
    width: 100%;
}
.bang-tinhtien table,
.bang-tinhtien table tr,
.bang-tinhtien table tr td{
    border: 1px solid #ccc;
}
.bang-tinhtien table tr td{
    padding: 10px;
}
.tit-news-detail{
    margin: 0;
    font-size: 22px;
    margin-bottom: 20px;
    font-family: helve;
}
.postby{
    font-size: 12px;
    text-transform: uppercase;
    color: #b2b2b2;
    margin-bottom: 15px;
}
.tag-tin{
    margin: 10px 0 15px 0;
}
.tag-tin a{
    color: #333;
}
.tit-goiy{
    font-size: 22px;
    margin: 0;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    font-family: helve;
}
.tit-goiy:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background: #222;
    top: 70%;
    left: -75px;
}
.tit-goiy:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background: #222;
    top: 70%;
    right: -75px;
}
.tit-bvlq{
    font-size: 18px;
    font-family: helve;
    margin: 0;
    text-transform: uppercase;
}
.baiviet-lienquan{
    background: #f8f8f8;
    padding: 15px;
}
.link-bvlq{
    margin-top: 15px;
}
.tit-comment{
    font-size: 16px;
    font-family: helve;
    margin: 0;
    text-transform: uppercase;
    border-bottom: 2px solid #ebebeb;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.tit-comment:before {
    background: #189eff none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 2px;
    position: absolute;
    width: 200px;
}
.block-comment{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.avatar-cmt{
    width: 50px;
    margin-right: 10px;
    margin-top: 5px;
}
.ct-cmt{
    width: calc(100% - 60px);
}
.name-cmt{
    font-family: helvebold;
    color: #189eff;
}
.date-cmt{
    color: #acacac;
    font-size: 12px;
    margin: 5px 0;
}
.tit-wcomment{
    font-size: 16px;
    font-family: helve;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.slider-spct .lSAction > a {
    background: #189eff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.2s;
    opacity: 0.7;
}
.slider-spct .lSAction > a:hover {
    opacity: 1;
}
.slider-spct{
    position: relative;
}
.prev-spct {
    position: absolute;
    background: #222;
    bottom: 22px;
    padding: 10px 5px;
    height: 34px;
    color: #fff;
    z-index: 99;
    border-radius: 3px;
    left: 0;
    cursor: pointer;
}
.next-spct {
    position: absolute;
    background: #222;
    bottom: 22px;
    padding: 10px 5px;
    height: 34px;
    color: #fff;
    z-index: 99;
    border-radius: 3px;
    right: 0;
    cursor: pointer;
}
.tit-prodetail{
    margin-top: 0;
    color: #222;
    font-family: helvebold;
    margin-bottom: 10px;
    font-size: 20px;
}
.rating { 
    border: none;
    float: left;
}
.rating > input { display: none; } 
.rating > label:before { 
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}
.rating > .half:before { 
    content: "\f089";
    position: absolute;
}
.rating > label { 
    color: #ddd; 
    float: right; 
}
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label { color: #ffb909;  }
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label { color: #ffb909;  } 
.rat-star .checked {
    color: orange;
}
.rat-star{
    margin-right: 10px;
}
.ttth{
    width: 110px;
}
.gia-spct{
    font-size: 25px;
    color: #189eff;
    font-family: helvebold;
}
.btn-mua > a{
    display: inline-block;
    background: #189eff;
    color: #fff;
    text-transform: uppercase;
}
.btn-mua > a {
    display: inline-flex;
    background: #189eff;
    color: #fff;
    text-transform: uppercase;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-family: helvebold;
    padding: 0 10px;
    margin-left: 20px;
}
.thongso-sp .nav-tabs>li>a{
    font-family: helvebold;
    border: none !important;
    padding: 0;
    margin-right: 30px;
    background: none !important;
    color: #333;
}
.thongso-sp .nav-tabs>li>a:after{
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #c0c0c0;
    margin-top: 10px;
}
.thongso-sp .nav-tabs>li {
    float: left;
    margin-bottom: -2px;
}
.thongso-sp .nav-tabs{
    padding-bottom: 1px;
}
.thongso-sp .nav-tabs>li.active>a, 
.thongso-sp .nav-tabs>li.active>a:focus, 
.thongso-sp .nav-tabs>li.active>a:hover{
    color: #189eff;
}
.thongso-sp .nav-tabs>li.active>a:after{
    background: #189eff;
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    margin-top: 10px;
}
.count-rate .rat-star > span{
    font-size: 18px;
}
.count-rate .rat-star{
    margin-top: 7px;
}
.user-rate{
    display: flex;
    align-items: baseline;
    margin-left: 33px;
}
.write-rate {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}
.op-rate {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.avatar-khdg {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.kh-danhgia {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}
.baodong{
    color: #333;
}
.left-hotro p{
    margin-bottom: 5px;
}
.left-hotro p:last-child{
    margin-bottom: 0;
}
.hotro{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.phone-ht{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #73a91d;
    border: 3px solid #eaf2de;
    font-size: 30px;
}
.spvuaxem .tit-news-aside p{
    font-style: unset;
    font-size: 14px;
}
.spvuaxem .block-news-aside{
    margin-bottom: 15px;
}
.shopname a{
    color: #1f9cd0;
    font-size: 34px;
}
.dat-hang-page{
    background: #fff;
}
.shopname a:hover{
    text-decoration: underline !important;
}
.shopname{
    margin-bottom: 10px;
}
.radio-vc {
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    color: #737373;
    font-family: helve;
    font-weight: unset;
    margin-right: 5px;
}
.radio-vc input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}
.radio-vc:hover input~.checkmark {
    background-color: #ccc;
}
.radio-vc input:checked~.checkmark {
    background-color: #2196F3;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-vc input:checked~.checkmark:after {
    display: block;
}
.radio-vc .checkmark:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}
.ship-pay{
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
}
.ship-pay > div{
    margin: 10px 0;
}
.ship-pay .mota-giaohang {
    background: #f8f8f8;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    padding: 15px;
    margin: 0;
    bottom: -15px;
    border-radius: 0 0 4px 4px;
}
.gio-hang-dh > h4{
    padding: 30px 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
}
.list-dh-pay{
    padding: 30px 0;
}
.img-spdh{
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.img-spdh img{
    width: 50px;
    object-fit: cover;
}
.sl-sphd {
    position: absolute;
    z-index: 9;
    top: -10px;
    right: -10px;
    background: #5a96c8;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
}
.gia-spdh{
    width: 90px;
    text-align: right;
}
.img-name-spdh {
    width: calc(100% - 90px);
    display: flex;
    align-items: center;
}
.name-spdh{
    width: calc(100% - 65px);
}
.items-spdh {
    margin-bottom: 15px;
}
.btn-mgg {
    height: 34px;
    width: 90px;
    font-size: 13px;
    background: #357ebd;
    border: 1px solid #357ebd;
    border-radius: 4px;
    margin-left: 20px;
    color: #fff;
}
.magiamgia {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.tamtinh{
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.total-dh{
    padding: 10px 0;
}
.all-dh{
    padding: 8px 40px;
    background: #357ebd;
    border: 1px solid #357ebd;
    font-family: helvebold;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
}
.camon{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block-infott *{
    margin-bottom: 10px;
}
.info-tt{
    border: 1px solid #ddd;
    padding: 15px 0;
}
.r-co{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.r-co a{
    font-size: 20px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #189eff !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
.text-camon{
    width: calc(100% - 85px);
}
.bang-giohang tr td{
    vertical-align: top;
    padding: 10px;
}
.bang-giohang table{
    width: 100%;
}
.at-share-dock-outer{
    display: none !important;
}
.blnews .content-kn{
    padding-left: 0;
    padding-right: 0;
}



@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .hotline,
    .index-account{
        width: 120px;
    }
    .index-cart{
        width: 60px;
    }
    .f-right-991{
        float: right;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    .control-bar {
        color: #fff !important;
        display: inline-block;
        width: 35px;
        font-size: 24px;
    }
    .index-cart{
        width: 60px;
    }
    .search-mb{
        width: calc(100% - 95px);
    }
    .header-top{
        padding-bottom: 15px;
    }
    .header-top .search-bar button{
        background: #fff;
    }
    .main-menu-mobile {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999;
        width: 240px;
        height: 100vh;
        background: #31373d;
        overflow: auto;
        transition: all 0.3s;
        left: -240px;
    }
    .main-menu-mobile.show-mnmb{
        left: -0;
        transition: all 0.3s;
    }
    .curtain.box-mnmb{
        transition: opacity .5s ease;
        visibility: visible;
        opacity: 1;
    }
    .acc-mb {
        background: rgba(0,0,0,0.2);
        padding: 10px 0;
    }
    .acc-mb *{
        color: #fff;
    }
    .ul-menu-mb {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }
    .ul-menu-mb > li{
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .ul-menu-mb > li > p > a{
        color: #fff;
    }
    .ul-menu-mb > li > p > a:first-child{
        width: calc(100% - 25px);
        display: inline-block;
        padding: 10px;
    }
    .ul-menu-mb > li > p > a:last-child {
        display: inline-block;
        width: 25px;
        padding: 10px 10px 10px 0;
        text-align: right;
    }
    .ul-sub-mb{
        padding-left: 10px;
        margin: 0;
        list-style-type: none;
        background: #212529;
    }
    .ul-sub-mb > li > p > a{
        color: #fff;
    }
    .ul-sub-mb > li > p > a{
        width: calc(100% - 25px);
        display: inline-block;
        padding: 10px;
    }
    .ul-sub-mb > li > p > a.mt-smn {
        display: inline-block;
        width: 25px;
        padding: 10px 10px 10px 0;
        text-align: right;
    }
    .not-sub-mb a{
        width: 100% !important;
    }
    .ul-menu-mb > li.not-sub-mb > p > a{
        text-align: left;
        padding: 10px;
    }
    body{
        transition: all 0.3s;
    }
    body.push-right {
        position: relative;
        left: 240px;
        transition: all 0.3s;
        overflow: hidden;
    }
    .slider-banner img{
        height: auto;
    }
    .block-timkiem form{
        flex-wrap: wrap;
    }
    .ip-timkiem, .sl-timkiem{
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .btn-timkiem{
        width: 100%;
    }
    .ul-dm{
        display: none;
    }
    .ul-ft{
        margin-bottom: 20px;
    }
    .price-sp{
        text-align: center;
    }
    .new-price{
        display: block;
        margin-bottom: 5px;
    }
    .old-price{
        display: block;
        margin: 0;
    }
    .block-product{
        width: 33.333333%;
    }
    .aside-danhmuc{
        display: none;
    }
    .flex-order{
        display: flex;
        flex-wrap: wrap;
    }
    .order-1{
        order: 1;
        width: 100%;
    }
    .order-2{
        order: 2;
        width: 100%;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .ip-timkiem, .sl-timkiem{
        width: 100%;
    }
    .bang-giohang table tr td{
        display: block;
        text-align: center;
        padding: 0;
        margin-bottom: 5px;
    }
    .bang-giohang table tr td .qt-cart{
        width: 100%;
    }
    .bang-giohang table tr td .qt-cart {
        width: 100%;
        float: none;
        display: flex;
        justify-content: center;
        clear: both;
    }
    .bang-giohang table tr{
        border: 1px solid #ddd;
        padding: 10px;
    }
    .bang-giohang table tr td:first-child{
        margin-top: 10px;
    }
    .bang-giohang table tr td:last-child{
        margin-bottom: 20px;
    }
    .bang-info-donhang table{
        width: 750px;
    }
    .bang-info-donhang{
        overflow: auto;
    }
    .block-product{
        width: 50%;
    }
    .bang-donhang{
        overflow: auto;
    }
    .bang-donhang table{
        width: 850px;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .items-camket{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .ct-camket{
        margin-top: 10px;
    }
    .items-camket > img{
        margin: 0;
    }
    .ct-camket{
        width: 100%;
    }
    .block-cart{
        width: 100%;
        right: -100%;
    }
    .clear40{
        height: 20px;
    }
    .tit-goiy:before {
        content: "";
        width: 40px;
        left: -50px;
    }
    .tit-goiy:after {
        content: "";
        width: 40px;
        right: -50px;
    }
    .tit-goiy{
        font-size: 16px;
    }
    .tit-sapxep-sp > .flex-bw {
        flex-direction: column;
        align-items: flex-start;
    }
    .tit-sp{
        margin-bottom: 10px;
    }
}