body{
	font-family: 'Roboto-Regular';
	font-size:14px;
}
/* .pd0{ */
	/* padding:0px; */
/* } */
/* .mg0{ */
	/* margin:0px; */
/* } */
img {
	max-width:100%;
}
a:hover{
	text-decoration:none;
}
article.top-navigation {
    border-bottom: 1px solid #a1a1a1;
    font-family: 'RobotoCondensed-Light';
}
article.top-navigation strong {
    font-family: 'RobotoMedium';
}
.box-top-right ul {
    padding:  0px;
    margin: 0rem;
}
.flip-clock-dot.top,
.flip-clock-dot.bottom{
    display: none;
}
div.flip-clock-wrapper .flip{
    box-shadow: none;
    margin: 0;
    width: 15px;
    border-radius: 0;
    background: #f2f6fa;
}
div.flip-clock-wrapper ul li a div div.inn{
    background: #f2f6fa;
    text-shadow: 0 1px 2px #f2f6fa;
    color: #000;
    border-radius: 0;
}
div.flip-clock-wrapper ul.play li.flip-clock-active .down{
    border-radius: 0;
}
span.flip-clock-divider .flip-clock-label{
    right: -28px;
}
span.flip-clock-divider.minutes .flip-clock-label{
    right: -34px;
}
span.flip-clock-divider.seconds .flip-clock-label{
    right: -38px;
}
div.flip-clock-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.box-top-right ul
 li {
    list-style:  none;
    display:  inline-block;
    margin-right: 0.9rem;
}

.box-top-right ul li:last-child {
    margin-right:  0px;
}

.box-top-right ul li a {color: #3b3b3b;font-family: 'Roboto-Regular';}
.main-menu {
    padding: 0rem;
}

.main-menu li {
    list-style:  none;
    text-transform:  uppercase;
    padding-right: 31px;
}

.main-menu li
 a {color:  #000000;font-size: 1rem;}
 .main-menu li:last-child {
    padding-right: 0rem;
}
.main-menu li {
    list-style: none;
    text-transform: uppercase;
    padding-right: 1.1875rem;
}
#menu {
    padding-top: 1.6875rem;
}
article.header {
    padding: 0.4rem 0rem;
}
.service-item {
    width: 20.4375rem;
    margin-right: 4rem;
}
.img-service {
    margin-right: 2rem;
    padding-top: 0.7rem;
}

.text-service p {
    margin: 0px;
}

.text-service h4 {
    font-size:  1.2rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.service-item:last-child {
    margin-right:  0rem;
}
article.service {
    margin-top: 3rem;
}
.title h2,.title h3 {
    text-align:  center;
    font-size:  1.5rem;
    padding-bottom: 1.5rem;
}
article.box-category {
    margin: 2rem 0rem;
}
.title h2:after,.title h3:after {
    content: "";
    position:  absolute;
    bottom:  0px;
    border-bottom: 1px solid #a6a6a6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10rem;
}
.title {
    position:  relative;
}
article.content {
    margin-top: 3rem;
}
.item {
    width: 49%;
    margin-right: 1.0625rem;
}
.text-service
 a {
    color: #000;
}
.item:nth-child(2n+2) {
    margin-right:  0px;
}
.item h3 {
    font-size: 1rem;
    margin: 1.4rem 0rem;
}
footer {
    background:  #212121;
    padding: 1rem 0rem;
	color:#fff;
}
.infomartion-footer ul {
    padding:  0rem;
    text-align:  center;
    margin-top: 1rem;
}

.infomartion-footer ul li {
    list-style:  none;
    display:  inline-block;
    margin-right: 1rem;
}

.infomartion-footer ul li a {
    color:  #fff;
}
.bocongthuong {
    text-align:  center;
}
.col-footer {
    width: 22%;
    margin-right: 2.75rem;
}

.col-footer:last-child {
    margin-right:  0rem;
}
.col-footer {
    width: 22%;
    margin-right: 2.75rem;
}

.col-footer:last-child {
    margin-right:  0rem;
}

footer h4 {
    font-size: 1rem;
    margin-bottom: 1.7rem;
}

.news-footer ul {
    padding:  0rem;
}

.news-footer ul li {
    list-style:  none;
    /* display:  inline-block; */
}

.news-footer ul li a {
    color: #fff;
}

.news-footer {
    padding-top: 2rem;
}

.contact-footer {
    padding-top: 2rem;
}
.copyright {
    text-align:  center;
    border-top: 1px solid;
    padding-top: 0.5rem;
    font-size: 0.75rem;
    margin-top:1rem;
}
li.cart {
    padding-right:  0rem !important;;
}
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 10px;
}
span.price-sale {
    color: #9e9e9e;
    text-decoration: line-through;
}
span.price-root {
    color: rgba(78,89,93,.7);
    font-weight: 400;
    text-decoration: line-through;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
article.content-page {
    border-top: 1px solid #e7e7e7;
    padding: 1rem 0rem;
}

ol.breadcrumb {
    padding:  0rem;
    background:  none;
}

ol.breadcrumb a {
    color: #000;
}
button.button-display-filter {background:  #fff;border: 1px solid transparent;border: 1px solid #ccc;width: 15rem;padding: 0.5rem 0.625rem 0.4375rem 0.875rem;font-size: 0.9rem;}
.button-order-filter{
	background:  #fff;border: 1px solid transparent;border: 1px solid #ccc;width: 10rem;padding: 0.5rem 0.625rem 0.4375rem 0.875rem;font-size: 0.9rem;
}
.count-product {
    padding: 0.3rem;
}
.display-filter {
    margin-right: 3rem;
}
ul.dropdown {
    padding:  0px;
    margin-top: 0.5rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
   
    opacity: 0;
}
ul.dropdown.open {
max-height: inherit;
    opacity: 1;
}

ul.dropdown li {
    list-style:  none;
}
.product {
    width: 31%;
    margin-right: 2.375rem;
    line-height: 1.5rem;
	    margin-bottom: 2rem;
		/*overflow: hidden;*/
}
.product
 img,.product-relate img {
	backface-visibility: hidden;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
}
.noti-dk {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    z-index: 99;
    height: 100%;
    display: none;
    align-items: center;
    text-align: center;
    background: #fff;
    border: 10px solid #5bc0de;
    padding: 10px;
}
.product .info-noti h3,
.product .info-noti p,
.product .info-noti input{margin-bottom: 10px;}
.product .info-noti h3{font-weight: bold;}
.product .img-pro:hover .noti-dk{
    display: flex;
}
.product p,.product-relate p {
    margin:  0px;
}

.product h3,.product-relate h3,.product-index h3 {
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
}



span.price-new {
       color: #16accf;
}
p.price small {
    color: #000;
}
p.price span:last-child {
    padding-right:  0rem;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
       font-size: 1rem;
    color: inherit;
	margin-bottom: 1rem;
}
aside.category.panel-group a {
    color: #292929;
}
.collapse {
    display: none;
}
aside.category.panel-group ul {
    padding-left: 1.3rem;
}
aside.category.panel-group ul li {
    list-style: none;
    font-size: 1rem;
}aside.category.panel-group a {
    color: #292929;
}
.panel-title>a:after {
    content: "+";
    position: absolute;
    right: 0px;
 
}
h2.panel-title a {
    color:  black;
}
.panel-heading {
    position:  relative;
}
.change-filter .product {
    width: 31%;
    margin-right: 1.75rem;
    line-height: 1.5rem;
    margin-bottom: 2rem;
}
div#cssmenu-flyout
 ul {
    padding:  0px;
}

div#cssmenu-flyout ul li {
    list-style:  none;
    border:  1px solid #ccc;
    margin-bottom: 0.3rem;
    padding:  10px;
    text-align:  center;
}

div#cssmenu-flyout ul li a {}

div#cssmenu-flyout ul li a {
    color: black;
}
.product a {
    color:  black;
}
.product .img-pro a{
    display: block;
    overflow: hidden;
}
.img-pro{
    position: relative;
    margin-bottom: 10px;
}
.product:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: scale3d(1.1, 1.1, 1);  }    style.css:432  .item img {
    backface-visibility: hidden;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
}
.box-content-detail {
    margin-bottom: 2rem;
}
.detail-gallery .detail-slider.mid {
    margin-bottom: 0.9rem;
	    text-align: center;
}
.detail-gallery .detail-slider {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
    position: relative;
}
.wrap-detail-gallery .gallery-control {
    position: relative;
}
.ryoma{
    display: flex;
    align-items: center;
}
.fleft-l{
    float: left;
}
.fleft-r{
    float: left;
}
.wrap-detail-gallery .gallery-control > a.prev {
    left: 0;
}
.wrap-detail-gallery .gallery-control > a {
    background: #fff none repeat scroll 0 0;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    color: #333;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    margin-top: -15px;
    z-index: 9;
    line-height: 27px;
}
.carousel {
    width: 100% !important;
}
.wrap-detail-gallery .gallery-control .carousel li a {
    display: block;
    background: #fff;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin: 5px;
    height: 90px;
    width: 120px;
}
.box-uuudai
 h4 {
    font-size:  16px;
    margin: 1rem 0rem;
}

.box-uuudai {
    margin-bottom: 1rem;
}aside.filter.panel-group {
    margin-top: 1rem;
}
.wrap-detail-gallery .gallery-control > a.next {
    right: 0;
}
.box-fancy-product h1 {
    font-size: 1.5rem;
    text-transform: uppercase;
}
.box-fancy-product ul {
    padding: 0px;
}
.box-fancy-product ul li {
    list-style: none;
    line-height: 2rem;
}

.price-product {
    font-size: 24px;
    color: red;
    font-weight: bold;
}
.box-addcart-quanty {
    background: #ededed;
    padding: 1.5rem 0rem;
}
input#example-number-input {
    border: 1px solid;
    border-radius: initial;
}
.add-cart-button {
    width: 100%;
}
.add-cart-button {
    border-radius: inherit;
background: #03A9F4;
    color: #fff;
    font-size: 18px;
}
.share-social {
    text-align: center;
    margin-top: 1rem;
    position: relative;
}
.share-social:after {
    content: "";
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-top: 1px solid;
    width: 25rem;
}
.tab-content {
    border: 1px solid #b7b7b7;
    padding: 1rem;
}
.img-pro:hover .out-of-stock{
    display: flex;
}
.out-of-stock {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
}
.title-relate {
    text-align: center;
    font-size: 24px;
    color: #00000;

    position: relative;
    padding-bottom: 0.5rem;
}
.box-product-relate {
    width: 100%;
	margin-top: 2rem;
}
.title-relate:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #000000;
    width: 10px;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 2rem;
}
.box-infomartion-product{
	    margin-top: 3rem;
}
.owl-next {
    position: absolute;
    right: -5rem;
    top: 10rem;
}
.owl-prev {
    position: absolute;
    left: -5rem;
    top: 10rem;
}
.title-head {
    text-align: center;
    color: #69bc45;
    /* font-size: 14px; */
    text-transform: uppercase;
    position: relative;
    padding-bottom: 1rem;
}
.title-head a {
    color: #ed1621;
}
.title-head:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #a1a1a1;
    width: 10px;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 35rem;
}
.btn-mb{position: relative;height: 54px;}
.span-plus{
    position: absolute;
    right: 9px;
    width: 25px;
    height: 19px;
    top: 9px;
    background: #03a9f4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}
.span-minus {
    position: absolute;
    right: 9px;
    width: 25px;
    height: 19px;
    bottom: 9px;
    background: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}
.tr_first {
    background: #eee;
    color: #333;
}
.table-product>thead>tr>th {
    padding: 10px;
    border-bottom: 0px;
}
.tr_first>th {
    padding: 15px 0px;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
.table-product td {
    text-align: center;
}
.col_table_image {
    width: 100%;
    text-align: center;
}
.col_table_image.col_table_hidden-xs img {
    width: 6.25rem;
}
.col_table_name {
    padding: 0px 10px;
    width: 100%;
}
.col_table_name a {
    color: #000;
}
.col_table_name a h4 {
    font-size: 1rem;
    font-style: normal;
}
span.color_red.font_money {
    color: red;
    font-size: 14px;
    font-weight: 500;
}
input.inputsoluong {
    width: 100%;
    padding: 0.375rem 0.625rem;
    box-sizing: border-box;
}
.floatleft {
    float: left;
   width: 3.6rem;
}
.floatleft.width50 {
    width: 2.5rem;
}
.btn_df.btn_table_td_rf_del.btn-sm, .btn_df.btn_table_td_rf_del.btn-sm.btn-refresh {
    height: 2.125rem;
    font-size: 0.875rem;
    line-height: 1.5em;
    background: #fff;
    border: 1px solid #333;
    color: #333;
    border-radius: 0;
}
.sum_price_all {
    padding: 0.625rem 0;
    font-size: 1rem;
}
span.text_price {
    font-weight: bold;
}
span.text_price.color_red {
    color: red;
    font-weight: bold;
}
tr.tr_last {
    background-color: #EEEEEE;
}
a.btn_df.btn_table {
    background-color: transparent;
    border: 0;
    color: #333;
    font-weight: bold;
    font-size: 0.8125rem;
    padding: 10px;
    line-height: 1.25rem;
}
.btn-style {
    background-color: #f36f36;
    min-width: 6.25rem;
    color: #FFF;
    border-radius: 0;
    font-size: 0.875rem;
    text-transform: inherit!important;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -o-transition: All .3s ease;
    border: 0;
    margin-left: 0;
}
.btn.btn-dark, input.btn-dark[type="submit"] {
    background: #2a2a2a;
    color: #fff;
    font-weight: 400;
}
.form-signup button.btn-style {
    text-transform: inherit;
    border: none!important;
    margin-left: 0;
}
.table .display_mobile {
    display: none;
}
.images-news {
    padding: 0px;
}

.name-news {
    padding-right: 0px;
}

.item-news {
    width:  48%;
    margin-right: 2.3125rem;
    margin-bottom: 2rem;
}

.name-news h3 {
font-size: 1.2rem;
}
a.xemtiep.p-2 {
    background: #00BCD4;
    color: #fff;
}
.title-relate-news {
    font-size: 1.1rem;
    color: #0925c6;
    text-align: left;
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}
.title-relate-news:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #000;
    width: 12rem;
    bottom: 0;
    left: 0;
}
.relate-news ul {
    padding-left: 1rem;
}
.relate-news a {
    color: #000;
}
h1.title-news {
    color: #0a27c6;
}

.relate-news ul li h3 {
    font-size: 1rem;
}
h4.title-copyright {
    margin:  0rem;
    font-size: 0.9rem;
}

h4.title-copyright
 a {
    color: #fff;
}
p.mota-news {
    color: #9E9E9E;
}
ul.share-like-buttom {
    padding: 0px;
    padding-top: 1rem;
    margin-bottom: 0rem;
}
ul.share-like-buttom li {
    list-style: none;
    display: inline-block;
}
.title-relate {
    text-align: center;
    font-size: 24px;
    color: #03a9f4;
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
.title-relate:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #000000;
    width: 10px;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 28rem;
}
.fb-comments iframe {
    width: 100% !important;
}
.fb-comments.fb_iframe_widget {
    width: 100%;
}
.fb-comments span:first-child {
    width: 100% !important;
}
span.count-cart {
    color: red;
}
li.cart {
    position:  relative;
}

li.cart p {
    position:  absolute;
    top: -1rem;
    right: 0.1875rem;
}
.btnModal {
    position: fixed;
    bottom: 0px;
    left: 0;
    background: #eb3754;
    color: #fff;
    padding: 10px 10px 5px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 1000;
    margin-top: -25px;
    border: 3px solid #eb3754;
    border-left: 0;
    text-align: center;
    border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}

a.btn.btn-success.list-branch {
    color:  #fff;
	    margin-right: 1rem;
    margin-bottom: 1rem;
}
.message {
    color:  red;
}
.page ul {
    padding:  0px;
}

.page li
 a {
    /* list-style:  none; */
    /* display:  inline-block; */
    border: 1px solid #ccc;
    padding:  10px;
    background: #ed1b24;
}

.page {
    text-align: right;
}

.page a {
    color: #fff;
}

.page li {
    list-style:  none;
    display:  inline-block;
}

.page li
 a.active {
    background: #1c2e51;
    color: #fff;
}
.box-product {
    margin-top: 2rem;
}
.page ul li a:hover {
    color: #fff !important;
}
.loading {
position: fixed; */
    z-index: 999;
    /* height: 2em; */
    width: 100%;
    overflow: show;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* font: 0/0 a; */
    /* color: transparent; */
    /* text-shadow: none; */
    /* background-color: transparent; */
    border: 0;
}

.loading:not(:required):after {
 content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* // Extra small devices (portrait phones, less than 576px) */

.content-item .show{
    display: block !important;
}
.fullwidth{
    width: 100%;
}
.main-slider{
    position: relative;
}
#prev-banner{
    position: absolute;
    top: calc(50% - 20px);
    left: 5%;
    cursor: pointer;
    font-size: 40px;
}
#next-banner{
    position: absolute;
    top: calc(50% - 20px);
    right: 5%;
    cursor: pointer;
    font-size: 40px;
}


@media (max-width: 991px) { 
    .noti-dk{display: none !important;}
}
@media (max-width: 575px) { 
    .fleft-l{width: 70px;float: left;padding: 0 3px;}
    .fleft-r{width: calc(100% - 70px);float: left;padding: 0 3px;}
    .check-id{width: 100%;}
    .wrap-detail-gallery .gallery-control .carousel li a{width: auto;height: auto;padding: 0;}
	.main-menu li{
		width:100%;
		text-align:center;
	}
	.drawer {

    top: 10% !important;
	}
	li.cart-heaer {display: inline-block !important;}
	li.cart {
		display: none;
	}
	li.cart-heaer p {
		position:  absolute;
		top: -0.3125rem;
		right: 1.75rem;
	}
	.button-res {
		position: fixed;
		z-index: 999999999;
		
	}
	.button-res.invisible {
		visibility: initial !important;
	}
	.logo {
		text-align:  center;
		margin-top: 4rem;
	}
	.service-item {
		width: 100%;
		margin-right: 0px;
	}
	.img-service {
		margin-bottom: 2rem;
		float: left;
	}
	.item {
		width: 100%;
		margin-right: 0rem;
	}
	.footer{
		text-align:center;
	}
	.col-footer {
		width: 100%;
		margin-right: 0rem;
	}
	.news-footer {
		padding-top: 1rem;
	}
	footer h4 {
  
		margin-bottom: 1rem;
	}
	.box-support {
		display:  none;
	}
	.box-top-right ul li a {
		color: #fff;
		
	}
	article.top-navigation {
		position:  fixed;
		width:  100%;
		background: black;
		padding: 0.625rem 0px;
		z-index: 9999;
	}
	.support{
		display:block !important;
	}
		button.button-display-filter {

		width: 9rem;
		
	}
	.product:nth-child(2n+2) {
		margin-right: 0rem;
	}
	p.price span {
		padding-right: 1.5rem;
	}
	.product {
		width: 48%;
		margin-right: 0.8120rem;
		line-height: 1.5rem;
		margin-bottom: 2rem;
	}
	.images-news img {
		width: 100%;
		margin-bottom: 1rem;
	}

	.mg0 {
		margin: 0px;
		margin-bottom: 1rem;
	}
	.item-news {
		width: 100%;
		margin-right: 0rem;
		margin-bottom: 2rem;
	}
	.name-news {
		padding: 0px;
	}
	.title-relate:after {
		
		width: 10rem;
	}
	.share-social:after {
			width: 10rem;
	}
    img{height: auto !important;}
 }
@media (min-width: 500px) and (max-width: 576px) {
	.item-news {
		width: 48%;
		margin-right: 1.1875rem;
		margin-bottom: 2rem;
	}
	.item-news:nth-child(2n+2) {
		margin-right: 0px;
	}
}
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
	.drawer {

    top: 19% !important;
	}
	.share-social:after {
			width: 10rem;
	}
	.title-relate:after {
		
		width: 10rem;
	}
	.main-menu li{
		width:100%;
		text-align:center;
	}
	li.cart-heaer {display: inline-block !important;}
	li.cart {
		display: none;
	}
	li.cart-heaer p {
		position:  absolute;
		top: -0.3125rem;
		right: 1.75rem;
	}
	.button-res {
		position: fixed;
		z-index: 9999;
	}
	.logo {
		text-align:  center;
		margin-top: 4rem;
	}
	.service-item {
		width: 100%;
		text-align: center;
		margin-right: 0px;
	}
	.img-service {
		margin-right: 0rem; 
		padding-top: 0rem; 
		padding-bottom: 1rem;
	}
	.service-item {
		width: 9.875rem;
		margin-right: 1rem;
		text-align: center;
	}
	.text-service h4 {
    font-size: 1rem;
	}
	.item {
		width: 49%;
		margin-right: 0.625rem;
	}
	.item h3 {
		
		margin: 1rem 0rem;
	}
	.col-footer:nth-child(2n+2) {
		margin-right:  0rem;
	}
	.col-footer {
		width: 48%;
		margin-right: 1.25rem;
	}
	.box-support {
		display:  none;
	}
	.box-top-right ul li a {
		color: #fff;
		
	}
	article.top-navigation {
		position:  fixed;
		width:  100%;
		background: black;
		padding: 0.625rem 0px;
		z-index: 9999;
	}
	.support{
		display:block !important;
	}
	.button-res {
		position: fixed;
		z-index: 999999999;
		
	}
	button.button-display-filter {
		width: 9rem;
	}
	.product:nth-child(2n+2) {
		margin-right: 0rem;
	}
	p.price span {
		padding-right: 1.5rem;
	}
	.product {
		width: 48%;
		margin-right: 1.0625rem;
		line-height: 1.5rem;
		margin-bottom: 2rem;
	}
	.item-news {
		width: 100%;
		margin-right: 0rem;
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px){
    .zoomContainer {
        display:  none !important;
    }
    .box-top-right ul li:first-child {
        display: none;
    }
    .modal-backdrop.show {
        opacity: 0;
        z-index: -1;
    }
    .box-addcart-quanty .d-flex {
        flex-wrap:  wrap;
    }

    .box-addcart-quanty .d-flex .w-25 {width: 46%!important;}
    .box-addcart-quanty .d-flex .w-50 {width: 100%!important;}

}
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	.service-item {
		width: 13rem;
		margin-right: 2rem;
		text-align: center;
	}.img-service {
		margin-right: 0rem; 
		padding-top: 0rem; 
		padding-bottom: 1rem;
	}
	.text-service h4 {
	
		margin-bottom: 0.5rem;
	}
	.item {
		width: 49%;
		margin-right: 0.8125rem;
	}
	.col-footer:nth-child(2n+2) {
		margin-right:  0rem;
	}
	.col-footer {
		width: 48%;
		margin-right: 1.6875rem;
	}
	#menu {
		padding-top: 0.625rem;
	}
	.main-menu li {
	margin-bottom: 1rem;	
		padding-right: 0.75rem;
	}
	.product:nth-child(3n+3) {
		margin-right: 0rem;
	}
	
	.product {
		width: 31%;
		margin-right: 1.5rem;
		line-height: 1.5rem;
		margin-bottom: 2rem;
	}
	.change-filter .product {
		width: 48%;
		margin-right: 1.125rem;
		line-height: 1.5rem;
		margin-bottom: 2rem;
	}
	.change-filter .product:nth-child(2n+2) {
		margin-right:0px;
	}
	.change-filter .product:nth-child(3n+3) {
		margin-right: 1.125rem;
	}
	.item-news:nth-child(2n+2) {
		margin-right: 0px;
	}
	.item-news {
		width: 49%;
		margin-right: 2.6875rem;
		margin-bottom: 2rem;
	}
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
	.img-service {
		margin-right: 0.3rem;
		padding-top: 0.4rem;
	}
	.service-item {
		width: 18rem;
		margin-right: 2rem;
		text-align: center;
	}
	.text-service h4 {
		margin-bottom: 0.5rem;
	}
	.col-footer {
		width: 22%;
		margin-right: 2.3125rem;
	}
	.main-menu li
	 a {
		font-size: 0.9rem;
	}
	.main-menu li {
		
		padding-right: 1rem;
	}
	.product {
		width: 32%;
		margin-right: 1.125rem;
		line-height: 1.5rem;
		margin-bottom: 2rem;
	}
	.product:nth-child(3n+3) {
		margin-right: 0rem;
	}
	.change-filter .product {
		width: 31%;
		margin-right: 1.5rem;
		line-height: 1.5rem;
		margin-bottom: 2rem;
	}
	.change-filter .product:nth-child(3n+3) {
		margin-right: 0rem;
	}
	.item-news:nth-child(2n+2) {
		margin-right:  0px;
	}
	.item-news {
		width: 49%;
		margin-right: 3rem;
		margin-bottom: 2rem;
	}
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.product:nth-child(3n+3) {
		margin-right:  0rem;
	}
	.item-news:nth-child(2n+2) {
		margin-right:  0px;
	}
 }
 @media (max-width: 1300px) { 
	
 }

/* // Small devices (landscape phones, 34em and up) */
@media (min-width:768px){
	header {
		border-bottom-color: rgb(255, 255, 255);
	}
}
.fieldset {
    border: 0;
    margin: 0 0 40px;
    padding: 0;
    letter-spacing: -.31em;
}.product-information .fieldset {
    margin-bottom: 0;
    letter-spacing: 0;
}
.product-information .product-options-wrapper .swatch-opt {
    margin-bottom: 0;
}
.product-options-wrapper .swatch-opt {
    margin: 0 0 1px;
}
.product-information .product-options-wrapper .swatch-opt .swatch-attribute {
    margin-bottom: 0;
    float: none;
}
.product-options-wrapper .swatch-opt:after {
    display: table;
    content: "";
    clear: both;
}
.product-information .product-options-wrapper .swatch-opt .swatch-attribute-label {
    font-weight: 700;
}
.swatch-attribute-label {
    font-weight: bold;
    position: relative;
}
.product-information .product-options-wrapper .swatch-opt .swatch-attribute-label:after {
    content: ":";
}
.product-options-wrapper .swatch-attribute-label:after {
    content: ":";
}
.product-information .product-options-wrapper .swatch-attribute-selected-option {
    color: #757575;
    padding-left: 5px;
}
.product-information .product-options-wrapper .swatch-attribute-options {
    margin-top: 2px;
	display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -wekit-flex-wrap: wrap;
}

.product-information .product-options-wrapper .swatch-option.selected, .product-information .product-options-wrapper .swatch-option:focus, .product-information .product-options-wrapper .swatch-option:hover {
    border: 1px solid #ed1b24!important;
    outline: 0!important;
}
.product-information .product-options-wrapper .swatch-option {
    border: 1px solid #ddd;
    color: #444;
    display: block;
    height: 34px!important;
    outline: 0!important;
    text-align: center;
        padding: 1px 15px;
    background: 0 0;
    font-size: 13px;
    font-weight: 400;
    max-width: 100%!important;
    margin-bottom: 8px;
    margin-right: 8px;
    text-overflow: inherit;
    line-height: 32px;
    text-transform: uppercase;
}
.swatch-option.text.selected {
    background-color: #FFF !important;
}
.box-countdown {
    text-align:  center;
    border:  1px solid;
    padding-top: 10px;
	margin-bottom: 10px;
}

.box-countdown p {
    color:  red;
    font-size:  18px;
    margin-bottom: 1.5rem;
}
.product-information .product-options-wrapper .swatch-option.selected, .product-information .product-options-wrapper .swatch-option:focus, .product-information .product-options-wrapper .swatch-option:hover {
    border: 1px solid #ed1b24!important;
    outline: 0!important;
}
.grid__item.three-quarters p {
    margin-bottom: 2px;
}
.grid {
    border-bottom:  1px solid #ccc;
	    padding: 10px !important;
}
.box-uuudai h4 span {
    float:  right;
	color: rgba(78,89,93,.7);
}

.sateproduct label {
    margin-bottom: 2px;
}
p.price-root {
    color: rgba(78,89,93,.7);
    font-weight: 400;
    text-decoration: line-through;
}
.box-left-payment aside {
    border:  1px solid #ccc;
    padding: 13px;
	margin-bottom: 10px;
}

.box-left-payment aside h4 {
    font-weight: 700;
    font-size: 18px;
}
.an-address {
    font-size:  13px;
    float:  right;
}
.deliverynote a {
    color: rgba(78,89,93,.7);
    text-decoration: underline;
}
.order-item-image {
    width: 25%;
}

.order-item-info {
    margin-left:  15px;
    width: calc(75% - 15px);
    font-family: 'RobotoCondensed-Light';
    font-size: 16px;
}

.order-item-info p {
    margin-bottom: 0px;
    /* font-family: 'Roboto-Regular'; */
}
.box-note {
    margin-top: 0.5rem;
	display:none;
}
.order-item {
    margin-bottom: 1rem;
    border-bottom:  1px solid #ccc;
    padding-bottom: 1rem;
}

.order-item:last-child {
    border:  none;
    padding-bottom: 0px;
}
.box-right-payment {
    border:  1px solid #ccc;
padding: 0px;
}
.payment-checkout-head{
	padding: 13px;
}
    
.payment-checkout h4 {
    font-weight: 700;
    font-size: 18px;
}
.cod-payment input[type="radio"] + .label-text:before{
	content: "\f10c";
	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;
}
.cod-payment  label{
	position: relative;
	cursor: pointer;
	color: #666;
	font-size: 30px;
}

.cod-payment  input[type="radio"]{
	position: absolute;
	right: 9000px;
}
.cod-payment input[type="radio"]:checked + .label-text:before{
	content: "\f192";
	color: #8e44ad;
	animation: effect 250ms ease-in;
}
.cod-payment span {
    font-size:  16px;
    font-family: 'RobotoCondensed-Light';
    font-size: 17px;
}

.cod-payment .form-check {
    margin-bottom: 0px;
    padding-left: 15px;
    vertical-align:  middle;
}

.cod-payment .form-check label {
    margin-bottom:  0px;
    padding: 10px 0px;
}

.cod-payment.active {
    box-shadow: inset 0 0 0 1px #16accf;
    background-color: #fafdfe;
}
.payment-redirect {
    padding: 10px 20px;
}
.payment-redirect.noshow {
   display:none;
}.payment-redirect.opened,.box-note.opened {
   display:block;
}
button.checkout-btn {
    color: #fff;
    background-color: #16accf;
    border-color: #16accf;
    display: inline-block;
    font-weight: 400;
    line-height: 1.313;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .6875rem 2.5rem;
    font-size: 1rem;
    border-radius: 0;
    transition: all .2s ease-in-out cubic-bezier(.23,1,.32,1) .35s;
    width: 60%;
}

.payment-button {
    text-align:  center;
}

.title-coll {
    padding: 15px 0;
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
}
.title-coll a {
    text-transform: uppercase;
    text-decoration: none !important;
    color: #000;
}
.title-coll i {
    position: absolute;
    top: calc(50% - 9px);
    right: 10px;
    font-size: 18px;
}
.des-block-info{
    border-top: 1px solid;
}