@charset "UTF-8";
/*------------------------------------------------------------------

[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: inline-start;
}
}*/
@media (max-width: 567px) {
  /*.auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
  .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
  .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
  .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
  .auto-clear .col-xs-6:nth-child(odd){clear:left;}*/
  #item_list_container.row {
    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;
    display: flex;
    flex-wrap: wrap;
  }
  #item_list_container.row .product {
    float: inline-start;
    /*align-items: flex-start;
    width: 49%;*/
  }
}
@media (max-width: 375px) {
  #item_list_container.row .product {
    width: 49.8%;
  }
}
@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), .col-sm-6:nth-child(2n+1) {
    clear: inline-start;
  }
}
@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: inline-start;
  }
}
@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(5n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1) {
    clear: inline-start;
  }
}
.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_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_5 {
  margin-bottom: 5px;
}

.margin_bottom_10 {
  margin-bottom: 10px;
}

.margin_bottom_20 {
  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;
}

.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_5 {
  margin-inline-end: 10px;
}

.margin_right_10 {
  margin-inline-end: 10px;
}

.margin_right_15 {
  margin-inline-end: 15px;
}

.margin_right_20 {
  margin-bottom: 20px;
}

.margin_right_30 {
  margin-inline-end: 30px;
}

.margin_right_40 {
  margin-inline-end: 40px;
}

.margin_right_50 {
  margin-inline-end: 50px;
}

.margin_right_100 {
  margin-inline-end: 100px;
}

.space_5 {
  padding: 5px;
}

.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_10 {
  padding-inline-start: 10px;
}

.space_left_20 {
  padding-inline-start: 20px;
}

.space_left_30 {
  padding-inline-start: 30px;
}

.space_left_40 {
  padding-inline-start: 40px;
}

.space_left_50 {
  padding-inline-start: 50px;
}

.space_right_10 {
  padding-inline-end: 10px;
}

.space_right_20 {
  padding-inline-end: 20px;
}

.space_right_30 {
  padding-inline-end: 30px;
}

.space_right_40 {
  padding-inline-end: 40px;
}

.space_right_50 {
  padding-inline-end: 50px;
}

.space_bot_10 {
  padding-bottom: 10px;
}

.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_5 {
  padding-top: 5px;
}

.space_top_10 {
  padding-top: 10px;
}

.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_130 {
  padding-top: 130px;
}

.space_top_140 {
  padding-top: 140px;
}

.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;
}

.container_10 {
  padding: 0 10px;
}

.container_15 {
  padding: 0 15px;
}

.container_20 {
  padding: 0 20px;
}

.container_30 {
  padding: 0 30px;
}

.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;
}

.clear-none {
  clear: none !important;
}

.clear-space {
  padding: 0;
}

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

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

.red {
  color: red;
}

.left {
  float: start;
}

.right {
  float: end;
}

.flex {
  display: flex;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

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

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

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

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

.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-20 {
  width: 20%;
}

.column-30 {
  width: 30%;
}

.column-40 {
  width: 40%;
}

.column-50 {
  width: 50%;
}

.column-60 {
  width: 60%;
}

.column-70 {
  width: 70%;
}

.column-80 {
  width: 80%;
}

.column-90 {
  width: 90%;
}

.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transform: translateY(15px);
  transition: all 0.3s ease;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(3px);
}

.mega-menu-main {
  min-width: 650px;
  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;
}

.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: #f19546;
}

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

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

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

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

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

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

.pushmenu.menu-home5 {
  background: #114841;
  color: #fff;
  width: 362px;
  height: 100%;
  top: 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 {
    width: 300px;
  }
}
.nav-home5 > li {
  position: relative;
  display: block;
}

.nav-home5 > li > a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  /*color: #a4a4a4;*/
  color: #fff;
  position: relative;
  -webkit-transition: none;
  transition: none;
  line-height: 26px;
  padding: 12px 30px;
  padding-inline-end: 0;
  display: block;
  border-bottom: 1px solid rgba(92, 92, 92, 0.23);
}

.nav-home5 > li > a:hover {
  color: #fff;
  background: none;
}

.nav-home5 > li > a.active {
  color: #fff;
}

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

.nav-home5 .menu-level1 .level2 {
  padding-inline-start: 25px;
  list-style-type: none;
  margin-bottom: 20px;
}

.nav-home5 .menu-level1 .level2 > a {
  text-transform: capitalize;
  color: #a4a4a4;
  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:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 1px;
  left: -18px;
  top: 10px;
  background: #a4a4a4;
}

.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-inline-start: 15px;
}

.nav-home5 .menu-level-2 .level3 > a {
  line-height: 2;
  text-transform: capitalize;
  color: #a4a4a4;
  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: 10px;
  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-top: 14px;
  padding-inline-start: 18px;
  padding-bottom: 10px;
  padding-inline-end: 50px;
  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: end;
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 10px;
  margin-inline-start: 15px;
}

.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-inline-end: 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 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.menu-level1 {
  display: none;
}

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

.side-menu-login {
  display: flex !important;
  align-items: center;
}

.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-inline-end: 0.3rem;
}
.input-number-group .input-number-increment {
  margin-inline-start: 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-inline-end: 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: #f19546;
}
.right-to-left:hover {
  overflow: unset;
}
.right-to-left:hover i {
  color: #f19546;
}
.right-to-left:hover .text {
  width: 140px;
}

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

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

.line {
  height: 2px;
  right: 50%;
  left: 50%;
  background: #f19546;
  position: absolute;
}

.active .line {
  right: 0;
  left: 0;
}

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

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

.over-hidden {
  overflow: hidden;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  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: 30px;
  height: 30px;
  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: 15% 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 {
  height: 50px;
  width: 60%;
  border-radius: 0;
  border-color: #ddd;
  font-size: 18px;
  outline: 0;
  box-shadow: unset;
}
.form-search form button {
  margin-left: 15px;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  background: #f19546;
  color: #fff;
  padding: 5px 25px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.form-search form button:hover {
  background: #f47d2e;
}

.form-cart {
  position: fixed;
  overflow-x: hidden;
  right: -470px;
  height: 100%;
  width: 470px;
  top: 0;
  z-index: 100;
  background: #fff;
  overflow-y: auto;
}
.form-cart i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 25px;
  color: #333;
  transition: all 0.3s ease;
}
.form-cart i:hover {
  transform: rotate(90deg);
}
.form-cart h3 {
  font-size: 30px;
  text-align: start;
  padding-inline-start: 15px;
  padding-top: 26px;
}
.form-cart .empty-cart {
  padding-top: 10%;
}
.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: #f19546;
  color: #fff;
  font-size: 18px;
  margin-left: 30%;
}
.form-cart .empty-cart a:hover {
  background: #f47d2e;
}

@media (max-width: 480px) {
  .form-cart {
    width: 350px;
  }
  .form-cart .btn-nixx {
    padding: 10px 15px;
    margin: 0px 8px;
  }
  .form-cart .empty-cart a {
    margin-left: 20%;
  }
}
.account-popup {
  position: fixed;
  overflow: hidden;
  right: -470px;
  height: 100%;
  width: 470px;
  top: 0;
  z-index: 100;
  background: #fff;
}
.account-popup .account-popup-body {
  padding: 30px;
}
.account-popup i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #333;
  transition: all 0.3s ease;
}
.account-popup i:hover {
  transform: rotate(90deg);
}
.account-popup h3 {
  font-size: 36px;
  text-align: start;
  padding-inline-start: 30px;
  padding-top: 26px;
}

@media (max-width: 480px) {
  .account-popup {
    width: 300px;
  }
}
.size-chart-popup {
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  right: -470px;
  height: 100%;
  width: 470px;
  top: 0;
  z-index: 100;
  background: #fff;
}
.size-chart-popup .size-chart-popup-body {
  padding: 15px;
}
.size-chart-popup i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #333;
  transition: all 0.3s ease;
}
.size-chart-popup i:hover {
  transform: rotate(90deg);
}
.size-chart-popup h3 {
  font-size: 30px;
  text-align: start;
  padding-inline-start: 30px;
  padding-top: 26px;
}

.offcanvas {
  position: fixed;
  /*overflow-y: auto;*/
  right: -470px;
  height: 100%;
  width: 470px;
  top: 0;
  z-index: 100;
  background: #fff;
}
.offcanvas i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #333;
  transition: all 0.3s ease;
}
.offcanvas h3 {
  font-size: 36px;
  text-align: start;
  padding-inline-start: 30px;
  padding-top: 26px;
}
.offcanvas .empty-cart {
  padding-top: 50%;
}
.offcanvas .empty-cart p {
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px;
}
.offcanvas .shope-filter-item {
  max-height: 578px;
  overflow-y: auto;
}
.offcanvas .shope-filter-item ul li {
  width: 100%;
}

@media (max-width: 480px) {
  .size-chart-popup {
    width: 370px;
  }
}
.in_cm_switch {
  display: none;
}
.in_cm_switch + label {
  float: inline-end;
  margin-bottom: 30px;
}
.in_cm_switch + label span {
  text-align: center;
  padding: 0.5em 1em;
  cursor: pointer;
  transition: 0.5s;
}
.in_cm_switch + label span.in_off {
  background: #f6f6f6;
  color: #000;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-inline-start: -5px;
}
.in_cm_switch + label span.in_on {
  background: #000;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.in_cm_switch:checked + label span.in_off {
  background: #000;
  color: #fff;
}
.in_cm_switch:checked + label span.in_on {
  background: #f6f6f6;
  color: #000;
}

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

/*
.size-char-table{


	th{

	}
}*/
.login-modal-main i {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  color: #333;
  transition: all 0.3s ease;
}
.login-modal-main i:hover {
  transform: rotate(90deg);
}

.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;
}

.breadcrumb > li + li:before {
  color: black;
  padding: 0 20px;
}

@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: start;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  background: #fff;
}
.accordion.active:after {
  content: "−";
}

.accordion:after {
  content: "+";
  color: black;
  font-weight: bold;
  float: inline-start;
  margin-inline-end: 15px;
}

.panel {
  margin: 0;
  padding: 0 30px;
  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: #f19546;
  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: #f19546;
  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-x: scroll;
    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-inline-start: 0;
  }
  .sidebar-left {
    opacity: 0;
    transition: all 0.3s ease;
    width: 300px;
    position: fixed;
    overflow-x: scroll;
    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-inline-start: 0;
  }
}
/*--------------------------------ui----------------------------*/
.ui-slider .ui-slider-handle {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: none;
  background-color: #f19546;
  border: none;
  outline: none;
  top: -7px;
}

.ui-slider-range {
  background: none;
  background-color: #f19546;
  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: #f19546;
}
.product-list .btn-product-list a {
  display: inline-block;
  line-height: 46px;
  width: 55px;
  color: black;
  background: #fff;
  margin-inline-start: 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: #f19546;
}
.product-list .img-product {
  float: start;
  width: 30%;
}
.product-list .img-product .product-icon {
  display: none !important;
}
.product-list .product-info {
  float: start;
  width: 70%;
  padding-inline-start: 30px;
}
.product-list .product-info .info-product {
  text-align: start;
}
.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: start;
    width: 100%;
  }
  .product-list .product-info {
    width: 100%;
    padding-inline-start: 15px;
  }
}
/*end*/
/*select custom*/
/*custom select*/
.select-hidden {
  display: none;
  visibility: hidden;
  padding-inline-end: 10px;
}

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

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

.select-styled {
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  text-align: start;
  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: start;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid #e6e6e6;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #f19546;
  background: #fff;
}
.select-options li[rel=hide] {
  display: none;
}

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

body {
  font-size: 15px;
}

.number-font {
  font-family: "FuturaPT Heavy";
}

.title-font {
  font-family: FuturaPT;
}

.des-font {
  font-family: "FuturaPT Book";
}

.menu-font {
  font-family: "FuturaPT Demi";
}

.menu-child-font {
  font-family: "FuturaPT light";
}

.extra-bold-font {
  font-family: "MuliExtraBold";
}

.r-font {
  font-family: "Arial";
}

.theme-color {
  color: #f19546;
}

a {
  color: #f19546;
}

a:hover {
  color: #f19546;
}

@media (min-width: 1800px) {
  .container {
    width: 1750px;
  }
}
@media (min-width: 320px) {
  .menu-fixed {
    padding: 30px 15px;
  }
}
@media (min-width: 1200px) {
  .menu-fixed {
    /*padding: 30px 100px;*/
    padding: 20px 100px;
  }
}
.navbar-nav.menu-main {
  /*padding-inline-start: 20px;*/
}
.navbar-nav.menu-main li a {
  padding: 6px 20px 2px;
  /*padding: 6px 9px 2px;*/
  /*padding: 6px 6px 2px;
  font-size: 14px;*/
}
.navbar-nav.menu-main li .line.active_line {
  left: 10px;
  right: 10px;
}
.navbar-nav.menu-main li:hover a {
  background: transparent;
}
.navbar-nav.menu-main li:hover .line {
  left: 10px;
  right: 10px;
}

.icon-main i {
  font-size: 24px;
}

.label-cart {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #114841;
  background: #f19546;
  padding-top: 0px;
  /*top: -10px;
  right: 0;*/
  background: none;
  top: 11px;
  right: 20px;
  padding-top: 0px;
  text-align: center;
  font-size: 12px;
  line-height: 21px;
}

.label-new {
  color: #fff;
  background: #f19546;
  text-transform: uppercase;
  top: 10px;
  left: 10px;
  padding: 6px;
  font-size: 12px;
}

.label-sale {
  color: #222;
  background: #fff;
  text-transform: uppercase;
  top: 10px;
  right: 10px;
  padding: 6px;
  font-size: 12px;
}

.mega-menu-main ul.lv1 li a {
  color: #666;
  display: inline-block;
  line-height: 32px;
}
.mega-menu-main ul.lv1 li:hover a {
  color: #f19546;
}

.mega-menu-main.mega-menu-shop {
  width: 966px;
  left: -300px;
}
.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: #f19546;
  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-inline-start: -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-inline-end: 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 .img-responsive {
  height: 306px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.product .img-product .video_container {
  height: 306px;
  width: 100%;
  overflow: hidden;
}
.product .img-product .video_container .item-video {
  object-fit: cover;
  object-position: center;
}
.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;
  opacity: 0;
  padding-top: 12px;
  transition: all 0.3s ease;
}
.product .img-product .product-icon .icon-addcart i {
  transition: all 0.3s ease;
}
.product .img-product .product-icon .icon-addcart:hover i {
  color: #f19546;
}
.product .img-product .product-icon .icon-heart {
  width: 50px;
  height: 50px;
  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: #f19546;
}
.product .img-product .product-icon .icon-quickview {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #333;
  opacity: 0;
  transition: all 0.2s ease;
  padding-top: 14px;
}
.product .img-product .product-icon .icon-quickview:hover {
  color: #f19546;
}
.product .img-product:hover .product-icon .icon-addcart {
  opacity: 1;
  transform: translateY(-15px);
}
.product .img-product:hover .product-icon .icon-heart {
  opacity: 1;
  transform: translateY(-15px);
}
.product .img-product:hover .product-icon .icon-quickview {
  opacity: 1;
  transform: translateY(-15px);
}
.product .info-product h4 a {
  color: #333;
  transition: all 0.3s ease;
}
.product .info-product h4 a:hover {
  color: #f19546;
}
.product .info-product h4.title-product {
  font-size: 15px;
}
.product .info-product .price {
  font-size: 14px;
}
.product .info-product .offer-percent {
  font-size: 12px;
  background-color: #f19546;
  color: #fff;
  padding-left: 2px;
  padding-right: 2px;
}
.product .info-product .price-product {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .info-product .price-product .sale-price {
  /*text-decoration: line-through;*/
  color: #114841;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.product .info-product .price-product .sale-price:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: black;
  transform: translateY(-50%);
  pointer-events: none;
}

#btn-selection button {
  color: #909090;
}
#btn-selection button.active {
  color: #333;
}
#btn-selection button:first-child {
  margin-inline-start: 8px;
}

.column {
  display: none !important;
}

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

.slick-prev {
  top: -60px;
  right: 60px;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}
.slick-prev:before {
  font-family: "themify";
  content: "\e629";
  font-size: 14px;
  color: #222;
}

.slick-next {
  top: -60px;
  right: 8px;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}
.slick-next:before {
  font-family: "themify";
  content: "\e628";
  font-size: 14px;
  color: #222;
}

.section-bestseller-home1 .title-bestseller {
  font-size: 30px;
}
.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: #f19546;
}
.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: #f19546;
}
.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: #f19546;
}
.section-topseller-home1 .product-topseller-2 .info-product .price-product {
  font-size: 18px;
}
.section-topseller-home1 .btn-shopnow a {
  color: #333;
}
.section-topseller-home1 .btn-shopnow a:hover {
  color: #f19546;
}
.section-topseller-home1 .btn-shopnow a .line {
  bottom: -2px;
  background: #999999;
  width: 75px;
  left: 0;
}

.testimonial {
  background: #f2f2f2;
  /*padding-top: 130px;
  padding-bottom: 250px;*/
  padding-top: 70px;
  padding-bottom: 180px;
}
.testimonial button.slick-prev {
  display: none !important;
}
.testimonial button.slick-next {
  display: none !important;
}
.testimonial .title-testi {
  font-size: 40px;
}
.testimonial .des-testi {
  font-size: 18px;
}
.testimonial .content-comment .stt-comment {
  font-size: 80px;
  color: #dfdfdf;
  top: 0;
  /*left: 0;*/
  inset-inline-start: 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;
}
.testimonial .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0px;
}
.testimonial .slick-dots li button:before {
  font-size: 9px;
  line-height: 15px;
  width: 15px;
  height: 15px;
}
.testimonial .slick-dots li.slick-active button {
  border: 1px solid #333;
  border-radius: 63%;
}

.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-inline-start: 5px;
  border: 0;
  border-radius: 0;
  background: #f19546;
  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-inline-start: 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: #f19546;
}
.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-inline-end: 10px;
  margin-bottom: 10px;
  display: inline-block;
  transition: all 0.2s ease;
}
.contact-home1 .recent-tag a:hover {
  background: #fff;
  color: #f19546;
}
.contact-home1 .instagram h4 {
  font-size: 24px;
  color: #fff;
}
.contact-home1 .instagram a {
  overflow: hidden;
  display: inline-block;
  margin-inline-start: 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;
}

.gotop {
  background: #f19546;
  cursor: pointer;
}
.gotop i {
  color: #fff;
  font-size: 14px;
  padding-top: 8px;
  display: inline-block;
  transition: all 0.3s ease;
}
.gotop:hover i {
  transform: scale(1.1);
}

.form-search {
  right: -1920px;
  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: calc(100% + 385px) 0;
  height: auto;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.slider-home2 .img-slider-main {
  /*box-shadow: 0 10px 40px 0 rgba(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-inline-start: 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: #f19546;
}
.social-fixed a i {
  font-size: 18px;
}

/*------------------*/
.show-banner-home2 {
  padding: 355px 150px 130px 150px;
}
.show-banner-home2 .show-banner-1-home2 {
  padding-inline-start: 30px;
  padding-inline-end: 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-inline-start: 6%;
  padding-inline-end: 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-inline-end: 30px;
  padding-inline-start: 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: #f19546;
}
.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-inline-start: 15px;
}
.logo-footer-home2 .newsletter a:hover {
  color: #f19546;
}
.logo-footer-home2 .newsletter a:hover i {
  color: #f19546;
}

footer-old hr {
  border-top: 2px solid #333;
}
footer-old .store-icon {
  height: 35px;
}
footer-old .contact-span {
  font-size: 16px;
  margin-inline-start: 15px;
}
footer-old .contact-icon {
  display: inline-block;
  margin-inline-end: 5px;
  height: 25px;
}
footer-old .logo-footer {
  padding-inline-end: 0px;
}
footer-old .pay-icon {
  display: inline-block;
  height: 26px;
  margin-inline-end: 3px;
}
footer-old .social-icon {
  display: inline-block;
  height: 26px;
  margin-top: 7px;
  margin-inline-end: 10px;
  margin-bottom: 5px;
  margin-inline-start: 0px;
}
footer-old #vat_info {
  color: #acacac;
  padding-bottom: 10px;
}
footer-old .copy-text {
  margin-bottom: 0 !important;
}

.item-list-div .product {
  /*padding-inline-end: 15px;
  padding-inline-start: 15px;*/
  padding-inline-end: 0px;
  padding-inline-start: 10px;
}

.disable-scrolling {
  height: 100%;
  overflow: hidden;
}

.copy-footer-home2-old .copy {
  padding-inline-start: 0;
}
.copy-footer-home2-old .copy .copy-text {
  font-size: 15px;
  line-height: 2.5;
}
.copy-footer-home2-old .copy .copy-text a {
  color: #333;
}
.copy-footer-home2-old .copy .copy-text a:hover i {
  color: #f19546;
}
.copy-footer-home2-old .social-footer {
  padding-inline-end: 0;
}
.copy-footer-home2-old .social-footer .social-home2 a {
  color: #333;
}
.copy-footer-home2-old .social-footer .social-home2 a i {
  font-size: 18px;
}
.copy-footer-home2-old .social-footer .social-home2 a:hover i {
  color: #f19546;
}

.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: #f19546;
}
.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: #f19546;
}
.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: #f19546;
}
.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-inline-start: 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: 25px;
}
.newsletter-home3 p {
  font-size: 15px;
}
.newsletter-home3 form {
  width: 55%;
  margin: 0 auto;
}
.newsletter-home3 form input {
  padding-inline-start: 20px;
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 15px;
  box-shadow: unset;
}
.newsletter-home3 form button {
  background: black;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  width: 340px;
  transition: all 0.3s ease;
}
.newsletter-home3 form button:hover {
  background: #f19546;
}

.insta_home3 .column-20 {
  width: 20%;
  float: start;
}
.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: #f19546;
}
.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-inline-end: 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-inline-start: 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: #f19546;
}
.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: #f19546;
}

/*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: #f19546;
}
.slider-home5 .seasion {
  display: flex;
  top: 42%;
  right: -16%;
}
.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-inline-end: 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-inline-start: 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: #f19546;
}

.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: #f19546;
}
.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: 10%;
  left: 14%;
}
.banner_home6 .text-banner .des-banner {
  font-size: 24px;
  padding: 10px 38px;
  background: #fff;
  letter-spacing: 8px;
  margin-inline-start: 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-inline-end: 165px;
  padding-inline-start: 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: #f19546;
}
.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: #f19546;
  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-inline-start: 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: #f19546;
}
.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: #f19546;
}
.contact-home1.ver7 .instagram {
  padding-inline-start: 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-inline-start: 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: #f19546;
}

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

/*end style homepage 7*/
/* style contact page*/
.banner {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #e1e1e1;
  /*border-bottom: 1px solid #e1e1e1;*/
}
.banner .title-banner {
  font-size: 30px;
}
.banner .breadcrumb {
  padding-inline-start: 0;
  font-size: 15px;
  margin-bottom: 5px;
}
.banner .breadcrumb li a {
  color: black;
}
.banner .breadcrumb li.active {
  color: #f19546;
}
.banner h1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-contact .cms-content {
  font-size: 15px;
  text-align: justify;
}
.content-contact .local .address {
  margin-bottom: 10px;
}
.content-contact .local .address p {
  margin-bottom: 3px;
}
.content-contact .local .title-local {
  font-size: 25px;
}
.content-contact .local i {
  font-size: 20px;
  position: relative;
  top: 6px;
  padding-inline-end: 30px;
}
.content-contact .local span.bold {
  font-size: 18px;
}
.content-contact .local .text {
  font-size: 15px;
  padding-inline-start: 55px;
}
.content-contact .local .des-local {
  font-size: 15px;
  width: 90%;
  line-height: 1.5;
  text-align: justify;
}
.content-contact .subscribe .title-sub {
  font-size: 25px;
}
.content-contact .subscribe input {
  height: 45px;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  font-size: 15px;
  padding-inline-start: 20px;
}
.content-contact .subscribe button {
  text-align: center;
  line-height: 45px;
  border: 0;
  border-radius: 0;
  background: black;
  color: #fff;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}
.content-contact .subscribe button:hover {
  background: #f19546;
}

.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: #f19546;
}
.page404 input {
  height: 60px;
  border-radius: 0;
  padding-inline-start: 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-inline-start: 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;
}

/*end style about 2 page*/
/*style blog page*/
.blog-page .sidebar form {
  margin-inline-start: 40px;
}
.blog-page .sidebar form input {
  height: 60px;
  padding-inline-start: 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: #f19546;
}
.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-inline-start: 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-inline-end: 40px;
  margin-inline-start: 0;
}
.blog-page .sidebar-left form input {
  height: 60px;
  padding-inline-start: 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-inline-start: 0;
  padding-inline-end: 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: #f19546;
}
.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-inline-start: 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: #f19546;
}
.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: #f19546;
}

.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-inline-end: 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: #f19546;
}
.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: #f19546;
}
.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-inline-start: 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-inline-start: 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: #f19546;
}

/*----end--------*/
/*------style shop page-------*/
.shop-page .content-shop {
  width: 60%;
}
.shop-page .content-shop .btn-function-shop .showing {
  font-size: 13px;
  color: #909090;
  margin-inline-end: 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: #f19546;
}
.shop-page .content-shop .btn-function-shop button.active i {
  color: #f19546;
}
.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: #f19546;
}
.shop-page .sidebar ul.category .accordion {
  padding: 0;
}
.shop-page .sidebar ul.category .accordion:after {
  float: end;
}
.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-inline-end: 15px;
}
.shop-page .sidebar ul.price .range-p button:hover {
  color: #f19546;
}
.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: #f19546;
}
.shop-page .sidebar-left ul.category .accordion {
  padding: 0;
}
.shop-page .sidebar-left ul.category .accordion:after {
  float: end;
}
.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-inline-end: 15px;
}
.shop-page .sidebar-left ul.price .range-p button:hover {
  color: #f19546;
}
.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: 25px;*/
  font-size: 20px;
  margin-top: 0;
}
.product-detail .info-product-detail .new-price {
  font-size: 21px;
  display: inline-block;
}
.product-detail .info-product-detail .old-price {
  font-size: 18px;
  /*text-decoration: line-through;*/
  color: #114841;
  display: inline-block;
  margin-inline-end: 5px;
  position: relative;
  display: inline-block;
}
.product-detail .info-product-detail .old-price:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: black;
  transform: translateY(-50%);
  pointer-events: none;
}
.product-detail .info-product-detail .offer-percent {
  font-size: 16px;
  display: inline-block;
  background-color: #f19546;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  margin-inline-start: 5px;
}
.product-detail .info-product-detail .product-preview i {
  font-size: 18px;
  color: #f19546;
}
.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-inline-start: 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 .list-heading {
  font-size: 14px;
  color: #333;
}
.product-detail .info-product-detail .product-size {
  height: 40px;
  width: 40px;
  /*border: 2px solid #333;*/
  display: inline-block;
  text-align: center;
  line-height: 40px;
  /*border-radius: 50%;*/
  color: #777777 !important;
  font-weight: 100 !important;
  background: #f7f8fa;
}
.product-detail .info-product-detail .size-list .product-size {
  border-color: #777777;
  transition: 0.3s all linear;
  position: relative;
}
.product-detail .info-product-detail .size-list .product-size.active {
  color: #fff !important;
  /*border-color: #333;
  background: #333;*/
  border-color: #114841;
  background: #114841;
}
.product-detail .info-product-detail .size-list .strikediag::before {
  content: "";
  position: absolute;
  left: 0.5em;
  right: 0.5em;
  top: 0.38em;
  bottom: 0.38em;
  background: linear-gradient(to left top, transparent 47%, currentColor 47.5%, currentColor 52.5%, transparent 53%);
  pointer-events: none;
}
.product-detail .info-product-detail .size-list li {
  padding-inline-end: 8px;
}
.product-detail .info-product-detail .size-list li:hover .product-size {
  /*background: #333;
  border-color: #333;*/
  border-color: #114841;
  background: #114841;
  color: #fff !important;
}
.product-detail .info-product-detail .list-product-group ul li {
  display: inline-block;
  vertical-align: middle;
}
.product-detail .info-product-detail .btn-function .input-number {
  width: 140px;
  height: 60px;
  border: 1px solid #ddd;
  margin-inline-end: 30px;
  font-size: 20px;
  /*text-align: start !important;*/
  /*padding-inline-start: 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 {
  left: 15px;
  bottom: 13px;
}
.product-detail .info-product-detail .btn-function .input-group-button.up-btn {
  right: 20px;
  bottom: 13px;
}
.product-detail .info-product-detail .btn-function .add-cart-div button.enj-add-to-cart-btn {
  width: 250px;
  line-height: 60px;
  border: 1px solid #114841;
  color: #114841;
  margin-inline-end: 30px;
  letter-spacing: 1px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.product-detail .info-product-detail .btn-function .add-cart-div button.enj-add-to-cart-btn:hover {
  /*color:$base-color;
  border: 1px solid $base-color;*/
}
.product-detail .info-product-detail .btn-function .add-cart-div button.enj-buy-now-btn {
  width: 250px;
  line-height: 60px;
  border: 1px solid #114841;
  background: #114841;
  color: #fff;
  margin-inline-end: 30px;
  letter-spacing: 1px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.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-inline-end: 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: #f19546;
  border: 1px solid #f19546;
}
.product-detail .info-product-detail .bb_1s {
  border-bottom: 1px solid #e9e7e7;
  width: 100%;
}
.product-detail .info-product-detail .btn-tab {
  padding: 20px 0px;
  font-size: 18px;
  text-transform: uppercase;
}
.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-inline-start: 30px;
  font-size: 18px;
  width: 100%;
}
.product-detail .info-product-detail .form-review textarea {
  height: 200px;
  border-radius: 0;
  border: 1px solid #ddd;
  padding-inline-start: 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: #f19546;
}
.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: #f19546;
}
.product-detail .info-product-detail .info-more p {
  /*font-size: 18px;*/
  font-size: 16px;
}
.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: #f19546;
}
.product-detail .des-message {
  font-size: 15px;
}
.product-detail .info-product-detail .btn-tab {
  font-size: 16px;
}

/*-------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-inline-start: 30px;
  font-size: 18px;
  width: 100%;
}
.tab-content-detail .form-review textarea {
  height: 200px;
  border-radius: 0;
  border: 1px solid #ddd;
  padding-inline-start: 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: #f19546;
}
.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: #f19546;
}
.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: #f19546;
  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------*/
.side-cart .added-cart-list {
  padding: 0 15px;
}
.side-cart .added-cart-list .single-added-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.side-cart .added-cart-list .single-added-list .single-item-left {
  display: flex;
  align-items: flex-start;
}
.side-cart .added-cart-list .single-added-list .single-item-left img {
  height: 100px;
  margin-inline-end: 15px;
  width: 80px;
  object-fit: cover;
  object-position: center;
}
.side-cart .added-cart-list .single-added-list .single-item-left a {
  color: #000;
}
.side-cart .added-cart-list .single-added-list .single-item-left a:hover {
  color: #f19546;
}
.side-cart .added-cart-list .total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline-start: 100px;
  border-top: 1px solid #333333;
}
.side-cart .empty-cart-message {
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px;
}

.cart-table thead tr th {
  font-size: 20px;
}
.cart-table thead tr th:first-child {
  padding-inline-start: 0;
}
.cart-table tbody tr td:first-child {
  padding-inline-start: 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-inline-start: 10px;
}
.cart-table tbody tr td.btn-fuction .input-number {
  width: 140px;
  height: 60px;
  border: 1px solid #ddd;
  font-size: 20px;
  text-align: start !important;
  padding-inline-start: 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: #f19546;
}
.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: 15px;
  font-family: "FuturaPT light";
}
.login_page input {
  height: 45px;
  padding-inline-start: 15px;
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: unset;
  font-family: "FuturaPT Book";
}
.login_page button {
  letter-spacing: 1px;
}

.home-banner-section img {
  max-width: 100% !important;
}
.home-banner-section .content-collection {
  margin-bottom: 10px;
}

.main-logo {
  height: 60px;
}

.login-modal-main:before {
  content: "";
  display: inline-block;
  height: 18%;
  vertical-align: middle;
  margin-inline-end: -4px;
}
.login-modal-main .error {
  color: red;
}
.login-modal-main .login-popup-body .head-section {
  padding-bottom: 30px;
}
.login-modal-main .login-popup-body .form-group .input-group1 .input-group-prepend, .login-modal-main .login-popup-body .form-group .input-group1 .select {
  width: 80px;
  display: inline-block;
}
.login-modal-main .login-popup-body .form-group .input-group1 .select .select-styled {
  margin-inline-end: 10px;
}
.login-modal-main .login-popup-body .form-group .input-group1 .select .select-styled:after {
  right: 8px;
}
.login-modal-main .login-popup-body .form-group .input-group1 .select-options li {
  padding: 12px 6px !important;
}
.login-modal-main .login-popup-body .form-group .input-group1 .form-control {
  /*width: calc(100% - 84px);*/
  display: inline-block;
}
.login-modal-main .login-popup-body .form-group .error {
  display: block;
}
.login-modal-main .login-popup-body .form-group .custom-checkbox .error {
  display: unset;
}
.login-modal-main .login-popup-body #agree_terms, .login-modal-main .login-popup-body #agree_marketing_terms {
  height: auto;
}
.login-modal-main .login-popup-body .custom-control.custom-checkbox {
  /*margin-bottom: 10px;*/
}

@media (max-width: 567px) {
  .login-modal-main:before {
    height: 15%;
  }
}
.account-popup .account-popup-body .account-popup-menu {
  list-style: none;
  font-size: 20px;
  line-height: 2.5;
}
.account-popup .account-popup-body .account-popup-menu li a {
  color: #666;
  display: inline-block;
  line-height: 32px;
}
.account-popup .account-popup-body .account-popup-menu li:hover a {
  color: #d4a692;
}

.custom-control-label {
  font-weight: unset;
}

.search-text {
  color: #f19546;
}

#checkout-section .cart-item-image {
  width: 100%;
  height: auto;
}
#checkout-section .checkout-item-header {
  border-bottom: 1px solid #e0d7d7;
  font-size: 16px;
}
#checkout-section .checkout-item-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0d7d7;
}
#checkout-section #payment_info_container #payment_option_list {
  padding: 0;
  list-style: none;
}
#checkout-section #payment_info_container #payment_option_list .payment_icon {
  /*width: 40px;*/
  height: 26px;
  width: auto;
}
#checkout-section #payment_info_container #payment_option_list .payment_option_item {
  /*float: inline-start;*/
  border: 1px solid #e0d7d7;
  padding: 5px;
  border-radius: 3px;
  margin-inline-end: 10px;
  margin-bottom: 10px;
}
#checkout-section #payment_info_container #payment_option_list .payment_option_item:has(input[type=radio]:checked) {
  border: 1px solid #114841;
}
#checkout-section #payment_info_container #payment_option_list .payment_option_item label {
  margin-bottom: 0;
  font-weight: 300;
  /*display: flex;
  align-items: center;*/
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#checkout-section #payment_info_container #payment_option_list .payment_option_item label .payment_option_details {
  display: flex;
}
#checkout-section #payment_info_container #payment_option_list .payment_option_item label .payment_option_select {
  margin-inline-end: 10px;
  display: flex;
  align-items: flex-start;
}
#checkout-section #payment_info_container #payment_option_list .payment_option_item label .payment_option_icon {
  margin-inline-end: 10px;
}
#checkout-section #payment_info_container #payment_option_list .payment_option_item label .cod_charge_message {
  color: #000;
}
#checkout-section #payment_info_container #payment_option_list .payment_option_item label .payment_option_description {
  display: flex;
  font-size: 13px;
}
#checkout-section #payment_info_container #payment_option_list .payment_option_item label .payment_option_description .on_payment_icon {
  width: 150px;
  margin-top: 5px;
}
#checkout-section #order_summary_section .float-right {
  float: inline-end;
}
#checkout-section #order_summary_section .text-dark {
  font-weight: 700;
}
#checkout-section #order_summary_section .free_text {
  color: #f19546;
  font-weight: 700;
  margin-right: 5px;
  margin-left: 5px;
}
#checkout-section #order_summary_section .strike_value {
  position: relative;
}
#checkout-section #order_summary_section .strike_value:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: black;
  transform: translateY(-50%);
  pointer-events: none;
}
#checkout-section input {
  height: 45px;
  /*	padding-inline-start: 15px;*/
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: unset;
  /*font-family: "FuturaPT Book";*/
}
#checkout-section #checkout_agree_terms {
  height: auto !important;
}
#checkout-section #place_order_agree_terms {
  height: auto !important;
}
#checkout-section .payment_option {
  height: auto !important;
}
#checkout-section #coupon_container .input-group1 #coupon_code_value {
  width: 67%;
  display: inline;
}
#checkout-section #coupon_container .input-group1 .input-group-append {
  display: inline-block;
  width: 29%;
}
#checkout-section .single-added-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
#checkout-section .single-added-list .single-item-left {
  display: flex;
  align-items: flex-start;
}
#checkout-section .single-added-list .single-item-left img {
  height: 150px;
  margin-inline-end: 15px;
  width: 100px;
  object-fit: cover;
  object-position: center;
}
#checkout-section #checkout_item_container .single-item-details .input-number-group {
  cursor: pointer;
  display: flex;
}
#checkout-section #checkout_item_container .single-item-details .input-number-group .input-number {
  width: 110px !important;
  height: 45px;
  border: 1px solid #ddd;
  /*margin-inline-end: 30px;*/
  font-size: 15px;
  text-align: center !important;
}
#checkout-section #checkout_item_container .single-item-details .input-number-group .input-group-button.down-btn {
  left: 5px;
  /*bottom: 0;*/
  bottom: 5px;
}
#checkout-section #checkout_item_container .single-item-details .input-number-group .input-number-decrement, #checkout-section #checkout_item_container .single-item-details .input-number-group .input-number-increment {
  display: inline-block;
  width: 30px;
  background: #fff;
  color: #909090;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
#checkout-section #checkout_item_container .single-item-details .input-number-group .input-group-button.up-btn {
  right: 15px;
  /*top: 0;*/
  top: 10px;
}
#checkout-section #checkout_item_container .single-item-details .input-number-group .input-number-decrement {
  margin-inline-end: 0.3rem;
}
#checkout-section #checkout_item_container .single-item-details .input-number-group .input-number-increment {
  margin-inline-start: 0.3rem;
}
#checkout-section input[type=checkbox] {
  height: auto !important;
}
#checkout-section input[type=radio] {
  height: auto !important;
}
#checkout-section .form-check.form-check-inline {
  display: inline-block;
  margin-inline-end: 20px;
}
#checkout-section .custom-control.custom-checkbox {
  padding-top: 5px;
}
#checkout-section label {
  font-weight: normal;
}
#checkout-section #checkout_address_container .error {
  color: red;
}
#checkout-section button:disabled, #checkout-section button[disabled] {
  background-color: #7d7d7d;
}
#checkout-section .terms-and-conditions-wrapper p {
  padding: 10px;
}
#checkout-section h3.title-banner {
  font-size: 18px !important;
}

@media (max-width: 567px) {
  #coupon_container #coupon_code_value {
    width: 74% !important;
  }
  #coupon_container .input-group1 .input-group-append {
    width: 15% !important;
  }
  #coupon_container .input-group1 .input-group-append #apply_coupon_code_value {
    padding: 15px 20px;
  }
  #coupon_container .input-group1 .input-group-append #remove_coupon_code_value {
    padding: 15px 20px;
  }
}
@media (max-width: 1600px) {
  #checkout_item_container .single-item-details .btn-function {
    /*.input-group-button.down-btn
    {
    	right: 22px;
    }

    .input-group-button.up-btn
    {
    	right: 25px;
    }*/
  }
  #checkout_item_container .single-item-details .btn-function .input-number {
    width: 100px;
    margin-inline-end: 10px;
  }
}
#receiver-info-section .input-group1 {
  /*.form-control{
  	width: calc(100% - 84px);;
  	display: inline-block;
  }*/
}
#receiver-info-section .input-group1 .input-group-prepend, #receiver-info-section .input-group1 .select {
  width: 80px;
  display: inline-block;
}
#receiver-info-section .input-group1 .select .select-styled {
  margin-inline-end: 10px;
}
#receiver-info-section .input-group1 .select .select-styled:after {
  right: 8px;
}
#receiver-info-section .input-group1 .select-options li {
  padding: 12px 6px !important;
}

#address_list_container .address_list_item {
  border: 1px solid #e0d7d7;
  padding: 10px 10px 0px 15px;
}
#address_list_container .address_list_item hr {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
#address_list_container .address_list_item .delete_address {
  margin-inline-start: 20px;
}
#address_list_container .address_list_item .address_select {
  height: auto !important;
}

#add-address-modal .address_type {
  height: auto !important;
}
#add-address-modal div.select .select-styled {
  position: absolute;
  top: 8px;
}

div.select {
  display: block;
  width: 100% !important;
}
div.select .select-styled {
  margin-inline-end: 10px;
}
div.select .select-styled:after {
  right: 8px;
}
div.select .select-options li {
  padding: 12px 6px !important;
}

.form-group .select2-selection {
  height: 45px;
  padding-inline-start: 10px;
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: unset;
  /*font-family: "FuturaPT Book";*/
}
.form-group .select2-selection .select2-selection__arrow {
  right: 8px;
  width: 20px;
  top: 10px;
}
.form-group .select2-selection .select2-selection__rendered {
  padding-inline-start: 0;
  padding-inline-end: 0;
  padding-top: 9px;
  font-family: "FuturaPT Book";
  text-align: start;
}

.mobile_number_widget .input-group-prepend {
  position: absolute;
}
.mobile_number_widget .input-group-prepend .select2-container {
  width: 75px !important;
}
.mobile_number_widget .input-group-prepend .select2-container .select2-selection--single {
  background-color: transparent !important;
  border: none !important;
}
.mobile_number_widget .input-group-prepend .select2-container .select2-selection__rendered {
  /*height: 45px;
  line-height: 45px;
  padding-inline-start: 15px;*/
}
.mobile_number_widget .input-group-prepend .select2-container .select2-selection__arrow {
  top: 10px;
}
.mobile_number_widget .mobile_number {
  padding-inline-start: 80px;
}

.select2-results {
  font-family: "FuturaPT light";
}

.swal2-container #swal2-title {
  font-family: FuturaPT;
  font-size: 24px;
}
.swal2-container .swal2-html-container {
  font-family: "FuturaPT light";
  font-size: 14px;
}

.modal-dialog.modal-fullscreen {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.modal-dialog.modal-fullscreen .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.order-table {
  font-family: "FuturaPT light";
}
.order-table .table > tbody > tr > td,
.order-table .table > tbody > tr > th,
.order-table .table > tfoot > tr > td,
.order-table .table > tfoot > tr > th,
.order-table .table > thead > tr > td,
.order-table .table > thead > tr > th {
  padding-top: 15px;
  padding-bottom: 15px;
}

.iziToast-wrapper .iziToast-title {
  font-family: "FuturaPT" !important;
}
.iziToast-wrapper .iziToast-message {
  font-family: "FuturaPT light";
}

.preloader {
  background: rgba(27, 31, 43, 0.368627451);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  text-align: center;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 49%;
  left: 1%;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@media (max-width: 567px) {
  .item_quantity_container .product-detail .info-product-detail .btn-function {
    display: inline-block;
  }
}
.product-detail .info-product-detail .btn-function .input-number {
  min-width: 170px;
}

.form_input {
  height: 45px;
}

.form_input_top_adjust {
  position: relative;
  top: 2px;
}

.input_rounded {
  border-radius: 3px !important;
}

.btn-nixx.btn-outline {
  color: #114841;
  background-color: #fff;
  border: 1px solid #114841;
}
.btn-nixx.btn-outline:hover {
  color: #fff;
  background-color: #114841;
  border: 1px solid #114841;
}

#order_view_popup .modal-body .panel {
  max-height: 100% !important;
  background-color: #f4f4f4;
}
#order_view_popup .modal-body .panel .panel-heading {
  border-bottom: 1px solid #d3cfcf;
}
#order_view_popup .modal-body .btn-nixx {
  padding: 12px 15px;
}
#order_view_popup .modal-header i {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 24px;
  color: #333;
  transition: all 0.3s ease;
}
#order_view_popup .modal-header i:hover {
  transform: rotate(90deg);
}

#order_view_popup .modal-body .cart_product img, #return_order_popup .modal-body .cart_product img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
#order_view_popup .cart_summary td, #return_order_popup .cart_summary td {
  border: none !important;
}

.user-form-container input {
  height: 45px;
  padding-inline-start: 15px;
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: unset;
}
.user-form-container .select2-container {
  width: 100% !important;
}
.user-form-container .form-group label {
  display: block;
}

@media (min-width: 768px) {
  .row.display-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .row.display-flex > [class*=col-] {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 998px) {
  #user_side_menu_container {
    display: none;
  }
}
#return_order_verify_container .select2-container {
  width: 100% !important;
}

#return_order_popup .modal-body .cart_product img {
  width: 120px;
}
#return_order_popup .modal-header i {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 24px;
  color: #333;
  transition: all 0.3s ease;
}
#return_order_popup .modal-header i:hover {
  transform: rotate(90deg);
}

#change_address_container {
  padding-top: 20px;
  text-align: end;
}
#change_address_container #change_address {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
}

#address_book_popup .modal-header i {
  cursor: pointer;
  position: absolute;
  top: 35px;
  right: 25px;
  font-size: 25px;
  color: #333;
  transition: all 0.3s ease;
}
#address_book_popup .modal-header i:hover {
  transform: rotate(90deg);
}
#address_book_popup .modal-body #address_option_list {
  list-style: none;
  padding: 0;
}
#address_book_popup .modal-body #address_option_list .address_option_item {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
}
#address_book_popup .modal-body #address_option_list .address_option_item.active {
  background-color: #eee;
}
#address_book_popup .modal-body #address_option_list .address_option_item label {
  cursor: pointer;
  font-weight: normal;
}
#address_book_popup .modal-body #address_option_list .address_option_item label .address_option_select {
  width: 20px;
}
#address_book_popup .modal-body #address_option_list .address_option_item label .address_option_select, #address_book_popup .modal-body #address_option_list .address_option_item label .address_option_icon, #address_book_popup .modal-body #address_option_list .address_option_item label .address_option_info {
  display: inline-block;
  vertical-align: middle;
}
#address_book_popup .modal-body #address_option_list .address_option_item label .address_option_info .address_option_name {
  font-weight: bold;
}
#address_book_popup .modal-body #address_option_list .address_option_item label .address_option_info .address_option_name, #address_book_popup .modal-body #address_option_list .address_option_item label .address_option_info .address_option_description {
  display: block;
}
#address_book_popup .modal-body #address_option_list .address_option_item label .address_option_info .address_option_description .address_option_description_line {
  display: block;
}

@media (max-width: 404px) {
  #address_book_popup .btn-nixx, #order_view_popup .btn-nixx, #return_order_popup .btn-nixx {
    padding: 12px 15px;
  }
}
@media (max-width: 769px) {
  .slider-home2 {
    background-position: calc(100% + 475px) 0;
  }
  .slider-home2 .slick-list {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .slider-home2 .slick-list .slide-number {
    display: none;
  }
  .slider-home2 .img-slider-main {
    right: auto !important;
  }
}
#wishlist_button svg #heart-border {
  fill: #114841;
}
#wishlist_button.active svg #heart-fill {
  fill: #114841;
}
#wishlist_button.active svg #heart-border {
  fill: #114841;
}
#wishlist_button svg {
  height: 25px;
  width: 25px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

#addres_form_container .select2-container {
  width: 100% !important;
}

#addres_view_container #address_option_list {
  list-style: none;
  padding: 0;
}
#addres_view_container #address_option_list .address_option_item {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
}
#addres_view_container #address_option_list .address_option_item.active {
  background-color: #eee;
}
#addres_view_container #address_option_list .address_option_item label {
  width: 100%;
  cursor: pointer;
  font-weight: normal;
}
#addres_view_container #address_option_list .address_option_item label .address_option_select {
  width: 20px;
}
#addres_view_container #address_option_list .address_option_item label .address_option_select, #addres_view_container #address_option_list .address_option_item label .address_option_icon, #addres_view_container #address_option_list .address_option_item label .address_option_info {
  display: inline-block;
  vertical-align: middle;
}
#addres_view_container #address_option_list .address_option_item label .address_option_info {
  width: calc(100% - 80px);
}
#addres_view_container #address_option_list .address_option_item label .address_option_info .address_option_name {
  font-weight: bold;
}
#addres_view_container #address_option_list .address_option_item label .address_option_info .address_option_name, #addres_view_container #address_option_list .address_option_item label .address_option_info .address_option_description {
  display: block;
}
#addres_view_container #address_option_list .address_option_item label .address_option_info .address_option_description .address_option_description_line {
  display: block;
}
#addres_view_container #address_option_list .address_option_item label .address_option_edit {
  width: 50px;
  display: inline-block;
  text-align: end;
}

.order_success-img {
  width: 100%;
}

@media (min-width: 768px) {
  .order_success-img {
    width: 350px;
  }
}
@media (max-width: 480px) {
  .order_success_section .btn-nixx.btn-outline {
    display: block;
  }
}
.order_success_section .app img {
  width: 120px;
}

.contact-whatsapp img {
  width: 23px;
}

@media (max-width: 567px) {
  #wishlist_button svg {
    top: 35% !important;
  }
}
@media (min-width: 567px) and (max-width: 992px) {
  #wishlist_button svg {
    top: 50% !important;
  }
}
/*@media (max-width: 992px) {
	#wishlist_button{
		svg{
			top: 35%!important;
		}
	}
}*/
@media (max-width: 992px) {
  .hide_on_mobile {
    display: none;
  }
}
@media (min-width: 991px) {
  .show_on_mobile {
    display: none;
  }
}
.product-list-container .row_item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-list-container .row_item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.iziToast-wrapper-center .iziToast-texts {
  width: 100%;
  text-align: center;
}
.iziToast-wrapper-center .iziToast-texts .iziToast-title {
  float: none !important;
  text-align: center !important;
}
.iziToast-wrapper-center .iziToast-texts .iziToast-message {
  float: none !important;
  text-align: center !important;
}
.iziToast-wrapper-center .iziToast-buttons {
  width: 100%;
  margin-top: 20px !important;
  text-align: center;
}
.iziToast-wrapper-center .iziToast-buttons .iziToast-buttons-child {
  font-size: 14px !important;
  margin-inline-end: 20px !important;
}

@media (max-width: 992px) {
  .action-button-container {
    text-align: center;
  }
}
@media (min-width: 991px) {
  .action-button-container {
    text-align: end;
  }
}
.size-char-title {
  font-size: 18px;
  margin: 15px 0px;
  clear: both;
}

.size-char-table-div {
  overflow: auto;
  width: 100%;
}
.size-char-table-div table {
  font-size: 13px;
  white-space: nowrap;
}
.size-char-table-div table td:first-child, .size-char-table-div table th:first-child {
  position: sticky;
  left: 0;
  background: white;
  text-transform: uppercase;
  /*border-bottom: 2px solid #ddd;
  vertical-align: bottom;*/
  font-weight: 600;
}
.size-char-table-div table td {
  padding: 5px 15px;
}

@media (min-width: 767px) {
  body.has-menu-fixed main {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  body.has-menu-fixed main {
    margin-top: 80px;
  }
}
@media (min-width: 567px) and (max-width: 1025px) {
  #item_list_container .product .product-info {
    width: 205px;
  }
}
@media (min-width: 1920px) {
  #item_list_container .product .product-info {
    width: 205px;
  }
}
.header-language-flag {
  width: 28px;
}

.side-bar-div h3.capital {
  font-size: 20px !important;
}

.modal-body h3.capital {
  font-size: 20px !important;
}

.img-responsive.social-icon:hover {
  scale: 1.2;
}

.image-icon-group {
  background-image: url("https://saudichicbkt.blr1.digitaloceanspaces.com/static/com/img/serverimg.png");
  background-repeat: no-repeat;
  display: inline-block;
}
.image-icon-group.icon-telephone {
  background-position: left -2px top -2px;
  background-size: 330px;
}
.image-icon-group.icon-email {
  background-position: left -28px top -1px;
  background-size: 330px;
}
.image-icon-group.icon-flag-saudi {
  background-position: left -86px top -1px;
  background-size: 350px;
}
.image-icon-group.icon-flag-uk {
  background-position: left -58px top -1px;
  background-size: 350px;
}
.image-icon-group.icon-facebook {
  background-position: left 0px top -28px;
  background-size: 330px;
}
.image-icon-group.icon-twitter {
  background-position: left -135px top -28px;
  background-size: 330px;
}
.image-icon-group.icon-tiktok {
  background-position: left -81px top -28px;
  background-size: 328px;
}
.image-icon-group.icon-snapchat {
  background-position: left -54px top -28px;
  background-size: 330px;
}
.image-icon-group.icon-instagram {
  background-position: left -27px top -28px;
  background-size: 330px;
}
.image-icon-group.icon-mada {
  background-position: left -76px top -55px;
  background-size: 328px;
  width: 40px;
}
.image-icon-group.icon-visa {
  background-position: left -229px top -55px;
  background-size: 328px;
  width: 37px;
}
.image-icon-group.icon-master {
  background-position: left -115px top -55px;
  background-size: 328px;
  width: 38px;
}
.image-icon-group.icon-tabby {
  background-position: left -152px top -55px;
  background-size: 328px;
  width: 40px;
}
.image-icon-group.icon-tamara {
  background-position: left -190px top -55px;
  background-size: 328px;
  width: 39px;
}
.image-icon-group.icon-amex {
  background-position: left 0px top -55px;
  background-size: 328px;
  width: 40px;
}
.image-icon-group.icon-cash {
  background-position: left -39px top -55px;
  background-size: 328px;
  width: 38px;
}
.image-icon-group.icon-footer-logo {
  /*background-position: left 0px top -107px;
  background-size: 300px;
  width: 116px;*/
  background-position: left -10px top -125px;
  background-size: 355px;
  width: 116px;
}

#site_special_message_container {
  background-color: #114841;
  /*border-bottom: 1px solid $theme-color-gold;*/
  border-bottom: 1px solid #aeaeae;
  color: #fff;
  /*padding-top: 1rem;
  padding-bottom: 1rem;*/
}
#site_special_message_container #site_special_message {
  padding-top: 5px;
  padding-bottom: 5px;
  /*padding-bottom: 8px;*/
  line-height: 3rem;
  font-size: 12px !important;
  margin-inline-end: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
#site_special_message_container #site_special_message p, #site_special_message_container #site_special_message h1, #site_special_message_container #site_special_message h2, #site_special_message_container #site_special_message h3, #site_special_message_container #site_special_message h4, #site_special_message_container #site_special_message h5, #site_special_message_container #site_special_message h6 {
  padding: 0;
  margin: 0;
}
#site_special_message_container #site_special_message* {
  font-size: 12px !important;
  padding: 0 !important;
  margin: 0 !important;
}
#site_special_message_container #site_special_message marquee p, #site_special_message_container #site_special_message marquee h1, #site_special_message_container #site_special_message marquee h2, #site_special_message_container #site_special_message marquee h3, #site_special_message_container #site_special_message marquee h4, #site_special_message_container #site_special_message marquee h5, #site_special_message_container #site_special_message marquee h6 {
  display: inline-block;
}
#site_special_message_container .close_special_message {
  position: absolute;
  top: 10px;
  inset-inline-end: 8px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  width: 20px;
  text-align: center;
  line-height: 1.75rem;
}
#site_special_message_container .close_special_message:focus {
  color: #114841;
}
#site_special_message_container .close_special_message i {
  color: #114841;
  font-size: 10px;
  line-height: 2;
}

.item_tag {
  top: 0;
  left: 0;
  padding: 6px;
}
.item_tag img {
  height: 20px;
  width: auto;
}
.item_tag .tag-text {
  font-size: 15px;
  line-height: 1.5;
  padding-inline-start: 5px;
  padding-inline-end: 5px;
}

.badge-info-container .badge-info-text {
  color: #fff;
  background-color: #114841;
  padding-inline-start: 3px;
  padding-inline-end: 25px;
  clip-path: polygon(0px 0px, 80% 0%, 100% 100%, 0% 100%);
}

.slick-category .slick-prev, .slick-category .slick-next {
  top: -30px;
}
.slick-category .category {
  color: #333;
  margin: 5px;
  border: 1px solid #f0eded;
}
.slick-category .category .category__item .category__thumb img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
}
.slick-category .category .category__item .category__title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.slick-category .category .category__item .category__content {
  padding-left: 4px;
  padding-right: 4px;
}
.slick-category .category.active {
  border: 1px solid #f19546;
  color: #f19546;
}
.slick-category .category:hover {
  color: #f19546;
}

footer {
  background-color: #114841;
  color: #fff;
}
footer .top_categories li {
  line-height: 30px;
}
footer .top_categories li a {
  color: #fff;
}
footer .top_categories li a:hover {
  color: #f19546;
}
footer .footer-social {
  display: flex;
}
footer .footer-social a {
  background: #f1f1f1 none repeat scroll 0 0;
  border-radius: 34px;
  color: #000000;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  text-decoration: none;
  border: none;
  font-size: 2.5rem;
  margin: 5px;
}
footer .footer-social a:hover {
  color: #114841;
  transform: scale(1.09);
}

.copyright-container {
  background-color: #114841;
  color: #fff;
}
.copyright-container .logistics-pay-icons a {
  background-color: #fff;
  border-radius: 4px;
  display: inline-flex;
  margin: 4px;
  padding: 4px;
}
.copyright-container .app img {
  width: 119px;
  margin: 0 6px 0 0;
}

header {
  background-color: #fff;
}
header li .link-menu {
  color: #114841;
}
header .icon-main .link-menu {
  color: #114841;
}
header .menu-fixed {
  /* background: rgba(17, 72, 65, 0.84);*/
  background: #fff;
}
header .link-menu .st0 {
  stroke: #114841;
}

@media (max-width: 575.98px) {
  .copyright-container .text-right, .copyright-container .inner-header, .copyright-container .inner-header .text-right {
    text-align: center !important;
  }
}
@media (max-width: 400px) {
  .logistics-pay-icons {
    text-align: center !important;
  }
  .logistics-pay-icons a {
    padding: 2px !important;
    margin: 2px !important;
  }
  .logistics-pay-icons a img {
    height: 20px;
  }
}
.sc-icon {
  display: inline-block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
}

.sc-icon-30 {
  width: 30px;
  height: 30px;
}

.sc-icon-basket {
  background-image: url("../img/svg-icons/shopping-bag-icon.svg");
  position: relative;
  top: 4px;
}

.product-detail .feature_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-detail .feature_list .feature_list_item {
  padding: 10px;
}
.product-detail .feature_list .feature_list_item .feature_list_item_detail .feature_list_item_icon {
  display: inline-block;
}
.product-detail .feature_list .feature_list_item .feature_list_item_detail .feature_list_item_icon img {
  width: 25px;
  height: auto;
}
.product-detail .feature_list .feature_list_item .feature_list_item_detail .feature_list_item_text {
  display: inline-block;
}

#vendor_profile_container .image_container {
  display: flex;
  justify-content: center;
  padding: 10px;
}
#vendor_profile_container .image_container img {
  max-width: 100%;
  border-radius: 5px;
}
#vendor_profile_container .info_container {
  padding: 10px;
}

@media (max-width: 991px) {
  .image_container img {
    width: 120px;
  }
  .info_container .vendor_name {
    text-align: center;
    margin-top: 0;
  }
  .info_container .vendor_description {
    text-align: justify;
  }
}
#item_rating_popup #rating_item_image {
  width: 120px;
}
#item_rating_popup .modal-header i {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 24px;
  color: #333;
  transition: all 0.3s ease;
}
#item_rating_popup .modal-header i:hover {
  transform: rotate(90deg);
}

.rating_display_container .add_rating_button {
  color: #000;
}
.rating_display_container .add_rating_button:hover {
  color: #f19546;
}
.rating_display_container .rating_text {
  display: inline-block;
}
.rating_display_container .rating_display {
  display: inline-block;
}

#order_view_popup .rating_display_container {
  margin-top: 10px;
  padding: 5px;
}

.rating_badge_info_container .rating_display_container {
  display: inline-block;
}
.rating_badge_info_container .badge-info-container {
  display: inline-block;
}

.rating_review_section .rating_row_item {
  border-bottom: 1px solid #e9e7e7;
  margin-bottom: 15px;
}

.rating_review_section img.item_image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767px) {
  .rating_review_section .item_info_section {
    text-align: center;
  }
}
.offer-group-container {
  border: 4px solid #f19546;
  margin-bottom: 4px;
}
.offer-group-container .single-added-list {
  padding-left: 5px;
  padding-right: 5px;
}
.offer-group-container .offer-group-name {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f19546;
  text-align: center;
}
.offer-group-container .offer-group-name-side {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #f19546;
  margin-top: 0 !important;
  line-height: 1.42857143;
}
.offer-group-container .offer-group-name-side a {
  color: #fff;
  border: 1px solid #fff;
  margin-inline-start: 10px;
}
.offer-group-container .offer-group-name-side a:hover {
  border: 1px solid #f19546;
  background-color: #f19546;
}
.offer-group-container .cart-list-product {
  background-color: #fff;
}

.collection-home6.home_banner_margin_bottom {
  margin-bottom: 2px;
}

.slick-item-horizontal, .slick-item-horizontal-small {
  margin-inline-end: -15px;
  margin-inline-start: -5px;
  /*.slick-list {
  	margin-inline-end: -20px;
  }*/
  /*.slick-arrow{
  	display: none!important;
  }*/
}
.slick-item-horizontal .product, .slick-item-horizontal-small .product {
  margin-inline-end: 10px;
}
.slick-item-horizontal .slick-prev, .slick-item-horizontal .slick-next, .slick-item-horizontal-small .slick-prev, .slick-item-horizontal-small .slick-next {
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: none;
  /*background: $theme-color-green;
  border-radius: 50%;*/
  background: none;
  /*&:hover{
  	&:before{
  		color: #fff;
  	}
  }*/
}
.slick-item-horizontal .slick-prev:before, .slick-item-horizontal .slick-next:before, .slick-item-horizontal-small .slick-prev:before, .slick-item-horizontal-small .slick-next:before {
  opacity: 1;
  color: #f19546;
  background: #114841;
  border-radius: 50%;
  font-size: 12px;
  border: none;
  padding: 7px;
}
.slick-item-horizontal .slick-prev.slick-disabled, .slick-item-horizontal .slick-next.slick-disabled, .slick-item-horizontal-small .slick-prev.slick-disabled, .slick-item-horizontal-small .slick-next.slick-disabled {
  opacity: 0.75;
}
.slick-item-horizontal .slick-prev, .slick-item-horizontal-small .slick-prev {
  /*left: 8px;*/
  left: 0;
}
.slick-item-horizontal .slick-prev:before, .slick-item-horizontal-small .slick-prev:before {
  content: "\e64a";
}
.slick-item-horizontal .slick-next, .slick-item-horizontal-small .slick-next {
  right: 8px;
  /*right: 0;*/
}
.slick-item-horizontal .slick-next:before, .slick-item-horizontal-small .slick-next:before {
  content: "\e649";
}

:lang(en) .slick-item-horizontal .slick-list, :lang(en) .slick-item-horizontal-small .slick-list {
  padding: 0 25px 0 0 !important;
}

:lang(ar) .slick-item-horizontal .slick-list, :lang(ar) .slick-item-horizontal-small .slick-list {
  padding: 0 0 0 25px !important;
}
:lang(ar) .slick-item-horizontal .slick-prev, :lang(ar) .slick-item-horizontal-small .slick-prev {
  /*right: 8px;*/
  right: 0;
  left: unset;
}
:lang(ar) .slick-item-horizontal .slick-prev:before, :lang(ar) .slick-item-horizontal-small .slick-prev:before {
  content: "\e649";
}
:lang(ar) .slick-item-horizontal .slick-next, :lang(ar) .slick-item-horizontal-small .slick-next {
  left: 8px;
  /*left: 0;*/
  right: unset;
}
:lang(ar) .slick-item-horizontal .slick-next:before, :lang(ar) .slick-item-horizontal-small .slick-next:before {
  content: "\e64a";
}

@media (max-width: 567px) {
  .item-small-grid .img-product .img-responsive {
    height: 180px !important;
  }
  .slick-item-horizontal-small .img-product .img-responsive {
    height: 180px !important;
  }
  .slick-item-horizontal .img-product .img-responsive {
    /*height: 480px!important;*/
    height: 306px;
  }
}
.home-grid-slider .slick-arrow {
  display: none !important;
}

.home-grid-slider {
  margin-inline-end: -15px;
  margin-inline-start: -5px;
}

@media (max-width: 567px) {
  .home-grid-slider {
    margin-inline-end: -15px;
    margin-inline-start: -15px;
  }
}
.home-banner-section .product .img-product .img-responsive {
  /*height: 340px;*/
}

#badge_list_container .badge-item {
  /*background: #e5e7ec;
  color: $base-black-color;*/
  background: #114841;
  color: #f19546;
  padding: 4px 8px;
  border-radius: 20px;
  margin-bottom: 6px;
}
#badge_list_container .badge-item .badge-icon {
  height: 16px;
  width: 16px;
}

@media (max-width: 567px) {
  #orderModePopup .btn-nixx {
    padding: 15px 30px;
  }
}
.dropdown .dropdown-menu.mega-menu-main {
  display: none;
}
.dropdown .dropdown-menu.mega-menu-main .subcategory-submenu-cols {
  /*display: grid;
  grid-template-rows: repeat(8, min-content);
  grid-auto-flow: column;
  grid-template-columns: repeat(3, min-content);*/
  display: grid;
  grid-template-columns: repeat(3, min-content);
  grid-auto-flow: row;
}
.dropdown .dropdown-menu.mega-menu-main .subcategory-submenu-cols li {
  width: 170px;
}
.dropdown:hover .dropdown-menu.mega-menu-main {
  display: inline-block !important;
}

#return_order_popup .error {
  color: red;
}
#return_order_popup .card {
  border: 1px solid #ddd;
}
#return_order_popup .card:not(:last-child) {
  margin-bottom: 20px;
}
#return_order_popup .card .card-header {
  padding: 10px;
  background-color: #efefef;
}
#return_order_popup .card .card-body {
  padding: 10px;
}
#return_order_popup .card .card-body .item_info {
  font-size: 12px;
}
#return_order_popup .card .card-body .order-item-row {
  padding: 10px 0;
}
#return_order_popup .card .card-body .order-item-row:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
#return_order_popup .card .card-footer {
  padding: 10px;
  /*background-color: #efefef;*/
}

#exchange_order_section {
  background-color: #f5f5f5;
  padding: 10px;
}
#exchange_order_section #exchange_order_container #exchange_order_list {
  list-style: none;
  padding: 0;
}
#exchange_order_section #exchange_order_container #exchange_order_list .exchange_order_item {
  padding: 5px;
  margin-bottom: 3px;
}
#exchange_order_section #exchange_order_container #exchange_order_list .exchange_order_item .exchange_order_select {
  margin-inline-end: 5px;
}

.swiper-slide video {
  width: 100%;
  height: 100%;
}
.swiper-slide.video-play-thumb {
  text-align: center;
}
.swiper-slide.video-play-thumb .play-icon-container {
  background-color: rgba(145, 145, 145, 0.46);
  border-radius: 25px;
  /*position: absolute;
  top: 38%;
  left: 36%;
  height: 25%;
  width: 25%;
  text-align: center;*/
  position: absolute;
  top: 50%;
  color: green;
  left: 50%;
  height: 30px;
  width: 30px;
  transform: translate(-50%, -50%);
}
.swiper-slide.video-play-thumb .play-icon-container .play-icon {
  line-height: 2;
  /*position: relative;
  top: -3px;*/
  color: #000;
}
.swiper-slide.video-play-thumb:hover .play-icon-container {
  background-color: #585555;
}
.swiper-slide.video-play-thumb:hover .play-icon-container .play-icon {
  color: #fff;
}

@media (max-width: 991px) {
  .product .img-product .video_container {
    height: 100%;
    max-height: 80vh;
  }
}
@media (max-width: 567px) {
  #item_list_container .product.banner_item {
    width: 100% !important;
  }
}
.suborder_card {
  border: 1px solid #ddd;
}
.suborder_card .suborder_card_header {
  padding: 10px;
  background-color: #efefef;
}
.suborder_card .suborder_card_body {
  padding: 10px;
}

#splash-popup:before {
  content: "";
  display: inline-block;
  height: 7%;
  vertical-align: middle;
  margin-inline-end: -4px;
}
#splash-popup .modal-header {
  border: 0;
  padding: 0;
}
#splash-popup .modal-header .head-section {
  /*margin-top: -15px;*/
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#splash-popup .modal-header #close_splash_popup {
  top: 10px;
  right: 25px;
  color: #7a7a7a;
  cursor: pointer;
  position: absolute;
  font-size: 30px;
  transition: all 0.3s ease;
}
#splash-popup .modal-header #close_splash_popup:hover {
  transform: rotate(90deg);
}
#splash-popup .banner-image {
  /*max-width: 100%;*/
  width: 100%;
  height: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

@media (max-width: 567px) {
  #splash-popup:before {
    content: "";
    display: inline-block;
    height: 20%;
    vertical-align: middle;
    margin-inline-end: -4px;
  }
}
.product {
  display: flex;
  flex-direction: column;
}
.product .add_to_cart_section {
  /*height: 100%;*/
  flex-grow: 1;
  display: flex;
  padding-top: 6px;
}
.product .add_to_cart_section .add_to_cart_btn {
  /*width: 100%;*/
  line-height: 25px;
  /*border: 1px solid #ddd;*/
  border-top: 1px solid #ddd;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  box-sizing: border-box;
  color: #114841;
  letter-spacing: 1px;
  font-size: 10px;
  transition: all 0.3s ease;
  margin-top: 6px;
  text-shadow: unset;
  width: 100%;
  align-self: flex-end;
}
.product .add_to_cart_section .add_to_cart_btn:hover {
  color: #fff;
  /*border: 1px solid $theme-color-green;*/
  border-top: 1px solid #114841;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  background-color: #114841;
}
.product .add_to_cart_section .out_of_stock_message {
  line-height: 27px;
  border-top: 1px solid #ddd;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  box-sizing: border-box;
  color: #c3c0c0;
  letter-spacing: 1px;
  font-size: 10px;
  transition: all 0.3s ease;
  margin-top: 6px;
  text-shadow: unset;
  width: 100%;
  align-self: flex-end;
  text-align: center;
}

.row.item_list_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

#item_details_popup i {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  color: #333;
  transition: all 0.3s ease;
  z-index: 999;
}
#item_details_popup i:hover {
  transform: rotate(90deg);
}
#item_details_popup .product-detail {
  margin-bottom: unset;
}
#item_details_popup .btn-function .add-cart-div button.enj-add-to-cart-btn {
  width: 190px;
}
#item_details_popup .btn-function .add-cart-div button.enj-buy-now-btn {
  width: 190px;
}
#item_details_popup .item_info_section_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#item_details_popup .item_info_section_container .item_info_section.image_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#item_details_popup .item_info_section_container .item_info_section.image_section .image_link img {
  object-fit: cover;
  width: 300px;
  height: 300px;
}

@media (max-width: 567px) {
  #item_details_popup .btn-function .add-cart-div button.enj-add-to-cart-btn {
    width: 100%;
  }
  #item_details_popup .btn-function .add-cart-div button.enj-buy-now-btn {
    width: 100%;
  }
  #item_details_popup .image_section {
    margin-top: 35px;
  }
}
.item_list_row .item-container {
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.copyright-container .certificate_info {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
}
.copyright-container .certificate_info .logo_section img {
  height: 30px;
  width: 30px;
}
.copyright-container .certificate_info .info_section {
  margin-inline-start: 5px;
}

@media (max-width: 991px) {
  .copyright-container .certificate_info {
    justify-content: center;
  }
  .copyright-container .text-right-center {
    text-align: center !important;
  }
}
.checkout_loyalty_message_container {
  border: 1px;
  border-color: #817c7c;
  border-style: dashed;
  border-radius: 3px;
  padding: 5px;
  font-weight: bold;
}

.checkout_swc_message_container_new {
  padding: 5px;
  background-color: #114841;
  border-radius: 3px;
}
.checkout_swc_message_container_new .swc_message {
  color: #fff;
}
.checkout_swc_message_container_new a:focus {
  color: #f19546;
}

.theme-color-green {
  color: #114841;
}

.cfw-bold {
  font-weight: bold;
}

#claim_swc_popup .modal-body .btn-nixx {
  padding: 12px 15px;
}
#claim_swc_popup .modal-body .btn-nixx.btn-outline {
  box-sizing: border-box;
  line-height: 19px !important;
}

.marquee-container {
  display: flex;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  direction: rtl;
}
.marquee-container .loop-text {
  animation: loopText 30s infinite linear;
  padding-left: 5px;
  padding-right: 5px;
}
.marquee-container .loop-text * {
  display: inline;
}
.marquee-container:hover .loop-text {
  animation-play-state: paused;
}

@keyframes loopText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.item_list_top_section {
  display: flex;
  justify-content: space-between !important;
}
.item_list_top_section .item_list_button_container {
  align-self: center !important;
  margin-bottom: 10px;
}

.table-list-container {
  padding-left: 10px;
  padding-right: 10px;
}
.table-list-container .row_item .message_display {
  margin-bottom: 5px;
}
.table-list-container .row_item .amount_display {
  font-weight: bold;
}
.table-list-container .row_item .claim_now_btn {
  padding: 10px 16px;
  margin-top: 10px;
}

.promotion-offer-container {
  /*background: rgba(207, 207, 207, 0.08) none repeat scroll 0 0;*/
  /*border-bottom: 1px solid rgba(204, 204, 204, 0.4);*/
  overflow: hidden;
  /*margin: -24px -24px 24px  -24px;
  padding: 19px 25px;*/
}
.promotion-offer-container .promotion-offer-item .promotion-link {
  color: #000000;
}
.countdown {
  position: relative;
  text-align: center;
  width: 100%;
}
.countdown.show .running {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.countdown.show .running .break {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 0;
}
.countdown.show .running timer {
  font-size: 25px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  color: #114841;
}
.countdown.show .running timer .days, .countdown.show .running timer .hours, .countdown.show .running timer .minutes, .countdown.show .running timer .seconds {
  /*width: 40px;*/
  width: 50px;
  /*text-align: left;*/
  margin: 0 7px;
}
.countdown.show .running .labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.countdown.show .running .labels span {
  width: 60px;
  text-align: center;
  /*margin: 0px 2px;*/
  margin: 0px 6px;
}

#item_list_timer #item_list_timer_box {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  margin-inline-start: -5px;
  margin-inline-end: -15px;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  #item_list_timer #item_list_timer_box {
    /*margin-inline-start: unset;
    margin-inline-end: unset;*/
    margin-inline-start: -10px;
    margin-inline-end: -10px;
  }
}
.homepage.countdown {
  position: absolute;
  /*top: 50%;*/
  /*top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  bottom: 4%;
  text-align: center;
  width: 100%;
  color: #224741 !important;
}
.homepage.countdown .running timer {
  color: #224741 !important;
  font-size: 20px !important;
}

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