body {
  background: #FFFFFB;
  letter-spacing: 1px;
  font-family: 'Mukta Vaani', sans-serif;
  color: #000000
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover {
  text-decoration: none;
}

.dropdown:hover .dropdown-menu.cart-list {
  display: block;
}

li.submenu.large-menu a:hover ul.menu-dropdown {
  display: block;
}

/*header*/
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}

.header-nav {
  display: flex;
  justify-content: space-between;
}

.header-topbar ul {
  display: flex;
}

  .header-topbar ul li a {
    color: #000000;
    text-transform: uppercase;
  }

.header-number {
  padding: 8px 0;
}

  .header-number i {
    padding-right: 7px;
    font-size: 12px;
  }

.header-topbar ul li:nth-child(1) {
  border-left: 1px solid #E9E9E9;
  text-transform: uppercase;
}

.header-topbar ul li:nth-child(2) {
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
}

.header-topbar ul li:nth-child(3) {
  border-right: 1px solid #E9E9E9;
}

.header-topbar ul li:hover ul {
  display: block;
}

.header-topbar ul li ul {
  display: none;
  position: absolute;
  background: #C9C9C9;
  color: #fff;
  top: 36px;
  right: -1px;
  width: 69px;
  z-index: 11;
}

  .header-topbar ul li ul a {
    color: #ffffff !important;
  }

.header-topbar ul li {
  padding: 8px 12px;
  position: relative;
}

  .header-topbar ul li:hover {
    background: #E9E9E9;
  }

.header-top {
  background: #ffffff;
  border-top: 1px solid #E9E9E9;
}

.topnav {
  display: flex;
  justify-content: space-between;
}

.nav-item {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

  .nav-item a {
    color: #000000
  }

    .nav-item a:hover {
      color: #5A5A5A;
    }



a.nav-favorite {
  margin: 0 10px;
}

.search-text {
  font-size: 10px;
  text-transform: uppercase;
}

input.search {
  width: 200px;
  padding: 6px;
  font-size: 16px;
  float: left;
  border: 1px solid #E1E1E1;
  margin-left: 10px;
  height: 44px;
}

.dropdown-menu.search-box button {
  padding: 6px 10px;
  background: #fff;
  font-size: 14px;
  border: 1px solid #E1E1E1;
  color: #000000;
  cursor: pointer;
  border-left: none;
  height: 44px;
}

span.badge {
  position: absolute;
  top: -5px;
  left: 15px;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  background: #FFAC4A;
  padding: 0px 3px;
  color: #fff;
}

.dropdown-menu {
  top: 47px;
  left: -195px;
  border-radius: 0;
  border: none;
}

li.notify-title {
  display: flex;
  justify-content: space-between;
  margin: 10px 0px;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 5px;
  padding: 10px;
}

.dropdown-menu.cart-list .notify-button a {
  background: #FFAC4A;
  color: #fff;
  padding: 5px 10px 5px 10px;
}

.dropdown-menu {
  min-width: 255px;
  padding-bottom: 10px;
}

.notify-button {
  padding-left: 14px;
}

/*bottom nav*/
.header-bottom {
  background: #F3F3F3;
  top: 81px;
}

nav {
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  /*height: 75px;*/
  font-size: 12px;
  position: relative;
  /*============FIRST LEVEL============*/
}

  nav#navbarMenu ul li a:hover {
    color: #FFAC4A;
    text-decoration: underline;
  }


  nav ul {
    list-style: none;
    position: relative;
  }

  nav > ul {
    padding: 0;
    margin-top: 0px;
  }

  nav ul:after {
    content: "";
    clear: both;
    display: block;
  }

  nav li {
    float: left;
    position: relative;
  }

    nav li a {
      list-style: none;
      text-decoration: none;
      padding: 20px 39px 20px 0;
      display: block;
      color: #000000
    }

    nav li:hover,
    nav .submenu.openSub {
      /*background: #4b545f;*/
      cursor: pointer;
    }
  /*nav li:hover a,
nav .submenu.openSub {
  color: #000;
  border-bottom: 1px solid #ddd;
}*/
  nav .submenu-button {
    float: right;
    padding-left: 5px;
    position: relative;
  }

  nav li:hover .submenu-button::before,
  nav li:hover .submenu-button::after,
  nav .active .submenu-button::before,
  nav .active .submenu-button::after {
    background: #fff;
  }

.submenu.openSub a {
  color: #000;
}

.mobileLogo {
  display: none
}

.toggleMenu {
  display: none;
  list-style: none;
  position: absolute;
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0px 20px;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #efefef;
  color: #757575;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 11px;
  right: 0;
}


  .toggleMenu::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }

  .toggleMenu::before {
    content: "";
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 7px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }

.submenu.large-menu:hover .menu-dropdown {
  display: block;
}
/*============SECOND LEVEL============*/
.submenu ul {
  display: none;
  background: #fff;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 575px;
  float: left;
  background-clip: padding-box;
  z-index: 2;
  /* border: 1px solid; */
  box-shadow: bisque;
  padding: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
}

.submenu li a {
  padding: 15px 20px;
  color: #fff;
}

  .submenu li a:hover {
    background: #4b545f;
  }

.hover-menu {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
}

  .hover-menu img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    width: 100%;
  }

  .hover-menu .menu-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }

  .hover-menu a {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 9px 0 !important;
  }

  .hover-menu:hover .menu-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .hover-menu .menu-overlay a {
    color: #fff !important;
    background: #FFAC4A;
  }

    .hover-menu .menu-overlay a:hover {
      color: #fff !important;
      background: #FFAC4A;
    }

.menu-content h4 {
  color: #272727;
  text-align: center;
  font-size: 14px;
}

.menu-overlay a i {
  padding: 0px 2px;
}

ul.menu-dropdown::before {
  content: "\f0de";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: -9px;
  font-size: 25px;
  left: 12px;
  text-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  color: #fff;
}
/*nav li.active {
    border-bottom: 1px solid #5A5A5A;
}*/

/**/
/*slider*/
/*.slider {
    background: #F2F2F2;
}*/
.single-item {
  width: 100%;
}

.slider-slide {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.sliders {
  background-image: url(../img/banner.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.slide-box {
  width: 41%;
  margin-bottom: 30px;
}

.border1 {
  border: 2px solid #FFAC4A;
  width: 30%;
  margin: 24px 0 34px 0;
}

a.view {
  background: #FFAC4A;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  margin-right: 10px;
}

a.buy {
  background: #F2F2F2;
  color: #000;
  padding: 10px 25px;
  text-transform: uppercase;
}

.slide-box p {
  margin-bottom: 20px;
  color: #272727;
}

.slick-slide-slider {
  display: flex;
  align-items: center;
}

.slide-box h2 {
  font-weight: bold;
  color: #272727;
}

.slide-box {
  margin-bottom: 85px;
  margin-top: 85px;
}

.slide-btn {
  margin-bottom: 218px;
}

.brown {
  color: #707070;
}
/*partner*/
.partner {
  background: #E1E1E1;
}

.partner-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.partner-img img {
  width: 100%;
}

.slick-brand-slider {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.pointer {
  font-size: 20px;
  cursor: pointer;
  color: #707070;
}

.white {
  color: #707070;
}
/*store*/
.store-slick {
  width: 100%;
}

.store-slider {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.store {
  margin-top: 80px;
  text-align: center;
}

.store-block h4 {
  color: #3E3E3E;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.store-block p {
  width: 72%;
  margin: 0 auto;
  text-align: justify;
  color: #3E3E3E;
}

.store-box {
  margin-top: 35px;
}


.hover-icon::before {
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: -2px;
  font-size: 18px;
  left: -6px;
  color: #000000;
}

.store-hover {
  width: 100%;
  height: 100%;
  /*float:left;*/
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

  .store-hover .store-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    /* opacity: 0; */
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    pointer-events: none;
  }

    .store-hover .store-overlay a {
      pointer-events: all;
    }

  .store-hover img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    width: 100%;
  }

  .store-hover .overlay-top {
    color: #fff;
    font-size: 15px;
    transition: all .2s ease-in-out;
    transition: .5s ease;
    /* opacity: 0; */
    position: absolute;
    top: -10px;
    left: 16px;
  }

  .store-hover .overlay-middle {
    color: #272727;
    font-size: 15px;
    transition: all .2s ease-in-out;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 16px;
  }

  .store-hover a.infom {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 0;
  }

  .store-hover:hover, .arrival-img:hover {
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.4);
  }

    .store-hover:hover img {
      -ms-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }

    .store-hover:hover .store-overlay {
      opacity: 1;
      filter: alpha(opacity=100);
    }

    .store-hover:hover h2, .store-hover:hover a.infom {
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-transform: translatey(0);
      -webkit-transform: translatey(0);
      transform: translatey(0);
    }

    .store-hover:hover a.infom {
      -webkit-transition-delay: .2s;
      transition-delay: .2s;
    }

.heart:hover .hover-icon {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
}

.wish:hover .hover-icon {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
}

.quick:hover .hover-icon {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
}

.social:active {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}

.hover-icon {
  display: block;
  position: absolute;
  top: 38px;
  left: 35%;
  padding: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  transition: all 0.3s ease;
  z-index: 1;
}

.hover-compare {
  top: 60px;
  left: 36% !important;
}


.hover-icon:after {
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border: solid;
  border-width: 10px 10px 0 10px;
  border-color: transparent;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.heart .hover-icon, .wish .hover-icon, .quick .hover-icon {
  background: #000000;
  color: #fff;
  border-radius: 2px;
}

.hover-quick {
  left: 30%;
  top: 78px;
}

.store-hover .overlay-down {
  color: #272727;
  font-size: 15px;
  transition: all .2s ease-in-out;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 16px;
}

.store-hover:hover .hover-store img {
  /* opacity: 0.8; */
}

.store-hover .hover-store img {
  transition: 300ms;
}

.store-hover .hover-store {
  background-color: #fff;
}

.store-text p {
  margin: 0;
}

.store-text {
  text-align: center;
  margin: 17px 0 0 0;
}

p.store-price {
  /*margin-top: 7px;*/
}

.store-box .store-text .store-name, .store-box .store-text .store-price {
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.store-text .store-price {
  font-weight: bold;
  color: #000000
}

p.store-price.price-change {
  color: #272727;
}

.line-through {
  text-decoration: line-through;
  margin-left: 5px;
  color: #000000
}

.store-images {
  width: 99% !important;
}
/*suscribe*/
.news-background {
  background: #EEEEEE;
  margin-top: 90px;
}

.news-letter {
  background-color: #f3f3f3;
  background-size: cover;
  background-position: initial;
  text-align: center;
}

.letter-block {
  padding: 65px 0;
}

.news-letter-background {
  background: #EEEEEE;
  margin: 40px 0;
}

.letter-block h4 {
  color: #3E3E3E;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

.letter-block p {
  color: #5A5A5A;
}

.border {
  border: 1px solid #FFAC4A;
  width: 94px;
  margin: 10px auto;
}

.letter-block .email {
  margin-top: 30px;
  border-bottom: 1px solid #AFAFAF;
  color: #000000;
  width: 38%;
  padding-bottom: 15px;
  margin: 25px auto;
}

.letter-block p i {
  margin-right: 10px;
}

.form-control {
  border-radius: 0;
  border-color: #D8D8D8;
  box-shadow: none;
  padding: 6px 10px;
  font-size: 13px;
}

.suscribe-form {
  text-align: center;
  width: 50%;
  margin: 20px auto;
  position: relative;
}


  .suscribe-form i {
    position: absolute;
    top: 29.4%;
    left: 3%;
  }

  .suscribe-form input {
    position: relative;
    font-family: "Mukta Vaani";
  }

button.subscribe-btn {
  background: #272727;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 10px 30px;
  font-weight: bold;
}

/*new-arrival*/
.arrival-img {
  width: 100%;
  height: 100%;
  /*float:left;*/
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

  .arrival-img .store-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }

  .arrival-img img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    width: 100%;
  }

  .arrival-img .overlay-top {
    color: #272727;
    font-size: 15px;
    transition: all .2s ease-in-out;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: -10px;
    left: 16px;
  }

  .arrival-img .overlay-middle {
    color: #272727;
    font-size: 15px;
    transition: all .2s ease-in-out;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 16px;
  }

  .arrival-img a.infom {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px 60px 14px 60px;
  }

  .arrival-img:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .arrival-img:hover .store-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .arrival-img:hover h2, .arrival-img:hover a.infom {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  .arrival-img:hover a.infom {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }

.arrival-img {
  position: relative;
  text-align: center;
}

.overlay-text {
  position: absolute;
  top: 12px;
  right: 10px;
}

.arrival-img .overlay-text {
  background: #02CF1E;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 7px;
}

.arrival-block h4 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  font-weight: bold;
  color: #3E3E3E;
  font-size: 30px;
}

.arrival-img img {
  width: 100%;
}

.arrival-detail {
  text-align: center;
  margin: 17px 0 0 0;
}

  .arrival-detail p {
    margin: 0;
  }

  .arrival-detail .arrival-name {
    font-weight: bold;
    color: #3E3E3E;
  }

  .arrival-detail .arrival-price {
    font-weight: bold;
    color: #000000
  }

.arrival-box {
  margin-top: 25px;
}

.arrival-img:hover .arrival-image img {
  opacity: 0.8;
}

.arrival-img .arrival-image {
  background: #fff;
}
/*feature*/
.feature-block {
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  margin-bottom: 15px;
}


.f-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 262px;
  transition: .5s ease;
  backface-visibility: hidden;
}

.html-home-page .f-image {
  height: auto;
}

.hover-text {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.feature-block:hover .f-image {
  opacity: 0.3;
}

.feature-block:hover .hover-text {
  opacity: 1;
}

.feature-box {
  padding: 0;
}

.feature {
  margin-top: 40px;
}

button.shop-now {
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #707070;
  padding: 3px 14px;
}

  button.shop-now:hover {
    background: #fff;
    color: #272727;
    border: 1px solid #fff;
  }

.hover-text h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
/*blog*/
.multiple-items {
  width: 100%;
}

.blog-images {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.blog-img {
  position: relative;
  text-align: center;
  margin: 10px;
}

  .blog-img:hover {
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.4);
  }

.overall-date {
  position: absolute;
  top: 9px;
  left: 9px;
  font-size: 15px;
}

.blog-block h4 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  font-weight: bold;
  color: #3E3E3E;
  font-size: 30px;
}

.blog-img img {
  width: 100%;
}

.blog-detail {
  text-align: center;
  margin: 10px;
}

  .blog-detail p {
    margin: 0;
  }

.blog-box {
  margin-top: 25px;
  padding: 15px;
}

.overall-month {
  background: #000;
  color: #fff;
  padding: 10px 15px;
}

  .overall-month span {
    font-size: 20px;
    font-weight: 600;
  }

.overall-year {
  background: #fff;
}

.blog-detail .blog-title {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0px 5px 0px;
  color: #272727;
}

.blog-detail p a {
  color: #272727;
}

.blog-detail p {
  margin-top: 10px;
}

  .blog-detail p a:hover {
    color: #FFAC4A;
  }

/*popular*/
.popular {
  margin-top: 50px;
}

.popular-hover {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

  .popular-hover .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }

  .popular-hover img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    width: 100%;
  }

  .popular-hover h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    background: rgba(0,0,0,0.2);
    transition: all .2s ease-in-out;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0;
  }

  .popular-hover a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 0;
  }

  .popular-hover:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .popular-hover:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .popular-hover:hover h2, .popular-hover:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }

  .popular-hover:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }

.popular-box {
  padding: 0;
}

/*footer*/
.footer {
  background: #101010;
  margin-top: 50px;
}

.footer-block h4 {
  color: #fff;
  text-transform: uppercase;
}

.border-bottom {
  border: 0.5px solid #707070;
  width: 15%;
  margin-bottom: 10px;
  border-color: rgb(112, 112, 112, 0.3);
}

.footer-block {
  margin-top: 30px;
  height: 200px;
}

  .footer-block ul li a, .footer-block p, .footer-block ul li {
    color: #fff;
    opacity: 0.7;
  }

  .footer-block ul li {
    padding-bottom: 5px;
  }

.footer-top {
  padding-bottom: 30px;
}

.footer-block ul li i {
  color: #FFAC4A;
  margin-right: 10px;
}

.footer-bottom {
  background: #060606;
  padding: 15px 0;
  color: #fff;
}

.footer-bottom-all {
  display: flex;
  justify-content: space-between;
  color: #FEFEFE;
  margin-bottom: 10px;
}

.fd-right a {
  color: #fff;
}

.fb-left {
  color: #fff;
}

ul.social-icon a i {
  color: #4A4A4A;
  margin-right: 5px;
}

a.social.facebook-icon i:hover {
  color: #3B5897;
}

a.social.instagram-icon i:hover {
  color: #C0377B;
}

a.social.twitter-icon i:hover {
  color: #00ACEE;
}

.fb-left span {
  padding-left: 17px;
}
/*footer mobile view*/
.accordion {
  background: #101010;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  transition: 0.4s;
  outline: none;
  margin: 10px 0;
}

  .accordion h4 {
    text-transform: uppercase;
    margin: 0;
  }

.panels {
  padding: 0px 18px;
  background-color: #fff;
  display: none;
  overflow: hidden;
  margin-bottom: 0;
  background: #101010;
}

.footer.footer-mobile {
  display: none;
}

.footer-mobile-view .footer-block {
  margin-top: 0;
  height: 150px;
}

.footer-mobile-view {
  z-index: 1;
  position: relative;
}

.border-bottoms {
  border: 1.5px solid #707070;
  width: 15%;
  margin-top: 10px;
  border-color: rgb(112, 112, 112, 0.3);
}

button.accordion:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  right: 21px;
  top: 30px;
  position: absolute;
}

.flex {
  display: flex !important;
}




/*CustomCss*/
.mt-0 {
  margin-top: 0 !important
}

.ml-0 {
  margin-left: 0 !important
}

.mr-0 {
  margin-right: 0 !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mt-2 {
  margin-top: 20px !important
}

.ml-2 {
  margin-left: 20px !important
}

.mr-2 {
  margin-right: 20px !important
}

.mb-2 {
  margin-bottom: 20px !important
}

.currency-selector select {
  height: 36px;
  border: 0;
  border-left: 1px solid #e9e9e9;
  padding: 0 10px;
}

.language-selector select {
  height: 36px;
  border: 0;
  border-left: 1px solid #e9e9e9;
  padding: 0 10px;
}

.theme-custom {
  margin: auto !important
}

.colorWhite {
  color: #fff !important
}

.date-picker-wrapper select {
  height: 34px;
  font-size: 16px;
  padding: 0 5px;
  width: 32%;
  border-color: #d8d8d8;
  margin-right: 15px;
}

  .date-picker-wrapper select:last-child {
    margin: 0px;
  }

li::marker {
  font-size: 0;
}

.tags ul li {
  display: inline-block;
  padding-right: 10px;
}

.product-grid > div {
  margin-top: 30px;
}

ul.tags li {
  display: inline-block;
  padding-right: 10px;
}

#product-image-preview-slider .thumb-item {
  text-align: center;
  margin-bottom: 10px;
}

.product-preview-slider {
  margin: auto;
  text-align: center;
}

.product-reviews-overview {
  text-align: right
}

.giftcard .form-name {
  margin-top: 10px;
}

.giftcard input {
  height: auto;
  padding: 5px;
}

.product-tags-list ul li {
  display: inline-block;
}

.no-result {
  background: #F3F3F3;
  padding: 56px 208px;
  color: #272727;
  margin: 44px 0 61px 0;
  text-align: center;
  font-size: 17px;
}

.btn-u {
  background: #272727;
  color: #fff;
  border: none;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 20px 0;
  display: inline-block;
}

#opc-billing,
#opc-shipping,
#opc-payment_method,
#opc-payment_info,
#opc-confirm_order,
#opc-shipping_method {
  display: none
}

  #opc-billing.allow.active,
  #opc-shipping.allow.active,
  #opc-payment_method.allow.active,
  #opc-payment_info.allow.active,
  #opc-confirm_order.allow.active,
  #opc-shipping_method.allow.active {
    display: block
  }


.mb-3 {
  margin-bottom: 30px
}

.btn-u:hover {
  color: #fff;
}

.checkout-breadcrumb {
  background: #272727;
  padding: 10px 0;
}

.checkout-all {
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.checkout-breadcrumb {
  margin-bottom: 40px
}

.page.recently-added-products-page {
  margin-top: 0;
  border: 0
}

.product-item {
  margin-bottom: 50px;
}

  .product-item .hover-store > a {
    display: block;
    position: relative;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

/*.product-item .hover-store > a:before {
      content: "";
      display: block;
      padding-top: 100%;
    }


    .product-item .hover-store > a img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transform: translateZ(0) scale(1,1);
    }*/

.suscribe-form .form-control {
  padding: 6px 45px;
}


.hover-store, .form-name {
  position: relative;
}

.dropdown-toggle::after {
  display: none;
}

.field-validation-error {
  color: red;
  position: absolute;
}

.field-validation-valid {
  position: absolute
}

.checkout-as-guest-or-register-block .title {
  font-size: 36px;
  color: #272727;
  margin-top: 20px;
  margin-bottom: 36px
}

.checkout-as-guest-or-register-block .topic-block-body {
  text-align: left;
}

.form-name {
  margin-bottom: 15px;
}

.message-failure {
  color: red;
}

nav#navbarMenu {
  position: relative;
}

.table > .wishlist-tbody > tr > td.product-picture {
  padding: 20px 20px;
}

.panel-category > li > ul.sublist {
  margin-left: 15px;
}

.panel-category > li.active > a {
  color: #FFAC4A;
  font-weight: 500
}

.pager li {
  margin: 0 5px;
}

span.delimiter {
  margin: 0 5px;
}

.nav-item .dropdown:first-child {
  margin-right: 15px;
}



.storeSliderWrapper {
  position: relative;
}

  .storeSliderWrapper .store-slider-prevarrow {
    position: absolute;
    left: -20px;
    transform: translateY(-50%);
    top: 50%;
  }

  .storeSliderWrapper .store-slider-nextarrow {
    position: absolute;
    right: -20px;
    transform: translateY(-50%);
    top: 50%;
  }

.bar-notification.success {
  background-color: #FFAC4A;
}

.theme-custom .nivo-controlNav {
  display: none;
}

.category-description {
  margin-bottom: 20px;
}



.selected-price-range {
  margin-top: 10px;
}

  .selected-price-range .to {
    float: right
  }


.header-fixed .nav-img img {
  width: 150px;
}

.payment-info table select, .payment-info table input {
  width: auto;
  display: inline-block;
  margin-bottom: 20px
}

.date-picker-wrapper {
  display: flex;
  justify-content: space-between;
}



.nav-img img {
  padding: 25px 0;
}



/*Respionsive*/


@media screen and (max-width: 991px) {
  .slide-box {
    width: 60%;
  }
}

@media screen and (max-width: 690px) {
  .dropdown-menu {
    left: 0;
  }

  .date-picker-wrapper select {
    width: 100% !important;
    margin: auto;
    margin-bottom: 15px;
  }

  .toggleMenu .nav-img img {
    width: 150px;
  }

  .nav-img img {
    
    padding: 12px 0;
  }


  .topnav .nav-img {
    display: none;
  }

  .nav-item {
    justify-content: center;
    margin: 20px 0;
  }

  .container .none {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .topnav {
    display: flow-root;
  }

  .header-bottom {
    display: block;
    top: 75px;
  }

  .nav-img {
    display: inline-block
  }

  .toggleMenu {
    display: inline-block;
    top: 2px;
  }

  .submenu ul {
    position: relative;
  }

  .submenu li a {
    padding: 20px;
  }

  .submenu-button {
    padding-right: 10px;
  }

  nav ul {
    display: none;
  }

  nav > ul {
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }

  .top-menu.notmobile {
    max-height: 60vh;
    overflow-y: auto;
}

  nav ul li {
    float: none;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }

  nav li:hover .submenu-button::after,
  nav li:hover .submenu-button::before,
  nav .active .submenu-button::before,
  nav .active .submenu-button::after {
    background-color: #fff;
  }

  .footer-bottom-all {
    text-align: center;
    display: block;
  }

  .fb-middle {
    margin: 10px 0;
  }
}

@media screen and (min-width :1401px) and (max-width:1814px) {
  .news-letter {
    background-size: contain;
  }

  .letter-block {
    padding: 41px 0 20px 0;
  }
}

@media screen and (max-width:1024px) {
  .news-letter {
    background-size: contain;
  }
}

@media screen and (min-width :1401px) and (max-width:2200px) {
  .topnav {
    display: flex;
    justify-content: space-between;
  }

  .nav-item {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
  }

    .nav-item a {
      color: #000000
    }

      .nav-item a:hover {
        color: #000;
      }

  .nav-img img {
    padding: 25px 0;
  }

  a.nav-favorite {
    margin: 0 34px;
  }

  .search-text {
    font-size: 15px;
  }

  .search-icon i {
    font-size: 20px;
  }

  a.dropdown-toggle.nav-cart i {
    font-size: 20px;
  }
  /*input.search {
    width: 255px;
    border: none;
    height: 30px;
}*/
  span.badge {
    position: absolute;
    top: -8px;
    left: 24px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background: #FFAC4A;
    padding: 2px 4px;
  }

  .dropdown-menu {
    top: 65px;
    left: -195px;
    border-radius: 0;
    border: none;
  }

  li.notify-title {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 5px;
    padding: 10px;
  }

  .dropdown-menu.cart-list .notify-button a {
    background: #FFAC4A;
    color: #fff;
    padding: 5px 10px 5px 10px;
  }

  .dropdown-menu {
    min-width: 255px;
    padding-bottom: 10px;
  }

  .notify-button {
    padding-left: 14px;
  }

  nav li a {
    list-style: none;
    text-decoration: none;
    display: block;
    color: #757575;
    font-size: 16px;
    /*padding: 24px 70px 26px 0;*/
  }

  nav li:hover,
  nav .submenu.openSub {
    /*background: #4b545f;*/
    cursor: pointer;
  }

    nav li:hover a,
    nav .submenu.openSub {
      color: #000;
    }

  nav .submenu-button {
    float: right;
    padding-left: 5px;
    position: relative;
  }

  .slide-box h2 {
    font-size: 60px;
  }

  .submenu ul {
    width: 722px;
  }

  .menu-content h4 {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .hover-menu .menu-overlay a {
    font-size: 15px;
  }

  ul.menu-dropdown::before {
    top: -13px;
    font-size: 33px;
    left: 15px;
  }

  .slide-box {
    width: 42%;
    margin-bottom: 125px;
    margin-top: 189px;
  }

  .pointer.store-slider-prevarrow.slick-arrow {
    padding-right: 10px;
  }

  .pointer.store-slider-nextarrow.slick-arrow {
    padding-left: 10px;
  }

  .news-letter-background {
    margin: 35px 0 100px 0;
  }

  .letter-block {
    padding: 100px 0;
  }

    .letter-block p {
      font-size: 18px;
      margin-bottom: 0;
    }

  .blog-box {
    margin-top: 40px;
  }

  .popular {
    margin-top: 100px;
  }

  a.view {
    background: #FFAC4A;
    color: #fff;
    padding: 21px 70px 20px 71px;
    text-transform: uppercase;
    margin-right: 30px;
    font-size: 24px;
  }

  a.buy {
    font-size: 24px;
    background: #F2F2F2;
    color: #000;
    padding: 21px 70px 20px 71px;
    text-transform: uppercase;
    border: 1px solid #707070;
  }

  .slide-box p {
    margin-bottom: 47px;
    line-height: 28px;
    font-size: 18px;
    color: #272727;
  }

  .store-block h4 {
    font-size: 36px;
  }


  .store-block p {
    font-size: 18px;
    margin-top: 7px;
  }

  .store-hover a.infom {
    font-size: 18px;
  }

  .letter-block h4 {
    font-size: 36px;
  }

  .letter-block .email {
    margin: 50px auto 38px;
    font-size: 18px;
  }

  p.news-text {
    font-size: 18px;
    color: #5A5A5A;
  }

  button.subscribe-btn {
    height: 70px;
    padding: 20px 74px 20px 71px;
    font-weight: bold;
    font-size: 24px;
  }

  .arrival-block h4 {
    font-size: 36px;
    margin-top: 0;
  }

  .arrival-box {
    margin-top: 40px;
  }

  .arrival-detail .arrival-name {
    font-size: 18px;
  }

  .arrival-detail .arrival-price {
    font-size: 16px;
  }

  .hover-text h4 {
    font-size: 25px;
  }

  .hover-text p {
    font-size: 36px;
  }

  .feature {
    margin-top: 70px;
  }

  button.shop-now {
    width: 178px;
    height: 46px;
    padding: 14px 47px;
    font-size: 15px;
    margin-top: 20px;
  }

  .blog-block h4 {
    font-size: 36px;
    margin-top: 80px;
  }

  .overall-month span {
    font-size: 24px;
  }

  .blog-detail .blog-title {
    font-size: 24px;
    margin: 20px 0px 10px 0px;
  }

  .blog-description {
    font-size: 16px;
    color: #5A5A5A;
  }

  .blog-detail p {
    margin-top: 20px;
    font-size: 16px;
  }

  .popular-hover:hover a.info {
    padding: 29px 0;
    font-size: 18px;
  }

  .popular-hover h2 {
    font-size: 25px;
  }

  .footer-block h4 {
    font-size: 20px;
  }

  .footer-block {
    margin-top: 56px;
    font-size: 15px;
    height: 230px;
  }

    .footer-block ul {
      margin-top: 20px;
    }

  .border-bottom {
    margin-top: 20px;
  }

  .footer-block ul li a {
    font-size: 15px;
  }

  .footer-block h4 {
    font-size: 20px;
  }

  .footer-block p {
    font-size: 15px;
    margin-top: 19px;
  }

  .fb-left span {
    font-size: 15px;
  }

  .suscribe-form i {
    font-size: 17px;
    top: 32.4%;
  }

  .suscribe-form i {
    left: 2%;
  }

  .form-control {
    height: 50px;
    font-size: 18px;
  }

  .hover-icon {
    left: 33%;
  }

  .hover-wishlist {
    top: 60px;
    left: 22%;
  }
}

@media screen and (max-width :425px) {
  .submenu ul {
    width: 295px;
  }

  .header-nav {
    font-size: 9px;
  }

  .header-topbar ul li ul {
    top: 30px;
    width: 56px;
  }

  .slide-box {
    margin-bottom: 0px;
    margin-top: 43px;
    width: 100%;
  }

    .slide-box h2 {
      font-size: 17px;
    }

  .border1 {
    margin: 14px 0 12px 0;
  }

  .slider {
    background-size: cover;
    background-position: center;
  }

  a.buy, a.view {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .f-image {
    height: auto
  }

  .product-item .hover-store > a {
    height: 400px
  }

  .storeSliderWrapper .store-slider-prevarrow {
    left: -10px;
  }

  .storeSliderWrapper .store-slider-nextarrow {
    right: -10px;
  }

  .order {
    margin: auto 30px !important
  }

  .news-letter {
    background: none;
  }

  .store-hover .store-overlay {
    opacity: 1
  }
}
