@charset "UTF-8";
.fix-sidebar {
  padding: 0; }

body.modal-open {
  position: relative;
  width: 100%; }

.sidebar-right {
  margin-left: 15px;
  background: #fff; }
  .sidebar-right .title-sidebar {
    text-transform: uppercase;
    margin: 0;
    line-height: 22px;
    font-size: 14px;
    padding: 5px 0;
    font-weight: bold; }
  .sidebar-right .sidebar-box, .sidebar-right .sidebar-box2 {
    padding: 0 10px;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden; }

.bgfff {
  background: #fff;
  margin-top: 10px; }

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

.hvr-buzz-out:active, .hvr-buzz-out:focus, .hvr-buzz-out:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/*----------------Header-----------------*/
p.no-product {
  color: #000;
  margin: 0 auto 30px; }

.alert-no {
  margin: 0 auto; }

.menu-hamburger {
  display: none; }

.header-bar {
  background: #fafafa; }
  .header-bar ul {
    margin: 0; }
    .header-bar ul li {
      display: inline-block; }
      .header-bar ul li a {
        display: block;
        line-height: 32px;
        padding: 0 10px; }
        .header-bar ul li a i {
          margin-right: 5px; }
        .header-bar ul li a:before {
          font-size: 23px;
          display: inline-block;
          vertical-align: middle;
          width: 16px;
          margin-right: 8px; }
    .header-bar ul.logo-link li .active {
      background: #fff; }
    .header-bar ul.logo-link li a img {
      max-height: 20px; }

.ico-search {
  background-position: -248px -124px; }

.search-mobile .ico-search {
  background-position: -248px -124px; }

.show-search .wpo-wrapper-search {
  position: relative; }

.show-search form {
  position: relative; }
  .show-search form button {
    position: absolute;
    top: 1px;
    left: 1px;
    border: 0;
    display: block;
    width: 42px;
    padding: 0;
    height: 42px;
    border-radius: 0;
    background-color: transparent;
    color: #464646;
    text-align: center; }
    .show-search form button:before {
      font-weight: bold;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      font-size: 28px;
      width: 28px;
      height: 28px;
      line-height: 34px;
      text-align: center; }
  .show-search form input[type="text"] {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #333;
    height: 44px;
    transition: all 0.3s ease-in-out;
    background: #fff;
    text-indent: 0;
    margin-right: 0;
    border: 1px solid #848484;
    border-radius: 30px;
    padding-left: 42px; }
    .show-search form input[type="text"]::placeholder {
      color: #333 !important; }

#header {
  z-index: 9999;
  position: sticky;
  top: 0; }
  #header.scroll-fixed {
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    background: #fff; }
  #header.border-bottom {
    border-bottom: 1px solid #e9e9e9; }
  #header .relative {
    position: relative;
    z-index: 2; }
  #header .menu-header {
    margin: 12px 0 0 0;
    position: absolute; }
  #header .logo {
    float: left;
    margin: 0;
    padding: 5px 0;
    width: 190px;
    height: 73px; }
  #header .show-search {
    margin-top: 20px;
    padding: 0;
    width: calc(100% - 300px);
    float: left; }
    #header .show-search .wpo-wrapper-search {
      display: inline-block;
      width: 600px;
      top: -10px; }
    #header .show-search .header-hotline {
      display: inline-block;
      padding: 0 0 0 10px;
      box-sizing: border-box;
      text-align: left;
      width: 185px; }
      #header .show-search .header-hotline a {
        color: #787878; }
        #header .show-search .header-hotline a p {
          vertical-align: middle;
          font-size: 13px;
          font-weight: 400;
          margin: 0;
          line-height: 21px; }
          #header .show-search .header-hotline a p.number_phone {
            font-size: 22px;
            line-height: 18px; }
          #header .show-search .header-hotline a p i {
            margin-right: 5px;
            font-size: 13px;
            vertical-align: bottom;
            color: #fff;
            background: #e54b00;
            padding: 4px 5px;
            text-align: center;
            border-radius: 100%;
            animation: 1s ease-in-out 0s normal none infinite running wobble; }
  #header .icon-header {
    float: right;
    margin: 0;
    padding: 10px 0 0; }
    #header .icon-header li {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      position: relative; }
      #header .icon-header li.text a {
        padding: 0 10px; }
        #header .icon-header li.text a:hover {
          color: #009ae5; }
      #header .icon-header li a {
        font-size: 15px;
        display: block;
        position: relative; }
        #header .icon-header li a:before {
          display: inline-block;
          vertical-align: middle;
          position: relative;
          font-size: 29px;
          width: 39px;
          height: 35px;
          line-height: 40px;
          text-align: center; }
        #header .icon-header li a .cart-count {
          position: absolute;
          top: 6px;
          left: 9px;
          font-weight: bold;
          display: block;
          width: 20px;
          height: 20px;
          line-height: 20px; }
      #header .icon-header li .sub {
        position: absolute;
        top: 100%;
        right: -20px;
        z-index: 1000;
        display: none;
        padding: 10px 8px;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        border: 1px solid #eee;
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        min-width: 165px;
        white-space: nowrap; }
        #header .icon-header li .sub li {
          line-height: 30px; }
          #header .icon-header li .sub li a {
            display: inline-block;
            padding: 0 3px; }
      #header .icon-header li:hover .sub {
        display: block; }
      #header .icon-header li.cart .cart-img {
        float: left;
        width: 40px;
        position: relative;
        margin: 3px 10px 0 0; }
        #header .icon-header li.cart .cart-img i {
          font-size: 32px;
          color: #6abe45; }
        #header .icon-header li.cart .cart-img .cart-header-count {
          position: absolute;
          top: -5px;
          right: 0;
          width: 18px;
          height: 18px;
          line-height: 18px;
          text-align: center;
          font-size: 14px;
          font-weight: bold;
          background: #fe1614;
          color: #fff;
          border-radius: 100%; }
      #header .icon-header li.cart .cart-info {
        float: left;
        min-width: 110px;
        position: relative; }
        #header .icon-header li.cart .cart-info:after {
          content: "\f107";
          position: absolute;
          right: 0;
          top: 5px;
          width: 10px;
          height: 8px;
          line-height: 10px;
          font-family: 'FontAwesome';
          font-size: 15px;
          color: #989898; }
        #header .icon-header li.cart .cart-info span {
          display: block;
          font-size: 14px;
          line-height: 19px; }
        #header .icon-header li.cart .cart-info .text {
          color: #989898; }
        #header .icon-header li.cart .cart-info .cart-price {
          color: #009ae5; }
      #header .icon-header li.cart .cart-popup {
        position: absolute;
        top: 100%;
        right: 0;
        width: 300px;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
        background: #fff;
        z-index: 9999;
        font-size: 14px;
        display: none; }
        #header .icon-header li.cart .cart-popup .empty {
          padding: 10px;
          text-align: center;
          margin: 0;
          line-height: 25px; }
          #header .icon-header li.cart .cart-popup .empty a {
            display: block;
            color: #009ae5; }
            #header .icon-header li.cart .cart-popup .empty a:hover {
              color: #252a2b; }
        #header .icon-header li.cart .cart-popup.show {
          display: block; }
      #header .icon-header li.cart:hover .cart-popup {
        display: block; }

.cart-mini {
  padding: 10px 0;
  width: 100%; }
  .cart-mini .cart-item {
    padding: 5px 10px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    position: relative; }
    .cart-mini .cart-item .image {
      width: 28%;
      float: left; }
    .cart-mini .cart-item .info {
      float: left;
      width: 60%;
      padding-left: 10px;
      font-size: 13px; }
      .cart-mini .cart-item .info .title a {
        font-size: 12px !important;
        color: #787878; }
        .cart-mini .cart-item .info .title a:hover {
          color: #009ae5; }
      .cart-mini .cart-item .info .variant_title {
        margin: 0;
        color: #a1a1a3; }
      .cart-mini .cart-item .info .quan {
        color: #e54b00;
        margin: 0; }
    .cart-mini .cart-item .remove {
      float: right;
      width: 15px; }
  .cart-mini .cart-total {
    font-weight: 600;
    padding: 10px;
    color: #3f3f3f;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #e0e0e0; }
    .cart-mini .cart-total span {
      float: right; }
  .cart-mini .cart-btn {
    padding: 20px 20px 10px; }
  .cart-mini .mini-btn-checkout {
    border: 1px solid #1e8de8;
    background: #fff;
    color: #1e8de8;
    outline: none;
    text-transform: uppercase;
    line-height: 20px;
    padding: 13px 0 7px;
    width: 100%;
    text-align: center; }
    .cart-mini .mini-btn-checkout:hover {
      color: #fff;
      background: #e54b00;
      border-color: #e54b00; }
  .cart-mini .mini-btn-cart {
    background: #fff;
    outline: none;
    border: 1px solid #ccc;
    color: #333;
    text-transform: uppercase;
    line-height: 32px;
    min-width: 120px;
    text-align: center; }
    .cart-mini .mini-btn-cart:hover {
      text-decoration: underline; }
  .cart-mini .cart-upsale {
    font-size: 13px;
    text-align: left;
    padding: 5px 10px; }
    .cart-mini .cart-upsale a {
      display: inline-block !important; }

@media screen and (max-width: 767px) {
  .menu-header {
    left: 30px; } }

.header-bottom {
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1), 0 1px 6px 0 rgba(0, 0, 0, 0.12); }
  .header-bottom .container {
    position: relative; }
  .header-bottom.is-hover:after {
    content: '';
    position: fixed;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 10000px;
    background: rgba(0, 0, 0, 0.6); }

.main-menu {
  margin: 0;
  padding: 0;
  text-align: left;
  min-height: 60px;
  display: flex;
  flex-direction: row;
  display: flex;
  justify-content: space-between; }
  .main-menu li {
    display: inline-block;
    position: static;
    padding: 0;
    /*&.has-child{
		&:before{
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 0;
		height: 0;
		z-index: 9992;
		border-bottom: 10.5px solid #ddd;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		border-bottom-width: 8px;
		display: none;
	}
		&:after{
		content: '';
		position: absolute;
		left: 50%;
		width: 0;
		height: 0;
		border-bottom: 10.5px solid #fff;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		border-bottom-width: 8px;
		bottom: -2px;
		z-index: 9993;
		display: none;
	}
	}*/ }
    .main-menu li:hover > a {
      color: #009ae5; }
      .main-menu li:hover > a .icon img:not(.img2) {
        opacity: 0; }
    .main-menu li a {
      padding: 0 7px;
      text-transform: capitalize;
      display: block;
      font-size: 14px;
      border-radius: 2px 2px 0 0;
      line-height: 35px;
      position: relative;
      text-align: center; }
      .main-menu li a .icon {
        display: block;
        text-align: center;
        line-height: 25px;
        position: relative; }
        .main-menu li a .icon img {
          width: 25px;
          height: 25px;
          display: block;
          background: #fff;
          position: relative;
          z-index: 1;
          margin: 0 auto; }
        .main-menu li a .icon .img2 {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 1;
          z-index: 0; }
    .main-menu li .sub {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: calc(100% - 60px);
      max-width: 1370px;
      z-index: 9991;
      display: none;
      animation: all 0.3s ease-in-out; }
      .main-menu li .sub > div {
        background: #fff;
        padding: 15px 0 0;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
        min-height: 400px; }
      .main-menu li .sub ul.col li {
        float: left;
        width: 20%;
        padding: 0 15px;
        border-right: 1px solid #ddd;
        border-bottom: 0; }
        .main-menu li .sub ul.col li:last-child {
          border: 0; }
        .main-menu li .sub ul.col li a {
          display: block;
          padding: 0;
          text-align: center;
          color: #fff; }
          .main-menu li .sub ul.col li a:hover .img {
            opacity: 0.85; }
          .main-menu li .sub ul.col li a .img {
            height: 300px; }
          .main-menu li .sub ul.col li a span {
            display: block;
            line-height: 1;
            padding: 10px 0 30px;
            font-size: 16px;
            font-weight: bold; }
      .main-menu li .sub ul.ul-left {
        /*float: left;
					width: 80%;*/
        padding-left: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        align-content: flex-start; }
        .main-menu li .sub ul.ul-left.may-bay > li {
          width: calc(100%/4 - 25px); }
        .main-menu li .sub ul.ul-left.xe-dap > li {
          width: calc(100%/3 - 25px); }
        .main-menu li .sub ul.ul-left > li {
          float: left;
          width: calc(100%/5 - 25px);
          margin-right: 25px;
          margin-bottom: 0;
          border: 0;
          position: relative; }
          .main-menu li .sub ul.ul-left > li:nth-child(5n+1) {
            clear: both; }
          .main-menu li .sub ul.ul-left > li > a {
            color: #333;
            font-size: 14px;
            font-weight: bold;
            padding-left: 0;
            line-height: 30px;
            border-bottom: 1px solid #ddd; }
            .main-menu li .sub ul.ul-left > li > a:hover {
              color: #009ae5; }
              .main-menu li .sub ul.ul-left > li > a:hover img {
                -webkit-filter: none;
                filter: none; }
            .main-menu li .sub ul.ul-left > li > a img {
              -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
              width: auto;
              height: 30px;
              margin-right: 5px; }
          .main-menu li .sub ul.ul-left > li:hover .sub-lv3 {
            top: 100%;
            opacity: 1;
            visibility: visible; }
        .main-menu li .sub ul.ul-left .sub-lv3 {
          margin-top: 0;
          opacity: 0;
          visibility: hidden;
          position: absolute;
          top: 300px;
          left: 0;
          background: #fff;
          width: 200px;
          z-index: 99;
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
          .main-menu li .sub ul.ul-left .sub-lv3 li {
            float: none;
            width: 100%;
            margin: 0;
            border: 0; }
            .main-menu li .sub ul.ul-left .sub-lv3 li a {
              font-size: 14px;
              line-height: 22px;
              padding: 3px 5px;
              font-weight: 400;
              color: #333; }
              .main-menu li .sub ul.ul-left .sub-lv3 li a:hover {
                color: #009ae5; }
      .main-menu li .sub ul li {
        display: block;
        margin-bottom: 5px;
        text-align: left;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #ececec; }
        .main-menu li .sub ul li:last-child {
          border-bottom: 0; }
        .main-menu li .sub ul li a {
          padding: 0;
          white-space: nowrap;
          text-transform: capitalize;
          line-height: 45px;
          padding: 0 15px;
          border-radius: 0;
          color: #333; }
      .main-menu li .sub .img-right {
        float: right;
        width: 20%;
        text-align: center; }
        .main-menu li .sub .img-right a {
          display: block; }
          .main-menu li .sub .img-right a:hover .img {
            opacity: 0.85; }
          .main-menu li .sub .img-right a:hover span {
            color: #009ae5; }
        .main-menu li .sub .img-right .img {
          height: 300px; }
        .main-menu li .sub .img-right span {
          line-height: 30px;
          display: block;
          color: #fff; }
        .main-menu li .sub .img-right p {
          line-height: 16px;
          margin: 0 0 30px;
          color: #fff; }
    .main-menu li.has-child:hover .sub, .main-menu li.has-child:hover:before, .main-menu li.has-child:hover:after {
      display: block; }

/*---------index------------*/
.index-cate {
  padding: 30px 0; }
  .index-cate .index-cate-title {
    margin: 30px 0 20px;
    text-align: center;
    font-size: 17px;
    color: #252a2b;
    font-weight: bold; }
  .index-cate .show-search {
    text-align: center;
    margin-bottom: 35px; }
    .index-cate .show-search form input[type="text"] {
      padding: 0 17px;
      width: 490px;
      height: 49px;
      border-radius: 3px 0 0 3px;
      border-color: #ababab; }
      .index-cate .show-search form input[type="text"]:focus {
        border-color: #009ae5; }
    .index-cate .show-search form .btn-search {
      position: initial;
      display: inline-block;
      background-color: #009ae5;
      width: 110px;
      color: #fff;
      height: 49px;
      margin-left: -5px;
      border-radius: 0 3px 3px 0; }
      .index-cate .show-search form .btn-search:hover {
        background-color: #26c7be; }
  .index-cate .cate-list {
    /*background: #fff;*/ }
    .index-cate .cate-list .cate-item {
      float: left;
      width: calc(100%/11);
      padding: 0 5px;
      margin: 10px 0 15px;
      text-align: center; }
      .index-cate .cate-list .cate-item:hover .img-effect a img:not(.img_hover) {
        opacity: 0; }
      .index-cate .cate-list .cate-item:hover .cate-title a {
        color: #009ae5; }
      .index-cate .cate-list .cate-item .img-effect {
        position: relative;
        overflow: hidden;
        text-align: center;
        opacity: 1;
        transition: all 0.5s  ease-in-out; }
        .index-cate .cate-list .cate-item .img-effect a {
          display: block;
          text-align: center; }
          .index-cate .cate-list .cate-item .img-effect a img {
            display: block;
            /*background: #fff;*/
            position: relative;
            z-index: 1;
            margin: 0 auto;
            width: 60px; }
            .index-cate .cate-list .cate-item .img-effect a img.img_hover {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              opacity: 1;
              z-index: 0; }
      .index-cate .cate-list .cate-item .cate-title {
        margin: 0; }
        .index-cate .cate-list .cate-item .cate-title a {
          display: block;
          font-size: 15px;
          line-height: 1.3;
          padding-top: 8px; }

.index-title {
  margin: 0 0 25px;
  text-align: center;
  font-size: 24px;
  color: #252a2b;
  font-weight: normal; }

.ads-text {
  background-color: #f2fcfb;
  border-radius: 2px;
  text-align: center; }
  .ads-text p {
    display: block;
    padding: 15px;
    font-size: 15px;
    margin: 0; }

.index-tab {
  display: block;
  margin: 0 0 20px;
  text-align: center;
  overflow-y: auto;
  white-space: nowrap; }
  .index-tab li {
    display: inline-block;
    position: relative; }
    .index-tab li:before {
      content: '';
      position: absolute;
      left: -4px;
      width: 8px;
      height: 8px;
      transform: rotate(45deg);
      background: #888;
      top: 5px; }
    .index-tab li:first-child:before {
      display: none; }
    .index-tab li.active a, .index-tab li a:hover {
      color: #009ae5; }
    .index-tab li a {
      display: block;
      font-weight: bold;
      text-transform: uppercase;
      color: #888;
      line-height: 22px;
      padding: 0 30px; }

.index-tab-contains .tab-content {
  display: none; }
  .index-tab-contains .tab-content.active {
    display: block; }

.index-list {
  display: flex;
  flex-wrap: wrap; }
  .index-list .pro-loop {
    flex: 0 0 25%;
    flex-basis: 25%;
    height: initial; }

.collection-list {
  display: flex;
  flex-wrap: wrap;
  background: #fff; }
  .collection-list .pro-loop {
    flex: 0 0 calc(100%/3);
    flex-basis: calc(100%/3);
    height: initial; }

.sidebar-box ul li a, .sidebar-box2 ul li a {
  display: block;
  padding: 0 0 8px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  color: #009ae5; }
  .sidebar-box ul li a:before, .sidebar-box2 ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    font-size: 0;
    border: 1px solid #ccc;
    width: 16px;
    height: 16px;
    border-radius: 3px; }

.sidebar-box ul.w50 li, .sidebar-box2 ul.w50 li {
  width: calc(50% - 5px);
  display: inline-block; }
  .sidebar-box ul.w50 li a, .sidebar-box2 ul.w50 li a {
    padding: 5px 0 8px 20px; }
    .sidebar-box ul.w50 li a:before, .sidebar-box2 ul.w50 li a:before {
      top: 5px; }

.sidebar-box ul.vendor-choise, .sidebar-box ul.chau-choise {
  max-height: 390px;
  overflow-y: auto; }
  .sidebar-box ul.vendor-choise li a, .sidebar-box ul.chau-choise li a {
    padding: 0 0 0 20px;
    line-height: 30px;
    height: 30px; }
    .sidebar-box ul.vendor-choise li a img, .sidebar-box ul.chau-choise li a img {
      height: 30px;
      width: 30px;
      object-fit: contain; }
    .sidebar-box ul.vendor-choise li a:before, .sidebar-box ul.chau-choise li a:before {
      top: 7px; }

.sidebar-box ul li.checked a:after, .sidebar-box2 ul li.checked a:after, .filter-list ul li.checked a:after {
  content: "\f00c";
  position: absolute;
  left: 1px;
  top: 1px;
  text-align: left;
  font-family: 'FontAwesome';
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #009ae5; }

.sidebar-box ul.w50 li.checked a:after, .sidebar-box2 ul.w50 li.checked a:after {
  top: 4px; }

.sidebar-box ul.vendor-choise li.checked a:after, .sidebar-box ul.chau-choise li.checked a:after {
  top: 7px; }

.form-filter {
  position: relative;
  margin-bottom: 10px; }
  .form-filter input {
    border: 1px #ebebeb solid;
    width: 100%;
    padding-right: 40px;
    background: #fff;
    line-height: 30px;
    text-indent: 10px; }
  .form-filter i {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center; }

.room-item {
  float: left;
  width: calc(100%/4 - 20px);
  margin: 0 10px 20px; }
  @media (max-width: 767px) {
    .room-item {
      max-width: 100%; } }
  .room-item a {
    display: block; }
    .room-item a .img {
      transition: all 0.25s ease-in-out; }
    .room-item a span {
      display: block;
      text-align: center;
      font-size: 15px;
      line-height: 1.2;
      padding: 12px;
      font-weight: bold; }
      @media (max-width: 768px) {
        .room-item a span {
          white-space: nowrap; } }
    .room-item a:hover .img {
      opacity: 0.85; }

.homeware-list {
  margin-left: -10px;
  margin-right: -10px; }
  @media (max-width: 768px) {
    .homeware-list {
      margin-left: 0px;
      margin-right: 0px; } }
  .homeware-list .room-item a .img {
    padding-bottom: 80%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .homeware-list .room-item a .img.bigloaded {
      background-image: var(--bg); }
    @media (max-width: 768px) {
      .homeware-list .room-item a .img {
        background-size: contain !important; } }

.home-privacy {
  background: #00aff0;
  padding: 20px 0; }
  .home-privacy .owl-privacy .items .imgs {
    width: 55px;
    height: 55px;
    float: left;
    text-align: center; }
  .home-privacy .owl-privacy .items .content {
    overflow: hidden;
    padding-left: 15px; }
    .home-privacy .owl-privacy .items .content p {
      font-size: 16px;
      font-weight: 700;
      padding-top: 6px;
      margin: 0 0 5px;
      color: #fff; }
    .home-privacy .owl-privacy .items .content span {
      font-size: 14px;
      color: #fff; }

#newsletters {
  z-index: 99999; }

#newsletters h4.modal-title {
  background: linear-gradient(32deg, #2480f0 0%, #53cdff 100%);
  padding: 15px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase; }

#newsletters input {
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  padding: 0 15px; }

#newsletters button.submit-button {
  font-size: 14px;
  font-weight: 600;
  color: white;
  display: inline-block;
  text-decoration: none;
  width: 200px;
  height: 35px;
  background: #000000;
  text-align: center;
  border: none;
  border-radius: 4px; }

#newsletters .modal-footer {
  text-align: center; }

#newsletters .modal-lg {
  max-width: 450px; }

#newsletters .close {
  z-index: 9;
  width: 32px;
  height: 32px;
  background: none;
  font-size: 28px;
  line-height: 32px;
  color: #333333;
  text-align: center;
  background: #fff;
  position: absolute;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  top: -8px;
  right: -8px;
  opacity: 1; }
  #newsletters .close:before {
    content: "\f057";
    display: block;
    font-family: "FontAwesome";
    font-size: 32px;
    line-height: 32px; }

#newsletters p.success {
  color: green; }

.section-newsletter {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 35px 0 20px;
  text-align: center; }
  .section-newsletter.bigloaded {
    background-image: url(//theme.hstatic.net/1000328919/1001375972/14/bg-newsletter.jpg?v=64); }
  .section-newsletter .content-newsletter {
    color: #fff;
    max-width: 525px;
    margin: auto; }
    .section-newsletter .content-newsletter h2 {
      font-size: 28px;
      line-height: 1;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase; }
    .section-newsletter .content-newsletter p {
      font-size: 18px;
      line-height: 24px;
      color: #fff;
      margin: 0 auto 20px; }
    .section-newsletter .content-newsletter .form-group {
      position: relative; }
      .section-newsletter .content-newsletter .form-group input {
        width: 100%;
        height: 47px;
        line-height: 25px;
        font-size: 12px;
        color: #999999;
        padding: 11px 100px 11px 20px;
        border-radius: 0;
        border: none;
        box-shadow: none;
        outline: none !important;
        transition: initial; }
      .section-newsletter .content-newsletter .form-group button {
        background: #009ae5;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        border-radius: 0;
        border: 1px solid transparent;
        height: 47px;
        width: 100px;
        padding: 15px; }

.month-new {
  margin: 20px 0 0; }
  .month-new li {
    display: inline-block; }
    .month-new li a {
      display: block;
      padding: 0 10px;
      display: block;
      font-weight: bold;
      text-transform: uppercase;
      color: #888;
      line-height: 22px; }

.tsh {
  background-color: #ecf7ed;
  border-radius: 3px;
  border: solid 1px #c4ddc8;
  padding: 0 10px;
  font-weight: bold;
  line-height: 30px; }
  .tsh:before {
    content: '';
    background: url(//theme.hstatic.net/1000328919/1001375972/14/nhan-hang-1-gio.png?v=64) no-repeat;
    width: 21px;
    height: 21px;
    background-size: 21px 21px;
    margin-right: 10px;
    float: left;
    margin-top: 4px; }
  .tsh span {
    line-height: 34px;
    padding-left: 10px;
    border-left: 1px solid #c4ddc8;
    display: block;
    margin-left: 28px;
    height: 30px;
    color: #30a43b; }

.ttkm {
  margin-top: 30px;
  border: 1px solid red;
  position: relative;
  padding: 40px 20px 0 20px; }
  .ttkm .title-ttkm {
    background: url(//theme.hstatic.net/1000328919/1001375972/14/bg_ttkm.png?v=64) no-repeat;
    width: 250px;
    height: 49px;
    font-size: 13px;
    margin: 0;
    padding: 10px 15px 10px 54px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 5px; }
  .ttkm .content-ttkm, .ttkm .content-ttkm1 {
    margin-bottom: 10px; }
    .ttkm .content-ttkm a, .ttkm .content-ttkm1 a {
      margin-bottom: 5px;
      display: inline-block;
      color: red;
      text-decoration: underline; }
      .ttkm .content-ttkm a:hover, .ttkm .content-ttkm1 a:hover {
        text-decoration: none; }

.detail-social {
  display: flex;
  margin: 15px 0;
  height: 20px; }

.detail-social > div {
  margin-right: 10px; }

.box-price-quantity {
  margin: 0 0 15px; }

.box-price-quantity .product-price {
  border: 0;
  margin: 0 0 10px; }

.box-price-quantity .quantity-area {
  margin: 0; }

.product-gallery {
  margin-bottom: 20px; }

.col-banner a img {
  transition: all 0.25s ease-in-out; }

.col-banner a:hover img {
  opacity: 0.85; }

.col-banner .flex-box {
  display: flex;
  justify-content: center; }

span.tragop {
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  background: #f28902;
  border-radius: 3px;
  padding: 0 5px 0 8px;
  margin: 0 0 0 15px;
  line-height: 18px;
  vertical-align: text-bottom; }

/*------------------Buy X get Y --------------*/
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(-16px); }
  to {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(100%); } }

@-moz-keyframes cssAnimation {
  from {
    -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(-16px); }
  to {
    -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(100%); } }

@-o-keyframes cssAnimation {
  from {
    -o-transform: rotate(0deg) scale(1) skew(1deg) translate(-16px); }
  to {
    -o-transform: rotate(0deg) scale(1) skew(1deg) translate(100%); } }

#combo-program {
  max-height: 400px; }

#combo-program .name-combo {
  margin: 0; }

#combo-program .name-combo span {
  display: inline-block;
  color: #fb3d3d;
  font-weight: bold; }

#combo-program .combo-title {
  margin-top: 0;
  font-size: 14px;
  font-weight: bold; }

#combo-program .combo-title b {
  color: #ff0707; }

#combo-program .combo-w {
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
  padding: 10px 10px 10px 40px;
  position: relative; }

#combo-program .combo-w:after {
  content: '\2714\fe0e';
  font-size: 16px;
  position: absolute;
  top: calc(50% - 11px);
  left: 11px;
  color: #fe8dbf;
  opacity: 0; }

#combo-program .combo-w:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  position: absolute;
  top: calc(50% - 10px);
  left: 7px; }

#combo-program .combo-w.checked {
  border: 1px solid #fe8dbf; }

#combo-program .combo-w.checked:after {
  opacity: 1; }

#combo-program .combo-w.checked:before {
  border: 1px solid #fe8dbf; }

#combo-program table tr {
  margin-bottom: 3px; }

#combo-program table label {
  font-weight: normal;
  font-size: 13px;
  display: block;
  border: none;
  padding: 2px 5px;
  cursor: pointer; }

#combo-program table label:after {
  content: "";
  display: table;
  clear: both; }

#combo-program table label img {
  display: inline-block;
  width: 36px;
  float: left; }

#combo-program table label p {
  display: inline-block;
  width: calc(100% - 50px);
  float: left;
  margin-bottom: 0px;
  padding-left: 10px; }

#combo-program table label .discount-promotion-price b {
  color: #fa0303; }

#combo-program table label .discount-promotion-price del {
  margin-left: 5px; }

#combo-program table input {
  display: none; }

#combo-program table input:checked + label {
  color: #000;
  background: #fff8f8; }

#buyxgety-program, #buyxgety-program2 {
  padding: 0 15px;
  margin-bottom: 20px; }

#buyxgety-themvaogioheader {
  height: 32px;
  line-height: 32px;
  background-color: #009ae5;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.31);
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
  margin-bottom: 0;
  position: relative; }
  #buyxgety-themvaogioheader:before {
    content: "";
    width: calc(100% - 15px);
    background-image: url(//theme.hstatic.net/1000328919/1001375972/14/light-blur.png?v=64);
    background-repeat: no-repeat;
    background-size: 40px auto;
    top: 0;
    bottom: 1px;
    position: absolute;
    z-index: 2;
    -webkit-animation: cssAnimation 3s infinite ease;
    -moz-animation: cssAnimation 3s infinite ease;
    -o-animation: cssAnimation 3s infinite ease; }

#buyxgety-themvaogioheader img {
  width: 30px;
  position: relative;
  top: -2px; }

#buyxgety-product-list, #buyxgety-product-list2 {
  background: #f4f4f4;
  font-size: 12px; }
  #buyxgety-product-list table tbody, #buyxgety-product-list2 table tbody {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
    #buyxgety-product-list table tbody tr, #buyxgety-product-list2 table tbody tr {
      flex: 0 0 50%; }
      #buyxgety-product-list table tbody tr:nth-child(2n+1), #buyxgety-product-list2 table tbody tr:nth-child(2n+1) {
        border-right: 1px solid #ddd; }
      #buyxgety-product-list table tbody tr td, #buyxgety-product-list2 table tbody tr td {
        border: 0;
        border-bottom: 1px solid #dddddd; }
      #buyxgety-product-list table tbody tr td.img-box, #buyxgety-product-list2 table tbody tr td.img-box {
        width: 100px;
        padding: 10px 0; }

#buyxgety-product-list span, #buyxgety-product-list2 span {
  padding: 0 2px; }

#buyxgety-product-list td:first-child, #buyxgety-product-list2 td:first-child {
  padding: 10px; }

#buyxgety-product-list .buyx-img, #buyxgety-product-list2 .buyx-img {
  width: 100px; }

/*------------------Product.css---------------*/
.productDetail-page .product-detail-wrapper {
  background: #fff; }

#detail-product .product-title {
  position: relative; }

#detail-product .product-title h1 {
  display: inline-block;
  float: left;
  font-size: 18px;
  width: 100%;
  overflow: hidden; }

#detail-product .product-available {
  display: inline-block;
  width: 100px;
  margin-top: 2px;
  padding: 8px 10px;
  position: absolute;
  bottom: 10px;
  z-index: 1;
  height: 30px;
  right: 0; }

#detail-product .product-available span {
  border-radius: 20px;
  padding: 2px 4px; }

#detail-product .product-available span.instock {
  color: green;
  border: 1px solid green; }

#detail-product .product-available span.soldout {
  color: red;
  border: 1px solid red; }

#detail-product .product-title #pro_sku {
  margin: 0px 80px 0 0;
  display: block;
  clear: both; }

#detail-product .product-price .pro-price {
  color: red; }

#detail-product .selector-actions .wrap-addcart .btn-addtocart span {
  display: block;
  text-transform: none; }

.product-gallery .slide_product {
  cursor: pointer;
  float: left;
  width: 55px;
  margin: 0 10px; }
  .product-gallery .slide_product .product-gallery-item {
    outline: none; }
  .product-gallery .slide_product .slick-prev {
    left: 50%;
    top: -40px;
    transform: translate(-50%, 0); }
    .product-gallery .slide_product .slick-prev:before {
      font-family: 'FontAwesome';
      content: "\f106";
      color: #333; }
  .product-gallery .slide_product .slick-next {
    right: 50%;
    transform: translate(50%, 0);
    top: 100%; }
    .product-gallery .slide_product .slick-next:before {
      font-family: 'FontAwesome';
      content: "\f107";
      color: #333; }

.product-gallery .slide_product .product-thumb-video {
  padding: 15px 0;
  text-align: center; }

.product-gallery-item.active {
  border: 1px solid #21232a; }

.product-gallery .main-img-right {
  float: right;
  width: calc(100% - 85px); }

.descreption-product_large {
  padding: 15px 10px; }
  .descreption-product_large p img {
    height: auto !important; }

/*------------OWL CAROUSEL ---------------*/
#slider .owl-nav, #slider2 .owl-nav {
  display: inline-block; }

#slider .owl-nav button.owl-prev, #slider2 .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0; }

#slider .owl-nav button.owl-next, #slider2 .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 0; }

#slider .owl-nav button i, #slider2 .owl-nav button i {
  font-size: 50px;
  color: #252a2b; }

#slider-1 .owl-nav {
  display: inline-block; }

#slider-1 .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0; }

#slider-1 .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 0; }

#slider-1 .owl-nav button i {
  font-size: 50px;
  color: #252a2b; }

/*-------SWATCH -------*/
.swatch .swatch-element.color label,
.swatch .swatch-element.color1 label {
  min-width: 100px;
  width: auto;
  height: initial;
  border-radius: unset;
  border: 1px solid #f3f3f3;
  margin: 0;
  padding: 15px 5px 15px 42px;
  border-radius: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.swatch .swatch-element.color span, .swatch .swatch-element.color1 span {
  border: none;
  font-size: 11.5px;
  border-radius: unset;
  font-weight: 600;
  padding-left: 3px; }

/*------------SẢN PHẨM LIÊN QUAN-------------------*/
.productRelated, .productRelated2 {
  padding-left: 1px; }

.productRelated .owl-stage, .productRelated2 .owl-stage {
  display: flex;
  flex-wrap: wrap; }

.productRelated .pro-loop, .productRelated2 .pro-loop {
  margin-bottom: 0; }

.productRelated .product-detail .box-pro-detail, .productRelated2 .product-detail .box-pro-detail {
  padding: 15px 10px 0; }

.productRelated .owl-nav button, .productRelated2 .owl-nav button {
  display: inline-block;
  position: absolute;
  top: 40%; }

.productRelated .owl-nav button i, .productRelated2 .owl-nav button i {
  font-size: 45px; }

.productRelated .owl-nav button.owl-prev, .productRelated2 .owl-nav button.owl-prev {
  left: 0; }

.productRelated .owl-nav button.owl-next, .productRelated2 .owl-nav button.owl-next {
  right: 0; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #000; }

.fb_iframe_widget_lift {
  width: 100% !important; }

.color-swatches {
  text-align: center; }

.color-swatches li {
  margin-right: 10px; }

.product-des.open .title-bl h2:after {
  content: '\f068'; }

#product .more-details .content-des, #product .more-details .deli-content, #product .more-details .tut-content {
  padding: 0px 10px;
  color: #888; }

.color-swatches li a {
  height: 30px;
  width: 30px; }

#BISWidgetBar {
  z-index: 1; }

.list-productRelated .my-tab {
  width: 100%; }
  .list-productRelated .my-tab li {
    width: 50%;
    text-align: left;
    float: left; }
    .list-productRelated .my-tab li a {
      display: block;
      border: none;
      font-size: 22px;
      color: #999;
      text-transform: uppercase;
      padding: 15px 0 15px 23px;
      letter-spacing: 2px;
      border-bottom: 3px solid #ddd;
      border-right: 2px solid transparent;
      cursor: pointer; }
    .list-productRelated .my-tab li.active a, .list-productRelated .my-tab li:hover a {
      color: #000;
      border-bottom: 3px solid #009ae5; }

.cart-upsale {
  color: #333; }
  .cart-upsale a {
    text-transform: uppercase;
    color: #30b8fb; }

/*------------------Xem Thêm----------------*/
@-webkit-keyframes bounceAlphaOnRight {
  0%, 100% {
    opacity: 1;
    transform: translate(0, 0); }
  10% {
    opacity: 0;
    transform: translate(-10px, 0); }
  15% {
    opacity: 0;
    transform: translate(20px, 0); }
  30% {
    opacity: 1;
    transform: translate(0, 0); } }

@keyframes bounceAlphaOnRight {
  0%, 100% {
    opacity: 1;
    transform: translate(0, 0); }
  10% {
    opacity: 0;
    transform: translate(-10px, 0); }
  15% {
    opacity: 0;
    transform: translate(20px, 0); }
  30% {
    opacity: 1;
    transform: translate(0, 0); } }

@-webkit-keyframes bounceAlphaOnLeft {
  0%, 100% {
    opacity: 1;
    transform: translate(0, 0); }
  10% {
    opacity: 0;
    transform: translate(10px, 0); }
  15% {
    opacity: 0;
    transform: translate(-20px, 0); }
  30% {
    opacity: 1;
    transform: translate(0, 0); } }

@keyframes bounceAlphaOnLeft {
  0%, 100% {
    opacity: 1;
    transform: translate(0, 0); }
  10% {
    opacity: 0;
    transform: translate(10px, 0); }
  15% {
    opacity: 0;
    transform: translate(-20px, 0); }
  30% {
    opacity: 1;
    transform: translate(0, 0); } }

#see_more {
  text-align: center;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  color: black;
  font-size: 11px;
  font-weight: 700;
  z-index: 99;
  border: 2px solid #e54b00;
  background: white;
  transition: all 1s ease; }

#see_more.hide-2 {
  right: -550px; }

#see_more.hide-2.active {
  right: 0; }

#see_more .title_seemore {
  background: #e54b00; }

#see_more .title_seemore p {
  font-size: 11px;
  color: white;
  line-height: 36px;
  margin: 0px;
  text-align: center; }

#see_more .title_seemore p.ngang {
  display: none;
  font-size: 16px; }

#see_more .view-full {
  position: absolute;
  width: 25px;
  height: 47px;
  top: 42px;
  left: -25px;
  background: #e54b00;
  z-index: 9999999;
  color: #fff;
  cursor: pointer;
  border-radius: 25px 0 0 25px; }

#see_more .view-full:before, #see_more .view-full:after {
  content: "\2039";
  display: inline-block;
  font-size: 33px;
  height: 33px;
  width: 8px;
  cursor: pointer;
  animation-name: bounceAlphaOnRight;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  color: #fff; }

#see_more.active .view-full:before, #see_more.active .view-full:after {
  content: "\203A";
  animation-name: bounceAlphaOnLeft; }

#see_more .view-full:after {
  left: 8px;
  animation-delay: 0.2s; }

#see_more #see_more_ngang {
  display: none;
  opacity: 0;
  visibility: hidden;
  width: 520px;
  padding: 10px 34px;
  transition: all 0.3s ease;
  max-height: 240px;
  overflow: hidden; }

#see_more.active #see_more_ngang {
  opacity: 1;
  visibility: visible;
  display: block; }

#see_more.active .title_seemore p.ngang {
  display: block; }

#see_more.active #see_more_doc, #see_more.hide-2 .title_seemore p.doc {
  display: none; }

#see_more_ngang .owl-nav {
  margin: 0; }

#see_more_ngang .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  text-align: center;
  font-size: 33px;
  margin: 0; }

#see_more_ngang .owl-nav button.owl-prev {
  left: -34px; }

#see_more_ngang .owl-nav button.owl-next {
  right: -34px; }

#see_more_ngang .item h3 {
  font-size: 13px;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
  text-align: left;
  margin: 10px 0 5px; }

#see_more_ngang .item span {
  color: #000;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  display: block; }

.slider-seemore .list-box {
  width: 77px;
  height: 216px;
  padding: 0 13px;
  overflow: hidden; }

.slider-seemore .list-box ul {
  transition: all 0.3s ease; }

.slider-seemore .list-box ul.transform {
  transform: translateY(-219px); }

.slider-seemore .list-box ul li {
  height: 63px;
  padding: 5px 3px;
  margin-bottom: 10px;
  box-sizing: border-box;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.56);
  display: flex;
  align-items: center;
  justify-content: center; }

#see_more_doc button {
  line-height: 36px;
  position: relative;
  text-align: center;
  background: transparent;
  border: 0;
  width: 100%;
  font-size: 28px; }

#see_more_doc button.disable {
  color: #999; }

#see_more_doc button:before {
  content: "\203A";
  display: inline-block; }

#see_more_doc button.btn-top:before {
  transform: rotate(-90deg); }

#see_more_doc button.btn-bottom:before {
  transform: rotate(90deg); }

.promotion-bar {
  background: #383838;
  padding: 6px 0; }
  .promotion-bar a {
    display: inline-block;
    color: #45baf3;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0 0 0 40px;
    background: url(//theme.hstatic.net/1000328919/1001375972/14/hot.gif?v=64) left center no-repeat;
    position: relative; }
    .promotion-bar a:hover {
      color: #fff; }
    .promotion-bar a:before {
      content: "";
      width: 100%;
      background-image: url(//theme.hstatic.net/1000328919/1001375972/14/light-blur.png?v=64);
      background-repeat: no-repeat;
      background-size: 40px auto;
      top: 0;
      bottom: 1px;
      position: absolute;
      z-index: 2;
      -webkit-animation: cssAnimation 3s infinite ease;
      -moz-animation: cssAnimation 3s infinite ease;
      -o-animation: cssAnimation 3s infinite ease;
      animation: cssAnimation 3s infinite ease; }

.price-box {
  padding: 10px 10px 20px; }
  .price-box .irs-bar, .price-box .irs-line {
    height: 3px;
    border: 0;
    border-radius: 0;
    top: 37px; }
  .price-box .irs-max, .price-box .irs-min, .price-box .irs-single {
    display: none; }
  .price-box .irs-bar {
    background: #009ae5; }
  .price-box .irs-slider {
    background: #fff;
    border-color: #009ae5;
    box-shadow: none; }
  .price-box .irs-to, .price-box .irs-from {
    background: transparent;
    color: #252a2b;
    visibility: visible !important; }
  .price-box .irs-from {
    left: 0 !important; }
  .price-box .irs-to {
    left: auto !important;
    right: 0; }

/*------------------Media---------------------*/
@media (min-width: 992px) {
  .col-md-fix {
    width: 22%; } }

@media screen and (max-width: 1366px) {
  #see_more {
    right: -81px; } }

@media screen and (max-width: 1199px) {
  .sidebar-box ul.w50 li {
    width: 100%; }
  #header .show-search .wpo-wrapper-search {
    width: calc(100% - 220px);
    margin-left: 15px; } }

@media screen and (max-width: 991px) {
  .homeware-list .room-item {
    width: calc(100%/4 - 20px); } }

@media screen and (max-width: 599px) {
  .homeware-list .room-item {
    width: calc(100%/3);
    margin: 0 0 20px;
    padding: 0 4px; }
    .homeware-list .room-item a span {
      padding: 12px 0; } }

@media (min-width: 1024px) and (max-width: 1200px) {
  .main-menu li a {
    font-size: 13px; } }

@media (min-width: 1024px) {
  .main-menu {
    white-space: initial; }
  .main-menu li:nth-child(3) .sub .ul-left li, .main-menu li:nth-child(4) .sub .ul-left li, .main-menu li:nth-child(6) .sub .ul-left li, .main-menu li:nth-child(10) .sub .ul-left li {
    width: calc(100% / 4 - 25px); }
  .main-menu li:nth-child(3) .sub .ul-left li a img, .main-menu li:nth-child(4) .sub .ul-left li a img, .main-menu li:nth-child(6) .sub .ul-left li a img, .main-menu li:nth-child(10) .sub .ul-left li a img {
    height: 60px; } }

@media (max-width: 767px) {
  .bgfff {
    margin-top: 0px; }
  .bg_color {
    padding: 0;
    background: #fff; }
  .section-newsletter .content-newsletter h2 {
    margin-bottom: 10px;
    line-height: inherit;
    font-size: 14px;
    color: black; }
  .section-newsletter .content-newsletter .form-group input {
    height: 60px;
    border: 1px solid #a2a2a2;
    padding: 0 20px;
    background: #fbfbfb;
    color: #21232a;
    width: 100%;
    border-radius: 50px;
    font-weight: 500; }
  .section-newsletter .content-newsletter .form-group button {
    position: absolute;
    right: 0px;
    top: 8px;
    padding: 13px 20px;
    height: 44px;
    border: 0;
    background: #009ae5;
    color: #fff;
    border-radius: 50px;
    margin-right: 10px;
    width: auto; }
  .section-newsletter {
    padding: 5px 0;
    background: unset; }
  .list-productRelated .my-tab li a {
    padding: 10px 0;
    font-size: 14px;
    letter-spacing: unset;
    font-weight: bold;
    color: #000; }
  #see_more.active {
    width: calc(100% - 25px); }
  #see_more #see_more_ngang {
    width: 100%;
    padding: 10px 0px 10px 24px; }
  #buyxgety-program, #buyxgety-program2 {
    padding: 0px; } }

@media (max-width: 767px) {
  #see_more {
    text-align: center;
    position: fixed;
    top: 50%;
    left: calc(100% - 10px);
    transform: translateY(-50%);
    cursor: pointer;
    width: calc(100% - 25px);
    color: black;
    font-size: 11px;
    z-index: 99999;
    border: unset;
    background: transparent;
    right: unset !important;
    transition: left 1s ease; }
  #see_more.hide-2.active {
    left: 25px;
    box-shadow: 3px 0 2px 2px rgba(0, 0, 0, 0.3);
    background: #fff; }
  #see_more .title_seemore {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    background: transparent; }
  #see_more.active #see_more_doc, #see_more.hide-2 .title_seemore p.doc {
    display: none; }
  #see_more .title_seemore p.doc {
    display: none; }
  #see_more .title_seemore p.ngang {
    font-size: 12px;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 0;
    width: 178px;
    transform: rotate(-90deg) translate(0, -87px);
    z-index: 999999999;
    color: #e54b00;
    line-height: 15px;
    margin: 0px;
    text-align: center;
    display: block;
    text-transform: capitalize; }
  #see_more .view-full {
    position: absolute;
    width: 25px;
    height: 47px;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    background: unset;
    z-index: 9999999;
    cursor: pointer;
    border-radius: 25px 0 0 25px;
    color: #e54b00; }
  #see_more .view-full:before, #see_more .view-full:after {
    color: #e54b00; }
  #see_more #see_more_ngang {
    max-height: max-content; } }

.menu-hov {
  float: left;
  background: #009ae5;
  border-radius: 8px;
  padding: 10px 12px;
  cursor: pointer;
  position: relative;
  width: 130px;
  box-sizing: border-box;
  margin-top: 11px; }

.menu-hov > div {
  display: inline-block;
  vertical-align: middle; }

.menu-hov > div i {
  display: block;
  background: #fff;
  width: 20px;
  height: 2px;
  margin: 0 4px 6px 0; }

.menu-hov > div i:last-child {
  margin: 0 4px 0 0; }

.menu-hov .hv-menu {
  color: #fff;
  text-transform: uppercase; }

.list-menuquick {
  align-items: center;
  float: left;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  max-width: calc(100% - 130px); }

.list-menuquick li {
  display: inline-block;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #fff; }

.list-menuquick li a h3 {
  color: #fff;
  padding: 10px 14px; }

.header__menu {
  padding: 12px 0;
  position: absolute;
  top: 10px;
  left: 0;
  display: none; }

.list-menu {
  align-items: center;
  display: block;
  justify-content: space-between;
  position: relative;
  text-align: center;
  width: 240px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 8px 8px;
  z-index: 9;
  top: 24px;
  min-height: 350px; }

.list-menu > li {
  border-bottom: 1px solid #ececec;
  padding: 12px 0;
  text-align: left;
  margin: 0 10px; }

.list-menu > li:hover a h3 {
  color: #009ae5;
  font-weight: 600; }

.list-menu li:last-child {
  border: 0; }

.list-menu > li > a > h3, .list-menu > li > a {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  white-space: nowrap;
  display: block; }

.list-menu > li > a:after {
  content: '';
  border-top: 1px solid #2a2a2a;
  border-right: 1px solid #2a2a2a;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  width: 10px;
  height: 10px;
  top: 4px; }

.list-menu > li > a.no-child:after {
  content: none; }

.click-submenu.current h3::before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  bottom: -12px;
  content: '';
  left: calc(50% - 10px);
  position: absolute; }

.click-submenu.current.no-child h3::before {
  display: none; }

.showmenu {
  background-color: #fff;
  border-radius: 0 0 8px 0;
  display: none;
  left: 230px;
  position: absolute;
  padding: 40px 20px 0;
  top: 0;
  min-width: 500px;
  z-index: 3;
  height: 100%;
  border-left: 1px solid #e6e6e6;
  box-shadow: 8px 4px 10px 0 rgba(0, 0, 0, 0.3); }

.showmenu.showmenu-full {
  min-width: 900px; }

.showmenu-full .showmenu-sub li {
  width: calc(100%/6); }

.showmenu-sub {
  display: flex;
  flex-wrap: wrap; }

.showmenu-sub li {
  margin-bottom: 20px;
  width: calc(100%/3);
  border: 0; }

.showmenu-sub .imgmenu {
  border-radius: 50%;
  height: 50px;
  margin: 0 auto 10px;
  transition: .3s;
  width: 50px;
  position: relative; }

.showmenu-sub li .imgmenu .imgmenu__thumb {
  height: 100%;
  width: auto; }

.showmenu-sub li .imgmenu .imgmenu__label {
  width: 25px;
  height: auto;
  position: absolute;
  right: -5px;
  top: 0; }

.showmenu-sub a {
  color: #222;
  transition: .3s;
  position: relative;
  text-align: center; }

.showmenu-sub a span {
  position: absolute;
  top: -8px;
  right: -15px;
  color: #fff;
  background: #009ae5;
  border-radius: 10px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 18px; }

.showmenu-sub a p {
  padding: 0 5px; }

.showmenu-sub li:hover a {
  color: #009ae5;
  font-weight: 600; }

.menu-hov:hover .header__menu {
  display: block; }

.menu-hov:hover .list-menu h3 {
  margin-bottom: 0; }

.menu-hov:hover .list-menu > li:hover .showmenu {
  display: block !important; }

#sort-by {
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    #sort-by .no_href {
      margin-left: 10px;
      margin-right: 10px; } }

@media (max-width: 767px) {
  .backgroundconten {
    background: #fff; }
    .backgroundconten #sort-by {
      display: inline-block;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      cursor: pointer;
      color: #000;
      line-height: 17px;
      padding: 9px 10px;
      min-width: 150px;
      margin: 10px;
      position: relative;
      margin-left: 0; }
      .backgroundconten #sort-by ul {
        position: absolute;
        width: 150px;
        background: #fff;
        padding: 10px;
        z-index: 999;
        border-radius: 4px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        display: none;
        left: 0;
        top: 100%; }
        .backgroundconten #sort-by ul li {
          display: block; }
      .backgroundconten #sort-by:hover ul {
        display: block; }
  #sort-by ul li:not(.no_href):before {
    display: none; }
  #sort-by ul li.active:before {
    content: "\f00c" !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-family: 'FontAwesome' !important; }
  #sort-by ul li.active:after {
    display: none !important; }
  #sort-by ul li.active:before {
    border-color: #009ae5;
    border: none !important; } }

.blogflex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; }
  .blogflex .blogflex1 {
    width: calc(75% - 15px); }
    @media (max-width: 991px) {
      .blogflex .blogflex1 {
        width: 100%; } }
    .blogflex .blogflex1.blogflex1-full {
      width: 100%; }
  .blogflex .blogflex2 {
    width: calc(25% - 15px);
    background: #fff; }
    @media (max-width: 991px) {
      .blogflex .blogflex2 {
        width: 100%;
        margin-left: 0px; } }

.feature-item {
  margin-bottom: 12px; }

.titlepage {
  background: #0fd186;
  text-align: center;
  padding: 13px;
  font-weight: bold;
  color: #fff;
  font-size: 16px; }

.blogpagekin .blogpagekinitem {
  display: flex;
  padding: 10px; }
  .blogpagekin .blogpagekinitem > div:nth-child(1) {
    width: 75%; }
    .blogpagekin .blogpagekinitem > div:nth-child(1) a {
      font-weight: bold;
      display: block; }
  .blogpagekin .blogpagekinitem > div:nth-child(2) {
    width: 25%; }

.stilytop {
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .stilytop {
      position: sticky; } }

.blogflex2 {
  margin-bottom: 15px; }

.menuflexcatsearch {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 0; }
  .menuflexcatsearch .henitem {
    background: #f5f5f5;
    padding: 9px 22px;
    display: block;
    color: #000;
    border-radius: 10px;
    border: 1px solid #ccc; }

.sliderformenu {
  overflow: hidden;
  max-width: 90%;
  /* the slides */
  /* the parent */ }
  .sliderformenu .menuflexcatsearch {
    padding: 0 10px; }
  @media (max-width: 767px) {
    .sliderformenu {
      max-width: 90%; } }
  .sliderformenu .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .sliderformenu .slick-slide {
    margin: 0 7px; }
  .sliderformenu .slider-index.next {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9;
    display: flex;
    background: #ccc;
    align-items: center;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    padding: 2px; }
    .sliderformenu .slider-index.next svg path {
      stroke: #000; }
  .sliderformenu .slider-index.prev {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9;
    display: flex;
    background: #ccc;
    align-items: center;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    padding: 2px; }
    .sliderformenu .slider-index.prev svg {
      transform: rotate(180deg); }
      .sliderformenu .slider-index.prev svg path {
        stroke: #000; }
  .sliderformenu:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .sliderformenu .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .sliderformenu .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
    .sliderformenu .slick-dots .slick-active button {
      background: linear-gradient(227.28deg, #EC0098 0%, #FF8159 100%); }

#blog .blog-breadcrumb .form-search {
  z-index: 999; }

.footer-social ul {
  display: flex;
  gap: 15px;
  align-items: center; }

.footer-payment {
  margin-top: 50px; }

.footer-payment ul {
  display: flex;
  gap: 10px;
  align-items: center; }

.mobilecongthanh {
  margin-top: 20px; }
  .mobilecongthanh ul {
    justify-content: center; }

.showmenu {
  overflow: auto; }
  .showmenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5; }
  .showmenu::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5; }
  .showmenu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555; }

.payment-icon img {
  width: 65px; }

.divmenu3 {
  margin-top: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 200px;
  z-index: 99;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  z-index: 9; }
  .divmenu3 li {
    width: 100% !important;
    padding: 10px;
    margin-bottom: 0;
    padding-bottom: 0; }
    .divmenu3 li:last-child {
      padding-bottom: 10px; }
    .divmenu3 li a {
      font-weight: initial !important; }

.showmenu-full .showmenu-sub li {
  position: relative; }
  .showmenu-full .showmenu-sub li:hover .divmenu3 {
    visibility: visible; }

#ModalQuickView .slide_product .slick-carousel:not(.slick-initialized) {
  flex-direction: column; }
  #ModalQuickView .slide_product .slick-carousel:not(.slick-initialized) .item-owl {
    flex: 0 0 20%; }
    #ModalQuickView .slide_product .slick-carousel:not(.slick-initialized) .item-owl:nth-child(n+6) {
      display: none; }

@media (min-width: 768px) {
  .slide_product .slick-carousel:not(.slick-initialized) {
    flex-direction: column; }
    .slide_product .slick-carousel:not(.slick-initialized) .item-owl {
      flex: 0 0 calc(100% / 6); }
      .slide_product .slick-carousel:not(.slick-initialized) .item-owl:nth-child(n+7) {
        display: none; } }

@media (max-width: 767px) {
  .slide_product .slick-carousel:not(.slick-initialized) .item-owl {
    flex: 0 0 calc(100% / 6); }
    .slide_product .slick-carousel:not(.slick-initialized) .item-owl:nth-child(n+7) {
      display: none; } }

@media (min-width: 992px) {
  .search-bar-mobile {
    display: none; }
  .main-header.scroll-fixed ~ main .fix-sidebar .sidebar-right, .main-header.scroll-fixed ~ main .filter-here .backgroundconten {
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4); }
  #collection-body .fix-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 210x;
    height: max-content; }
  #collection-body .filter-here .backgroundconten {
    position: -webkit-sticky;
    position: sticky;
    top: 165px;
    height: max-content;
    z-index: 99;
    background: #fff; } }

/* FIX MENU */
.showmenu-sub.mr-15 {
  margin-right: -15px; }

.showmenu-sub li.col-menu-4 {
  width: calc(100%/4);
  padding-right: 15px; }
  .showmenu-sub li.col-menu-4:last-child {
    padding-right: 15px; }
  .showmenu-sub li.col-menu-4 .imgmenu {
    width: auto;
    height: 100%;
    display: block;
    margin-bottom: 0; }
    .showmenu-sub li.col-menu-4 .imgmenu img {
      aspect-ratio: 1/1;
      width: auto;
      height: auto;
      object-fit: cover; }

#slider-1 .product-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 100%; }
  #slider-1 .product-thumb img, #slider-1 .product-thumb iframe, #slider-1 .product-thumb video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain; }

.index-list.content-product-list.owl-carousel.owl-theme .prod-loop {
  flex: 0 0 100%;
  flex-basis: 100%;
  height: initial; }

.index-list.content-product-list:not(.owl-loaded) {
  flex-wrap: nowrap;
  overflow: hidden; }

.index-tab-contains .owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 9; }
  @media (max-width: 992px) {
    .index-tab-contains .owl-nav button {
      background: #fff !important;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
      justify-content: center;
      opacity: .8;
      display: flex !important;
      height: 60px;
      width: 30px;
      align-items: center; } }
  .index-tab-contains .owl-nav button i {
    font-size: 26px; }
    @media (max-width: 992px) {
      .index-tab-contains .owl-nav button i {
        font-size: 20px; } }
  .index-tab-contains .owl-nav button.owl-prev {
    left: -30px; }
    @media (max-width: 992px) {
      .index-tab-contains .owl-nav button.owl-prev {
        border-radius: 0 100px 100px 0;
        left: 0;
        padding-right: 10px; }
        .index-tab-contains .owl-nav button.owl-prev i {
          padding-right: 5px; } }
  .index-tab-contains .owl-nav button.owl-next {
    right: -30px; }
    @media (max-width: 992px) {
      .index-tab-contains .owl-nav button.owl-next {
        right: 0px;
        border-radius: 100px 0 0 100px;
        padding-left: 10px; }
        .index-tab-contains .owl-nav button.owl-next i {
          padding-left: 5px; } }

.product-gallery-item.active {
  border: 1px solid red !important; }

.slide_product .slick-dots {
  display: none !important; }
  .slide_product .slick-dots button {
    background: red !important; }

@media (min-width: 767px) and (max-width: 1190px) {
  .collection-list .pro-loop {
    flex: 0 0 calc(100% / 2);
    flex-basis: calc(100% / 2);
    height: initial; } }
