@charset "UTF-8";
/* scratchaway documenten */
/* SCSS RGB */
/* SCSS Gradient */
/* cart button color */
/* Footer h5 color */
/* Footer column ul li a */
/* Footer column ul li a (hover) */
/* Footer column ul li a (before) */
/* Price */
/* Responsive menu dropdown background color */
/**
 * this is a reference to the theme defaults fonts
 * if you would like your own fonts, it is best to copy the contents
 * of the imported fonts and modify it with your own
 */
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap");
/* nav-tabs-navlink */
/* diversen */
/* search button background color */
/* Rating */
/* owl slider */
/* Product title color (single product) */
/* Product single page labels bij opties */
/* product price tag on product box */
/* product page documents table */
/* cart button */
/* breadcrumbs */
/* forms and controls */
/* container */
/* slider */
/* content with classes .page, .page-content, .content */
/* pagination */
/* Button theme */
/* global */
/* desktop */
/* mobile */
/* tablet */
/* aside panel */
/* footer bottom */
/**
 * Preset Red
 */
.cta-ph.preset-red .ph-card {
  border: 1px solid #e1e1e1;
}
.cta-ph.preset-red .ph-card.card:hover .ph-card-overlay {
  opacity: 1;
}
.cta-ph.preset-red .ph-card .ph-card-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background: rgba(247, 247, 247, 0.82);
}
.cta-ph.preset-red .ph-card .ph-card-overlay .ph-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #1e1e1e;
  font-size: 1.5rem;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}
.cta-ph.preset-red .ph-card .ph-card-body {
  height: 100%;
  background: #fff;
}
.cta-ph.preset-red .ph-card .ph-card-body .ph-wrap {
  display: flex;
  justify-content: center;
}
.cta-ph.preset-red .ph-card .ph-card-body .ph-wrap .ph-rotated {
  transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: left top;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #8f8d8d;
  color: #ffffff;
  text-align: center;
  width: 150px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  font-variant: all-small-caps;
  line-height: 1.2rem;
  padding-top: 0;
  padding-bottom: 7px;
}
.cta-ph.preset-red .ph-card .ph-card-body .ph-wrap .ph-rotated:hover {
  display: none;
}
.cta-ph.preset-red .ph-card .ph-card-body .ph-wrap .ph-image {
  max-width: 150px;
  height: auto;
}
.cta-ph.preset-red .ph-card .ph-card-body .ph-wrap .ph-buttons {
  min-height: 150px;
  line-height: 130px;
}
.cta-ph.preset-red .ph-card .ph-card-body .ph-wrap .ph-buttons .ph-button {
  color: #fff;
  background-color: #f40000;
  border-color: #ff5b5b;
}
.cta-ph.preset-red .ph-card .ph-card-body .ph-wrap .ph-buttons .ph-button:hover {
  color: #fff;
  background-color: #ff5b5b;
  border-color: #ff5b5b;
}
.cta-ph.preset-red .ph-card .ph-card-body .ph-wrap .ph-buttons .ph-button:active, .cta-ph.preset-red .ph-card .ph-card-body .ph-wrap .ph-buttons .ph-button:focus, .cta-ph.preset-red .ph-card .ph-card-body .ph-wrap .ph-buttons .ph-button.focus {
  color: #fff;
  background-color: #ff5b5b;
  border-color: #ff5b5b;
  box-shadow: 0 0 0 0.2rem #f40000;
}
.cta-ph.preset-red .ph-card .ph-card-body .ph-wrap .ph-buttons .ph-button:not(:disabled):not(.disabled):active:focus, .cta-ph.preset-red .ph-card .ph-card-body .ph-wrap .ph-buttons .ph-button:not(:disabled):not(.disabled).active:focus, .cta-ph.preset-red .ph-card .ph-card-body .ph-wrap .ph-buttons .show > .ph-button.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #f40000;
}
@media only screen and (min-width: 1200px) {
  .cta-ph.preset-red .ph-image-col .ph-overlay-sm {
    display: none;
  }
}
.footer-logo {
  margin-top: -10px;
  margin-left: -25px;
}
/* cart button color */
/* Footer h5 color */
/* Footer column ul li a */
/* Footer column ul li a (hover) */
/* Footer column ul li a (before) */
/* Price */
/* diversen */
/* search button background color */
/* Rating */
/* owl slider */
/* Product title color (single product) */
/* Product single page labels bij opties */
/* product price tag on product box */
/* product page documents table */
/* cart button */
/* wishlist button */
/* breadcrumbs */
/* forms and controls */
/* container */
/* slider */
/* content with classes .page, .page_content, .content */
/* home page widget headers (titles) */
/* pagination */
/* button theme */
/**
 * put here variables that count for all the common scss
 */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 744px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 995px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 744px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 995px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}
.visibility-hidden {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .show-for-tablet-portrait {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hide-for-tablet-portrait {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .show-for-tablet-landscape {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .hide-for-tablet-landscape {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .show-for-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .hide-for-desktop {
    display: none !important;
  }
}
.show-for-screenreader {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.is-hidden {
  display: none !important;
}
.pad-all-0, .pall-0 {
  padding: 0px !important;
}
.pad-bot-0, .pbot-0 {
  padding-bottom: 0px !important;
}
.pad-top-0, .ptop-0 {
  padding-top: 0px !important;
}
.pad-left-0, .pleft-0 {
  padding-left: 0px !important;
}
.pad-right-0, .pright-0 {
  padding-right: 0px !important;
}
.margin-all-0, .mall-0 {
  padding: 0px !important;
}
.margin-bot-0, .mbot-0 {
  margin-bottom: 0px !important;
}
.margin-top-0, .mtop-0 {
  margin-top: 0px !important;
}
.margin-left-0, .mleft-0 {
  margin-left: 0px !important;
}
.margin-right-0, .mright-0 {
  margin-right: 0px !important;
}
.pad-all-5, .pall-5 {
  padding: 5px !important;
}
.pad-bot-5, .pbot-5 {
  padding-bottom: 5px !important;
}
.pad-top-5, .ptop-5 {
  padding-top: 5px !important;
}
.pad-left-5, .pleft-5 {
  padding-left: 5px !important;
}
.pad-right-5, .pright-5 {
  padding-right: 5px !important;
}
.margin-all-5, .mall-5 {
  padding: 5px !important;
}
.margin-bot-5, .mbot-5 {
  margin-bottom: 5px !important;
}
.margin-top-5, .mtop-5 {
  margin-top: 5px !important;
}
.margin-left-5, .mleft-5 {
  margin-left: 5px !important;
}
.margin-right-5, .mright-5 {
  margin-right: 5px !important;
}
.pad-all-10, .pall-10 {
  padding: 10px !important;
}
.pad-bot-10, .pbot-10 {
  padding-bottom: 10px !important;
}
.pad-top-10, .ptop-10 {
  padding-top: 10px !important;
}
.pad-left-10, .pleft-10 {
  padding-left: 10px !important;
}
.pad-right-10, .pright-10 {
  padding-right: 10px !important;
}
.margin-all-10, .mall-10 {
  padding: 10px !important;
}
.margin-bot-10, .mbot-10 {
  margin-bottom: 10px !important;
}
.margin-top-10, .mtop-10 {
  margin-top: 10px !important;
}
.margin-left-10, .mleft-10 {
  margin-left: 10px !important;
}
.margin-right-10, .mright-10 {
  margin-right: 10px !important;
}
.pad-all-15, .pall-15 {
  padding: 15px !important;
}
.pad-bot-15, .pbot-15 {
  padding-bottom: 15px !important;
}
.pad-top-15, .ptop-15 {
  padding-top: 15px !important;
}
.pad-left-15, .pleft-15 {
  padding-left: 15px !important;
}
.pad-right-15, .pright-15 {
  padding-right: 15px !important;
}
.margin-all-15, .mall-15 {
  padding: 15px !important;
}
.margin-bot-15, .mbot-15 {
  margin-bottom: 15px !important;
}
.margin-top-15, .mtop-15 {
  margin-top: 15px !important;
}
.margin-left-15, .mleft-15 {
  margin-left: 15px !important;
}
.margin-right-15, .mright-15 {
  margin-right: 15px !important;
}
.pad-all-20, .pall-20 {
  padding: 20px !important;
}
.pad-bot-20, .pbot-20 {
  padding-bottom: 20px !important;
}
.pad-top-20, .ptop-20 {
  padding-top: 20px !important;
}
.pad-left-20, .pleft-20 {
  padding-left: 20px !important;
}
.pad-right-20, .pright-20 {
  padding-right: 20px !important;
}
.margin-all-20, .mall-20 {
  padding: 20px !important;
}
.margin-bot-20, .mbot-20 {
  margin-bottom: 20px !important;
}
.margin-top-20, .mtop-20 {
  margin-top: 20px !important;
}
.margin-left-20, .mleft-20 {
  margin-left: 20px !important;
}
.margin-right-20, .mright-20 {
  margin-right: 20px !important;
}
.pad-all-25, .pall-25 {
  padding: 25px !important;
}
.pad-bot-25, .pbot-25 {
  padding-bottom: 25px !important;
}
.pad-top-25, .ptop-25 {
  padding-top: 25px !important;
}
.pad-left-25, .pleft-25 {
  padding-left: 25px !important;
}
.pad-right-25, .pright-25 {
  padding-right: 25px !important;
}
.margin-all-25, .mall-25 {
  padding: 25px !important;
}
.margin-bot-25, .mbot-25 {
  margin-bottom: 25px !important;
}
.margin-top-25, .mtop-25 {
  margin-top: 25px !important;
}
.margin-left-25, .mleft-25 {
  margin-left: 25px !important;
}
.margin-right-25, .mright-25 {
  margin-right: 25px !important;
}
.pad-all-30, .pall-30 {
  padding: 30px !important;
}
.pad-bot-30, .pbot-30 {
  padding-bottom: 30px !important;
}
.pad-top-30, .ptop-30 {
  padding-top: 30px !important;
}
.pad-left-30, .pleft-30 {
  padding-left: 30px !important;
}
.pad-right-30, .pright-30 {
  padding-right: 30px !important;
}
.margin-all-30, .mall-30 {
  padding: 30px !important;
}
.margin-bot-30, .mbot-30 {
  margin-bottom: 30px !important;
}
.margin-top-30, .mtop-30 {
  margin-top: 30px !important;
}
.margin-left-30, .mleft-30 {
  margin-left: 30px !important;
}
.margin-right-30, .mright-30 {
  margin-right: 30px !important;
}
.pad-all-35, .pall-35 {
  padding: 35px !important;
}
.pad-bot-35, .pbot-35 {
  padding-bottom: 35px !important;
}
.pad-top-35, .ptop-35 {
  padding-top: 35px !important;
}
.pad-left-35, .pleft-35 {
  padding-left: 35px !important;
}
.pad-right-35, .pright-35 {
  padding-right: 35px !important;
}
.margin-all-35, .mall-35 {
  padding: 35px !important;
}
.margin-bot-35, .mbot-35 {
  margin-bottom: 35px !important;
}
.margin-top-35, .mtop-35 {
  margin-top: 35px !important;
}
.margin-left-35, .mleft-35 {
  margin-left: 35px !important;
}
.margin-right-35, .mright-35 {
  margin-right: 35px !important;
}
.pad-all-40, .pall-40 {
  padding: 40px !important;
}
.pad-bot-40, .pbot-40 {
  padding-bottom: 40px !important;
}
.pad-top-40, .ptop-40 {
  padding-top: 40px !important;
}
.pad-left-40, .pleft-40 {
  padding-left: 40px !important;
}
.pad-right-40, .pright-40 {
  padding-right: 40px !important;
}
.margin-all-40, .mall-40 {
  padding: 40px !important;
}
.margin-bot-40, .mbot-40 {
  margin-bottom: 40px !important;
}
.margin-top-40, .mtop-40 {
  margin-top: 40px !important;
}
.margin-left-40, .mleft-40 {
  margin-left: 40px !important;
}
.margin-right-40, .mright-40 {
  margin-right: 40px !important;
}
.pad-all-45, .pall-45 {
  padding: 45px !important;
}
.pad-bot-45, .pbot-45 {
  padding-bottom: 45px !important;
}
.pad-top-45, .ptop-45 {
  padding-top: 45px !important;
}
.pad-left-45, .pleft-45 {
  padding-left: 45px !important;
}
.pad-right-45, .pright-45 {
  padding-right: 45px !important;
}
.margin-all-45, .mall-45 {
  padding: 45px !important;
}
.margin-bot-45, .mbot-45 {
  margin-bottom: 45px !important;
}
.margin-top-45, .mtop-45 {
  margin-top: 45px !important;
}
.margin-left-45, .mleft-45 {
  margin-left: 45px !important;
}
.margin-right-45, .mright-45 {
  margin-right: 45px !important;
}
.pad-all-50, .pall-50 {
  padding: 50px !important;
}
.pad-bot-50, .pbot-50 {
  padding-bottom: 50px !important;
}
.pad-top-50, .ptop-50 {
  padding-top: 50px !important;
}
.pad-left-50, .pleft-50 {
  padding-left: 50px !important;
}
.pad-right-50, .pright-50 {
  padding-right: 50px !important;
}
.margin-all-50, .mall-50 {
  padding: 50px !important;
}
.margin-bot-50, .mbot-50 {
  margin-bottom: 50px !important;
}
.margin-top-50, .mtop-50 {
  margin-top: 50px !important;
}
.margin-left-50, .mleft-50 {
  margin-left: 50px !important;
}
.margin-right-50, .mright-50 {
  margin-right: 50px !important;
}
.pad-all-55, .pall-55 {
  padding: 55px !important;
}
.pad-bot-55, .pbot-55 {
  padding-bottom: 55px !important;
}
.pad-top-55, .ptop-55 {
  padding-top: 55px !important;
}
.pad-left-55, .pleft-55 {
  padding-left: 55px !important;
}
.pad-right-55, .pright-55 {
  padding-right: 55px !important;
}
.margin-all-55, .mall-55 {
  padding: 55px !important;
}
.margin-bot-55, .mbot-55 {
  margin-bottom: 55px !important;
}
.margin-top-55, .mtop-55 {
  margin-top: 55px !important;
}
.margin-left-55, .mleft-55 {
  margin-left: 55px !important;
}
.margin-right-55, .mright-55 {
  margin-right: 55px !important;
}
.pad-all-60, .pall-60 {
  padding: 60px !important;
}
.pad-bot-60, .pbot-60 {
  padding-bottom: 60px !important;
}
.pad-top-60, .ptop-60 {
  padding-top: 60px !important;
}
.pad-left-60, .pleft-60 {
  padding-left: 60px !important;
}
.pad-right-60, .pright-60 {
  padding-right: 60px !important;
}
.margin-all-60, .mall-60 {
  padding: 60px !important;
}
.margin-bot-60, .mbot-60 {
  margin-bottom: 60px !important;
}
.margin-top-60, .mtop-60 {
  margin-top: 60px !important;
}
.margin-left-60, .mleft-60 {
  margin-left: 60px !important;
}
.margin-right-60, .mright-60 {
  margin-right: 60px !important;
}
/**
 * Bootstrap 5 columns support
 */
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.col-xs-15 {
  width: 20% !important;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20% !important;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20% !Important;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20% !important;
    float: left;
  }
}
.w-0-pct {
  width: 0%;
}
@media (min-width: 1px) {
  .w-xs-0-pct {
    width: 0%;
  }
}
@media (min-width: 768px) {
  .w-sm-0-pct {
    width: 0%;
  }
}
@media (min-width: 992px) {
  .w-md-0-pct {
    width: 0%;
  }
}
@media (min-width: 1200px) {
  .w-lg-0-pct {
    width: 0%;
  }
}
.w-5-pct {
  width: 5%;
}
@media (min-width: 1px) {
  .w-xs-5-pct {
    width: 5%;
  }
}
@media (min-width: 768px) {
  .w-sm-5-pct {
    width: 5%;
  }
}
@media (min-width: 992px) {
  .w-md-5-pct {
    width: 5%;
  }
}
@media (min-width: 1200px) {
  .w-lg-5-pct {
    width: 5%;
  }
}
.w-10-pct {
  width: 10%;
}
@media (min-width: 1px) {
  .w-xs-10-pct {
    width: 10%;
  }
}
@media (min-width: 768px) {
  .w-sm-10-pct {
    width: 10%;
  }
}
@media (min-width: 992px) {
  .w-md-10-pct {
    width: 10%;
  }
}
@media (min-width: 1200px) {
  .w-lg-10-pct {
    width: 10%;
  }
}
.w-15-pct {
  width: 15%;
}
@media (min-width: 1px) {
  .w-xs-15-pct {
    width: 15%;
  }
}
@media (min-width: 768px) {
  .w-sm-15-pct {
    width: 15%;
  }
}
@media (min-width: 992px) {
  .w-md-15-pct {
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .w-lg-15-pct {
    width: 15%;
  }
}
.w-20-pct {
  width: 20%;
}
@media (min-width: 1px) {
  .w-xs-20-pct {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .w-sm-20-pct {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .w-md-20-pct {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .w-lg-20-pct {
    width: 20%;
  }
}
.w-25-pct {
  width: 25%;
}
@media (min-width: 1px) {
  .w-xs-25-pct {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .w-sm-25-pct {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .w-md-25-pct {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .w-lg-25-pct {
    width: 25%;
  }
}
.w-30-pct {
  width: 30%;
}
@media (min-width: 1px) {
  .w-xs-30-pct {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .w-sm-30-pct {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .w-md-30-pct {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .w-lg-30-pct {
    width: 30%;
  }
}
.w-35-pct {
  width: 35%;
}
@media (min-width: 1px) {
  .w-xs-35-pct {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .w-sm-35-pct {
    width: 35%;
  }
}
@media (min-width: 992px) {
  .w-md-35-pct {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .w-lg-35-pct {
    width: 35%;
  }
}
.w-40-pct {
  width: 40%;
}
@media (min-width: 1px) {
  .w-xs-40-pct {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .w-sm-40-pct {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .w-md-40-pct {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .w-lg-40-pct {
    width: 40%;
  }
}
.w-45-pct {
  width: 45%;
}
@media (min-width: 1px) {
  .w-xs-45-pct {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .w-sm-45-pct {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .w-md-45-pct {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .w-lg-45-pct {
    width: 45%;
  }
}
.w-50-pct {
  width: 50%;
}
@media (min-width: 1px) {
  .w-xs-50-pct {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .w-sm-50-pct {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .w-md-50-pct {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .w-lg-50-pct {
    width: 50%;
  }
}
.w-55-pct {
  width: 55%;
}
@media (min-width: 1px) {
  .w-xs-55-pct {
    width: 55%;
  }
}
@media (min-width: 768px) {
  .w-sm-55-pct {
    width: 55%;
  }
}
@media (min-width: 992px) {
  .w-md-55-pct {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .w-lg-55-pct {
    width: 55%;
  }
}
.w-60-pct {
  width: 60%;
}
@media (min-width: 1px) {
  .w-xs-60-pct {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .w-sm-60-pct {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .w-md-60-pct {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .w-lg-60-pct {
    width: 60%;
  }
}
.w-65-pct {
  width: 65%;
}
@media (min-width: 1px) {
  .w-xs-65-pct {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .w-sm-65-pct {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .w-md-65-pct {
    width: 65%;
  }
}
@media (min-width: 1200px) {
  .w-lg-65-pct {
    width: 65%;
  }
}
.w-70-pct {
  width: 70%;
}
@media (min-width: 1px) {
  .w-xs-70-pct {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .w-sm-70-pct {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .w-md-70-pct {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .w-lg-70-pct {
    width: 70%;
  }
}
.w-75-pct {
  width: 75%;
}
@media (min-width: 1px) {
  .w-xs-75-pct {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .w-sm-75-pct {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .w-md-75-pct {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .w-lg-75-pct {
    width: 75%;
  }
}
.w-80-pct {
  width: 80%;
}
@media (min-width: 1px) {
  .w-xs-80-pct {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .w-sm-80-pct {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .w-md-80-pct {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .w-lg-80-pct {
    width: 80%;
  }
}
.w-85-pct {
  width: 85%;
}
@media (min-width: 1px) {
  .w-xs-85-pct {
    width: 85%;
  }
}
@media (min-width: 768px) {
  .w-sm-85-pct {
    width: 85%;
  }
}
@media (min-width: 992px) {
  .w-md-85-pct {
    width: 85%;
  }
}
@media (min-width: 1200px) {
  .w-lg-85-pct {
    width: 85%;
  }
}
.w-90-pct {
  width: 90%;
}
@media (min-width: 1px) {
  .w-xs-90-pct {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .w-sm-90-pct {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .w-md-90-pct {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .w-lg-90-pct {
    width: 90%;
  }
}
.w-95-pct {
  width: 95%;
}
@media (min-width: 1px) {
  .w-xs-95-pct {
    width: 95%;
  }
}
@media (min-width: 768px) {
  .w-sm-95-pct {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .w-md-95-pct {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .w-lg-95-pct {
    width: 95%;
  }
}
.w-100-pct {
  width: 100%;
}
@media (min-width: 1px) {
  .w-xs-100-pct {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .w-sm-100-pct {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .w-md-100-pct {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .w-lg-100-pct {
    width: 100%;
  }
}
body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 1.15rem;
  background-color: #fff;
  line-height: 1.7rem;
}
#content {
  padding-bottom: 50px;
}
legend {
  font-size: 18px;
  padding: 7px 0;
}
.product-option {
  font-weight: normal;
  font-size: 15px;
  color: #444;
}
a {
  color: #666;
  background: transparent;
}
a:hover {
  color: #f40000;
  background: transparent;
  text-decoration: none;
}
h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.alert {
  font-size: 1rem;
}
.alert i {
  padding-right: 5px;
}
blockquote {
  background: #f1f1f1;
  padding: 20px;
  font-size: 1rem;
  border-left: 10px solid #d5d5d5;
}
.btn-theme {
  color: #fff;
  background-color: #f40000;
  border-color: #ff5b5b;
}
.btn-theme:hover {
  color: #fff;
  background-color: #ff5b5b;
  border-color: #ff5b5b;
}
.btn-theme:active, .btn-theme:focus, .btn-theme.focus {
  color: #fff;
  background-color: #ff5b5b;
  border-color: #ff5b5b;
  box-shadow: 0 0 0 0 #f40000;
}
.btn-theme:not(:disabled):not(.disabled):active:focus, .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 #f40000;
}
.btn-theme:not(:disabled):not(.disabled):active, .btn-theme:not(:disabled):not(.disabled).active, .btn-theme .show > .btn-theme.dropdown-toggle {
  color: #fff;
  background-color: #ff5b5b;
  border-color: #ff5b5b;
}
.nav-tabs .nav-link {
  color: #1e1e1e;
  background: #fff;
}
.nav-tabs .nav-link:hover {
  color: #1e1e1e;
  background: #efefef;
}
.nav-tabs .nav-link.active {
  color: #1e1e1e;
  background: #efefef;
}
.tab-content {
  border: 1px solid #f40000;
  border-top: none;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  /* Product body line-height */
}
.tab-content .tab-pane {
  padding: 20px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .tab-content .tab-pane {
    padding: 0;
  }
}
.tab-content .tab-pane .product-body {
  line-height: 25px;
}
/* bootstrap override */
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.pagination {
  /* display: inline-block; */
}
.pagination li {
  color: #f40000;
  background-color: #fff;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #efefef;
  margin: 0 4px;
}
.pagination li.active {
  background-color: #f40000;
  color: #fff;
  border: 1px solid #f40000;
}
.pagination li:hover:not(.active) {
  background-color: #efefef;
  color: #666;
}
.breadcrumbs {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 13px;
  color: #444;
  font-family: Montserrat, sans-serif;
}
.breadcrumbs::after, .breadcrumbs::before {
  content: " ";
  display: table;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs a {
  color: #444;
}
/* global */
/* desktop */
/* notify (above the cart icon) */
/* mobile */
/* tablet */
/* menu hamburger button */
/* aside panel */
/* global */
/* desktop */
/* notify (above the cart icon) */
/* mobile */
/* tablet */
/* menu hamburger button */
/* aside panel */
/* general */
* {
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
}
.ff-montserrat {
  font-family: Montserrat, sans-serif;
}
.btn-focus-clean:focus {
  box-shadow: none;
}
.navbar-device-row .list-group-item, .navbar-device-row .list-group-item.listgroup-item {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  /* very strange */
}
/* global */
a.navbar-menu:active, a.navbar-menu {
  color: #1e1e1e;
}
a.navbar-menu:hover {
  color: #f40000;
}
.ajax-search-input:focus {
  border-color: #666;
  box-shadow: none;
}
.ajax-search-button {
  border-color: #1e1e1e;
}
.ajax-search-button:focus {
  border-color: #666;
  background-color: inherit;
  box-shadow: none;
}
/* desktop */
.desktop-link .dropdown-item {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #464646;
  background-color: #fff;
}
.desktop-link .dropdown-item img {
  padding: 4px;
}
.desktop-link .dropdown-item:active {
  color: #444;
  background-color: #fff;
}
.desktop-link .dropdown-item:hover {
  color: #161616;
  background-color: #fff;
}
.navbar-desktop-menu-logo {
  padding: 10px;
  border: 0;
}
.btn-search {
  color: #ffffff;
  background-color: #1e1e1e;
}
.btn-search:hover {
  color: #ffffff;
  background-color: #f40000;
  border: 1px solid #ffffff;
}
.navbar-desktop-list-item {
  padding: 35px 0 0 0;
  border-right: 0;
}
.navbar-desktop-list-item .desktop-link a, .navbar-desktop-list-item .desktop-link {
  color: #1e1e1e;
}
.navbar-desktop-list-item .desktop-link:hover, .navbar-desktop-list-item .desktop-figure:hover {
  color: #f40000;
}
.navbar-desktop-list-item .desktop-figure {
  max-width: 80px;
  width: 80px;
  text-align: center;
  padding: 0 10px;
}
.navbar-desktop-list-item .desktop-icon {
  font-size: 1.3rem;
}
.navbar-desktop-list-item .desktop-caption {
  font-size: 0.7rem;
}
/*tablet */
.navbar-tablet-row {
  border-bottom: 0 solid #c1c1c1;
}
.navbar-tablet-list-item {
  padding: 35px 20px 0 0;
  border-right: 0;
}
.navbar-tablet-list-item:last-child {
  padding: 25px 20px 0 0;
}
.navbar-tablet-list-item.menu {
  padding-top: 20px;
}
.navbar-tablet-list-item .tablet-icon {
  font-size: 1.8rem;
  color: #1e1e1e;
}
.navbar-tablet-list-item .tablet-icon:hover {
  color: #f40000;
  border-color: #f40000;
}
.navbar-tablet-list-item .tablet-caption {
  font-size: 0.9rem;
}
.navbar-tablet-list-item .tablet-button {
  padding: 0 20px 0 0;
}
/* mobile */
.navbar-mobile-logo {
  padding: 10px;
  border: 0;
}
.navbar-mobile-menu-button {
  padding-top: 30px;
}
.navbar-mobile-menu-button .mobile-caption, .navbar-mobile-menu-button .mobile-icon {
  color: #1e1e1e;
}
.navbar-mobile-menu-button .mobile-caption:hover, .navbar-mobile-menu-button .mobile-icon:hover {
  color: #f40000;
}
.navbar-mobile-list-item {
  font-size: 1rem;
  padding: 0;
  border-right: 0;
}
.navbar-mobile-company {
  padding-top: 0;
  font-size: 1rem;
  font-weight: 700;
}
.navbar-mobile-figure {
  max-width: 90px;
  width: 90px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-mobile-figure .mobile-figure {
  font-size: 1.3rem;
}
.navbar-mobile-figure .mobile-caption {
  font-size: 0.7rem;
}
/* aside navbar panel */
#aside-navbar {
  position: absolute;
  overflow: hidden;
  width: 350px;
  background: #c10000;
  color: #ffffff;
  left: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 2000000;
}
#aside-navbar.aside-navbar-closed {
  transform: translate3d(-350px, 0, 0);
}
#aside-navbar.aside-navbar-non-display {
  display: none;
}
#aside-navbar #aside-navbar-top {
  background: #f1f1f1;
}
ul.aside-navbar-menu {
  list-style: none;
  padding-left: 10px;
}
.aside-navbar-top {
  padding: 10px;
}
.aside-navbar-top-company {
  padding-top: 3px;
}
.aside-navbar-content {
  padding-top: 20px;
}
.aside-navbar-btn-close {
  color: #1e1e1e;
  background-color: tranparent;
}
/* aside menu */
.aside-navbar-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  font-variant: all-small-caps;
}
.aside-navbar-menu li a {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Open sans", sans-serif;
  line-height: 2.7rem;
  color: #fff;
}
.aside-navbar-menu li a:hover {
  color: #ccc;
}
.aside-menu-item-icon {
  color: #c1c1c1;
}
.aside-navbar-menu span.aside-language-name {
  font-size: 16px;
  color: #fff;
}
.aside-navbar-menu span.aside-language-name:hover {
  color: #ccc;
}
.visibility-hidden {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .show-for-tablet-portrait {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hide-for-tablet-portrait {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .show-for-tablet-landscape {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .hide-for-tablet-landscape {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .show-for-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .hide-for-desktop {
    display: none !important;
  }
}
.show-for-screenreader {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.is-hidden {
  display: none !important;
}
.figure .notify {
  position: absolute;
  color: #fff;
  background: #f40000;
  border-radius: 50%;
  font-size: 11px;
  line-height: 20px;
  top: -13px;
  right: 13px;
  margin-top: 0;
  width: 20px;
  height: 20px;
  padding: 0 0 18px 0;
}
.figure .notify.cart-is-empty {
  display: none;
}
.header-category-menu-container ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}
.header-category-menu-container ul li {
  display: block;
  flex: 0 1 auto;
  max-width: 1000px;
}
.header-category-menu-container ul li:last-child {
  padding-right: 0;
}
.header-category-menu-container ul li a {
  text-decoration: none;
  color: #444444;
  background-color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .header-category-menu-container ul li a {
    font-size: 16px;
  }
}
.header-category-menu-container ul li a:hover {
  color: #f40000;
  background-color: #ffffff;
}
[id^=menu-categories-desktop] {
  border-bottom: solid 1px #e2e2e2;
  border-top: solid 1px #e2e2e2;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
#contact sub {
  bottom: 0;
}
#contact .form-icon {
  position: absolute;
  right: 14px;
  bottom: 15px;
}
#contact .form-icon i {
  color: #f40000;
}
#contact .feature-description h1 {
  font-size: 2.2rem;
}
#contact .lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 20px;
}
#contact .feature-left:first-child {
  margin-top: 0;
}
#contact .feature-left {
  margin-top: 20px;
}
#contact .feature-left .feature-icon {
  font-size: 50px;
  color: #f40000;
  display: inline-block;
  float: left;
  padding-right: 40px;
  padding-top: 7px;
}
#contact .feature-left .feature-icon.icon-name {
  padding-top: 12px;
}
#contact .feature-left .feature-icon.icon-address {
  padding-top: 40px;
}
#contact .feature-left .feature-content {
  display: inline-block;
  font-size: 20px;
  margin-top: 20px;
  line-height: 30px;
}
#contact .feature-left .feature-content h3 {
  font-size: 1.5rem;
}
#contact .form-group {
  margin-bottom: 5px;
}
#contact .form-control {
  border-radius: 0;
  width: 100%;
  padding: 10px;
  line-height: 1.42857143;
  border: 1px solid #d2d8db;
  background-color: #fff;
  margin-bottom: 14px;
  -webkit-box-shadow: inset 0 0 0 black;
  box-shadow: inset 0 0 0 black;
  -webkit-appearance: none;
}
#contact .form-control:focus {
  /*  color: #06131a !important; */
  outline: 0;
  box-shadow: 0 0 0 0.1rem #eae7de;
  border-color: #034bbf;
}
#contact input::-webkit-input-placeholder {
  color: #a1a1a1 !important;
}
#contact textarea::-webkit-input-placeholder {
  color: #a1a1a1 !important;
}
#contact .input-group-addon {
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 0;
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 12px;
}
#contact .focus {
  border: 1px solid #d2d8db;
}
#contact .focus:focus {
  border: 1px solid #06131a;
}
#contact .input-group-addon i {
  color: #63480f;
}
#contact .btn-select {
  font-size: 14px;
}
#contact .input-group > .custom-select:not(:last-child), #contact .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#contact .service-form {
  background-color: #fafbfb;
  border: 1px solid #e4e8ea;
  padding: 40px 40px 20px 40px;
}
#contact .service-form-group {
  position: relative;
}
#contact .anti-spam-message {
  margin-top: 10px;
  font-size: 1rem;
}
/* the image grows with the box even if the image is not that large */
.rvb-widget .play-button-block {
  position: absolute;
  top: 15%;
  right: 30%;
}
.rvb-widget .play-button {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50px;
  right: 50px;
  border: 2px solid #ffffff;
  border-radius: 54px;
}
.rvb-widget .play-button span {
  position: absolute;
  top: 6px;
  left: 14px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 28px solid #ffffff;
}
.rvb-widget .show-more-button {
  padding: 0 20px 20px 20px;
  text-align: center;
}
.rvb-widget .show-more-button .button {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: 0;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 5px;
  background-color: #f40000;
  color: #fff;
}
.rvb-widget .show-more-button .button:hover {
  background-color: #f24343;
  color: #fff;
}
.rvb-widget.wrap {
  /* end of .media */
  /* end of .show-more-button */
  background: #f0f0f0;
  padding: 0;
  margin: 0;
}
.rvb-widget.wrap a:focus, .rvb-widget.wrap a:active, .rvb-widget.wrap a:hover, .rvb-widget.wrap a:visited {
  text-decoration: none;
}
.rvb-widget.wrap .media.wrap {
  overflow: hidden;
  width: 100%;
  /* this is the width of the box, change this to play with this sample */
  /* border: 1px solid #3a3a3a; */
  /* margin: 5px; /* a nice margin around the box */
  /* padding: 10px; /* a nice padding within the box */
  /* border-radius: 10px; */
}
.rvb-widget.wrap .media .caption {
  font-family: "Raleaway", sans-serif;
  color: #555;
  text-align: center;
}
.rvb-widget.wrap .media .caption .caption-top {
  padding: 10px 20px;
  margin: 0;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #f40000;
  text-align: inherit;
  text-transform: none;
}
.rvb-widget.wrap .media .caption .caption-bottom {
  padding: 0 25px 25px 25px;
  margin: 0;
  min-height: 70px;
  font-size: 1.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #1e1e1e;
  text-align: inherit;
}
.rvb-widget.wrap .media img {
  width: 100%;
  object-fit: cover;
  /* height: 12vw; */
}
.rvb-widget.wrap .media .image.wrap {
  position: relative;
  width: 100%;
  max-height: 220px;
  /* this is the maximum height of the image */
  overflow: hidden;
  /* some overflow at the bottom is hidden */
  border-top: none;
  border-bottom: 4px solid #f40000;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.rvb-widget.wrap .media .image.box {
  position: relative;
  margin-bottom: 20px;
}
.rvb-widget.wrap .media .image.box .play.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  padding: 10px 12px 10px 12px;
  margin: -26px auto auto -28px;
  color: #fcfcfc;
  font-size: 32px;
  border: 2px solid #fff;
}
.rvb-widget.wrap .media .image.box .play.icon:hover {
  color: #ccc;
  border: 2px solid #cccccc;
}
/* end of .rvb-widget.wrap */
@media screen and (max-width: 768px) {
  .media .image.wrap {
    max-height: 100%;
    /* this is the maximum height of the image */
  }
}
@media screen and (max-width: 768px) {
  .rvb-widget.wrap .media .image.wrap {
    max-height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .rvb-widget.wrap .media .caption .caption-top {
    font-size: 20px;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .rvb-widget.wrap .media .caption .caption-bottom {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .rvb-widget.wrap .media .caption .caption-bottom {
    font-size: 16px;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .rvb-widget.wrap .show-more-button .button {
    padding: 5px 25px;
    font-size: 14px;
  }
}
/* footer bottom */
#footer {
  font-size: 15px;
  line-height: 1.5rem;
  background: #636363;
  color: #fff;
  padding: 22px 0 0;
  border-radius: 3px 3px 0 0;
}
#footer .footer-title {
  font-family: "Montserrat", sans-serif;
  font-variant: all-small-caps;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 500;
  padding-bottom: 10px;
}
#footer a {
  color: #e2e2e2;
}
#footer a:hover {
  color: #f40000;
}
#footer .column ul li {
  padding-bottom: 9px;
}
#footer .column ul li a:before {
  content: "";
  font-size: 14px;
  margin-right: 10px;
  position: relative;
  top: -2px;
  font-family: "Font Awesome 5 Free";
  color: #e2e2e2;
}
#footer .column ul li:hover a:before {
  color: #f40000;
}
#footer #social_block ul {
  float: left;
  padding: 0;
  margin: 0;
}
#footer #social_block ul li {
  float: left;
  margin: 0 20px 0 0;
  text-align: center;
  list-style: none;
}
#footer #social_block ul li a {
  color: #e2e2e2;
  display: inline-block;
  font-size: 22px;
}
#footer #social_block ul li a span {
  display: none;
}
#footer #social_block ul li a:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  vertical-align: -5px;
  font-size: 0;
  margin: 0;
}
#footer #social_block ul li a:hover {
  color: #f40000;
}
.copy-right {
  padding: 10px 22px !important;
  text-align: center;
  height: 46px;
  background: #444;
  border-radius: 0 0 4px 4px;
}
#powered {
  float: right;
  color: #e2e2e2;
  margin-top: 4px;
  font-size: 13px;
}
#powered a {
  color: #e2e2e2;
  font-size: 13px;
}
#powered a:hover {
  color: #fff;
}
.video-gallery-plugin {
  padding-top: 20px;
}
.video-gallery-plugin .vgp-gallery-title {
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 0;
  color: #000;
}
.video-gallery-plugin .vgp-row-videos {
  margin-top: 10px;
  margin-bottom: 30px;
}
.video-gallery-plugin .card .vgp-image-wrap {
  max-height: 205px;
  overflow: hidden;
}
.video-gallery-plugin .card .vgp-img {
  width: 100%;
  height: auto;
}
.video-gallery-plugin .card .vgp-card-body {
  background-color: #fafafa;
}
.video-gallery-plugin .card .vgp-card-body .vgp-card-name {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #444;
}
#checkout-page .card-title {
  font-size: 1.3rem;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-variant: all-small-caps;
  padding-right: 10px;
}
#checkout-page .card-title i {
  padding-left: 8px;
  color: #ff9900;
}
/* Product Details Table */
/* Product Details Table */
.csp-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #ff9900;
}
.csp-text {
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  color: #444;
}
.csp-meta-wrap {
  border: 1px dashed #a1a1a1;
  padding-top: 10px;
  padding-bottom: 0;
}
.csp-cell-column .csp-meta-cell-wrap {
  border-right: 1px dashed #a1a1a1;
}
.csp-cell-column:first-child .csp-meta-cell-wrap {
  padding-left: 15px;
}
.csp-cell-column:last-child .csp-meta-cell-wrap {
  border-right: none;
}
@media (max-width: 1199px) {
  .csp-cell-column .csp-meta-cell-wrap {
    border-right: none;
    padding-left: 15px;
    padding-bottom: 10px;
  }
}
.csp-meta-title {
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #444;
  font-variant: small-caps;
  text-transform: uppercase;
}
.csp-meta-content {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #444;
  font-variant: inherit;
  text-transform: inherit;
}
.csp-details-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #ff9900;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff9900;
}
.csp-table-header {
  background: #D7F2FC;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.csp-table table {
  margin-bottom: 0;
}
.csp-product-detail .product-name a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #ff9900;
  text-decoration: none;
}
.csp-product-detail .product-name a:hover {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #331f00;
  text-decoration: none;
}
.csp-address-title {
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #444;
  font-variant: small-caps;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.csp-address-text {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #444;
}
/**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #f40000;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active:active, .owl-theme .owl-dots .owl-dot.active:focus {
  outline: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f40000;
}
.cp-row-block {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-bottom: 10px;
}
.cp-row-block a {
  text-decoration: none;
}
.cp-col-price {
  border-left: 1px solid #e1e1e1;
  background-color: #f7f7f7;
}
.cp-product-title {
  padding: 10px 0 0 0;
  margin-bottom: 0;
  margin-top: 0;
}
.cp-product-title a {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 1.35rem;
  color: #444;
}
.cp-product-description {
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #444;
  padding: 0 0 20px 0;
}
.cp-product-number {
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  color: #444;
  padding: 0 0 3rem 0;
}
@media screen and (max-width: 768px) {
  .cp-product-number {
    padding: 0 0 0 0;
  }
}
.cp-product-number .cp-label {
  font-weight: 300;
}
.cp-product-number .cp-label:after {
  content: ":";
}
.cp-product-number .cp-item {
  font-weight: 600;
}
.cp-product-price {
  font-family: "Raleway", sans-serif;
  font-size: 2.1rem;
  font-weight: 300;
  color: #444;
  padding: 1rem 0 0 0;
}
@media (max-width: 768px) {
  .cp-product-price {
    padding: 1rem 0 5px 0;
    font-size: 1.7rem;
  }
}
.cp-product-vat {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #444;
  padding: 0 0 2rem 0;
}
.cp-product-categories {
  position: absolute;
  bottom: 40px;
  height: 1px;
  right: 10px;
  z-index: 10000;
}
.cp-category-list {
  padding: 0;
}
.cp-category-item-item a {
  font-size: 14px;
  border: 1px solid #db0000;
  padding: 2px;
  background: #f40000;
  color: #fff;
}
.cp-category-item-item a:active, .cp-category-item-item a:focus {
  background: #f40000;
  color: #fff;
}
.cp-category-item-item a:hover {
  background: #db0000;
  color: #fff;
}
.cp-category-item {
  background: #f7f7f7;
  border: 1px solid #c1c1c1;
  padding: 0 5px;
  border-radius: 5px;
  margin-right: 5px;
}
.cp-category-item:last-child {
  margin-right: 0;
}
.cp-category-item:hover {
  background: #b7b7b7;
}
.cp-category-item a {
  color: #717171;
  font-size: 13px;
  font-family: Montserrat, sans-serif;
}
.cp-category-item a:hover {
  color: #f7f7f7;
}
table.shop_table {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
table.shop_table th, table.shop_table td {
  padding: inherit;
  vertical-align: inherit;
}
table.shop_table tr {
  padding: 5px;
}
table.shop_table tr th {
  border: 0;
  background: #f5f5f5;
  /* padding: 7px 12px; */
  color: #454545;
  /* font-size: 14px; */
}
table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}
.digitcart-customer-dashboard {
  /* Tiles */
}
@media (min-width: 1023px) {
  .digitcart-customer-dashboard {
    padding-left: 0;
    padding-right: 0;
  }
}
.digitcart-customer-dashboard p {
  margin-bottom: 0;
}
.digitcart-customer-dashboard h3.panel-title {
  font-size: 1.2rem;
  padding-top: 30px;
}
.digitcart-customer-dashboard h3.panel-title .fa {
  color: #00358e;
}
.digitcart-customer-dashboard .panel .table {
  margin: 0;
  font-size: 1rem;
}
.digitcart-customer-dashboard #dccd-links ul {
  display: inline;
  margin: 0;
}
.digitcart-customer-dashboard #dccd-links li {
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  width: 100px;
  height: 100px;
  padding: 15px 5px;
  transition: 0.3 all;
}
.digitcart-customer-dashboard #dccd-links li i {
  font-size: 25px;
  display: block;
  width: 35px;
  height: 35px;
  margin: auto;
  line-height: 25px;
  color: #00358e;
}
.digitcart-customer-dashboard #dccd-links li:first-child {
  margin-left: 0;
}
.digitcart-customer-dashboard #dccd-links li:hover {
  background-color: #fafafa;
}
.digitcart-customer-dashboard #dccd-links a {
  font-size: 0.9rem;
  line-height: 1.1rem;
  text-align: center;
  color: #666;
  display: block;
}
.digitcart-customer-dashboard #dccd-links .panel-body {
  text-align: left !important;
}
.digitcart-customer-dashboard #dccd-links .profile-header, .digitcart-customer-dashboard #dccd-links .tile-footer {
  background: none !important;
}
.digitcart-customer-dashboard .panel-heading a {
  display: none;
}
.digitcart-customer-dashboard .tile {
  margin-bottom: 15px;
  border-radius: 3px;
  color: #FFFFFF;
  transition: all 1s;
}
.digitcart-customer-dashboard .tile-default {
  background-color: #afafaf;
}
.digitcart-customer-dashboard .tile-primary {
  background-color: #1b80c2;
}
.digitcart-customer-dashboard .tile-success {
  background-color: #53b953;
}
.digitcart-customer-dashboard .tile-warning {
  background-color: #f3aa41;
}
.digitcart-customer-dashboard .tile-danger {
  background-color: #e45847;
}
.digitcart-customer-dashboard .tile-info {
  background-color: #77b8d8;
}
.digitcart-customer-dashboard .tile:hover {
  opacity: 0.95;
}
.digitcart-customer-dashboard .tile a {
  color: #FFFFFF;
}
.digitcart-customer-dashboard .tile-heading {
  padding: 5px 8px;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.1);
}
.digitcart-customer-dashboard .tile .tile-heading .pull-right {
  transition: all 1s;
  opacity: 0.7;
}
.digitcart-customer-dashboard .tile:hover .tile-heading .pull-right {
  opacity: 1;
}
.digitcart-customer-dashboard .tile-body {
  padding: 15px;
  color: #FFFFFF;
  line-height: 48px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
.digitcart-customer-dashboard .tile .tile-body i {
  font-size: 50px;
  opacity: 0.3;
  transition: all 1s;
}
.digitcart-customer-dashboard .tile:hover .tile-body i {
  color: #FFFFFF;
  opacity: 1;
}
.digitcart-customer-dashboard .tile .tile-body h2 {
  font-size: 42px;
}
.digitcart-customer-dashboard .tile-footer {
  padding: 5px 8px;
  background-color: rgba(0, 0, 0, 0.1);
}
.digitcart-customer-dashboard .tile-number {
  font-size: 28px;
}
/* FancyBox */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../../theme2020/assets/image/fancybox_sprite.png");
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../../theme2020/assets/image/fancybox_loading.gif") center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../../theme2020/assets/image/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../../theme2020/assets/image/fancybox_overlay.png");
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/**
 * put here code that fits for all child templates
 */
/* box headings */
.box-heading {
  background: #fff;
  color: #ff9900;
  padding: 45px 0 30px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: none;
}
@media (min-width: 1200px) {
  .box-heading {
    font-size: 2.2rem;
  }
}
/* add to cart button */
.button-cart {
  background-color: #f40000;
  font-weight: bold;
}
.button-cart:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  padding-right: 10px;
}
.button-cart:focus, .button-cart.focus {
  box-shadow: 0 rgba(193, 4, 4, 0.4);
}
/* add to cart button */
.button-wishlist {
  background-color: #4490AA;
  border: none;
  font-weight: bold;
}
.button-wishlist:hover {
  background-color: #47A5C0;
}
.button-wishlist:active, .button-wishlist:focus, .button-wishlist:visited {
  background-color: #4490AA !important;
}
.button-wishlist:before {
  font-family: "Font Awesome 5 Free";
  content: "";
}
.button-wishlist:focus, .button-wishlist.focus {
  box-shadow: 0 rgba(0, 123, 255, 0.25);
}
/* product title & h1 */
.product-title {
  background: none;
  padding: 0 10px 10px 5px;
  line-height: 40px;
  font-size: 30px;
}
/* related posts */
.product-item-id {
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 13px;
}
.product-info .image {
  border-radius: 3px;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.sc-vimeo-video {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* Swiper */
.zoomContainer .zoomLens {
  cursor: url("../../theme2020/assets/image/zoom.png"), pointer !important;
  border: none !important;
  opacity: 0 !important;
}
.zoomContainer .zoomWindow {
  border: 2px solid #DBDEE1 !important;
  -webkit-box-shadow: 3px 4px 4px -1px #999999;
  -moz-box-shadow: 3px 4px 4px -1px #999999;
  box-shadow: 3px 4px 4px -1px #999999;
}
.table-smaller-font {
  font-size: 1rem;
}
/* theme section specific */
.product-grid .product-box {
  padding: 5px;
}
.product-grid .product-box img {
  height: auto;
  max-width: 100%;
}
.product-grid .product-box a.button:hover {
  background-color: blue;
  text-decoration: none;
  background-image: none;
  color: white;
}
.product-grid .product-box a.button:disabled {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
  padding: 0.618em 1em;
}
.product-grid .product-box a.button:disabled:hover {
  color: inherit;
  background-color: #ebe9eb;
}
.product-grid .product-box .product-box-container {
  padding: 0 !important;
  transition: none !important;
  background: none repeat scroll 0 0 #fff !important;
  box-shadow: none !important;
  border: 1px solid #e1e1e1 !important;
}
.product-grid .product-box .product-box-container.widget {
  margin-bottom: 0;
}
.product-grid .product-box .product-box-details {
  padding: 20px 5px 10px 5px !important;
  background: #efefef !important;
  color: #444 !important;
  border-bottom: 4px solid #efefef;
}
.product-grid .product-box .product-box-details:hover {
  border-bottom: 4px solid #666;
}
.product-grid .product-box .product-box-title {
  font-family: "Lato", sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  min-height: 60px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-transform: inherit !important;
  padding: 0 5px !important;
}
@media only screen and (max-width: 767px) {
  .product-grid .product-box .product-box-title {
    font-size: 13.5px;
  }
}
.product-grid .product-box .product-box-sku {
  text-align: center;
  font-size: 16px;
}
.product-grid .product-box .product-box-price {
  position: absolute;
  border-radius: 0;
  top: 15px;
  border-bottom: 1px solid #8f8d8d;
  right: 0 !important;
  font-size: 16px !important;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  background: none repeat scroll 0 0 #8f8d8d !important;
  padding: 3px 5px 2px 8px !important;
}
.product-grid .product-box .product-box-price:before, .product-grid .product-box .product-box-price:after {
  content: "";
  border-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  position: absolute;
}
.product-grid .product-box .product-box-price:before {
  top: 0;
  left: -14px;
  border-color: #8f8d8d #8f8d8d #8f8d8d transparent !important;
  border-width: 20px 2px 13px 12px !important;
}
.product-grid .product-box .product-box-price:after {
  border-width: 6px 6px 6px 0;
  border-color: #8f8d8d transparent transparent !important;
  right: 0 !important;
  bottom: -12px;
}
.product-grid .product-box .product-box-image {
  text-align: center;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
}
.product-grid .product-box .product-box-image a {
  display: inline-block;
  text-align: center;
}
.product-grid .product-box .product-box-image img {
  margin: 0 auto;
}
.product-grid .product-box .button-group {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 5px;
}
/**
 * .widget
 */
.widget a {
  color: #1e1e1e;
}
.widget a :after, .widget a :before, .widget a a, .widget a a:hover {
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.widget a:hover {
  color: #666;
  text-decoration: none;
}
.widget a:active {
  color: #666;
  text-decoration: none;
}
/**
 * Slick align left if lesser images than carousel
 */
.left-align-slick > .slick-list > .slick-track {
  margin-left: 0;
}
/*# sourceMappingURL=/home/dbimg/web/master.db-img.devv/public_html/catalog/view/theme/theme.scratchaway.net/stylesheet/stylesheet.css.map */