#wrapper {
  padding-top: 50px;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease
  , -webkit-transform 0.4s ease;
}

body {
  overflow-x: hidden;
  font-family: 'Cabin'
  , sans-serif;
}

.menu-left #wrapper {
  transform: translate3d(300px, 0, 0);
}

.menu-left header.active {}

.menu-left {
  overflow: hidden;
}

.menu-left:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 95;
  background: rgba(0, 0, 0, 0.19);
  transform: all 0.2s ease-out;
}

body.active {
  overflow: hidden;
  padding-right: 17px;
}

body.active:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 95;
  background: rgba(0, 0, 0, 0.19);
}

.font-400 {
  font-weight: 400 !important;
}
.font-500 {
  font-weight: 500 !important;
}
.font-500i {
  font-weight: 500 !important;
}
.font-600 {
  font-weight: 600 !important;
}
.font-700 {
  font-weight: 700 !important;
}

.letter-1 {
  letter-spacing: 1px;
}
.letter-2 {
  letter-spacing: 2px;
}
.letter-3 {
  letter-spacing: 3px;
}

.color-7c7c7c {
  color: #7c7c7c;
}

.fst-i {
  font-style: italic;
}

.btn-see-more {
  display: inline-block;

  font-size: 15px;
  padding: 10px 30px;
  /* margin-top: 50px; */
  margin-bottom: 30px;
  background: #000;
  color: #fff;
}

.wrap-img {
  height: 100%;
}

.wrap-img img {
  width: 100%;
  /*height: 100%;*/
  -o-object-fit: cover;
  object-fit: cover;
}

.btn-glab {
  border-radius: 0;
  background: rgb(0, 0, 0);
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 12px 35px;
  width: auto;
}

.frm-icon {
  position: relative;
}

.frm-icon input {
  border: 1px solid #c3c3c3;
  padding: 5px 35px 5px 10px;
  font-size: 13px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;

  width: 230px;
  box-shadow: 0 0 1px rgba(60, 60, 60, 0.37);
}

.search .frm-icon input {
  border: none;
  box-shadow: none;
  height: 32px;
}

.search .frm-icon input:focus {
  border: 1px solid rgba(176, 176, 176, 0.17);
}

.frm-icon .icon-frm {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: none;
  padding: 8px 10px;
}

.icon-slice9 {
  font-size: 16px;
}

.icon-slice8 {
  font-size: 16px;
}

.icon-slice6 {
  font-size: 16px;
}

.swiper-button-prev,
.swiper-button-next {
  margin: -16px 0 0;
  width: 33px;
  height: 33px;
  z-index: 100;
  background-image: inherit;
  color: #000;
  font-size: 43px;
}

.swiper-button-prev {
  left: 12%;
}
.detail__related .swiper-button-prev {
  left: 0;
}
.swiper-button-prev:before {
  content: "\e910";
}

.swiper-button-next {
  right: 12%;
}
.detail__related .swiper-button-next {
  right: 0;
}
.swiper-button-next:before {
  content: "\e911";
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #6c6c6c;
}
.swiper-pagination-bullet {
  background: #757575;
  border-radius: 0;
  width: 3%;
  height: 3px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 40px;
}

.dropdown {
  position: relative;
}

.dropdown-up-style {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.dropdown-up-style.active {
  opacity: 1;
}

.dropdown__inner {
  position: absolute;
  z-index: 999;
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
  -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  background: #fff;
  top: 45px;
  right: 0;
  width: 330px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.dropdown-up-style.active .dropdown__inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.frm-item {
  margin-bottom: 15px;
}
.frm-item select,
.frm-item textarea,
.frm-item input {
  border: 1px solid #656565;
  height: 42px;
  padding: 5px 20px;
  /* box-shadow: 0px 0px 1px #7c7c7c; */
  width: 100%;
  font-size: 14px;
}


/*---------End Common-------------*/

header {
  position: absolute;
  transition: all 0.3s ease-out
  , transform 0.3s ease-out;
  top: 0;
  left: 0;
  width: 100%;
}

header.active-before {
  transform: translate3d(0, -54px, 0);
}

header.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  background: #fff;
  transform: translate3d(0, 0, 0);
  display: block;
}

.header__logo span {
  text-indent: -99999px;
  display: inline-block;
}

.header__left a {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.header__left .icon-menu,
.header__left .icon-697822 {
  font-size: 30px;
}

.search {
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
}

.header__cart {
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
  z-index: 2;
}

.header__cart .dropdown__inner {
  padding: 15px 15px 30px;
  border-radius: 3px;
  line-height: 18px;
  width: 500px;
  top: 35px;
}

.header__cart .dropdown__inner h2 {
  margin-bottom: 20px;
}

.header__cart--item {
  display: block;
  margin-bottom: 25px;
  transition: opacity 0.2s ease-out;
}

.header__cart--item:hover {
  opacity: .7;
}
div.header__cart--item:hover {
  opacity: 1;
}

.header__cart--item .wrap-img {
  width: 75px;
  margin-right: 30px;
}
.header__cart--item .wrap-img img {
  height: inherit;
  width: inherit;
  -o-object-fit: initial;
  object-fit: initial;
}
.header__cart a {
  display: block;
  position: relative;
}

.header__cart--items {
  margin-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.header__cart .btn-checkout {
  display: block;
  background: #404040;
  color: #fff;
  padding: 20px 0;
  font-size: 20px;

  font-weight: bold;
}

.header__cart .btn-checkout:hover {
  opacity: .8;
}

.header__cart--num {
  font-size: 11px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  line-height: 100%;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transform: scale(1);
}
.header__cart--num.active {
  transform: scale(1.5);
  color: red;
}

.header__cart .icon-cart {
  font-size: 22px;
}

.header__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#menu {
  position: fixed;
  top: 0;
  z-index: 100;
  background: #262626;
  height: 100%;
  width: 300px;
  left: 0;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease
  , -webkit-transform 0.4s ease;
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
}

.inner-menu {
  padding: 60px 0 95px;
  height: 100%;
  overflow-y: auto;
}

.inner-menu > div {
  position: relative;
  padding-bottom: 200px;
  min-height: 100%;
}

#menu li a {
  display: block;
  text-align: center;
  padding: 0 20px;
  text-transform: uppercase;

  font-size: 12px;
  color: #cecece;
  position: relative;
}
#menu li a .menu__txt {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(124, 124, 124, 0.50);
  padding: 20px 0;
}
#menu li.menu__home a {
  font-size: 14px;
}
#menu li.logo-white {
  margin-bottom: 10px;
}
#menu li.logo-white a {
  border-bottom: none;
}
#menu li .menu__sub a:hover,
#menu li .menu__sub li.active a,
#menu li a:hover,
#menu li.active a {
  color: red;
}

#menu li > a .icon-chevron-thin-right {
  position: absolute;
  top: 22px;
  right: 20px;
}

#menu li.sub-open > a .icon-chevron-thin-right:before {
  content: "\e902";
}

#menu li .menu__sub {
  height: 0;
  overflow: hidden;
}

#menu li.sub-open .menu__sub {
  height: inherit;
  background: #f1f1f1;
  padding-bottom: 20px;
}

#menu li .menu__sub a {
  font-size: 12px;
  color: #262626;
  padding: 20px 0;
}
#menu li .menu__sub .menu__sub--title a {
  font-size: 14px;
}
.menu__footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  color: #fff;

  font-size: 20px;
  letter-spacing: 2px;
  overflow: hidden;
  z-index: 2;
  background: #262626;
  padding-top: 10px;
}

#menu-close {
  background: transparent;
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: none;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 99999;
  border: none;
  right: 0;
  color: #fff;
}

#menu-close span {
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  font-size: 0;
  margin-top: -2px;
  margin-left: -15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: block;
}

#menu-close span:after,
#menu-close span:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
  transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
  content: '';
}

#menu-close span:before,
#menu-close span:after {
  background-color: #ffffff;
}

#menu-close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

#menu-close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

#menu-close:hover span:before,
#menu-close:hover span:after {
  -webkit-transform: translateY(0) rotate(180deg);
  transform: translateY(0) rotate(180deg);
}

#menu-open {
  position: relative;
  width: 19px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  border: none;
  background: none;
  margin-right: 15px;
  margin-top: 0;
  outline: none;
}

#menu-open span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  font-size: 0;
  margin-top: -2px;
  margin-left: -10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 10px;
  background-color: #221f20;
}

#menu-open span:before,
#menu-open span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
  transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
  content: '';
  background-color: #221f20;
}

header #menu-open span:before {
  -webkit-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}

header #menu-open span:after {
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}

#menu-open:hover span:before {
  -webkit-transform: translateY(0) rotate(90deg);
  transform: translateY(0) rotate(90deg);
}

header #menu-open:hover span:after {
  -webkit-transform: translateY(0) rotate(-90deg);
  transform: translateY(0) rotate(-90deg);
}

#menu.active {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}


/*----------End Header---------------*/

footer {
  border-top: 1px solid #ccc;
  margin-top: 35px;
  // padding: 35px 0;
  position: relative;
}

.footer__menu {
  text-align: center;
  z-index: 1;
}

.footer__menu ul {}

.footer__menu ul li {
  display: inline-block;
  margin: 0 1.5%;
  text-transform: uppercase;
}
.footer__right__social {
  display: inline-block;
  margin-right: 30px;
}
#frm-email {
  margin: 5px 0;
  display: inline-block;
}
#frm-email .frm-icon {
  display: inline-block;
}
.footer__right__social a {
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
}

.footer__menu ul:last-child {
  padding-left: 5%;
}

.footer__menu ul:last-child li {
;
/* margin: 0 2% */
}

.footer__menu li a {
  font-size: 15px;

}

.footer__right,
.footer__left {
  position: relative;
  z-index: 2;
}
.footer__left {
  text-align: center;
  margin-bottom: 20px;
}

.footer__right {

  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}

.footer__right__social a {
  font-size: 25px;
}


/*----------End Footer---------------*/

.slidehomepage .swiper-slide {
  position: relative;
}

.slidehomepage .swiper-slide .btn-glab {
  opacity: 0.5;
}

.slidehomepage .desc {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.slidehomepage .desc h2 {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);

  text-transform: uppercase;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 60px;
}

.slidehomepage {
  min-height: 500px;
}

.slidehomepage--last {
;
/*height: 600px;*/
}

.product__item {
  margin: 0;
  position: relative;
}

.product__item--pic {}

.product__item--pic a {
  display: block;
  height: 100%;
  text-align: center;
  position: relative;
  color: #000;
}

.product__item--pic a .product__img {
  width: 100%;
  height: 100%;
  padding: 0;
  max-width: 480px;
  max-height: 320px;
  overflow: hidden;
}

.product__item--pic a .product__img:before {}

.product__item--pic a .product__img img {}

.products {
  margin: 0;
  padding-top: 70px;
  padding-bottom: 50px;
}

.products > div {
  padding: 0;
}

.products > div.text-center {
  padding: 0;
}

.product__item--infor {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 15px 5px;

  z-index: 10;
  display: none;
  /* height: 200px; */
  /* -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.33); */
  /* box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.33); */
}

.product__item--infor div.clearfix p {
  text-align: left;
  font-size: 13px;
  padding-left: 0;
}
.product__item--infor div.clearfix .product-type {
  font-size: 12px;
}
.product__item--infor div.clearfix .product-price {
  overflow: hidden;

  font-weight: bold;
  text-align: right;
}
.product__item--infor div.clearfix .pull-right {
  line-height: 45px;
}

.product__item:hover .product__item--infor {
  display: block;
}

.size-item {}

.avai__size {
  text-transform: uppercase;
  font-size: 12px;
}

.size-item .size {
  display: inline-block;
  font-size: 13px;
  height: 20px;
  text-align: center;
  margin: 0;
  padding: 0 4px;
  line-height: 20px;
}

.size-item .size:hover {
  color: red;
}

.product-price,
.product-name {}

.product__item--infor .product-name {
  white-space: nowrap;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  font-weight: 700;
}

.connect__items--item {
  display: -ms-flexbox;
  display: flex;
  background: #e6e6e6;
  width: 20%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.connect__items--item a {
  color: #a3a3a3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: strectch;
  align-items: strectch;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  position: relative;
  overflow: hidden;
}
.connect__items--item a img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.connect__items--item a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.connect__items--item a span {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 20;
}

.connect__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.header__right--mbsearch {
  display: none;
}


/*----------End home page---------------*/

.breakcum {
  margin: 30px 0 0;
}

.breakcum li {
  display: inline-block;
  margin: 0 3px;
}
.breakcum li.active {
  color: #a1a1a1;
}
.breakcum li a {
  text-transform: uppercase;
  color: #404040;
  font-size: 14px;
  font-weight: 700;
}

.breakcum li.active a {}

.breakcum li span {
  font-size: 15px;
}

.breakcum li a:hover {
  text-decoration: underline;
}
.detail__img .breakcum li,
.detail__desc--fix .breakcum li {
  text-transform: uppercase;
  color: #404040;
  font-size: 13px;
  color: #aeaeae;
}


/*----------End Category------------*/

.detail {
  padding-top: 100px;
}

.wrap-checkout {
  padding-top: 50px;
}

.detail__img .slidedetailpage {
  /* height: 500px; */
  /* border: 1px solid #e8e8e8; */
  padding-left: 25px;
}

.detail__img .slidedetailpage .swiper-slide {
  text-align: center;
  flex-shrink: inherit;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
}

.detail__img .slidedetailpage .swiper-slide:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.4em;
}

.detail__img .swiper-pagination-bullet {
  width: 3%;
}

.detail__img--thumb {
  padding-top: 25px;
}

.detail__img--thumb ul {
  text-align: center;
}

.detail__img--thumb li {
  display: inline-block;
  padding: 0 15px;
}

.detail__img--thumb li a {
  display: block;
  width: 100px;
  height: 150px;
  overflow: hidden;
  padding: 5px;
}

.detail__img--thumb li.active a,
.detail__img--thumb li a:hover {
  box-shadow: 0 0 3px #3c3c3c;
}

.detail__img--thumb li a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.25em;
}

.detail__img--thumb li a img {
  display: inline-block;
  vertical-align: middle;
}

.detail__desc select {
  height: 30px;
}

.detail__desc .btn-buy {
  background: #4d4d4d;
  border: none;

  color: #fff;
  padding: 10px 20px 9px;
  display: block;
  margin-top: 20px;
  width: 100%;
}

.detail__desc .btn-buy:hover {
  opacity: .7;
}

.detail__desc--intro {
;
/* margin-bottom: 30px; */
}

.detail__desc--param p {
  margin-bottom: 10px;
  font-size: 16px;
}

.detail__desc--intro .title__detailproduct {

  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #7c7c7c;
}

.detail__related {
  padding-top: 50px;
}


/*------------End detail------------*/

.userauth {
  width: 400px;
  margin: 0 auto;
}

.userauth__inner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 30px 0;
}

.userauth:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.3em;
}

.userauth__btn {
  width: 100%;
  padding: 15px 0;
  border: none;
  background: #262626;
  text-transform: uppercase;

  color: #fff;
  font-size: 20px;
}

.checkout__inner {
  min-height: 550px;
}

.filter__shop .checkout__inner {}

.table-customize {
  margin: 0 0 20px;
  /* border-radius: 4px; */
  overflow: hidden;
  /* box-shadow: 0 0 0 1px #ccc inset; */
  border: inherit;
}

.table-customize > thead > tr {
;
/* background-color: #535353; */
/* border-radius: 3px 3px 0 0; */
}

.table-customize > thead > tr > th {
  color: #a7a7a7;
  border-bottom: none;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  border: inherit;
  border-bottom: 2px solid #ddd;
}

.table-customize tr:nth-child(2n + 1) {
;
/* background-color: #fff; */
}

.table-customize thead tr {
  background-color: inherit !important;
}

.table-customize > thead > tr > th:first-child {
;
/* border-radius: 3px 0 0 0; */
/* border-top: 1px solid rgba(0, 0, 0, 0.2); */
}

.table-customize > thead > tr > th:last-child {
  border-radius: 0 3px 0 0;
}

.table-customize tr th {
  border-bottom: 2px solid #ddd;
}

.table-customize > tbody > tr > td {
  vertical-align: middle;
  padding: 15px 14px;
  /* color: #ccc; */
  font-size: 14px;
  color: #000;
  /* border: 1px solid #ccc; */
  border: none;
  border-bottom: 1px solid #ddd;
}

.table-customize > tbody > tr > td.off-process {
  color: #c5c5c5 !important;
}

.table-customize > tbody > tr > td[data-title="STATUS"] {
  color: #64ef04;
}

.table-customize > tbody > tr > td[data-title="STATUS"]:before {
  color: #000;
}

.table-customize > tbody > tr > td a {
  text-decoration: none;
}

.table-order > tbody > tr:nth-child(-n + 3) > td:first-child {
  position: relative;
  font-size: 10px;
  font-weight: 700;
}

.table-order > tbody > tr:nth-child(-n + 3) > td:first-child span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 14px;
}

.table-order > tbody > tr:nth-child(1) > td:first-child {
  background: url('../img/bg-order-1.png') no-repeat center center;
}

.table-order > tbody > tr:nth-child(2) > td:first-child {
  background: url('../img/bg-order-2.png') no-repeat center center;
}

.table-order > tbody > tr:nth-child(3) > td:first-child {
  background: url('../img/bg-order-3.png') no-repeat center center;
}

.table-order > tbody > tr td:first-child,
.table-order > tbody > tr th:first-child {
  text-align: center;
}

#wrap-shipping .frm-item textarea,
#wrap-shipping .frm-item input {
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 3px;
  height: 40px;
  font-family: "Arial";
}

#wrap-shipping .frm-item textarea {
  height: 90px;
}

.checkout__bank {
  border-radius: 3px;
  height: 35px;
  padding: 0 10px;
  border: 1px solid #ddd;
  width: 100%;
}

.checkout__infor {
  padding-right: 50px;
  float: left;
  width: calc(100% - 350px);
}

.checkout__slect--payment {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.checkout__slect--payment li {
  display: inline-block;
  margin: 0 20px;
  width: 125px;
  vertical-align: middle;
}

.checkout__slect--payment li label {
  cursor: pointer;
  height: 100px;
  border: 1px solid #a5a5a5;
  border-radius: 3px;
  padding: 20px 10px 0;
  width: 100%;
}

.checkout__slect--payment li label:hover {
  opacity: .8;
}

.checkout__slect--payment li span {
  display: block;
  font-weight: normal;
}

#orderForm button {
  font-family: "Arial";
}

.slidedetail__item {
  text-align: center;
  padding-top: 80px;
}

.slidedetail__item img {
  max-width: 100%;
}

.slidedetail__pagi {
  position: fixed;
  top: 40%;
  z-index: 10;
}

.slidedetail__pagi li {
  margin-bottom: 10px;
}

.slidedetail__pagi li a {
  display: block;
  padding: 0 10px;
}

.slidedetail__pagi li a span {
  display: block;
  width: 4px;
  height: 30px;
  background: rgba(218, 218, 218, 0.42);
}

.slidedetail__pagi li a:hover span {
  background: #868686;
}

.breakgum {
  margin-bottom: 15px;
}

.breakgum li {
  float: left;
  color: #d6d6d6;
  text-transform: uppercase;

  font-size: 12px;
  padding: 0 5px;
}

.breakgum li span {
  color: #333;
}

.breakgum li a {

  font-size: 12px;
}

.detail__desc .dropdown .val-selected {
  background-color: #eee;
  width: 100%;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;

  color: #333;
}

.detail__desc .dropdown .val-selected span {
  float: right;
  margin-top: 3px;
}

.detail__desc .dropdown .val-selected .detail__size {
  float: left;
}

.detail__desc .dropdown .val-selected .detail__price {
  margin-right: 10px;
}

.detail__desc .dropdown .val-selected .detail__size span {
  float: none;
  margin: 0 5px 0 0;
}

.detail__desc .dropdown .dropdown__inner {
  right: inherit;
  left: 0;
  width: 100%;
  top: 40px;
  box-shadow: none;
  background-color: #eee;
  position: static;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.detail__desc .dropdown .dropdown__inner a {
  display: block;
  padding: 10px 30px;

}

.detail__desc .dropdown .dropdown__inner a:hover {
  background-color: #ddd;
  color: red;
}

.detail__desc .dropdown .dropdown-up-style {
  position: static;
  opacity: 1;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.detail__desc .dropdown .dropdown-up-style.active {
  max-height: 300px;
  /* height: 300px; */
}

.slimScrollBar {
  background: black !important;
}

.detail__desc .dropdown .slimScrollDiv {
  height: 100%;
}

.detail__desc--inner {
  position: relative;
}

.detail__desc--fix {
;
/* transition: all .2s ease-out; */
}

.detail__desc--fix.fixed {
  position: absolute;
  width: 100%;
}

#frm-email .icon-frm {
  padding: 8px 10px;
}
.checkout__infor--date {
  float: right;

  font-size: 14px;
  letter-spacing: 3.3px;
}
.checkout__infor--addpress {
  margin-bottom: 20px;
}
.checkout__infor label.frm {
  font-size: 14px;
}
label.frm {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
label.frm input {
  margin: 0;
  position: absolute;
  top: 3px;
  left: 0;
}
.error {
  display: none;
  color: red;

  margin-top: 5px;
}
.frm-item.has-error .error {
  display: block;
}
.checkout__checkuser button {
  background-color: #262626;
  border: none;
  color: #fff;

  font-size: 20px;
  padding: 7px 20px;
  width: 50%;
  margin: 0 auto;
  display: block;
}
.checkout__checkuser {
  margin-bottom: 40px;
}
.checkout__infor .frm-item textarea {
  height: 100px;
}
.checkout__inforpro {
  padding: 20px 25px;
  overflow: hidden;
  max-width: 350px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.21);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.21);
}

.filter__shop .checkout__inforpro {
  width: 350px;
}

.checkout__inforpro--img {
  width: 85px;
  margin-right: 30px;
}
.pro-remove {
  font-size: 20px;
  float: right;
  cursor: pointer;
}
.header__cart--item .pro-remove {}
.header__cart--item .pro-remove:hover {
  color: red;
}
.price__item {
  float: right;
  font-weight: bold;
  font-size: 11px;
  margin-top: 2px;
}
.code__promo {
  float: left;
  width: 60%;
  margin-right: 10px;
}
.code__promo input {
  border: 1px solid #7c7c7c;
  text-align: center;
  height: 40px;
  width: 100%;
  color: #7c7c7c;
  font-size: 14px;
}
.find-customer {
  float: left;
  width: 100%;
  margin-right: 10px;
}
.find-customer input {
  border: 1px solid #7c7c7c;
  text-align: center;
  height: 40px;
  width: 100%;
  color: #7c7c7c;
  font-size: 14px;
}
.btn-apply-checkout {
  border: none;
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 14px;
  height: 40px;
}
.btn-apply-checkout:hover {
  opacity: .8;
}
.btn__email,
.btn-submit-checkout {
  height: 60px;
  border: none;
  width: 100%;
  background: #000;
  color: #fff;

  font-size: 24px;
  display: block;
  width: 100%;
  margin: 0 auto 60px;
}
.frm-item-icon {
  position: relative;
}
.frm-item-icon [class^="icon-"] {
  position: absolute;
  top: 14px;
  right: 10px;
  color: #7c7c7c;
}
.checkout__infor--custo {
  float: left;
}
.checkout__infor--shop {
  float: right;
  text-align: right;
}
.checkout__final--tbl.table-customize > tbody > tr > td {
  border: none;
  padding: 10px;
}
.checkout__final--img {
  width: 200px;
}
.checkout__final--tbl button {
  height: 60px;
  border: none;
  background: #262626;
  color: #fff;

  font-size: 18px;
  padding: 0 35px;
}
.checkout__final--tbl {
  margin-bottom: 50px;
}
.menu__footer a {
  color: #fff;
  display: block;
  float: left;
  width: 33.3333%;
  padding: 10px;
  border-top: 1px solid #5c5c5c;
  border-right: 1px solid #5c5c5c;
}
.menu__footer a:last-child {
  border-right: none;
}
.products.row {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: left;
  justify-content: left;
}
.products.row > div {}
.pagination__glab {
  text-align: center;
  margin-top: 80px;
}
.pagination__glab li {
  display: inline-block;
}
.pagination__glab li a {
  padding: 5px 10px;
  font-size: 18px;

  font-weight: bold;
}
.pagination__glab li a .icon-n-e-x-x-t,
.pagination__glab li a .icon-b-a-c-k {
  font-size: 14px;
}
#popup-log-in .modal-dialog {}
button.close span {
  font-size: 35px;
}
button.close {
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.auth__desktop {
  display: inline-block;
}
.detail__desc {
  max-width: 400px;
}
.detail__desc--fix .fs-24 {
  font-size: 20px;
}
.detail__desc--fix .fs-24.mgB-10 {
  margin-bottom: 5px;
  line-height: 100%;
}
.detail__desc--fix .fs-24.mgB-20 {
  margin-bottom: 10px;
  line-height: 30px;
}
.detail__desc--intro {
  font-size: 13px;
}
.aboutus__inner {
  width: 50%;
  margin: 50px auto;
  text-align: left;
}
.reciep {
  width: 70%;
  margin: 0 auto;
  padding: 150px 0;
}
.reciep__top {
  text-align: center;
  margin-bottom: 50px;
}
.reciep__logo {
  display: inline-block;
  width: 80px;
  margin-bottom: 15px;
}
.reciep__content h2 {
  font-size: 17px;

  text-align: center;
  letter-spacing: 1.4px;
  margin-bottom: 25px;
}
.reciep__content--items {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5px 0;
  margin-bottom: 10px;
}
.reciep__content--items .overflow-all {
  text-align: right;
  overflow: inherit;
}
.reciep__content--items > div {
  padding: 5px 0;
}
.reciept__layout {
  max-width: 340px;
  padding: 30px 20px;
  border: 1px solid #ddd;
  margin: 50px auto;
}
.reciept__layout .reciep__top {
  margin-bottom: 20px;
}
.reciept__layout .reciep__content .fs-14 {
  font-size: 12px;
}

.print__a5 {
  max-width: 800px;
  margin: 50px auto 0;
  border: 1px solid #ddd;
  padding: 20px 25px 50px;
}
.print__a5 table {
  width: 100%;
}
.print__a5 table thead {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.print__a5 table td {
  font-size: 13px;
  padding: 8px 10px;
}
.print__a5 table thead td {
  padding-top: 5px;
  padding-bottom: 5px;
}
button {
  display: inline-block;
  border: none;
  background: #000;
  color: #fff;

  padding: 3px 25px;
}
button:hover {
  opacity: .8;
}
.header__left,
.header__right {
  position: relative;
  z-index: 2;
}
.auth__user {
  display: inline-block;
  vertical-align: middle;
}
.auth__user ul {
  overflow: hidden;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.show__auth--user ul {
  opacity: 1;
}
.auth__user ul li {
  float: left;
  padding: 0 15px;
}
.auth__user ul li a {

  font-size: 12px;
}
.header__left .auth__user a {
  margin: 0;
}
.header__left .toggle__auth {}
.btn__conti--pay,
.btn__comp--order {
  padding: 15px 0;
  width: 50%;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 20px;
}
.checkout__pd {
  padding-top: 100px;
}
.checkout__pd .checkout__infor {
  padding-top: 0;
}
#frm__payatstore button {
  position: absolute;
  top: 0;
  right: 0;
  background: inherit;
  padding: 8px 10px;
}
#frm__payatstore button span {
  position: static;
}
#frm__payatstore .icon-slice9 {
  font-size: 25px;
  color: #3f3f3f;
  top: 17px;
}
#frm__payatstore {
  position: relative;
}
.search__sub {
  position: absolute;
  top: 59px;
  left: 0;
  width: 100%;
  background: #fff;
  border: solid 1px #7c7c7c;
}
.search__sub li {
  overflow: hidden;
  padding: 20px 30px;
  border-bottom: 1px solid #7c7c7c;
}
.search__sub li:last-child {
  border-bottom: none;
}
.search__sub li > .pull-left {
  width: 80px;
  margin-right: 30px;
}
.slide__qty {
  display: inline-block;
  width: 45px;
  vertical-align: middle;
}
.slide__qty .swiper-slide {
  text-align: center;
  font-size: 11px;
}
.slide__qty .swiper-button-prev:before,
.slide__qty .swiper-button-next:before {
  display: none;
}
.slide__qty .swiper-button-prev,
.slide__qty .swiper-button-next {
  font-size: 15px;
  height: 100%;
  width: 20px;
  margin: 0;
  top: 0;
}
.slide__qty .swiper-button-next {
  right: 0;
  text-align: right;
}
.slide__qty .swiper-button-prev {
  left: 0;
  text-align: left;
}
#email__pay .frm {
  display: block;
}
.detail__img .breakcum {
  text-align: center;
  display: none;
  margin: 0;
}
.detail__desc--fix .breakcum {
  margin: 0 0 10px;
}
.detail__img .slidedetailpage .swiper-wrapper {
  display: inherit !important;
}
.detail__img .swiper-pagination,
.detail__img .swiper-button-next,
.detail__img .swiper-button-prev {
  display: none;
}
.connect__title {
  font-size: 24px;
}
.connect .fs-30 {
  font-size: 24px;
}
.connect .connect__items .icon-306026 {
  opacity: .5;
}
.up__down--qty {
  margin: 0 -10px 0 0;
}
.up__down--qty span {
  padding: 0 5px;
  line-height: 1;
  display: inline-block;
}
.up__down--qty .qty__down,
.up__down--qty .qty__up {
  cursor: pointer;
}
.up__down--qty .qty__down:hover,
.up__down--qty .qty__up:hover {
  color: #8b8b8b;
}
.up__down--qty .qty__down:active,
.up__down--qty .qty__up:active {
  color: #FF5722;
}
.total__yourcart {
  margin-bottom: 30px;
  margin-top: 30px;
}
.checkout__item--shop {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.btn-small {
  display: block;
  width: 100%;
  padding: 14px 0;
  line-height: 1;
}
.filter__product .frm-item {
  margin-bottom: 20px;
}
.filter__product .frm-item input {
  height: 40px;
  font-size: 14px;
  font-weight: 600;
}
.filter__product .frm-item-icon [class^="icon-"] {
  position: static;
  color: #000;
}
.filter__product .frm-item-icon button {
  position: absolute;
  top: 0;
  right: 0;
  background: inherit;
  padding: 12px 15px;
}
.filter__product .frm-item-icon button:hover {
  opacity: .7;
}
.filter__item .row {
  width: 100%;
  border: 1px solid #656565;
  table-layout: fixed;
  margin: 0;
}
.filter__item .row div {
  padding: 10px 0;
}
.filter__product .dropdown .val-selected {
  display: block;
  position: relative;
  padding: 0 15px;
  border-right: 1px solid #656565;
  font-weight: 600;
}
.filter__product .dropdown .val-selected .get-val {
  display: inline-block;
  margin-left: 5px;
  font-size: 11px;
}
.filter__product .price__range {
  padding: 0 0 0 15px;
}
.filter__product .dropdown .val-selected span {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 20px;
  color: #7c7c7c;
}
.filter__product .filter__price {
  border: none;
  display: inline-block;
  max-width: 250px;
  text-align: right;
  margin-right: 5px;
  border: 1px solid #ddd;
  font-size: 12px;
  width: 100%;
  min-height: 30px;
}
.filter__product .dropdown .val-selected:hover span,
.filter__product .dropdown .val-selected:hover {
  color: #939393;
}
.filter__item--btn {
  margin: 40px 0;
}
.filter__item--btn .btn-reset,
.filter__item--btn .btn-small {
  display: inline-block;
  width: auto;
  height: 40px;
  padding: 0 35px;
  margin: 0 10px;
  outline: none;
}
.filter__item--btn .btn-reset {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.filter__result table {
  width: 100%;
  table-layout: fixed;
}
.filter__result thead {
  background-color: #f1f1f1;
}
.filter__result td {
  font-weight: 700;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}
.filter__result thead td {
  padding: 8px 0;
}
.filter__result thead td p {
  border-left: 1px solid #000;
}
.filter__result thead .icon-uniF140 {
  font-size: 20px;
  position: relative;
  top: 3px;
  color: #7c7c7c;
}
.filter__result thead td:first-child p {
  border-left: none;
}
.filter__result .id__result {
  width: 5%;
}
.filter__result .name__result {
  width: 25%;
}
.filter__result .size__result {
  width: 10%;
}
.filter__result .qty__result {
  width: 10%;
}
.filter__result .condition__result {
  width: 15%;
}
.filter__result .price__result {
  width: 20%;
}
.filter__result .addcart__result {
  width: 15%;
}
.pagi__filter {
  float: right;
  margin-top: 20px;
}
.pagi__filter input {
  border: none;
  text-align: center;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 15px;
}
.pagi__filter a {
  display: inline-block;
  vertical-align: middle;
}

.pagi__filter .pagination > li > a,
.pagi__filter .pagination > li > span {}

.filter__item .dropdown__inner {
  top: 35px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
  width: 100%;
}
.filter__item .dropdown__inner li a {
  display: block;
  padding: 5px 15px;
  color: #262626;
}
.filter__item .dropdown__inner li a:hover {
  background-color: #eaeaea;
}
.filter__item .dropdown__inner .frm {
  font-size: 12px;
  margin-left: 15px;
  padding-left: 20px;
  margin-bottom: 0;
  margin-top: 7px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.remove-loading {
  opacity: 0;
}
.loading span {
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 0.25rem solid rgb(214, 214, 214);
  border-top-color: #009688;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}