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: 15px;margin:0;font-family: 'Roboto Condensed', sans-serif; left: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: 'Roboto Condensed', sans-serif;}
.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-weight: 700;}
.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;
}
.editer p{
    margin-bottom: 10px;
}
.form-search-top input{
    padding: 6px 0;
    height: 36px;
    width: calc(100% - 36px);
    border: none;
    box-shadow: unset;
    outline: unset;
}
.form-search-top button{
    height: 36px;
    width: 36px;
    border: none;
    box-shadow: unset;
    outline: unset;
    background: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #491d6c;
    padding: 0;
}
.form-search-top{
    border-bottom: 1px solid #491d6c;
}
.header-top{
    padding: 20px 0;
}
.cart-top{
    text-align: right;
}
.a-cart{
    position: relative;
    color: #491d6c;
}
.count-cart {
    position: absolute;
    top: -10px;
    right: -15px;
    font-size: 12px;
    background: #491d6c;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ul-main-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-main-menu > li > a{
    display: inline-block;
    padding: 20px 25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
.header-bottom{
    background: #491d6c;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    border-bottom: none;
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 200px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 11px 0px rgba(0,0,0,0.2);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    list-style-type: none;
    z-index: 9999;
}
.has-sub:hover .ul-sub-menu{
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
.ul-sub-menu > li > a{
    display: block;
    color: #000;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
}
.ul-sub-menu > li:hover > a,
.ul-main-menu > li:hover > a{
    color: #fe3c5c;
}
.has-sub > a > i{
    margin-left: 5px;
    position: relative;
    top: -3px;
}
.tit-policy{
    color: #491d6c;
    font-weight: 700;
    margin: 20px 0 10px 0;
    text-align: center;
}
.des-policy{
    text-align: center;
    color: #a9b1c0;
    font-size: 14px;
}
.list-policy{
    padding: 40px 0;
    border-bottom: 1px dashed #ccc;
}
.img-policy{
    text-align: center;
}
.img-policy img{
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.item-policy:hover .img-policy img{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.tit-pub{
    color: #491d6c;
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
}
.tit-pub:after{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #fe3c5c;
    margin: 0 auto;
    margin-top: 10px;
}
.tab-cate-prod .nav-tabs {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-cate-prod .nav-tabs>li>a{
    margin: 0 2px;
    border: none !important;
    border-radius: 50px;
    color: #000;
}
.tab-cate-prod .nav-tabs>li.active>a, 
.tab-cate-prod .nav-tabs>li.active>a:focus, 
.tab-cate-prod .nav-tabs>li.active>a:hover{
    background: #491d6c;
    color: #fff;
}
.tab-cate-prod .nav>li>a:focus, 
.tab-cate-prod .nav>li>a:hover{
    background: #491d6c;
    color: #fff;
}
.img-prod{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.a-modal{
    position: absolute;
    display: none;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff !important;
    background-color: #491d6c;
    font-weight: 700;
    z-index: 9;
}
.img-prod:hover:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #fdfdfd;
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.block-prod:hover .a-modal{
    display: inline-block;
}
.info-prod{
    padding: 15px;
}
.name-prod{
    margin: 0;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
}
.p-ratting{
    font-size: 14px;
    margin-bottom: 15px;
}
.p-ratting .checked {
  color: orange;
}
.news-price{
    display: inline-block;
    color: #491d6c;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}
.old-price{
    display: inline-block;
    color: #888888;
    font-size: 13px;
    text-decoration: line-through;
}
.block-prod{
    margin-bottom: 20px;
}
.img-name-cart{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.img-name-cart > a{
    display: block;
    width: 80px;
    margin-right: 20px;
}
.img-name-cart > div{
    width: calc(100% - 100px);
}
#modal-cart .modal-header {
    background: #491d6c;
    color: #fff;
}
#modal-cart .modal-title{
    font-size: 16px;
    font-weight: 400;
}
#modal-cart .modal-title span{
    color: #ffe21c;
}
#modal-cart .modal-content{
    border-radius: 30px;
    overflow: hidden;
}
.table-giohang table{
    width: 100%;
}
.table-giohang table tr:first-child{
    background: #f3f4f9;
    border: none;
}
.table-giohang table tr:first-child td{
    border: 1px solid #fff;
}
.table-giohang table tr{
    border-bottom: 1px solid #ccc;
}
.table-giohang table tr td{
    padding: 10px;
    text-align: center;
}
.table-giohang table tr td:first-child{
    text-align: left;
}
.cltim{
    color: #491d6c;
}
.soluong {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    width: 100px;
    margin: 0 auto;
}
.btn-minus, .btn-plus {
    border: none;
    background: none;
    outline: unset;
    width: 30px;
}
.ip-soluong {
    width: 40px;
    text-align: center;
    border: none;
    padding: 5px 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.total-price{
    margin: 15px 0;
    text-align: right;
}
.total-price span{
    font-weight: 700;
    display: inline-block;
    color: #491d6c;
    margin-left: 30px;
    font-size: 16px;
}
.thanhtoan{
    background: #491d6c;
    color: #fff;
    border: 1px solid #491d6c;
    margin-right: 0px;
    font-size: 14px;
    font-weight: 700;
    float: right;
    display: block;
    padding: 10px 30px;
    color: #fff;
    border-radius: 30px;
}
.thanhtoan:hover{
    background: #fff;
    color: #491d6c;
}
#modal-cart .modal-header .close{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    opacity: 1;
    background: #fff;
    color: #000;
    border-radius: 50%;
}
.eff-scale{
    display: flex;
    overflow: hidden;
}
.eff-scale img{
    transition: all 0.3s;
    transform: scale(1);
}
.eff-scale:hover img{
    transition: all 0.3s;
    transform: scale(1.05);
}
.owl-carousel .owl-item .items-avatar img{
    width: auto;
    display: inline-block;
}
.block-slider-feedback .owl-carousel.owl-drag .owl-item{
    text-align: center;
}
.slider-feedback-avatar.owl-carousel .owl-stage{
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: unset !important;
}
.block-slider-feedback .slider-feedback-avatar.owl-carousel .owl-item{
    margin: 0;
    width: 70px !important;
    text-align: center;
}
.block-slider-feedback .slider-feedback-avatar.owl-carousel .owl-item img{
    width: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.block-slider-feedback .slider-feedback-avatar.owl-carousel .owl-item.current .items-avatar{
    width: 70px !important;
}
.block-slider-feedback .slider-feedback-avatar.owl-carousel .owl-item.current .items-avatar img{
    width: 70px;
}
.qte{
    margin-bottom: 20px;
    text-align: center;
}
.qte > img{
    width: 50px !important;
    display: inline-block !important;
}
.main-feedback{
    background: #491d6c;
}
.items-feedback p{
    margin-bottom: 10px;
}
.block-slider-feedback{
    border-bottom: 1px dashed #fff;
    padding-bottom: 30px;
}
.form-dangky {
    margin-top: 30px;
}
.flex-dk {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-dk {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
}
.form-dk input{
    padding: 6px 12px;
    border: none;
    height: 40px;
    outline: unset;
    min-width: 300px;
}
.form-dk button{
    border: none;
    height: 40px;
    background: #fe3c5c;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 0 30px;
    border-radius: 50px 0 0 50px;
    outline: unset;
}
.img-news{
    position: relative;
}
.date-post {
    position: absolute;
    height: 60px;
    background: #491d6c;
    width: 60px;
    border-radius: 50%;
    right: 10px;
    bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.date-post span:first-child{
    display: block;
    font-weight: 700;
    font-size: 21px;
    line-height: 20px;
    color: #fff;
}
.date-post span:last-child{
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
}
.tit-news{
    margin: 15px 0 10px 0;
    font-size: 16px;
    font-weight: 400;
}
.time-post{
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    width: 100%;
}
.time-post i{
    color: #491d6c;
    padding-right: 5px;
    font-size: 13px;
}
.des-news{
    margin: 0;
    margin-top: 10px;
    color: #707070;
    border-top: 1px dashed #ebebeb;
    padding-top: 10px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.tit-ft{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
}
footer{
    background-image: url(../img/bg-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.ul-ft{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-ft > li{
    margin-bottom: 10px;
}
.ul-ft > li > a{
    color: #fff;
}
.ul-ft > li > a:hover{
    color: #fe3c5c;
}
.main-breac{
    padding: 15px 0;
}
.tit-page{
    font-size: 36px;
    margin: 0;
    margin-bottom: 10px;
}
.tit-aside{

}
.tit-aside{
    color: #491d6c;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
}
.tit-aside:after{
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #fe3c5c;
    margin: 0;
    margin-top: 5px;
}
.ul-aside{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-aside > li > a{
    display: block;
    color: #000;
    padding: 5px 0;
}
.has-sub-aside div a{
    color: #000;
    display: block;
    padding: 5px 0;
}
.has-sub-aside div i{
    cursor: pointer;
}
.ul-sub-aside{
    list-style-type: none;
    padding-left: 20px;
    margin: 0;
}
.ul-sub-aside > li > a{
    display: block;
    color: #000;
    padding: 5px 0;
}
.ul-sub-aside > li > a:hover,
.ul-aside > li > a:hover,
.ul-aside > li.has-sub-aside:hover div a{
    color: #fe3c5c;
}
.block-item-aside{
    margin-bottom: 30px;
}
.form-check input[type="checkbox"],
.form-check input[type="radio"]{
    position: absolute;
    right: 9000px;
}
.form-check input[type="checkbox"] + .label-text:before,
.form-check input[type="radio"] + .label-text:before{
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    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,
.form-check input[type="radio"]:checked + .label-text:before{
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    color: #f28b00;
    animation: effect 250ms ease-in;
}
.ul-filter {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    padding-left: 2px;
}
.ul-filter.show-filter{
    height: auto;
}
.ul-filter .form-check{
    padding: 5px 0;
}
.form-check label{
    margin: 0;
    font-weight: unset;
}
@keyframes effect{
    0%{transform: scale(0);}
    25%{transform: scale(1.3);}
    75%{transform: scale(1.4);}
    100%{transform: scale(1);}
}
.color-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lb-color {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lb-color input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.lb-color:hover input ~ .checkmark {
    background-color: #ccc;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.lb-color input:checked ~ .checkmark:after {
    display: block;
}
.lb-color .checkmark:after {
    left: 12px;
    top: 9px;
    width: 7px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.block-prod-aside{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.img-prod-aside{
    width: 80px;
}
.ct-prod-aside{
    width: calc(100% - 100px);
}
.tit-prod-aside{
    margin: 5px 0 10px 0;
    font-size: 15px;
    font-weight: 400;
}
.tit-prod-aside a{
    color: #000;
}
.price-aside{
    display: flex;
    align-items: flex-end;
}
.price-aside > span:first-child{
    font-size: 15px;
    color: #491d6c;
}
.price-aside > span:last-child{
    font-size: 12px;
    margin-left: 10px;
    color: #7b8395;
    text-decoration: line-through;
}
.list-prod-aside .block-prod-aside:last-child{
    border: none;
    padding: 0;
}
.tit-head{
    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    margin: 0;
    color: #fff;
    background: #491d6c;
    padding: 15px;
}
.filter-order {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.filter-order .ul-filter {
    display: flex;
    align-items: center;
    margin: 0;
}
.filter-order .ul-filter .form-check{
    margin-left: 15px;
}
.pagi{
    margin: 10px 0 30px 0;
}
.pagi > a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #000;
    margin: 0 1px;
    border-radius: 50%;
}
.pagi > a.active,
.pagi > a:hover{
    background: #491d6c;
    color: #fff;
}
.slider-prod-detail .lSSlideOuter .lSPager.lSGallery li{
    border: 1px solid transparent;
}
.slider-prod-detail .lSSlideOuter .lSPager.lSGallery li.active, 
.slider-prod-detail .lSSlideOuter .lSPager.lSGallery li:hover{
    border-radius: 0;
    border: 1px solid #491d6c;
}
.tit-prod{
    margin: 0;
    margin-bottom: 10px;
    font-size: 30px;
}
.mgbt10{
    margin-bottom: 10px;
}
.mgbt20{
    margin-bottom: 20px;
}
.price-prod-detail{
    font-size: 24px;
    color: #491d6c;
    font-weight: 700;
}
.a-addtocart{
    font-size: 15px;
    outline: none;
    box-shadow: none;
    text-transform: none;
    color: #fff;
    line-height: inherit;
    width: 100%;
    border-radius: 30px;
    background: #491d6c;
    font-weight: 700;
    border: 1px solid transparent;
    max-width: 270px;
    padding: 10px;
    display: block;
    text-align: center;
    border: 1px solid #491d6c;
    margin-bottom: 20px;
}
.a-addtocart:hover,
.a-addtocart:focus{
    background: #fff;
    color: #491d6c;
}
.at4-share{
    display: none;
}
.block-slider-cyl .block-prod-aside{
    border: none;
    padding: 0;
    margin: 0;
}
.block-slider-cyl{
    position: relative;
}
.block-slider-cyl .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    width: 35px;
    height: 35px;
    margin: 0;
    top: calc(50% - 17.5px);
    right: -45px;
    z-index: 9;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px #ccc;
    color: #000 !important;
    outline: unset;
}
.block-slider-cyl .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    width: 35px;
    height: 35px;
    margin: 0;
    top: calc(50% - 17.5px);
    left: -45px;
    z-index: 9;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px #ccc;
    color: #000 !important;
    outline: unset;
}
.tab-mota-prod .nav-tabs>li{
    margin: 0;
}
.tab-mota-prod .nav-tabs>li>a{
    font-size: 18px;
    color: #000;
    margin-right: 20px;
}
.tab-mota-prod .nav-tabs>li.active>a, 
.tab-mota-prod .nav-tabs>li.active>a:focus, 
.tab-mota-prod .nav-tabs>li.active>a:hover{
    color: #fff;
    background: #491d6c;
}
.tab-mota-prod .nav-tabs>li:last-child>a{
    margin-right: 0;
}
.rating-cus .p-ratting{
    margin: 0;
}
.count-star {
    font-size: 28px;
    margin-right: 20px;
}
.rat-nhanxet {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.count-cus {
    margin-left: 36px;
}
.write-nx{
    font-size: 14px;
    margin: 0px;
    padding: 7px 15px;
    background: #491d6c;
    border: solid 1px #491d6c;
    display: inline-block;
    border-radius: 0px;
    color: #fff !important;
}
.gr-namekh{
    margin-left: 10px;
}
.gr-namekh .p-ratting{
    margin: 0;
}
.items-nx{
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.tit-danhgia {
    margin: 15px 0 5px 0;
}
.op-rate {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.rating { 
    border: none;
    float: left;
}
.rating > input { display: none; } 
.rating > label:before { 
    margin: 5px;
    font-size: 1.25em;
    font-family: "Font Awesome 5 Free";
    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;
}
.btn-blues {
    color: #fff;
    background-color: #491d6c;
    border-color: #491d6c;
    border: none;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 4px;
}
#w-danhgia .modal-dialog{
    max-width: 320px;
}
.list-news-page .block-news{
    margin-bottom: 30px;
}
.content-news-detail .date-post{
    position: unset;
    margin-right: 20px;
}
.content-news-detail .tit-news{
    font-size: 24px;
}
.flex-lh{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.flex-lh > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #491d6c;
    color: #491d6c;
    border-radius: 50%;
}
.flex-lh > p{
    width: calc(100% - 40px);
}
.list-cart {
    background: #fafafa;
    border-radius: 30px;
    overflow: hidden;
    padding: 15px;
}
.list-cart .table-giohang table tr:first-child{
    background: none;
    border-bottom: 1px solid #ccc;
}
.list-cart .table-giohang table tr:first-child td{
    border: none;
}
.list-cart .table-giohang table tr td {
    padding: 20px 10px;
}
.conti-buy{
    background: #7b8395;
    color: #fff;
    border: 1px solid #7b8395;
    margin-right: 0px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    border-radius: 30px;
}
.conti-buy:hover{
    color: #7b8395;
    background: #fff;
}
.div-buy{
    margin-top: 20px;
}
.flex-start {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.left-thanhtoan {
    width: 55%;
    padding: 60px 60px 60px 0;
}
.block-fthanhtoan {
    margin-bottom: 30px;
}
.ul-vanchuyen {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.ul-vanchuyen .form-check label {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.btn-htdh {
    display: inline-block;
    border-radius: 4px;
    padding: 10px 15px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    position: relative;
    background: #338dbc;
    color: white;
    border: none;
}
.right-thanhtoan {
    width: 45%;
    margin-top: 60px;
    padding: 40px;
    background: #fafafa;
}
.img-sl {
    position: relative;
}
.img-sl img {
    border-radius: 4px;
}
.img-sl span {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    background: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    right: -10px;
}
.code-giamgia input {
    width: calc(100% - 115px);
}
.code-giamgia button {
    width: 100px;
    padding: 6px 12px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #c8c8c8;
    border: none;
    border-radius: 4px;
    height: 34px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    background: #491d6c !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
.at-share-dock{
    display: none;
}
.show-cate-mb{
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #fff !important;
    background: #491d6c;
    position: fixed;
    right: 0;
    top: calc(50% - 19px);
    z-index: 99;
    display: none;
    transition: all 0s;
}
.right-ttct{
    width: calc(100% - 80px);
}




@media (min-width: 768px){
    .modal-dialog {
        width: 700px;
    }
}

@media (min-width: 992px){
    .modal-dialog {
        width: 850px;
    }
}


@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .flex-dk{
        display: block;
    }
    .flex-dk h4{
        margin: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .form-dk button{
        width: 120px;
    }
    .form-dk input{
        width: calc(100% - 120px);
        min-width: unset;
    }
    .a-modal{
        display: none !important;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .logo img{
        max-height: 100px;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #66287b;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
        padding: 0;
    }
    .sidenav .closebtn {
        font-size: 25px;
        display: block;
        align-items: center;
        width: 40px;
        background: #f5821f;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0;
    }
    .menu-mobile {
        padding: 0;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
        list-style-type: none !important;
    }
    .menu-mobile li {
        margin: 0;
        background: unset;
        border: none;
        border-radius: 0;
        box-shadow: unset;
        border-bottom: 1px solid #ddd;
    }
    .menu-mobile a {
        padding: 15px 0 15px 20px;
        display: inline-block;
        width: calc(100% - 50px);
        color: #fff;
        font-size: 15px;
        font-weight: 700;
    }
    .menu-mobile a >img{
        width: 25px;
        margin-right: 10px;
    }
    .menu-mobile .sub-menu-mb .phelp a:first-child{
        padding: 15px 0 15px 15px;
        width: calc(100% - 50px);
    }
    .menu-mobile .sub-menu-mb a{
        width: 100%;
        padding: 15px;
    }
    .hassub-mb .phelp .a-icon {
        position: absolute;
        right: 15px;
        top: calc(50% - 7.5px);
        z-index: 9999;
        text-align: center;
        width: 20px;
        padding: 0;
    }
    .phelp {
        position: relative;
    }
    .phelp > a:first-child{
        border-right: 1px solid #ddd;
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid #ddd;
        border-bottom: none;
        background: #481e56;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .push-left {
        position: relative;
        left: 280px;
        transition: all 0.3s;
        right: unset;
    }
    .tab-cate-prod .nav-tabs>li{
        float: none;
        width: 100%;
    }
    .tab-cate-prod .nav-tabs {
        flex-direction: column;
        border: 1px solid #ccc;
        border-radius: 6px;
        box-shadow: 0 0 3px #ccc;
        position: absolute;
        width: 100%;
        z-index: 99;
        background: #fff;
        display: none;
    }
    .chondanhmuc {
        border: 1px solid #ccc;
        padding: 6px 12px;
        border-radius: 50px;
    }
    .chondanhmuc a{
        display: block;
        width: calc(100% - 9px);
        color: #000;
    }
    .chondanhmuc i{
        width: 9px;
    }
    .tab-cate-prod .nav-tabs>li.active>a, .tab-cate-prod .nav-tabs>li.active>a:focus, .tab-cate-prod .nav-tabs>li.active>a:hover{
        background: #fff;
        color: #000;
    }
    .tab-cate-prod{
        position: relative;
    }
    .logo-ft{
        text-align: center;
        margin-bottom: 20px;
    }
    .count-cart{
        right: -12px;
    }
    .logo-ft img{
        max-height: 100px;
    }
    .show-cate-mb{
        display: flex;
        transition: all 0s;
    }
    .block-left-aside{
        position: fixed;
        top: 0;
        right: -240px;
        display: none;
        z-index: 1000;
        background: #fff;
        padding: 10px;
        width: 240px;
        height: 100%;
        overflow: auto;
    }
    .block-left-aside.bla-fixed{
        right: 0;
        transition: all 0.3s;
        display: block;
    }
    .show-cate-mb.scm-fixed{
        right: 240px;
        transition: all 0;
    }
    .right-thanhtoan {
        margin-top: 30px;
        padding: 20px;
    }
    .left-thanhtoan {
        padding: 30px 30px 30px 0;
    }
    .tag-news{
        margin-bottom: 20px;
    }
}


@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .fl-thanhtoan {
        display: block;
    }
    .left-thanhtoan {
        width: 100%;
        padding: 0;
        margin: 20px 0;
    }
    .right-than htoan {
        width: 100%;
        margin-bottom: 30px;
    }
    .item-policy{
        margin-bottom: 30px;
    }
    .list-policy .col-md-4{
        border: none !important;
    }
    .tit-pub{
        font-size: 24px;
    }
    .block-list-ft{
        margin-bottom: 30px;
    }
    .list-cart .table-giohang table tr:first-child{
        display: none;
    }
    .list-cart .table-giohang table tr td{
        display: block;
        padding: 5px 0;
        text-align: left;
    }
    .list-cart .table-giohang table tr td .soluong{
        margin: 0;
    }
    .block-slider-cyl .owl-carousel .owl-nav button.owl-prev{
        left: 0;
    }
    .block-slider-cyl .owl-carousel .owl-nav button.owl-next{
        right: 0;
    }
    .tab-mota-prod .nav-tabs>li{
        float: none;
    }
    .tab-mota-prod .nav-tabs>li>a{
        margin: 0;
    }
    .filter-order .ul-filter{
        display: none;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .info-prod .flex{
        display: block;
    }
    .news-price{
        margin: 0;
    }
    .tit-pub{
        font-size: 20px;
    }
    .form-dk button {
        width: 90px;
        padding: 0;
    }
    .form-dk input{
        width: calc(100% - 90px);
    }
    .map-lh iframe{
        height: 300px;
    }
    .gr-namekh .p-ratting{
        font-size: 11px;
    }
    .items-nx{
        padding-right: 0;
        padding-left: 0;
    }
    .tab-mota-prod .nav-tabs>li>a{
        font-size: 16px;
    }
    .info-prod-detail .flex.mgbt10 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}