@charset "UTF-8";
/* @Mixin & @extend */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@font-face {
  font-family: "Philosopher";
  src: url("../fonts/Philosopher-Regular.ttf");
}
@font-face {
  font-family: "Philosopher";
  src: url("../fonts/Philosopher-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Regular.ttf");
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Light.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Medium.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-ExtraBold.ttf");
  font-weight: 800;
}
/* ==============================
 * 5. Lazy load images
 * ============================== */
.box-thumbnail{
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.box-thumbnail img{
  width: 100%;
}
.thumbnail-lazy{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
}
.thumbnail-lazy{
  background-image: linear-gradient(to left,#75757521 0,#75757521 15%,#75757521 40%,#75757521 100%);
  background-repeat: no-repeat !important;
  background-color: #75757521;
  background-size: cover !important;
  background-position: center center !important;
  animation: pencipreload 1s infinite linear forwards;
  -webkit-animation: pencipreload 1s infinite linear forwards;
}
.thumbnail-lazy.loaded{
  background: transparent !important;
  overflow: hidden;
}
@-webkit-keyframes pencipreload{from{background-position:-800px 0}to{background-position:100px 0}}
@keyframes pencipreload{from{background-position:-800px 0}to{background-position:100px 0}}
/* ==============================
 * 4. Transiton style customize
 * ============================== */
.scale img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.scale:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.introduce {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.introduce:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 130%;
  height: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.introduce:hover:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
}
.sale {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  background: #fd94a3;
  color: white;
  height: 40px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 1em;
  transform: rotate(-20deg);
  font-size: 12px;
  z-index: 3;
  text-transform: uppercase;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@keyframes beat {
  from {
    transform: rotate(-20deg) scale(1);
  }
  to {
    transform: rotate(-20deg) scale(1.1);
  }
}
.boxz, * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.thumbnails[role="object"] img {
  object-fit: cover; }

h1, h2, h2, h4, h5, h6 {
  cursor: default; }
h1::selection, h2::selection, h2::selection, h4::selection, h5::selection, h6::selection {
  background-color: transparent; }

.fade {
  -webkit-animation-name: fad;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s; }
@keyframes fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }
/*resetcss */
* {
  margin: 0;
  padding: 0; }

html, body {
  width: 100%;
  height: 100%;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  color: #444444; }

.clear {
  clear: both; }
.clear:after {
  content: "";
  clear: both;
  display: block; }

li {
  list-style: none; }

a {
  text-decoration: none; }
.home-box-sale{
  margin: 80px auto 0 auto;
}
.home-box-sale .products .__wrapper{
  margin-bottom: 0 !important;
}
.home-sales{
  padding-left: 0;
}
/*COLOR */
/*COLOR PRODUCTS */
.white {
  color: #fff; }

.black {
  background-color: #000; }

.bg_title {
  background-color: #505050; }

.red {
  background-color: #fe1717; }

.green {
  background-color: #41edbc; }

.blue {
  background-color: #1ed2ff; }

.orange {
  background-color: #000; }

.c-white {
  background-color: #fff; }

.c-blue {
  background-color: #2e3192; }

.c-yellow {
  background-color: #ffcc00; }

.c-brown {
  background-color: #a67c52; }

.c-gray {
  background-color: #959595; }

.c-green {
  background-color: #39b54a; }

.c-red {
  background-color: #d2030b; }

.c-pink {
  background-color: #eb6363; }

ul.format{
  padding: 0 !important;
  margin: 0 !important;
}
.box-head {
  position: absolute;
  top: 38px;
  right: 15px;
  left: auto;
  min-width: 168px;
  z-index: 9999;
  border-radius: 0;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s all ease;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.08);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.08);
  padding: 0 20px
}
.box-head > li{
  display: block;
  width: 100%;
  margin: 0 !important;
}
.box-head > li> a {
  display: block;
  padding: 8px 0;
  clear: both;
  font-weight: normal;
  line-height: 1.5em;
  color: rgba(0,0,0,.8);
  white-space: nowrap;
  text-align: left;
  transition: 0.3s color ease;
}
.box-head .divider {
  height: 1px;
  margin: 2px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.head_account > a{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.head_account > a{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  color: #444 !important;
}
.head_account > a > .icon{
  width: 30px;
  height: 30px;
  border: 1px solid #444;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}
.head_account > a > .icon > img{
  max-width: 100%;
  max-height: 100%;
}
.head_account.active > .box-head, .head_account:hover > .box-head{
  z-index: 99;
  visibility: visible;
  opacity: 1;
}
/*header */
[mobie] {
  display: none; }
[mobie] .container > ul {
  display: flex;
  align-items: center;
  justify-content: space-between; }
[mobie] img {
  max-height: 50px;
}
.logo_sub{
  text-align: center;
}
[mobie] .store ul li {
  margin: 0 10px;
  float: left;
  position: relative; }
[mobie] .store ul li a {
  color: #444444; }
[mobie] .store ul li a:hover {
  color: #000; }
[mobie] .store ul li span {
  position: absolute;
  top: -5px;
  right: -8px;
  width: 20px;
  height: 20px;
  background-color: #333333;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
[mobie] .store svg {
  width: 25px; }
[mobie] .store svg:hover {
  border-color: #000;
  color: #000; }
[mobie] .bars svg {
  width: 30px;
  height: 30px;
  color: #333333;
  cursor: pointer; }

[pc] {
    border-bottom: 1px solid #cdcdcd;
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 1000;
}

[pc] .logo img {
  width: auto;
  height: 50px;
}
[pc] .menu {
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
[pc] .menu nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
[pc] .menu nav input{
  margin-left: 50px;
  border: 0;
  border-bottom: 1px solid #333;
  color: #333;
  outline: none;
  height: 22px;
  line-height: 1.5em;
  padding: 0;
  font-size: 12px;
}
[pc] .menu nav input::placeholder{
  color: #333;
  text-transform: uppercase;
}
[pc] .menu nav ul li {
  display: inline-block;
  position: relative;
}
[pc] .menu nav ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s; }
[pc] .menu nav ul li a:hover {
  color: #000; }
[pc] .menu .store .clear{
  display: flex;
  align-items: flex-end;
}
[pc] .menu .store ul li {
  margin: 0 10px;
  float: left;
  position: relative; }
[pc] .menu .store ul li form {
  position: absolute;
  right: 35px;
  top: -2px;
  display: none; }
[pc] .menu .store ul li form.fromshow {
  display: block; }
[pc] .menu .store ul li form input {
  height: 31px;
  padding: 0 5px;
  border: 1px solid #ececec;
  outline: none; }
[pc] .menu .store ul li a {
  color: #444444; }
[pc] .menu .store ul li a:hover, [pc] .menu .store ul li a.active {
  color: #000; }
[pc] .menu .store ul li span {
  position: absolute;
  top: -10px;
  right: -15px;
  font-size: 11px;
  width: 20px;
  height: 20px;
  background-color: #333333;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
[pc] .menu .store svg {
  width: 25px; }
[pc] .menu .store svg:hover {
  border-color: #000;
  color: #000; }
[pc] .menu .store ul li a.active span{
  background-color: #000;
}
[pc] .menu .store .icon svg{
  width: 15px;
  color: #444;
}
[pc] .main-menu > li.parent > a:after {
  border-bottom: 9px solid #2f3441;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  top: calc(100% + 11px);
  content: "";
  left: 0;
  right: 0;
  width: 10px;
  margin: auto;
  position: absolute;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
[pc] .main-menu > li.parent:hover > a:after {
  opacity: 1;
  visibility: visible;
}
[pc] .menu nav ul li.parent .sub-menu {
  position: absolute;
  left: -40px;
  top: 100%;
  width: 50%;
  min-width: 210px;
  z-index: 9;
  background: #2f3441;
  color: #fff;
  margin-top: 20px;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
[pc] .menu nav ul li.parent:hover > .sub-menu {
  visibility: visible;
  left: 0;
  opacity: 1;
}
[pc] .menu nav ul li.parent > .sub-menu li {
  width: 50%;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
}
[pc] .menu nav ul li.parent > .sub-menu li.full_menu {
  width: 33.33%;
  display: inline-block;
  text-align: center;
  padding: 15px 0px;
}
[pc] .menu nav ul li.parent > .sub-menu li:nth-last-child(2) {
 
}
[pc] .menu nav ul li.parent > .sub-menu li a {
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 5px;
  font-size: 16px;
  /*font-family: "Philosopher", sans-serif;*/
  font-weight: 600;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.3s padding-left linear;
}
[pc] .menu nav ul li.parent > .sub-menu li:before {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s width linear;
}
[pc] .menu nav ul li.parent > .sub-menu li:hover:before{
  width: 20px;
}
[pc] .menu nav ul li.full_menu > .sub-menu li a{
  padding: 10px 5px;
}
[pc] .menu nav ul li.full_menu{
  position: initial;
}
[pc] .menu nav ul li.full_menu .sub-menu{
  left: -18% ;
  right: 0 !important;
  margin: 0 auto;
  padding: 0;
}
[pc] .menu nav ul li.full_menu .sub-menu img{
  float: right;
  width: 471px;
  height: 275px;
  object-fit: cover;
}


/*MENU CON */
.main-menu > li > ul > li.full_menu{
  position: relative !important; 
}
.main-menu > li > ul > li > ul.sub-menu{
  position: absolute!important;
  padding: 0!important;
  width: 100%!important;
  left: 0!important;
  top: 100%!important;
}
.main-menu > li > ul > li > ul.sub-menu > li{
  display: block!important;
  width: 100%!important;
  text-align: left!important;
  padding: 0px!important;
  padding-left: 45px!important;
}























main{
  padding-top: 75px;
}
.ajax-left{
  float: left;
}
.ajax-right{
  float: left;
  margin-left: 30px;
}
.ajax-product-title{
  font-size: 18px;
  color: #000 !important;
}
/*main */
.banner {
  height: auto;
  max-height: 720px;
  padding-left: 0;
  padding-right: 0;
  position: relative; 
  margin-top: -76px;
}
.banner a{
  box-shadow: 0 0 3px -1px #ccc;
}
.banner img {
  height: 100%;
  width: 100%; }
.title {
  padding: 30px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.title h2{
  color: #000;
  font-size: 38px;
  font-family: "Philosopher", sans-serif;
}
.title.v2 li {
  display: inline-block;
  border-right: none;
  position: relative; }
.title.v2 li:last-child:after {
  content: ""; }
.title.v2 li:after {
  content: "/";
  color: #959595;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  font-size: 16px; }
.title h2 {
  cursor: default; }
.title h2::selection {
  background-color: transparent; }
.title ul li {
  display: inline-block;
  border-right: 2px solid #444444; }
.title ul li:last-child {
  border-right: none; }
.title ul li.active span {
  color: #000; }
.title ul li span {
  display: block;
  padding: 0 20px;
  margin-right: 3px;
  color: #b0b3c3;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
}
.title ul li span:hover {
  color: #000;
}
.title ul li span::selection {
  background-color: transparent; }
.products.v2 select.order {
  height: 33px;
  border-left: none;
  border-top: none;
  border-right: none;
  outline: none; }
.products ul.upp{
  margin: 0 0 5px 20px;
}
.products .row{
  padding: 0 5px;
}
.products .col {
  padding-left: 10px;
  padding-right: 10px; }
.products .col:hover .__wrapper {
  box-shadow: 0 0 10px -1px #c7c7c7;
}
.products .col:hover .content-active {
  transform: translateY(-50px);
}
.products .col:hover .sub_thumbnails {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1; 
  visibility: visible;
}
.products .__wrapper {
  overflow: hidden;
  margin-bottom: 40px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s; }
.products .thumbnails {
  width: 100%;
  height: 277px;
  position: relative; }
.products .thumbnails img {
  object-fit: cover; }
.products .thumbnails .sub_thumbnails {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
   }
.products .thumbnails .sub_thumbnails a {
  transition: all ease 0.1s;
  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  -ms-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  background: rgba(255,255,255,0.7);
  margin-bottom: 5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 3px -1px #333;
}
.products .thumbnails .sub_thumbnails a svg{
  color: #000;
}
.products .thumbnails .sub_thumbnails a:hover{
  background: rgba(255,255,255,1);
}
.products .thumbnails .sub_thumbnails svg {
  width: 13px;
  color: #292b30; }
.products .content {
  position: relative;
  height: 90px;
  padding: 10px;
  cursor: default;
  background-color: #fff;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s; }
.products .content .title_and_code a {
  font-size: 16px;
  color: #292b30;
  padding-top: 5px;
  padding-bottom: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all ease 0.1s;
  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  -ms-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  text-align: center;
  text-transform: initial;
}
.products .content .title_and_code a:hover {
  color: #000; }

.js-add-cart {
    padding: 2px;
    margin-top: 5px;
    border: 1px solid #000;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    background: #000;
    position: absolute;
    bottom: -28px;
    right: 5px;
}
.js-add-cart:hover {
    color: #000;
    background: #fff;
} 

.products .content .price_and_promotion{
  text-align: center;
}
.products .content .price_and_promotion small{
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: flex-end;
   font-size: 13px;
}
.products .content .price_and_promotion b {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.products .content .price_and_promotion i {
  font-style: normal;
    text-decoration: line-through;
    text-decoration-color: #ababa9;
}
.products .content ._display_focus .colorfull a {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.fashion .col:first-child {
  border-right: 10px solid #fff; }
.fashion .col:last-child {
  border-left: 10px solid #fff; }
.fashion img {
  height: 400px !important;
  object-fit: cover; }

.advertisement {
  background-color: #f1f1f1;
  height: 180px;
  display: flex;
  align-items: center; }
.advertisement .icon {
  float: left;
  display: flex;
  width: 100px;
  height: 100px;
  border: 1px solid #000;
  align-items: center;
  justify-content: center; }
.advertisement .icon img {
  width: 50px;
  height: 50px; }

.material .row {
  height: 385px;
  align-items: center;
  color: #fff; }
.material .row a {
  width: 164px;
  height: 35px;
  line-height: 32px;
  border-radius: 20px;
  border: 2px solid #fff;
  display: inline-block;
  color: #fff;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s; }
.material .row a:hover {
  background-color: #000; }
.material .row img {
  margin: 20px 0; }
.material .row p {
  color: #ffffff; }

.news.v2 .thumbnails {
  /*height: 265px; */
  position: relative;
  padding-top: 67%;
  overflow: hidden;
}
.news.v2 .thumbnails a {
  position: absolute;
  top: 0; 
  display: block;
  width: 100%
}
.news.v2 .thumbnails a img{
  width: 100% 
}
.news .thumbnails 
{
  overflow: hidden;
}
.news .date{
  color: #141415;
  font-size: 16px;
}
.news{
  margin-top: 70px;
}
.home-news-left{
  position: relative;
}
.home-news-left .thumbnails img {
  height: 417px;
  object-fit: cover;
  width: 100%;
}
.home-news-right{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
}
.home-news-right .item{
  margin-bottom: 15px;
}
.home-news-right .thumbnails img {
  height: 124px;
  object-fit: cover;
  width: 100%;
}
.home-news-left .content{
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  padding: 15px;
  height: 32%;
  overflow: hidden;
}
.news .content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.news .content p {
  font-size: 14px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: 48px;
}
.news .content a {
  width: 100%;
  color: #141415;
  font-size: 18px;
  line-height: 1.3em;
  align-items: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.news .content a:not(.m){
  height: 46px;
}
.home-news-left .content a:not(.read-more){
  font-size: 20px;
  color: #000;
  height: 76px;
}
.news .content a.read-more{
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-top: 10px;
}
.news .content a.read-more svg{
  margin-right: 8px;
}
.news .content a:hover {
  color: #000; }
.news .content a.m {
  font-size: 11px; }

/*Footer */
footer .logo img{
  height: 65px !important;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(354deg) brightness(108%) contrast(101%);
}
footer {
  background-color: #2f3441;
  padding-top: 70px;
  color: #ffffff;
  line-height: 1.8; }
footer .fot_body iframe {
  width: 100%; }
footer .fot_body span.upp {
  cursor: default;
  font-size: 18px;
  font-weight: 600;
}
footer .fot_body ul li {
  margin: 10px 0;
}
footer .fot_body ul a {
  color: #fff; }
footer .fot_body ul a:hover{
  color: #000;
}
footer .fot_body .social li {
  float: left;
  margin-right: 5px; }
footer .fot_body .social li:first-child svg {
  width: 8px; }
footer .fot_body .social li a {
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s; }
footer .fot_body .social li a:hover {
  background-color: #000;
  border: 1px solid #000; }
footer .fot_body .social svg {
  width: 12px;
  color: #fff; }
footer .fot_body .shop {
  padding-right: 0px; }
footer .fot_body .contact {
  padding-left: 0px; }
footer .fot_body .contact li:nth-of-type(even) img {
  margin-left: 3px;
  margin-right: 12px; }
footer .fot_body .contact img {
  width: auto;
  min-width: 14px;
  height: 20px;
  margin-right: 10px; }
footer .fot_body .contact p {
  color: #fff;
  line-height: 1.5;
  font-size: 13.3px; }
footer .fot_body .contact a {
  color: #ffffff; }
footer .fot_body .contact a:hover {
  color: #000; }
footer .copyright {
  color: #fff;
  font-size: 13px;
  border-top: 1px solid #404040; }
footer .copyright .row {
  height: 60px; }
footer .copyright .row a {
  color: #b5b5b5; }
footer .copyright .row a:hover {
  color: #000; }
footer .copyright .row li {
  display: inline-block;
  padding: 0 10px; }
footer .copyright .row li img {
  height: 40px; }

/*=========PAGE======== */
/*Page Account Information */
.account_information {
  background-color: #f4f7f8; }
.account_information .account .col-12 {
  display: flex; }
.account_information .account .account_name {
  display: flex;
  flex-direction: column;
  justify-content: center; }
.account_information .account .account_name b {
  font-size: 22px; }
.account_information .account .list_user ul {
  width: 100%; }
.account_information .account .list_user ul li {
  color: #444444;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s; }
.account_information .account .list_user ul li:hover {
  background-color: #000 !important; }
.account_information .account .list_user ul li:hover a {
  color: #fff; }
.account_information .account .list_user ul li a {
  color: #444444;
  display: flex;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 18px; }
.account_information .account .list_user ul li.active {
  background-color: #d9d9d9; }
.account_information .information .avatar {
  margin: 0 auto 20px; }
.account_information .information label.block {
  font-size: 12px;
  text-decoration: underline;
  margin-bottom: 67px;
  cursor: pointer; }
.account_information .information form {
  background-color: #fff;
  font-size: 16px; }
.account_information .information form button[type="submit"] {
  width: 160px;
  height: 40px;
  background-color: #000;
  text-transform: uppercase;
  color: #fff;
  border: none;
  cursor: pointer; }
.account_information .information form button[type="submit"]:hover {
  background-color: #4c4c4c; }
.account_information .information table {
  width: 100%;
  color: #898888; }
.account_information .information table td {
  padding: 10px 0; }
.account_information .information table td ul li {
  float: left;
  width: 50%; }
.account_information .information table td ul li label {
  cursor: pointer; }
.account_information .information table input[type="radio"] {
  display: none; }
.account_information .information table input[type="radio"]:checked + .wrap_radio__check .radio_check {
  background-color: #000; }
.account_information .information table input[type="text"] {
  width: 100%;
  height: 40px;
  background-color: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  color: #444444;
  padding: 0 15px; }

/*Page Login - Register - OrderSuccess - Order
 * Favorite - Detail Product - InfoCart
 * Contact - Introduce */
.Login {
  width: 840px; }
.Login .row {
  box-shadow: 0px 1px 12px #dadada; }
.Login label {
  cursor: pointer; }
.Login button.submit {
  width: 100%;
  height: 50px;
  background-color: #333333;
  border: none;
  color: #fff;
  margin-top: 25px;
  text-transform: uppercase; }
.Login input {
  margin: 15px 0;
  height: 50px;
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 4px;
  border: none;
  padding: 0 15px; }
.Login input[type="checkbox"] {
  display: none; }
.Login input[type="checkbox"]:checked + .wrap_checkbox .checkbox {
  background-color: #000; }

.Register {
  width: 434px; }
.Register .fullname li {
  width: 48%; }
.Register .row {
  border-radius: 5px;
  box-shadow: 0px 1px 12px #dadada; }
.Register .row a, .Register .row label {
  color: #999999; }
.Register .row button[type="submit"] {
  width: 100%;
  height: 50px;
  background-color: #000;
  border: none;
  color: #fff;
  text-transform: uppercase; }
.Register .row label {
  cursor: pointer; }
.Register .row label input[type="checkbox"] {
  display: none; }
.Register .row label input[type="checkbox"]:checked + .wrap_checkbox .checkbox {
  background-color: #000; }
.Register .row input {
  outline: none;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 4px !important;
  color: #666666;
  background-color: #f1f1f1;
  padding: 0 15px;
  margin-bottom: 15px; }
.Register .row button.regis {
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #ececec;
  text-transform: uppercase;
  font-weight: 600;
  height: 50px;
  line-height: 28px;
  padding: 10px 30px 10px 15px;
  color: #636363;
  text-shadow: 1px 1px 1px #d4d4d4; }
.Register .row button.regis:hover {
  background-color: #f9f9f9; }
.Register .row button.regis img {
  width: 28px;
  height: 28px;
  margin-right: 30px;
  float: left; }

.orderSuccess .info_user ul {
  width: auto;
  max-width: 355px;
  border: 1px solid #ececec;
  padding: 20px; }
.orderSuccess h3 {
  color: #000; }
.orderSuccess .order_prod {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
  width: auto;
  display: table; }

.Order button.ord {
  width: 300px;
  height: 50px;
  background-color: #000;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px; }
.Order .pad_none td {
  padding: 0px !important; }
.Order ul.border ul.border {
  border: none; }
.Order ul.border table a {
  font-weight: bold;
  color: #444444; }
.Order ul.border table a:hover {
  color: #000; }
.Order ul.border table tr:first-child td {
  padding: 0 0 10px; }
.Order ul.border table tr th:last-child {
  text-align: right; }
.Order ul.border table tr td {
  padding: 10px 0; }
.Order ul.border table tr td:last-child {
  text-align: right;
  font-weight: bold; }
.Order ul.border h3 {
  padding: 20px; }
.Order ul.border ul {
  padding: 20px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec; }
.Order ul.border ul.mr_info {
  border-bottom: none; }
.Order ul.border ul.mr_info li {
  margin: 7px 0; }

.Favorite table {
  border: 1px solid #ececec; }
.Favorite table a {
  color: #444444;
  font-size: 13px;
  text-transform: uppercase;
 }
.Favorite table a:hover {
  color: #000; }
.Favorite table tr th {
  height: 50px;
  border-bottom: 1px solid #ececec;
  text-transform: uppercase; }
.Favorite table tr th:last-child {
  width: 150px; }
.Favorite table tr td {
  padding: 20px 0 15px;
  text-align: center;
  border-bottom: 1px solid #ececec; }
.Favorite table button {
  width: 230px;
  height: 50px;
  border: none;
  cursor: pointer;
  background-color: #f5f5f5;
  transition: all ease 0.1s;
  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  -ms-transition: all ease 0.1s;
  -o-transition: all ease 0.1s; }
.Favorite table button:hover {
  background-color: #000;
  color: #fff; }
.Favorite table tr td:first-child a {
  font-size: 0px; }
.Favorite table tr td:first-child img {
  width: 90px;
  height: 110px;
  border: 1px solid #000; }

.filter_product p::selection, .filter_product a::selection {
  background-color: transparent; }
.filter_product .col-12:last-child {
  border-bottom: none; }
.filter_product .col-12:last-child hr {
  display: none; }
.filter_product .col-12 > span {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 15px; }
.filter_product .col-12 hr {
  border-top: 1px solid #ffffff;
  height: 1px;
  width: 100%;
  border-left: none;
  border-right: none;
  padding-bottom: 30px; }
.filter_product .cate ul li {
  padding: 5px 0px; }
.filter_product .cate ul li a {
  color: #444444;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}
.filter_product .cate ul li.selected a {
  color: #f00;
}
.filter_product .cate ul.sub-menu{
  position: relative;
  max-height: 0;
  opacity: 0;
  z-index: -99;
  transition-duration: 0.3s;
}
.filter_product .cate li.open ul.sub-menu{
  max-height: 1000px;
  opacity: 1;
  z-index: 1;
}
.filter_product .cate ul.sub-menu li a{
  padding-left: 45px;
}
.filter_product .cate ul li a:hover, .filter_product .cate ul li a.chosse {
  color: #000; }
.filter_product .size li {
  display: inline-block;
  margin-right: 4px; }
.box-search-item .slider-placeholder{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.filter_product .cate ul li.parent button{
  width: 30px;
  height: 30px;
  float: left;
  background: transparent;
  border: 0;
  line-height: 44px;
  outline: none;
}
.filter_product .cate ul li.parent svg{
  width: 12px;
  transform: rotateZ(-90deg);
  color: #444444;
}
.filter_product .size input[type="checkbox"], .filter_product .size input[type="radio"] {
  display: none; }
.filter_product .size input[type="checkbox"]:checked + label, .filter_product .size input[type="radio"]:checked + label {
  background: #000;
  color: #fff; }
.filter_product .size input[type="checkbox"]:checked + label:hover, .filter_product .size input[type="radio"]:checked + label:hover {
  background: #000;
  color: #fff; }
.filter_product .size label {
  width: 27px;
  height: 27px;
  display: block;
  text-align: center;
  cursor: pointer;
  padding: 4px 6px;
  outline-style: none;
  border: 1px solid #ececec;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s; }
.filter_product .size label::selection {
  background-color: transparent; }
.filter_product .size label:hover {
  background: #000;
  color: #fff; }
.filter_product .color .checkitems {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px; }
.filter_product .color input[type="checkbox"], .filter_product .color input[type="radio"] {
  display: none; }
.filter_product .color input[type="checkbox"]:checked + p, .filter_product .color input[type="radio"]:checked + p {
  background: #000;
  color: #fff; }
.filter_product .color input[type="checkbox"]:checked + p:hover, .filter_product .color input[type="radio"]:checked + p:hover {
  background: #000;
  color: #fff; }
.filter_product .color label {
  display: flex;
  align-items: center;
  padding: 5px 0;
  cursor: pointer; }
.filter_product .price > p {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px; }
.filter_product .price > button{
  display: block;
  background-color: #c9c9c9;
  width: 100px;
  height: 40px;
  border: none;
  color: #666666;
  cursor: pointer; }
.filter_product .price > button:hover{
  background-color: #dedede; }

.InfoCart .col:last-child h3 {
  font-size: 20px;
  border-bottom: 2px dotted #f5f5f5;
  padding-bottom: 10px; }
.InfoCart .col:last-child ul {
  width: 100%;
  padding: 10px 0;
  font-size: 16px; }
.InfoCart .col:last-child button {
  width: 100%;
  padding: 10px 0;
  background-color: #000;
  border: none;
  color: #fff; }
.InfoCart .col:last-child button:hover {
  background-color: #e0941e; }
.InfoCart table {
  border-collapse: collapse; }
.InfoCart table .size {
  margin: 0 auto;
  width: 90px;
  height: 15px;
  text-align: right; }
.InfoCart table .size span {
  display: inline-block;
  width: 24px;
  border: 1px solid #333;
  height: 24px;
  text-align: center;
  line-height: 22px; }
.InfoCart table .QuantityIncrement {
  margin: 0 auto;
  width: 100px; }
.InfoCart table .QuantityIncrement input[type="button"] {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #acacac;
  cursor: pointer;
  outline: none;
  font-size: 20px;
  float: left; }
.InfoCart table .QuantityIncrement input[type="button"]:first-child {
  border-radius: 2px 0 0 2px;
  border-right: none; }
.InfoCart table .QuantityIncrement input[type="button"]:last-child {
  border-left: none;
  border-radius: 0 2px 2px 0; }
.InfoCart table .QuantityIncrement input[type="text"] {
  float: left;
  height: 30px;
  text-align: center; }
.InfoCart table tr th {
  height: 50px;
  font-size: 16px; }
.InfoCart table tr th:first-child {
  text-align: left; }
.InfoCart table tr th:last-child {
  width: 50px; }
.InfoCart table tr td {
  background-color: #f7f7f7;
  padding: 15px;
  text-align: center;
  border-bottom: 19px solid #ffffff; }
.InfoCart table tr td:first-child {
  text-align: left; }
.InfoCart table tr td:first-child img {
  border: 2px solid #000;
  width: 80px;
  height: 100px; }
.InfoCart table tr td .transf {
  transform: translateY(-38px);
  display: block; }
.InfoCart table tr td b {
  color: #000;
  font-size: 16px; }
.InfoCart table tr td .thumbnails {
  margin-right: 10px; }
.InfoCart table tr td .content > a {
  color: #444444;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  height: 36px;
  display: block; }
.InfoCart table tr td .content > a:hover {
  color: #000; }
.InfoCart table tr td .content p {
  font-size: 12px; }
.InfoCart table tr td .content .c-pink {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 5px; }
.InfoCart table tr td .content .color {
  margin-top: 5px;
  margin-bottom: 6px; }
.InfoCart table tr td .content .color p {
  font-size: 13px;
  font-weight: bold; }
.InfoCart table tr td .content .favorite {
  clear: both;
  font-size: 13px;
  display: block;
  height: auto;
  text-transform: lowercase; }
.InfoCart table tr td .content .favorite svg {
  width: 18px;
  float: left;
  margin-right: 5px; }

.Contact li {
  margin-top: 5px; }
.Contact svg {
  width: 10px;
  margin-right: 5px;
  margin-left: 4px; }
.Contact .sroom {
  font-size: 16px;
  color: #333333;
  font-weight: bold; }
.Contact .wrap_radio__check {
  border-radius: 50%; }
.Contact .wrap_radio__check .radio_check {
  border-radius: 50%;
  background-color: #000; }
.Contact h3.upp {
  position: relative;
  font-size: 20px;
  padding: 10px 0;
  margin: 0 5px 15px; }
.Contact h3.upp::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #000;
  bottom: 0;
  left: 0; }
.Contact .formcontact textarea {
  width: 100%;
  height: 240px;
  padding: 15px;
  font-family: Open Sans;
  font-size: 15px;
  color: #666666;
  outline: none;
  border: 1px solid #ececec;
  border-radius: 5px; }
.Contact .formcontact button {
  height: 55px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  width: 230px;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0 auto; }
.Contact .formcontact button:hover {
  background-color: #de931f; }
.Contact .formcontact input[type="text"], .Contact .formcontact input[type="email"] {
  width: 100%;
  height: 55px;
  border-radius: 5px;
  border: 1px solid #ececec;
  padding: 0 15px;
  font-size: 15px;
  color: #666666;
  outline: none; }
.Contact .formcontact .padd {
  padding: 0 5px; }
.Contact .formcontact ul > li > ul > li {
  float: left;
  width: 50%;
  padding: 0 5px; }
.Contact hr {
  width: 70%;
  text-align: right;
  height: 1px;
  border: 1px solid #ececec;
  border-top: none;
  border-left: none;
  border-right: none;
  display: inline-block; }
.Contact section {
  padding: 10px 30px;
  text-align: left; }
.Contact .showroom {
  background-color: #000;
  color: #ffdba4;
  text-align: right; }
.Contact .showroom span {
  color: #ffdba4;
  font-size: 20px;
  padding: 6px 0px;
  display: block; }
.Contact .showroom span p {
  font-size: 14px; }

.details-product .slider-for .slick-slide {
  background-color: beige; }
.details-product .slider-for img {
  width: 100%;
  height: 450px;
  object-fit: contain; }
.details-product .slider-slick_product {
  position: relative;
  margin-top: 10px; }
.details-product .slider-slick_product .icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(51, 51, 51, 0.84);
  z-index: 10;
  cursor: pointer; }
.details-product .slider-slick_product .icons.prevproduct {
  left: -15px; }
.details-product .slider-slick_product .icons.nextproduct {
  right: -15px; }
.details-product .slider-slick_product svg {
  color: #ffffff;
  width: 7px; }
.details-product .slider-nav .slick-list {
  width: 101%;
  left: -5px; }
.details-product .slider-nav .items {
  cursor: pointer;
  outline: none;
  margin: 0 5px; }
.details-product .slider-nav img {
  width: 100%;
  height: 130px;
  object-fit: cover; }
.details-product h3 {
  font-size: 20px; }
.details-product span.h {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold; }
.details-product .price li {
  display: inline-block;
  margin-right: 10px; }
.details-product .price span {
  font-size: 30px;
  color: #000;
  font-weight: bold; }
.details-product .price u {
  text-decoration: line-through; }
.details-product .price p {
  font-size: 18px;
  color: #ff2d2d; }
.details-product .size ul {
  display: flex; }
.details-product .size li {
  /*width: 30px;*/
  /*height: 30px;*/
  margin-right: 10px;
  background-color: #eeeeee;
  /*border-radius: 50%;*/
  border: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  padding:3px 5px;
}
.details-product .size li.active, .details-product .size li:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000; }
.details-product .color ul {
  display: flex; }
.details-product .color li {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
.details-product .color li:hover, .details-product .color li.active {
  border: 1px solid #cacaca; }
.details-product .color li div {
  width: 24px;
  height: 24px;
  border-radius: 50%; }
.details-product .button_store a {
  height: 54px;
  line-height: 54px;
  text-align: center;
  width: 44%;
  text-transform: uppercase;
  color: #fff;
  background-color: #000; }
.details-product .button_store a:last-child {
  width: 55%;
  background-color: #f5f5f5;
  color: #444;
}
.details-product .count_quantity input[type="text"] {
  border-right: none; }
.details-product .count_quantity input {
  width: 36px;
  height: 36px;
  float: left;
  text-align: center;
  border: 1px solid #b7b7b7; }
.details-product .count_quantity input[type="button"] {
  background-color: transparent;
  cursor: pointer;
  outline: none; }
.details-product .count_quantity input[type="button"]:first-child {
  border-right: none; }

/*==Mobie== */
#sibar-menu {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.31);
  visibility: hidden; }

.submenu_mb {
  width: 260px;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: -260px;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all ease 0.2s; }
.submenu_mb form {
  margin-bottom: 10px;
  position: relative;
  height: 35px; }
.submenu_mb form input {
  width: 100%;
  height: 35px;
  border: none;
  padding: 15px;
  outline: none; }
.submenu_mb form button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  padding: 10px;
  outline: none; }
.submenu_mb form svg {
  width: 16px; }
.submenu_mb .wrapper_mb {
  position: relative;
  height: 100%;
  width: 100%; }
.submenu_mb .wrapper_mb::-webkit-scrollbar {
  width: 3px;
  background-color: #ececec; }
.submenu_mb .wrapper_mb::-webkit-scrollbar-thumb {
  background-color: #cccccc; }
.submenu_mb .logo_sub img {
  width: 100px;
  padding: 11px; }
.submenu_mb .onmouser_out {
  position: absolute;
  right: 0;
  top: 0;
  margin: 3px 16px;
  font-size: 25px;
  color: #8e8e8e; }
.submenu_mb .onmouser_out i {
  cursor: pointer;
  transition: all ease 0.2s; }
.submenu_mb .onmouser_out i:hover {
  color: #153677; }
.submenu_mb ul.sub-megamenu li.login {
  line-height: 27px; }
.submenu_mb ul.sub-megamenu li.login a {
  background-color: #000;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
.submenu_mb ul.sub-megamenu li.login a img{
  height: 24px;
  position: absolute;
  left: 5px;
  top: 16px;
}

.submenu_mb ul.sub-megamenu > li {
  border-bottom: 1px solid #e8e8e8; }
.submenu_mb ul.sub-megamenu > li.m {
  margin: 10px 15px; }
.submenu_mb ul.sub-megamenu > li.is-sub svg {
  width: 10px;
  transform: translate(0, 3px);
  color: #444444; }
.submenu_mb ul.sub-megamenu > li.is-sub.show_mega {
  background-color: #dedede; }
.submenu_mb ul.sub-megamenu > li.is-sub.show_mega .sub-submenu {
  opacity: 1;
  max-height: 612px;
  z-index: 10;
  background-color: #dedede; }
.submenu_mb ul.sub-megamenu > li.is-sub.show_mega button svg {
  transform: translate(0, 3px) rotate(90deg); }
.submenu_mb ul.sub-megamenu > li.is-sub > a {
  float: left;
  width: 80%; }
.submenu_mb ul.sub-megamenu > li.is-sub button {
  background-color: transparent;
  border: none;
  outline: none;
  width: 20%;
  color: #153677;
  font-size: 16px;
  height: 49px;
  cursor: pointer; }
.submenu_mb ul.sub-megamenu > li.is-sub button i {
  transition-duration: 0.3s; }
.submenu_mb ul.sub-megamenu > li a {
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #333333;
  display: block;
  font-size: 14px; }
.submenu_mb ul.sub-megamenu > li a:hover {
  background-color: #000;
  color: #fff; }
.submenu_mb ul.sub-megamenu > li select {
  padding: 8px;
  background-color: transparent;
  width: 100%;
  border: 1px solid #153677;
  color: #153677; }
.submenu_mb ul.sub-megamenu > li .sub-submenu {
  position: relative;
  max-height: 0px;
  z-index: -1;
  opacity: 0;
  transition-duration: 0.3s; }
.submenu_mb ul.sub-megamenu > li .sub-submenu > li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 13px;
  text-transform: initial;
}
.submenu_mb ul.sub-megamenu > li .sub-submenu > li:hover {
  background-color: #c7c7c7; }

.vison_intro .col {
  border-left: 2px solid #333; }

.material_intro {
  background-color: #f4f1f1;
  color: #510000; }
.material_intro .ci {
  height: 150px;
  width: 100%;
  position: relative; }
.material_intro .ci img {
  position: absolute;
  right: 0; }
.material_intro .ci p {
  position: absolute;
  right: 200px;
  width: 54%;
  top: 90px;
  text-align: right; }
.material_intro .ci2 {
  margin: 40px auto 0;
  width: 55%;
  position: relative;
  background-color: #f4f1f1;
  z-index: 3;
  padding-left: 30px; }
.material_intro .ci2 img {
  float: left; }
.material_intro .ci-container {
  position: relative;
  margin-bottom: 30px; }
.material_intro .ci-container .nod {
  position: absolute;
  top: 36px;
  height: 68%;
  width: 50%;
  border-top: 2px solid #444444;
  border-bottom: 2px solid #444444;
  border-left: 2px solid #444444; }
.material_intro .ci-container .hr-nod {
  width: 60%;
  height: 2px;
  background-color: #444444;
  position: absolute;
  right: 0px;
  margin-top: 12px; }
.material_intro .ci-container1 {
  position: relative;
  height: 255px; }
.material_intro .ci-container1 .hr {
  width: 100px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 50%; }
.material_intro .ci-container1 .ci3 {
  width: 60%; }
.material_intro .ci-container1 .ci3 img {
  float: left; }
.material_intro .ci-container1 .ci4 {
  position: absolute;
  right: 0;
  top: 35px; }
.material_intro .ci-container1 .ci4 img {
  float: right; }
.material_intro .ci-container1 .ci4 p {
  width: 100%;
  float: right;
  text-align: right; }
.material_intro .ci-container2 {
  position: relative;
  height: 380px; }
.material_intro .ci-container2 .nod {
  width: 40%;
  height: 300px;
  right: 0;
  position: absolute;
  border-top: 2px solid #444444;
  border-bottom: 2px solid #444444;
  border-right: 2px solid #444444; }
.material_intro .ci-container2 p {
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px; }
.material_intro .ci-container2 .ci5 {
  width: 80%; }
.material_intro .ci-container2 .ci5 img {
  float: left;
  margin-right: 25px; }
.material_intro .ci-container2 .ci6 {
  position: absolute;
  width: 70%;
  padding-right: 40px;
  margin-top: 30px;
  z-index: 3;
  background-color: #f4f1f1; }
.material_intro .ci-container2 .ci6 img {
  float: right; }
.material_intro h3 {
  font-size: 26px;
  text-align: center;
  padding: 40px 0;
  text-transform: uppercase;
  color: #444444; }
.material_intro .cotton .col.br {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(50px); }

.tabcontent, .tabcontentevent {
  opacity: 0;
  display: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s; }
.tabcontent.products_animation, .tabcontentevent.products_animation {
  opacity: 1;
  display: flex; }

.slide > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0; }

.dropdown ul.dropdown-menu {
  padding: 0;
  max-height: 0px; }

.dropdown.show ul.dropdown-menu {
  display: block;
  max-height: 300px; }

.dropdown a {
  text-decoration: none; }

.dropdown [data-toggle="dropdown"] {
  border-top: 1px solid #ececec;
  position: relative;
  display: block;
  color: #444444;
  padding: 10px 0;
  font-weight: bold; }

.dropdown .icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.7em;
  color: #000;
  top: 14px;
  right: 10px; }

.dropdown.show .icon-arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.dropdown .icon-arrow:before {
  content: "▼"; }

.dropdown .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  margin: 0;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s; }
.dropdown .dropdown-menu p {
  font-size: 12px;
  color: #7f7e7e;
  display: block;
  margin-bottom: 10px; }
.dropdown .show {
  display: block;
  max-height: 600px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s; }
.dropdown .hide {
  padding: 0;
  max-height: 0; }

.fb-comments iframe {
  width: 100%; }

.detail_collection {
  /*==========relateTo=========== */ }
.detail_collection a {
  color:#63aad4; }
.detail_collection iframe {
  width: 100% !important; }
.detail_collection .actions img {
  margin-right: 10px; }
.detail_collection .actions > span {
  display: inline-flex;
  align-items: center;
  margin-right: 10px; }
.detail_collection .title_colection h2 {
  font-size: 28px;
  margin-bottom: 7px;
}
.detail_collection .title_colection p {
  font-size: 16px; }
.detail_collection .title_colection hr {
  max-width: 400px;
  background-color: #b7b7b7;
  margin-top: 20px;
  margin-bottom: 20px; }

.relateTo {
  position: relative; }
.relateTo .icons {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #333333;
  z-index: 10;
  cursor: pointer; }
.relateTo .icons.prev {
  left: 0; }
.relateTo .icons.next {
  right: 0; }
.relateTo svg {
  color: #ffffff;
  width: 7px; }

.share {
  padding: 25px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin: 20px 0; }
.share ul {
  justify-content: center; }
.share li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer; }
.share li:first-child {
  display: block;
  border: none;
  border-radius: 0px;
  width: auto;
  line-height: 40px;
  margin-right: 10px;
  cursor: default; }
.share li:first-child:hover {
  background-color: transparent; }
.share li:hover {
  background-color: #000; }
.share li:hover svg {
  color: #fff; }
.share a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #444;
}
.share svg {
  width: 20px;
  height: 20px; }

.tabcontent, .tabcontentevent {
  display: none; }
.tabcontent.active, .tabcontentevent.active {
  display: flex;
  opacity: 1;
  animation: example 0.5s linear; }

@keyframes example {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.ad img {
  width: 100%;
  height: 520px;
  object-fit: cover; }

/*Phone */
.Phone {
  position: fixed;
  display: block;
  margin: 0;
  width: 1em;
  height: 1em;
  font-size: 50px;
  background-color: #000;
  border-radius: 0.5em;
  box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  bottom: 10px;
  left: 10px; }
.Phone:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0); }
.Phone:after {
  position: absolute;
  content: "";
  top: 0.25em;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  background: url("../img/phone.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.Phone.is-animating {
  -webkit-animation: phone-outer 3000ms infinite;
  -ms-animation: phone-outer 3000ms infinite;
  animation: phone-outer 3000ms infinite; }
.Phone.is-animating:before {
  -webkit-animation: phone-inner 3000ms infinite;
  -ms-animation: phone-inner 3000ms infinite;
  animation: phone-inner 3000ms infinite; }
.Phone.is-animating:after {
  -webkit-animation: phone-icon 3000ms infinite;
  -ms-animation: phone-icon 3000ms infinite;
  animation: phone-icon 3000ms infinite; }

@-webkit-keyframes phone-outer {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2); }
  33.3333% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    -ms-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5); }
  66.6666% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2); }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2); } }
@keyframes phone-outer {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2); }
  33.3333% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5); }
  66.6666% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2); }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2); } }
@-webkit-keyframes phone-inner {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0); }
  33.3333% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0.9);
    -ms-transform: translate3d(0, 0, 0) scale(0.9);
    transform: translate3d(0, 0, 0) scale(0.9); }
  66.6666% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0); } }
@keyframes phone-inner {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0); }
  33.3333% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0.9);
    -ms-transform: translate3d(0, 0, 0) scale(0.9);
    transform: translate3d(0, 0, 0) scale(0.9); }
  66.6666% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0); } }
@-webkit-keyframes phone-icon {
  0% {
    -webkit-transform: translate3d(0em, 0, 0);
    -ms-transform: translate3d(0em, 0, 0);
    transform: translate3d(0em, 0, 0); }
  2% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -ms-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0); }
  4% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -ms-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0); }
  6% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -ms-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0); }
  8% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -ms-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0); }
  10% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -ms-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0); }
  12% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -ms-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0); }
  14% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -ms-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0); }
  16% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -ms-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0); }
  18% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -ms-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0); }
  20% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -ms-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0); }
  22% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -ms-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0); }
  24% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -ms-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0); }
  26% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -ms-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0); }
  28% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -ms-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0); }
  30% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -ms-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0); }
  32% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -ms-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0); }
  34% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -ms-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0); }
  36% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -ms-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0); }
  38% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -ms-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0); }
  40% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -ms-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0); }
  42% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -ms-transform: translate3d(0.01em, 0, 0);
    transform: translate3d(0.01em, 0, 0); }
  44% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -ms-transform: translate3d(-0.01em, 0, 0);
    transform: translate3d(-0.01em, 0, 0); }
  46% {
    -webkit-transform: translate3d(0em, 0, 0);
    -ms-transform: translate3d(0em, 0, 0);
    transform: translate3d(0em, 0, 0); } }
@keyframes phone-icon {
  0% {
    -webkit-transform: translate3d(0em, 0, 0);
    -webkit-transform-transform: translate3d(0em, 0, 0); }
  2% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -webkit-transform-transform: translate3d(0.01em, 0, 0); }
  4% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -webkit-transform-transform: translate3d(-0.01em, 0, 0); }
  6% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -webkit-transform-transform: translate3d(0.01em, 0, 0); }
  8% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -webkit-transform-transform: translate3d(-0.01em, 0, 0); }
  10% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -webkit-transform-transform: translate3d(0.01em, 0, 0); }
  12% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -webkit-transform-transform: translate3d(-0.01em, 0, 0); }
  14% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -webkit-transform-transform: translate3d(0.01em, 0, 0); }
  16% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -webkit-transform-transform: translate3d(-0.01em, 0, 0); }
  18% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -webkit-transform-transform: translate3d(0.01em, 0, 0); }
  20% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -webkit-transform-transform: translate3d(-0.01em, 0, 0); }
  22% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -webkit-transform-transform: translate3d(0.01em, 0, 0); }
  24% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -webkit-transform-transform: translate3d(-0.01em, 0, 0); }
  26% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -webkit-transform-transform: translate3d(0.01em, 0, 0); }
  28% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -webkit-transform-transform: translate3d(-0.01em, 0, 0); }
  30% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -webkit-transform-transform: translate3d(0.01em, 0, 0); }
  32% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -webkit-transform-transform: translate3d(-0.01em, 0, 0); }
  34% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -webkit-transform-transform: translate3d(0.01em, 0, 0); }
  36% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -webkit-transform-transform: translate3d(-0.01em, 0, 0); }
  38% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -webkit-transform-transform: translate3d(0.01em, 0, 0); }
  40% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -webkit-transform-transform: translate3d(-0.01em, 0, 0); }
  42% {
    -webkit-transform: translate3d(0.01em, 0, 0);
    -webkit-transform-transform: translate3d(0.01em, 0, 0); }
  44% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
    -webkit-transform-transform: translate3d(-0.01em, 0, 0); }
  46% {
    -webkit-transform: translate3d(0em, 0, 0);
    -webkit-transform-transform: translate3d(0em, 0, 0); } }
/*====== */
.breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: 11px; }
.breadcrumb li:last-child:after {
  content: ""; }
.breadcrumb li:after {
  content: "/";
  color: #959595;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  font-size: 16px; }
.breadcrumb li a {
  color: #fff; }
.breadcrumb li a:hover, .breadcrumb li a.active {
  color: #bdb9b9; }

.timestamp time {
  color: #000; }

.flex {
  display: flex; }

.flexbetwen {
  display: flex;
  justify-content: space-between; }
.flexbetwen.aitems {
  align-items: center; }

.cricle {
  border-radius: 50%; }

.dots {
  margin-top: 25px; }
.dots li {
  display: inline-block;
  font-size: 0px; }
.dots li a.dot {
  background-color: #ececec;
  border: 1px solid #ececec; }
.dots li a {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  border: 1px solid #ececec; }

ul.slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 25px;
  float: right; }
ul.slick-dots li {
  display: inline-block;
  font-size: 0px;
  margin: 0 2px; }
ul.slick-dots li.slick-active span {
  border: 2px solid #000;
  background-color: #000;
}
ul.slick-dots span {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #333333;
  cursor: pointer; }

.thumbnails.o img {
  border-radius: 50%; }
.thumbnails a {
  font-size: 0px; }
.thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/*pagination */
.position-center {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

ul.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px auto;
  border-radius: 4px; }
ul.pagination.v2 > li {
  display: inline-block;
  margin-right: 10px; }
ul.pagination.v2 > li span, ul.pagination.v2 > li a {
  border-radius: 50%;
  background-color: #fff;
  color: #333333;
  border: 1px solid transparent;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s; }
ul.pagination.v2 > li span.current, ul.pagination.v2 > li a.current {
  background-color: #333333;
  border: 1px solid #333333; }
ul.pagination.v2 > li span:hover, ul.pagination.v2 > li a:hover {
  background-color: #333333;
  border: 1px solid #333333;
  color: #fff; }
ul.pagination > li {
  display: inline; }
ul.pagination > li a {
  text-decoration: none !important;
  z-index: 0 !important;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.pagination > li span, ul.pagination > li a {
  position: relative;
  float: left;
  padding: 0;
  margin-left: -1px;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
ul.pagination > li span.current, ul.pagination > li a.current {
  background-color: #000;
  color: #fff; }

/*Kiểu chữ */
.guys {
  position: relative; }
.guys b {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-right: 15px;
  font-size: 18px; }
.guys hr {
  position: absolute;
  top: 50%;
  width: 100%; }

/*Range */
[slider] {
  position: relative;
  height: 5px;
  border-radius: 10px;
  text-align: left; }
[slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }
[slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 5px; }
[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #e8e8e8;
  margin: 0 7px; }
[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #e8e8e8;
  margin: 0 7px; }
[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 14px;
  background-color: #f5f5f5; }
[slider] > div > [thumb] {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 20px;
  width: 20px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  border-radius: 50%;
  outline: none; }

div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent; }

div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent; }

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent; }

div[slider] > input[type=range]:focus {
  outline: none; }

div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red; }

div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red; }

div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none; }

div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none; }

div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none; }

div[slider] > input[type=range]::-ms-tooltip {
  display: none; }

[slider] > div > [sign] {
  opacity: 0;
  position: absolute;
  margin-left: -15px;
  top: -39px;
  z-index: 3;
  background-color: #000;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center; }

[slider] > div > [sign]:after {
  position: absolute;
  content: "";
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #000; }

[slider] > div > [sign] > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px; }

[slider]:hover > div > [sign] {
  opacity: 1; }

.avatar {
  width: 70px;
  height: 70px; }
.avatar.o {
  border-radius: 50%; }
.avatar.br {
  border: 1px solid #000; }
.avatar.over-hidden {
  overflow: hidden; }
.avatar.large {
  width: 200px;
  height: 200px; }
.avatar.large.br {
  border: 2px solid #000; }
.avatar img {
  width: 100%;
  height: 100%; }
.avatar img.obj-cover {
  object-fit: cover; }

table {
  width: 100%;
  border-collapse: collapse; }

.wrap_radio__check {
  border: 1px solid #000;
  padding: 3px;
  width: 18px;
  height: 18px;
  display: inline-flex; }
.wrap_radio__check .radio_check {
  width: 10px;
  height: 10px; }

.wrap_checkbox {
  border: 1px solid #000;
  padding: 3px;
  width: 18px;
  height: 18px;
  display: inline-flex; }
.wrap_checkbox .checkbox {
  width: 10px;
  height: 10px; }

button {
  cursor: pointer; }

button.social {
  width: 100%;
  border-radius: 5px;
  height: 42px;
  line-height: 42px;
  border: none;
  text-shadow: 0px 0px 1px #ffffff;
  color: #fff;
  font-size: 15px;
  cursor: pointer; }
button.social.button_fb {
  background-color: #3b5998; }
button.social.button_fb:hover {
  background-color: #345290; }
button.social.button_gle {
  background-color: #df4a32; }
button.social.button_gle:hover {
  background-color: #d44028; }
button.social svg {
  margin-left: 15px;
  width: 30px;
  height: 42px;
  color: #fff;
  float: left;
  border-right: 1px solid #4a4a4a;
  padding-right: 15px; }

.c-default {
  cursor: default; }

.c-pointer {
  cursor: pointer; }

.l3 {
  line-height: 3; }

.l2 {
  line-height: 2; }

.l1 {
  line-height: 1; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.fw400 {
  font-weight: 400; }

.fw500 {
  font-weight: 500; }

.fw600 {
  font-weight: 600; }

.underline {
  text-decoration: underline; }

.upp {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

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

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.block {
  display: block; }

.display-none {
  display: none; }

.__clear {
  padding-left: 0px;
  padding-right: 0px; }

.show {
  visibility: visible !important; }

a#up {
  width: 40px;
  height: 40px;
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 54;
  box-shadow: 0 1px 1px rgba(173, 168, 168, 0.1);
  background-color: #000;
  visibility: hidden; }
a#up svg {
  position: absolute;
  width: 13px;
  height: 18px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.more {
  color: #ffffff !important;
  text-decoration: underline;
  background-color: #e99b28;
  width: 160px;
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s; }
.more:hover {
  background-color: #d88915; }

.selection::selection {
  background-color: transparent; }

.f30 {
  font-size: 30px; }

.f25 {
  font-size: 25px; }

.f20 {
  font-size: 20px; }

.f15 {
  font-size: 15px; }

.f10 {
  font-size: 10px; }

.bg-gradient {
  background: linear-gradient(180deg, #f6f7f9 0%, #ebebeb 100%); }

.bg-gradient-cricle {
  background: radial-gradient(circle, #fede32 0%, #ff9a3e 100%); }

.shadown {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.03); }

.radius {
  border-radius: 5px !important; }

.none-radius {
  border-radius: 0px; }

.border {
  border: 1px solid #ececec; }

.border-top-left {
  border-top-left-radius: 5px; }

.border-top-right {
  border-top-right-radius: 5px; }

.border-right-bottom {
  border-bottom-right-radius: 5px; }

.border-bottom-left {
  border-bottom-left-radius: 5px; }

/*width */
.w30 {
  width: 30%; }

.w50 {
  width: 50%; }

.w70 {
  width: 70%; }

.w100 {
  width: 100%; }

.h80 {
  height: 80px; }

/*Padding */
.p5 {
  padding: 5px; }

.p10 {
  padding: 10px; }

.p15 {
  padding: 15px; }

.p20 {
  padding: 20px; }

.p30 {
  padding: 30px; }

.p40 {
  padding: 40px; }

.p50 {
  padding: 50px; }

.p15-10 {
  padding: 15px 10px; }

.p13-10 {
  padding: 13px 10px;
  /*padding-top */ }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt40 {
  padding-top: 40px; }

.pt50 {
  padding-top: 50px;
  /*padding-bottom */ }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.pb40 {
  padding-bottom: 40px; }

.pb50 {
  padding-bottom: 50px;
  /*padding-left */ }

.pl5 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl50 {
  padding-left: 50px !important;
  /*padding-right */ }

.pr5 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr50 {
  padding-right: 50px !important; }

/*Margin */
.m5 {
  margin: 5px; }

.m10 {
  margin: 10px; }

.m15 {
  margin: 15px; }

.m20 {
  margin: 20px; }

.m30 {
  margin: 30px; }

.m40 {
  margin: 40px; }

.m50 {
  margin: 50px; }

.m15-10 {
  margin: 15px 10px;
  /*margin-top */ }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt45 {
  margin-top: 45px; }

.mt50 {
  margin-top: 50px;
  /*margin-bottom */ }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px;
  /*margin-left */ }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml30 {
  margin-left: 30px; }

.ml40 {
  margin-left: 40px; }

.ml50 {
  margin-left: 50px;
  /*margin-right */ }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.mr40 {
  margin-right: 40px; }

.mr50 {
  margin-right: 50px; }
.box-search-item{
  margin-bottom: 30px;
}
.box-search-item h3{
  background-color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  color: white;
}
.box-search-item h3 a{
  float: right;
  color: white;
}
.box-search-item ul{
  padding: 0;
}
.box-search-item ul.half-past li{
  float: left;
  width: 50%;
}
.box-search-item ul > li > a{
  color: #939393;
  padding: 7px 0;
  display: block;
  transition: color 0.5s ease;
}
.box-search-item ul > li > a:hover{
  color: #000;
}
.box-search-item ul.attribute a{
  height: 40px;
  display: flex;
  align-items: center;
}
.box-search-item ul.attribute a > span{
  width:20px;
  height:20px;
  display:inline-block;
  border:1px solid #ccc;
  margin:10px 10px 10px 0;
  float: left;
  border-radius: 50%;
}
.box-search-item ul.attribute a.active > span{
  box-shadow: 0 0 0 1px #b8b8b8;
  border: 2px solid white;
}
.box-search-item ul.attribute a > p{
  font-size: 13px;
}
.box-search-item ul li a > i.fa{
  font-size: 18px;
  margin-right: 10px;
}
.box-search-item .input-group{
  width: 115px;
  float: left;
}
.box-search-item .sep{
  float: left;
  padding: 7px 15px;
}
.box-search-item .ui-slider-horizontal .ui-slider-range{
  background-color: #000;
}
.box-search-item .ui-widget.ui-widget-content{
  height: 6px;
  border-radius: 0;
  margin: 20px 0;
  background-color: #d8d8d8;
  cursor: pointer;
  font-size: 12px;
}
.box-search-item .ui-slider .ui-slider-handle{
  background: white;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: -6px;
  outline: none;
  cursor: pointer;
}
.box-search-item .ui-slider .ui-slider-handle:focus{
  border: 1px solid #c5c5c5;
}
.box-search-item .btn-price{
  border: 1px solid #000;
  color: #000;
  padding: 10px 30px;
  margin-top: 20px;
  display: block;
  text-align: center;
}
@media (max-width: 767px){
  .page-products{
    padding: 0px 30px 0 20px;
  }
  .list-product .item .item-infor{
    max-height: 50px;
  }
  .list-product .item:hover .item-infor{
    padding: 0 10px;
  }
  .box-search-item > ul{
    display: none;
  }
  .box-search-item > h3{
    content: '\25ba';
    padding: 10px 10px;
  }
  .box-search-item > h3:before{
    content: '\25ba';
    margin-right: 7px;
  }
  .box-search-item > h3.active:before{
    content: '\25bc';
  }
}
/*# sourceMappingURL=style.css.map */
/* ==============================
 * 4. Transiton style customize
 * ============================== */
.scale img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.scale:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.introduce {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.introduce:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 130%;
  height: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.introduce:hover:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
  -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
  -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
}
.sale {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  background: #fd94a3;
  color: white;
  height: 40px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 1em;
  transform: rotate(-20deg);
  font-size: 12px;
  z-index: 3;
  text-transform: uppercase;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@keyframes beat {
  from {
    transform: rotate(-20deg) scale(1);
  }
  to {
    transform: rotate(-20deg) scale(1.1);
  }
}
.slider_relateTo .owl-nav [class*=owl-]{
  position: absolute;
  top: 32%;
  width: 40px;
  height: 40px;
  line-height: 23px !important;
  border-radius: 0 !important;
  background-color: #000 !important;
  outline: none !important;
}
.slider_relateTo .owl-nav .owl-next{
  right: -20px;
}
.slider_relateTo .owl-nav .owl-prev{
  left: -20px;
}
.xzoom-container{
  width: 100%;
}
.box-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.details-product .image-preview .thumbnail-lazy{
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-preview {
  background-color: #f5f5f5;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  max-width: 750px;
  overflow: hidden;
  /*padding-top: 150.375%;*/
}
.image-preview img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-thumbnail .owl-nav [class*=owl-]{
  position: absolute;
  top: 36%;
  width: 35px;
  height: 30px;
  border-radius: 0 !important;
  background-color: #000 !important;
  opacity: 1 !important;
  outline: none !important;
}
.list-thumbnail .owl-nav .owl-next{
  right: -20px;
}
.list-thumbnail .owl-nav .owl-prev{
  left: -20px;
}
.list-thumbnail .owl-nav [class*=owl-] svg{
  width: 7px;
  color: #fff;
}
.box-thumbnail img{
  margin: 0;
}
.list-thumbnail .owl-nav [class*=owl-].disabled {
  background-color: #5a5a5a !important;
}
.pages .form-group{
  margin-bottom: 15px;
}
.pages label{
  font-size: 14px;
  margin-bottom: 7px;
  font-weight: normal;
  display: inline-block;
  max-width: 100%;
}
.pages textarea,.pages input[type="text"],.pages input[type="password"],.pages input[type="datetime"],.pages input[type="datetime-local"],.pages input[type="date"],.pages input[type="month"],.pages input[type="time"],.pages input[type="week"],.pages input[type="number"],.pages input[type="email"],.pages input[type="url"],.pages input[type="search"],.pages input[type="tel"],.pages input[type="color"]{
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
  color: #858585;
  background-color: #fbfbfb;
  border: 1px solid #d5d5d5;
  font-family: inherit;
  -webkit-transition: -webkit-box-shadow .45s,border-color .45s ease-in-out;
  -moz-transition: -moz-box-shadow .45s,border-color .45s ease-in-out;
  -o-transition: box-shadow .45s,border-color .45s ease-in-out;
  transition: box-shadow .45s,border-color .45s ease-in-out;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pages .form-control{
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.pages .select2-container{
  min-width: 100%;
}
.select2-container{font-size:13px;box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:34px;user-select:none;-webkit-user-select:none;outline:none !important}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;outline:none !important}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;outline:none !important}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #ccc;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block;padding:0 5px 5px}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;outline:none !important}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #ccc}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:32px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:34px;position:absolute;top:0;right:7px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{width:100%;height:100%;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;font-size:14px}.select2-container--default .select2-selection--single .select2-selection__arrow b:before{content:"ï„‡";width:100%;height:100%;text-align:center;display:block;line-height:34px}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #ccc;cursor:text;height:34px}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px 0 3px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:normal;margin-top:5px;margin-right:5px;font-size:16px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#2dc3e8;border:1px solid #2dc3e8;color:#fff;-webkit-border-radius:2px;-webkit-background-clip:padding-box;-moz-border-radius:2px;-moz-background-clip:padding;border-radius:2px;background-clip:padding-box;cursor:default;float:left;margin-right:3px;margin-top:3px;padding:0 5px 2px;font-size:13px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#fff;cursor:pointer;display:inline-block;font-weight:normal;font-size:16px;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#fafafa}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:3px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #ccc;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0}.select2-container--default .select2-results>.select2-results__options{max-height:215px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#2dc3e8;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}

.datepicker{top:0;left:0;padding:4px;margin-top:1px}.datepicker:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:6px}.datepicker:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:7px}.datepicker>div{display:none}.datepicker table{width:100%;margin:0}.datepicker td,.datepicker th{text-align:center;font-size:12px;height:20px;width:20px}.datepicker td.day:hover{background:#eee;cursor:pointer}.datepicker td.day.disabled{color:#eee}.datepicker td.old,.datepicker td.new{color:#999}.datepicker td.active,.datepicker td.active:hover{background-color:#2dc3e8;color:#fff;-webkit-text-shadow:0 -1px 0 rgba(0,0,0,.25);text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker td span{display:block;width:47px;height:54px;line-height:54px;float:left;margin:2px;cursor:pointer}.datepicker td span:hover{background:#eee}.datepicker td span.active{background-color:#2dc3e8;color:#fff;-webkit-text-shadow:0 -1px 0 rgba(0,0,0,.25);text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker td span.old{color:#999}.datepicker th.switch{width:175px}.datepicker th.next,.datepicker th.prev{font-size:12px}.datepicker thead tr:first-child th{cursor:pointer}.datepicker thead tr:first-child th:hover{background:#eee}
.pull-left{
  float: left;
}
.pull-right{
  float: right;
}

.no-image{
  width: 125px;
  height: 125px;
  margin: 0px auto 12px auto;
  display: block;
  cursor: pointer;
}
.no-image a{
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  background: #fafbfc;
  border-radius: 50%;
  overflow: hidden;
}
.no-image a img{
  width: 100%;
  height: auto;
}
.no-image i {
  font-size: 50px;
  color: #c8c8c8;
  width: 96%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hidden {
  display: none!important;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.errors{
  font-style: italic;
  width: 100%;
  margin: 10px 0;
  color: red;
}
.home-partners{
  border-top: 1px solid #333;
  margin-top: 50px;
  padding: 15px 0;
}
.home-partners .owl-nav [class*=owl-] {
  position: absolute;
  top: 38%;
  width: 15px;
  line-height: 23px !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  outline: none !important;
}
.home-partners .owl-item img{
  width: 100%;
  max-height: 115px;
  object-fit: cover;
}
.home-partners .owl-nav svg{
  width: 100%;
}
.home-partners .owl-nav .owl-prev {
  left: -30px;
}
.home-partners .owl-nav .owl-next {
  right: -30px;
}
.home-box-sale .owl-nav [class*=owl-] {
  position: absolute;
  top: 38%;
  width: 15px;
  line-height: 23px !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  outline: none !important;
}
.home-box-sale .owl-nav [class*=owl-].disabled{
  display: none;
}
.home-box-sale .owl-nav .owl-prev {
  left: -30px;
}
.home-box-sale .owl-nav .owl-next {
  right: -30px;
}
.home-box-sale .owl-nav svg{
  width: 100%;
}
.bg_title h2{
  font-family: "Barlow", Sans-Serif;
  font-weight: 600;
  font-size: 22px;
}
/*===== Shops pages =====*/
.shops-page .vtc-box{
  padding: 30px 20px;
}
.shops-page iframe{
  width: 100%;
  height: auto !important;
  min-height: 440px;
  border: 1px solid #ccc !important;
  overflow: hidden;
}
.shops-page .title-1{
  width: 100%;
}
.shops-page .filter-header,.shops-page .nav-tabs{
  width: 25%;
  float: left;
  margin-right: 75%;
}
.shops-page .nav-tabs li{
  width: 100%;
}
.shops-page .filter-header{
  background-color: #000;
  color: white;
  padding: 20px;
}
.shops-page .filter-header h3{
  font-size: 18px;
  text-align: center;
  margin: 0 0 15px;
}
.shops-page .filter-header .form-control{
  border-radius: 0;
  box-shadow: none;
}
.shops-page .vtc-box-sales{
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 450px;
}
.shops-page .tab-content{
  position: absolute;
  top: 0;
  right: 0;
  width: calc(75% - 1px);
}
.shops-page .nav-tabs>li>a{
  border-radius: 0;
  background-color: #f8f8f8;
  border: 1px solid #d7d7d7 !important;
  width: 100%;
  margin: 0;
}
.shops-page .nav-tabs>li.active>a,.shops-page .nav-tabs>li.active>a:focus,.shops-page .nav-tabs>li.active>a:hover,.shops-page .nav-tabs>li>a:hover{
  background-color: #fff;
}
.shops-page .nav-tabs>li>a h4{
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}
.shops-page .nav-tabs>li>a h4 svg{
  float: right;
  font-weight: bold;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.5s all;
}
.shops-page .nav-tabs>li.active>a h4 svg{
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.shops-page .nav-tabs>li>a ul{
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.shops-page .nav-tabs>li>a ul{
  max-height: 0;
  opacity: 0;
  transition: 0.5s all ease;
  padding: 0 2px;
}
.shops-page .nav-tabs>li.active> a ul{
  max-height: 1000px;
  opacity: 1;
}
.shops-page .nav-tabs>li>a ul li{
  font-size: 13px;
  line-height: 1.5em;
  margin: 5px 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
.shops-page .nav-tabs>li>a ul li svg{
  color: #000;
  margin-right: 8px;
  width: 15px;
  text-align: center;
  line-height: 20px;
}
.shops-page .nav-tabs>li>a ul li span{
  width: calc(100% - 30px);
}
.shops-page .nav-tabs>li.active>a h4,.shops-page .nav-tabs>li>a:hover h4{
  color: #000;
}
.shops-page .nav-tabs {
  height: 332px;
  overflow-y: auto;
  border: 1px solid #d7d7d7 !important;
}

@media (max-width: 479px){
  ul.slick-dots span {
      width: 10px;
      height: 10px;
  }
  ul.slick-dots {
    bottom: 5px;
}
}