/** Shopify CDN: Minification failed

Line 1307:28 The "-" operator only works if there is whitespace on both sides

**/
/*------------------------------------------------------------------

[Table of contents]

1. Body
2. Header / #header
3. Navigation / #navbar
4. Content / #content
5. Left column / #leftcolumn
6. Right column / #rightcolumn
7. Sidebar / #sidebar
8. RSS / #rss
9. Search / #search
10. Boxes / .box
11. Sideblog / #sideblog
12. Advertisements / .ads
13. Footer / #footer

-------------------------------------------------------------------*/
* {
  outline: 0 !important;
  box-sizing: border-box;
}

.nav > li > a:focus {
  background: transparent;
}

a:hover {
  text-decoration: none !important;
}

@media all and (min-width: 320px) {
  .col-md-1:nth-child(12n + 1),
  .col-md-2:nth-child(6n + 1),
  .col-md-3:nth-child(4n + 1),
  .col-md-4:nth-child(3n + 1),
  .col-md-6:nth-child(2n + 1),
  .col-lg-1:nth-child(12n + 1),
  .col-lg-2:nth-child(6n + 1),
  .col-lg-3:nth-child(4n + 1),
  .col-lg-4:nth-child(3n + 1),
  .col-lg-6:nth-child(2n + 1),
  .col-sm-1:nth-child(12n + 1),
  .col-sm-2:nth-child(6n + 1),
  .col-sm-3:nth-child(4n + 1),
  .col-sm-4:nth-child(3n + 1),
  .col-sm-6:nth-child(2n + 1) {
    clear: none;
  }

  .col-xs-1:nth-child(12n + 1),
  .col-xs-2:nth-child(6n + 1),
  .col-xs-3:nth-child(4n + 1),
  .col-xs-4:nth-child(3n + 1),
  .col-xs-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media all and (min-width: 768px) {
  .col-md-1:nth-child(12n + 1),
  .col-md-2:nth-child(6n + 1),
  .col-md-3:nth-child(4n + 1),
  .col-md-4:nth-child(3n + 1),
  .col-md-6:nth-child(2n + 1),
  .col-lg-1:nth-child(12n + 1),
  .col-lg-2:nth-child(6n + 1),
  .col-lg-3:nth-child(4n + 1),
  .col-lg-4:nth-child(3n + 1),
  .col-lg-6:nth-child(2n + 1),
  .col-xs-1:nth-child(12n + 1),
  .col-xs-2:nth-child(6n + 1),
  .col-xs-3:nth-child(4n + 1),
  .col-xs-4:nth-child(3n + 1),
  .col-xs-6:nth-child(2n + 1) {
    clear: none;
  }

  .col-sm-1:nth-child(12n + 1),
  .col-sm-2:nth-child(6n + 1),
  .col-sm-3:nth-child(4n + 1),
  .col-sm-4:nth-child(3n + 1) {
    clear: left;
  }
}
@media all and (min-width: 992px) {
  .col-sm-1:nth-child(12n + 1),
  .col-sm-2:nth-child(6n + 1),
  .col-sm-3:nth-child(4n + 1),
  .col-sm-4:nth-child(3n + 1),
  .col-sm-6:nth-child(2n + 1),
  .col-lg-1:nth-child(12n + 1),
  .col-lg-2:nth-child(6n + 1),
  .col-lg-3:nth-child(4n + 1),
  .col-lg-4:nth-child(3n + 1),
  .col-lg-6:nth-child(2n + 1),
  .col-xs-1:nth-child(12n + 1),
  .col-xs-2:nth-child(6n + 1),
  .col-xs-3:nth-child(4n + 1),
  .col-xs-4:nth-child(3n + 1),
  .col-xs-6:nth-child(2n + 1) {
    clear: none;
  }

  .col-md-1:nth-child(12n + 1),
  .col-md-2:nth-child(6n + 1),
  .col-md-3:nth-child(4n + 1),
  .col-md-4:nth-child(3n + 1),
  .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .col-md-1:nth-child(12n + 1),
  .col-md-2:nth-child(6n + 1),
  .col-md-3:nth-child(4n + 1),
  .col-md-4:nth-child(3n + 1),
  .col-md-6:nth-child(2n + 1),
  .col-sm-1:nth-child(12n + 1),
  .col-sm-2:nth-child(6n + 1),
  .col-sm-3:nth-child(4n + 1),
  .col-sm-4:nth-child(3n + 1),
  .col-sm-6:nth-child(2n + 1),
  .col-xs-1:nth-child(12n + 1),
  .col-xs-2:nth-child(6n + 1),
  .col-xs-3:nth-child(4n + 1),
  .col-xs-4:nth-child(3n + 1),
  .col-xs-6:nth-child(2n + 1) {
    clear: none;
  }

  .col-lg-1:nth-child(12n + 1),
  .col-lg-2:nth-child(6n + 1),
  .col-lg-3:nth-child(4n + 1),
  .col-lg-4:nth-child(3n + 1),
  .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media all and (min-width: 768px) {
  .container__half {
    width: calc(750px / 2);
  }
}

@media all and (min-width: 1025px) {
  .container__half {
    width: calc(970px / 2);
  }
}

@media all and (min-width: 1230px) {
  .container__half {
    width: calc(1140px / 2);
  }
}

.margin_auto {
  margin: auto;
}
.margin_10 {
  margin: 10px;
}

.margin_20 {
  margin: 20px;
}

.margin_30 {
  margin: 30px;
}

.margin_40 {
  margin: 40px;
}

.margin_50 {
  margin: 50px;
}

.margin_60 {
  margin: 60px;
}

.margin_70 {
  margin: 70px;
}

.margin_80 {
  margin: 80px;
}

.margin_90 {
  margin: 90px;
}

.margin_100 {
  margin: 100px;
}

.margin_top_0 {
  margin-top: 0px;
}

.margin_top_10 {
  margin-top: 10px;
}

.margin_top_20 {
  margin-top: 20px;
}

.margin_top_30 {
  margin-top: 30px;
}

.margin_top_40 {
  margin-top: 40px;
}

.margin_top_50 {
  margin-top: 50px;
}

.margin_top_60 {
  margin-top: 60px;
}

.margin_top_70 {
  margin-top: 70px;
}

.margin_top_80 {
  margin-top: 80px;
}

.margin_top_90 {
  margin-top: 90px;
}

.margin_top_100 {
  margin-top: 100px;
}

.margin_top_120 {
  margin-top: 120px;
}

.margin_top_150 {
  margin-top: 150px;
}

.margin_bottom_0 {
  margin-bottom: 0px;
}

.margin_bottom_10 {
  margin-bottom: 10px;
}

.margin_bottom_20 {
  margin-bottom: 20px;
}

@media all and (max-width: 600px) {
  .margin_bottom_20_xs {
    margin-bottom: 20px;
  }
}

.margin_bottom_30 {
  margin-bottom: 30px;
}

.margin_bottom_40 {
  margin-bottom: 40px;
}

.margin_bottom_50 {
  margin-bottom: 50px;
}

.margin_bottom_60 {
  margin-bottom: 60px;
}

@media all and (max-width: 768px) {
  .margin_bottom_40_xs {
    margin-bottom: 40px;
  }

  .margin_bottom_60_xs {
    margin-bottom: 60px;
  }
}

.margin_bottom_70 {
  margin-bottom: 70px;
}

.margin_bottom_80 {
  margin-bottom: 80px;
}

.margin_bottom_90 {
  margin-bottom: 90px;
}

.margin_bottom_100 {
  margin-bottom: 100px;
}

.margin_bottom_110 {
  margin-bottom: 110px;
}

.margin_bottom_120 {
  margin-bottom: 120px;
}

.margin_bottom_130 {
  margin-bottom: 130px;
}

.margin_bottom_140 {
  margin-bottom: 140px;
}

.margin_bottom_150 {
  margin-bottom: 150px;
}

.margin_bottom_200 {
  margin-bottom: 200px;
}

.margin_right_10 {
  margin-right: 10px;
}

.margin_right_15 {
  margin-right: 15px;
}

.margin_right_20 {
  margin-right: 20px;
}

.margin_right_30 {
  margin-right: 30px;
}

.margin_right_40 {
  margin-right: 40px;
}

.margin_right_50 {
  margin-right: 50px;
}

.margin_left_10 {
  margin-left: 10px;
}

.margin_left_15 {
  margin-left: 15px;
}

.margin_left_20 {
  margin-left: 20px;
}

.margin_left_30 {
  margin-left: 30px;
}

.margin_left_40 {
  margin-left: 40px;
}

.margin_left_50 {
  margin-left: 50px;
}

.space_10 {
  padding: 10px;
}

.space_20 {
  padding: 20px;
}

.space_30 {
  padding: 30px;
}

.space_40 {
  padding: 40px;
}

.space_50 {
  padding: 50px;
}

.space_60 {
  padding: 60px;
}

.space_70 {
  padding: 70px;
}

.space_80 {
  padding: 80px;
}

.space_90 {
  padding: 90px;
}

.space_100 {
  padding: 100px;
}

.space_left_0 {
  padding-left: 0px;
}

.space_left_10 {
  padding-left: 10px;
}

.space_left_20 {
  padding-left: 20px;
}

.space_left_30 {
  padding-left: 30px;
}

.space_left_40 {
  padding-left: 40px;
}

.space_left_50 {
  padding-left: 50px;
}

.space_right_10 {
  padding-right: 10px;
}

.space_right_20 {
  padding-right: 20px;
}

.space_right_30 {
  padding-right: 30px;
}

.space_right_40 {
  padding-right: 40px;
}

.space_right_50 {
  padding-right: 50px;
}

.space_bot_10 {
  padding-bottom: 10px;
}

.space_bot_15 {
  padding-bottom: 15px;
}

.space_bot_20 {
  padding-bottom: 20px;
}

.space_bot_30 {
  padding-bottom: 30px;
}

.space_bot_40 {
  padding-bottom: 40px;
}

.space_bot_50 {
  padding-bottom: 50px;
}

.space_bot_60 {
  padding-bottom: 60px;
}

.space_bot_70 {
  padding-bottom: 70px;
}

.space_bot_80 {
  padding-bottom: 80px;
}

.space_bot_90 {
  padding-bottom: 90px;
}

.space_bot_100 {
  padding-bottom: 100px;
}

.space_bot_120 {
  padding-bottom: 120px;
}

.space_bot_150 {
  padding-bottom: 150px;
}

.space_top_10 {
  padding-top: 10px;
}

.space_top_15 {
  padding-top: 15px;
}

.space_top_20 {
  padding-top: 20px;
}

.space_top_30 {
  padding-top: 30px;
}

.space_top_40 {
  padding-top: 40px;
}

.space_top_50 {
  padding-top: 50px;
}

.space_top_60 {
  padding-top: 60px;
}

.space_top_70 {
  padding-top: 70px;
}

.space_top_80 {
  padding-top: 80px;
}

.space_top_90 {
  padding-top: 90px;
}

.space_top_100 {
  padding-top: 100px;
}

.space_top_120 {
  padding-top: 120px;
}

.space_top_130 {
  padding-top: 130px;
}

.space_top_140 {
  padding-top: 140px;
}

.container_10 {
  padding: 0 10px;
}

.container_15 {
  padding: 0 15px;
}

.container_20 {
  padding: 0 20px;
}

.container_30 {
  padding: 0 30px;
}
.container_35 {
  padding: 0 35px;
}

.container_40 {
  padding: 0 40px;
}

.container_50 {
  padding: 0 50px;
}

.container_60 {
  padding: 0 60px;
}

.container_70 {
  padding: 0 70px;
}

.container_80 {
  padding: 0 80px;
}

.container_90 {
  padding: 0 90px;
}

.container_100 {
  padding: 0 100px;
}

.container_150 {
  padding: 0 150px;
}

.container_180 {
  padding: 0 180px;
}

.container_250 {
  padding: 0 250px;
}

.space_top_bot_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.space_top_bot_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.space_top_bot_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.space_top_bot_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.space_top_bot_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.space_top_bot_55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.space_top_bot_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.space_top_bot_70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.space_top_bot_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.space_top_bot_90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.space_top_bot_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.space_top_bot_140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.space_top_bot_150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.space_top_bot_180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  .container_35 {
    padding: 0 15px;
  }
  .container_35.trending_classic {
    padding: 0 25px;
  }
  .container_40 {
    padding: 0 10px;
  }
  .container_80 {
    padding: 0 20px;
  }
}
.clear-none {
  clear: none !important;
}

.clear-space {
  padding: 0 !important;
}

.clear-space-left {
  padding-left: 0;
}

.clear-space-right {
  padding-right: 0;
}

.red {
  color: red;
}

.left {
  float: left;
}

.right {
  float: right;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.inline-block {
  display: inline-block;
}

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

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

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

.row.flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.delay02 {
  transition: all 0.2s ease;
}

.delay03 {
  transition: all 0.3s ease;
}

.delay04 {
  transition: all 0.4s ease;
}

.delay05 {
  transition: all 0.5s ease;
}

.delay1 {
  transition: all 1s ease;
}

.delay1_5 {
  transition: all 1.5s ease;
}

.delay2 {
  transition: all 2s ease;
}

.uppercase {
  text-transform: uppercase;
}

.capital {
  text-transform: capitalize;
}

.full-width {
  width: 100%;
}

.column-10 {
  width: 10%;
}

.column-3 {
  width: 33.33333%;
}

.column-4 {
  width: 25%;
}

.column-6 {
  width: 16.66667%;
}

.column-20 {
  width: 20%;
}

.column-30 {
  width: 30%;
}

.column-40 {
  width: 40%;
}

.column-50 {
  width: 50%;
}

.column-60 {
  width: 60%;
}

.column-65 {
  width: 65%;
}

.column-70 {
  width: 70%;
}

.column-80 {
  width: 80%;
}

.column-90 {
  width: 90%;
}

.navbar-nav .dropdown-menu {
  min-width: 380px;
  display: grid;
grid-template-columns: 1fr 1fr;
}
.topbar-right .element .dropdown-menu {
  min-width: 170px;
}
.topbar-right .element.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.topbar-right .element .dropdown-menu > li > a {
  font-size: 14px;
}
.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transform: translateY(15px);
  transition: all 0.3s ease;
  border: 0;
  border-radius: 0;
  min-width: 285px;
  padding-top: 15px;
  padding-bottom: 25px;
}
.dropdown-menu.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.nav .dropdown-menu li a {
  font-size: 14px !important;
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(3px);
}

.mega-menu-main {
  padding-bottom: 50px;
  min-width: 550px;
  box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0;
}

.menu-main li {
  list-style-type: none;
}

.menu-main .lv1 li a {
  font-size: 16px;
}

.btn-default {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: unset;
  background: #fff;
}

.btn-default:hover {
  background: #fff;
}

.btn-default:focus {
  background: #fff;
}

.btn-default:focus:active {
  background: #fff;
}

.btn-default:active {
  background: #fff;
  box-shadow: unset;
}

.btn-default.active {
  background: #fff;
  border-color: #fff;
  box-shadow: unset;
}

.btn-default.active:hover {
  background: #fff;
}

.btn-default.active:focus {
  background: #fff !important;
}

a:focus {
  text-decoration: none;
}

.form-control:focus {
  border-color: #ddd;
  box-shadow: unset;
}

.link-default {
  color: black;
  transition: all 0.3s ease;
}
.link-default:hover {
  color: #ee9051;
}

.border-bot {
  border-bottom: 1px solid #f3f3f3;
}

.border-top {
  border-top: 1px solid #f3f3f3;
}

.border-left {
  border-left: 1px solid #f3f3f3;
}

.border-right {
  border-right: 1px solid #f3f3f3;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.btn-nixx {
  padding: 18px 88px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: black;
  transition: all 0.3s ease;
  border: 0;
  border-radius: 0;
}
.btn-nixx:hover {
  background: #ee9051;
}

.pushmenu.menu-home5 {
  width: 362px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  position: fixed;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pushmenu li {
  list-style-type: none;
}

@media (max-width: 361px) {
  .pushmenu.menu-home5 {
  }
}
.nav-home5 > li {
  position: relative;
  display: block;
  border-bottom: 2px solid #fff;
}

.nav-home5 > li > a,
.nav-details > li > a {
  font-size: 14px;
  font-weight: 500;

  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 2px 30px;
  padding-right: 0;
  display: block;
  font-family: 'Geomanist Medium Std', sans-serif;
  padding-left: 0;
  letter-spacing: 0.1em;
}

.nav-home5 > li > a:hover,
.nav-details > li > a:hover {
  opacity: 0.6;
  color: initial;
}

.nav-home5 > li > a {
  padding: 12px 30px;
  line-height: 26px;
  text-transform: uppercase;
}

.nav-home5 .menu-level1 {
  margin-top: 0;
}

.nav-home5 .menu-level1 .level2 {
  padding-left: 5px;
  padding-bottom: 0px;
  list-style-type: none;
}

.nav-home5 .menu-level1 .level2 > a {
  text-transform: uppercase;
  position: relative;
}

.nav-home5 .menu-level1 .level2 > a:focus {
  color: #fff;
}

.nav-home5 .menu-level1 .level2 > a:focus:before {
  background: #fff;
}

.nav-home5 .menu-level1 .level2 > a span.line {
  content: '';
  position: absolute;
  width: 9px;
  height: 1px;
  left: -18px;
  top: 25px;
  background: #fff;
}

.nav-home5 .menu-level1 .level1 > .level2 > a {
  color: #fff;
}

.nav-home5 .menu-level1 .level1 > .level2 > a:before {
  content: none;
}

.nav-home5 .menu-level-2 {
  margin: 15px 0;
}

.nav-home5 .menu-level-2 .level3 {
  padding-left: 15px;
}

.nav-home5 .menu-level-2 .level3 > a {
  line-height: 2;
  text-transform: capitalize;
  position: relative;
}

.nav-home5 .menu-level-2 .level3 > a:focus {
  color: #fff;
}

.nav-home5 .menu-level-2 .level3 > a:focus:before {
  background: #fff;
}

.nav-home5 .menu-level-2 .level3 > a:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 1px;
  left: -18px;
  top: 20px;
  background: #a4a4a4;
}

.pushmenu.menu-home5 {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.menu-home5 .searchform {
  position: relative;
  padding: 0 28px 30px 28px;
  border-bottom: 2px solid rgba(92, 92, 92, 0.43);
}

.menu-home5 .searchform input[type='text'] {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border: 1px solid rgba(208, 208, 208, 0.09);
  padding: 14px 50px 10px 18px;
  font-size: 14px;
  color: #fff;
  width: 100%;
}

.menu-home5 .searchform button {
  position: absolute;
  top: 18px;
  right: 28px;
  border: none;
  background-color: transparent;
  padding: 0;
  width: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.close-left {
  float: right;
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 10px;
}

.menu-home5 {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.menu-home5.pushmenu-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 320px) {
  .menu-home5.pushmenu-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* .icon-sub-menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 49px;
  width: 49px;
  border-left: 1px solid rgba(92, 92, 92, 0.23);
  cursor: pointer;
  padding-right: 18px;
  background-color: transparent; }

.icon-sub-menu.up-icon:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -sand-transform: rotate(-45deg); }

.icon-sub-menu.up-icon:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -sand-transform: rotate(45deg); }

.icon-sub-menu:before {
  transform: translateX(3px) rotate(-50deg);
  -webkit-transform: translateX(3px) rotate(-50deg);
  -moz-transform: translateX(3px) rotate(-50deg);
  -o-transform: translateX(3px) rotate(-50deg);
  -ms-transform: translateX(3px) rotate(-50deg);
  -sand-transform: translateX(3px) rotate(-50deg); }

.icon-sub-menu:after {
  transform: translateX(-4px) rotate(50deg);
  -webkit-transform: translateX(-4px) rotate(50deg);
  -moz-transform: translateX(-4px) rotate(50deg);
  -o-transform: translateX(-4px) rotate(50deg);
  -ms-transform: translateX(-4px) rotate(50deg);
  -sand-transform: translateX(-4px) rotate(50deg); }

.icon-sub-menu:before, .icon-sub-menu:after {
  content: " ";
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -1px;
  width: 12px;
  height: 2px;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
  transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out; }
 */
/* .menu-level1 {
  display: none; }

.menu-level1.open {
  display: block; } */

.input-number-group {
  display: flex;
}
.input-number-group input[type='number']::-webkit-inner-spin-button,
.input-number-group input[type='number']::-webkit-outer-spin-button {
  appearance: none;
}
.input-number-group .input-group-button {
  line-height: calc(80px / 2-10px);
}
.input-number-group .input-number {
  width: 40px;
  text-align: center;
  outline: none;
  display: block;
  margin: 0;
}
.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  user-select: none;
}
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  display: inline-block;
  width: 30px;
  background: #fff;
  color: #909090;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-weight: 400;
}
.input-number-group .input-number-decrement {
  margin-right: 0.3rem;
}
.input-number-group .input-number-increment {
  margin-left: 0.3rem;
}

input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.right-to-left {
  position: fixed;
  left: 25px;
  top: 25%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  overflow: hidden;
}
.right-to-left i {
  font-size: 26px;
  margin-right: 15px;
  transition: all 0.3s ease;
}
.right-to-left .text {
  transition: width 0.3s ease;
  display: inline-block;
  width: 0;
  overflow: hidden;
}
.right-to-left .text span {
  position: relative;
  top: 2px;
  font-size: 16px;
  white-space: nowrap;
  transition: width 0.3s ease;
}
.right-to-left .text span.disable-active {
  display: none;
}
.right-to-left .text:hover span {
  color: #ee9051;
}
.right-to-left:hover {
  overflow: unset;
}
.right-to-left:hover i {
  color: #ee9051;
}
.right-to-left:hover .text {
  width: 140px;
}

/* @media (max-width: 567px) {
  .col-xs-6 {
    width: 100%; } } */
li .link-menu {
  color: #323232;
}
li .link-menu.white {
  color: #fff;
}
li:hover .link-menu {
  color: #ee9051;
}

.link-menu {
  color: #323232;
}
.link-menu.white {
  color: #fff;
}
.link-menu.white .st0 {
  stroke: #fff;
}
.link-menu:hover i {
  color: #ee9051;
}

.title-hover:hover {
  color: #ee9051 !important;
}

.hover-zoom-out {
  overflow: hidden;
  transition: all 0.5s ease;
}
.hover-zoom-out:hover {
  transform: scale(1.05);
}

.over-hidden {
  overflow: hidden;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 30;
  background: rgba(29, 29, 31, 0.6);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.overlay-mini {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.3s ease;
  transform: scale(0);
  top: 0;
}

.gotop {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px;
  right: 100px;
  z-index: 20;
}

.menu-fixed {
  position: fixed;
  top: 0;
  width: 100% !important;
  box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}
.menu-fixed.BG-black {
  background: rgba(0, 0, 0, 0.7);
}

.form-search {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  padding: 10% 0 0 0;
}
.form-search h3 {
  font-size: 50px;
  padding-bottom: 55px;
  text-transform: capitalize;
  line-height: 60px;
}
.form-search i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 50px;
  color: #333;
  transition: all 0.3s ease;
}
.form-search i:hover {
  transform: rotate(90deg);
}
.form-search form {
  justify-content: center;
  display: flex;
}
.form-search form input {
  font-weight: 300;
  font-size: 40px;
  color: #000;
  height: 50px;
  width: 60%;
  border-radius: 0;
  border: 0;
  outline: 0;
  box-shadow: unset;
}

@media all and (max-width: 600px) {
  .form-search form input {
    font-size: 32px;
  }
}
.form-search form input::-webkit-input-placeholder {
  color: #000;
}
.form-search form input::-moz-placeholder {
  color: #000;
}
.form-search form button {
  margin-left: 15px;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  background: #000;
  color: #fff;
  padding: 5px 50px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.form-search form button:hover {
  background: #3e976c;
}

.form-cart {
  position: fixed;
  overflow: hidden;
  right: -470px;
  height: 100%;
  width: 470px;
  top: 0;
  z-index: 100;
  background: #fff;
}
.form-cart i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #333;
  transition: all 0.3s ease;
}
.form-cart i:hover {
  transform: rotate(90deg);
}
.form-cart h3 {
  font-size: 36px;
  text-align: left;
  padding-left: 30px;
  padding-top: 26px;
}
.form-cart .empty-cart {
  padding-top: 50%;
}
.form-cart .empty-cart p {
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px;
}
.form-cart .empty-cart a {
  width: 187px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #ee9051;
  color: #fff;
  font-size: 18px;
  margin-left: 30%;
}
.form-cart .empty-cart a:hover {
  background: #f47d2e;
}

@media (max-width: 480px) {
  .form-cart {
    width: 300px;
  }
  .form-cart .empty-cart a {
    margin-left: 20%;
  }
}
.st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.breadcrumb {
  background: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.breadcrumb > li + li:before {
  color: #999999;
  padding: 0 10px;
}

@media (max-width: 567px) {
  .breadcrumb > li + li:before {
    padding: 0 5px;
  }
}
/*-----accordion----*/
.accordion {
  color: black;
  cursor: pointer;
  padding: 0 0 15px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  background: #fff;
}
.accordion.active:after {
  content: '\2212';
}

.accordion:after {
  content: '\002B';
  color: black;
  font-weight: bold;
  float: right;
}

.panel {
  margin: 0;
  padding: 0 40px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  box-shadow: unset;
}

/*----end-----*/
.open-sidebar {
  display: none;
  top: 50%;
  right: 15px;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.open-sidebar i {
  transition: all 0.3s ease;
  color: #ee9051;
  display: inline-block;
  line-height: 40px;
}

.open-sidebar-left {
  display: none;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.open-sidebar-left i {
  transition: all 0.3s ease;
  color: #ee9051;
  display: inline-block;
  line-height: 40px;
}

@media (max-width: 1024px) {
  .open-sidebar {
    display: inline-block;
    z-index: 2;
  }

  .open-sidebar-left {
    display: inline-block;
    z-index: 2;
  }

  .sidebar {
    opacity: 0;
    transition: all 0.3s ease;
    width: 300px;
    position: fixed;
    overflow: auto;
    top: 0;
    right: -300px;
    background: #fff;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
    height: 100% !important;
    z-index: 2;
  }
  .sidebar ul {
    padding-left: 0;
  }

  .sidebar-left {
    opacity: 0;
    transition: all 0.3s ease;
    width: 300px;
    position: fixed;
    overflow: auto;
    top: 0;
    left: -300px;
    background: #fff;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
    height: 100% !important;
    z-index: 2;
  }
  .sidebar-left ul {
    padding-left: 0;
  }
}
/*--------------------------------ui----------------------------*/
.ui-slider .ui-slider-handle {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: none;
  background-color: #ee9051;
  border: none;
  outline: none;
  top: -7px;
}

.ui-slider-range {
  background: none;
  background-color: #ee9051;
  border: none;
}

#slider-3 {
  border: none;
  height: 6px;
  border-radius: 0;
  background: #e1e1e1;
}

.range-p input {
  border: 0;
  outline: 0;
  color: #333;
}

/*end*/
/*------product grid--------*/
.product .btn-product-list {
  display: none;
}
.product .info-product .des-product {
  display: none;
}

.product-list {
  transition: all 0.35s ease;
  width: 100% !important;
}
.product-list .btn-product-list {
  display: inline-flex;
}
.product-list .btn-product-list form button {
  color: #fff;
  background: black;
  font-size: 16px;
  line-height: 50px;
  padding: 0 30px;
  transition: all 0.3s ease;
}
.product-list .btn-product-list form button:hover {
  background: #ee9051;
}
.product-list .btn-product-list a {
  display: inline-block;
  line-height: 46px;
  width: 55px;
  color: black;
  background: #fff;
  margin-left: 15px;
  text-align: center;
  border: 1px solid #ddd;
  padding-top: 3px;
}
.product-list .btn-product-list a i {
  font-size: 18px;
  transition: all 0.3s ease;
}
.product-list .btn-product-list a:hover i {
  color: #ee9051;
}
.product-list .img-product {
  float: left;
  width: 30%;
}
.product-list .img-product .product-icon {
  display: none !important;
}
.product-list .product-info {
  float: left;
  width: 70%;
  padding-left: 30px;
}
.product-list .product-info .info-product {
  text-align: left;
}
.product-list .product-info .info-product .title-product {
  margin-top: 0;
  padding-top: 0;
  font-size: 30px;
}
.product-list .product-info .info-product .des-product {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 50px;
  width: 80%;
  font-size: 18px;
}

@media (max-width: 567px) {
  .product-list .img-product {
    float: left;
    width: 100%;
  }
  .product-list .product-info {
    width: 100%;
    padding-left: 15px;
  }
}
/*end*/
/*select custom*/
/*custom select*/
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 150px;
  height: 36px;
  margin-left: 10px;
}

.select:nth-child(2) {
  width: 150px;
  height: 36px;
  margin-left: 0;
}

.select-styled {
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  text-align: left;
  transition: all 0.2s ease-in;
  font-family: 'FuturaPT Book';
  font-size: 18px;
}
.select-styled:after {
  content: '\e64b';
  position: absolute;
  top: 4px;
  right: 2px;
  font-size: 14px;
  font-family: 'themify';
}
.select-styled:active:after,
.select-styled.active:after {
  transform: rotate(180deg);
}

.select-options {
  font-family: 'FuturaPT Book';
  font-size: 18px;
  display: none;
  position: absolute;
  top: 130%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
}
.select-options li {
  text-align: left;
  margin: 0;
  padding: 12px 6px;
  border-top: 1px solid #e6e6e6;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #ee9051;
  background: #fff;
}
.select-options li[rel='hide'] {
  display: none;
}

/*----end----*/
/*end*/
.slick-nav-product-detail.slick-initialized .slick-slide {
  margin: 0 5px;
}

@media (min-width: 320px) {
  .menu-fixed {
    padding: 30px 15px;
  }
}
@media (min-width: 1200px) {
  .menu-fixed {
    padding: 55px 100px;
  }
}
.navbar-nav.menu-main {
  padding-left: 0;
}

.navbar-nav.menu-main li .mega-menu-main a {
  padding: 1px 1px 1px;
}

.navbar-nav.menu-main > li > a {
  padding: 6px 20px 6px 0px;
  text-transform: uppercase;
}

.navbar-nav.menu-main li:hover a {
  background: transparent;
}

.icon-main a {
  padding-left: 15px;
}
@media all and (max-width: 600px) {
  .icon-main a {
    padding-left: 10px;
  }
}
.label-cart {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #3e976c;
  top: -8px;
  right: -10px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.label-new {
  display: block;
  min-width: 35px;
  height: 20px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 11px;
  /* letter-spacing: 1px; */
  text-transform: uppercase;
  top: 10px;
  left: 10px;
  padding-top: 3px;
}

.label-sale {
  display: block;
  min-width: 50px;
  height: 26px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  right: 10px;
  padding-top: 3px;
}
.mega-menu-main .title-menu {
  font-size: 12px;
  font-weight: 600;
}
.mega-menu-main.mega-menu-shop {
  width: 900px;
  left: -156px;
}
.mega-menu-main.mega-menu-shop.bg-mega-menu2 {
  padding-bottom: 40px;
  width: 600px;
}
.mega-menu-main.mega-menu-shop.bg-mega-menu4 {
  padding-bottom: 40px;
  width: 800px;
}
.mega-menu-main.mega-menu-shop-2column {
  padding-bottom: 200px;
  width: 560px;
  left: -170px;
}
.mega-menu-main.mega-menu-shop .banner-menu .product .icon-heart {
  padding: 0;
  padding-top: 14px;
}
.mega-menu-main.mega-menu-shop .banner-menu .product .icon-quickview {
  padding: 0;
  padding-top: 14px;
}

.info-slider-home1 {
  padding: 11% 15px 9% 8%;
}
.info-slider-home1 .slider-nav {
  opacity: 0;
}
.info-slider-home1 .slider-nav .number-slider {
  opacity: 0;
}
.info-slider-home1 .slider-nav .title-slider {
  transform: translateX(1000px);
}
.info-slider-home1 .slider-nav .des-slider {
  transform: translateX(-1000px);
}
.info-slider-home1 .slick-current.slick-active.slider-nav {
  opacity: 1;
}
.info-slider-home1 .slick-current.slick-active.slider-nav .number-slider {
  opacity: 1;
}
.info-slider-home1 .slick-current.slick-active.slider-nav .title-slider {
  transform: unset;
}
.info-slider-home1 .slick-current.slick-active.slider-nav .des-slider {
  transform: unset;
}
.info-slider-home1 button.slick-prev {
  display: none !important;
}
.info-slider-home1 button.slick-next {
  display: none !important;
}
.info-slider-home1 .number-slider {
  width: 100px;
  height: 100px;
  background-image: linear-gradient(45deg, #ef924c, #fabb02);
  font-size: 30px;
  color: #fff;
  padding: 50px 18px;
}
.info-slider-home1 .number-slider .line {
  background: #ee9051;
  bottom: -5px;
  left: 0;
  width: 100px;
}
.info-slider-home1 .title-slider {
  font-size: 90px;
  letter-spacing: -3px;
  padding-top: 45px;
}
.info-slider-home1 .des-slider {
  font-size: 20px;
}
.info-slider-home1.active {
  opacity: 1;
}
.info-slider-home1 .slick-dots {
  transform: rotate(90deg);
  left: -48%;
  top: 50%;
  bottom: unset;
}
.info-slider-home1 .slick-dots li {
  font-family: 'FuturaPT Heavy';
  transform: rotate(-90deg);
}
.info-slider-home1 .slick-dots li.slick-active {
  transform: scale(1.5) rotate(-90deg);
}
.info-slider-home1 .slick-dots li a {
  color: #333;
}

.slider-home1 {
  top: 0;
  right: 0;
}
.slider-home1 button.slick-prev {
  display: none !important;
}
.slider-home1 button.slick-next {
  display: none !important;
}
.slider-home1 .slick-list {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.slider-home1 .slick-slide {
  transition: all 0.3s ease;
}
.slider-home1 .slick-slide.slick-active {
  opacity: 0;
}
.slider-home1 .slick-center.slick-active {
  transform: scale(1.3);
  opacity: 1;
}
.slider-home1 .slick-center.slick-active img {
  margin-left: -75px;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.13);
}

.section2-home1 {
  background-image: url('../img/bg-section2-home1.jpg');
  background-position: 0 0;
  height: auto;
  background-repeat: no-repeat;
}
.section2-home1 .img-section img {
  margin-right: 100px;
}
.section2-home1 .img-section:hover img {
  transform: scale(1.2);
}
.section2-home1 .content-section h1 {
  font-size: 48px;
  width: 70%;
}
.section2-home1 .content-section h1 a {
  color: #222;
}
.section2-home1 .content-section p {
  font-size: 20px;
  width: 76%;
  line-height: 30px;
}
.section2-home1 .content-section a.learn_more {
  color: #222;
  text-decoration: underline;
}

.product .img-product .product-icon {
  width: 100%;
  font-size: 18px;
  display: flex;
  justify-content: center;
  bottom: 0;
}
.product .img-product .product-icon .icon-addcart {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  padding-top: 12px;
  transition: all 0.5s ease;
}
.product .img-product .product-icon .icon-addcart button {
  transition: all 0.5s ease;
}
.product .img-product .product-icon .icon-heart {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: #333;
  opacity: 0;
  margin: 0 10px;
  transition: all 0.5s ease;
  padding-top: 14px;
}
.product .img-product .product-icon .icon-heart:hover {
  color: #ee9051;
}
.product .img-product .product-icon .icon-quickview {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: #333;
  opacity: 0;
  transition: all 0.3s ease;
  padding-top: 14px;
}

.product .img-product:hover .product-icon .icon-addcart {
  opacity: 1;
  transform: translateY(-10px);
}
.product .img-product:hover .product-icon .icon-heart {
  opacity: 1;
  transform: translateY(-10px);
}
.product .img-product:hover .product-icon .icon-quickview {
  opacity: 1;
  transform: translateY(-10px);
}
.product .info-product h4 a {
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.product .info-product .price-product {
  font-size: 17px;
}
.price-product.on-sale,
.product-price.on-sale {
  color: red;
} 
#btn-selection button {
  color: #909090;
}
#btn-selection button.active {
  color: #333;
}
#btn-selection button:first-child {
  margin-left: 8px;
}

.column {
  display: none !important;
}

.show {
  display: inline-block !important;
}

.slick-prev,
.slick-next {
  top: 50%;
  transform: translate(-50%, -50%);
}

.slick-prev {
  right: 60px;
  width: 40px;
  height: 40px;
  background: transparent;

  border-radius: 0;
}
.slick-prev:before {
  font-family: 'FontAwesome';
  content: '\f104';
  font-size: 30px;
  color: #222;
}

.slick-next {
  right: -60px;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 0;
}
.slick-next:before {
  font-family: 'FontAwesome';
  content: '\f105';
  font-size: 30px;
  color: #222;
}
@media (max-width: 567px) {
  .slick-next {
    right: -25px;
  }
}
.section-bestseller-home1 .title-bestseller {
  font-size: 55px;
}
.section-bestseller-home1 .des-bestseller {
  font-size: 18px;
  width: 40%;
}
.section-bestseller-home1 .discover-link a {
  color: #333;
  font-size: 16px;
  transition: all 0.3s ease;
}
.section-bestseller-home1 .discover-link a:hover {
  color: #ee9051;
}
.section-bestseller-home1 .discover-link .line {
  width: 120px;
  background: #999999;
  left: 0;
  bottom: -3px;
}

.border-right {
  border-right: 1px solid #ddd;
}

.section-topseller-home1 .title-topseller {
  font-size: 55px;
}
.section-topseller-home1 .des-topseller {
  font-size: 18px;
}
.section-topseller-home1 .product-topseller-1 .info-product {
  bottom: -30%;
  left: 6%;
}
.section-topseller-home1 .product-topseller-1 .info-product .title-product {
  font-size: 36px;
}
.section-topseller-home1 .product-topseller-1 .info-product .title-product a {
  color: #333;
}
.section-topseller-home1
  .product-topseller-1
  .info-product
  .title-product
  a:hover {
  color: #ee9051;
}
.section-topseller-home1 .product-topseller-1 .info-product .price-product {
  font-size: 18px;
}
.section-topseller-home1 .product-topseller-1.ver2 .info-product {
  left: 34%;
}
.section-topseller-home1 .product-topseller-2 .info-product {
  top: 25%;
  left: 5%;
}
.section-topseller-home1 .product-topseller-2 .info-product .title-product {
  font-size: 72px;
}
.section-topseller-home1 .product-topseller-2 .info-product .title-product a {
  color: #333;
}
.section-topseller-home1
  .product-topseller-2
  .info-product
  .title-product
  a:hover {
  color: #ee9051;
}
.section-topseller-home1 .product-topseller-2 .info-product .price-product {
  font-size: 18px;
}

.testimonial {
  background: #f2f2f2;
  padding-top: 130px;
  padding-bottom: 250px;
}
.testimonial button.slick-prev {
  display: none !important;
}
.testimonial button.slick-next {
  display: none !important;
}
.testimonial .title-testi {
  font-size: 55px;
}
.testimonial .des-testi {
  font-size: 18px;
}
.testimonial .content-comment .stt-comment {
  font-size: 80px;
  color: #dfdfdf;
  top: 0;
  left: 0;
  z-index: -1;
}
.testimonial .content-comment .des-comment {
  font-size: 18px;
  width: 70%;
  padding-top: 58px;
}
.testimonial .content-comment .model {
  color: #979797;
}
.testimonial .slick-dots {
  bottom: -130px;
}
.testimonial .slick-dots li {
  width: 10px;
  margin: 0px 8px;
}
.testimonial .slick-dots li button {
  width: 16px;
  height: 15px;
  padding: 0px;
}
.testimonial .slick-dots li button:before {
  font-size: 9px;
  line-height: 15px;
  width: 15px;
  height: 15px;
  top: 1px;
  left: 1px;
}
.testimonial .slick-dots li.slick-active button {
  border: 2px solid #333;
  border-radius: 68%;
}

.contact-home1 {
  background: #333333;
}
.contact-home1 .col-about-home1 .title-about-home1 {
  font-size: 24px;
  color: #fff;
}
.contact-home1 .col-about-home1 .des-about-home1 {
  font-size: 16px;
  color: #909090;
}
.contact-home1 .col-about-home1 .location {
  font-size: 16px;
  color: #909090;
}
.contact-home1 .col-about-home1 .location .ti-location-pin {
  font-size: 18px;
}
.contact-home1 .col-about-home1 form input {
  background: #333333;
  height: 50px;
  width: 300px;
  border: 1px solid #909090;
  border-radius: 0;
  box-shadow: unset;
}
.contact-home1 .col-about-home1 form input::-webkit-input-placeholder {
  color: #909090;
  font-size: 16px;
}
.contact-home1 .col-about-home1 form button {
  width: 50px;
  margin-left: 5px;
  border: 0;
  border-radius: 0;
  background: #ee9051;
  display: grid;
}
.contact-home1 .col-about-home1 form button i {
  color: #fff;
  font-size: 18px;
  transition: all 0.2s ease;
  transform: rotate(90deg);
}
.contact-home1 .col-about-home1 form button:hover i {
  transform: rotate(90deg) scale(1.1);
}
.contact-home1 .lastest-post {
  padding-left: 6%;
}
.contact-home1 .lastest-post h4 {
  font-size: 24px;
  color: #fff;
}
.contact-home1 .lastest-post h5 a {
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease;
}
.contact-home1 .lastest-post h5 a:hover {
  color: #ee9051;
}
.contact-home1 .lastest-post p {
  color: #909090;
}
.contact-home1 .recent-tag h4 {
  font-size: 24px;
  color: #fff;
}
.contact-home1 .recent-tag a {
  padding: 6px 22px;
  font-size: 12px;
  color: #909090;
  border: 1px solid #909090;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  transition: all 0.2s ease;
}
.contact-home1 .recent-tag a:hover {
  background: #fff;
  color: #ee9051;
}
.contact-home1 .instagram h4 {
  font-size: 24px;
  color: #fff;
}
.contact-home1 .instagram a {
  overflow: hidden;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
}
.contact-home1 .instagram a img {
  transition: all 0.3s ease;
}
.contact-home1 .instagram a:hover img {
  transform: scale(1.2);
}

.copyright {
  font-size: 18px;
}
.scroll-top {
  bottom: 100px;
  right: 30px;
  transform: scale(0);
  opacity: 0;
  z-index: 10;
  transition: all 0.3s ease;
}
.scroll-top a {
  display: inline-block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-align: center;
  padding-top: 2px;
  font-size: 20px;
}
.scroll-top a i.fa-angle-up {
  font-size: 20px;
}
.scroll-top.active {
  transform: scale(1);
  opacity: 1;
}

.form-search {
  right: -2540px;
  left: unset;
  overflow: hidden;
}

/* end style homepage 1*/
/*style homepage 2*/
header {
  z-index: 20;
}

.slider-home2 {
  background-image: url('../img/bg-slider-home2.jpg');
  background-position: 0 0;
  height: auto;
  background-repeat: no-repeat;
}
.slider-home2 .img-slider-main {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  right: -30px;
  z-index: -1;
  opacity: 0;
  transition: all 1s cubic-bezier(0.74, 0.65, 0, 1.58);
}
.slider-home2 .number-year {
  opacity: 0;
  transform: translateX(1000px);
  font-size: 48px;
  letter-spacing: -3px;
}
.slider-home2 .text-new {
  margin: -80px 0;
}
.slider-home2 .text-new span {
  font-size: 200px;
  opacity: 0;
  transform: translateX(2000px);
  display: inline-block;
  letter-spacing: -11px;
}
.slider-home2 .text-collection {
  font-size: 100px;
  opacity: 0;
  transform: translateX(-2000px);
  letter-spacing: -4px;
  padding-left: 60px;
}
.slider-home2 .info-slider-home2 {
  top: 30%;
  left: 5%;
}
.slider-home2 .info-slider-home2 .title-slider-home2 {
  font-size: 60px;
  letter-spacing: -2px;
}
.slider-home2 .info-slider-home2 .number-dot {
  font-size: 100px;
  opacity: 0;
}
.slider-home2 .info-slider-home2 .number-dot img {
  display: inline-flex;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(200px);
}
.slider-home2 button.slick-prev {
  display: none !important;
}
.slider-home2 button.slick-next {
  display: none !important;
}
.slider-home2 .slick-list {
  padding-top: 140px;
  padding-bottom: 140px;
}
.slider-home2 .text-slider-home2 {
  transform: rotate(-90deg);
  position: relative;
  top: 325px;
  left: 60px;
}
.slider-home2 .text-slider-home2 img {
  transform: translateX(-2000px) rotate(90deg);
  left: 42px;
  bottom: 30px;
}
.slider-home2 .slick-current.slick-active .text-slider-home2 img {
  transform: translateX(0) rotate(90deg);
}
.slider-home2 .slick-current.slick-active .number-dot {
  opacity: 1;
}
.slider-home2 .slick-current.slick-active .number-dot img {
  opacity: 1;
  transform: translateX(0);
}
.slider-home2 .slick-current.slick-active .number-year {
  opacity: 1;
  transform: translateX(0);
}
.slider-home2 .slick-current.slick-active .text-new span {
  opacity: 1;
  transform: translateX(0);
}
.slider-home2 .slick-current.slick-active .text-collection {
  opacity: 1;
  transform: translateX(0);
}
.slider-home2 .slick-current.slick-active .img-slider-main {
  opacity: 1;
  transition: all 1.5s cubic-bezier(0.74, 0.65, 0, 1.58);
}

/*------------*/
.social-fixed {
  line-height: 50px;
  justify-content: center;
  bottom: 15px;
  flex-direction: column;
  right: 100px;
  z-index: 30;
}
.social-fixed a {
  display: inline-block;
  padding: 0 20px;
  color: #333;
}
.social-fixed a:hover {
  color: #ee9051;
}
.social-fixed a i {
  font-size: 18px;
}

/*------------------*/
.show-banner-home2 {
  padding: 355px 150px 130px 150px;
}
.show-banner-home2 .show-banner-1-home2 {
  padding-left: 30px;
  padding-right: 30px;
}
.show-banner-home2 .show-banner-1-home2 .banner-col-2 .text-pr .content-pr {
  top: 20%;
  color: #fff;
}
.show-banner-home2
  .show-banner-1-home2
  .banner-col-2
  .text-pr
  .content-pr
  .title-pr {
  font-size: 48px;
}
.show-banner-home2
  .show-banner-1-home2
  .banner-col-2
  .text-pr
  .content-pr
  .des-pr {
  font-size: 20px;
  padding-left: 6%;
  padding-right: 6%;
}
.show-banner-home2
  .show-banner-1-home2
  .banner-col-2
  .text-pr
  .content-pr
  .link-shop {
  font-size: 16px;
}
.show-banner-home2
  .show-banner-1-home2
  .banner-col-2
  .text-pr
  .content-pr
  .link-shop
  a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff;
}
.show-banner-home2 .show-banner-2-home2 {
  padding-right: 30px;
  padding-left: 30px;
}
.show-banner-home2
  .show-banner-2-home2
  .banner-col-1
  .text-comment
  .content-comment {
  top: 30%;
  color: #333;
}
.show-banner-home2
  .show-banner-2-home2
  .banner-col-1
  .text-comment
  .content-comment
  .des-font {
  letter-spacing: 3px;
  font-size: 24px;
}
.show-banner-home2
  .show-banner-2-home2
  .banner-col-1
  .text-comment
  .content-comment
  .author-comment {
  font-size: 24px;
}
.show-banner-home2 .img-relative-1 {
  top: -90px;
}
.show-banner-home2 a {
  display: inherit;
}

/*------------*/
.similar-home2 {
  padding-bottom: 200px;
}
.similar-home2 .title-similar {
  font-size: 55px;
}
.similar-home2 .des-similar {
  font-size: 18px;
}
.similar-home2 .slick-similar .slick-dots {
  bottom: -100px;
}
.similar-home2 .slick-similar .slick-dots li {
  width: 10px;
}
.similar-home2 .slick-similar .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0px;
}
.similar-home2 .slick-similar .slick-dots li button:before {
  font-size: 9px;
  line-height: 15px;
  width: 15px;
  height: 15px;
}
.similar-home2 .slick-similar .slick-dots li.slick-active button {
  border: 1px solid #333;
  border-radius: 63%;
}
.similar-home2 .slick-similar button.slick-prev {
  display: none !important;
}
.similar-home2 .slick-similar button.slick-next {
  display: none !important;
}
.similar-home2 .slick-similar .designer .button-animate {
  transform: scale(0);
  opacity: 0;
  top: 30px;
  right: 30px;
}
.similar-home2 .slick-similar .designer .button-animate button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #ee9051;
}
.similar-home2 .slick-similar .designer .button-animate button i {
  font-size: 18px;
  color: #fff;
  padding-top: 4px;
  display: inline-block;
}
.similar-home2 .slick-similar .designer .button-animate button:hover i {
  transform: translateX(2px) translateY(-2px);
}
.similar-home2 .slick-similar .designer .info-similar {
  transform: scale(0);
  opacity: 0;
  width: 100%;
  bottom: 45px;
}
.similar-home2 .slick-similar .designer .info-similar .name {
  color: #fff;
}
.similar-home2 .slick-similar .designer .info-similar p {
  color: #909090;
}
.similar-home2 .slick-similar .designer:hover .overlay-mini {
  transform: scale(1);
  opacity: 1;
}
.similar-home2 .slick-similar .designer:hover .button-animate {
  opacity: 1;
  transform: scale(1);
}
.similar-home2 .slick-similar .designer:hover .info-similar {
  opacity: 1;
  transform: scale(1);
}

.logo-footer-home2 .newsletter a {
  font-size: 18px;
  color: #333;
}
.logo-footer-home2 .newsletter a span {
  display: inline-block;
  position: relative;
  top: -3px;
}
.logo-footer-home2 .newsletter a i {
  font-size: 18px;
  display: inline-block;
  padding-left: 15px;
}
.logo-footer-home2 .newsletter a:hover {
  color: #ee9051;
}
.logo-footer-home2 .newsletter a:hover i {
  color: #ee9051;
}

.copy-footer-home2 .copy {
  padding-left: 0;
}
.copy-footer-home2 .copy .copy-text {
  font-size: 18px;
  border-top: 2px solid #333;
}
.copy-footer-home2 .social-footer {
  padding-right: 0;
}
.copy-footer-home2 .social-footer .social-home2 {
  border-top: 2px solid #333;
}
.copy-footer-home2 .social-footer .social-home2 a {
  color: #333;
}
.copy-footer-home2 .social-footer .social-home2 a i {
  font-size: 18px;
}
.copy-footer-home2 .social-footer .social-home2 a:hover i {
  color: #ee9051;
}

.header-home2 .menu-home2 {
  transform: rotate(-90deg);
  position: fixed;
  top: 57%;
  left: -135px;
}
.header-home2 .menu-home2 .dropdown:hover {
  transform: unset;
}
.header-home2 .menu-home2 .dropdown-menu {
  transform: rotate(90deg);
  left: -170px;
  top: 210px;
}
.header-home2 .menu-home2 .dropdown-menu.mega-menu-shop {
  left: -315px;
  top: 360px;
}

/*end style homepage 2*/
/* home page 3*/
.slider-home3 button.slick-prev {
  width: 60px;
  height: 60px;
  background: black;
  border-radius: 0;
  border: 0;
  top: 130px;
  z-index: 30;
  right: 48.4%;
}
.slider-home3 button.slick-prev:before {
  content: '\e64b';
  color: #fff;
}
.slider-home3 button.slick-next {
  width: 60px;
  height: 60px;
  background: black;
  border-radius: 0;
  border: 0;
  top: 60px;
  z-index: 30;
  right: 48.4%;
}
.slider-home3 button.slick-next:before {
  content: '\e648';
  color: #fff;
}
.slider-home3 .text-slider-home3 {
  padding-top: 40%;
  line-height: 1;
  justify-content: center;
}
.slider-home3 .text-slider-home3 .title-slider {
  transform: translateX(-2000px);
  font-size: 160px;
  letter-spacing: -4px;
}
.slider-home3 .text-slider-home3 .title-slider .dot-red {
  font-size: 180px;
  color: #df0726;
  left: -30px;
}
.slider-home3 .text-slider-home3 .title-slider .year {
  font-size: 30px;
  top: -70px;
  left: -38px;
  transform: translateX(2000px);
}
.slider-home3 .text-slider-home3 .des-slider {
  font-size: 20px;
  padding: 0 15%;
  transform: translateX(2000px);
}
.slider-home3 .text-slider-home3 .btn-slider {
  transition: all 1.5s cubic-bezier(0.02, 2.32, 0.78, 0.17);
  opacity: 0;
  transform: scale(0);
  text-align: center;
}
.slider-home3 .text-slider-home3 .btn-slider a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 35px 85px;
  background: black;
}
.slider-home3 .text-slider-home3 .btn-slider a:hover {
  background: #ee9051;
}
.slider-home3 .text-slider-home3 .social-home3 {
  justify-content: center;
}
.slider-home3 .text-slider-home3 .social-home3 a {
  color: black;
  font-size: 18px;
}
.slider-home3 .text-slider-home3 .social-home3 a:hover {
  color: #ee9051;
}
.slider-home3 .slick-current.slick-active .title-slider {
  transform: translateX(0);
}
.slider-home3 .slick-current.slick-active .title-slider .year {
  transform: translateX(0);
}
.slider-home3 .slick-current.slick-active .des-slider {
  transform: translateX(0);
}
.slider-home3 .slick-current.slick-active .btn-slider {
  opacity: 1;
  transform: scale(1);
}

.collection-home3 .title-collection {
  bottom: 30%;
}
.collection-home3 .title-collection h2 {
  font-size: 50px;
}
.collection-home3 .title-collection p {
  font-size: 18px;
  width: 90%;
}
.collection-home3 .title-collection p a {
  color: black;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.collection-home3 .title-collection p a:hover {
  color: #ee9051;
}
.collection-home3 .title-collection.title-1 {
  bottom: 50%;
  right: 5%;
  top: 10%;
}
.collection-home3 .title-collection.title-2 {
  bottom: 50%;
  left: 10%;
  top: 10%;
}
.collection-home3 .title-collection.title-3 {
  right: 0;
  padding-left: 50%;
}
.collection-home3 .title-collection.title-3 p {
  width: 98%;
}

.brand .brand-slider button.slick-prev {
  opacity: 0;
}
.brand .brand-slider button.slick-next {
  opacity: 0;
}
.brand .brand-slider:hover button.slick-prev {
  opacity: 1;
}
.brand .brand-slider:hover button.slick-next {
  opacity: 1;
}

.newsletter-home3 {
  border-top: 1px solid #ddd;
}
.newsletter-home3.no-border {
  border-top: 0;
}
.newsletter-home3.BG {
  border-top: 0;
  background: #f2f2f2;
}
.newsletter-home3.BG form input {
  background: #f2f2f2;
}
.newsletter-home3 h1 {
  font-size: 55px;
}
.newsletter-home3 p {
  font-size: 18px;
}
.newsletter-home3 form {
  width: 55%;
  margin: 0 auto;
}
.newsletter-home3 form input {
  padding-left: 30px;
  height: 70px;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 18px;
  box-shadow: unset;
}
.newsletter-home3 form button {
  background: black;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  color: #fff;
  width: 340px;
  transition: all 0.3s ease;
}
.newsletter-home3 form button:hover {
  background: #ee9051;
}

.insta_home3 .column-20 {
  width: 20%;
  float: left;
}
.insta_home3 .column-20 .icon-insta {
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  transform: scale(0);
  transition: all 0.3s ease;
}
.insta_home3 .column-20 .icon-insta i {
  color: #fff;
  font-size: 36px;
  display: inline-block;
  padding-top: 44%;
}
.insta_home3 .column-20:hover .icon-insta {
  transform: scale(1);
}

/*end style homepage 3*/
/*style homepage 4*/
.img-zoom-lens {
  position: absolute;
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}

.img-zoom-result {
  /*set the size of the result div:*/
  position: absolute;
  bottom: 15%;
  right: 10%;
  width: 170px;
  height: 225px;
}

.slider-home4 .text-slider {
  top: 30%;
  left: 5%;
}
.slider-home4 .text-slider h1 {
  font-size: 90px;
  line-height: 0.9;
  transform: translateX(-2000px);
  opacity: 0;
}
.slider-home4 .text-slider .des-slider {
  font-size: 20px;
  padding-bottom: 190px;
  transform: translateX(2000px);
  opacity: 0;
}
.slider-home4 .text-slider .social-home3 {
  justify-content: left;
  opacity: 0;
}
.slider-home4 .text-slider .social-home3 a {
  color: black;
  font-size: 18px;
}
.slider-home4 .text-slider .social-home3 a:hover {
  color: #ee9051;
}
.slider-home4 .seasion {
  top: 25%;
  right: 2%;
}
.slider-home4 .seasion p {
  font-size: 24px;
  transform: rotate(90deg) translateX(-2000px);
}
.slider-home4 .slick-dots {
  transform: rotate(90deg);
  right: 5%;
  bottom: 30%;
  width: unset;
}
.slider-home4 .slick-dots li {
  display: none;
}
.slider-home4 .slick-dots li a {
  font-family: 'FuturaPT Heavy';
  color: black;
}
.slider-home4 .slick-dots li a span {
  position: relative;
  top: -6px;
  padding: 0 10px;
}
.slider-home4 .slick-dots li.slick-active {
  display: inline-block;
}
.slider-home4 .slick-current.slick-active .text-slider h1 {
  transform: translateX(0);
  opacity: 1;
}
.slider-home4 .slick-current.slick-active .text-slider .des-slider {
  transform: translateX(0);
  opacity: 1;
}
.slider-home4 .slick-current.slick-active .text-slider .social-home3 {
  opacity: 1;
}
.slider-home4 .slick-current.slick-active .seasion p {
  transform: rotate(90deg) translateX(0);
}
.slider-home4 button.slick-prev {
  width: 60px;
  height: 60px;
  background: black;
  border-radius: 0;
  border: 0;
  top: 36%;
  right: 12.5%;
}
.slider-home4 button.slick-prev:before {
  content: '\e64b';
  color: #fff;
}
.slider-home4 button.slick-next {
  width: 60px;
  height: 60px;
  background: black;
  border-radius: 0;
  border: 0;
  top: 30%;
  right: 12.5%;
}
.slider-home4 button.slick-next:before {
  content: '\e648';
  color: #fff;
}

.collection-home4 .product {
  padding-right: 5px;
}
.collection-home4 .product .info-product {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  z-index: 10;
}
.collection-home4 .product:hover .info-product {
  opacity: 1;
  visibility: visible;
}
.collection-home4 .banner_collection .name_collection {
  text-align: center;
  font-size: 50px;
  color: black;
  line-height: 150px;
  width: 600px;
  background: rgba(255, 255, 255, 0.9);
  top: 40%;
  left: 14%;
}

.shipping-home4 .content {
  padding-left: 7%;
}
.shipping-home4 .content .title-ship {
  font-size: 28px;
  padding-top: 15px;
}
.shipping-home4 .content .des-ship {
  padding-top: 30px;
  font-size: 18px;
  line-height: 1.7;
}

.brand-home4 {
  padding: 0 285px;
}
.brand-home4 button.slick-prev {
  display: none !important;
}
.brand-home4 button.slick-next {
  display: none !important;
}

.blog-home4 .title-blog {
  font-size: 55px;
}
.blog-home4 .des-blog {
  font-size: 18px;
  line-height: 1.7;
}
.blog-home4 .content-blog .title-post {
  font-size: 28px;
}
.blog-home4 .content-blog .title-post a {
  color: black;
  transition: all 0.3s ease;
}
.blog-home4 .content-blog .title-post a:hover {
  color: #ee9051;
}
.blog-home4 .content-blog .day-post {
  font-size: 18px;
}
.blog-home4 .content-blog .des-post {
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 65px;
  padding-top: 10px;
  width: 98%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-home4 .content-blog .link-more {
  font-size: 16px;
  text-decoration: underline;
  color: black;
  transition: all 0.3s ease;
}
.blog-home4 .content-blog .link-more:hover {
  color: #ee9051;
}

/*end style homepage 4*/
/*style homepage 5*/
.slider-home5 .text-slider {
  top: 30%;
  right: 10%;
}
.slider-home5 .text-slider h1 {
  font-size: 90px;
  line-height: 0.9;
  transform: translateX(-2000px);
  opacity: 0;
}
.slider-home5 .text-slider .des-slider {
  font-size: 20px;
  padding-bottom: 90px;
  transform: translateX(2000px);
  opacity: 0;
}
.slider-home5 .text-slider .social-home3 {
  justify-content: left;
  opacity: 0;
}
.slider-home5 .text-slider .social-home3 a {
  color: black;
  font-size: 18px;
}
.slider-home5 .text-slider .social-home3 a:hover {
  color: #ee9051;
}
.slider-home5 .seasion {
  display: flex;
  top: 42%;
  right: -309px;
}
.slider-home5 .seasion p {
  font-size: 18px;
  color: #fff;
  letter-spacing: 10px;
  transform: rotate(90deg) translateX(-2000px);
}
.slider-home5 .seasion button {
  transform: rotate(-90deg);
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #55120f;
  margin-right: 58px;
  position: relative;
  top: 10px;
}
.slider-home5 .seasion button svg {
  width: 36px;
  height: 36px;
}
.slider-home5 .seasion button i {
  color: #fff;
  position: relative;
  top: -36px;
}
.slider-home5 .slick-current.slick-active .text-slider h1 {
  transform: translateX(0);
  opacity: 1;
}
.slider-home5 .slick-current.slick-active .text-slider .des-slider {
  transform: translateX(0);
  opacity: 1;
}
.slider-home5 .slick-current.slick-active .text-slider .social-home3 {
  opacity: 1;
}
.slider-home5 .slick-current.slick-active .seasion p {
  transform: rotate(90deg) translateX(0);
}
.slider-home5 button.slick-prev {
  width: 60px;
  height: 60px;
  background: black;
  border-radius: 0;
  border: 0;
  top: unset;
  right: unset;
  bottom: 5%;
  left: 5%;
}
.slider-home5 button.slick-prev:before {
  content: '\e64a';
  color: #fff;
}
.slider-home5 button.slick-next {
  width: 60px;
  height: 60px;
  background: black;
  border-radius: 0;
  border: 0;
  top: unset;
  right: unset;
  bottom: 5%;
  left: 9%;
}
.slider-home5 button.slick-next:before {
  content: '\e649';
  color: #fff;
}

.slider-nav-home5 {
  width: 740px;
  bottom: 20%;
  left: -150px;
}
.slider-nav-home5 .slick-slide {
  margin: 0 25px;
}
.slider-nav-home5 button {
  display: none !important;
}

.newsletter-home5 {
  background-image: url('../img/newletter_home5.jpg');
  background-position: 0 0;
  height: auto;
  background-repeat: no-repeat;
}
.newsletter-home5 .form-home5 {
  width: 55%;
  padding: 168px 0 188px 50px;
}
.newsletter-home5 .form-home5 .title-news {
  font-size: 55px;
}
.newsletter-home5 .form-home5 .des-news {
  font-size: 18px;
  margin-bottom: 70px;
}
.newsletter-home5 .form-home5 form input {
  height: 70px;
  border-radius: 0;
  border: 0;
  margin-bottom: 30px;
  font-size: 18px;
  padding-left: 30px;
}
.newsletter-home5 .form-home5 form button {
  border: 0;
  border-radius: 0;
  line-height: 70px;
  width: 250px;
  background: black;
  color: #fff;
  font-size: 16px;
}
.newsletter-home5 .form-home5 form button:hover {
  background: #ee9051;
}

.collection_home5 .flex {
  justify-content: center;
}
.collection_home5 .flex .midle {
  position: relative;
  top: 80px;
}
.collection_home5 .info-collection {
  bottom: 10%;
  left: 20%;
}
.collection_home5 .info-collection .title-collection {
  font-size: 50px;
}
.collection_home5 .info-collection .des-collection {
  font-size: 18px;
  width: 90%;
}
.collection_home5 .info-collection .link-collection {
  font-size: 16px;
  text-decoration: underline;
}
.collection_home5 .info-collection.ver2 {
  top: 20%;
  bottom: unset;
}
.collection_home5 .info-collection.ver3 {
  left: 50%;
  right: 0;
}

/*end style homepage 5*/
/*style homepage 6*/
.slider-home6 button.slick-prev {
  display: none !important;
}
.slider-home6 button.slick-next {
  display: none !important;
}
.slider-home6 .img_slider_1 img {
  opacity: 0;
  transform: translateX(-2000px);
}
.slider-home6 .img_slider_2 img {
  opacity: 0;
  transform: translateX(2000px);
}
.slider-home6 .text-slider-home6 {
  transition: all 1.5s cubic-bezier(0.26, 2.24, 0.93, 0.43);
  transform: scale(0);
  opacity: 0;
  top: 50%;
  left: 39%;
}
.slider-home6 .text-slider-home6 .btn-slider a {
  color: #fff;
  font-size: 60px;
  padding: 2px 50px 9px;
  background: black;
  transition: all 0.3s ease;
}
.slider-home6 .text-slider-home6 .btn-slider a:hover {
  background: #ee9051;
}
.slider-home6 .text-slider-home6 .des-slider {
  font-size: 18px;
  letter-spacing: 7px;
  text-align: center;
}
.slider-home6 .slick-current.slick-active .text-slider-home6 {
  opacity: 1;
  transform: scale(1);
}
.slider-home6 .slick-current.slick-active .img_slider_1 img {
  opacity: 1;
  transform: translateX(0);
}
.slider-home6 .slick-current.slick-active .img_slider_2 img {
  opacity: 1;
  transform: translateX(0);
}

.section-bestseller-home1.home6 .des-bestseller.text-center {
  margin: 0 auto 50px;
}
.section-bestseller-home1.home6 #btn-selection {
  margin: 0 150px 50px;
}
.section-bestseller-home1.home6 .slick-bestseller-home6 {
  margin: 0 150px;
}

.banner_home6 .text-banner {
  top: 18%;
  left: 14%;
}
.banner_home6 .text-banner .des-banner {
  font-size: 24px;
  padding: 10px 38px;
  background: #fff;
  letter-spacing: 8px;
  margin-left: 50px;
}
.banner_home6 .text-banner .title-banner {
  font-size: 120px;
  color: #5588ef;
  text-align: center;
  margin-bottom: 110px;
}
.banner_home6 .text-banner .link-shop {
  font-size: 16px;
  display: block;
  text-align: center;
}
.banner_home6 .text-banner .link-shop .line {
  width: 85px;
  background: #928c76;
  left: 38%;
}

.collection-home6 .flex {
  justify-content: center;
}
.collection-home6 .link-collection {
  font-size: 24px;
  padding: 8px 50px;
  background: #fff;
  bottom: 50px;
}

.section-bestseller-home1 .slick-newarrival {
  margin: 0 150px;
}
.section-bestseller-home1 .slick-newarrival button.slick-prev {
  opacity: 0;
}
.section-bestseller-home1 .slick-newarrival button.slick-next {
  opacity: 0;
}
.section-bestseller-home1:hover .slick-newarrival button.slick-prev {
  opacity: 1;
}
.section-bestseller-home1:hover .slick-newarrival button.slick-next {
  opacity: 1;
}

.blog-home4.BG {
  background: #f2f2f2;
  padding-right: 165px;
  padding-left: 165px;
}

/*end style homepage 6*/
/* style homepage 7*/
.slider-home7 button.slick-prev {
  display: none !important;
}
.slider-home7 button.slick-next {
  display: none !important;
}
.slider-home7 .text-slider {
  bottom: 5%;
  left: 5%;
}
.slider-home7 .text-slider .title-slider {
  transform: translateX(-2000px);
  color: #fff;
  font-size: 90px;
  margin-bottom: 60px;
  opacity: 0;
}
.slider-home7 .text-slider .des-slider {
  transform: translateX(2000px);
  color: #fff;
  font-size: 20px;
  opacity: 0;
}
.slider-home7 .text-slider .social-home3 {
  right: 15%;
  bottom: 5%;
  transform: scale(0);
}
.slider-home7 .text-slider .social-home3 a {
  color: #fff;
}
.slider-home7 .text-slider .social-home3 a i {
  font-size: 18px;
}
.slider-home7 .text-slider .social-home3 a:hover {
  color: #ee9051;
}
.slider-home7 .slick-current.slick-active .text-slider .title-slider {
  transform: translateX(0);
  opacity: 1;
}
.slider-home7 .slick-current.slick-active .text-slider .des-slider {
  transform: translateX(0);
  opacity: 1;
}
.slider-home7 .slick-current.slick-active .text-slider .social-home3 {
  transform: scale(1);
}
.slider-home7 .slick-dots {
  transform: rotate(90deg);
  right: -43%;
  top: 62%;
  bottom: unset;
}
.slider-home7 .slick-dots li {
  font-family: 'FuturaPT Heavy';
  transform: rotate(-90deg);
}
.slider-home7 .slick-dots li.slick-active {
  transform: scale(1.5) rotate(-90deg);
}
.slider-home7 .slick-dots li a {
  color: #fff;
}

.video-home7 .title-video {
  top: 25%;
  width: 100%;
  color: #fff;
  font-size: 80px;
}
.video-home7 .btn-video-home7 {
  bottom: 30%;
  left: 47%;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 8px solid #935c39;
  background: #ee9051;
  transition: all 0.3s ease;
}
.video-home7 .btn-video-home7 svg {
  height: 0px;
  width: 0;
}
.video-home7 .btn-video-home7 i {
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.video-home7 .btn-video-home7:hover {
  background: #935c39;
}

.testimonial.ver7 {
  background: #1e1e1e;
}
.testimonial.ver7 .title-testi {
  color: #fff;
}
.testimonial.ver7 .des-testi {
  color: #fff;
}
.testimonial.ver7 .content-comment .stt-comment {
  color: #292929;
}
.testimonial.ver7 .content-comment .des-comment {
  color: #fff;
}
.testimonial.ver7 .content-comment .model {
  color: #979797;
}
.testimonial.ver7 .content-comment .author-comment {
  color: #fff;
}
.testimonial.ver7 .slick-dots {
  bottom: -130px;
}
.testimonial.ver7 .slick-dots li {
  width: 10px;
}
.testimonial.ver7 .slick-dots li button:before {
  color: #fff;
}
.testimonial.ver7 .slick-dots li.slick-active button {
  border: 1px solid #fff;
  color: #fff;
}

.contact-home1.ver7 {
  background: #fff;
}
.contact-home1.ver7 .col-about-home1 .title-about-home1 {
  color: black;
}
.contact-home1.ver7 .col-about-home1 .des-about-home1 {
  color: black;
}
.contact-home1.ver7 .col-about-home1 .location {
  color: black;
}
.contact-home1.ver7 .lastest-post {
  padding-left: 6%;
}
.contact-home1.ver7 .lastest-post h4 {
  color: black;
}
.contact-home1.ver7 .lastest-post h5 a {
  color: black;
}
.contact-home1.ver7 .lastest-post h5 a:hover {
  color: #ee9051;
}
.contact-home1.ver7 .lastest-post p {
  color: black;
}
.contact-home1.ver7 .recent-tag h4 {
  color: black;
}
.contact-home1.ver7 .recent-tag a {
  color: black;
  border: 1px solid black;
}
.contact-home1.ver7 .recent-tag a:hover {
  background: black;
  color: #ee9051;
}
.contact-home1.ver7 .instagram {
  padding-left: 15px;
}
.contact-home1.ver7 .instagram .title-about-home1 {
  font-size: 24px;
  color: black;
}
.contact-home1.ver7 .instagram .des-about {
  color: #909090;
  font-size: 18px;
}
.contact-home1.ver7 .instagram form input {
  font-size: 18px;
  padding-left: 30px;
  height: 70px;
  width: 98%;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  box-shadow: unset;
}
.contact-home1.ver7 .instagram form input::-webkit-input-placeholder {
  color: #909090;
}
.contact-home1.ver7 .instagram form button {
  margin-top: 10px;
  line-height: 70px;
  border: 0;
  border-radius: 0;
  background: black;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
  width: 60%;
  text-align: center;
}
.contact-home1.ver7 .instagram form button:hover {
  background: #ee9051;
}

.copyright span {
  display: block;
  border-top: 1px solid #e1e1e1;
}

/*end style homepage 7*/
/* style contact page*/

.content-contact .local .title-local {
  font-size: 55px;
}
.content-contact .local i {
  font-size: 30px;
  position: relative;
  top: 6px;
  padding-right: 30px;
}
.content-contact .local span.bold {
  font-size: 22px;
}
.content-contact .local .text {
  font-size: 18px;
  padding-left: 60px;
}
.content-contact .local .des-local {
  font-size: 18px;
  width: 90%;
  line-height: 1.5;
}
.content-contact .subscribe .title-sub {
  font-size: 55px;
}
.content-contact .subscribe input {
  height: 60px;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  font-size: 18px;
  padding-left: 30px;
}
.content-contact .subscribe button {
  text-align: center;
  line-height: 60px;
  border: 0;
  border-radius: 0;
  background: black;
  color: #fff;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}
.content-contact .subscribe button:hover {
  background: #ee9051;
}

.map-contact #map {
  height: 800px;
}
.map-contact img {
  top: 18%;
  right: 10%;
  z-index: 1;
}

/*end style contact page*/
/*style 404 page*/
.page404 {
  padding: 150px 0;
  border-top: 1px solid #ddd;
}
.page404 .title-404 {
  font-size: 350px;
}
.page404 .text-error {
  font-size: 36px;
}
.page404 .des-404 {
  font-size: 18px;
}
.page404 .link-to-home {
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  width: 300px;
  background: black;
  display: inline-block;
  transition: all 0.3s ease;
}
.page404 .link-to-home:hover {
  background: #ee9051;
}
.page404 input {
  height: 60px;
  border-radius: 0;
  padding-left: 30px;
  width: 60%;
  margin: 0 auto;
  font-size: 18px;
}

/*end style 404 page*/
/*style faq page*/
.content-faq {
  padding: 0 165px;
}
.content-faq .title-faq {
  font-size: 55px;
}
.content-faq .des-faq {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
  margin-bottom: 10px;
}
.content-faq .accordion {
  font-size: 24px;
}
.content-faq .panel p {
  font-size: 18px;
}
.content-faq .row-2 {
  margin: 0;
}
.content-faq .content-main-faq {
  border-top: 1px solid #ddd;
}

/*end style faq page*/
/*style about 1 page*/
.content-about-page .text-about {
  padding-top: 6%;
}
.content-about-page .text-about.ver1 {
  padding-left: 10%;
}
.content-about-page .text-about .title-about {
  font-size: 55px;
}
.content-about-page .text-about .des-about {
  font-size: 20px;
  width: 90%;
}

/*end style about 1 page*/
/*style about 2 page*/
.collection-about-page .img-middle {
  padding-top: 9%;
}
.collection-about-page .text-collection {
  padding-top: 10%;
}
.collection-about-page .text-collection .title-about {
  font-size: 55px;
}
.collection-about-page .text-collection .des-about {
  font-size: 18px;
}
.collection-about-page .text-collection .link-collection {
  font-size: 16px;
  text-decoration: underline;
}

.content-about-page-2 {
  border-bottom: 1px solid #ddd;
  padding-top: 150px;
  padding-bottom: 150px;
}
.content-about-page-2 .title-content {
  font-size: 55px;
  margin-top: 0;
}
.content-about-page-2 .des-content {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.content-about-page-2 .content {
  font-size: 18px;
  line-height: 1.5;
}
.aboutus .banner_page.v2 .text_banner {
  top: 32%;
}
.aboutus .cuter .counter {
  padding: 10px 0;
}
.aboutus .cuter .counter .counter1 {
  margin-left: 0;
  margin-right: 0;
}
.aboutus .cuter .counter .counter1 .col-md-3 p {
  font-size: 14px;
  color: #cbcbcb;
  letter-spacing: 1px;
}
.aboutus .cuter .counter .counter1 .col-md-3 .counte {
  font-weight: 300;
  color: #3e976c;
  font-size: 48px;
}
.aboutus .title-testi {
  line-height: 27px;
  color: #3e976c;
  font-weight: 300;
}
.aboutus .slick-testimonial .slick-dots {
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}
.aboutus .slick-testimonial .slick-dots li {
  width: 10px;
  height: 10px;
}
.aboutus .slick-testimonial .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
.aboutus .slick-testimonial .slick-dots li button:before {
  line-height: 10px;
  font-size: 7px;
  width: 10px;
  height: 10px;
}
.aboutus .slick-testimonial .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #3e976c;
}
.aboutus .slick-testimonial .slick-dots li button:hover:before,
.slick-testimonial .slick-dots li button:focus:before {
  opacity: 1;
  color: #3e976c;
}
.aboutus .slick-testimonial .slick-prev:before {
  font-size: 48px;
  color: #777777;
}
.aboutus .slick-testimonial .slick-next:before {
  font-size: 48px;
  color: #777777;
}
.aboutus .content-tes p {
  color: #3c3c3c;
  font-weight: 700;
}
.aboutus .content-tes p span {
  font-weight: 400;
  line-height: 30px;
  color: #cbcbcb;
}
.aboutus .content-tes h4 {
  text-transform: inherit;
  line-height: 30px;
  color: #000;
}
.aboutus .slick-testimonial {
  max-width: 560px;
  margin: auto;
}
.aboutus .testimonia .content-tes img {
  margin: 0 auto;
}
.aboutus .slick-team .slick-dots {
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}
.aboutus .slick-team .slick-dots li {
  width: 10px;
  height: 10px;
}
.aboutus .slick-team .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
.aboutus .slick-team .slick-dots li button:before {
  line-height: 10px;
  font-size: 7px;
  width: 10px;
  height: 10px;
}
.aboutus .slick-team .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #3e976c;
}
.aboutus .slick-team .slick-dots li button:hover:before,
.slick-team .slick-dots li button:focus:before {
  opacity: 1;
  color: #3e976c;
}

.aboutus .slick-team .slick-slide {
  padding: 15px;
}
.aboutus .team {
  background: #f6f8f7;
  padding-bottom: 160px;
  padding-top: 120px;
}
.aboutus .name-team .name {
  line-height: 27px;
  color: #3c3c3c;
  font-weight: 700;
  background: #fff;
}
.aboutus .name-team .name span {
  font-weight: 400;
  line-height: 30px;
  color: #cbcbcb;
}

.aboutus .text_banner .button-about {
  width: 130px;
  height: 40px;
  line-height: 40px;
  border-radius: 999px;
  font-size: 12px;
  padding: 0;
  border: 0;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000000;
  background: #bdefd7;
  transition: all 0.3s ease;
  display: inline-block;
}
.aboutus .text_banner .button-about:hover {
  background: #3e976c;
  font-weight: 600;
  color: #fff;
}
.aboutus .banner_page.v2 .text_banner h1 {
  text-transform: inherit;
  line-height: 60px;
}

.aboutus .banner_page.v2 .text_banner p {
  color: #3e976c;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .aboutus .slick-testimonial .slick-prev {
    top: 48%;
    left: -160px;
  }
  .aboutus .slick-testimonial .slick-next {
    top: 48%;
    right: -160px;
  }
}

/*end style about 2 page*/
/*style blog page*/
.blog-page .sidebar form {
  margin-left: 40px;
}
.blog-page .sidebar form input {
  height: 60px;
  padding-left: 30px;
  border-radius: 0;
  border: 1px solid #ddd;
  font-size: 18px;
}
.blog-page .sidebar form button {
  position: absolute;
  right: 30px;
  top: 22px;
  border: 0;
  border-radius: 0;
  background: #fff;
}
.blog-page .sidebar form button i {
  font-size: 18px;
}
.blog-page .sidebar ul li {
  list-style-type: none;
}
.blog-page .sidebar ul li .title {
  font-size: 28px;
  margin-bottom: 30px;
}
.blog-page .sidebar ul li .link-collection {
  font-size: 18px;
  line-height: 2.3;
  color: #333;
  transition: all 0.3s ease;
}
.blog-page .sidebar ul li .link-collection:hover {
  color: #ee9051;
}
.blog-page .sidebar ul.post li .post-name {
  margin-top: -3px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-page .sidebar ul.post li .post-day {
  color: #158a54;
}
.blog-page .sidebar ul.comment .column-80 {
  padding-left: 30px;
}
.blog-page .sidebar ul.comment h4 {
  margin-top: 0;
}
.blog-page .sidebar ul.comment p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
}
.blog-page .sidebar ul.comment p a {
  color: #f1a674;
}
.blog-page .sidebar-left form {
  margin-right: 40px;
  margin-left: 0;
}
.blog-page .sidebar-left form input {
  height: 60px;
  padding-left: 30px;
  border-radius: 0;
  border: 1px solid #ddd;
  font-size: 18px;
}
.blog-page .sidebar-left form button {
  position: absolute;
  right: 30px;
  top: 22px;
  border: 0;
  border-radius: 0;
  background: #fff;
}
.blog-page .sidebar-left form button i {
  font-size: 18px;
}
.blog-page .sidebar-left ul {
  padding-left: 0;
  padding-right: 30px;
}
.blog-page .sidebar-left ul li {
  list-style-type: none;
}
.blog-page .sidebar-left ul li .title {
  font-size: 28px;
  margin-bottom: 30px;
}
.blog-page .sidebar-left ul li .link-collection {
  font-size: 18px;
  line-height: 2.3;
  color: #333;
  transition: all 0.3s ease;
}
.blog-page .sidebar-left ul li .link-collection:hover {
  color: #ee9051;
}
.blog-page .sidebar-left ul.post li .post-name {
  margin-top: -3px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-page .sidebar-left ul.post li .post-day {
  color: #158a54;
}
.blog-page .sidebar-left ul.comment .column-80 {
  padding-left: 30px;
}
.blog-page .sidebar-left ul.comment h4 {
  margin-top: 0;
}
.blog-page .sidebar-left ul.comment p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
}
.blog-page .sidebar-left ul.comment p a {
  color: #f1a674;
}
.blog-page .content-blog .title-post {
  font-size: 28px;
}
.blog-page .content-blog .title-post a {
  color: black;
  transition: all 0.3s ease;
}
.blog-page .content-blog .title-post a:hover {
  color: #ee9051;
}
.blog-page .content-blog .day-post {
  font-size: 18px;
}
.blog-page .content-blog .des-post {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 65px;
  padding-top: 10px;
  width: 98%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-page .content-blog .link-more {
  font-size: 16px;
  text-decoration: underline;
  color: black;
  transition: all 0.3s ease;
}
.blog-page .content-blog .link-more:hover {
  color: #ee9051;
}

.pagination li a {
  border: 0;
  border-radius: 0;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  color: #909090;
  transition: all 0.3s ease;
  font-size: 18px;
  margin-right: 10px;
}
.pagination li a i {
  font-size: 14px;
}
.pagination li a.active {
  color: black;
}
.pagination li a.border {
  border: 1px solid #ddd;
}
.pagination li a:hover {
  color: black;
  background: #fff;
}

/*end blog page*/
/*------blog detail--------*/
.blog-detail-page .row.flex {
  justify-content: center;
}
.blog-detail-page .title-post {
  font-size: 48px;
  margin-bottom: 25px;
}
.blog-detail-page .day-post {
  font-size: 18px;
  margin-bottom: 50px;
}
.blog-detail-page .des-post {
  font-size: 18px;
  line-height: 1.5;
}
.blog-detail-page .des-post.des-post-special {
  padding: 60px 80px;
}
.blog-detail-page .des-post.des-post-special img {
  left: 47px;
}
.blog-detail-page .collection-post i {
  font-size: 18px;
  color: #ee9051;
}
.blog-detail-page .collection-post span {
  font-size: 18px;
}
.blog-detail-page .collection-post a {
  color: #909090;
  font-size: 18px;
}
.blog-detail-page .view-post span {
  font-size: 18px;
}
.blog-detail-page .view-post span i {
  font-size: 18px;
  color: #ee9051;
}
.blog-detail-page .comment-post .title-comment-post {
  font-size: 55px;
}
.blog-detail-page .comment-post .des-comment-post {
  font-size: 18px;
}
.blog-detail-page .comment-post form textarea {
  height: 200px;
  resize: none;
  border-radius: 0;
  border: 1px solid #ddd;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 20px;
  box-shadow: unset;
}
.blog-detail-page .comment-post form input {
  height: 60px;
  border-radius: 0;
  border: 1px solid #ddd;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 20px;
  width: 49.1%;
  box-shadow: unset;
}
.blog-detail-page .comment-post form button {
  font-size: 16px;
  color: #fff;
  border-radius: 0;
  border: 0;
  line-height: 60px;
  width: 230px;
  background: black;
  transition: all 0.3s ease;
}
.blog-detail-page .comment-post form button:hover {
  background: #ee9051;
}

/*----end--------*/
/*------style shop page-------*/
.shop-page .content-shop {
  width: 60%;
}
.shop-page .content-shop .btn-function-shop .showing {
  font-size: 18px;
  color: #909090;
  margin-right: 25px;
}
.shop-page .content-shop .btn-function-shop button {
  background: #fff;
  border: 0;
}
.shop-page .content-shop .btn-function-shop button i {
  font-size: 18px;
  display: inline-block;
  padding: 10px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}
.shop-page .content-shop .btn-function-shop button:hover i {
  color: #ee9051;
}
.shop-page .content-shop .btn-function-shop button.active i {
  color: #ee9051;
}
.shop-page .sidebar {
  width: 40%;
}
.shop-page .sidebar ul li {
  list-style-type: none;
}
.shop-page .sidebar ul li .title {
  font-size: 28px;
  margin-bottom: 30px;
}
.shop-page .sidebar ul li .link-collection {
  font-size: 18px;
  line-height: 2.3;
  color: #333;
  transition: all 0.3s ease;
}
.shop-page .sidebar ul li .link-collection:hover {
  color: #ee9051;
}
.shop-page .sidebar ul.category .accordion {
  padding: 0;
}
.shop-page .sidebar ul.category .accordion:after {
  float: right;
}
.shop-page .sidebar ul.price .range-p {
  font-size: 18px;
  color: #333;
}
.shop-page .sidebar ul.price .range-p button {
  background: #fff;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  transition: all 0.3s ease;
}
.shop-page .sidebar ul.price .range-p button i {
  font-size: 18px;
  margin-right: 15px;
}
.shop-page .sidebar ul.price .range-p button:hover {
  color: #ee9051;
}
.shop-page .sidebar ul.popular li a {
  line-height: 40px;
  padding: 0 25px;
  border: 1px solid black;
  display: inline-block;
  margin-bottom: 10px;
}
.shop-page .sidebar-left {
  width: 40%;
}
.shop-page .sidebar-left ul li {
  list-style-type: none;
}
.shop-page .sidebar-left ul li .title {
  font-size: 28px;
  margin-bottom: 30px;
}
.shop-page .sidebar-left ul li .link-collection {
  font-size: 18px;
  line-height: 2.3;
  color: #333;
  transition: all 0.3s ease;
}
.shop-page .sidebar-left ul li .link-collection:hover {
  color: #ee9051;
}
.shop-page .sidebar-left ul.category .accordion {
  padding: 0;
}
.shop-page .sidebar-left ul.category .accordion:after {
  float: right;
}
.shop-page .sidebar-left ul.price .range-p {
  font-size: 18px;
  color: #333;
}
.shop-page .sidebar-left ul.price .range-p button {
  background: #fff;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  transition: all 0.3s ease;
}
.shop-page .sidebar-left ul.price .range-p button i {
  font-size: 18px;
  margin-right: 15px;
}
.shop-page .sidebar-left ul.price .range-p button:hover {
  color: #ee9051;
}
.shop-page .sidebar-left ul.popular li a {
  line-height: 40px;
  padding: 0 25px;
  border: 1px solid black;
  display: inline-block;
  margin-bottom: 10px;
}

/*----end--------*/
/*-----product detail------*/
.slick-product-detail button.slick-prev {
  display: none !important;
}
.slick-product-detail button.slick-next {
  display: none !important;
}

.slick-nav-product-detail button.slick-prev {
  display: none !important;
}
.slick-nav-product-detail button.slick-next {
  display: none !important;
}

.product-detail .info-product-detail .title-product {
  font-size: 36px;
  margin-top: 0;
}
.product-detail .info-product-detail .price {
  font-size: 30px;
}
.product-detail .info-product-detail .product-preview i {
  font-size: 18px;
  color: #ee9051;
}
.product-detail .info-product-detail .product-preview span {
  font-size: 18px;
  color: #333;
}
.product-detail .info-product-detail .product-preview span.line-space {
  top: -8px;
  margin: 0 5px;
}
.product-detail .info-product-detail .select {
  width: 300px;
  text-transform: uppercase;
  margin-left: 0;
  padding: 25px;
  border: 1px solid #ddd;
}
.product-detail .info-product-detail .select .select-styled {
  font-size: 14px;
  letter-spacing: 2px;
  font-family: 'FuturaPT Demi';
  padding: 0 25px;
}
.product-detail .info-product-detail .select .select-styled:after {
  top: 0px;
  right: 25px;
}
.product-detail .info-product-detail .select .select-options {
  font-family: 'FuturaPT Demi';
  font-size: 14px;
  top: 100%;
}
.product-detail .info-product-detail .select .select-options li {
  text-indent: 25px;
}
.product-detail .info-product-detail .btn-function .input-number {
  width: 140px;
  height: 60px;
  border: 1px solid #ddd;
  margin-right: 30px;
  font-size: 20px;
  text-align: left !important;
  padding-left: 25px;
}
.product-detail .info-product-detail .btn-function .input-group-button {
  cursor: pointer;
}
.product-detail
  .info-product-detail
  .btn-function
  .input-group-button.down-btn {
  right: 47px;
  bottom: 10px;
}
.product-detail .info-product-detail .btn-function .input-group-button.up-btn {
  right: 50px;
  top: 10px;
}
.product-detail
  .info-product-detail
  .btn-function
  form
  button.enj-add-to-cart-btn {
  width: 400px;
  line-height: 60px;
  border: 1px solid black;
  margin-right: 30px;
  letter-spacing: 1px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.product-detail
  .info-product-detail
  .btn-function
  form
  button.enj-add-to-cart-btn:hover {
  color: #ee9051;
  border: 1px solid #ee9051;
}
.product-detail .info-product-detail .btn-function a {
  color: #333;
  display: inline-flex;
  width: 80px;
  line-height: 60px;
  justify-content: center;
  border: 1px solid #ddd;
  margin-right: 30px;
  transition: all 0.3s ease;
}
.product-detail .info-product-detail .btn-function a i {
  font-size: 18px;
  padding-top: 20px;
}
.product-detail .info-product-detail .btn-function a:hover {
  color: #ee9051;
  border: 1px solid #ee9051;
}
.product-detail .info-product-detail .btn-tab {
  padding: 0;
  font-size: 24px;
}
.product-detail .info-product-detail .des-tab {
  font-size: 18px;
}
.product-detail .info-product-detail .review .title-review {
  font-size: 24px;
}
.product-detail .info-product-detail .review .content-review {
  font-size: 18px;
}
.product-detail .info-product-detail .form-review .title-form {
  font-size: 24px;
}
.product-detail .info-product-detail .form-review .des-review {
  font-size: 18px;
}
.product-detail .info-product-detail .form-review input {
  height: 60px;
  border-radius: 0;
  border: 1px solid #ddd;
  padding-left: 30px;
  font-size: 18px;
  width: 100%;
}
.product-detail .info-product-detail .form-review textarea {
  height: 200px;
  border-radius: 0;
  border: 1px solid #ddd;
  padding-left: 30px;
  font-size: 18px;
  resize: none;
  width: 100%;
  padding-top: 30px;
}
.product-detail .info-product-detail .form-review .rating {
  font-size: 24px;
}
.product-detail .info-product-detail .form-review .rating i {
  font-size: 18px;
  color: #ee9051;
}
.product-detail .info-product-detail .form-review button {
  line-height: 60px;
  color: #fff;
  background: black;
  width: 100%;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  transition: all 0.3s ease;
}
.product-detail .info-product-detail .form-review button:hover {
  background: #ee9051;
}
.product-detail .info-product-detail .info-more p {
  font-size: 18px;
}
.product-detail .info-product-detail .info-more p a {
  color: #333;
  transition: all 0.3s ease;
}
.product-detail .info-product-detail .info-more p a i {
  font-size: 18px;
}
.product-detail .info-product-detail .info-more p a:hover {
  color: #ee9051;
}

/*-------end------*/
/*-------style product detail 2------*/
.slick-nav-product-detail-vertical button.slick-prev {
  display: none !important;
}
.slick-nav-product-detail-vertical button.slick-next {
  display: none !important;
}

.slick-product-detail-vertical button.slick-prev {
  display: none !important;
}
.slick-product-detail-vertical button.slick-next {
  display: none !important;
}

.tab-content-detail .btn-tab {
  padding: 0;
  font-size: 24px;
}
.tab-content-detail .des-tab {
  font-size: 18px;
  width: 90%;
}
.tab-content-detail .review .title-review {
  font-size: 24px;
}
.tab-content-detail .review .content-review {
  font-size: 18px;
}
.tab-content-detail .form-review .title-form {
  font-size: 24px;
}
.tab-content-detail .form-review .des-review {
  font-size: 18px;
}
.tab-content-detail .form-review input {
  height: 60px;
  border-radius: 0;
  border: 1px solid #ddd;
  padding-left: 30px;
  font-size: 18px;
  width: 100%;
}
.tab-content-detail .form-review textarea {
  height: 200px;
  border-radius: 0;
  border: 1px solid #ddd;
  padding-left: 30px;
  font-size: 18px;
  resize: none;
  width: 100%;
  padding-top: 30px;
}
.tab-content-detail .form-review .rating {
  font-size: 24px;
}
.tab-content-detail .form-review .rating i {
  font-size: 18px;
  color: #ee9051;
}
.tab-content-detail .form-review button {
  line-height: 60px;
  color: #fff;
  background: black;
  width: 100%;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  transition: all 0.3s ease;
}
.tab-content-detail .form-review button:hover {
  background: #ee9051;
}
.tab-content-detail .btn-tab-product-detail {
  justify-content: center;
  display: flex;
  border: 0;
}
.tab-content-detail .btn-tab-product-detail li.active a {
  color: #ee9051;
  border: 0;
}
.tab-content-detail .btn-tab-product-detail li a {
  border: 0;
  color: black;
}
.tab-content-detail .btn-tab-product-detail li a:hover {
  background: #fff;
}

/*-------end------*/
.cart-table tbody tr td:first-child {
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cart-table tbody tr td .product-info a {
  font-size: 24px;
}
.cart-table tbody tr td .product-info p {
  font-size: 16px;
}
.cart-table tbody tr td .product-info p span {
  color: #909090;
}
.cart-table tbody tr td .price {
  font-size: 18px;
}
.cart-table tbody tr td.product-remove {
  text-align: center;
}
.cart-table tbody tr td.btn-fuction {
  margin-left: 10px;
}
.cart-table tbody tr td.btn-fuction .input-number {
  width: 140px;
  height: 60px;
  border: 1px solid #ddd;
  font-size: 20px;
  text-align: left !important;
  padding-left: 25px;
}
.cart-table tbody tr td.btn-fuction .down-btn {
  right: 22px;
  bottom: 8px;
}
.cart-table tbody tr td.btn-fuction .up-btn {
  right: 25px;
  top: 10px;
}
.cart-table tbody tr td.status .in-stock {
  font-size: 20px;
  color: #ee9051;
}
.cart-table tbody tr td.status .out-stock {
  font-size: 20px;
  color: black;
}

.table-cart-bottom .form-note h3 {
  font-size: 30px;
}
.table-cart-bottom .form-note label {
  font-size: 18px;
}
.table-cart-bottom .form-note textarea {
  width: 300px;
  border-radius: 0;
}
.table-cart-bottom .cart-text {
  margin-bottom: 50px;
}
.table-cart-bottom .cart-text .cart-element {
  justify-content: space-between;
  margin-bottom: 20px;
}
.table-cart-bottom .cart-text p {
  font-size: 18px;
}

.login_page h1 {
  font-size: 50px;
}
.login_page label {
  font-size: 18px;
}
.login_page input {
  height: 60px;
  padding-left: 30px;
  font-size: 18px;
  border-radius: 0;
  border: 1px solid #ddd;
  box-shadow: unset;
}
.login_page button {
  letter-spacing: 1px;
}

/*# sourceMappingURL=style-main.css.map */

/* --------------------------------------------------- style ciloe ----------------------------------------------------*/
#header .menu-main .column-20:nth-child(5) {
  clear: left;
}
.hover-filter img {
  transition: all 0.3s ease;
}
.hover-filter:hover img {
  filter: grayscale(70%);
}
.hover-filter:hover .animate {
  transform: translateY(-5px);
}
.lt-1 {
  letter-spacing: 1px;
}
.lt-2 {
  letter-spacing: 2px;
}
.lt-3 {
  letter-spacing: 3px;
}
.lt-6 {
  letter-spacing: 6px;
}
.slider-home-fullwidth .table {
  display: table !important;
  height: 920px;
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
.slider-home-fullwidth .table .ciloe-inner {
  display: table-cell;
  vertical-align: bottom;
}
.slider-home-fullwidth .table .ciloe-inner .btn-slider {
  display: inline-block;
  position: static;
  float: left;
}
.slider-home-fullwidth
  .table
  .ciloe-inner
  .btn-slider
  .cat-content-inner:after {
  content: '';
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  right: 0;
  height: 99999em;
}
.slider-home-fullwidth .table .ciloe-inner .btn-slider .img-slider {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  opacity: 0;
  transform: scale(1.2);
}
.slider-home-fullwidth .table .ciloe-inner .btn-slider.active .img-slider {
  opacity: 1;
  transform: scale(1);
}
.slider-home-fullwidth .table .ciloe-inner .btn-slider .cat-content-inner {
  opacity: 0.4;
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: center;
  padding: 80px 0;
}

.slider-home-fullwidth
  .table
  .ciloe-inner
  .btn-slider
  .cat-content-inner
  .link-cat {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 30px;
  opacity: 0;
}
.slider-home-fullwidth
  .table
  .ciloe-inner
  .btn-slider:hover
  .cat-content-inner {
  opacity: 1;
  transform: translateY(-30px);
}
.slider-home-fullwidth
  .table
  .ciloe-inner
  .btn-slider:hover
  .cat-content-inner
  .link-cat {
  opacity: 1;
}
.slider-home-fullwidth .table .ciloe-inner .btn-slider:hover .img-slider {
  opacity: 1;
  transform: scale(1);
}
.center {
  justify-content: center;
}
.social a {
  font-size: 14px;
}
.logo-header5 {
  transition: 0.3s;
}
.logo-header5.logo-hidden {
  margin-bottom: 0;
}
#header .searchform {
  margin-top: 25px;
}
#header .searchform input {
  width: 100%;
  height: 40px;
  border-radius: 40px !important;
  padding-left: 20px;
  background: #f3f3f3;
}
#header .searchform button {
  top: 12px;
  right: 20px;
}
/* ------------------------------------home classic---------------------------- */
.slider-home-classic .img-bg-slider {
  /* transform: scale(1.1); */
  transition: all 8s ease;
  min-height: 250px;
  object-fit: cover;
}
.slider-home-classic .text-slider {
  left: 8.4%;
  bottom: 11%;
}
.slider-home-classic .btn-slider {
  left: 8.4%;
  bottom: 11%;
}

.slider-home-classic .text-slider p.text-animate-1 {
  color: #828182;
  transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
  opacity: 0;
  transform: translateY(50px);
  font-weight: 600;
}
.slider-home-classic .text-slider p.text-animate-1 span {
  opacity: 0.6;
  font-weight: 400;
}
.slider-home-classic .text-slider h1 {
  font-size: 56px;
  font-weight: 600;
  transition: all 1.2s cubic-bezier(0.93, -0.01, 0.93, 0.63);
  opacity: 0;
}
.slider-home-classic .text-slider h1.text-animate-1 {
  transform: translateY(-80px);
}
.slider-home-classic .text-slider h1.text-animate-2 {
  transform: translateX(-80px);
}
.slider-home-classic .text-slider h1.text-animate-3 {
  transform: translateX(80px);
}

.slider-home-classic .btn-slider.v2 {
  font-weight: 500;
  transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
  opacity: 0;
  transform: translateY(50px);
}
.slider-home-classic .img-slider-1 {
  bottom: 0;
  right: 15%;
  opacity: 0;
  transform: translateX(80px);
  transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
}
.slider-home-classic .img-slider-2 {
  bottom: 0;
  right: 25%;
  opacity: 0;
  transform: translateX(-80px);
  transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
}
.slider-home-classic .slick-current.slick-active .img-bg-slider {
  transform: scale(1);
}
.slider-home-classic .slick-current.slick-active .img-slider-1 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-classic .slick-current.slick-active .img-slider-2 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-classic .slick-current.slick-active .text-slider p.text-animate-1 {
  opacity: 1;
  transform: translateY(0);
}
.slider-home-classic .slick-current.slick-active .btn-slider.v2 {
  opacity: 1;
  transform: translateY(0);
}
.slider-home-classic
  .slick-current.slick-active
  .text-slider
  h1.text-animate-1 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-classic
  .slick-current.slick-active
  .text-slider
  h1.text-animate-2 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-classic
  .slick-current.slick-active
  .text-slider
  h1.text-animate-3 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-classic .js-slider-home-classic .slick-dots {
  bottom: 11%;
  right: 7%;
  text-align: left;
}
.slider-home-classic .js-slider-home-classic .slick-dots li {
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 10px;
  overflow: hidden;
}
.slider-home-classic .js-slider-home-classic .slick-dots li a {
  font-weight: 600;
  color: #999999;
}
.slider-home-classic .js-slider-home-classic .slick-dots li.slick-active a {
  color: black;
}
.slider-home-classic .js-slider-home-classic .slick-dots li:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 1px;
  background: #999999;
  bottom: 0;
}
.slider-home-classic
  .js-slider-home-classic
  .slick-dots
  li.slick-active:before {
  background: black;
}
.slider-home-classic .js-slider-home-classic .slick-dots li:hover::before {
  animation: line-animate 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
  webkit-animation: line-animate 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.slider-home-classic .js-slider-home-classic .text-slider-right {
  right: 5%;
  bottom: 32%;
  transform: rotate(90deg);
}
.slider-home-classic .js-slider-home-classic .text-slider-right p {
  font-weight: 700;
}
.slider-home-classic .js-slider-home-classic .text-slider-right p span {
  transform: translateY(-80px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.71, -0.29, 0.72, 0.75);
}
.slider-home-classic
  .js-slider-home-classic
  .slick-current.slick-active
  .text-slider-right
  p
  span {
  transform: translateY(0);
  opacity: 1;
  display: inline-block;
}
.slider-home-classic .js-slider-home-classic .text-slider-right p:after {
  content: '';
  width: 70px;
  height: 1px;
  background: black;
  position: relative;
  display: inline-block;
  top: -5px;
  left: 20px;
}
/* ------------------------------------home v3---------------------------- */
.slider-home-v3 .img-bg-slider {
  transform: scale(1.1);
  transition: all 8s ease;
  min-height: 360px;
  object-fit: cover;
}
.slider-home-v3 .text-slider {
  left: 28.4%;
  bottom: 50%;
  transform: translateY(50%);
}
.slider-home-v3 .btn-slider {
  left: 28.4%;
  top: 11%;
}

.slider-home-v3 .text-slider p.text-animate-1 {
  color: #828182;
  transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
  opacity: 0;
  transform: translateY(50px);
  font-weight: 600;
}
.slider-home-v3 .text-slider p.text-animate-1 span {
  opacity: 0.6;
  font-weight: 400;
}
.slider-home-v3 .text-slider h1 {
  font-size: 48px;
  font-weight: 300;
  transition: all 1.2s cubic-bezier(0.93, -0.01, 0.93, 0.63);
  opacity: 0;
}
.slider-home-v3 .text-slider h1.text-animate-1 {
  transform: translateY(-80px);
}
.slider-home-v3 .text-slider h1.text-animate-2 {
  transform: translateX(-80px);
}
.slider-home-v3 .text-slider h1.text-animate-3 {
  transform: translateX(80px);
}
.slider-home-v3 .btn-slider {
  font-weight: 600;
  transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
  opacity: 0;
  transform: translateY(-50px);
}
.slider-home-v3 .img-slider-1 {
  bottom: 0;
  right: 15%;
  opacity: 0;
  transform: translateX(80px);
  transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
}
.slider-home-v3 .img-slider-2 {
  bottom: 0;
  right: 25%;
  opacity: 0;
  transform: translateX(-80px);
  transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
}
.slider-home-v3 .slick-current.slick-active .img-bg-slider {
  transform: scale(1);
}
.slider-home-v3 .slick-current.slick-active .img-slider-1 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-v3 .slick-current.slick-active .img-slider-2 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-v3 .slick-current.slick-active .text-slider p.text-animate-1 {
  opacity: 1;
  transform: translateY(0);
}
.slider-home-v3 .slick-current.slick-active .btn-slider {
  opacity: 1;
  transform: translateY(0);
}
.slider-home-v3 .slick-current.slick-active .text-slider h1.text-animate-1 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-v3 .slick-current.slick-active .text-slider h1.text-animate-2 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-v3 .slick-current.slick-active .text-slider h1.text-animate-3 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-v3 .js-slider-home-classic .slick-dots {
  bottom: 9%;
  right: 47%;
  text-align: left;
}
.slider-home-v3 .js-slider-home-classic .slick-dots li {
  width: 20px;
  height: 18px;
  position: relative;
  margin-right: 10px;
  overflow: hidden;
}
.slider-home-v3 .js-slider-home-classic .slick-dots li a {
  font-weight: 600;
  color: #999999;
  font-size: 12px;
}
.slider-home-v3 .js-slider-home-classic .slick-dots li.slick-active a {
  color: black;
}
.slider-home-v3 .js-slider-home-classic .slick-dots li:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 1px;
  background: #999999;
  bottom: 0;
}
.slider-home-v3 .js-slider-home-classic .slick-dots li.slick-active:before {
  background: black;
}
.slider-home-v3 .js-slider-home-classic .slick-dots li:hover::before {
  animation: line-animate 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
  webkit-animation: line-animate 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.slider-home-v3 .js-slider-home-classic .text-slider-right {
  right: 5%;
  bottom: 32%;
  transform: rotate(90deg);
}
.slider-home-v3 .js-slider-home-classic .text-slider-right p {
  font-weight: 700;
}
.slider-home-v3 .js-slider-home-classic .text-slider-right p span {
  transform: translateY(-80px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.71, -0.29, 0.72, 0.75);
}
.slider-home-v3
  .js-slider-home-classic
  .slick-current.slick-active
  .text-slider-right
  p
  span {
  transform: translateY(0);
  opacity: 1;
  display: inline-block;
}
.slider-home-v3 .js-slider-home-classic .text-slider-right p:after {
  content: '';
  width: 70px;
  height: 1px;
  background: black;
  position: relative;
  display: inline-block;
  top: -5px;
  left: 20px;
}
/* ------------------------------------home v7---------------------------- */
.slider-home-v7 .img-bg-slider {
  transform: scale(1.1);
  transition: all 8s ease;
  min-height: 360px;
  object-fit: cover;
}
.slider-home-v7 .text-slider {
  left: 10%;
  right: 10%;
  top: 20%;
}

.slider-home-v7 .text-slider p.text-animate-1 {
  color: #828182;
  transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
  opacity: 0;
  transform: translateY(50px);
  font-weight: 600;
}
.slider-home-v7 .text-slider p.text-animate-1 span {
  opacity: 0.6;
  font-weight: 400;
}
.slider-home-v7 .text-slider h1 {
  font-weight: 600;
  transition: all 1.2s cubic-bezier(0.93, -0.01, 0.93, 0.63);
  opacity: 0;
}
.slider-home-v7 .text-slider h1.text-animate-1 {
  transform: translateY(-80px);
}
.slider-home-v7 .text-slider h1.text-animate-2 {
  transform: translateX(-80px);
}
.slider-home-v7 .text-slider h1.text-animate-3 {
  transform: translateX(80px);
}
.slider-home-v7 .btn-slider {
  font-weight: 600;
  transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
  opacity: 0;
  transform: translateY(-50px);
}
.slider-home-v7 .img-slider-1 {
  bottom: 0;
  right: 15%;
  opacity: 0;
  transform: translateX(80px);
  transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
}
.slider-home-v7 .img-slider-2 {
  bottom: 0;
  right: 25%;
  opacity: 0;
  transform: translateX(-80px);
  transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
}
.slider-home-v7 .slick-current.slick-active .img-bg-slider {
  transform: scale(1);
}
.slider-home-v7 .slick-current.slick-active .img-slider-1 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-v7 .slick-current.slick-active .img-slider-2 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-v7 .slick-current.slick-active .text-slider p.text-animate-1 {
  opacity: 1;
  transform: translateY(0);
}
.slider-home-v7 .slick-current.slick-active .btn-slider {
  opacity: 1;
  transform: translateY(0);
}
.slider-home-v7 .slick-current.slick-active .text-slider h1.text-animate-1 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-v7 .slick-current.slick-active .text-slider h1.text-animate-2 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-v7 .slick-current.slick-active .text-slider h1.text-animate-3 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-v7 .js-slider-home-classic .slick-dots {
  bottom: 9%;
  right: 47%;
  text-align: left;
}
.slider-home-v7 .js-slider-home-classic .slick-dots li {
  width: 20px;
  height: 18px;
  position: relative;
  margin-right: 10px;
  overflow: hidden;
}
.slider-home-v7 .js-slider-home-classic .slick-dots li a {
  font-weight: 600;
  color: #999999;
  font-size: 12px;
}
.slider-home-v7 .js-slider-home-classic .slick-dots li.slick-active a {
  color: black;
}
.slider-home-v7 .js-slider-home-classic .slick-dots li:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 1px;
  background: #999999;
  bottom: 0;
}
.slider-home-v7 .js-slider-home-classic .slick-dots li.slick-active:before {
  background: black;
}
.slider-home-v7 .js-slider-home-classic .slick-dots li:hover::before {
  animation: line-animate 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
  webkit-animation: line-animate 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.slider-home-v7 .js-slider-home-classic .text-slider-right {
  right: 5%;
  bottom: 32%;
  transform: rotate(90deg);
}
.slider-home-v7 .js-slider-home-classic .text-slider-right p {
  font-weight: 700;
}
.slider-home-v7 .js-slider-home-classic .text-slider-right p span {
  transform: translateY(-80px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.71, -0.29, 0.72, 0.75);
}
.slider-home-v7
  .js-slider-home-classic
  .slick-current.slick-active
  .text-slider-right
  p
  span {
  transform: translateY(0);
  opacity: 1;
  display: inline-block;
}
.slider-home-v7 .js-slider-home-classic .text-slider-right p:after {
  content: '';
  width: 70px;
  height: 1px;
  background: black;
  position: relative;
  display: inline-block;
  top: -5px;
  left: 20px;
}
/* ------------------------------------home v4---------------------------- */
.slider-home-v4 .img-bg-slider {
  transform: scale(1.1);
  transition: all 8s ease;
  min-height: 270px;
  object-fit: cover;
}
.slider-home-v4 .text-slider {
  left: 28.4%;
  bottom: 50%;
  transform: translateY(50%);
}
.slider-home-v4 .btn-slider {
  left: 28.4%;
  top: 11%;
}

.slider-home-v4 .text-slider p.text-animate-1 {
  color: #828182;
  transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
  opacity: 0;
  transform: translateY(50px);
  font-weight: 600;
}
.slider-home-v4 .text-slider p.text-animate-1 span {
  opacity: 0.6;
  font-weight: 400;
}
.slider-home-v4 .text-slider h1 {
  font-weight: 300;
  transition: all 1.2s cubic-bezier(0.93, -0.01, 0.93, 0.63);
  opacity: 0;
}
.slider-home-v4 .text-slider h1.text-animate-1 {
  transform: translateY(-80px);
}
.slider-home-v4 .text-slider h1.text-animate-2 {
  transform: translateX(-80px);
}
.slider-home-v4 .text-slider h1.text-animate-3 {
  transform: translateX(80px);
}
.slider-home-v4 .btn-slider {
  font-weight: 600;
  transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
  opacity: 0;
  transform: translateY(-50px);
}
.slider-home-v4 .img-slider-1 {
  bottom: 0;
  right: 15%;
  opacity: 0;
  transform: translateX(80px);
  transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
}
.slider-home-v4 .img-slider-2 {
  bottom: 0;
  right: 25%;
  opacity: 0;
  transform: translateX(-80px);
  transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
}
.slider-home-v4 .slick-current.slick-active .img-bg-slider {
  transform: scale(1);
}
.slider-home-v4 .slick-current.slick-active .img-slider-1 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-v4 .slick-current.slick-active .img-slider-2 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-v4 .slick-current.slick-active .text-slider p.text-animate-1 {
  opacity: 1;
  transform: translateY(0);
}
.slider-home-v4 .slick-current.slick-active .btn-slider {
  opacity: 1;
  transform: translateY(0);
}
.slider-home-v4 .slick-current.slick-active .text-slider h1.text-animate-1 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-v4 .slick-current.slick-active .text-slider h1.text-animate-2 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-v4 .slick-current.slick-active .text-slider h1.text-animate-3 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-v4 .js-slider-home-classic .slick-dots {
  bottom: 9%;
  right: 47%;
  text-align: left;
}
.slider-home-v4 .js-slider-home-classic .slick-dots li {
  width: 20px;
  height: 18px;
  position: relative;
  margin-right: 10px;
  overflow: hidden;
}
.slider-home-v4 .js-slider-home-classic .slick-dots li a {
  font-weight: 600;
  color: #999999;
  font-size: 12px;
}
.slider-home-v4 .js-slider-home-classic .slick-dots li.slick-active a {
  color: black;
}
.slider-home-v4 .js-slider-home-classic .slick-dots li:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 1px;
  background: #999999;
  bottom: 0;
}
.slider-home-v4 .js-slider-home-classic .slick-dots li.slick-active:before {
  background: black;
}
.slider-home-v4 .js-slider-home-classic .slick-dots li:hover::before {
  animation: line-animate 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
  webkit-animation: line-animate 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.slider-home-v4 .js-slider-home-classic .text-slider-right {
  right: 5%;
  bottom: 32%;
  transform: rotate(90deg);
}
.slider-home-v4 .js-slider-home-classic .text-slider-right p {
  font-weight: 700;
}
.slider-home-v4 .js-slider-home-classic .text-slider-right p span {
  transform: translateY(-80px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.71, -0.29, 0.72, 0.75);
}
.slider-home-v4
  .js-slider-home-classic
  .slick-current.slick-active
  .text-slider-right
  p
  span {
  transform: translateY(0);
  opacity: 1;
  display: inline-block;
}
.slider-home-v4 .js-slider-home-classic .text-slider-right p:after {
  content: '';
  width: 70px;
  height: 1px;
  background: black;
  position: relative;
  display: inline-block;
  top: -5px;
  left: 20px;
}
/* ------------------------------------home v8---------------------------- */
.slider-home-v8 .img-bg-slider {
  transform: scale(1.1);
  transition: all 8s ease;
  min-height: 280px;
  object-fit: cover;
}
.slider-home-v8 .text-slider {
  left: 28.4%;
  bottom: 50%;
  transform: translateY(50%);
}
.slider-home-v8 .btn-slider {
  left: 28.4%;
  top: 11%;
}

.slider-home-v8 .text-slider p.text-animate-1 {
  transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
  opacity: 0;
  transform: translateY(-50px);
  font-weight: 300;
  letter-spacing: 1px;
}
.slider-home-v8 .text-slider p.text-animate-1 span {
  opacity: 0.6;
  font-weight: 400;
}
.slider-home-v8 .text-slider h1 {
  font-weight: 500;
  transition: all 1.2s cubic-bezier(0.93, -0.01, 0.93, 0.63);
  opacity: 0;
  letter-spacing: 1px;
  font-size: 30px;
}
.slider-home-v8 .text-slider h1.text-animate-1 {
  transform: translateY(-80px);
}
.slider-home-v8 .text-slider h1.text-animate-2 {
  transform: translateX(-80px);
}
.slider-home-v8 .text-slider h1.text-animate-3 {
  transform: translateX(80px);
}
.slider-home-v8 .btn-slider {
  font-weight: 500;
  transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
  opacity: 0;
  transform: translateY(-50px);
}
.slider-home-v8 .img-slider-1 {
  bottom: 0;
  right: 15%;
  opacity: 0;
  transform: translateX(80px);
  transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
}
.slider-home-v8 .img-slider-2 {
  bottom: 0;
  right: 25%;
  opacity: 0;
  transform: translateX(-80px);
  transition: all 1.2s cubic-bezier(0.71, -0.29, 0.72, 0.75);
}
.slider-home-v8 .slick-current.slick-active .img-bg-slider {
  transform: scale(1);
}
.slider-home-v8 .slick-current.slick-active .img-slider-1 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-v8 .slick-current.slick-active .img-slider-2 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-v8 .slick-current.slick-active .text-slider p.text-animate-1 {
  opacity: 1;
  transform: translateY(0);
}
.slider-home-v8 .slick-current.slick-active .btn-slider {
  opacity: 1;
  transform: translateY(0);
}
.slider-home-v8 .slick-current.slick-active .text-slider h1.text-animate-1 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-v8 .slick-current.slick-active .text-slider h1.text-animate-2 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-v8 .slick-current.slick-active .text-slider h1.text-animate-3 {
  opacity: 1;
  transform: translateX(0);
}
.slider-home-v8 .js-slider-home-classic .slick-dots {
  bottom: 9%;
  right: 47%;
  text-align: left;
}
.slider-home-v8 .js-slider-home-classic .slick-dots li {
  width: 20px;
  height: 18px;
  position: relative;
  margin-right: 10px;
  overflow: hidden;
}
.slider-home-v8 .js-slider-home-classic .slick-dots li a {
  font-weight: 600;
  color: #999999;
  font-size: 12px;
}
.slider-home-v8 .js-slider-home-classic .slick-dots li.slick-active a {
  color: black;
}
.slider-home-v8 .js-slider-home-classic .slick-dots li:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 1px;
  background: #999999;
  bottom: 0;
}
.slider-home-v8 .js-slider-home-classic .slick-dots li.slick-active:before {
  background: black;
}
.slider-home-v8 .js-slider-home-classic .slick-dots li:hover::before {
  animation: line-animate 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
  webkit-animation: line-animate 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
.slider-home-v8 .js-slider-home-classic .text-slider-right {
  right: 5%;
  bottom: 32%;
  transform: rotate(90deg);
}
.slider-home-v8 .js-slider-home-classic .text-slider-right p {
  font-weight: 700;
}
.slider-home-v8 .js-slider-home-classic .text-slider-right p span {
  transform: translateY(-80px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.71, -0.29, 0.72, 0.75);
}
.slider-home-v8
  .js-slider-home-classic
  .slick-current.slick-active
  .text-slider-right
  p
  span {
  transform: translateY(0);
  opacity: 1;
  display: inline-block;
}
.slider-home-v8 .js-slider-home-classic .text-slider-right p:after {
  content: '';
  width: 70px;
  height: 1px;
  background: black;
  position: relative;
  display: inline-block;
  top: -5px;
  left: 20px;
}
.btn-section {
  line-height: 40px;
  border-radius: 999px;
  font-size: 12px;
  padding: 11px 31px;
  letter-spacing: 0.3px;
  border: 0;
  font-weight: 600;
  color: #000000;
  background: #bdefd7;
  transition: all 0.3s ease;
}
.btn-section:hover {
  background: #3e976c;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 1025px) {
  .ciloe-title-section2 h1 {
    font-size: 48px;
  }
}
.ciloe-title-section .flex {
  justify-content: space-between;
}
.ciloe-title-section .flex h1 {
  font-size: 40px;
  font-weight: 300;
}
.ciloe-title-section .flex a {
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
}
.ciloe-title-section .flex a:before {
  content: '';
  display: inline-block;
  width: 90px;
  height: 2px;
  background: #999999;
  position: absolute;
  bottom: 40px;
}
.ciloe-title-section .flex a:after {
  content: '\f0da';
  font-family: FontAwesome;
  margin-left: 10px;
  font-size: 13px;
  display: inline-block;
}
.ciloe-title-section .flex a:hover::before {
  background: #3e976c;
  animation: line-animate2 0.8s ease;
  webkit-animation: line-animate2 0.8s ease;
}
.ciloe-title-section .flex a:hover::after {
  color: #3e976c;
}
.ciloe-title-section h2 {
  text-transform: inherit;
}
.product .img-product .img-product-hover {
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.product:hover .img-product .img-product-hover {
  opacity: 1;
}
.product .info-product .title-product {
  justify-content: space-between;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .product-col-5 {
    width: 20%;
  }
  .product-col-5:nth-child(5n + 1) {
    clear: left;
  }
  .product-col-5:nth-child(6n + 1) {
    clear: none;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 300;
}
.timer-2 ul {
  display: flex;
  justify-content: center;
}
.timer-2 ul li p {
  line-height: 110px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #3e976c;
  color: #fff;
  font-size: 35px;
  margin: 20px 15px;
}
.timer-2 ul li p b {
  font-weight: 300 !important;
}
.timer-2 ul li span {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 600;
  color: #999999;
}
.deal-classic .img-bg img {
  min-height: 360px;
  object-fit: cover;
}
.deal-classic h1 {
  font-size: 50px;
  margin-bottom: 30px;
}
.deal-classic .des-deal-classic {
  margin-bottom: 30px;
}
.deal-classic .info {
  top: 0;
  padding-top: 6%;
  right: 0;
}
.deal-classic:hover img {
  transform: scale(1.1);
}
.slick-product-top-sale .slick-dots,
.collection_pinmapper .slick-top-collection .slick-dots {
  left: 50%;
  transform: translateX(-50%);
}
.collection_pinmapper .slick-top-collection .slick-dots {
  bottom: -16%;
}
.slick-product-top-sale .slick-dots li a,
.collection_pinmapper .slick-top-collection .slick-dots li a {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #b2b2b2;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.slick-product-top-sale .slick-dots .slick-active a,
.collection_pinmapper .slick-top-collection .slick-dots .slick-active a {
  content: '';
  display: inline-block;
  width: 25px;
  height: 6px;
  background: #3e976c;
  border-radius: 20px;
}
.slick-Testimonal .slick-dots {
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%);
}
.slick-Testimonal .slick-dots li a {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #b2b2b2;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.slick-Testimonal .slick-dots .slick-active a {
  content: '';
  display: inline-block;
  width: 25px;
  height: 6px;
  background: #3e976c;
  border-radius: 20px;
}
.slick-Testimonal button:hover {
  background: #bdefd7;
}
.slick-Testimonal .slick-prev {
  top: 30%;
  left: -100px;
  width: 32px;
  height: 32px;
  background: #f3f3f3;
  border-radius: 50%;
  transition: 0.3s;
}

.slick-Testimonal .slick-prev:before {
  font-size: 14px;
}

.slick-Testimonal .slick-next {
  top: 30%;
  right: -100px;
  width: 32px;
  height: 32px;
  background: #f3f3f3;
  border-radius: 50%;
  transition: 0.3s;
}
.slick-Testimonal .slick-next:before {
  font-size: 14px;
}
.slick-Testimonal .des-comment {
  font-size: 18px;
  line-height: 40px;
}
.slick-Testimonal .flex .flex-col {
  flex-direction: column;
  margin-left: 20px;
}

.slick-Testimonal4 .slick-dots {
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
.slick-Testimonal4 .slick-dots li {
  margin: 0;
}
.slick-Testimonal4 .slick-dots li a {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #b2b2b2;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.slick-Testimonal4 .slick-dots .slick-active button:before {
  color: #3e976c;
}
.slick-Testimonal4 .slick-dots li button:hover:before {
  color: #3e976c;
}
.slick-Testimonal4 .slick-prev {
  top: 40%;
  left: -100px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: 0.3s;
}

.slick-Testimonal4 .slick-prev:before {
  font-size: 36px;
}
.slick-Testimonal4 .slick-next {
  top: 40%;
  right: -100px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: 0.3s;
}
.slick-Testimonal4 .slick-next:before {
  font-size: 36px;
}
.slick-Testimonal4 .slick-prev:before,
.slick-Testimonal4 .slick-next:before {
  opacity: 0.2;
}
.slick-Testimonal4 .slick-prev:hover:before,
.slick-Testimonal4 .slick-next:hover:before {
  opacity: 0.5;
}
.slick-Testimonal4 .des-comment {
  font-size: 18px;
  line-height: 40px;
}
.slick-Testimonal4 .flex .flex-col {
  flex-direction: column;
  margin-left: 20px;
}
.ciloe-btn-default:after {
  content: '\f0da';
  font-family: FontAwesome;
  margin-left: 10px;
  font-size: 13px;
  display: inline-block;
}
.ciloe-btn-default-2:after {
  content: '\f0da';
  font-family: FontAwesome;
  margin-left: 10px;
  font-size: 13px;
  display: inline-block;
}
.ciloe-btn-default-2:before {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: 0;
  width: 80px;
  height: 2px;
}
.ciloe-btn-default-2 {
  padding-bottom: 5px;
  overflow: hidden;
}
.ciloe-btn-default-2:hover::before {
  animation: line-animate 0.8s ease;
  -webkit-animation: line-animate 0.8s ease;
}
/*-------------------------------- home clean ----------------------------------*/
#shopify-section-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 49;
  width: 100%;
}

body.index #shopify-section-header {
  position: fixed;
}

.header-v3 .icon-main .btn-push-menu {
  padding-top: 5px;
}
.header-v3 .space_top_bot_20 {
  padding-top: 22px;
  padding-bottom: 22px;
}
.tab-pd-clean .title-tab,
.tab-pd-clean .title-tab-2 {
  border-bottom: 0;
  margin-bottom: 60px;
}
.tab-pd-clean .title-tab li {
  margin: 0 7px;
}
.tab-pd-clean .title-tab li a {
  padding: 18px 50px;
  font-weight: 500;
  border-radius: 40px;
  margin-bottom: 20px;
  border: 1px solid #eaeaea;
}
.tab-pd-clean .title-tab li.active a:hover,
.tab-pd-clean .title-tab li.active a:focus {
  border: 1px solid #eaeaea;
}
.tab-pd-clean .title-tab li.active a {
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}
.tab-pd-clean .title-tab li a:hover {
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}
#loadMore:hover i {
  animation: ciloe-rotate 1.2s infinite;
  -webkit-animation: ciloe-rotate 1.2s infinite;
  animation-timing-function: linear;
}
@media (min-width: 1200px) {
  .tab-pd-clean .tab-content .col-lg-2 {
    width: 20%;
  }
  .tab-pd-clean .tab-content .col-lg-2:nth-child(5n + 1) {
    clear: left;
  }
  .tab-pd-clean .tab-content .col-lg-2:nth-child(6n + 1) {
    clear: none;
  }
}

/*-------------------------------- home minimal ----------------------------------*/
.slider-home-classic .js-slider-home-clean .slick-dots {
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
}
.slider-home-classic .js-slider-home-clean .slick-dots li {
  width: 25px;
  position: relative;
  margin: 0 5px;
  overflow: hidden;
}
.slider-home-classic .js-slider-home-clean .slick-dots li button:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666;
  transition: all 0.3s ease;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
}
.slider-home-classic
  .js-slider-home-clean
  .slick-dots
  li.slick-active
  button:before {
  width: 25px;
  border-radius: 30px;
  background: #3e976c;
}

.slider-home-classic .js-slider-home-clean .text-slider-right {
  right: 5%;
  bottom: 32%;
  transform: rotate(90deg);
}
.slider-home-classic .js-slider-home-clean .text-slider-right p {
  font-weight: 700;
}
.slider-home-classic .js-slider-home-clean .text-slider-right p span {
  transform: translateY(-80px);
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.71, -0.29, 0.72, 0.75);
}
.slider-home-classic
  .js-slider-home-clean
  .slick-current.slick-active
  .text-slider-right
  p
  span {
  transform: translateY(0);
  opacity: 1;
  display: inline-block;
}
.slider-home-classic .js-slider-home-clean .text-slider-right p:after {
  content: '';
  width: 70px;
  height: 1px;
  background: black;
  position: relative;
  display: inline-block;
  top: -5px;
  left: 20px;
}
/*-------------------------------- responsive ----------------------------------*/
@media (max-width: 1400px) {
  .slider-home-classic {
    margin-bottom: 50px;
  }
  .slider-home-classic .text-slider {
    bottom: 18%;
  }
  .slider-home-classic .js-slider-home-classic .text-slider-right {
    right: -10%;
  }
  .slider-home-classic .js-slider-home-clean .text-slider-right {
    right: -10%;
  }
  .deal-classic h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .deal-classic .des-deal-classic {
    margin-bottom: 10px;
  }
  .timer-2 ul li p {
    line-height: 80px;
    width: 80px;
    height: 80px;
    font-size: 25px;
  }
  .instagram .container_340 {
    padding: 0 150px !important;
  }
}

@media (max-width: 1024px) {
  .slider-home-v3 .text-slider h1 {
    font-size: 36px;
  }
  .slider-home-v3 .text-slider {
    left: 14.4%;
  }
  .slider-home-v7 .text-slider h1 {
    font-size: 36px;
  }
  #header {
    position: relative;
    left: inherit;
    right: inherit;
  }
  #header .icon-pushmenu {
    padding-top: 2px;
  }
  #header .form_search_mobile input {
    height: 50px;
    background: #f6f6f6;
    border: 1px solid #e8e8e8;
  }
  #header .form_search_mobile button {
    right: 15px;
    top: 15px;
    opacity: 0.5;
  }
  .ciloe-title-section {
    padding-left: 35px;
  }
  .ciloe-title-section:before {
    display: none;
  }

  .timer-2 ul li p {
    line-height: 50px;
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  .timer-2 {
    margin-bottom: 40px;
  }
  .instagram .container_340 {
    padding: 0 15px !important;
  }
  .footer-v2 {
    text-align: center;
  }
  .footer-v2 .social {
    float: unset !important;
    justify-content: center;
  }
  .slider-home-classic .text-slider h1 {
    font-size: 36px;
  }
  .banner .text-banner {
    top: 15% !important;
  }
  .banner .text-banner.v2 {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .slider-home-v3 .text-slider h1 {
    font-size: 30px;
  }
  .slider-home-v7 .text-slider h1 {
    font-size: 30px;
  }
  .banner .text-banner h2 {
    font-size: 22px;
  }
  .banner .text-banner .line {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .footer-v2 .menu-footer-v2 {
    padding: 0;
  }
  .slider-home-fullwidth .table .ciloe-inner {
    vertical-align: middle;
  }
  .slider-home-fullwidth .table .ciloe-inner .btn-slider {
    width: 100%;
  }
  .slider-home-v3 .text-slider {
    left: 10.4%;
  }
  .tab-pd-clean .title-tab {
    flex-direction: column;
  }
  .tab-pd-clean .title-tab li {
    display: inline-flex;
    justify-content: center;
  }
}
@media (max-width: 567px) {
  .slider-home-v3 .text-slider {
    left: 7.4%;
  }
  .form-search {
    padding: 23% 0 0 0;
  }
  .deal-classic {
    padding: 0;
  }
  .instagram .flex {
    flex-direction: column;
  }
  .instagram .flex .content-insta {
    margin-right: 0;
  }
  .slider-home-classic .js-slider-home-classic .slick-dots {
    bottom: 0;
  }
  .slider-home-classic .img-slider-1 {
    right: 0;
  }
  .slider-home-classic .img-slider-2 {
    right: 0;
  }
  .slider-home-classic .text-slider {
    left: 5%;
  }
  .slider-home-classic .text-slider .btn-ciloe {
    padding: 15px 30px;
  }
  .slider-home-classic .text-slider .btn-ciloe-2 {
    padding: 10px 30px;
  }
  .ciloe-title-section .flex a:before {
    bottom: 15px;
  }
  .ciloe-title-section .flex h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .ciloe-title-section p.fz-18 {
    font-size: 15px;
  }
  .menu-footer-v2 .menu-footer ul li {
    padding-right: 15px;
  }
  .slider-home-classic .text-slider h1 {
    font-size: 24px;
  }
  .slider-home-v3 .text-slider h1 {
    font-size: 24px;
  }
  .deal-classic h1 {
    font-size: 36px;
  }
  .slider-home-classic .text-slider h1.text-animate-3 {
    margin-bottom: 20px;
  }
  .newletter .form-newletter form.column-50 {
    width: 90%;
  }
  .header-v3 .space_top_bot_20 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 320px) {
  .banner .text-banner {
    top: 10% !important;
  }
  .banner .text-banner h2 {
    font-size: 14px;
  }
}
/* style push menu */
.menu-home5 {
  height: 100%;
  transform: translate(-100%, 0);
  transform: translate3d(-108%, 0, 0);
  transition: transform 0.4s ease;
  transform-origin: top left;
}
.menu-home5.pushmenu-open {
  transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
}
@media (max-width: 320px) {
  .menu-home5.pushmenu-open {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.box-mobile-menu-inner {
  height: 100%;
}
.box-mobile-menu-inner .close-menu-mobile {
  cursor: pointer;
}
.box-mobile-menu-inner .close-menu-mobile:before,
.box-mobile-menu-inner .close-menu-mobile:after {
  border-bottom: 1px solid;
  content: '';
  left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
}
.box-mobile-menu-inner .close-menu-mobile:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box-mobile-menu-inner .close-menu-mobile:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box-mobile-menu-inner .tab-content {
  height: 100%;
}
.box-mobile-menu-inner .my-account-wrap {
  padding: 20px 20px 0 20px;
}
.box-mobile-menu-inner .my-account-wrap h3 {
  letter-spacing: 0.3em;
  font-size: 14px;
  margin-bottom: 25px;
}
.box-mobile-menu-inner .spec {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #658279;
  text-align: center;
  overflow: hidden;
  margin: 40px 0px 10px;
}
.box-mobile-menu-inner .spec span {
  position: relative;
  padding: 0px 10px;
}
.box-mobile-menu-inner .spec span:before {
  content: '';
  border-top: 1px solid #e4e4e4;
  position: absolute;
  top: 5px;
  right: 100%;
  width: 9999em;
}
.box-mobile-menu-inner .spec span:after {
  content: '';
  border-top: 1px solid #e4e4e4;
  position: absolute;
  top: 5px;
  left: 100%;
  width: 9999em;
}
.mobile-back-nav-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
.mobile-back-nav-wrap .back-menu {
  position: relative;
  display: none;
  height: 45px;
  width: 45px;
  float: left;
}
.mobile-back-nav-wrap .back-menu:before {
  content: '';
  position: absolute;
  top: 21px;
  left: 14px;
  margin: auto;
  display: block;
  width: 18px;
  border-bottom: 1px solid;
}
.mobile-back-nav-wrap .back-menu:after {
  content: '';
  position: absolute;
  top: 18px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  left: 13px;
  transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.mobile-back-nav-wrap .box-title {
  display: none;
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: calc(100% - 90px);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  padding: 12px 0 10px 5px;
  letter-spacing: 3px;
  line-height: 24px;
  margin-left: 45px;
  margin-right: 45px;
}
.nav-home5,
.nav-details {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.nav-home5 > li,
.nav-details > li {
  display: flex;
  align-items: center;
  position: static;
  float: left;
  overflow: hidden;
  width: 100%;
}
.nav-home5 li a {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  line-height: 12px;
  padding: 28px 0px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  letter-spacing: 0.2em;
}
.nav-home5 > li.mobile-active > .menu-level1 {
  left: 0 !important;
  z-index: 101;
}
.nav-home5 .menu-level1 {
  padding: 0;
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  z-index: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.nav-home5 .menu-level1 > .level2 {
  display: inline-block;
  position: static;
  float: left;
  overflow: hidden;
  width: 100%;
  border-bottom: 2px solid #fff;
}
.nav-home5 .menu-level1 > .level2 > a {
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
  padding: 18px 20px;
  width: calc(100% - 51px);
}
.nav-home5 .menu-level1 .level1 {
  padding: 20px 25px 40px 25px;
}
.nav-home5 .menu-level1 .level1 .level2 {
  padding-bottom: 13px;
}
.nav-home5 .menu-level1 .level1 .level2 > a {
  color: #000;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 0 8px 0;
  margin-bottom: 15px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  display: block;
}
.nav-home5 .menu-level1 .level1 .level2 > a span.line {
  border-bottom: 1px solid #3e976c;
  bottom: 0;
  left: 0;
  content: '';
  position: absolute;
  display: inline-block;
  width: 50px;
}
.nav-home5 .menu-level1.style1 {
  padding-bottom: 60px;
}
.nav-home5 .menu-level1.style1 > .level2 {
  padding-bottom: 30px;
  border: 0;
}
.nav-home5 .menu-level-2 .level3 {
  display: inline-block;
  position: static;
  overflow: hidden;
  width: 100%;
}
.nav-home5 .menu-level-2 .level3 > a {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 24px;
  display: block;
  padding: 5px 0;
  width: calc(100% - 51px);
}
.nav-home5 .demo-img,
.nav-home5 .demo-text {
  text-align: center;
}
.nav-home5 .demo-img img {
  margin: 0 auto;
}

.mn-mobile-content-tab {
  overflow: hidden;
  width: 100%;
  padding-top: 57px;
  -webkit-overflow-scrolling: touch;
}
.box-tabs-nav-wrap {
  position: absolute;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
}
.box-tabs-nav-wrap .tabs li {
  padding-left: 20px;
  text-align: left;
  width: 33.3%;
  float: left;
  text-transform: uppercase;
  height: 58px;
  background: #658279;
}
.box-tabs-nav-wrap .tabs li a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
}
.box-tabs-nav-wrap .tabs li.active {
  background: #aec9ba;
}
.box-tabs-nav-wrap .tabs li.active .nav-text {
  color: #fff;
}
.box-tabs-nav-wrap .tabs li.active .nomos-iconbar {
  background: #fff;
}
.box-tabs-nav-wrap .tabs li.active .nomos-iconbar:before,
.box-tabs-nav-wrap .tabs li.active .nomos-iconbar:after {
  background: #fff;
}
.box-tabs-nav-wrap .tabs li.active i {
  color: #fff;
}
.box-tabs-nav-wrap .tabs li .nav-text {
  display: inline-block;
  font-size: 12px;
  margin-left: 15px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 0.1em;
}
.icon-sub-menu {
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 50px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  float: right;
  z-index: 30;
  margin-left: auto;
}
.icon-sub-menu:before {
  font-family: 'FontAwesome', sans-serif;
  font-weight: 400;
  content: '\f105';
  font-size: 14px;
  color: #fff;
  display: block;
}
.ciloe-icon-menu {
  width: 30px;
  height: 21px;
  float: left;
  display: inline-block;
  position: relative;
}
.ciloe-icon-menu .ciloe-iconbar {
  display: block;
  position: relative;
  width: 13px;
  height: 2px;
  margin-top: 8px;
  background: #000000;
  transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}
.ciloe-icon-menu .ciloe-iconbar:before {
  content: '';
  position: absolute;
  top: -8px;
  width: 30px;
  height: 2px;
  left: 0px;
  background: #000000;
  transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}
.ciloe-icon-menu .ciloe-iconbar:after {
  content: '';
  position: absolute;
  top: 8px;
  width: 20px;
  height: 2px;
  left: 0px;
  background: #000000;
  transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}
.ciloe-btn {
  display: block;
  background: #000000;
  border-color: #000000;
  color: #fff;
  border: 0;
  font-size: 12px;
  letter-spacing: 0.2em;
  transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}
.ciloe-btn:hover {
  background: #3e976c;
  color: #fff;
  border-color: #3e976c;
}
.menu-level1.open {
  display: block;
}
.register-link {
  font-size: 18px;
  position: relative;
  text-align: center;
  display: block;
  margin-top: 25px;
}
.register-link:after {
  content: '\f106';
  margin-left: 10px;
  font-family: Flaticon;
  position: relative;
  top: 1px;
}
.login-link {
  font-size: 18px;
  position: relative;
  text-align: center;
  display: block;
  margin-top: 25px;
}
.login-link:after {
  content: '\f106';
  margin-left: 10px;
  font-family: Flaticon;
  position: relative;
  top: 1px;
}
.box-tabs-nav-wrap .tabs li.active .ciloe-iconbar {
  background: #fff;
}
.box-tabs-nav-wrap .tabs li.active .ciloe-iconbar:before,
.box-tabs-nav-wrap .tabs li.active .ciloe-iconbar:after {
  background: #fff;
}
.cart-list .empty-cart {
  padding-top: 50%;
}
.cart-list .empty-cart p {
  text-align: center;
  padding-bottom: 20px;
}
.pushmenu.pushmenu-left {
  opacity: 0;
  z-index: 999;
}
.pushmenu-open.pushmenu.pushmenu-left {
  background: #fff;
  opacity: 1;
}
/*--------------------  */
.banner_page .effect_img2 img {
  min-height: 300px;
  object-fit: cover;
}
.banner_page .text_banner {
  top: 50%;
  left: 10%;
  right: 10%;
}
@media (min-width: 1025px) {
  .banner_page .text_banner h1 {
    font-size: 48px;
  }
  .banner_page {
    padding-top: 113px;
  }
  .banner_page .text_banner {
    top: 60%;
  }
  .aboutus .banner_page.v2 .text_banner {
    top: 50%;
  }
}
.shop_page .btn_function img,
.shop_page .btn_function i {
  opacity: 0.5;
  transition: all 0.3s ease;
  cursor: pointer;
}
.shop_page .btn_function img.active,
.shop_page .btn_function i.active {
  opacity: 1;
}
.shop_page .btn_layout_shop .btn_function img:hover,
.shop_page .btn_layout_shop .btn_function i:hover {
  opacity: 1;
}
.shop_page .btn_layout_shop .margin_left_right {
  margin: 0 15px;
}
.shop_page .btn_layout_shop .btn_function.left {
  font-size: 18px;
}
.shop_page
  .btn_layout_shop
  .btn_function.left
  .wrap-filter-sorting
  button:after {
  content: '\f107';
  display: inline-block;
  font-family: 'FontAwesome';
  padding-left: 15px;
  float: right;
}
.available-filter {
  padding-left: 0;
}
.available-filter h4 {
  color: #3e976c;
  font-weight: 300;
  text-transform: inherit;
}
.filter-button {
  padding-right: 0;
}
.filter-button {
  padding-right: 0;
}
.filter-button h4 {
  cursor: pointer;
  color: #3c3c3c;
  font-weight: 400;
}
.filter-button h4:hover,
.filter-button h4.active {
  color: #3d976b;
}
.available-filter h4 span {
  color: #cfcfcf;
  font-weight: 300;
}
.wrap-filter-sorting button {
  width: 100%;
  display: flex;
  justify-content: end;
}
.shop_page .btn_layout_shop .btn_function.right {
  padding-right: 0;
}
.shop_page .btn_layout_shop .btn_function.gr_btn_product_size .products-size {
  display: inline-block;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  border: none;
  font-size: 18px;
  font-weight: 300;
  color: #d8d8d8;
  border-radius: 3px;
  position: relative;
  margin: 0 2px;
}
.gr_btn_product_size p {
  display: inline-block;
  font-size: 18px;
  color: #d8d8d8;
  font-weight: 300;
}
.shop_page
  .btn_layout_shop
  .btn_function.gr_btn_product_size
  .products-size:hover,
.shop_page
  .btn_layout_shop
  .btn_function.gr_btn_product_size
  .products-size.active {
  color: #3d976b;
}
.sidebar .filter .widget_title,
.filter_full .filter .widget_title {
  font-weight: 500;
  position: relative;
  line-height: 24px;
  color: #3c3c3c;
}
.sidebar .filter ul li .link_color,
.filter_full .filter ul li .link_color {
  display: inline-block;
  margin-right: 8px;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.sidebar .filter ul li .link_color:hover,
.sidebar .filter ul li a.active .link_color,
.filter_full .filter ul li .link_color:hover,
.filter_full .filter ul li a.active .link_color {
  border: 1px solid #000;
}
.sidebar .filter ul li .link_color .ciloe_filter_color,
.filter_full .filter ul li .link_color .ciloe_filter_color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.sidebar .filter ul.filter-brand li a:hover::before,
.filter_full .filter ul.filter-brand li a:hover::before {
  background: #658279;
}
.sidebar .filter ul li a.filter_size,
.filter_full .filter ul li a.filter_size {
  font-weight: 600;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  color: #666;
  background: #f3f3f3;
  margin: 0 10px 10px 0;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease;
}
.sidebar .filter ul li a.filter_size:hover,
.sidebar .filter ul li a.filter_size.active,
.filter_full .filter ul li a.filter_size:hover,
.filter_full .filter ul li a.filter_size.active {
  color: #000;
  background: #bdefd7;
}
.sidebar .filter ul li a.filter_tags,
.filter_full .filter ul li a.filter_tags {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #b0b0b0;
  color: #666;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.sidebar .filter ul li a.filter_tags:hover,
.sidebar .filter ul li a.filter_tags.active {
  border: 1px solid #000;
  color: #000;
}
.filter_full .filter ul li a.filter_tags:hover,
.filter_full .filter ul li a.filter_tags.active {
  border: 1px solid #000;
  color: #000;
}
.btn_layout_shop .filter_full {
  max-height: 0;
}
.btn_layout_shop .filter_full.h_100 {
  max-height: 500px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .btn_layout_shop .filter_full.h_100 {
    overflow: auto;
  }
}
.filter_full .border-bot {
  border: 0;
}
.filter_full .content_filter_full {
  padding: 40px;
  margin: 0;
}
@media (min-width: 1400px) {
  .shop_page .content_shop .product_shop.product_full {
    width: 100%;
  }
}
.layout_product_shop.column-3:nth-child(4n + 1) {
  clear: none !important;
}
.layout_product_shop.column-3:nth-child(3n + 1) {
  clear: left !important;
}
.layout_product_shop.column-6:nth-child(4n + 1) {
  clear: none !important;
}
.layout_product_shop.column-6:nth-child(6n + 1) {
  clear: left !important;
}
.layout_product_shop.column-20:nth-child(4n + 1) {
  clear: none !important;
}
.layout_product_shop.column-20:nth-child(5n + 1) {
  clear: left !important;
}
.layout_pd_list_shop .content_list {
  display: block !important;
}
.layout_pd_list_shop .product {
  display: flex;
}
.layout_pd_list_shop .product .img-product {
  width: 50%;
  margin-right: 20px;
}
.layout_pd_list_shop .product .info-product {
  width: 50%;
}
.layout_pd_list_shop .product .img-product .product-icon {
  display: none;
}
.layout_pd_list_shop .product .info-product h4 {
  padding-top: 0;
}

.layout_pd_list_shop .product .info-product h4 .icon-heart {
  display: none;
}
.layout_pd_list_shop .product .info-product .content_list .stock {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #999;
}
.layout_pd_list_shop .product .info-product .content_list .stock a {
  color: #3e976c;
  font-weight: 600;
}
.layout_pd_list_shop .product .info-product .content_list .des_product {
  line-height: 2;
  color: #999;
  margin-bottom: 30px;
}
.layout_pd_list_shop .product .info-product .content_list .product-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  border: 1px solid #000;
  color: #000;
  font-weight: 600;
  border-radius: 5px;
  background: #fff;
  transition: all 0.3s ease;
}
.layout_pd_list_shop .product .info-product .content_list .product-icon a i {
  font-weight: 600;
}
.layout_pd_list_shop
  .product
  .info-product
  .content_list
  .product-icon
  form
  button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #000;
  color: #000;
  font-weight: 600;
  border-radius: 5px;
  background: #fff;
  transition: all 0.3s ease;
}
.layout_pd_list_shop
  .product
  .info-product
  .content_list
  .product-icon
  form
  button
  i {
  font-weight: 600;
}
.layout_pd_list_shop
  .product
  .info-product
  .content_list
  .product-icon
  a:hover {
  border: 1px solid #3e976c;
  color: #fff;
  background: #3e976c;
}
.layout_pd_list_shop
  .product
  .info-product
  .content_list
  .product-icon
  form
  button:hover {
  border: 1px solid #3e976c;
  color: #fff;
  background: #3e976c;
}
.content_pagination ul.pagination li a {
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 50% !important;
  font-weight: 500;
  color: #999999;
  transition: all 0.3s ease;
  border: none;
}
.content_pagination ul.pagination li a.active,
.content_pagination ul.pagination li:hover a {
  color: #3c3c3c;
}
@media (min-width: 1200px) {
  .layout_product_shop.col-lg-2 {
    width: 20%;
  }

  .layout_product_shop.col-lg-2:nth-child(5n + 1) {
    clear: left;
  }
  .layout_product_shop.col-lg-2:nth-child(6n + 1) {
    clear: none;
  }
}
.single-product-info .product-description p {
  line-height: 2;
  margin-bottom: 20px;
}

@media all and (min-width: 992px) {
  .single-product-info .product-description p {
    max-width: 465px;
  }
}
.swatch .title_variant {
  font-size: 12px;
  position: relative;
}
.swatch .title_variant.header:after {
  bottom: 10px;
}
.swatch .variant_color .link_color {
  display: inline-block;
  margin-right: 0;
  border-radius: 50%;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.swatch .variant_color.variant_quickview .link_color {
  margin-bottom: 0;
}
.swatch .variant_color .link_color:hover {
  border: 1px solid #000;
}
.swatch .variant_color .link_color .ciloe_filter_color {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.swatch .variant_color {
  top: 5px;
}
.swatch .variant_other {
  display: inline-block;
  width: 40px;
  height: 40px !important;
  border-radius: 5px;
  border: 1px solid #b0b0b0 !important;
  color: #666;
  margin: 0 10px 10px 0;
  padding-top: 4px;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 14px;
}
.swatch .variant_other:hover {
  border: 1px solid #000 !important;
  color: #000;
}
.single-product-tab .cmt-title ul li a {
  position: relative;
}
.single-product-tab .tab-content {
  padding: 0 0 80px;
}
@media (max-width: 1400px) {
  .single-product-tab .tab-content {
    padding: 0 0 50px;
  }
}
@media (max-width: 1200px) {
  .single-product-tab .tab-content {
    padding: 0 0 50px;
  }
  .container-fluid.container_100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .single-product-tab .tab-content {
    padding: 0 15px 50px;
  }
}
.promo_info_single_product {
  left: 0;
  bottom: -100px;
  width: 100%;
  background: #fff;
  padding: 10px;
  z-index: 30;
}
.promo_info_single_product.active {
  bottom: 0;
  left: 0;
}
.promo_info_single_product form button.btn-default {
  height: 42px;
  width: 180px;
  background: #3e976c;
  color: #fff;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  border-radius: 50px;
  font-size: 12px;
  margin-top: 5px;
}
@media all and (max-width: 500px) {
  .promo_info_single_product form button.btn-default {
    font-size: 10px;
    width: 130px;
  }

  .promo-image-wrapper {
    /* width: 32px;
    height: 32px; */
  }
}
.promo_info_single_product form button.btn-default:hover {
  background: #000;
}
.promo_info_single_product .close_promo_pd {
  top: -10px;
  right: -5px;
  cursor: pointer;
}
.ciloe_img_fit {
  min-height: 320px;
  object-fit: cover;
}
.blog-grid .blog-img img {
  min-height: 320px;
  object-fit: cover;
}
.blog-post-author {
  padding: 15px 0;
}
.blog-post-author .author {
  font-weight: 500;
  color: #d2d2d2;
  letter-spacing: 1px;
}
.blog-post-author .author:hover {
  color: #3e976c;
}
.blog-post-item .blog-post-title {
  font-size: 20px;
  font-weight: 400;
}
.blog-post-item .ciloe-btn-default-2:before {
  background: #000;
}
.blog-post-item .ciloe-btn-default-2 {
  font-weight: 500;
}
.blog-post-item .ciloe-btn-default-2:hover::before {
  background: #3e976c;
}
@media (min-width: 1400px) {
  .blog_post .no-sidebar.single-post {
    padding-left: 350px;
    padding-right: 350px;
  }
}
.post-related-slide .blog-post-img img {
  min-height: 260px;
  object-fit: cover;
}
.js_relate_article .slick-slide {
  margin-right: 20px;
}
@media (min-width: 767px) {
  .js_relate_article .slick-prev,
  .js_relate_article .slick-next {
    opacity: 0;
    transition: all 0.5s ease;
  }
  .js_relate_article:hover .slick-prev {
    transform: translateX(-50px);
    opacity: 1;
  }
  .js_relate_article:hover .slick-next {
    transform: translateX(50px);
    opacity: 1;
  }
  .js_relate_article .slick-prev {
    left: -30px;
  }
  .js_relate_article .slick-next {
    right: -16px;
  }
}
.post-content .post-related .post-title {
  font-size: 20px;
  font-weight: 500;
}
.post-related-slide .post-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.post-related-slide .post-date {
  width: 90px;
  height: 50px;
  top: 20px;
  left: -20px;
  text-align: center;
  background: #fff;
  line-height: 50px;
  font-weight: 600;
  transform: rotate(90deg);
}
.post-related-slide .js_relate_article .slick-dots li button:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background: #000;
  transition: all 0.3s ease;
}
.post-related-slide
  .js_relate_article
  .slick-dots
  li.slick-active
  button:before {
  width: 30px;
  border-radius: 30px;
  background: #3e976c;
}
.post-related-slide .js_relate_article .slick-dots li {
  width: 40px;
}
.blog-comment .blog-comment-bottom .cmt-title h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: inherit;
}
.blog-comment .blog-comment-bottom .btn-submit {
  width: 130px;
  height: 40px;
  line-height: 40px;
  border-radius: 999px;
  font-size: 12px;
  padding: 0;
  border: 0;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000000;
  background: #bdefd7;
  transition: all 0.3s ease;
}

.blog-comment .blog-comment-bottom .btn-submit:hover {
  background: #3e976c;
  font-weight: 600;
  color: #fff;
}
.page_404 .error-page .error-title {
  font-size: 60px;
  line-height: 115%;
}
.page_404 .error-page .content {
  font-size: 18px;
  text-transform: inherit;
  line-height: 30px;
}

.page_404 .error-page form {
  max-width: 560px;
  margin: 0 auto;
  margin-top: 60px;
}
.page_404 .error-page form input {
  height: 60px;
  line-height: 60px;
  border: 1px solid #e8edf2;
  padding-left: 30px;
}
.page_404 .error-page form button {
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  font-size: 24px;
  background: #000;
  color: #fff;
  transition: all 0.3s ease;
}
.page_404 .error-page form button:hover {
  background: #3e976c;
}
@media (min-width: 769px) {
  .aboutus .content_about_page .about-text.v2 .content_about {
    max-width: 330px;
    padding-bottom: 20px;
  }
  .aboutus .content_about_page .about-text.v2 {
    padding-right: 100px;
  }
  .aboutus .row-content1 {
    display: flex;
  }
  .aboutus .row-content1 .about-text {
    display: flex;
  }
  .aboutus .row-content1 .about-text > div {
    display: flex;
    align-items: center;
  }
}
.aboutus .content_about_page {
  padding-top: 80px;
}

.aboutus .content_about_page .about-text.v2 {
  max-width: 585px;
  padding-left: 30px;
}
@media (min-width: 1400px) {
  .aboutus .content_about_page .about-text.v2 {
    padding-left: 150px;
  }
}
@media (min-width: 1024px) {
  .aboutus .content_about_page .about-text {
    padding-right: 115px;
  }
  .aboutus .content_about_page .about-text.v2 {
    padding-left: 85px;
    padding-right: 100px;
  }
  .icon-main a {
    margin-right: 5px;
  }
}
.aboutus .content_about_page .about-text .title_about {
  font-size: 36px;
}
.aboutus .content_about_page .about-text .content_about {
  line-height: 2;
  color: #999999;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 568px) {
  .aboutus .content_about_page .about-text .content_about {
    font-size: 14px;
  }
  .aboutus .content_about_page .about-text .title_about {
    font-size: 24px;
  }
}

.page_faq .accordion {
  font-size: 24px;
}
.page_faq .content_faq {
  padding: 40px 0 20px;
}
.ciloe_content_des_pd .title_des_tab {
  font-size: 26px;
  line-height: 1.5;
}
.ciloe_content_des_pd .content_des_tab {
  line-height: 2;
  color: #999;
}
.ciloe_content_des_pd .border_content_des .line_left,
.ciloe_content_des_pd .border_content_des .line_right {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 10%;
  background: #d7d7d7;
  display: inline-block;
  position: relative;
  top: 20px;
}
.login_form_pc {
  transition: all 0.3s ease;
  transform: scale(0);
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.login_form_pc.active {
  transform: scale(1);
}
.login_form_pc .content_login_form {
  background: #fff;
  margin: 0 auto;
  position: relative;
  width: 920px;
  max-width: -webkit-calc(100% - 20px);
  max-width: -moz-calc(100% - 20px);
  max-width: calc(100% - 20px);
  min-height: 600px;
  top: 50%;
  overflow-y: auto;
  transform: translateY(-50%);
  box-shadow: 3px 7px 120px rgba(0, 0, 0, 0.07);
}
.login_form_pc .content_login_form .btn_close_login {
  right: 15px;
  top: 10px;
  z-index: 99;
}
.login_form_pc .content_login_form .btn_close_login a {
  color: #a3a3a3;
  opacity: 0.65;
}
.login_form_pc .content_login_form .btn_close_login a:hover {
  opacity: 1;
}
.login_form_pc .content_login_form .btn_close_login a i {
  font-weight: 700;
}
.login_form_pc .content_login_form .my-account-wrap {
  width: 400px;
  margin: 0 auto;
  max-width: 100%;
}
.login_form_pc .content_login_form .my-account-wrap .icon_top {
  font-size: 35px;
  color: #000;
  margin-bottom: 20px;
}
.login_form_pc .content_login_form .my-account-wrap h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin: 0 0 20px;
  color: #999;
  text-transform: unset;
}
.login_form_pc .content_login_form .my-account-wrap h3.recover_pw {
  font-size: 14px;
  font-weight: 500;
  line-height: 8px;
  margin: 0 0 20px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.login_form_pc .content_login_form .my-account-wrap h3.title_register {
  text-align: left;
}
.login_form_pc .content_login_form .my-account-wrap form input {
  border: 1px solid #ddd;
  border-radius: 0 !important;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  padding: 0 22px;
  width: 100%;
  margin-bottom: 28px;
}
.login_form_pc .content_login_form .my-account-wrap form input {
  border: 1px solid #ddd;
  border-radius: 0 !important;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  padding: 0 22px;
  width: 100%;
  margin-bottom: 28px;
}
.login_form_pc .content_login_form .my-account-wrap form button {
  margin-bottom: 30px;
}
.spec span {
  position: relative;
  padding: 0 10px;
}
.spec span::before {
  content: '';
  border-top: 1px solid #e4e4e4;
  position: absolute;
  top: 10px;
  right: 100%;
  width: 13em;
}
.spec span::after {
  content: '';
  border-top: 1px solid #e4e4e4;
  position: absolute;
  top: 10px;
  left: 100%;
  width: 13em;
}
.flex.column {
  flex-direction: column;
  display: inline-block !important;
}
.ciloe_content_des_pd .content_mid h1 {
  font-size: 22px;
  font-weight: 400;
}
.ciloe_content_des_pd .feature_des_tab h1 {
  font-size: 26px;
  font-weight: 400;
}
.ciloe_content_des_pd .purchase_tab {
  padding: 110px 0;
}
.ciloe_content_des_pd .purchase_tab h1 {
  font-size: 40px;
  color: #fff;
  line-height: 1.5;
}
.ciloe_content_des_pd .purchase_tab a {
  font-size: 12px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  padding: 15px 30px;
  background: transparent;
  border: 2px solid #fff;
}
.product .color-group.br-select-color {
  right: 10px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
}
.product .color-group.br-select-color span.border {
  display: inline-block;
  margin-right: 0;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  width: 23px;
  height: 23px;
}
.product .color-group.br-select-color span.border:hover {
  border: 1px solid #000;
}
.product .spr-badge-caption {
  display: none !important;
}
.product .spr-starrating i.spr-icon-star-empty {
  display: none !important;
}
.navbar-nav li .dropdown-menu.mega-menu-main li a {
  padding-left: 0;
  line-height: 3;
  padding-right: 0;
}
.navbar-nav li .dropdown-menu.mega-menu-main li a.uppercase {
  text-transform: unset !important;
}
.slick-product-top-sale .slick-slide {
  margin: 0 15px;
}
.quickview-wrapper .product-media .owl-carousel {
  display: block;
}
.quickview-wrapper .product-media .owl-carousel .owl-item .item {
  margin: 0 2px;
}
.instagram .content-insta img {
  transition: all 0.7s ease;
}
.instagram .content-insta:hover img {
  transform: scale(1.2);
}
.instagram .content-insta .parent:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.instagram .content-insta:hover .parent::before {
  opacity: 1;
}
.instagram .content-insta .infor-insta {
  top: 50%;
  width: 100%;
  transform: scale(0);
  z-index: 3;
}
.instagram .content-insta:hover .infor-insta {
  transform: scale(1);
}
.instagram .content-insta:hover .infor-insta a {
  color: #fff;
}
.instagram .content-insta:hover .infor-insta a:hover {
  color: #3e976c;
}
#mps-sales-notification.sn-common.sn-left-to-right {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .col-xs-6.product-col-5 {
    width: 50%;
    padding: 0 5px;
  }
  .product_shop.col-xs-12 {
    padding: 0 20px;
  }
  .product_shop .col-xs-6.layout_product_shop {
    width: 50%;
    padding: 0 10px;
  }
  .product_shop .col-xs-6.layout_product_shop.layout_pd_list_shop {
    width: 100%;
  }
  .layout_pd_list_shop .des_product {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .layout_pd_list_shop .des_product ul {
    overflow: hidden;
  }
  .layout_pd_list_shop .product-rating {
    display: none;
  }
  .layout_pd_list_shop .variant-image-group {
    display: none;
  }
  .product a.icon-heart,
  .product button.icon-heart {
    display: none;
  }
  .layout_pd_list_shop .product .info-product .content_list .stock {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .label-sale {
    right: 10px;
  }
  .product .color-group.br-select-color {
    right: 0px;
    bottom: 10px;
  }
  .color-group .circle {
    width: 12px;
    height: 12px;
  }
  .ciloe-title-section {
    padding-left: 15px;
  }
  .slick-product-top-sale .slick-slide {
    margin: 0 5px;
  }
  .form-search h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .form-search form {
    flex-direction: column;
  }
  .form-search form input {
    width: unset;
    margin: 10px;
  }
  .form-search form button {
    height: 50px;
    margin: 10px;
  }
  .form-search i {
    font-size: 25px;
  }
  .form-search {
    transition: all 0.7s ease;
  }
  .slider-home-classic {
    margin-bottom: 10px;
  }
  .slick-Testimonal .slick-next,
  .slick-Testimonal .slick-prev {
    display: none !important;
  }
  .Testimonal .line-tes {
    height: 60px;
  }
  .ciloe-title-section h2 {
    font-size: 24px;
  }
  .ciloe-title-section {
    margin-bottom: 10px;
  }
}
.banner_collection .title_shop {
  line-height: 3;
  font-size: 24px;
}
.banner_collection .title_shop .btn_grid_layout,
.banner_collection .title_shop .btn_list_layout {
  opacity: 0.5;
}
.banner_collection .title_shop .btn_grid_layout.active,
.banner_collection .title_shop .btn_list_layout.active {
  opacity: 1;
}
.banner_collection .title_shop .btn_list_layout {
  margin-right: 10px;
}
.gr_btn_mb button.btn_sorting,
.gr_btn_mb a.btn_filter {
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
}
.gr_btn_mb button.btn_sorting:after {
  content: '\f0d7';
  display: inline-block;
  font-family: 'FontAwesome';
  padding-left: 10px;
}
.sidebar.sidebar_mb {
  position: fixed;
  top: 0;
  right: -350px;
  height: auto;
  transition: all 0.3s ease;
  background: #fff;
  z-index: 999;
  padding: 20px 0 10px 15px;
}
.sidebar.sidebar_mb.active {
  right: 0;
  opacity: 1;
}
.sidebar_mb::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.sidebar_mb::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.sidebar_mb::-webkit-scrollbar-thumb {
  background: #3e976c;
}

/* Handle on hover */
.sidebar_mb::-webkit-scrollbar-thumb:hover {
  background: #3e976c;
}
.sidebar_mb .close_sidebar_mb {
  font-weight: 600;
}
.sidebar_mb .close_sidebar_mb i {
  margin-right: 6px;
  font-size: 10px;
  font-weight: 700;
}
.search-results li .product-title {
  font-size: 18px;
  padding-bottom: 0;
}
.search-results {
  left: 15%;
}
@media (max-width: 767px) {
  .single-product-tab .tab-content p {
    padding: 10px 0;
  }
  .single-product-tab .tab-content p.line {
    margin: 0 auto 10px !important;
  }
  .ciloe_content_des_pd .content_mid .content_mid_1 img,
  .ciloe_content_des_pd .content_mid .content_mid_3 img {
    margin-bottom: 10px;
  }
  .ciloe_content_des_pd .content_mid .content_mid_1 h1,
  .ciloe_content_des_pd .content_mid .content_mid_3 h1,
  .ciloe_content_des_pd .content_mid .content_mid_2 h1 {
    margin-bottom: 0;
  }
  .ciloe_content_des_pd .purchase_tab h1 {
    font-size: 20px;
  }
  .ciloe_content_des_pd .img_banner_tab {
    margin-bottom: 30px;
  }
  .ciloe_content_des_pd .title_des_tab {
    font-size: 20px;
    margin-bottom: 0;
  }
  .search-results {
    left: 0;
  }
  .trending_classic {
    margin-bottom: 0;
  }
  .deal-classic {
    margin-bottom: 30px;
  }
  .Testimonal {
    margin-bottom: 30px;
  }
  .Testimonal .margin_bottom_100 {
    margin-bottom: 30px;
  }
  .slick-Testimonal .slick-dots {
    bottom: -60px;
  }
  .Testimonal .ciloe-title-section {
    margin-bottom: 0;
  }
  .instagram .des-insta {
    margin-bottom: 30px;
  }
  .product.margin_bottom_50 {
    margin-bottom: 30px;
  }
  .top_sale.margin_bottom_100 {
    margin-bottom: 0;
  }
  .slick-product-top-sale .slick-dots {
    bottom: 5px;
  }
  .banner.margin_bottom_90 {
    margin-bottom: 30px;
  }
  .gr_ins_classic.flex {
    flex-direction: row;
  }
  .gr_ins_classic .content-insta {
    margin: 5px 5px 0px 5px !important;
  }
  .img_insta_fv3.col-xs-4 {
    width: 33.33333%;
  }
  .newletter {
    margin-bottom: 30px;
  }
  .tab-pd-clean .title-tab,
  .tab-pd-clean .title-tab-2 {
    margin-bottom: 30px;
  }
  .col-xs-6.product-tab-pd {
    width: 50%;
    padding: 0 5px;
  }
  .tab-pd-clean {
    margin-bottom: 0;
  }
  .banner_pinmapper {
    margin-bottom: 0;
  }
  .image_modern {
    margin-bottom: 20px;
  }
  .image_modern .img_banner {
    padding-bottom: 20px;
  }
  .shop_modern p.margin_bottom_80 {
    margin-bottom: 30px;
  }
  .pd-featured-minimal .col-xs-6.product-minimal {
    width: 50%;
    padding: 0 5px;
  }
  .blog-minimal {
    margin-bottom: 0;
  }
  .blog-minimal .des-blog {
    margin-bottom: 0;
  }
  .slide_pinmapper {
    margin-bottom: 30px;
  }
  .collection_pinmapper {
    padding-bottom: 65px !important;
    margin-bottom: 30px;
  }
  .collection_pinmapper h1.margin_bottom_80 {
    margin-bottom: 30px;
    font-size: 36px;
  }
  .banner_pinmapper {
    margin-bottom: 10px;
  }
  .tab-pd-clean .title-tab-2 li a:before {
    bottom: 15px;
  }
  .slide_pinmapper .hover_popup .content_pd_popup .pd_popup {
    display: none;
  }
}
#productSearchResults {
  position: absolute;
  left: 15%;
  right: 15%;
}
@media (max-width: 1200px) {
  #productSearchResults {
    position: absolute;
    left: 0;
    right: 10px;
  }
}
#productSearchResults .search-results {
  min-width: 300px;
}
@media (min-width: 400px) {
  #productSearchResults .search-results {
    min-width: 350px;
  }
}
#productSearchResults .search-results .result-item .search-item-img {
  display: block;
}
#productSearchResults .search-results .result-item .search-item-img img {
  width: 100%;
}
#productSearchResults .search-results {
  text-align: left;
  margin-top: 10px;
  max-height: calc(100vh - 340px);
  overflow: auto;
  padding-bottom: 30px;
}
@media (max-width: 1200px) {
  #productSearchResults .search-results {
    max-height: calc(100vh - 200px);
  }
}
#productSearchResults .search-results::-webkit-scrollbar {
  width: 3px;
}

/* Track */
#productSearchResults .search-results::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#productSearchResults .search-results .result-item {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  padding: 0 15px;
  float: left;
}
#productSearchResults .search-results .result-item .search-item-title {
  font-weight: 500;
  margin: 20px 0 0;
  display: block;
}
@media (min-width: 1200px) {
  #productSearchResults .search-results .result-item .search-item-title {
    font-size: 18px;
  }
}
#productSearchResults .search-results .result-item .item-price {
  font-weight: 600;
  margin-right: 10px;
}
#productSearchResults .search-results .result-item del {
  font-weight: 500;
  color: #909090;
}
@media (max-width: 480px) {
  .single-product-tab .nav-tabs.v3 {
    padding-top: 30px;
  }
}
#my360 {
  background: rgba(255, 255, 255, 0.8);
}
#my360 .modal-content {
  box-shadow: unset;
  border: 0;
}
.notifyjs-wrapper.notifyjs-hidable {
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.1);
}
.single-product-tab .tab-content p.content_des_tab {
  padding-bottom: 260px;
}
.ciloe_content_des_pd .img_banner_tab img {
  margin-top: -260px;
}
.ciloe_content_des_pd .bg_content_bottom {
  background: #f8f8f8;
}
.content_pd_popup .pd_popup .price {
  justify-content: space-between;
}
.cart-inside .item-cart .btn-del {
  font-size: 10px;
  position: relative;
  top: -30px;
  color: #666;
  right: -16px;
}
.cart-inside .item-cart .btn-del:hover {
  color: #3e976c;
}
.cart-inside .item-cart .btn-del i {
  font-weight: 900;
}
@media (max-width: 767px) {
  .slider-home-fullwidth .table .ciloe-inner .btn-slider .cat-content-inner {
    padding: 40px 0;
  }
  .slider-home-fullwidth
    .table
    .ciloe-inner
    .btn-slider
    .cat-content-inner
    .link-cat {
    opacity: 1;
  }
}
.menu-main li .bg-mega-menu1 .hover-filter p a {
  color: #000;
}
.menu-main li .bg-mega-menu1 .hover-filter p a:hover,
.menu-main li .bg-mega-menu1 .hover-filter:hover p a {
  color: #3e976c;
}
@media (max-width: 767px) {
  .product-modern.col-xs-6 {
    width: 50%;
    padding: 0 8px;
  }
}
.notifyjs-corner {
  z-index: 999 !important;
}
.wrap-filter-sorting .dropdown_menu_sorting {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  transition: all 0.3s ease;
  border: 0;
  border-radius: 0;
  min-width: 285px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 25px;
  background: #fff;
  transform: translateY(15px);
}
.wrap-filter-sorting .dropdown_menu_sorting li a {
  font-size: 14px !important;
  line-height: 24px;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #333;
}
.wrap-filter-sorting .dropdown_menu_sorting.active {
  opacity: 1;
  visibility: visible;
}
.content_size_guide::-webkit-scrollbar {
  opacity: 0;
}
.single-product-detail
  .product-img-slide
  .product-images
  .main-img
  img.img_sticky {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .multiple-img-list-ver2.big_image {
    width: 120px;
  }
}
.product-images .js-product-slider.big_image img {
  margin: 0 auto;
}
.pd-article .js-pd-article .slick-slide {
  margin: 0 5px;
}
.pd-article .js-pd-article .slick-next {
  right: -25px;
}
.navbar-nav.menu-main > li > a:before {
  content: none;
}
.notifyjs-corner .notifyjs-wrapper,
.notifyjs-corner .notifyjs-container {
  margin: 0 !important;
}
.notification-theme .wrapper-content .close-noti {
  position: absolute;
  right: -15px;
}
.notification-theme {
  width: 450px !important;
  max-width: 500px !important;
  border-radius: 0 !important;
}
@media (max-width: 480px) {
  .notification-theme {
    width: 320px !important;
  }
}
/* bundle */
#revy-bundle-wrapper
  .revy-bundle-wrapper-inner
  .revy-bundle-products.revy-bundle-products-multiple-layout {
  flex-direction: row !important;
  width: 100%;
  overflow: hidden;
}
#revy-bundle-wrapper
  .revy-bundle-wrapper-inner
  .revy-bundle-products.revy-bundle-products-multiple-layout
  .revy-bundle-product {
  flex-direction: column !important;
  align-items: unset !important;
}
#revy-bundle-wrapper
  .revy-bundle-wrapper-inner
  .revy-bundle-products.revy-bundle-products-multiple-layout
  .revy-bundle-product
  .revy-bundle-image-container
  .revy-bundle-image-outline {
  width: auto !important;
  box-shadow: unset;
  position: relative;
  padding: 0 !important;
}
#revy-bundle-wrapper
  .revy-bundle-wrapper-inner
  .revy-bundle-products.revy-bundle-products-multiple-layout
  .revy-bundle-product
  .revy-bundle-image-container
  .revy-bundle-image-outline:before {
  content: '+';
  position: absolute;
  font-size: 1.714em;
  line-height: 1.458em;
  height: 1.458em;
  width: 1.458em;
  border-radius: 50%;
  top: 50%;
  left: -0.729em;
  margin-left: -16px;
  display: inline-block;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1000;
  color: #999;
}
#revy-bundle-wrapper
  .revy-bundle-wrapper-inner
  .revy-bundle-products.revy-bundle-products-multiple-layout
  .revy-bundle-product
  .revy-bundle-image-container
  .revy-bundle-image-outline
  .revy-bundle-image {
  max-width: 180px !important;
  max-height: 300px !important;
}
#revy-bundle-wrapper {
  padding: 30px !important;
  max-width: 1000px;
  margin: 0 auto !important;
  border: 2px solid #ddd;
}
/* end */
@media (min-width: 1200px) {
  #revy-bundle-wrapper
    .revy-bundle-wrapper-inner
    .revy-bundle-products.revy-bundle-products-multiple-layout
    .revy-bundle-product
    .revy-bundle-image-container {
    margin-right: 25px !important;
  }
}
@media (max-width: 1200px) {
  #revy-bundle-wrapper
    .revy-bundle-wrapper-inner
    .revy-bundle-products.revy-bundle-products-multiple-layout {
    flex-direction: column !important;
  }
  #revy-bundle-wrapper
    .revy-bundle-wrapper-inner
    .revy-bundle-products.revy-bundle-products-multiple-layout
    .revy-bundle-product {
    align-items: center !important;
  }
  #revy-bundle-wrapper {
    margin-top: 30px !important;
  }
}
.active {
  display: inline-block !important;
}

.filter-brand .brand-filter li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.filter-brand .brand-filter li a {
  line-height: 25px;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}

.content.v2 h3 {
  padding-top: 30px;
  max-width: 550px;
  line-height: 35px;
  text-transform: inherit;
}

.newlet-v2 form {
  max-width: 470px;
}
.newlet-v2 p {
  max-width: 470px;
  color: #999999;
  line-height: 26px;
}
.newlet-v2 .btn-section {
  padding: 0 23px;
}
.newlet-v2 form input {
  width: 100%;
  height: 40px;
  border-radius: 40px !important;
  background: #f3f3f3;
  border: none;
  padding-left: 20px;
}
.blog-new .content-blog.v2 {
  max-width: 450px;
}
.blog-new .button-blog {
  font-weight: 500;
  color: #cfcfcf;
  letter-spacing: 0.5px;
}
.blog-new .blog-post-author {
  padding-bottom: 5px;
}
.blog-new .blog-post-author .author {
  font-weight: 300;
}
.stt {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: auto;
  background: #bdefd6;
  line-height: 30px;
  color: #3e976c;
}
.slick-Testimonal3 .slick-next {
  right: -50px;
  background: #e8e8e8;
  border-radius: 4px;
}
.slick-Testimonal3 .slick-prev {
  left: -50px;
  background: #e8e8e8;
  border-radius: 4px;
}
.slick-Testimonal3 .slick-next:before {
  font-size: 20px;
}
.slick-Testimonal3 .slick-prev:before {
  font-size: 20px;
}
.slick-Testimonal3 .slick-prev:hover {
  background: #bdefd6;
}
.slick-Testimonal3 .slick-next:hover {
  background: #bdefd6;
}

.slick-Testimonal3 .slick-next:hover:before {
  color: #3e976c;
}
.slick-Testimonal3 .slick-prev:hover:before {
  color: #3e976c;
}
.slick-product-best-sellers .slick-next {
  display: none !important;
}
.slick-product-best-sellers .slick-prev {
  display: none !important;
}
.slick-product-best-sellers .slick-slide {
  margin: 0 15px;
}
.slick-product-best-sellers .slick-dots {
  position: initial;
}
.slick-product-best-sellers .slick-dots li {
  margin: 0;
}
.slick-product-best-sellers .slick-dots li button:before {
  font-size: 7px;
}
.slick-product-best-sellers .slick-dots li:hover button:before {
  color: #3e976c;
}
.slick-product-best-sellers .slick-dots li.slick-active button:before {
  color: #3e976c;
}
.ciloe-title-section p {
  color: #cfcfcf;
  letter-spacing: 1px;
}
@media all and (min-width: 401px) {
  .single-product-info .flex .product-rating .spr-badge {
    float: right;
  }
}
.info-product.text-center .product-rating .spr-badge {
  justify-content: center;
}

.single-product-button-group .selector-wrapper {
  align-items: center;
  display: flex;
  background: #fff;
  padding: 0 10px;
  margin-right: 10px;
}
.ciloe-size-guide .btn_size_guide {
  display: none !important;
}
.single-product-button-group .selector-wrapper .single-option-selector {
  background: transparent;
  border: none;
  height: 40px;
  width: 70%;
  color: #000;
  font-weight: 600;
}
.single-product-button-group .selector-wrapper:after {
  display: none;
}

.single-product-button-group .selector-wrapper label {
  color: #999999;
  font-weight: 400;
  font-size: 14px;
  width: 30%;
}
.product-media .engoj_img_main_quickview {
  width: 100%;
}
@media (max-width: 1024px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .space_top_120 {
    padding-top: 70px;
  }
  .space_bot_120 {
    padding-bottom: 70px;
  }
  .banner_page.v2 .text_banner {
    top: 25%;
  }
  .aboutus .banner_page.v2 .text_banner {
    top: 50%;
  }
  .aboutus .banner_page.v2 .text_banner h1 {
    line-height: 35px;
  }
  .banner_page.v2 .text_banner h1 {
    margin-bottom: 0;
  }
  .margin_bottom_90 {
    margin-bottom: 50px;
  }
  .space_top_50 {
    padding-top: 30px;
  }
  .space_bot_60 {
    padding-bottom: 30px;
  }
  .tab-pd-clean .title-tab-2 {
    margin-bottom: 20px !important;
  }
  .margin_bottom_70 {
    margin-bottom: 40px;
  }
  .margin_bottom_80 {
    margin-bottom: 40px;
  }
  .space_top_100 {
    padding-top: 50px;
  }
  .space_bot_100 {
    padding-bottom: 50px;
  }
  .space_bot_70 {
    padding-bottom: 40px;
  }
  .margin_top_100 {
    margin-top: 50px;
  }
  .margin_bottom_100 {
    margin-bottom: 50px;
  }
  .aboutus .team {
    padding-bottom: 70px;
    padding-top: 50px;
  }
  .space_top_80 {
    padding-top: 40px;
  }
  .space_top_bot_140 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .space_top_140 {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  .banner .text-banner.v1 {
    padding-top: 0;
  }
  .space_top_60 {
    padding-top: 30px;
  }
  .margin_bottom_60 {
    margin-bottom: 30px;
  }
  .aboutus .content_about_page {
    padding-top: 40px;
  }
  .aboutus .cuter .counter .counter1 {
    padding-top: 50px;
  }
  .aboutus .cuter .counter .counter1 .col-md-3 .counte {
    font-size: 36px;
  }
  .slider-home-classic .js-slider-home-classic .slick-dots {
    display: none !important;
  }
  .fv1_social .right {
    float: inherit !important;
  }
  .margin_bottom_120 {
    margin-bottom: 60px;
  }
  .margin_top_120 {
    margin-top: 60px;
  }
  .newletter .flex.v1 {
    display: inline-block;
  }
  .newletter .title-newletter {
    width: 100% !important;
  }
  .newletter .des-newletter {
    width: 100% !important;
    margin-bottom: 40px !important;
  }
  .tab-pd-clean .title-tab-2 li a {
    font-size: 13px !important;
    padding: 10px 5px;
  }
  .tab-pd-v2 .title-tab-2 li a {
    font-size: 16px !important;
  }
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 568px) {
  .space_top_120 {
    padding-top: 40px;
  }
  .footer-v2 .incon-link {
    padding-top: 0;
  }
  .space_top_bot_50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tab-pd-v3 .tab-content {
    padding-left: 0;
    padding-right: 0;
  }

  .space_top_50 {
    padding-top: 30px;
  }
  .space_bot_50 {
    padding-bottom: 30px;
  }
  .error-title {
    margin-bottom: 20px;
  }
  .contact_page .col-xs-4 {
    width: 100%;
    padding-bottom: 30px;
  }
  .ciloe-title-section2 p {
    padding-bottom: 10px;
  }
  .instagram .title-insta {
    font-size: 24px !important;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
}

.clear-left {
  clear: left;
}

.fb_dialog_advanced,
.fb_dialog_mobile {
  margin: 0 14pt !important;
}
.single-product-detail
  .single-product-info
  .single-product-button-group.v2
  .cart-qtt
  .btn-add-cart {
  height: 55px;
  width: 190px;
}
.single-product-detail
  .single-product-info
  .single-product-button-group.v2
  .e-quantity {
  height: 55px;
  width: 100px;
}
.single-product-detail
  .single-product-info
  .single-product-button-group.v2
  .e-quantity
  input.input-text[type='text'] {
  height: 55px;
}
.single-product-detail
  .single-product-info
  .single-product-button-group.v2
  .e-quantity
  .quantity-left-minus {
  top: 21px;
}
.single-product-detail
  .single-product-info
  .single-product-button-group.v2
  .e-quantity
  .quantity-right-plus {
  top: 21px;
}
.product .info-product .product-rating {
  padding-top: 5px;
}

.menu-main li .bg-mega-menu1 .hover-filter p {
  text-align: center;
}
.menu-main li .bg-mega-menu1 .hover-filter p a {
  letter-spacing: 1px;
  font-size: 12px;
}

.cross-sell div.image {
  height: fit-content !important
}

.cross-sell li .producttitle {
  padding-top: 15px !important
}