@font-face{
  font-family:Roboto-Regular;
  src:url(../fonts/ROBOTO-REGULAR.TTF)
}
@font-face{
  font-family:Roboto-Bold;
  src:url(../fonts/ROBOTO-BOLD.TTF)
}
body{
  font-size:14px;
  font-family:Roboto-Regular;
  overflow-x:hidden;
  background: #f4f4f4;
  color: #000;
}
ul{
  padding: 0;
  margin: 0;
}
/*.row{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}*/
.mr_10{ margin: 0 -10px }
.pd_10{ padding: 0 10px }
.list-inline{
  margin-left: 0;
}
a:hover, a:focus{
  color: #0098da;
  text-decoration: none;
}
.w_100{
  width:100%
}
.p_relative{ position: relative }
.p_absolute{ position: absolute }
.banner_top{
  background: #fbcb0b;
}
.nav-toggle i{
  font-size: 24px;
}
.header_top {
  background: #ee4f30;
  color: #f0f0f0;
  padding: 10px 0px;
}
.logo_pc img{
  max-width: 210px;
}
.search{
  margin-top: 10px;
}
.search .form-group{
  position: relative;
  margin-bottom: 0;
}
.search .form-group input.form-control{
  height: 40px;
  line-height: 40px;
  color: #363636;
  outline: none;
  padding: 0 50px 0 10px;
}
.search .form-group input::placeholder{
  font-size: 16px;
}
.search .btn_search{
  height: 40px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fbd947;
  color: #fff;
  font-size: 16px;
}
.search .btn_search:hover {
  filter: brightness(1.1);
}
.header_right{
  display: flex;
  justify-content: space-between;
}
.header_right .head_top{
  position: relative;
  padding-left: 42px;
  line-height: 25px;
}
.head_top img, .head_top i{
  width: 26px;
  max-width: 100%;
  font-size: 23px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.head_top span, .head_top a{
  display: block;
}
.head_top .title_head{
  font-size: 16px;
  color: #f0f0f0;
}
.head_top a:nth-child(2){
  color: #f0f0f0;
  font-size: 13px;
}
.head_top .txt_bottom{
  font-weight: bold;
  font-size: 15px !important;
}
.head_top a:hover{
  color: #fbd947;
}
.cart a{
  display: inline-block;
  height: 45px;
  border: 2px solid #f0f0f0;
  border-radius: 4px;
  line-height: 40px;
  margin-top: 5px;
  color: #f0f0f0;
  padding: 0 5px;
  font-size: 16px;
}
.cart i{
  font-size: 22px;
}
.cart .count{
  padding: 2px 6px;
  background: #fbd947;
  color: #000;
  font-size: 13px;
  border-radius: 3px;
}
.cart a:hover{
  background: #f0f0f0;
  color: #e85933;
}
.header_middle{
  background: #fff;
}
.header_menu{
  display: flex;
}
.icon_bar {
  position: relative;
  width: 24px;
  height: 20px;
  margin-right: 10px;
}
.icon_bar .bar {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.icon_bar .bar:first-child {
  top: 0;
}
.icon_bar .bar:nth-child(2) {
  top: 50%;
  margin-top: -2px;
}
.icon_bar .bar:last-child {
  bottom: 0;
}
.toggle_nav{
  display: flex;
  font-size: 16px;
  padding: 10px 0;
}
.navigation-wrapper{
  position: absolute;
  top: 42px;
  left: 0;
  display: none;
}
.navigation-wrapper.active{
  display: block;
}
.menu_nav{
  width: 290px;
  position: relative;
}
.menu_nav:hover .navigation-wrapper{
  display: block;
}
.menu_top{
  width: calc(100% - 290px);
  padding: 5px 0;
}
.menu_top li{
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
}
.menu_top li img{
  max-width: 20px;
  max-height: 20px;
  margin-right: 10px;
}
.menu_top li a{
  color: #000;
}
.menu_top li a:hover{
  color: #e85933;
}
/*=======MENU==========*/
.navigation-wrapper{
  width: 290px;
}
.menu_main .nav.is-fixed{
  position:relative;
  z-index: 1;
}
.nav-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  visibility: hidden;
  width: 300px;
  max-width: 70%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #fff;
}
.nav-container.is-visible{
  visibility:visible;
  -webkit-transform:translateX(0);
  -ms-transform:translateX(0);
  transform:translateX(0)
}
.opacity_menu.open_opacity {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  /*position: fixed; */
  top: 0px !important;
  left: 0px;
  z-index: 999;
}
.nav-toggle {
  border: 0;
  outline: 0;
  background: 0;
  z-index: 99;
  padding: 0;
  margin: 15px 0;
}
/*.nav-toggle .icon-menu {
  position: relative;
  width: 28px;
  height: 20px;
  font-size: 24px;
  color: #fff;
}*/
.menu li{
  list-style:none;
}
.nav-menu{
  background-color:#fff
}
/*.nav-menu > .menu-item:hover{
  background: #ff5c00;
}*/
.nav-menu .menu-link{
  display:block;
  color: #333;
  font-size: 15px;
}
.has-dropdown{
  cursor:pointer
}
.nav-dropdown{
  display:none;
}
.has-dropdown.is-active > .nav-dropdown{
  display:block
}
.menu-item:last-child{
  border-bottom:0
}
.nav-dropdown{
  padding: 15px 20px;
}
.submenu__list {
  --col-menu: 4;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(100% / var(--col-menu)), 1fr));
  grid-gap: 10px 5px;
  padding: 0px;
  list-style: none;
}
.submenu__list>li.parent_list>a{
  font-weight: bold;
  color: #000;
}
.submenu__list>li.parent_list>a:hover{
  color: #e85933;
}
.submenu_child li{
  display: block;
  padding: 0
}
.submenu_child li a{
  padding: 2px 0;
  display: inline-block;
  color: #000;
}
.submenu_child li a:hover{
  color: #e85933;
}
@media(min-width: 992px){
  .has-dropdown a{
    position: relative;
  }
  .has-dropdown a:after{
    font-size: 16px;
    position: absolute;
    top: 2px;
    right: 0;
    height: 25px;
    color: #000;
  }
  .menu-link img{
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-right: 4px;
  }
  .nav {
    background-color: rgba(0, 0, 0, 0.65);
  }
  .nav{
    position: relative;
  }
  .nav-container,
  .nav-container.is-visible {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-container,
  .nav-container.is-visible {
    visibility: visible;
    height: auto;
    min-height: 0;
    overflow-y: visible;
    width: 100%;
    max-width: 100%;
    border: 1px solid #ccc;
  }
  .nav-menu > .menu-item.has-dropdown:hover>a:after{
    color: #e85933;
  }
  .nav-menu .menu-item {
    -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .list-inline .has-dropdown>a:after {
    content: "\f054" !important;
    font-family: FontAwesome;
  }
  .nav-menu > .menu-item:hover.has-dropdown:after {
    border-color: transparent transparent transparent transparent !important;
  }
  .menu-item:hover.has-dropdown:after {
    border-color: rgb(117, 173, 33) transparent transparent transparent !important;
  }
  .nav-menu > .has-dropdown:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    color: #000;
  }
  .nav-dropdown {
    left: 290px;
    display: block;
    opacity: 0;
    position: absolute;
    top: -1px;
    width: 300%;
    height: calc(100% + 2px);
    margin: 0;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: 0 0 4px hsla(0, 0%, 0%, 0.15);
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
    transition: visibility 0s linear 0.25s, opacity 0.25s linear;
    border: 1px solid #ccc;
    border-left: 0;
  }
  .has-dropdown:hover > .nav-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .nav-menu > .menu-item > .menu-link {
    display: block;
    line-height: 20px;
    font-size: 15px;
    color: #0d0d0d;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .nav-menu > .menu-item.active
  .nav-menu > .menu-item:hover {
    background: #0098da;
  }
  .nav-menu > .menu-item {
    padding: 8px 15px;
    border-top: 0px;
    width: 100%;
  }
  .nav-menu, .nav {
    background: none;
  }
  .nav-menu > .menu-item.is-active > .menu-link,
  .nav-menu > .menu-item:hover > .menu-link {
    color: #e85933;
  }
  .nav-menu > .menu-item > a:hover {
    color: #2350a5;
  }
  .nav-dropdown{
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .has-dropdown:hover > .nav-dropdown{
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
  }
}
@media(max-width: 991px){
  .menu-item img{
    max-height: 20px
  }
  .nav-menu>.menu-item{
    padding: 8px 10px;
    width: 100%;
  }
  .nav-menu>.menu-item:hover>.menu-link{
    color: #e85933;
    font-weight: bold;
  }
  .nav-dropdown {
    padding: 15px 0px;
  }
  .submenu__list {
    --col-menu: 1;
  }
  .nav-menu>.head_top{
    position: relative;
    padding: 15px 10px 15px 60px;
    background: #e85933;
  }
  .head_top i{
    left: 25px;
    color: #fff;
  }
  .menu_top{
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
  }
  .menu_top, .menu_top li{
    width: 100%;
  }

}
@media(max-width: 768px){
  .has-dropdown{
    position: relative;
  }
  .has-dropdown:after{
    font-size: 18px;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 30px;
    content: "+";
    color: #000;
  }
  .has-dropdown.is-active:after{
    content:"\2013"
  }
}
/*=====================*/
.slide_home{
  padding-left: 290px;
}
.slider_main .item img{
  max-height: 333px;
  object-fit: cover;
}
.slider .owl-nav [class*='owl-']{
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border: 1px solid #ebebeb;
  background: #ebebeb;
  border-radius: 50% !important;
  opacity: 0.8 !important;
}
.slider .owl-nav [class*='owl-']:hover{
  background: #fff;
  box-shadow: 1px 2px 10px -1px rgb(0 0 0 / 30%);
}
.slider_main .owl-prev{
  left: 10px !important;
}
.slider_main .owl-next{
  right: 10px !important;
}
.promotion{
  margin: 40px 0;
}
.promotion_item img{
  height: 112px;
  object-fit: cover;
}
.title_sec{
  font-size: 22px;
  font-weight: bold;
}
.border_bottom{
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.title_sec a{
  color: #000;
}
.title_sec a:hover{
  color: #e85933;
}
.flashsale{
  padding: 10px;
  background: #fff;
}
.title_top{
  display: flex;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.title_top .title_sec{
  line-height: 35px;
}
.thoihan{
  display:flex;
  margin-left: 30px;
}
.thoihan span{
  padding-right:15px;
  padding-top:8px
}
ul.countdown{
  list-style:none;
  padding:0;
  display:block;
  text-align:center
}
ul.countdown li{
  display:inline-block
}
ul.countdown li span{
  font-size: 13px;
  font-weight: 300;
  line-height: 10px;
  display: block;
  width: 25px;
  height: 20px;
  background: #ff4949;
  color: #fff;
  border-radius: 3px;
  padding: 5px;
}
ul.countdown li.seperator{
  font-size: 15px;
  line-height: 35px;
  color: #ff4949;
}
ul.countdown li p{
  color:#000;
  font-size:14px;
  margin-bottom:0;
  font-weight:700
}
.alert{
  font-size:16px;
  font-weight:700
}
/*=========PRODUCT========*/
.product_item{
  margin-bottom: 25px;
}
.image_thumb{
  display: block;
  width: 100%;
  height: 210px;
  padding: 0;
  overflow: hidden;
}
.thumnail_prd{
  --image-scale: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(var(--image-scale));
  /*object-fit: contain;*/
  /*max-width: 100%;
  max-height: 100%;*/
  width: 100%;
  height: 100%;
}
.img_product{
  --image-scale: 0.7;
  transform: translate(-50%, -50%) scale(var(--image-scale));
}
.sale{
  width: 40px;
  height: 37px;
  text-align: center;
  line-height: 30px;
  color: #e85933;
  font-size: 12px;
  font-weight: bold;
  background: url(../img/bg_sale.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
.product-info{
  padding: 10px;
}
.product_name {
 
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: initial;
  margin: 10px 0 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
    height: 34px;
  overflow: hidden;
}
.price-box .price{
  font-weight: bold;
  color: #f3283d;
}
.price-box .compare-price{
  font-size: 12px;
  color: #666666;
  text-decoration: line-through;
}
.product_badge{
  max-height: 16px;
  margin-top: 10px;
}
.product_item:hover .product_name{
  color: #e85933;
}
/*==============================*/
.view_all{
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #e85933;
  color: #e85933;
  border-radius: 5px;
  font-size: 16px;
  margin: 20px 0;
}
.view_all:hover{
  background: #e85933;
  color: #fff;
}
.banner_qc{
  margin: 45px 0 30px;
}
.deal_section, .hot_section, 
.selling_section, .product_cate_bottom{
  margin-bottom: 35px;
}
.box_deal, .category_hot, 
.box_selling, .product_bottom,
.latest__news{
  padding: 10px;
  background: #fff;
}
.slider_deal{
  padding: 0 10px;
}
.slider_deal .image_thumb{
  height: 260px;
}
.slider_deal .product_badge,
.slider_hot .product_badge{
  width: 60% !important;
}
.slider_deal .owl-prev{
  left: -20px !important;
}
.slider_deal .owl-next{
  right: 0 !important;
}
.banner_category_hot img{
  max-height: 295px;
  object-fit: cover;
}
.discount_code, .latest_news{
  margin-bottom: 35px;
}
.discount_item img{
  height: 120px;
  object-fit: cover;
}
.title_bottom{
  display: flex;
  justify-content: space-between;
  padding: 5px 0 10px;
}
.tab_cate_product a{
  padding: 9px 10px;
  background: #eee;
  color: #000;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #eee;
}
.tab_cate_product li.active a,
.tab_cate_product li.active a:hover{
  background: #e85933;
  color: #fff;
  border-color: #e85933;
}
.tab_cate_product li a:hover{
  background: #fff;
  border-color: #e85933;
}
.title_sec span.p_absolute{
  top: 10px;
  right: 0;
  font-weight: normal;
  font-size: 15px;
  color: #e85933;
}
.news_home_left img{
  height: 280px;
  object-fit: cover;
}
.title_news_home a{
  font-size: 20px;
  display: block;
  color: #000;
  line-height: 25px;
}
.title_news_home a:hover{
  color: #e85933;
}
.time_news_home{
  font-size: 10px;
  color: #6c757d;
}
.description_news_left{
  font-size: 16px;
  max-height: 75px;
  line-height: 24px;
  overflow-y: hidden;
}
.description_news_left a{
  color: #e85933;
  font-size: 14px;
}
.news_right_item{
  padding-left: 115px;
}
.news_right_item img{
  position: absolute;
  left: 0;
  width: 100px;
  height: 65px;
  object-fit: cover;
}
.news_right_info .title_news_home{
  margin-top: 0
}
.news_right_item{
  margin-bottom: 35px;
}
.news_right_item .description_news_left{
  font-size: 14px;
  line-height: 20px;
  max-height: 60px;
  overflow-y: hidden;
}
.news_home_right{
  height: 460px;
  overflow-y: auto;
}
.news_home_right::-webkit-scrollbar {
  width: 5px;
}
.news_home_right::-webkit-scrollbar-track {
  background: #fff;
}
.news_home_right::-webkit-scrollbar-thumb {
  background: #e85933;
}
.news_home_right::-webkit-scrollbar-thumb:hover {
  background: #e85933;
}
.title_form_ft{
  font-size: 24px;
  margin-bottom: 20px;
}
.top_footer{
  padding: 30px 0;
  background: #f7f7f7;
}
.form_ft{
  width: 50%;
  margin: 0 auto;
}
.form_ft input{
  height: 40px;
  line-height: 40px;
  padding: 5px 85px 5px 10px;
  outline: none;
}
.form_ft .btn_register{
  top: 0;
  right: 0;
  height: 40px;
  width: 85px;
  background: #fbd947;
  color: #fff;
}
.footer_middle{
  padding: 30px 0;
  background: #fff;
}
.title_ft, .title_follow{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
 
  position: relative;
}
.menu_bottom li{
  display: block;
  padding: 5px 0;
}
.menu_bottom li a{
  color: #000;
}
.link_network a{
  font-size: 30px;
  padding: 0 5px;
  color: #e85933;
}
.title_ft.openmenu[aria-expanded="true"]:after{
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.title_ft.openmenu[aria-expanded="false"]:after,
.title_ft.openmenu:after {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  font-size: 12px;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: rotate(0);
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.list_col{
  margin-bottom: 15px;
}
.copy_right{background: #fff}
.back_link{
  background: #eee;
}
.breadcrumb{
  background: #eee;
  padding: 15px 0;
  margin-bottom: 0;
}
.breadcrumb li a{
  color: #787878;
  font-size: 14px;
}
.breadcrumb li a:after{
  padding: 0 10px;
}
.breadcrumb li:last-child a{
  color: #252525;
}
.breadcrumb li:last-child a:after{
  content: "";
}
.section_main{
  background: #fff;
  margin: 20px 0 40px;
  padding: 10px;
  border-radius: 10px;
}
.title_sidebar{
  font-size: 16px;
  margin-bottom: 15px;
}
.sideb_category li{
  display: block;
  font-weight: bold;
  padding: 5px 0;
}
.sideb_category li a{
  color: #000;
}
.sideb_category li a:hover{
  color: #e85933;
}
.sideb_category{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news_related .title_news_home a{
  font-size: 14px;
  line-height: 17px;
}
.list_news_related .news_right_info{
  min-height: 65px;
}
.list_news_related .news_right_item{
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f7f7f7;  
}
.list_news_related .news_right_item:last-child{
  border-bottom: 0;
}
.right_content{
  border-left: 1px solid #eee;
}
.right_content .title_sec{
  font-weight: normal;
  margin-bottom: 30px;
}
.list_news .news_right_item{
  padding-left: 220px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
}
.list_news .news_right_item:last-child{
  border-bottom: 0;
}
.list_news .news_right_item img{
  width: 200px;
  height: 125px;
}
.list_news .news_right_item .description_news_left{
  font-size: 16px;
}
.list_news .news_right_info {
  min-height: 125px;
}
.filter_group_item{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
}
.filter_group_item:last-child{
  border-bottom: none;
}
.filter-item {
  position: relative;
  clear: left;
  font-size: 14px;
  padding: 5px 0;
  list-style: none;
}
.custom-checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  padding-left: 25px;
  font-weight: normal;
}
.custom-checkbox input {
  display: none;
}

.filter-item .fa {
  cursor: pointer;
  display: inline;
}
.custom-checkbox .fa:after, .custom-checkbox .fa:before {
  content: '';
  pointer-events: none;
  background-color: #fff;
  box-shadow: none;
  position: absolute;
  top: .125rem;
  left: 0rem;
  display: block;
  width: 20px;
  height: 20px;
}
.custom-checkbox .fa:after {
  border: 1px solid #cad1d7;
  transition: all .3s ease;
  border-radius: 3px;
  background-color: #fff;
  border-color: #000;
}
.custom-checkbox input:checked ~ .fa:before {
  z-index: 2;
  background: no-repeat 50%/50% 50%;
  background-image: url(../img/check.png);
}
.custom-checkbox:not(.color) input:checked ~ .fa:after {
  background-color: #e85933;
  border-color: #e85933;
}
.filter_color .custom-checkbox .fa:after, 
.filter_color .custom-checkbox .fa:before{
  background-color: var(--filter-color, #fff);
  border-color: var(--filter-color, #fff);
}
.filter_color .custom-checkbox:not(.color) input:checked ~ .fa:after {
  background-color: var(--filter-color, #fff);
  border-color: var(--filter-color, #fff);
}
.selected_filter_item{
  padding: 6px 8px;
  margin-right: 4px;
  border: 1px solid #e85933;
  position: relative;
  overflow: hidden;
  background: #fdefeb;
  border-radius: 15px;
}
.selected_filter_item a{
  color: #e85933;
}
.selected_filter_item .fa{
  margin-left: 5px;
}
.box_sort{
  display: flex;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
}
.box_sort>span{
  padding-right: 20px;
}
.box_sort li{
  padding: 0 10px;
}
.box_sort a{
  color: #898989;
}
.box_sort a:hover{
  color: #ff0000;
  border-bottom: 2px solid #ff0000;
  padding-bottom: 6px;
}
.list_product{
  margin: 30px 0;
}
.list_product .image_thumb{
  height: 150px;
}
.product_detail{
	margin: 15px 0;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
}
.gc-icon{
	width: 35px !important;
	height: 35px !important;
	border-radius: 50% !important;
	border: 0 !important;
	line-height: 35px !important
}
.gc-lens, .gc-zoom{
    display: none !important;
}
.gc-icon:before{
    font-family: FontAwesome;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-25%, -55%);
}
.gc-icon-close:before{
    content: "\f00d" !important;
}
.gc-icon-prev{
	left: 0 !important;
}
.gc-icon-prev:before{
    content: "\f104" !important;
}
.gc-icon-next{
	right: 0 !important;
}
.gc-icon-next:before{
    content: "\f105" !important;
}
.gc-icon-download{
    display: none !important;
}
.gc-icon-enlarge:before{
    content: "\f065" !important;
}
.gc-icon-compress:before{
    content: "\f066" !important;
}
.name_product{
	font-size: 24px;
	margin: 0 0 15px;
}
.group-status .status:first-child:after{
	content: "|";
	padding: 0 10px;
}
.group-status .status .status_name{
	color: #e85933;
}
.box_price{
	padding: 10px 20px;
	background: #f1f1f1;
	border-radius: 4px;
	margin: 10px 0;
}
.box_price .price_sell{
	color: #f3283d;
	font-size: 30px;
	font-weight: bold;
}
.box_price .price_old{
	font-size: 16px;
	text-decoration: line-through;
}
.img_box_price{
	width: 40%;
}
.img_box_price img{
	max-width: 100%;
}
.description_pro{
	line-height: 20px;
	padding-bottom: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.select_boxcolor{
	display: flex;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.select_boxcolor>span{
	padding-right: 30px;
	display: inline-block;
    line-height: 45px;
}
.swatch-element {
    position: relative;
    margin: 8px 12px 0px 0px;
    overflow: hidden;
    border-radius: 4px;
    padding: 0 !important;
}
.swatch-element input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    cursor: pointer;
}
.swatch-element.color label {
	padding: 8px 12px;
    font-size: 13px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    min-width: unset !important;
    height: 30px !important;
    line-height: 30px !important;
    border: 1px solid #eee !important;
    border-radius: 6px !important;
}
.swatch-element input:checked+label {
    background: #fff;
    border-color: #e85933 !important;
    color: #e85933;
    position: relative;
}
.swatch-element input:checked+label:before {
    content: '';
    padding: 4px;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: -15px;
    right: -13px;
    background: #e85933;
    width: 26px;
    height: 24px;
    transform: rotate(45deg);
}
.swatch-element input:checked+label:after {
    content: "";
    background: url(../img/check_mini.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0;
    width: 6px;
    height: 6px;
}
.number_addcart .group_input_value{
	display: flex;
}
.number_addcart .group_input_value .value-button{
	height: 30px;
	line-height: 30px;
	width: 35px;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 12px;
	font-weight: normal;
}
.number_addcart .group_input_value .value-button:first-child{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.number_addcart .group_input_value .value-button:last-child{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.number_addcart .group_input_value .input-value-button{
	width: 60px;
	height: 30px;
	border: 1px solid #ccc;
	outline: none;
	text-align: center;
	border-left: 0;
	border-right: 0;
}
.addcart_product{
	width: 300px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #ff5722;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 0;
	outline: none;
	margin-top: 15px;
}
.addcart_product:focus{
	outline: none;
}
.service_right{
	padding: 10px 15px;
	border: 1px solid #e85933;
	border-radius: 10px;
}
.title_service{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.service_right li{
	position: relative;
	padding-left: 50px;
	margin-bottom: 10px;
	font-size: 16px;
	padding-top: 5px;
}
.service_right li img{
	width: 35px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.pay{
	padding: 10px 0;
}
.content_product{
	margin-top: 20px;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
}
.content_main_product{
	line-height: 30px;
}
.content_main_product img{
	max-width: 100%;
	display: block;
	margin: 15px auto;
}
.seemore{
	position: relative;
}
.seemore.active:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 17%, #fff 93.12%);
}
#content{
	overflow-y: hidden;
}
.product_related{
	margin: 20px 0 40px;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
}
/*==========================*/
@media(min-width: 768px){
  .col-20{
    width: 20%
  }
  .col-40{
    width: 40%;
  }
}
@media(max-width: 768px){
	.box_sort{
		font-size: 14px;
		position: relative;
	}
	.sort_list>li{
		width: 175px;
		padding: 6px 10px;
		border: 1px solid #ccc;
		position: relative;
	}
	.sort_list>li>span{
		display: block;
		width: 100%;
	}
	.sort_list ul{
	  	position: absolute;
	  	width: 100%;
	  	top: 33px;
	  	left: 0;
	  	border: 1px solid #ccc;
	  	border-top: 0;
	  	z-index: 999;
    	background: #fff;
    	display: none;
	}
	.sort_list ul li{
		display: block;
		width: 100%;
		padding: 7px 10px;
		border-bottom: 1px solid #ccc;
	}
	.sort_list ul li a{
		color: #000;
	}
	.sort_list ul li a:hover{
		border-bottom: none;
	}
	.sort_list>li:hover ul{
		display: block;
	}
	.btn_filter{
		position: absolute;
		right: 0;
		padding: 5px
	}
	.filter {
		padding: 10px 15px;
	  position: fixed;
	  top: 0;
	  right: 0;
	  z-index: 9999;
	  overflow-y: auto;
	  visibility: hidden;
	  width: 300px;
	  max-width: 70%;
	  height: 100%;
	  min-height: 100%;
	  margin: 0;
	  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	  -webkit-transform: translateX(100%);
	  -ms-transform: translateX(100%);
	  transform: translateX(100%);
	  background: #fff;
	}
	.filter.is-visible{
	  visibility:visible;
	  -webkit-transform:translateX(0);
	  -ms-transform:translateX(0);
	  transform:translateX(0)
	}
}
/*======SETMEDIA=========*/
@media(max-width: 576px){


  .col-20{
    width: 50% !important;
    float: left;
  }
  .container{
    width: 100%;
    padding: 0 5px;
  }
  main{
    overflow-x: hidden;
  }
  .navigation-wrapper{
    display: block;
  }
  .header_right {
    justify-content: flex-end;
  }
  .cart a{
    border: 0;
    padding: 0;
  }
  .cart .count{
    font-size: 11px;
  }
  .logo_pc img{
    display: block;
    margin: 0 auto;
  }
  .header__top{
    padding-bottom: 50px;
    position: relative;
  }
  .mb_absolute{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .slide_home{
    padding-left: 0;
  }
  .promotion {
    margin: 20px 0;
  }
  .promotion_item{
    margin-bottom: 10px;
  }
  .promotion_item img{
    height: 80px;
  }
  .title_top{
    display: block;
    text-align: center;
  }
  .thoihan{
    margin-left: 0;
    justify-content: center;
  }
  .list_flashsale .row,
  .list_product_tab .tab-pane .row{
   /* display: flex;*/
    grid-template-columns: repeat( 5, 40%);
    overflow: auto;
  }
  .image_thumb{
    height: 145px;
  }
  .slider_deal .image_thumb {
    height: 160px;
  }
  .banner_category_hot{
    margin-bottom: 25px;
  }
  .slider_hot .image_thumb{
    height: 175px;
  }
  .discount_code .row{
    display: -webkit-box;
    overflow-x: auto;
  }
  .title_bottom{
    display: block;
  }
  .tab_cate_product{
    margin-top: 10px;
  }
  .title_news_home a{
    font-size: 14px;
    line-height: 20px;
  }
  .news_home_left{
    margin-bottom: 20px;
  }
  .news_home_right{
    height: auto
  }
  .form_ft{
    width: 100%;
  }
  .title_ft{
    pointer-events: visible;
  }
  .list_news .news_right_item{
    padding-left: 0;
  }
  .list_news .news_right_item img{
    position: relative;
    width: 100%;
    height: auto;
  }
  .list_news .news_right_info{
    min-height: auto;
    padding: 10px 0;
  }
  .list_news .title_news_home a{
    font-size: 18px;
  }
  .right_content{
    border-left: none;
  }
  .list_product .image_thumb {
    height: 175px;
  }
  .detail_image{
  	margin-bottom: 30px;
  }
  .service_right{
  	margin-top: 20px;
  }
}
@media(min-width: 768px) and (max-width: 991px){
  .container{
    width: 100%;
    padding: 0 5px;
  }
  .navigation-wrapper {
    display: block;
	}
  .logo_pc img{
    display: block;
    margin: 0 auto;
  }
  .header__top{
    padding-bottom: 50px;
    position: relative;
  }
  .mb_absolute{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .slide_home{
    padding-left: 0;
  }
  .promotion_item img{
    height: 75px;
  }
  .image_thumb{
    height: 125px;
  }
  .banner_category_hot img{
    max-height: fit-content;
    margin-bottom: 15px;
  }
  .slider_hot .image_thumb {
    height: 220px;
  }
  .discount_item img{
    height: 70px;
  }
  .glass-case{
  	width: 460px !important;
  	margin: 0 auto;
  }
  .detail_image{
  	margin-bottom: 30px;
  }
}
@media(min-width: 992px) and (max-width: 1199px){
  .menu_top li{
    padding: 5px
  }
  .promotion_item img{
    height: 95px;
  }
  .image_thumb{
    height: 170px;
  }
  .slider_hot .image_thumb {
    height: 215px;
  }
  .discount_item img{
    height: 95px;
  }
}
/*=======================*/