#cart-inner table.cart th {
  font-family: "Futura Book";
}


#cart-inner table.cart td .product-name a {
  font-family: "Futura Medium";
}


#cart-inner table.cart td.product-price {
  font-family: "Futura Light";

}


#cart-inner table.cart td.product-price {
  font-family: "Futura Medium";

}


#cart-inner table.cart td.add-to-cart {

  font-family: "Futura Medium";

}



#cart-inner table.cart td.quantity .update {
  font-family: "Futura Medium";

}


#detailed-inner #product-area #product-rhs .product-name {
  min-height: max-content !important;
}







.form-group.required.power-option .control-label {
  font-family: "Futura Book";

  font-size: 24px;
  letter-spacing: 0.07em;
  line-height: 28px;
  text-align: left;
  color: #2c2c2c;
  display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .form-group.required.power-option .control-label {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .form-group.required.power-option .control-label {
    font-size: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .form-group.required.power-option .control-label {
    font-size: 19px;
  }
}

@media only screen and (max-width: 767px) {
  #detailed-inner #product-area #product-rhs .price .price-new {
    font-size: 16px;
  }
}

.list-option {

  margin: 11px 0 !important;

}

.list-option li {

  padding: 0px !important;
  margin: 10px 5px !important;
  box-shadow: none !important;
  width: 12% !important;
}

.list-option li img {
  float: none;
  width: 100%;
}


.mm.mm--dark .mmenu-logo img {
  width: 134px !important;
}

@media only screen and (max-width: 992px) {
  #toggle-btn {

    width: 33px !important;
    height: 33px !important;

  }

  #toggle-btn span {

    width: 19px !important;
  }

}



@media only screen and (max-width: 992px) {
  #top #top-bar #actions-bar li {
    width: 31px !important;
    height: 31px !important;

  }
}




@media only screen and (max-width: 767px) {
  #top #top-bar .branding img {
    width: 149px !important;
  }
}


#search-block-wrapper input[type="submit"] {
  position: absolute !important;
}


#search #search-block {

  height: 60px !important;
}


#search-block-wrapper input[type="search"] {
  -webkit-appearance: none;
}





@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .header-inner h1 {
    font-size: 38px !important;
    line-height: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-inner h1 {
    font-size: 36px !important;
    line-height: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .header-inner h1 {
    font-size: 34px !important;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .header-inner h1 {
    font-size: 30px !important;
    line-height: 50px;
  }
}


#search-results__block .filter-block input[type="text"] {

  font-size: 20px !important;

}

.slider-area .title a {

  text-transform: uppercase !important;
}


#home-intro h1 {

  text-transform: uppercase !important;
}



#cart-inner table.cart td .product-name a {
  font-family: "Futura Book" !important;



  margin: 5px auto 13px !important;


}



#cart-inner table.cart td .product-name {
  display: inline-block;
  vertical-align: middle;



  font-family: "Futura Book Regular";
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 20px;
  text-align: left;
  color: #343538;


}




.bf-buttonclear.btn-reset {
  width: 100%;
  height: 45px;
  line-height: 47px;
  background-color: #222222;
  font-family: "Futura Book";
  font-size: 14px;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: none;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}


.bf-buttonclear.btn-reset:hover {
  background-color: rgba(34, 34, 34, 0.7);
}



.loaded section.preload {

  display: none;
}

section.preload {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  z-index: 61996;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.preloader {

  width: auto;
  background: #FFB037;
  border-radius: 10px;
  transition: all 5s;
  animation: loader 2s linear infinite;
  flex: 0 1 100%;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotateY(90deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}



.wishlist.selected {
  color: rgba(34, 34, 34, 0.7);
  background-color: #CF122C !important;
}



#about-content .about-wrapper .content-block p {
  font-size: 16px !important;
}


#about-content .about-wrapper .content-block h2 {
  font-size: 2.738em !important;
}