/* Reset CSS */
*{
  padding: 0;
  margin: 0;
  box-sizing: 0;
}
body {
  font-family: 'Open Sans',sans-serif;
}
.container-fluid {
  padding-left: 0!important;
  padding-right: 0 !important;
 
}
.container {
    max-width: 1200px;
    width: 100%;
}
#header{
  position: relative;
   z-index: 9999;
 }
.heade_main {
  
 
  /* margin-bottom: 20px; */
  padding-bottom: 10px;
  padding-top: 10px;
}
.header-page {
  min-height: 119px;
  background-color: #ededed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.box-img-logo{
  float: left;
  margin-left: -32px;
  width:100%;
  text-align:center;
}
.box-img-1 img{
  /*width:100%;*/
  /*height: auto;*/
  height:100px;
  width:100px;
  object-fit: cover;
}
.box-img-1{
  margin-right:60px;
}
.box-img-2{
  margin-top: -10px ;
}
.box-img-2 img{
  width:100%;
  height: auto  ;
}
.navita {
  background-color: #fff;
  margin-top: 20px;
}
.ul-nav {
  display: block;
  /* flex-wrap: wrap; */
  padding-left: 0;
  
   margin-bottom: 10px;
}
.ul-nav li{
  list-style: none;
 
}
.li-nav {
  display: inline-block;
  text-transform: uppercase;
  padding: 11px 20px;
  /*margin:  0;*/
  font-weight: 700;
  letter-spacing: 2;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
}
.li-nav a{
  text-decoration: none;
  color: black;
  font-size: 14px;
}
.li-nav a:hover{
  text-decoration: none;
  color: #e3c45b;
}

.color-y a{
  color: #e3c45b !important;
}
.cart-sp {
  margin-top: 15px;
  text-align: center;
  position: relative;
  float: right;
}
.cart-icon {
  padding-top: 10px;
  margin-bottom: 5px;
  position: relative;
}
.cart-icon a{
  color: black;
  text-decoration: none;
}
.cart-icon a:hover{
  color: black;
  text-decoration: none;
}
.cart-icon i{
  font-size: 30px;
}
.number-sp {
  position: absolute;
  top: 0;
  right: 5%;
  background-color: #e3c45b;
  color: #ededed;
  width: 15px;
  height: 15px;
  border: 1px solid #e3c45b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}
.conten-dropdown {
  
  opacity: 0;
  width: 200px;
  position: absolute;
  z-index: 99;
  left: 0;  
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  transition: transform .3s cubic-bezier(0.88,-0.72, 0, 1), opacity .3s ease-in-out;
	transform: translateY(5rem);
	visibility: hidden;
}
.ul-dropdow {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
/*.ul-dropdow .li-drop.li-cha {*/
/*  position: relative;*/
/*}*/
.li-drop {
  padding: 5px 5px 5px 25px;
  position: relative;
  border-bottom: 1px solid #ededed;
}
.li-nav:hover .conten-dropdown{
  visibility: visible;
  opacity: 1;
  transform: translateY(1rem);
  transition: 0.5s;
}
.conten-dropdown_1 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 99;  
  left: 100%;
  top: 0;
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  transform: translateX(5rem);
}
.conten-dropdown_1 .li-drop a {
    white-space: nowrap;
}
.li-cha:hover .conten-dropdown_1{
  opacity: 1;
  display: block;
  transition: 0.5s;
  transform: translateX(0rem);
   visibility: visible;
}
.d-muc-drop {
  list-style: none;
  padding-left: 35px;
}
.narbar-li::after{
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.li-dropdw {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 27px;
}
.li-dropdw a{
  text-decoration: none;
  color: #010101;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
.li-dropdw a:hover{
  text-decoration: none;
  color: #010101;
  font-family: 'Open Sans', sans-serif;
}
.pagination-ul {
    font-size: 16px;
    padding: 0;
    margin: 5px 0;
    list-style: none;
}
.text-center {
    text-align: center!important;
}
.pagination-ul .pagination-li {
    display: inline-block;
    margin: 0 7px;
}
.pagination-ul .pagination-li a {
    font-weight: normal;
    color: #222;
    text-decoration: none;
    font-size: 16px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #222;
    border-radius: 99px;
}
.pagination-ul .pagination-li .current {
    background-color: #F9D9DC;
}
.pagination-ul .pagination-li span {
    font-size: 16px;
    padding: 0 7px;
    border: 2px solid #222;
    border-radius: 99px;
    color: #222;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acttive:after {
  content: "\2212";
}
.danhmuc_drop {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  overflow-y: scroll;
}.danhmuc_drop_1 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.d-muc-drop_1 {
  list-style: none;
}
.li-dropdw_1 {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 27px;
}
.li-dropdw_1 a{
  text-decoration: none;
  color: #010101;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
.li-dropdw_1 a:hover{
  text-decoration: none;
  color: #010101;
  font-family: 'Open Sans', sans-serif;
}
.acttiive:after {
  content: "\2212";
}


/* Cart */
.view-cart h3{
  width: 100%;
  display: block;
  padding: 5px;
  color: #e3c45b;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-top: 0;
}
.view-cart p{
  font-size: 12px;
  
}
.no-bullet{
  margin: 0px;
  padding-left: 0 !important;
  overflow-y: scroll;
  list-style: none outside;
  max-height:250px;
  list-style: none;
}
.no-bullet li{
  padding-left: 5px;
  padding-right: 5px;
  list-style: none;
}
.cart-item{
  position: relative;
  border-bottom: 1px dashed #f0f0f0;
  padding-bottom: 5px;
  margin: 0;
 
}
.cart-item a{
  text-decoration: none;
  background: transparent;
}
.cart-removee{
  position: absolute;
    top: calc(50% - 9px);
    right: 5px;
    color: #e3c45b;
    display:block;
}
.grid-product{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -15px !important;
  list-style: none;
}
.grid-product-img{
  padding-left: 15px !important;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding-left: 30px;
  vertical-align: top;
  width:50%;
}
.cart-iteam-img{
  overflow: hidden;
  
}
.text-center{
  text-align: center !important;
}
.title-cart{
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.cart-iteam-img a{
  color: #e3c45b;
  text-decoration: none;
  background: transparent;
}
.cart-iteam-img img{
  vertical-align: middle;
  max-width: 100%;
  border: 0 none;
}
.grid-product-titles{
  padding-left: 15px !important;
  box-sizing: border-box;
  float: left;
  min-height: 1px;  
  vertical-align: top;
}
.cart-item-info {
  padding-right: 15px;
}
.text-left{
  text-align: left !important;
}
.cart-item-info a{
  color: #010101;
  margin-bottom: 3px;
  display: inline-block;
  transition: all 0.3s ease;
  font-weight: 700;
  font-size: 12px;
}
.cart-item-info small{
  margin-bottom: 3px;
  display: inline-block;
  font-size: 12px;
}
.cart-item-price-quantity{
  padding-right: 15px;
}
.cart-item-price-quantity span{
  display: block;
  color: #25252b;
  margin-bottom: 3px;
  font-size: 12px;
  text-align: left !important;
  float:left;
}
.cart-total{
  margin: 5px 0px;
  padding: 5px;
  width: 100%;
  display: block;
  background: #f9f9f9;
  color: #25252b;
  font-size: 14px;
}
.cart-total span{
  color: #e3c45b;
  font-weight: 700;
  float: right;
}
.quickview-cartactions{
  text-align: left;
  line-height: normal !important;
  
}
.clearfix:after{
  content: '';
  display: table;
  clear: both;
}
.quickview-cartactions a{
  display: inline-block;
  text-align: center;
  background: #010101;
  color: #ffffff;
  border-radius: 5px;
  outline: 0 !important;
  width: 48%;
  padding: 5px 10px;
  text-decoration: none;
  margin-top: 5px;
}
.quickview-cartactions a:first-child{
  float: left;
}
.quickview-cartactions a:last-child{
  float: right;
}
.quickview-cartactions a:hover{
  background: #010101;
  color: #ffffff;
  text-decoration: none;
}
.view-cart {
  display: none;
  transform-origin: 0% 0%;
  text-align: left;
  position: absolute;
  z-index: 9999;
  
 right: 0;
  width: 280px;
  padding: 5px;
  background: #fff;
  line-height: normal !important;    
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
  animation: none !important;
  transition: all 0.3s ease;
  font-family: 'Open Sans',sans-serif;
}
.cart-sp:hover .view-cart {
  display: block !important;
}
/* View cart mobile */
.quickview-cart_1 h3{
  width: 100%;
  display: block;
  padding: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #e3c45b;
}
.no-bullet_1{
  margin: 0px;
  padding-left: 0 !important;
  overflow-y: scroll;
  list-style: none outside;
  max-height:250px;
  list-style: none;
}
.no-bullet_1 li{
  padding-left: 5px;
  padding-right: 5px;
  list-style: none;
}
.cart-item_1{
  position: relative;
  border-bottom: 1px dashed #f0f0f0;
  padding-bottom: 5px;
  margin: 0;
 
}
.cart-item_1 a{
  text-decoration: none;
  background: transparent;
}
.cart-remove_1{
  position: absolute;
    top: calc(50% - 9px);
    right: 5px;
    color: #e3c45b;
    display:block;
}
.grid-product_1{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -15px !important;
  list-style: none;
}
.grid-product-img_1{
  padding-left: 15px !important;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding-left: 30px;
  vertical-align: top;
  width:50%;
}
.cart-iteam-img_1{
  overflow: hidden;
  
}
.text-center{
  text-align: center !important;
}
.cart-iteam-img_1 a{
  color: #e3c45b;
  text-decoration: none;
  background: transparent;
}
.cart-iteam-img_1 img{
  vertical-align: middle;
  max-width: 100%;
  border: 0 none;
}
.grid-product-titles_1{
  padding-left: 15px !important;
  box-sizing: border-box;
  float: left;
  min-height: 1px;  
  vertical-align: top;
}
.cart-item-info_1 {
  padding-right: 15px;
}
.text-left{
  text-align: left !important;
}
.cart-item-info_1 a{
  color: #010101;
  margin-bottom: 3px;
  display: inline-block;
  transition: all 0.3s ease;
  font-weight: 700;
  font-size: 12px;
}
.cart-item-info_1 small{
  margin-bottom: 3px;
  display: inline-block;
  font-size: 12px;
}
.cart-item-price-quantity_1{
  padding-right: 15px;
}
.cart-item-price-quantity_1 span{
  display: block;
  color: #25252b;
  margin-bottom: 3px;
  font-size: 12px;
  text-align: left !important;
  float:left !important;
}
.cart-total_1{
  margin: 5px 0px;
  padding: 5px;
  width: 100%;
  display: block;
  background: #f9f9f9;
  color: #25252b;
  font-size: 14px;
}
.cart-total_1 span{
  color: #e3c45b;
  font-weight: 700;
  float: right;
}
.quickview-cartactions_1{
  text-align: left;
  line-height: normal !important;
  
}
.clearfix_1:after{
  content: '';
  display: table;
  clear: both;
}
.quickview-cartactions_1 a{
  display: inline-block;
  text-align: center;
  background: #010101;
  color: #ffffff;
  border-radius: 5px;
  outline: 0 !important;
  width: 48%;
  padding: 5px 10px;
  text-decoration: none;
  margin-top: 5px;
}
.quickview-cartactions_1 a:first-child{
  float: left;
}
.quickview-cartactions_1 a:last-child{
  float: right;
}
.quickview-cartactions_1 a:hover{
  background: #010101;
  color: #ffffff;
  text-decoration: none;
}
#quickview-cart_1{
  display: none;
}
.quickview-cart_1 {
  transform-origin: 0% 0%;
  text-align: left;
  position: absolute;
  z-index: 9999;
  /*top: 25%;*/
  right: 0px;
  width: 280px;
  padding: 5px;
  background: #fff;
  line-height: normal !important;    
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
  animation: none !important;
  transition: all 0.3s ease;
  font-family: 'Open Sans',sans-serif;
}
.quickview-cart_1 span {
  cursor: pointer;
  text-align: center;
 float: right;
  
}
.quickview-cart_1 i{
  color: #e3c45b;
}




/* Footer */



.top-footer {
 
  margin-top: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ededed;
  /*padding-left: 125px;*/
 
}
.box-imgicon {
  padding-top: 15px;
  padding-bottom: 10px;
  float: right;
}
.box-imgicon a{
  color: #333;
}
.box-imgicon img{
  max-width: 60px;
}
/*.footer-main {*/
 
/*}*/
.footer-center {
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 20px;
  padding-bottom: 35px;
}
.footer-center .line-ft{
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.footer-center strong{ 
  text-transform: uppercase;
  font-size: 24px !important;
  letter-spacing: 2px;
}
.footer-center p{
  text-align: center;
  font-family: tahoma, arial, helvetica, sans-serif;
}
.footer-center span{
  font-size: 19px;
  color: #000000;
}
.footer-bot {
  text-align: right;
}
.logo-pancake {
  padding: 5px 10px;
}
.logo-pancake span {
  font-size:14px;
   font-family: 'Open Sans',sans-serif;
}
.logo-pancake img{
  width: 100px;
}

/* Header cuộn */
@keyframes stick{
  from{
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
  }
  to{
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
  }
}

.stuck {
top: 0 !important;
position: fixed !important;
left: 0;
right: 0;
margin: 0 auto;
z-index: 9999;
animation-name:stick;
animation-duration:0.5s;
transition: top 0.5s linear 0s;
box-shadow: 0 0 10px rgb(0 0 0 / 20%);
box-shadow: 0 0 10px rgb(0 0 0 / 20%);
background-color: #fff;

}

/* Mobi */
.box-logo-mobi {
  text-align: center;
}
.box-mobi-1 img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.box-mobi-2 img {
  width: 62%;
  height: auto;
  margin-top: -28px;
}
.cart-mobi-sp  {
  margin-top: 8px;
  text-align: center;
  position: relative;
  float: right;
}
.number-mobi-sp {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e3c45b;
  color: #ededed;
  width: 15px;
  height: 15px;
  border: 1px solid #e3c45b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-mobi-icon {
  padding-top: 10px;
  margin-bottom: 5px;
  position: relative;
}
.cart-mobi-icon i{
  font-size: 30px;
}
.navbar-header {
  background-color: #ededed;
  display: block;
  width: 100%;
  font-family: 'Open Sans',sans-serif;
}
.navbar-title {
  text-align: center;
  margin: 8px;
  text-transform: uppercase;
  font-size: 18px;
  color: black;
  font-weight: 600;
}
.navbar-icon {
 float: right;
 margin: 8px;

}
.navbar-icon i{
  color: black;
  font-size: 25px;
}

.navdrop {
  padding: 0 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  overflow-y: scroll;
}
.navbar_ul {
  list-style: none;
  font-family: 'Open Sans',sans-serif;
  padding-left: 0;
  margin-bottom: 0;
  
 
}
.nabar-li {
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 27px;
}
.nabar-li a{
  color: #010101;
  text-decoration: none;
}
.nabar-li a:hover{
  color: #010101;
  text-decoration: none;
}

/* Product */
.shop-breadcrumb {
  border: 1px solid #eaeaea;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  font-size: 12px;
  font-family: 'Open Sans',sans-serif;
}
.shop-breadcrumb ul{
  display: flex;    
  list-style: none;
  line-height: 36px;
  margin-bottom: 0;
  padding-left: 0;
}
.shop-breadcrumb ul span::before{
  content: '';
  height: 100%;
  width: 1px;
  background: #e0dede;
  position: absolute;
  left: 50%;
  top: 0;
  transform: rotate(20deg);
}
.shop-breadcrumb li{
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-title {
  margin: 30px 0;
  float: none;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Open Sans',sans-serif;
  width: 100%;
}
.sort-tabbar {
  margin-top: 10px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.sortabar-inner {
  float: right;
}
.page-numbers {
  margin: 0;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 0;
  display: flex;
  list-style: none;
}
.page-numbers li{
  padding:2px 10px;
  border: 1px solid #ddd;
  margin: 0 2px;
  color: #666;
}
.page-numbers li a{
  text-decoration: none;
  color: #666;
}
.page-numbers li a:hover{
  text-decoration: none;
  color: #666;
}
.produc-item {
  box-shadow: none;
  border: 1px solid #eaeaea;
  padding: 10px 10px 82px 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.produ-img {
  position: relative;
  
}
.produ-img img{
  width: 100%;
}
.discount-sp{
  width: 40px;
  height: 40px;
  background-color: #dd0000;
  border: 1px solid red;
  position: absolute;
  top: 2px;
  left: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #ffffffff;
}

.produ-title {
  text-align: center;
  font-family: 'Open Sans',sans-serif;
  padding: 10px 10px 0;
  position: absolute;
  bottom: -33px;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.6);
  transition: all .3s ease-out 0s;
  z-index: 2;
  overflow: hidden;
}
.produ-name {
  text-transform: none;
  font-size: 14px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  margin-bottom: 10px;
}
.produ-name a{
  color: #333;
  text-decoration: none;
}
.produ-name a:hover{
  color: #ededed;
  text-decoration: none;
}
.produ-price span{
  color:#dd0000;
  font-weight: bold;
  border: 0 none;
  font-size: 12px;
  margin-right: 5px;
}
.produ-button {
  text-align: center;
  display: block;
  width: 100%;
  margin: 5px 0 0;
}
.produ-button button{
  background-color: #f9d9dc ;
  border: 1px solid #f9d9dc;
  border-radius: 5px;
  padding: 0 10px 0 5px;
  font-size: 13px;
  line-height: 30px;
  color: black;
}
.produ-button button i{
  color:black;
}
.produ-button a{
  color: black;
  text-decoration: none;
}
.produ-button a:hover{
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.produc-item:hover .produ-title {
  bottom: 15px;
  transition: 0.5;
}
/* Liên hệ */
.entry-content {
  font-family: 'Open Sans',sans-serif;
}
.entry-content-view {
  margin-top: 20px;
  margin-bottom: 20px;
}
.text-address {
  margin-bottom: 35px;
}
.text-address span {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 14pt;
  color: #000000;
}
.text-address a{
  color: #000000;
  text-decoration: none;
}
.text-address a:hover{
  color: #000000;
  text-decoration: none;
}
.textmap-title span{
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 14pt;
  color: #000000;
}
.textmap-title {
  margin-bottom: 35px;
}
.box-map-main {
  width: 100%;
}
.box-map-main iframe{
  width: 100%;
}

/* Giỏ Hàng */
.table-cart{
  max-width: 100%;
 
} 
.full{
  width: 100%;
  margin-bottom: 1em;
}
.cart-table th{
  padding: 30px 15px;
  border: none;
  font-weight: normal;
  border-top: 1px solid #f0f0f0;
}
.cart-table td{
  padding: 30px 15px;
  border: none;
  text-align: left;
  border-top: 1px solid #f0f0f0;
}
.cart-row:first-child{
  margin-top: 0;
  padding-top: 0;
  position: relative;
  border-top: 1px solid #f0f0f0;
  font-family: 'Open Sans',sans-serif;
}
.cart-row:last-child{
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #f0f0f0;
  font-family: 'Open Sans',sans-serif;
}
.td-image{
  width:160px;
}
.td-image img{
  width: 100%;
}
.cart-product-title{
  text-align: left;
}
.cart-product-title a{
  text-decoration: none;
  color: #010101;
}
.cart-product-title .cart-remove{
  color: #e3c45b;
}
.cart-remove {
  position: relative !important;
  right: 0;
  color: #e3c45b;
  display:block;
  top: calc(50% - 9px);
}
.cart-product-title .cart-price_1{
  font-weight: 600;
  font-size: 18px;
  color: #e3c45b;
}
.cart-product-price{
  color: #e3c45b;
}
.cart-product-price .cart-price{
  font-weight: 400;
  font-size: 18px;
}
.buttons_added {
  opacity:1;
  display:inline-block;
  display:-ms-inline-flexbox;
  display:inline-flex;
  white-space:nowrap;
  vertical-align:top;
}
.is-form {
  overflow:hidden;
  position:relative;
  background-color:#f9f9f9;
  height:39px;  
  padding:0;
  text-shadow:1px 1px 1px #fff;
  border:1px solid #ddd;
  width: 20px;
}

.is-form:focus,.input-text:focus {
  outline:none;
}


.input-qty {
  outline: none;
  background-color:#fff;
  height:39px;
  text-align:center;
  font-size:1rem;
  display:inline-block;
  vertical-align:top;
  margin:0;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  border-left:0;
  border-right:0;
  padding:0;
  width: 35px;
}
.input-qty::-webkit-outer-spin-button,.input-qty::-webkit-inner-spin-button {
  -webkit-appearance:none;
  margin:0;
}
.text-right{
  text-align: right !important;
}
.cart-product-title .cart-price_1{
  font-weight: 600;
  font-size: 18px;
  color: #e3c45b;
}

.cart-subtotal{
  color: #e3c45b;
  font-weight: 700;
  font-size: 22px;
  float: right;
  line-height: 3;
  margin-right: 5px;
}
.cart-subtotal-title {
  font-size: 15px;
}
.lable_comment {
  display: none;
}
.lable_comment label{
  width: 100%;  
  
}
.text-input{
  width: 100%;
}
.sum-money {
  line-height: 5;
}
.bx-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.Capnhat-bt {
  width: 48%;
  text-align: center;
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px 0;
  color: #25252b;
}
.Capnhat-bt:hover {
  background-color: black;
  color: white;
}

.Thanhtoan-bt {
  width: 48%;
  text-align: center;
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px 0;
  float: right;
   color: #25252b;
}
.Thanhtoan-bt:hover {
  background-color: black;
  color: white;
}

.col-cart p{
  font-size: 12px;
 font-family: 'Open Sans',sans-serif;
}
.col-cart i{
  margin-right: 5px;
}
.buy-here{
 font-size: 12px;
 color: #e3c45b;
 text-decoration: none;
}
.buy-here:hover{

 color: #e3c45b;
 text-decoration: none;
}
.box-imgfooter {
    width:70px !important;
    height:70px !important;
    
  }
  .box-imgfooter img{
    object-fit: cover;
  }

.aaccttive{
  display: block !important;
}
/* Media */
@media screen and  (max-width:980px){
  .li-nav {
    padding: 0 10px;
  }
  .navita {
    margin-top: 15px;
  }
  
}
@media screen and (max-width: 1186px){
  
  .top-footer{
    padding-left: 0;
  }
  .box-imgfooter{
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  
  .box-imgicon {
    display: none;
  }
  .footer-main {
    display: none;
  }
  .footer-center {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .p-title {
    display: none;
  }
  /*.col-lg-6{*/
  /*  width: 100% !important;*/
  /*}*/
  .title-cart {
    font-size: 10px;
  }
}
@media screen and (min-width:1190px) {
  .top-footer .footer-center{
    display: none;
  }
}
@media screen and (max-width: 766px) {
.box-img-logo {
  display: none;
}
.navita {
  display: none;
}
.nav-main {
  display: none;
}
.cart-sp {
  display: none;
}
/*.box-mobi-2 img{*/
/*    width: 70%;*/
/*}*/
/*.box-mobi-1 img{*/
/*  width: 70%;*/
/*}*/
.cart-row tr{
  display: none;
}
.cart-product-price {
  display: none;
}
.logo-pancake img{
    width: 100px;
  }
  .logo-pancake span {
    font-size: 12px;
  }
  
}
@media screen and (min-width: 767px) {
  .box-logo-mobi {
    display: none;
  }
  .cart-mobi-sp {
    display: none;
  }
  .navbar_ul {
    display: none;
  }
  .navbar-header {
    display: none;
  }
  .cart-icon i{
   font-size: 24px; 
  }
  
  .cart-price_1{
    display: none;
  }
  
}
@media screen and (max-width: 619px){
  .Thanhtoan-bt{
    font-size: 8px;
  }
  .Capnhat-bt {
    font-size: 8px;
  }
  .sum-money {
    line-height: 4;
}
.cart-subtotal-title {
    font-size: 9px;
}
.cart-subtotal {
    font-size: 14px;
    line-height: 3;
}
}
@media screen and (min-width: 478px) {
 
  
}
@media screen and (max-width: 477px) {
  
/*  .box-mobi-2 img{*/
/*    width: 100%;*/
/*}*/
/*.box-mobi-1 img{*/
/*  width: 100%;*/
/*}*/
  
}