
body{
font-family: 'Montserrat', sans-serif ;  
}


.page-header {
    margin: 0;
    padding: 0;
}
.header-top {
    background-color: #ffffff;
    border-color: #efefef;
}
.bulletins {
    /* background-color: #fff5f6; */
   
    font-size: 11px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table-cell;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.bulletins__item:not(:last-child) {
    border-right: 1px solid #fff;
}
@media (min-width: 1025px){
.hide--palm {
    display: block !important;
  }
}
.flex-item, .my-wishlist .product-comment {
    position: relative;
}
.flex-item {
   
    background-color: #52c0b4;
    padding: 0;
    margin: 1px;
    float: left;
    text-align: center;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -ms-flexbox: auto;
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
    font-size:13px;
}
.flex-item, .flex-item__50 {
    width: 400px;
}
.vu-color{
  color: #ffffff ;
  
}
.bulletins .vu-color {
    margin-bottom: 0;
}
.color-header{
  color:#ffffff;
}
.flex-item a:hover{
  color:#ffffff;
  text-decoration:none;
}
.flex-item a{
  color:#ffffff;
  text-decoration:none;
}
.bulletins p {
    margin-bottom: 0;
}
.flex-item P{
  font-size:13px;
}
.block {
    margin: 0 0 30px;
}
.header .form-search {
    padding: 70px 0 0;
    display: block;
}
.header .form-search button.button {
    border: 0 none;
    background-color: transparent;
    opacity: 1;
    pointer-events: auto;
    width: 35px;
    height:35px;
}
.form-search .search {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}
.header .form-search input.input-text {
    border-style: solid;
    border-color: #e2e2e2;
    border-width: 0 0 1px;
    background-color: #fff;
    font-size: 15px;
    margin: 0;
    line-height: 25px;
    padding: 0px;
    height: 26px;
}
.span-1 span>i{
  font-size:15px;
}
.header .form-search button.button span {
    color: #666666;
    width: 35px;
    height:35px;
    padding: 0;
    border: none;
}
.header-logo {
    text-align: center;
}
.header .logo {
    margin: 0 auto;
    text-decoration: none!important;
    outline: none;
    display: block;
    max-width: 100%;
    float: none;
    padding: 44px 0 36px;
}
.logo img{
  width:373px;
  height:88px;
  filter: brightness(0.1);
}
.content-cart > .tool-header {
    float: right;
    margin-top: 82px;
}
.minicart-wrapper {
    text-align: right;
    float: left;
    position: relative;
    margin-top: 1px;
}
.minicart-wrapper .icons {
    display: inline-block;
    color: #666666;
    font-weight: 500;
    font-size: 26px;
    position: relative;
    background-image: url(https://statics.pancake.vn/web-media/65/35/4b/69/af8d32bf4e988286b2d2e5c43f60b649236d257e56c34856af931dc8.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding: 10px;
    text-align: center;
}
.minicart-wrapper .action.showcart .counter.qty {
    color: #ffffff;
    background-color: #00e0df;
}
.minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    right: -15px;
    top: -14px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 22px;
    line-height: 22px;
    width: 22px;
    font-size: 14px !important;
   
    text-transform: uppercase;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
    right: 19px;
}
.ui-widget-content li{
  cursor: pointer;
  list-style-type: none;
}
@media screen and (min-width: 768px){
.minicart-wrapper {
    margin-left: 13px;
}
.nav-toggle {
    display: none;
}
}
.currency_top {
    float: left;
}
.page-header .switcher {
    margin-right: 17px;
    margin-left: 34px;
}
.switcher-options strong span {
    font-size: 15px;
}
.page-header .switcher strong, .page-footer .switcher strong {
    font-weight: 400;
}
.page-header .switcher .options .action.toggle:after, .page-footer .switcher .options .action.toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: "";
}

.page-header .switcher .options ul.dropdown a {
    padding: 0px 7px 0px 7px;
    line-height: 25px;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  border: 1px solid #c1c1c1;
  padding: 3px;
  background: #fff;
  z-index:1;
  width: 56px;
  text-align: center;
  
}

.dropdown:hover .dropdown-content {
  display: block;
}
.switcher-option a:hover{
  
  color: #507cff  !important;
}
.switcher-currency .switcher-dropdown .switcher-option a:hover {
    text-align: right !important;
}
.switcher-option a{
  padding: 0px 7px 0px 7px;
    line-height: 25px;
    font-size:13px;
    display:block;
}
.nav-sections-item-content .magicmenu {
    position: relative;
    text-align: center;
    display: block;
}
.magicmenu .nav-desktop {
    position: static;
    margin: 0;
    padding: 0;
}
.sticker {
    position: absolute;
    top: 18px;
    z-index: 20;
}
.magicmenu .nav-desktop .menu-header {
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
.magicmenu .nav-desktop .menu-header .level-top {
    color: #333333;
}
.magicmenu .nav-desktop .menu-header .level-top {
    padding: 20px 18px;
}
.magicmenu .nav-desktop .menu-header .level-top {
    /*padding: 20px 24px;*/
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    /*outline: medium none;*/
    display: block;
    text-align: center;
    line-height: normal;
}
.magicmenu .nav-desktop .menu-header .level-top>span {
    display: block;
    white-space: nowrap;
    font-size: 12px;
    vertical-align: top;
    font-weight: 500;
    color: #000;
}
.hide--palm a>img{
  width:100%;
}
.hide--palmm a>img{
  width:100%;
}


.flex-item * {
    font-family: "Montserrat",sans-serif !important;
}
.container {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1180px){
.container {
    max-width: 1180px;
  }
}
.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;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
.header-top .bulletins .flex-container .flex-item.bulletins__item.hide--palm {
    width: 33%;
}
.header-top .bulletins .flex-container .flex-item.bulletins__item {
    width: 33%;
}
.flex-item P {
    font-size: 14px;
}
.logo img {
    width: 100%;
    height:100%;
    filter: brightness(0.1);
}
.header-sticker{
  display:none;
}
}


@media (max-width: 991px){

  .content-cart > .tool-header > .nav-toggle {
    display: inline-block;
}
.ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5 !important;
}
.nav-toggle {
    position: static;
}
.nav-toggle {
    cursor: pointer;
    display: block;
    font-size: 20px;
    left: auto;
    color:#8f8f8f;
    text-decoration: none;
    top: 67px;
    z-index: 14;
    right: 50px;
}
.level-top span{
  padding:0 14px;
}
.content-cart > .tool-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.content-cart > .tool-header {
    margin-top: 72px;
}
.content-cart .minicart-wrapper {
    margin-left: 34px;
    margin-right: 0;
}
}
.navigation ul>li{
  position: relative;
    float: left;
    width: 100%;
    margin: 0;
}
.navigation ul>li>a{
  display: block;
    padding: 10px 0;
    margin: 0;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    font-size: 15px;
    
    text-transform: uppercase;
    letter-spacing: 1px;
   
}
.header_dropdown-mobi {
    position: fixed;
    background-color: white;
    width: 80%;
    color: #677279;
    border: solid 1px #dfe3e8;
    left: -17px;
    border-radius: 3px;
    z-index: 9999;
    top:0;
    height: 100%;
    overflow: scroll;
}
#site-menu {
     width: 0%; 
}
#site-menu1 {
     width: 0%; 
}
 .closebtn {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
    z-index: 1;
    text-decoration: none;
    
    color: black;
    display: block;
    transition: 0.3s;
}
.navigation a:hover{
   color: black;
   text-decoration: none;
}
@media (max-width: 767px){
.content-cart > .tool-header > .nav-toggle {
    display: none;
  }
}
@media only screen and (max-width: 479px){
.bulletins .hide--palm {
    display: none;
  }
  .header-sticker {
    display: none;
}
.header .header-search .block {
    margin: 0;
}
.search-area .search-site {
    order: 1;
}
.content-seach {
  padding-left:25px;
}
.nav-toggle {
    margin-right: 11px;
}
.span-1 span>i {
    font-size: 19px;
}
.col-xs-4 {
    width: 33.33333333333333%;
}
.content-logo {
    padding-left: 0;
    padding-right: 0;
}
.logo img {
    width: 100%;
    height: 100%;
    filter: brightness(0.1);
}
.header .logo {
    width: 200px;
    padding-top: 17px;
    padding-bottom: 10px;
}
.header .header-search {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}
.search-425{
  display:none !important;
  }
  .header .form-search {
    padding-top: 0;
}
.content-cart > .tool-header {
    margin-top: 18px;
}
.content-cart > .tool-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.content-cart .minicart-wrapper {
    order: 1;
}
.content-cart .minicart-wrapper {
    margin-left: 0;
}
.currency_top {
    margin-left: 0;
    margin-right: 18px;
}
.page-header .switcher {
    margin-left: 0;
    margin-right: 0;
}
.content-cart {
  padding-right:25px;
}
.block_bottom {
    padding: 25px 0;
}
.page-header {
   
    border-bottom: 0px solid #eee; 
}
.level-top span {
    font-size: 15px;
    padding: 0 14px;
   
  }
  .product-view .product-info-main {
    padding-top: 20px;
    padding-right: 25px;
    padding-left: 25px;
}
}
@media (max-width: 768px){
.col-sm-12 {
    width: 100%;
  }
  .hide--palmm a>img {
    width: 517px;
}
.col-sm-6 {
    width: 50%;
}
#ex>p>span>img{
  width:100%;
}
}
@media (max-width: 768px){
  #ex>p>span>img{
  width:100%;
}
}

.header_dropdown_content {
    position: absolute;
    background-color: white;
   
    color: #677279;
    border: solid 1px #dfe3e8;
    top: calc(100% + 5px);
    right: -10px;
    left: auto;
    border-radius: 3px;
    z-index: 9;
    
}
.site-cart {
    width: 275px;
    height: auto;
    z-index:99;
}
@media (min-width: 361px) and (max-width: 480px){
  .product-items .product-item:nth-child(2n+1) {
    clear: left;
}


.category-products.grid .item .product-image-photo{
  /*height:267px;*/
}
.sorter{
  padding-left:17px;
}
.hide--palmm a>img {
    width: 100%;
}
}

@media (min-width: 1px) and (max-width: 360px){
/*.product-items .product-item {*/
/*    padding: 0 15px;*/
/*    width: 50%;*/
/*  }*/
  .category-products.grid .item .product-image-photo {
    /*height: 189px;*/
}
.sorter{
  padding-left:17px;
}
.subscribe-bottom-line img{
  width:100%;
}
.block-subscribe input.input-text{
  width:215px;
}
.hide--palmm a>img {
    width: 100%;
}
.content-cart {
    padding-right: 10px;
}
}

@media (min-width: 641px) and (max-width: 768px){
/*.product-items .product-item {*/
/*    padding: 0 15px;*/
/*    width: 33.333333333%;*/
/*  }*/
  .category-products.grid .item .product-image-photo{
    /*height:336px;*/
  }

}
.header_dropdown_content .site-nav-container {
   padding: 15px 25px 26px;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 12px;
    overflow: hidden;
    min-height: 100%;
}
.site-nav-container .titlebox {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e5ec;
    display: flex;
    justify-content: space-between;
}
.header_dropdown_content .site-nav-container .cart-view .cart-scroll {
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    padding-right: 10px;
}
.text-left{
  padding-top:4px !important;
}
td:first-child, th:first-child {
    padding-left: 0;
    text-align: left;
    padding: 20px 0;
}
.clearfix a {
    color: #4a4a4a;
    text-decoration: none;
}
.hai-font a{
   color: #fff;
    text-decoration: none;
}
.header_dropdown_content .site-nav-container .cart-view tr.list-item td.item {
    padding: 10px 0;
    position: relative;
    
    padding-left: 25px;
}
   
}
.header_dropdown_content .site-nav-container .cart-view tr.list-item td.item .pro-title-view {
    /*float: left;*/
    width: 100%;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.header_dropdown_content .site-nav-container .cart-view tr.list-item td.item .variant {
    font-size: 12px;
    float: left;
    width: 100%;
    margin: 5px 0 12px;
    opacity: 0.66;
    text-transform: uppercase;
}
 
    .header_dropdown_content .box-triangle {
    position: absolute;
    right: 15px;
    bottom: calc(100% - -7px);
    margin: 0;
    width: 27px;
    height: 5px;
}
.site-cart span {
    right: 0 !important;
}

.list-item{
  border-bottom: 1px solid #e3e5ec;
}
.header_dropdown_content .site-nav-container .cart-view tr.list-item td.item .pro-quantity-view {
  
    width: auto;
   
    text-align: center;
    /*padding: 6px 12px;*/
    font-size: 12px;
    line-height: 1;
    margin-right: 12px;
}
.pro-price-view{
  color: #2eccfa;
    font-size: 13px;
    font-weight: 400;
    padding-right: 10px;
}
.table-total{
  width:100%;
}
.text-right{
  font-size: 16px;
    font-weight: 500;
    color: #555;
    padding-bottom:20px;
}
.haigay{
  display: flex;
  justify-content: space-between;
}
.linktocart{
  text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    display: block;
    line-height: 35px;
    text-align: center;
    float: none;
    color: #666;
    padding: 0 17px;
    height: 37px;
}
.linktocart:hover{
  color: #ffffff;
    background-color: #04b4ae;
    border-color: #04b4ae;
}
.linktocheckout{
  margin-top: 18px;
  text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    display: block;
    line-height: 35px;
    text-align: center;
    float: none;
    color:  #ffffff;
    padding: 0 17px;
    height: 37px;
    background-color: #04b4ae;
    border-color: #04b4ae;
}
.linktocheckout:hover{
  color: #666;
    background-color: #fff;
    border-color: #333;
}
#site-cart {
    opacity: 0;
    visibility: hidden;
}
.cate-search{
  width:75%;
  float:right;
}
.sidebar-main{
  width:25%
  
}
.category-products.grid .item .product-image-photo-1{
  /*height:399px;*/
  
}

@media screen and (max-width: 640px){
  .product-items {
    grid-column-gap: 30px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr ;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
}
}
