/*============================================================================
   #Webcms
==============================================================================*/
.breadcrumb-shop {
  background: #f6f6f6;
  overflow-x: hidden;
}
.breadcrumb-shop ul {
  background: transparent;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  font-size: 12px;
  height: 40px;
}
.breadcrumb-shop .breadcrumb{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  border-radius: .25rem;
}
.breadcrumb-shop .breadcrumb a{
  color: #222222;
  text-decoration: none;
}
.breadcrumb-shop .breadcrumb li{
  display: inline-flex;
  align-items: center;
}
.breadcrumb-shop .breadcrumb li+li::before{
  content: "";
    width: 32px;
    height: 32px;
    transform: rotate(45deg);
    border-top: 1px solid #e9ebee;
    border-right: 1px solid #e9ebee;
    margin-right: 22px;
    display: inline-block;
}
.breadcrumb .active span {
   text-transform: uppercase;
}
#collection-page .sidebar-box {
  margin-top: 20px;
}
#collection-page .sidebar-box .sidebar-box-block {
  position: relative;
  margin-bottom: 15px;
}
.sidebar-box-block .sidebar_box-content {
  position: relative;
  padding: 0;
}
.sidebar_box-content .menuList-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar_box-content .menuList-links li{
  border-bottom: 1px dashed #f4f5f7;
}
.sidebar_box-content .menuList-links a{
  padding: 8px 0;
  font-weight: 500;
  font-size: 12px;
  position: relative;
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
/*.menuList-links .has-submenu a{*/
/*  padding-right: 30px;*/
/*}*/
/*.show::after {*/
/*  content: '\002B';*/
/*  color: #777;*/
/*  font-weight: bold;*/
/*  float: right;*/
/*  margin-left: 5px;*/
/*}*/
.show2 {
  position: relative;
}
.has-submenu .icon-plus-menu {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent;
}
.has-submenu .icon-plus-menu:hover {
  border: 1px solid #f4f5f7;
}
.icon-plus-menu::before {
  width: 9px;
  height: 1px;
  transform: translateY(-50%);
}
.icon-plus-menu::before,
.icon-plus-menu::after {
  background: rgba(9, 9, 9, 0.6);
  content: '';
  display: block;
  position: absolute;
  margin-right: 7px;
  top: 50%;
  right: 0;
  transition: all .25s linear;
}
.icon-plus-menu::after {
  width: 1px;
  height: 9px;
  right: 4px;
  transform-origin: center;
  transform: translateY(-50%) scale(1, 1);
}
.submenu_link li a{
  position: relative;
  font-size: 13px;
  display: block;
  padding: 2px;
  line-height: 20px;
  color: #222222;
  text-decoration: none;
  text-transform: capitalize !important;
}
.submenu_link {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#collection-page .collection-banner {
  margin-top: 20px;
}
.collection-banner img{
  width: 100%;
}
#collection-page .collection-title {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 15px 0;
  color: #0f3057;
  font-weight: 700;
}
.text-center {
  text-align: center !important;
}
#collection-page .collect-menu-mb .scroll-menu{
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x proximity;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.collect-menu-mb .scroll-menu > div{
  margin-right: 10px;
  scroll-snap-align: center;
}
.collect-menu-mb .scroll-menu a{
  padding: 6px 15px;
  border-radius: 20px;
  background: #f2f2f2;
  white-space: nowrap;
  color: #000;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
#collection-page .collection-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.collection-filter-left,
.collection-filter-right {
  width: 50%;
}
.collection-filter-right {
  text-align: right;
}
.collection-filter-right .sortby {
  padding: 5px 0;
}
.collection-filter .btn-filter {
  padding: 15px 0;
  display: inline-block;
  color: #222222;
  text-decoration: none;
  font-size: 14px;
}
.collection-filter .switch-layout {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
}
.collection-filter .switch-layout a{
  padding: 15px 0 15px 10px;
  display: inline-flex;
  color: #222222;
  text-decoration: none;
}
.collection_filter_content {
  width: 100%;
  margin-bottom: 20px;  
}
.collection_filter_content {
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  max-height: 0;
}
.layered-filter-group {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #d5d4d4;
  padding: 10px 0;
}
.layered-filter-group .filter_group {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
}
.layered-filter-group .filter_group .filter_group_block {
  position: relative;
}
.layered-filter-group .filter_group .filter-group-subtitle{
  position: relative;
  font-size: 13px;
  font-weight: 600;
  padding: 0 0 8px;
  cursor: pointer;
}
.filter_group .filter-group-subtitle .icon-control {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  font-size: 10px;
  vertical-align: 1px;
  display: inline-block;
  transition: transform .3s;
}
.layered-filter-group .filter_group .filter_group-content {
  padding: 8px 0 0;
  border-top: 1px solid #d5d4d4;
  font-size: 12px;
}
.filter_group .filter_group-content .checkbox-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.checkbox-list li {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 25px;
}
.checkbox-list input[type="checkbox"] {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 0;
  vertical-align: top;
  width: 16px;
  height: 16px;
  cursor: pointer;
  outline: none;
  background: #fff;
  border: 1px solid #bcbcbc;
  appearance: none;
}
.collection-list .product-block {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 25px;
}
.product-block .prod-img {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.product-block .prod-img .sale-prod {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  z-index: 1;
  background: #00587a;
  color: #fff;
  height: 22px;
  line-height: 22px;
  font-weight: 600;
  padding: 0 8px;
}
.prod-img .box-img-prod {
  position: relative;
  padding-bottom: 126%;
}
.prod-img .box-img-prod picture {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .65s ease;
}
.prod-img .box-img-prod picture:nth-of-type(1){
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prod-img .box-img-prod picture:nth-of-type(2){
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .65s ease;
  transform: translateX(100%);
}
.box-img-prod picture img {
  width: 100%;
}
.prod-img:hover .box-img-prod picture:nth-of-type(1) {
  transform: translate(-160%, -50%);
}
.prod-img:hover .box-img-prod picture:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
  transform: translate(0%);
}
.prod-img .btn-love {
  background-color: #fff;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  cursor: pointer;
  transition-property: color,stroke,fill,box-shadow,-webkit-box-shadow;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-block .prod-detail {
  width: 100%;
  padding-top: 12px;
}
.product-block .prod-detail .prod-name {
  margin-bottom: 4px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.prod-detail .prod-name a{
  color: #222222;
  text-decoration: none;
}
.product-block .prod-detail .hook-review {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.prod-detail .hook-review .starbap {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.starbap li{
  color: #fcd74a;
}
/*.hook-review .starbap li{*/
/*  padding: 0 1px;*/
/*}*/
.prod-detail .hook-review .number-purchase {
  font-size: 12px;
  display: inline-flex;
  padding-left: 6px;
}
.product-block .prod-detail .prod-color-sellection {
  display: inline-block;
}
.prod-detail .prod-color-sellection .prod-color-btnset {
  padding: 0;
  margin: 6px -1px 6px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.prod-color-sellection .prod-color-btnset .prod-color-swatch {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #dfe0e1;
  display: block;
  position: relative;
  cursor: pointer;
  background-position: center !important;
  background-size: 300% !important;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.prod-detail .prod-price {
  margin-bottom: 4px;
  color: #0f3057;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.prod-detail .prod-price .prod-price-special {
  font-weight: 800;
  font-size: 18px;
}
.prod-detail .prod-price .prod-price-compare {
  color: #999;
  font-weight: 500;
  font-size: 13px;
  margin-left: 10px;
}
.prod-detail .button-add button {
  border-radius: 3px;
  font-size: 12px;
  border: 1px solid #00587a;
  background: #fff;
  color: #000;
  margin: 5px 0;
  padding: 3px 14px 3px 10px;
  line-height: 20px;
  outline: none;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.button-add button i{
  margin-right: 3px;
}
.collection-filter-left .collection-sortby-filter {
  display: flex;
  padding: 10px;
  border-top: 1px solid #d5d4d4;
}
.collection-sortby-filter .collection-sortby,
.collection-sortby-filter .collection-filterby{
  flex: 1 1;
  width: 50%;
}
.collection-sortby .layered_filter_title,
.collection-filterby .layered_filter_title {
  position: relative;
  height: 36px;
  line-height: 36px;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  padding: 0px 40px 0px 10px;
  cursor: pointer;
  border: 1px solid #7f91a5;
  border-radius: 4px;
  padding-right: 30px;
  text-transform: uppercase;
}
.layered_filter_title .title_filter {
  margin: 0;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.layered_filter_title .title_filter::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 10px;
  width: 0px;
  height: 0px;
  margin: 0;
  background: transparent;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #bababa transparent transparent transparent;
}
.title_filter .icon-filter {
  margin-right: 2px;
}
.filter_container .collection-filterby {
  margin-left: 10px;
}
.filter_container .collection-sort-option {
  background: #fff;
  border-top: 1px solid #d5d4d4;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
.filter_container .collection-sort-option ul {
  margin: 0;
  padding: 5px 10px;
  list-style: none;
}
.collection-sort-option .sort-by li{
  position: relative;
  cursor: pointer;
  padding: 4px 10px 4px 25px;
}
.collection-sort-option {
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  max-height: 0;

}
.is-flexx {
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.is-flexx label {
  margin-bottom: 0;
  margin-right: 5px;
}
.is-flexx .total-page {
  margin-left: 5px;
}
.is-flexx .count{
  margin-left: 3px;
}
.back_color {
 background-color: #f6f60d !important;
}
/*Bộ lọc mobi*/
.menu-filter {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu-filter .show_filter {
    width: 100%;
    padding-left: 15px;
    margin-top: 8px;
  }
  .menu-filter .nav_li {
    padding: 10px 0;
    
  }
  .menu-filter a{
    color: #222222;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
  }
  .menu-filter a:hover{
    color: #222222;
    text-transform: uppercase;
    text-decoration: none;
  }
  #site-filter-menu {
    transform: translateX(100%);
  }
  .site-nav {
  position: fixed;
  width: 85%;
  height: 100vh;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 888;
  overflow: hidden;
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
 
}