@charset "UTF-8";
@font-face {
  font-family: "MontserratRegular";
  src: url(../fonts/montserrat/Montserrat-Regular.otf);
}
@font-face {
  font-family: "MontserratExtraBold";
  src: url(../fonts/montserrat/Montserrat-ExtraBold.otf);
}
@font-face {
  font-family: "MontserratMedium";
  src: url(../fonts/montserrat/Montserrat-Medium.otf);
}
@font-face {
  font-family: "MontserratSemiBold";
  src: url(../fonts/montserrat/Montserrat-SemiBold.otf);
}
@font-face {
  font-family: "MontserratBold";
  src: url(../fonts/montserrat/Montserrat-Bold.otf);
}
@font-face {
  font-family: "ProximaRegular";
  src: url(../fonts/proxima/Proxima-Regular.woff);
}
@font-face {
  font-family: "ProximaExtraBold";
  src: url(../fonts/proxima/Proxima-ExtraBold.woff);
}
@font-face {
  font-family: "ProximaLight";
  src: url(../fonts/proxima/Proxima-Thin.woff);
}
@font-face {
  font-family: "ProximaBlack";
  src: url(../fonts/proxima/Proxima-Black.woff);
}
@font-face {
  font-family: "ProximaBold";
  src: url(../fonts/proxima/Proxima-Bold.woff);
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate(-90%);
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate(-90%);
  }
}
@keyframes marquee2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate(-100%);
  }
}
@-webkit-keyframes marquee2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate(-100%);
  }
}
.la {
  font-size: 23px !important;
}

.la-search {
  transform: scaleX(-1) !important;
}

.common-home {
  background-color: #F7F7F7;
}

.container {
  width: 95%;
}
@media (min-width: 1300px) {
  .container {
    width: 91% !important;
  }
}

.section-space {
  padding: 40px 0px 0px !important;
}

.section-space.slideshow-27 {
  padding-top: 5px !important;
}

body {
  overflow-x: hidden;
}

header {
  box-shadow: none;
}

.fixed-header {
  padding-bottom: 5px !important;
}
.fixed-header .header-marquee2 {
  text-align: center;
  padding: 10px 0px 0px;
}
.fixed-header .header-marquee2 .marquee-content {
  animation: marquee2 15s linear infinite;
  -webkit-animation: marquee2 15s linear infinite;
  animation-delay: 0s;
  animation-fill-mode: none;
  width: 850px;
}
@media (min-width: 768px) {
  .fixed-header .header-marquee2 .marquee-content {
    width: 100%;
  }
}
.fixed-header .header-marquee2 .marquee-content:hover {
  animation-play-state: paused;
}
.fixed-header .header-marquee2 .header-contact-texts {
  display: inline-flex;
  font-family: "ProximaRegular" !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 8px !important;
}
@media (min-width: 992px) {
  .fixed-header .header-marquee2 .header-contact-texts {
    font-size: 13px !important;
  }
}
.fixed-header .header-marquee2 .header-announcement {
  color: #111111;
  text-transform: uppercase;
  margin-right: 0px;
}
.fixed-header .header-marquee2 .header-tel {
  color: #111111;
  margin-right: 10px;
}
.fixed-header .header-marquee2 .header-tel:hover {
  color: #F6931E !important;
}
.fixed-header .header-marquee2 .header-email {
  color: #111111;
}
.fixed-header .header-marquee2 .header-email:hover {
  color: #F6931E !important;
}
.fixed-header .header-container {
  display: flex;
  padding-top: 15px !important;
  padding-bottom: 8px;
}
.fixed-header .header-logo {
  flex-basis: 13%;
}
.fixed-header .header-logo .header-logo-image {
  width: 65%;
}
.fixed-header .header-logo2 {
  text-align: center;
}
.fixed-header .header-logo2 img {
  width: 45%;
}
@media (min-width: 360px) {
  .fixed-header .header-logo2 img {
    width: 40%;
  }
}
@media (min-width: 375px) {
  .fixed-header .header-logo2 img {
    width: 35%;
  }
}
@media (min-width: 412px) {
  .fixed-header .header-logo2 img {
    width: 30%;
  }
}
@media (min-width: 480px) {
  .fixed-header .header-logo2 img {
    width: 27%;
  }
}
@media (min-width: 640px) {
  .fixed-header .header-logo2 img {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .fixed-header .header-logo2 img {
    width: 18%;
  }
}
.fixed-header .header-icons {
  margin-right: 5px !important;
}
@media (min-width: 480px) {
  .fixed-header .header-icons {
    /*margin-right: 10px !important;*/
  }
}
.fixed-header .header-right {
  flex-basis: 100%;
}
@media (min-width: 1024px) {
  .fixed-header .header-right {
    flex-basis: 87%;
  }
}
.fixed-header .header-right .header-top {
  display: none;
}
@media (min-width: 992px) {
  .fixed-header .header-right .header-top {
    display: flex;
    justify-content: flex-start;
  }
}
.fixed-header .header-right .header-top .header-marquee {
  flex-basis: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .fixed-header .header-right .header-top .header-marquee {
    flex-basis: 80%;
    text-align: center;
  }
}
.fixed-header .header-right .header-top .header-marquee .marquee-content {
  animation: marquee 15s linear infinite;
  -webkit-animation: marquee 15s linear infinite;
  animation-delay: 0s;
  animation-fill-mode: none;
}
.fixed-header .header-right .header-top .header-marquee .marquee-content:hover {
  animation-play-state: paused;
}
.fixed-header .header-right .header-top .header-marquee .header-contact-texts {
  display: inline-flex;
  font-family: "ProximaRegular" !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 11px !important;
}
@media (min-width: 1200px) {
  .fixed-header .header-right .header-top .header-marquee .header-contact-texts {
    font-size: 13px !important;
  }
}
.fixed-header .header-right .header-top .header-marquee .header-announcement {
  color: #111111;
  text-transform: uppercase;
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .fixed-header .header-right .header-top .header-marquee .header-announcement {
    margin-right: 40px;
  }
}
.fixed-header .header-right .header-top .header-marquee .header-tel {
  color: #111111;
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .fixed-header .header-right .header-top .header-marquee .header-tel {
    margin-right: 40px;
  }
}
.fixed-header .header-right .header-top .header-marquee .header-tel:hover {
  color: #F6931E !important;
}
.fixed-header .header-right .header-top .header-marquee .header-email {
  color: #111111;
}
.fixed-header .header-right .header-top .header-marquee .header-email:hover {
  color: #F6931E !important;
}
.fixed-header .header-right .header-top .header-login {
  flex-basis: 0%;
}
@media (min-width: 992px) {
  .fixed-header .header-right .header-top .header-login {
    flex-basis: 20%;
  }
}
.fixed-header .header-right .header-top .header-login #account > a[data-toggle=dropdown] {
  padding-right: 0px !important;
  padding-bottom: 10px !important;
}
.fixed-header .header-right .header-below {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .fixed-header .header-right .header-below {
    align-items: flex-end;
  }
}
.fixed-header .header-right .header-below .header-search {
  flex-basis: 60%;
}
@media (min-width: 360px) {
  .fixed-header .header-right .header-below .header-search {
    flex-basis: 65%;
  }
}
@media (min-width: 375px) {
  .fixed-header .header-right .header-below .header-search {
    flex-basis: 70%;
  }
}
@media (min-width: 480px) {
  .fixed-header .header-right .header-below .header-search {
    flex-basis: 75%;
  }
}
@media (min-width: 667px) {
  .fixed-header .header-right .header-below .header-search {
    flex-basis: 84%;
  }
}
@media (min-width: 1024px) {
  .fixed-header .header-right .header-below .header-search {
    flex-basis: 86%;
  }
}
@media (min-width: 1200px) {
  .fixed-header .header-right .header-below .header-search {
    flex-basis: 89%;
  }
}
@media (min-width: 1300px) {
  .fixed-header .header-right .header-below .header-search {
    flex-basis: 91%;
  }
}
.fixed-header .header-right .header-below .header-cart {
  flex-basis: 40%;
}
@media (min-width: 360px) {
  .fixed-header .header-right .header-below .header-cart {
    flex-basis: 35%;
  }
}
@media (min-width: 375px) {
  .fixed-header .header-right .header-below .header-cart {
    flex-basis: 30%;
  }
}
@media (min-width: 480px) {
  .fixed-header .header-right .header-below .header-cart {
    flex-basis: 25%;
  }
}
@media (min-width: 667px) {
  .fixed-header .header-right .header-below .header-cart {
    flex-basis: 16%;
  }
}
@media (min-width: 1024px) {
  .fixed-header .header-right .header-below .header-cart {
    flex-basis: 14%;
  }
}
@media (min-width: 1200px) {
  .fixed-header .header-right .header-below .header-cart {
    flex-basis: 11%;
  }
}
@media (min-width: 1300px) {
  .fixed-header .header-right .header-below .header-cart {
    flex-basis: 9%;
  }
}
.fixed-header .header-container .header-links > a, .fixed-header .header-container #account > a[data-toggle=dropdown], .fixed-header .header-container #enquiry > a, .fixed-header .header-container #cart > a, .fixed-header .header-container ._search > a {
  width: 100% !important;
  text-align: right !important;
}
.fixed-header .header-menu {
  margin-top: 6px;
}
.fixed-header .search-custom .search-box {
  width: 85% !important;
  border-radius: 7px !important;
  padding: 6px 5px 8px 10px !important;
  font-size: 11px !important;
  font-family: "ProximaRegular" !important;
}
.fixed-header .search-custom .search-box input {
  letter-spacing: 1px !important;
}
.fixed-header .sm {
  z-index: 0 !important;
}
.fixed-header .sm-blue, .fixed-header .sm-blue a {
  background-image: none !important;
  background-color: #414141 !important;
  font-size: 12.5px !important;
  font-family: "ProximaLight" !important;
  letter-spacing: 1px !important;
  display: flex !important;
  align-items: center !important;
  padding: 4px 20px 4px 15px !important;
}
.fixed-header .sm-blue > li {
  border-left: none !important;
}
.fixed-header .btn-cart-container {
  background-color: #F6931E !important;
  border-color: #F6931E !important;
  padding: 10px 0px !important;
  border-radius: 7px;
  font-size: 12px !important;
  letter-spacing: 0.3px !important;
  font-family: "ProximaBold" !important;
}
.fixed-header .btn-cart-container .cart-container {
  width: inherit;
  color: #fff !important;
  text-align: center !important;
}
.fixed-header .my-icon-text {
  font-family: "ProximaRegular" !important;
  font-weight: 600;
  vertical-align: 0.7px !important;
  font-size: 11px !important;
}
@media (min-width: 480px) {
  .fixed-header .my-icon-text {
    font-size: 12px !important;
  }
}
.fixed-header .user-icon-text {
  color: #8F8F8F !important;
}

.sidr {
  z-index: 999999999 !important;
  background: #fff !important;
}
.sidr a {
  color: #111111 !important;
}
.sidr a:hover {
  color: #F6931E !important;
}
.sidr .header-mobile .mobile-account > a + a {
  border-left: 1px solid #F6931E !important;
}
.sidr .header-mobile .mobile-account {
  border-bottom: 1px solid #F6931E !important;
}
.sidr .cd-accordion-menu {
  background: #fff !important;
}
.sidr .cd-accordion-menu li {
  border-bottom: 1px solid #F6931E;
}
.sidr .cd-accordion-menu label, .sidr .cd-accordion-menu a {
  background: #fff !important;
}
.sidr .cd-accordion-menu i {
  color: #F6931E;
}
.sidr .cd-accordion-menu ul {
  padding: 0 2rem;
}
.sidr .cd-accordion-menu ul li {
  border-bottom: 0 !important;
}
.sidr .cd-accordion-menu ul a, .sidr .cd-accordion-menu ul label {
  padding: 10px;
  background-color: #fff !important;
  padding-left: 18px !important;
}

.breadcrumb {
  border: none !important;
  background: transparent !important;
  margin: 0px 0 20px 0 !important;
  color: #8D8D8D !important;
}
.breadcrumb li {
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 12px !important;
}
.breadcrumb li:first-child {
  padding-left: 0px !important;
}
.breadcrumb li:after {
  content: "/" !important;
  font-size: 14px !important;
  transform: translateY(-45%) !important;
}
.breadcrumb li a {
  color: #8D8D8D;
}
.breadcrumb li a:hover {
  color: #F67C1F !important;
}

.my-container {
  margin-top: 30px !important;
}
@media (min-width: 992px) {
  .my-container {
    margin-top: 60px !important;
  }
}

.section-space .container {
  width: 100% !important;
}

.slider-slideshow-description-texts {
  text-align: center;
}
@media (min-width: 480px) {
  .slider-slideshow-description-texts {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .slider-slideshow-description-texts {
    padding: 0px 30px 0px !important;
  }
}
@media (min-width: 1200px) {
  .slider-slideshow-description-texts {
    padding: 30px 55px 0px !important;
  }
}

.slideshow-title {
  text-transform: uppercase !important;
  font-family: "MontserratBold" !important;
  text-shadow: 1px 1px 1px #111111;
  font-size: 30px !important;
}
@media (min-width: 360px) {
  .slideshow-title {
    font-size: 35px !important;
  }
}
@media (min-width: 412px) {
  .slideshow-title {
    font-size: 40px !important;
  }
}
@media (min-width: 480px) {
  .slideshow-title {
    font-size: 48px !important;
  }
}
@media (min-width: 640px) {
  .slideshow-title {
    font-size: 55px !important;
  }
}
@media (min-width: 768px) {
  .slideshow-title {
    text-shadow: none;
    font-size: 35px !important;
  }
}
@media (min-width: 992px) {
  .slideshow-title {
    font-size: 45px !important;
  }
}
@media (min-width: 1200px) {
  .slideshow-title {
    font-size: 55px !important;
  }
}

.slideshow-text-0 {
  text-transform: uppercase !important;
  font-family: "ProximaBold" !important;
  letter-spacing: 0.7px !important;
  text-shadow: 1px 1px 1px #111111;
  font-size: 12px !important;
}
@media (min-width: 360px) {
  .slideshow-text-0 {
    font-size: 12.5px !important;
  }
}
@media (min-width: 480px) {
  .slideshow-text-0 {
    font-size: 13.5px !important;
  }
}
@media (min-width: 640px) {
  .slideshow-text-0 {
    font-size: 15.5px !important;
  }
}
@media (min-width: 768px) {
  .slideshow-text-0 {
    text-shadow: none;
    font-size: 11.5px !important;
  }
}
@media (min-width: 1200px) {
  .slideshow-text-0 {
    font-size: 12.5px !important;
  }
}

.slideshow-text-1 {
  font-family: "ProximaBold" !important;
  font-style: italic !important;
  color: #F6931E !important;
  text-shadow: 1px 1px 1px #111111;
  font-size: 15px !important;
  margin-top: 0px !important;
  margin-bottom: 5px !important;
}
@media (min-width: 360px) {
  .slideshow-text-1 {
    font-size: 15px !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
}
@media (min-width: 480px) {
  .slideshow-text-1 {
    font-size: 16px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}
@media (min-width: 640px) {
  .slideshow-text-1 {
    font-size: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .slideshow-text-1 {
    text-shadow: none;
    font-size: 12px !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
}
@media (min-width: 992px) {
  .slideshow-text-1 {
    font-size: 16px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}
@media (min-width: 1200px) {
  .slideshow-text-1 {
    font-size: 17px !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
}

.slider-slideshow-description-link {
  padding-top: 0px !important;
}
@media (min-width: 360px) {
  .slider-slideshow-description-link {
    padding-top: 10px !important;
  }
}

.btn-primary.slideshow-btn {
  padding: 10px 25px !important;
}
@media (min-width: 412px) {
  .btn-primary.slideshow-btn {
    padding: 15px 35px !important;
  }
}
@media (min-width: 768px) {
  .btn-primary.slideshow-btn {
    padding: 10px 25px !important;
  }
}
@media (min-width: 992px) {
  .btn-primary.slideshow-btn {
    padding: 15px 35px !important;
  }
}

.btn-primary:not(#button-login):not(#button-coupon) {
  background-color: #EE1D25 !important;
  border-color: #EE1D25 !important;
  padding: 15px 35px !important;
  border-radius: 7px;
  font-size: 12px !important;
  letter-spacing: 0.3px !important;
  font-family: "ProximaBold" !important;
  color: #fff !important;
}

.btn-primary {
  background-color: #EE1D25 !important;
  border-color: #EE1D25 !important;
  color: #fff !important;
}

.btn-default:not(.btn-number):not(#button-search):not(.add-to-car-btn) {
  background-color: #F6931E !important;
  border-color: #F6931E !important;
  padding: 15px 35px !important;
  border-radius: 7px;
  font-size: 12px !important;
  letter-spacing: 0.3px !important;
  font-family: "ProximaBold" !important;
  color: #fff !important;
}

.btn-default#button-search {
  background-color: #F6931E !important;
  border-color: #F6931E !important;
  font-size: 12px !important;
  letter-spacing: 0.3px !important;
  font-family: "ProximaBold" !important;
  color: #fff !important;
}

.btn-danger {
  padding: 15px 35px !important;
  border-radius: 7px;
  font-size: 12px !important;
  letter-spacing: 0.3px !important;
  font-weight: 700;
}

body.information-information.iid-4 #content .custom-heading {
  display: none;
}

body.information-information.iid-4 #content .custom-description {
  display: none;
}

body.information-information.iid-4 .about_us {
  padding: 0 !important;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
  text-align: left !important;
  font-family: "ProximaExtraBold" !important;
  font-size: 19px !important;
  letter-spacing: 0.3px !important;
  margin-bottom: 25px;
  color: #111111;
  z-index: 2;
  position: relative;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style]):before {
  content: "";
  width: 18px;
  height: 4.5px;
  background: #F8941E !important;
  display: block;
  margin: 0px 0px 8px !important;
  border-radius: 30px !important;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style]):after {
  display: none !important;
}

.section-space .about_us {
  position: relative !important;
}

@media (min-width: 1200px) {
  .upper-child {
    display: flex;
  }
}
.upper-child #about_us_img {
  margin-bottom: 5rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .upper-child #about_us_img {
    text-align: left;
    flex-basis: 45%;
    padding-right: 3rem;
  }
}
.upper-child #about_us_txt {
  flex-basis: 55%;
  margin-bottom: 30px;
}
.upper-child #about_us_txt .main-desc {
  list-style-type: none !important;
  font-size: 12px !important;
  color: #111111 !important;
  line-height: 2.5rem;
  margin-bottom: 30px;
  margin-top: -7px;
}

@media (min-width: 736px) {
  .lower-child {
    display: flex;
  }
}
.lower-child .vision {
  flex-basis: 45%;
  padding-right: 3rem;
}
.lower-child .mission {
  flex-basis: 55%;
}
.lower-child li {
  padding-bottom: 1.5rem;
}

.list-title {
  font-family: "ProximaBold" !important;
  text-transform: capitalize !important;
  font-size: 18px !important;
  padding: 0px 0px 7px !important;
  color: #F6931E !important;
  letter-spacing: 0.5px;
}

.list-row {
  display: flex;
}
.list-row li.list-list {
  flex-basis: 97%;
  list-style-type: none !important;
  font-size: 12px !important;
  color: #111111 !important;
  line-height: 2.3rem;
}
.list-row .bullet {
  flex-basis: 6%;
  content: "";
  display: inline-block;
  height: 26px;
  width: 26px;
  background-size: 13px;
  background-image: url(../../../default/image/right.png);
  background-repeat: no-repeat;
  margin-right: 10px;
  background-position: center center;
  vertical-align: middle;
}

#side-categories .list-group-item.item-header {
  font-family: "ProximaBold" !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  padding: 0px 0px 15px !important;
  color: #111111 !important;
  background-color: transparent !important;
}
#side-categories .list-group-item:not(.item-header) {
  background-color: #F8941E !important;
  font-family: "ProximaRegular";
  padding: 0px 0px 0px !important;
}
#side-categories .side-categories-level-1:not(:last-child) {
  border-bottom: 1px #fbb057 solid !important;
}
#side-categories .side-categories-level-1 .item.level-1 {
  background-color: #F8941E !important;
  padding: 10px 5px 10px 15px !important;
}
#side-categories .side-categories-level-1 .item.level-1:hover {
  background-color: #F67C1F !important;
}
#side-categories .side-categories-level-1 .item.level-1.active {
  background-color: #F67C1F !important;
}
#side-categories .side-categories-level-1 .item.level-1.active a {
  font-family: "ProximaBold" !important;
}
#side-categories .sub.level-2 {
  padding: 5px 15px 0 35px !important;
  background-color: #FF882D !important;
}
#side-categories .sub.level-2 .group .item.level-2 {
  border-bottom: none !important;
}
#side-categories .sub.level-2 .group .item.level-2.active a {
  font-family: "ProximaBold" !important;
}
#side-categories .sub.level-2 .group .sub.level-3 {
  padding: 0px 5px 10px 15px !important;
}
#side-categories .sub.level-2 .group .sub.level-3 .item.level-3 a.active {
  font-family: "ProximaBold" !important;
}
#side-categories .group .item a {
  padding: 7px 0px !important;
  color: #fff !important;
  font-family: "ProximaRegular" !important;
  font-size: 13.2px !important;
  letter-spacing: 0.3px !important;
}
#side-categories .group .item a:hover {
  background: none !important;
  font-family: "ProximaBold" !important;
}
#side-categories .group .item .toggle:hover {
  background: none !important;
}
#side-categories .category-caret {
  color: #fff !important;
}
#side-categories .group .item .toggle {
  border-left: none !important;
}

#side-manufacturer {
  padding-top: 40px !important;
}
#side-manufacturer .list-group-item.item-header {
  font-family: "ProximaBold" !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  padding: 0px 0px 15px !important;
  color: #111111 !important;
}
#side-manufacturer .list-group-item:not(.item-header) {
  font-family: "ProximaRegular";
  padding: 0px 0px 0px !important;
}
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style [type=checkbox]:checked + label:after {
  color: #F6931E !important;
}
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style label {
  color: #111111 !important;
  text-transform: capitalize;
  font-size: 13px;
}
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style {
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */
}
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style [type=checkbox]:not(:checked),
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style [type=checkbox]:not(:checked) + label,
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style [type=checkbox]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style [type=checkbox]:not(:checked) + label {
  color: #111111;
  font-weight: 700 !important;
  text-transform: titlecase;
}
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style [type=checkbox]:checked + label {
  color: #111111 !important;
  font-weight: 700 !important;
  text-transform: titlecase;
}
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style [type=checkbox]:not(:checked) + label:before,
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #cccccc;
  background: #ffffff;
  border-radius: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style [type=checkbox]:not(:checked) + label:after,
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style [type=checkbox]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 2px;
  left: 5px;
  line-height: 1.2;
  color: #F6931E;
  transition: all 0.2s;
}
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style [type=checkbox]:disabled:not(:checked) + label:before,
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #999999;
  background-color: #dddddd;
}
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style [type=checkbox]:disabled:checked + label:after {
  color: #999999;
}
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style [type=checkbox]:disabled + label {
  color: #aaaaaa;
}
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style [type=checkbox]:checked:focus + label:before,
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style [type=checkbox]:not(:checked):focus + label:before {
  border: 1px solid #F6931E;
}
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style label:hover, #side-manufacturer .list-group-item:not(.item-header) .checkbox-style label:focus {
  color: #F6931E !important;
}
#side-manufacturer .list-group-item:not(.item-header) .checkbox-style label:hover:before, #side-manufacturer .list-group-item:not(.item-header) .checkbox-style label:focus:before {
  border: 1px solid #F6931E !important;
  background: #ffffff;
}

body.product-category #filter-groups #side_filter .checkbox-style label:hover {
  color: #F6931E !important;
}

body.product-category #filter-groups #side_filter .checkbox-style [type=checkbox]:checked + label {
  color: #F6931E !important;
}

#side-price {
  padding-top: 40px !important;
}
#side-price .list-group-item.item-header {
  font-family: "ProximaBold" !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  padding: 0px 0px 15px !important;
  color: #111111 !important;
}
#side-price .list-group-item:not(.item-header) {
  font-family: "ProximaRegular";
  padding: 0px 0px 0px !important;
}
#side-price #price_max {
  text-align: right !important;
  padding-right: 0px !important;
  font-size: 12.5px;
  font-weight: 600;
}
#side-price #price_min {
  text-align: left !important;
  padding-left: 0px !important;
  font-size: 12.5px;
  font-weight: 600;
}
#side-price #slider-price {
  background: #E1E1E1 !important;
  height: 0px !important;
  border: 1px solid #E1E1E1;
  width: 96% !important;
  margin-top: 0 !important;
}
#side-price .ui-slider-range {
  background: #F6931E;
  border: 1px solid #F6931E !important;
  top: -1px;
}
#side-price .ui-slider-handle {
  background: #F6931E;
  border: 1px solid #fff;
  box-shadow: 0px 0px 2px;
  width: 12.5px;
  height: 12px;
  top: 0px;
}

.product-category #filter_group_tigger_open.default-filter-btn {
  display: none !important;
}

@media (min-width: 768px) {
  .product-category .product-category-container {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 667px) {
  .product-category .product-category-container {
    top: 70px;
    padding-bottom: 70px;
  }
}
.product-category .product-category-container product-layout {
  position: relative;
  top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .product-category .product-category-container {
    position: relative;
    top: 50px;
    padding-bottom: 50px;
  }
  .product-category .product-category-container .sort-label {
    display: none;
  }
  .product-category .product-category-container .btn-filter {
    background-color: #F6931E;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 41px;
    border: 1px solid #fff;
  }
}

.product-h2.product-h2-mob {
  display: none;
}
@media screen and (max-width: 767px) {
  .product-h2.product-h2-mob {
    display: block;
    margin-left: 20px;
  }
}

@media screen and (max-width: 319px) and (min-width: 200px) {
  .sort-group {
    top: 122px;
  }
}
@media screen and (max-width: 359px) and (min-width: 320px) {
  .sort-group {
    top: 101px;
  }
}
@media screen and (max-width: 412px) and (min-width: 360px) {
  .sort-group {
    top: 102px;
  }
}
@media screen and (max-width: 411px) and (min-width: 411px) {
  .sort-group {
    top: 104px;
  }
}
@media screen and (max-width: 412px) and (min-width: 412px) {
  .sort-group {
    top: 102px;
  }
}
@media screen and (max-width: 415px) and (min-width: 413px) {
  .sort-group {
    top: 103px;
  }
}
@media screen and (max-width: 480px) and (min-width: 440px) {
  .sort-group {
    top: 109px;
  }
}
@media screen and (max-width: 540px) and (min-width: 481px) {
  .sort-group {
    top: 115px;
  }
}
@media screen and (max-width: 570px) and (min-width: 541px) {
  .sort-group {
    top: 119px;
  }
}
@media screen and (max-width: 640px) and (min-width: 570px) {
  .sort-group {
    top: 122px;
  }
}
@media screen and (max-width: 668px) and (min-width: 641px) {
  .sort-group {
    top: 134px;
  }
}
@media screen and (max-width: 767px) and (min-width: 736px) {
  .sort-group {
    top: 140px;
  }
}

@media screen and (max-width: 540px) {

.product-gutter .product-block .special-sticker, .product-gutter .product-block .sticker {
    top: 0px!important;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    font-size: 6px!important;
    padding: 2px 3px ;
    letter-spacing: 0.3px;
}
}
@media screen and (max-width: 767px) {
  .sort-group {
    position: fixed;
    width: 100%;
    z-index: 3;
    margin-left: -15px !important;
  }
  .sort-group .col-xs-4 {
    padding: 0;
    height: 40px;
  }
  .sort-group select {
    height: 40px;
    background-color: #F6931E;
    color: white;
    text-transform: uppercase;
    -webkit-appearance: none !important;
  }
  .sort-group #filter_group_tigger_open#filter-btn-fixer {
    position: unset !important;
    top: 0 !important;
    left: 0;
    transform: translateY(0%);
    z-index: 1;
    width: 100%;
    min-width: 100%;
    min-height: 40px;
    border: 1px solid white;
  }
  .sort-group .form-group {
    margin-bottom: 0;
  }
}
.sort-group .filter-btn {
  display: block;
}
@media (min-width: 768px) {
  .sort-group .filter-btn {
    display: none;
  }
}

h2.product-h2:not(.product-h2-mob) {
  display: none;
}
@media (min-width: 768px) {
  h2.product-h2:not(.product-h2-mob) {
    display: block;
    flex-basis: 30%;
  }
}
@media (min-width: 992px) {
  h2.product-h2:not(.product-h2-mob) {
    flex-basis: 40%;
  }
}
@media (min-width: 1024px) {
  h2.product-h2:not(.product-h2-mob) {
    flex-basis: 50%;
  }
}

#product-filter-replace .sort-group {
  display: flex !important;
  margin-left: 0px;
}
#product-filter-replace .sort-group .sort-btns {
  width: 100%;
}
@media (min-width: 768px) {
  #product-filter-replace .sort-group .sort-btns {
    display: flex !important;
    justify-content: flex-end !important;
    flex-basis: 70%;
  }
}
@media (min-width: 992px) {
  #product-filter-replace .sort-group .sort-btns {
    flex-basis: 60%;
  }
}
@media (min-width: 1024px) {
  #product-filter-replace .sort-group .sort-btns {
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  #product-filter-replace .sort-group .sort-btns .sort-width {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #product-filter-replace .sort-group .sort-btns .sort-width {
    width: 40%;
  }
}
#product-filter-replace .sort-group .sort-btns .sort-width .sort-label {
  font-family: "ProximaRegular" !important;
  font-weight: 600;
  font-size: 13px;
}
#product-filter-replace .sort-group .sort-btns .sort-width select, #product-filter-replace .sort-group .sort-btns .sort-width select > option {
  font-family: "ProximaRegular" !important;
  font-weight: 600;
  font-size: 13px;
}

.product-list .product-gutter {
  width: 50% !important;
}
@media (min-width: 360px) {
  .product-list .product-gutter {
    width: 50% !important;
  }
}
@media (min-width: 640px) {
  .product-list .product-gutter {
    width: 33.33% !important;
  }
}
@media (min-width: 992px) {
  .product-list .product-gutter {
    width: 25% !important;
  }
}
@media (min-width: 1200px) {
  .product-list .product-gutter {
    width: 20% !important;
  }
}

.product-gutter .product-block {
  border: 1px solid #F5F5F5 !important;
}
.product-gutter .product-block:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.45);
}
.product-gutter .product-block:hover .product-button {
  opacity: 1 !important;
}
.product-gutter .product-block:hover .image-blur-hover .image-container img {
  opacity: 0.5;
}
.product-gutter .product-block img {
  width: 80% !important;
}
.product-gutter .product-block .product-image-block {
  padding: 10px 15px 0px;
}
@media screen and (max-width: 350px) and (min-width: 240px) {
  .product-gutter .product-block .product-image-block {
    height: 80px !important;
  }
}
@media screen and (max-width: 380px) and (min-width: 360px) {
  .product-gutter .product-block .product-image-block {
    height: 90px !important;
  }
}
@media screen and (max-width: 415px) and (min-width: 381px) {
  .product-gutter .product-block .product-image-block {
    height: 90px !important;
  }
}
@media (min-width: 640px) {
  .product-gutter .product-block .product-image-block {
    padding: 10px 15px;
  }
}
.product-gutter .product-block .image-blur-hover .image-container img {
  transition: all 0.3s;
}
.product-gutter .product-block .image-blur-hover:hover img {
  opacity: 0.5;
}
.product-gutter .product-block .image-blur-hover.out-of-stock img {
  opacity: 0.5;
}
.product-gutter .product-block .product-button {
  opacity: 0 !important;
  width: 100%;
}
@media screen and (max-width: 350px) and (min-width: 240px) {
  .product-gutter .product-block .product-button {
    top: -50px;
    position: relative;
  }
}
@media screen and (max-width: 380px) and (min-width: 360px) {
  .product-gutter .product-block .product-button {
    top: -50px;
    position: relative;
  }
}
@media screen and (max-width: 415px) and (min-width: 381px) {
  .product-gutter .product-block .product-button {
    top: -70px;
    position: relative;
  }
}
.product-gutter .product-block .product-name a {
  color: #111111 !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px !important;
}
@media (min-width: 480px) {
  .product-gutter .product-block .product-name a {
    font-size: 16px !important;
  }
}
.product-gutter .product-block .product-details {
  padding: 10px 0px 15px !important;
}
.product-gutter .product-block .product-details .price {
  color: #F6931E !important;
  font-family: "ProximaBold";
  text-transform: uppercase;
  font-size: 14.5px !important;
}
@media (min-width: 480px) {
  .product-gutter .product-block .product-details .price {
    font-size: 16.5px !important;
  }
}
.product-gutter .product-block .product-details .price .price-new {
  font-family: "ProximaBold";
  color: red;
}
.product-gutter .product-block .product-details .price .price-old {
  color: black ;
  font-family: "ProximaRegular" !important;
  text-transform: uppercase;
  text-decoration: line-through;
  font-size: 14.5px !important;
}
@media (min-width: 480px) {
  .product-gutter .product-block .product-details .price .price-old {
    font-size: 16.5px !important;
  }
}
.product-gutter .product-block .my-product-button .add-to-car-btn {
  color: #111111 !important;
  background-color: transparent !important;
  border-radius: 8px;
  border-color: #111111 !important;
  font-family: "ProximaRegular" !important;
  font-weight: 600;
  font-size: 11px !important;
  padding: 10px 10px !important;
}
@media (min-width: 360px) {
  .product-gutter .product-block .my-product-button .add-to-car-btn {
    font-size: 11px !important;
    padding: 12px 15px !important;
  }
}
@media (min-width: 375px) {
  .product-gutter .product-block .my-product-button .add-to-car-btn {
    padding: 11px 15px !important;
  }
}
@media (min-width: 412px) {
  .product-gutter .product-block .my-product-button .add-to-car-btn {
    padding: 13px 30px !important;
  }
}
@media (min-width: 480px) {
  .product-gutter .product-block .my-product-button .add-to-car-btn {
    font-size: 13px !important;
    padding: 15px 45px !important;
  }
}
@media (min-width: 640px) {
  .product-gutter .product-block .my-product-button .add-to-car-btn {
    font-size: 12px !important;
    padding: 12px 26px !important;
  }
}
@media (min-width: 768px) {
  .product-gutter .product-block .my-product-button .add-to-car-btn {
    font-size: 13px !important;
    padding: 12px 35px !important;
  }
}
@media (min-width: 992px) {
  .product-gutter .product-block .my-product-button .add-to-car-btn {
    font-size: 12px !important;
    padding: 12px 26px !important;
  }
}
@media (min-width: 1024px) {
  .product-gutter .product-block .my-product-button .add-to-car-btn {
    font-size: 13px !important;
    padding: 12px 15px !important;
  }
}
@media (min-width: 1300px) {
  .product-gutter .product-block .my-product-button .add-to-car-btn {
    padding: 12px 33px !important;
  }
}
.product-gutter .product-block .my-product-button .add-to-car-btn:hover {
  color: #fff !important;
  background-color: #F6931E !important;
  border-radius: 8px;
  border-color: #F6931E !important;
}
.product-gutter .product-block .my-product-button .add-to-car-btn:disabled {
  border-color: #D8D8D8 !important;
}
.product-gutter .product-block .my-product-button .add-to-car-btn:disabled:hover {
  background-color: #E1E1E1 !important;
  color: #111111 !important;
}
.product-gutter .product-block .view-det-btn {
  background: transparent;
  color: black;
  border: none;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 13px !important;
  font-weight: 600;
}
.product-gutter .product-block .special-sticker, .product-gutter .product-block .sticker {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: inherit;
  font-size: 12.5px;
  text-transform: uppercase;
  padding: 4px 12px ;
  font-family: "ProximaRegular" !important;
  letter-spacing: 0.3px;
  text-shadow: 0 0 0 #fff;
  right: 0px !important;
}

.product-image-main-container .special-sticker, .product-image-main-container .sticker {
  right: 16px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: inherit;
  font-size: 12.5px !important;
  text-transform: uppercase;
  padding: 4px 12px !important;
  font-family: "ProximaRegular" !important;
  letter-spacing: 0.3px;
  text-shadow: 0 0 0 #fff;
}
.product-image-main-container .product-image-main img {
  border: 1px solid #F5F5F5 !important;
}
.product-image-main-container .product-image-main img.img-out-of-stock {
  opacity: 0.5;
}

.product-product .product-image-additional-container img {
  border: 1px solid #F5F5F5 !important;
}
.product-product .product-image-additional-container .slick-list {
  margin: 0 -30px;
}

.product-product .product-image-additional-container .slick-no-slide {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.inner-product-name {
  font-size: 18px !important;
  color: #111111 !important;
  font-family: "ProximaBold" !important;
  text-transform: uppercase;
}

.list-unstyled .no-discount .old-prices {
  font-family: "ProximaRegular";
  text-transform: uppercase;
  color: black;
  font-size: 14.5px !important;
}
@media (min-width: 480px) {
  .list-unstyled .no-discount .old-prices {
    font-size: 16.5px !important;
  }
}
.list-unstyled .with-discount .new-prices {
  font-family: "ProximaBold";
  text-transform: uppercase;
  color: red;
  font-size: 14.5px !important;
}
@media (min-width: 480px) {
  .list-unstyled .with-discount .new-prices {
    font-size: 16.5px !important;
  }
}
.list-unstyled .with-discount .old-prices {
  color: black;
  font-family: "ProximaRegular" !important;
  text-transform: uppercase;
  text-decoration: line-through;
  font-size: 14.5px !important;
}
@media (min-width: 480px) {
  .list-unstyled .with-discount .old-prices {
    font-size: 16.5px !important;
  }
}

.product-description {
  padding: 5px 0px 20px;
  font-family: "ProximaRegular" !important;
  font-weight: 600;
  font-size: 13px;
  line-height: 2.3rem;
  color: #111111;
}

#product #button-cart {
  color: #111111 !important;
  background-color: transparent !important;
  border-radius: 8px;
  border-color: #111111 !important;
  padding: 12px 33px !important;
  margin-top: 20px;
}
#product #button-cart:hover {
  color: #fff !important;
  background-color: #F6931E !important;
  border-radius: 8px;
  border-color: #F6931E !important;
}
#product #button-cart:disabled {
  border-color: #D8D8D8 !important;
}
#product #button-cart:disabled:hover {
  background-color: #E1E1E1 !important;
  color: #111111 !important;
}
#product .select-grp {
  margin-bottom: 30px !important;
}
#product .radio-grp {
  margin-bottom: 18px !important;
}
#product .form-group .opt-label {
  padding-left: 0px !important;
  padding-right: 12px !important;
  font-family: "ProximaRegular" !important;
  font-weight: 600;
  font-size: 13px;
}
#product .form-group .opt-label:before {
  display: none;
}
#product .form-group .opt-control {
  display: inline-block !important;
  position: absolute;
  width: 45%;
  padding-right: 12px !important;
  font-family: "ProximaRegular" !important;
  font-weight: 600;
  font-size: 13px;
  margin-top: -10px;
}
#product .form-group .opt-control option {
  padding-right: 12px !important;
  font-family: "ProximaRegular" !important;
  font-weight: 600;
  font-size: 13px;
}
#product .form-group .opt-control option:disabled {
  color: #D8D8D8 !important;
}
#product .form-group .radio-inputs {
  display: inline-block !important;
  position: absolute;
  margin-top: -13px;
}
#product .form-group .opt-radio {
  display: inline-block;
}
#product .form-group .opt-radio:not(:first-child) {
  margin-left: -20px ;
}
#product .form-group .opt-radio .input-radio[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#product .form-group .opt-radio .input-radio[type=radio]:checked + img {
  border: 1.5px solid #B1B1B1;
}
#product .form-group .opt-radio label {
  padding-left: 0px !important;
}
#product .form-group .opt-radio .img-thumbnail {
  /*border: 1px solid #F5F5F5;*/
  border-radius: 50px;
  max-width: 80% !important;
  padding: 2px !important;
}

.share-grp {
  margin: 15px 0px !important;
}

#product .input-group.qty-group > * {
  flex: 0 1 auto !important;
}
#product .input-group .input-group-addon {
  padding-left: 0px !important;
  padding-right: 30px !important;
  font-family: "ProximaRegular" !important;
  font-weight: 600;
  font-size: 13px;
}
#product .input-group .input-group-btn > button {
  background-color: #F6931E;
  color: #fff !important;
  padding: 7px 15px;
}
#product .input-group #input-quantity {
  width: 15px;
  height: 40px;
  font-size: 11px;
  font-family: "ProximaRegular" !important;
  font-weight: 600;
}

.waiting_list_container {
  padding: 15px;
  border: 1px solid #F6931E !important;
  border-radius: 10px;
  background-color: #F6931E;
}
.waiting_list_container .waiting_list_description {
  font-size: 13px;
  font-family: "ProximaRegular" !important;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: #fff;
  padding-bottom: 0px !important;
}
.waiting_list_container input.waiting-input {
  border-color: transparent !important;
  background-color: #fff;
  color: #111111;
  font-size: 13px;
  font-family: "ProximaRegular" !important;
  font-weight: 600;
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  margin: 10px 0px 0px !important;
  height: 35px;
}
.waiting_list_container input.waiting-input::placeholder {
  color: #E1E1E1 !important;
}
.waiting_list_container input.waiting-input::-ms-input-placeholder {
  color: #E1E1E1 !important;
}
.waiting_list_container input.waiting-input:-ms-input-placeholder {
  color: #888888 !important;
}
.waiting_list_container button#waiting_list_submit {
  height: 35px;
  margin: 10px 0px 0px !important;
  border-radius: 0px !important;
  background-color: #fff !important;
  border-left: 1px solid #E1E1E1 !important;
  border-right: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
  border-top: 1px solid transparent !important;
  color: #111111 !important;
  font-size: 13px;
  font-family: "ProximaRegular" !important;
  font-weight: 600;
  padding: 0px 35px !important;
}
.waiting_list_container button#waiting_list_submit:hover {
  background-color: #F67C1F !important;
  color: #fff !important;
  border: 1px groove #F8941E !important;
}

.featured #featured_slider_related_products_.slick-no-slide {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.featured #featured_slider_related_products_.slick-no-slide .slick-slide {
  float: left !important;
}
@media screen and (max-width: 736px) {
  .featured #featured_slider_related_products_.slick-no-slide .slick-slide {
    width: 40% !important;
  }
}

#featured_slider_related_products_ .slick-slide {
  margin: 15px 12.5px;
}

.featured-module.featured_related_products_ {
  margin-top: 50px;
}

#featured_slider_related_products_ {
  text-align: right !important;
}

.feat-nav-icon {
  font-size: 38px !important;
  margin-bottom: 15px;
  margin-right: 35px;
}
@media (min-width: 375px) {
  .feat-nav-icon {
    margin-right: 45px;
  }
}
@media (min-width: 992px) {
  .feat-nav-icon {
    margin-right: 40px;
  }
}

.la-angle-right.feat-nav-icon {
  position: absolute;
  top: 0px;
  display: flex !important;
  justify-content: flex-end;
  left: 87%;
}
@media (min-width: 375px) {
  .la-angle-right.feat-nav-icon {
    left: 88%;
  }
}
@media (min-width: 412px) {
  .la-angle-right.feat-nav-icon {
    left: 90%;
  }
}
@media (min-width: 480px) {
  .la-angle-right.feat-nav-icon {
    left: 92%;
  }
}
@media (min-width: 640px) {
  .la-angle-right.feat-nav-icon {
    left: 94%;
  }
}
@media (min-width: 992px) {
  .la-angle-right.feat-nav-icon {
    left: 95%;
  }
}
@media (min-width: 1200px) {
  .la-angle-right.feat-nav-icon {
    left: 97%;
  }
}

.featured-module .slick-slide, .related-products .slick-slide {
  display: block !important;
}

.slick-track {
  display: block !important;
}

.slick-slide {
  display: block !important;
}

.featured-module .featured {
  padding: 0px !important;
}
.featured-module .featured #featured_slider_related_products_:not(.slick-no-slide) {
  margin-top: -60px;
  z-index: 5;
  position: relative;
}

.featured-module.featured_29_ h2 {
  margin-bottom: 3px !important;
  width: 50%;
}
@media (min-width: 375px) {
  .featured-module.featured_29_ h2 {
    width: 100%;
  }
}
.featured-module.featured_29_ .fproduct-button {
  margin: 10px 0px 50px !important;
}

#featured_slider_29_ .slick-slide {
  margin: 0px !important;
  padding: 10px 0px;
}
#featured_slider_29_ .slick-no-slide {
  padding: 10px 0px;
}

#featured_slider_29_.slick-no-slide {
  margin: 0px !important;
}

#featured_slider_29_ .product-gutter {
  padding: 7px 5px !important;
}
@media (min-width: 480px) {
  #featured_slider_29_ .product-gutter {
    padding: 10px 12px !important;
  }
}

#featured_slider_29_ {
  text-align: right;
}
#featured_slider_29_ .slick-list {
  text-align: left !important;
}

#featured_slider_29_:not(.slick-no-slide) {
  margin-top: -40px;
  z-index: 5;
  position: relative;
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .featured-category .product-layout {
    width: 50%;
  }
}
.featured-category .product-thumb {
  border: none !important;
}
.featured-category .fcategory-text {
  bottom: 15px !important;
}
@media (min-width: 360px) {
  .featured-category .fcategory-text {
    bottom: 23px !important;
  }
}
@media (min-width: 412px) {
  .featured-category .fcategory-text {
    bottom: 28px !important;
  }
}
@media (min-width: 480px) {
  .featured-category .fcategory-text {
    bottom: 10px !important;
  }
}
@media (min-width: 640px) {
  .featured-category .fcategory-text {
    bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  .featured-category .fcategory-text {
    bottom: 25px !important;
  }
}
@media (min-width: 1200px) {
  .featured-category .fcategory-text {
    bottom: 14px !important;
  }
}
.featured-category .fcategory-text a {
  color: #fff !important;
  letter-spacing: 0.5px !important;
  font-family: "ProximaRegular";
  font-weight: 600;
  background-color: #F6931E !important;
  text-transform: uppercase;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 10px 30px 10px 20px;
  font-size: 14px !important;
}
@media (min-width: 360px) {
  .featured-category .fcategory-text a {
    padding: 12px 35px 12px 25px;
    font-size: 16px !important;
  }
}
@media (min-width: 480px) {
  .featured-category .fcategory-text a {
    font-size: 12px !important;
    padding: 8px 20px 8px 16px;
  }
}
@media (min-width: 640px) {
  .featured-category .fcategory-text a {
    padding: 10px 35px 10px 25px;
    font-size: 14px !important;
  }
}
@media (min-width: 992px) {
  .featured-category .fcategory-text a {
    padding: 10px 35px 10px 25px;
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .featured-category .fcategory-text a {
    font-size: 12px !important;
    padding: 8px 25px 8px 20px;
  }
}
@media (min-width: 1400px) {
  .featured-category .fcategory-text a {
    font-size: 13px !important;
    padding: 8px 25px 8px 20px;
  }
}
@media (min-width: 1600px) {
  .featured-category .fcategory-text a {
    padding: 8px 35px 8px 25px;
    font-size: 14px !important;
  }
}

.pagination > .active > span, .pagination > .active > span:hover {
  color: #F6931E;
  background-color: transparent !important;
  border-color: none !important;
}

.pagination > li > a, .pagination > li > span {
  border: none !important;
  font-weight: 600 !important;
  color: #111111;
  padding: 6px 10px !important;
  font-size: 12px;
}
.pagination > li > a:hover, .pagination > li > span:hover {
  color: #F6931E;
  background-color: transparent !important;
}

.search-content .product-gutter {
  width: 50% !important;
}
@media (min-width: 360px) {
  .search-content .product-gutter {
    width: 50% !important;
  }
}
@media (min-width: 640px) {
  .search-content .product-gutter {
    width: 33.33% !important;
  }
}
@media (min-width: 992px) {
  .search-content .product-gutter {
    width: 25% !important;
  }
}
@media (min-width: 1200px) {
  .search-content .product-gutter {
    width: 20% !important;
  }
}

.contact-form .contact-body .form-group {
  margin-bottom: 18px;
}
.contact-form input, .contact-form textarea {
  border-radius: 7px;
  font-size: 13px !important;
  letter-spacing: 0.5px !important;
  font-family: "ProximaRegular";
}
.contact-form input:not(textarea):not(.btn-primary), .contact-form textarea:not(textarea):not(.btn-primary) {
  height: 40px;
}
.contact-form .btn-primary {
  padding: 15px 50px !important;
}

@media (min-width: 992px) {
  .locate-form .locate-body {
    display: flex;
  }
}
.locate-form .locate-body .location-map {
  flex-basis: 63%;
}
.locate-form .locate-body .location-map .panel-body {
  padding: 0px !important;
}
.locate-form .locate-body .location-texts {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .locate-form .locate-body .location-texts {
    flex-basis: 37%;
    margin-left: 40px;
    margin-top: 0px;
  }
}
.locate-form .locate-body .location-texts .locate-store {
  text-align: left !important;
  font-family: "ProximaExtraBold" !important;
  font-size: 19px !important;
  letter-spacing: 0.3px !important;
  margin-bottom: 20px !important;
  text-transform: uppercase;
  color: #111111;
}
.locate-form .locate-body .location-texts .location-sub-texts {
  text-align: left !important;
  font-family: "ProximaRegular" !important;
  font-weight: 600;
  font-size: 13px !important;
  color: #111111;
}
.locate-form .locate-body .location-texts .location-sub-texts div {
  margin-bottom: 7px !important;
}
.locate-form .locate-body .location-texts .location-sub-texts div a:not(.l-mail) {
  color: #111111;
}
.locate-form .locate-body .location-texts .location-sub-texts div a:not(.l-mail):hover {
  color: #F6931E;
}
.locate-form .locate-body .location-texts .location-sub-texts div a.l-mail {
  color: #F6931E;
}
.locate-form .locate-body .location-texts .location-sub-texts div a.l-mail:hover {
  color: #F67C1F;
}
.locate-form .locate-body .location-texts .location-sub-texts div address {
  margin-bottom: 0px !important;
}
.locate-form .locate-body .location-texts .location-sub-texts div .locate-icons {
  margin-right: 10px !important;
}

.account-account .account-container a:hover, .account-account .account-container a:focus {
  border: 1px solid #F6931E !important;
}

.account-account .account-container a:hover .icon-font:before, .account-account .account-container a:focus .icon-font:before {
  color: #F6931E;
}

.recentview_slick {
  background-color: #fff !important;
  text-align: right;
}
.recentview_slick .recent-viewed-inner {
  padding: 20px 30px;
  width: 100%;
}
@media (min-width: 1200px) {
  .recentview_slick .recent-viewed-inner {
    padding: 20px 15px;
  }
}
.recentview_slick .recent-viewed-inner #recentview_slick:not(.slick-no-slide) {
  margin-top: -60px;
  z-index: 5;
  position: relative;
}
.recentview_slick .recent-viewed-inner #recentview_slick .slick-list {
  padding: 15px 0px;
}
.recentview_slick .recent-viewed-inner h2 {
  width: 50%;
}
@media (min-width: 375px) {
  .recentview_slick .recent-viewed-inner h2 {
    width: 100%;
  }
}

.html-content {
  background-image: url(../../../default/image/bg.jpg);
  background-repeat: repeat;
  background-position: unset;
  padding: 20px;
}
@media (min-width: 412px) {
  .html-content {
    padding: 20px 35px;
  }
}
@media (min-width: 480px) {
  .html-content {
    background-repeat: no-repeat;
    padding: 40px 35px;
  }
}
@media (min-width: 640px) {
  .html-content {
    padding: 45px 45px;
  }
}
@media (min-width: 768px) {
  .html-content {
    padding: 45px 55px;
  }
}
@media (min-width: 1200px) {
  .html-content {
    padding: 55px 75px;
  }
}
@media (min-width: 1400px) {
  .html-content {
    padding: 65px 85px;
  }
}
.html-content p {
  padding-bottom: 0px !important;
  font-family: "ProximaRegular" !important;
  font-weight: 500;
  font-size: 13px;
  line-height: 2rem;
  text-shadow: 0 0 0 #111111;
}

footer {
  background: #202020 !important;
}
footer h5 {
  font-size: 17px !important;
  font-family: "ProximaBold" !important;
  color: #F6931E !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 0.5rem !important;
}
@media (min-width: 992px) {
  footer h5 {
    margin-bottom: 2rem !important;
  }
}
footer a:hover {
  color: #fff !important;
}

#footer-area .footer-upper-contet {
  padding: 10px 1rem 5rem !important;
}
@media (min-width: 640px) {
  #footer-area .footer-upper-contet {
    padding: 10px 2rem 5rem !important;
  }
}
@media (min-width: 768px) {
  #footer-area .footer-upper-contet {
    padding: 10px 2rem 6rem !important;
  }
}
@media (min-width: 992px) {
  #footer-area .footer-upper-contet {
    padding: 10px 5rem 6rem !important;
  }
}
@media (min-width: 1024px) {
  #footer-area .footer-upper-contet {
    padding: 10px 5rem 7rem !important;
  }
}
@media (min-width: 1200px) {
  #footer-area .footer-upper-contet {
    padding: 10px 10rem 7rem !important;
  }
}
@media (min-width: 1600px) {
  #footer-area .footer-upper-contet {
    padding: 10px 17rem 8rem !important;
  }
}
@media (min-width: 768px) {
  #footer-area .footer-upper-contet > * {
    flex: none;
  }
}
#footer-area .footer-contact-links {
  margin-bottom: 25px !important;
  width: 50%;
  flex: initial;
  -ms-flex: initial;
  padding-bottom: 15px;
}
#footer-area .footer-contact-links:first-child {
  display: none;
}
@media (min-width: 992px) {
  #footer-area .footer-contact-links {
    margin-bottom: 0px;
  }
  #footer-area .footer-contact-links:first-child {
    flex: 0.4;
    display: block;
  }
  #footer-area .footer-contact-links:nth-child(2) {
    flex: 0.5;
  }
}
#footer-area .footer-contact-links > ul > li > a {
  font-size: 12px !important;
  color: #8D8D8D;
}
#footer-area .footer-contact-links > ul > li > a:hover {
  color: #fff !important;
}
#footer-area .footer-icons {
  width: 12px !important;
  margin-right: 10px !important;
}
#footer-area .footer-contact-texts {
  font-size: 12px !important;
  color: #8D8D8D;
}
#footer-area .footer-contact-texts:hover {
  color: #fff !important;
}
#footer-area .footer-contact-texts-fax {
  font-size: 12px !important;
  color: #8D8D8D;
}
#footer-area .footer-store {
  font-size: 12px !important;
  color: #fff !important;
  font-weight: bolder;
}
#footer-area .footer-email {
  font-size: 12px !important;
  color: #F6931E;
}
#footer-area .footer-email2 {
  font-size: 12px !important;
  color: #F6931E;
  margin-left: 22px;
}
#footer-area .footer-powered {
  font-size: 12px !important;
  color: #8D8D8D;
  text-align: center !important;
}
@media (min-width: 240px) and (max-width: 766px) {
  #footer-area .footer-fb {
    text-align: center !important;
    margin-bottom: 20px;
  }
}
@media (min-width: 240px) and (max-width: 766px) {
  #footer-area .footer-webdes {
    text-align: center !important;
  }
}
#footer-area .fcs {
  font-size: 12px !important;
  letter-spacing: 0.5px !important;
  font-family: "ProximaRegular";
  color: #8D8D8D;
}
#footer-area .fcs a {
  color: #F6931E;
  text-decoration: none !important;
  font-family: "MontserratRegular";
}
#footer-area .footer-lower-row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media (min-width: 992px) {
  #footer-area .footer-lower-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

a {
  color: #F6931E;
}

a:focus, a:hover {
  color: #F67C1F;
}

button:focus {
  outline: 0px !important;
}

select:focus {
  outline: 0px !important;
}

.btn {
  outline: 0px !important;
}

.input-group .form-control[name^=quantity] {
  min-width: 50px;
  max-width: 55px;
}

/*# sourceMappingURL=my_styles.css.map */
