:root {
  --bg: #fff;
  --color1: #e0e0e0;
  --color2: #626262;
  --color3: #f1592a;
  --color4: #fff;
  --color5: #5aae00;
  --border: #e2e2e2;
}

body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
  background: var(--bg);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
}

/*textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn {
  outline: 0px !important;
  -webkit-appearance: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}*/

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

.sprite {
  background: url("../img/sprite.png");
  display: inline-block;
}

.sprite.icon-1 {
  width: 29px;
  height: 23px;
}

.sprite.icon-2 {
  width: 30px;
  height: 29px;
  background-position: -39px 0;
}

.sprite.icon-3 {
  width: 26px;
  height: 19px;
  background-position: -79px 0;
}

.sprite.icon-4 {
  width: 44px;
  height: 17px;
  background-position: -115px 0;
}

.sprite.icon-5 {
  width: 29px;
  height: 37px;
  background-position: 0 -34px;
}

.sprite.icon-6 {
  width: 40px;
  height: 40px;
  background-position: -34px -34px;
}

.sprite.icon-7 {
  width: 40px;
  height: 40px;
  background-position: -79px -33px;
}

.sprite.icon-8 {
  width: 34px;
  height: 34px;
  background-position: -125px -37px;
}

.sprite.icon-9 {
  width: 47px;
  height: 47px;
  background-position: 0 -79px;
}

.sprite.icon-10 {
  width: 47px;
  height: 47px;
  background-position: -52px -79px;
}

.sprite.icon-11 {
  width: 42px;
  height: 26px;
  background-position: -105px -79px;
}

.sprite.icon-12 {
  width: 21px;
  height: 21px;
  background-position: -3px -134px;
}

.sprite.icon-13 {
  width: 21px;
  height: 21px;
  background-position: -29px -134px;
}

.sprite.icon-14 {
  width: 60px;
  height: 42px;
  background-position: -3px -166px;
}

.sprite.icon-15 {
  width: 56px;
  height: 48px;
  background-position: -74px -166px;
}

.sprite.icon-16 {
  width: 60px;
  height: 50px;
  background-position: -137px -166px;
}

.sprite.icon-17 {
  width: 48px;
  height: 48px;
  background-position: -208px -168px;
}

.sprite.icon-18 {
  width: 27px;
  height: 28px;
  background-position: -2px -222px;
}

.sprite.icon-19 {
  width: 31px;
  height: 15px;
  background-position: -32px -222px;
}

.sprite.whatsapp {
  width: 47px;
  height: 47px;
  background-position: -1px -334px;
}

.sprite.support {
  width: 47px;
  height: 37px;
  background-position: -53px -334px;
}

.sprite.facebook {
  width: 36px;
  height: 36px;
  background-position: -1px -390px;
}

.sprite.instagram {
  width: 36px;
  height: 36px;
  background-position: -45px -390px;
}

.sprite.youtube {
  width: 36px;
  height: 36px;
  background-position: -89px -390px;
}

.sprite.icon-20 {
  width: 41px;
  height: 36px;
  background-position: -2px -434px;
}

.sprite.icon-21 {
  width: 44px;
  height: 36px;
  background-position: -54px -432px;
}

#header .topbar {
  position: relative;
}

@media only screen and (max-width: 991px) {
  #header .topbar {
    display: none;
  }
}

#header .topbar::before {
  content: "";
  background: var(--color1);
  left: 0;
  right: 0;
  top: 0;
  height: 20px;
  position: absolute;
  z-index: -1;
}

#header .topbar .nav {
  font-size: 0.875rem;
  background: var(--color1);
  border-radius: 20px;
  padding: 0 20px;
}

#header .topbar .nav .nav-link {
  padding: .2rem .3rem;
  color: var(--color2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header .topbar .nav .nav-link:hover, #header .topbar .nav .nav-link.active {
  color: var(--color3);
}

#header .topbar .nav.right {
  font-size: 1rem;
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .topbar .nav.right .nav-item {
  padding: 0 10px;
}

#header .topbar .nav.right .nav-item:last-child {
  padding: 0;
}

#header .topbar .nav.right .nav-item:last-child .nav-link {
  padding: 0;
  margin-left: 10px;
}

#header .topbar .nav.right .nav-item:first-child {
  position: relative;
}

#header .topbar .nav.right .nav-item:first-child::after {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  width: 1px;
  background: var(--color4);
  right: 0;
}

#header .topbar .nav.right .nav-link {
  font-weight: bold;
  position: relative;
}

#header .midbar {
  height: 140px;
}

@media only screen and (max-width: 767px) {
  #header .midbar {
    height: auto;
  }
  #header .midbar .col-12 {
    margin: 10px 0;
  }
  #header .midbar .logo {
    display: block;
    text-align: center;
  }
}

#header .midbar .container,
#header .midbar .row {
  height: 100%;
}

#header .midbar .search-form {
  border-radius: 5px;
  position: relative;
}

#header .midbar .search-form input {
  border: 1px solid var(--color3);
  height: 55px;
  width: 100%;
  border-radius: 5px;
  padding: 0 20px;
  font-weight: bold;
  color: var(--color2);
}

#header .midbar .search-form input::-webkit-input-placeholder {
  color: var(--color3);
}

#header .midbar .search-form input:-ms-input-placeholder {
  color: var(--color3);
}

#header .midbar .search-form input::-ms-input-placeholder {
  color: var(--color3);
}

#header .midbar .search-form input::placeholder {
  color: var(--color3);
}

#header .midbar .search-form input:-ms-input-placeholder {
  color: var(--color3);
}

#header .midbar .search-form input::-ms-input-placeholder {
  color: var(--color3);
}

#header .midbar .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--color3);
  border-color: var(--color3);
  width: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#header .midbar .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}

#header .midbar .cart .cart-icon {
  background: var(--color1);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  margin-right: 10px;
}

#header .midbar .cart .cart-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#header .midbar .cart .cart-right .cart-link {
  font-size: 1.125rem;
  color: var(--color3);
  text-transform: uppercase;
  font-weight: bold;
}

#header .midbar .cart .cart-right .cart-total {
  color: var(--color2);
  text-align: right;
}

#header .menu {
  background: var(--color3);
}

@media only screen and (max-width: 767px) {
  #header .menu {
    margin-top: 20px;
  }
}

#header .menu .menu-icon {
  display: none;
}

@media only screen and (max-width: 991px) {
  #header .menu .menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    color: var(--color4);
    text-transform: uppercase;
    font-weight: bold;
  }
  #header .menu .menu-icon .sprite {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 991px) {
  #header .menu .top-menu {
    display: none;
  }
}

#header .menu .top-menu .top-menu-item.drop {
  position: relative;
}

#header .menu .top-menu .top-menu-item:first-child .top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color2);
  font-weight: bold;
}

#header .menu .top-menu .top-menu-item:first-child .top-link:hover {
  background: var(--color2);
}

#header .menu .top-menu .top-menu-item:first-child .top-link .icon-3 {
  margin-right: 20px;
}

#header .menu .top-menu .top-menu-item .top-link {
  color: var(--color4);
  text-transform: uppercase;
  font-size: 1.125rem;
  padding: .8rem 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header .menu .top-menu .top-menu-item .top-link:hover {
  background: rgba(0, 0, 0, 0.05);
}

#header .menu .top-menu .top-menu-item .top-link.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .menu .top-menu .top-menu-item .top-link.icon:before, #header .menu .top-menu .top-menu-item .top-link.icon:after {
  content: "";
  background: url("../img/sprite.png");
  display: inline-block;
  width: 44px;
  height: 17px;
  background-position: -115px 0;
  margin: 0 5px;
}

#header .menu .top-menu .top-menu-item .top-link.dropdown {
  position: relative;
}

#header .menu .top-menu .top-menu-item .top-link.dropdown.active {
  background: var(--color3);
  z-index: 999;
}

#header .menu .top-menu .top-menu-item .dropdown--menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 270px;
  z-index: 999;
  display: none;
}

#header .menu .top-menu .top-menu-item .dropdown--menu .nav .nav-item {
  position: relative;
}

#header .menu .top-menu .top-menu-item .dropdown--menu .nav .nav-item:hover .mega-menu {
  display: block;
}

#header .menu .top-menu .top-menu-item .dropdown--menu .nav .nav-item .nav-link {
  color: var(--color2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: var(--color4);
}

#header .menu .top-menu .top-menu-item .dropdown--menu .nav .nav-item .nav-link:hover {
  color: var(--color3);
}

#header .menu .top-menu .top-menu-item .dropdown--menu .nav .nav-item .nav-link:after {
  content: ">>";
  float: right;
}

#header .menu .top-menu .top-menu-item .dropdown--menu .nav .nav-item .mega-menu {
  position: absolute;
  left: 100%;
  top: 0;
  padding-top: 40px;
  display: none;
  background: var(--bg);
}

#header .menu .top-menu .top-menu-item .dropdown--menu .nav .nav-item .mega-menu .col-12:first-child {
  padding-left: 20px;
}

#header .menu .top-menu .top-menu-item .dropdown--menu .nav .nav-item .mega-menu .product {
  margin-bottom: 30px;
  display: block;
}

#header .menu .top-menu .top-menu-item .dropdown--menu .nav .nav-item .mega-menu .product:hover .product-image {
  border-color: var(--color3);
}

#header .menu .top-menu .top-menu-item .dropdown--menu .nav .nav-item .mega-menu .product:hover .product-title {
  color: var(--color3);
}

#header .menu .top-menu .top-menu-item .dropdown--menu .nav .nav-item .mega-menu .product .product-image {
  border: 1px solid var(--color1);
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header .menu .top-menu .top-menu-item .dropdown--menu .nav .nav-item .mega-menu .product .product-title {
  color: var(--color2);
  font-size: 0.875rem;
  margin-top: 15px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header .menu .top-menu .top-menu-item .dropdown--menu .nav .nav-item .mega-menu .sidebar-title {
  font-size: 0.875rem;
  color: var(--color3);
  border-bottom: 1px solid var(--border);
  padding-bottom: 2px;
}

#header .menu .top-menu .top-menu-item .dropdown--menu .nav .nav-item .mega-menu .nav {
  margin-top: 10px;
}

#header .menu .top-menu .top-menu-item .dropdown--menu .nav .nav-item .mega-menu .nav .nav-item .nav-link {
  padding: 2px 0;
}

#header .menu .top-menu .top-menu-item .dropdown--menu .nav .nav-item .mega-menu .nav .nav-item .nav-link:after {
  content: none;
}

#header .menu .top-menu .top-menu-item .dropdown--menu .nav .nav-item .mega-menu .nav .nav-item .nav-link:before {
  content: ">>";
  padding-right: 10px;
}

#info {
  margin: 15px 0;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  #info {
    margin: 50px 0;
  }
}

@media only screen and (max-width: 991px) {
  #info {
    display: none;
  }
}

#info .box {
  position: relative;
}

#info .box .box-icon {
  background: var(--border);
  width: 55px;
  height: 55px;
  border-radius: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#info .box .box-content {
  background: var(--border);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 95%;
  padding-left: 50px;
  left: 10px;
  z-index: -1;
}

#info .box .box-content .top-text {
  font-size: 0.9375rem;
  font-weight: bold;
  color: var(--color2);
  text-transform: uppercase;
}

#info .box .box-content .sub-text {
  font-size: 0.75rem;
  color: var(--color2);
}

@media only screen and (max-width: 991px) {
  #slider {
    margin-top: 30px;
  }
}

#slider .slider-left {
  height: 360px;
}

@media only screen and (max-width: 991px) {
  #slider .slider-left {
    height: 300px;
  }
}

@media only screen and (max-width: 400px) {
  #slider .slider-left {
    height: 200px;
  }
}

#slider .slider-left .swiper-slide img {
  height: 100%;
}

#slider .slider-left:hover .swiper-button-prev,
#slider .slider-left:hover .swiper-button-next {
  opacity: 1;
}

#slider .slider-left .swiper-pagination-bullet-active {
  background: var(--color3);
}

#slider .slider-left .swiper-button-prev,
#slider .slider-left .swiper-button-next {
  width: 47px;
  height: 47px;
  opacity: .3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#slider .slider-left .swiper-button-prev:after,
#slider .slider-left .swiper-button-next:after {
  content: none;
}

@media only screen and (max-width: 767px) {
  #slider .slider-right-area {
    margin-top: 30px;
  }
}

#slider .slider-right-area .box {
  border: 1px solid var(--color5);
}

#slider .slider-right-area .title {
  background: var(--color5);
  color: var(--color4);
  text-transform: uppercase;
  font-weight: bold;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  #slider .slider-right-area .title {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 991px) {
  #slider .slider-right-area .title {
    font-size: 0.75rem;
  }
}

#slider .slider-right-area .title .sprite {
  margin-right: 10px;
}

@media only screen and (max-width: 991px) {
  #slider .slider-right-area .title .sprite {
    display: none;
  }
}

#slider .slider-right-area .swiper-slide {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--color2);
}

@media only screen and (max-width: 991px) {
  #slider .slider-right-area .swiper-slide .img-fluid {
    height: 130px;
  }
}

#slider .slider-right-area .swiper-slide .slider-title {
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}

@media only screen and (max-width: 991px) {
  #slider .slider-right-area .swiper-slide .slider-title {
    font-size: 0.8125rem;
  }
}

#slider .slider-right-area .swiper-slide .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#slider .slider-right-area .swiper-slide .price .discount {
  background: var(--color5);
  border-radius: 5px;
  font-size: 1.3125rem;
  font-weight: bold;
  padding: 2px 10px;
  color: var(--color4);
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#slider .slider-right-area .swiper-slide .price .discount span {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
}

#slider .slider-right-area .swiper-slide .price .price-right {
  margin-left: 15px;
  line-height: 20px;
}

#slider .slider-right-area .swiper-slide .price .price-right .old-price {
  color: var(--color2);
  text-decoration: line-through;
}

#slider .slider-right-area .swiper-slide .price .price-right .new-price {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color2);
}

@media only screen and (max-width: 991px) {
  #slider .slider-right-area .swiper-slide .price .price-right .new-price {
    font-size: 1.125rem;
  }
}

#slider .slider-right-area .swiper-button-prev,
#slider .slider-right-area .swiper-button-next {
  width: 21px;
  height: 21px;
}

#slider .slider-right-area .swiper-button-prev:after,
#slider .slider-right-area .swiper-button-next:after {
  content: none;
}

#infos {
  margin: 20px 0;
}

@media only screen and (max-width: 767px) {
  #infos {
    display: none;
  }
}

#infos .col-12 {
  padding-right: 5px;
  padding-left: 5px;
}

#infos .col-12:first-child {
  padding-left: 15px;
}

#infos .col-12:last-child {
  padding-right: 15px;
}

#infos .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--color1);
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1199px) {
  #infos .box {
    min-height: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 991px) {
  #infos .box {
    min-height: 170px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#infos .box .box-right {
  margin-left: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

#infos .box .box-right span {
  font-size: 0.625rem;
  font-weight: normal;
  display: block;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  #tabs {
    margin-top: 30px;
  }
}

#tabs .nav {
  background: var(--color1);
}

@media only screen and (max-width: 991px) {
  #tabs .nav .nav-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media only screen and (max-width: 767px) {
  #tabs .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#tabs .nav .nav-link {
  text-transform: uppercase;
  color: var(--color2);
}

@media only screen and (max-width: 991px) {
  #tabs .nav .nav-link {
    text-align: center;
  }
}

#tabs .nav .nav-link.active {
  background: var(--color3);
  border-radius: 0;
  color: var(--color4);
}

#tabs .tab-content {
  margin-top: 25px;
}

@media only screen and (max-width: 991px) {
  #tabs .tab-content .col-12 {
    margin-bottom: 30px;
  }
}

#otherproducts {
  margin: 20px 0;
}

#otherproducts .title {
  background: var(--color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  #otherproducts .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  #otherproducts .title {
    text-align: center;
  }
}

#otherproducts .title:before {
  content: "";
  background: url("../img/star.png") no-repeat;
  display: inline-block;
  width: 50px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 991px) {
  #otherproducts .title:before {
    content: none;
  }
}

#otherproducts .title .big {
  color: var(--color3);
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: bold;
  padding-right: 20px;
}

@media only screen and (max-width: 991px) {
  #otherproducts .title .big {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

#otherproducts .title .desc {
  font-size: 0.875rem;
  font-style: italic;
  border-left: 1px solid var(--color4);
  padding-left: 20px;
}

@media only screen and (max-width: 991px) {
  #otherproducts .title .desc {
    padding-left: 0;
    border-left: 0;
  }
}

#otherproducts .col-12 {
  margin-bottom: 20px;
}

#band {
  background: var(--color1);
  padding: 20px 0;
}

@media only screen and (max-width: 1199px) {
  #band .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#band .flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media only screen and (max-width: 1199px) {
  #band .flex-1 {
    width: 50%;
  }
}

#band .flex-1:first-child {
  max-width: 265px;
}

@media only screen and (max-width: 767px) {
  #band .flex-1:first-child {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

#band .flex-1:nth-child(2) {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  #band .flex-1:nth-child(2) {
    margin-left: 0;
    width: 100%;
  }
}

#band .flex-1:nth-child(3) {
  margin-left: 70px;
}

@media only screen and (max-width: 1199px) {
  #band .flex-1:nth-child(3) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  #band .flex-1:nth-last-child(-n+2) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 450px) {
  #band .flex-1:nth-last-child(-n+2) {
    width: 100%;
  }
}

#band .text-red {
  color: var(--color3);
  font-size: 1.125rem;
  font-weight: bold;
}

#band .text-alt {
  color: var(--color2);
  font-size: 0.875rem;
}

#band .newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#band .newsletter-form input {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: var(--color4);
  border: 0;
  height: 50px;
  font-style: italic;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}

#band .newsletter-form input::-webkit-input-placeholder {
  color: var(--color2);
}

#band .newsletter-form input:-ms-input-placeholder {
  color: var(--color2);
}

#band .newsletter-form input::-ms-input-placeholder {
  color: var(--color2);
}

#band .newsletter-form input::placeholder {
  color: var(--color2);
}

#band .newsletter-form input:-ms-input-placeholder {
  color: var(--color2);
}

#band .newsletter-form input::-ms-input-placeholder {
  color: var(--color2);
}

#band .newsletter-form button {
  background: var(--color3);
  color: var(--color4);
  height: 50px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 25px;
}

#band .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#band .link-box .right {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--color2);
  margin-left: 10px;
}

#band .link-box .right span {
  font-weight: normal;
  display: block;
}

#footer .top {
  margin: 25px 0;
}

#footer .title {
  color: var(--color2);
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  #footer .col-12 {
    margin-bottom: 20px;
  }
}

#footer .col-12:nth-child(1), #footer .col-12:nth-child(2), #footer .col-12:nth-child(3) {
  position: relative;
}

#footer .col-12:nth-child(1):before, #footer .col-12:nth-child(2):before, #footer .col-12:nth-child(3):before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  background: var(--color1);
  width: 1px;
}

@media only screen and (max-width: 991px) {
  #footer .col-12:nth-child(1):before, #footer .col-12:nth-child(2):before, #footer .col-12:nth-child(3):before {
    content: none;
  }
}

#footer .nav .nav-item .nav-link {
  padding: 5px 0;
  font-size: 0.75rem;
  color: var(--color2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#footer .nav .nav-item .nav-link:hover {
  color: var(--color3);
}

#footer .social .nav-item .nav-link {
  margin: 0 5px;
}

#footer .logo {
  margin-top: 30px;
}

#footer .logo img {
  max-width: 235px;
}

#footer .cc {
  margin: 40px 0 20px;
}

@media only screen and (max-width: 575px) {
  #footer .cc {
    display: none;
  }
}

#footer .banks {
  border-top: 1px solid var(--color1);
  border-bottom: 1px solid var(--color1);
  padding: 10px 0;
  text-align: center;
}

@media only screen and (max-width: 575px) {
  #footer .banks {
    display: none;
  }
}

#footer .copyright {
  margin: 30px 0;
  color: var(--color2);
}

.product-box {
  border: 1px solid var(--color1);
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 330px;
}

@media only screen and (max-width: 1199px) {
  .product-box {
    min-height: 400px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.product-box:hover {
  border-color: var(--color3);
}

.product-box:hover .product-image .hover {
  opacity: 1;
}

.product-box.new {
  position: relative;
}

.product-box.new:before {
  content: "";
  background: url("../img/sprite.png") no-repeat 0 -259px;
  display: inline-block;
  width: 66px;
  height: 67px;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 9;
}

.product-box .product-image {
  width: 100%;
  text-align: center;
  position: relative;
}

.product-box .product-image img {
  /*width: 210px;*/
  height: 210px;
}

.product-box .product-image .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.product-box .product-image .hover .detail {
  background: var(--color2);
  color: var(--color4);
  text-transform: uppercase;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}

.product-box .product-image .hover .detail .sprite {
  margin-right: 5px;
}

.product-box .product-image .hover .look {
  background: var(--color3);
  color: var(--color4);
  text-transform: uppercase;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  margin-top: 40px;
}

.product-box .product-image .hover .look .sprite {
  margin-right: 5px;
}

.product-box .product-title {
  font-weight: bold;
  text-align: center;
  margin: 5px 0;
  color: var(--color2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-box .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-box .price .discount {
  background: var(--color5);
  border-radius: 5px;
  font-size: 1.3125rem;
  font-weight: bold;
  padding: 2px 10px;
  color: var(--color4);
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-box .price .discount span {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.product-box .price .price-right {
  margin-left: 15px;
  line-height: 20px;
}

.product-box .price .price-right .old-price {
  color: var(--color2);
  text-decoration: line-through;
}

.product-box .price .price-right .new-price {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color2);
}

.mm-listitem.cats a {
  background: var(--color3);
}

.mm-menu {
  --mm-color-background: var(--color2) !important;
}

.suggestion-box {
  position: fixed;
  left: 0;
  top: 250px;
  background: var(--color2);
  color: var(--color4);
  padding: 6px 3px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media only screen and (max-width: 575px) {
  .suggestion-box {
    display: none;
  }
}

.suggestion-box .text {
  font-weight: bold;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  color: var(--color4);
}

.suggestion-box .text span {
  font-weight: normal;
  display: block;
}

.scroll-up {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

@media only screen and (max-width: 575px) {
  .scroll-up {
    display: none;
  }
}

.scroll-up.active {
  opacity: 1;
}

.scroll-up .sprite {
  display: block;
}

/*ykd*/

/*# sourceMappingURL=main.min.css.map */