/*============================================================================
   #Webcms
==============================================================================*/
.d-flex {
  display:flex;
}

.menu {
  height:47px;
  border-bottom: 1px solid #e0d6ca;
}



.top-header {
  height:34px;
  background-color:#cd9a60;
}

.top-header span {
  color:#ffffff;
}

.header-pc {
  margin:0 50px;
  width: 100%;
    height:100%;
}

.list-menu {
  list-style: none;
  margin:0px;
  padding:0px;
  height:100%;
}

.list-menu li {
  padding: 0 15px;
  height: 100%;
  display: flex;
  align-items: center;
}

.list-menu li:first-child {
 padding-left: 0px;
}

.group-cart {
  justify-content: flex-end;
}


.list-menu li a{
  color:#C99C8B!important;
  font-weight: 400 !important;
  font-size:14px !important;
}

.align-items{
  align-items:center;
}

.justify-center {
  justify-content:center;
}

.height-100 {
  height:100%;
}

.logo img {
  max-width:35px;
}

header.header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
}


.fixed-top-new {
    top: 47px;
}

.heighgt-100 {
  height:100%;
}


.menu.transparent {
    color: #7A640A!important;
    background-color: #F9F7F4;
    transition: .1s linear;
}

.menu{
    transition: all .25s ease-in-out;
   
    width: 100%;

    background-color: #fff;
}


#cart-overlay {
    top: 0px;
}

#open-cart-button {
  position:relative;
  
}


#open-cart-button span{
  position: absolute;
    top: 8px;
    right: -16px;
    background-color: #C99C8B;
    width: 15px;
    height: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 500;
}


.list-menu-mobile {
  justify-content: space-between;
  width: 100%;
   padding: 0 24px;
}



#shopping-cart {
  right: 0;
  max-width: 499px !important;
  top: 0px;
  transition: all .5s ease-in-out;
  padding-top:62px !important;
  padding-left:19px !important;
}

.item-action {
  padding: 0 16px;
     position: relative;
}

.wifth-100{
  width:100%;
}

ul.list-action-mobile {
  list-style: none;
    padding: 0px;
    margin: 0px;
}


.item-action.cart img{
  max-width: 30px;
    margin-bottom: 5px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1 !important;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.relative {
    position: relative;
}

#vn-mobile {
width: 11px;
    height: 11px;
    background-color: #C99C8B;
    border-radius: 50%;
    font-size: 8px;
    color: #fff;
    font-weight: 800;
    /* text-align: center; */
    display: flex;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
    top: -5px;
    right: 4px;
}

.arrow {
    position: absolute;
    background-color: transparent;
    width: 12% !important;
    height: 50%;
    top: 55%;
    z-index: 50;
    transform: translate(-50%,-50%);
    transition: width .05s linear;
}

.desktop-footer-email-section .input-group {
    width: 25vw;
    border-bottom: 1px solid #7A640A !important;
}


footer a {
  color:#7a640a !important;
}
footer .footer-hover-item:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #7a640a !important;
    height: 1px;
    transition-property: right;
    transition-duration: .2s;
    transition-timing-function: ease-out;
}

.logo img {
    max-width: 140px;
}

.header .transparent li a {
   color: #C99C8B!important
}

 .menu {
    height:50px;
  }



.btn-secondary {
    color: #fff;
    background-color: #7a640A;
    border-color: #A1881D;
}


.header-cart{
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.header-cart span{
  color: #373C4B;

  font-family: Work Sans;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.title-cart span{
  color: #000;
/*font-family: Work Sans;*/
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: normal;
margin-left:10px;
}

.title-cart {
    display: flex;
    align-items: flex-end;
}
.main-cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top:40px;
  gap: 20px;
  max-height: calc(100% - 341px);
  height:100%;
  overflow-y:scroll;
}

.footer-cart .ck-col-gap12 {
  max-width:380px;
}

.footer-cart {
   display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  bottom: 0px;
  position:absolute; 
  width: 100%;
 padding-bottom: 75px;
    
}
.line-cart {
  bottom:229px;
  position:absolute; 
  width:600px;
  border-top: 0.5px solid #373C4B;
  left: -19px;
  background: #F9F7F4;
}

#shopping-cart .box-cart {
  position:relative;
  height: 100%;
}

.gr-bnt {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 42px;
    display: inline-flex;
}


.vn-bnt {
    width: 100%;
    height: 46px;
    position: relative;
    background: #C99C8B;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
      font-family: 'Gotu', sans-serif;
    font-weight: 500;
    word-wrap: break-word;
    color: #fff;
}

.vn-bnt2 {
    width: 100%;
    height: 46px;
    position: relative;
    /* background: #C99C8B; */
    border: 1px solid #C99C8B;
    border-radius: 4px;
    color: #C99C8B;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
      font-family: 'Gotu', sans-serif;
    font-weight: 500;
    word-wrap: break-word;
}




.main-cart::-webkit-scrollbar {
   width: 0;
  height: 0;
   background: transparent;
} 

.main-cart::-webkit-scrollbar-thumb {
  background: transparent;
}




.main-cart::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
   background: transparent;
}


.header ul a,
a.prc-name,
header h2,
.list-text a,
.slider-text.subhead-text.text-secondary,
.text-container h1 p,
#shopify-section-1552688064820 h1,
.vn-font-gotu a,
a.subhead-text,
.vn-font-gotu,
.subhead-text,
.pr-name,
.pr-name-price,
#shopify-section-1552688205951 h1,
.pr-name-item-more a,
.pr-name-cate a,
.pr-des-cate2,
.pr-link-cate a,
.ck-name-product,
.ck-title-product,
.subhead-text a,
h1.nav-menu-title,
h3{
  font-family: 'Gotu', sans-serif !important;
}


.product-object:hover .responsive-image__wrapper {
  border-radius: 5px ;
        transform: scale(1.1);
    background:   #F0D9C4;
      transition: 300ms;
}

.product-object:hover .prc-name{
    font-size:15px !important;
    transition: 300ms;
  }
  .price-product-text p{
    text-align:center;width: 100%;color:#373C4B !important; font-weight:400 !important;font-size:12px !important
  }
  
  
.product-object:hover .price-product-text p{
    font-size:13px !important;
    transition: 300ms;
  }
  
.search-nhieu{
  width: 100%; 
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px; 
  display: inline-flex
}

.search-cc {
  padding: 5px; background: #C99C8B; border-radius: 5px; justify-content: center; align-items: center; gap: 10px; display: flex
}

@media (max-width: 475px) {
  
  
  .search-cc{
    width:100%;
  }
  
  .search-nhieu {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: flex;
    flex-direction: column;
}
  
 .top-header span {
    color: #ffffff;
    font-size: 11px;
    text-align: center;
  }
  .acpuQtt {
    margin-bottom:10px;
  }
  
  .vn-bnt2 span ,.vn-bnt span {
    font-size:14px  !important;
  }
  
  .gr-bnt  {
    gap:11px;
  }
  
  input[type=search] {
      font-size: 20px!important;
      min-width: 300px !important;
  }
   
}


@media (max-width: 1440px) {
  .header-pc  {
    margin: 0 auto;
    max-width:1280px;
    
  }
  
  .body-padding-x {
      padding-left: 72px!important;
      padding-right: 68px!important;
  }
 
}





