/* Minification failed. Returning unminified contents.
(1174,14): run-time error CSS1034: Expected closing parenthesis, found '<'
(2941,10): run-time error CSS1030: Expected identifier, found '.'
(2941,24): run-time error CSS1031: Expected selector, found ')'
(2941,24): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600i,700&subset=cyrillic,cyrillic-ext,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,700i,900&display=swap&subset=latin-ext");
@import url(./fontawesome6/css/all.min.css);

/* Core */
html,
body {
  height: 100%;
  font-family: "Lato", sans-serif;
  color: #2b2b2b;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  /*font-family: 'Lato', sans-serif;*/
}
.navbar .dropdown-menu .nav-item {
  max-width: 415px;
}

/* Styles for sticky header */
.sticky-header {
  width: 100%;
  background: #fff;
}

.sticky-header .container {
  transition: 0.2s ease-in-out;
}

.sticky-header .container .weblogo {
  transition: 0.2s ease-in-out;
}

.sticky-header.sticky .container .weblogo {
  height: 51px;
  margin: 5px;
}

img {
  width: 100%;
}
.img-fluid {
  width: auto;
}
.background-auto {
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: top !important;
}
body {
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

h1 {
  font-size: 40px;
  font-weight: 900;
}

h2 {
  font-size: 30px;
  font-weight: 900;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  font-weight: unset;
}

h6 {
  font-size: 19px;
}

.main-content {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  /*padding-top: 25px;*/
  /*padding-bottom: 25px;*/
}

footer {
  flex-shrink: 0;
  padding: 0;
}

header {
  padding-bottom: 15px;
  background-color: #fff;
}

@media print {
  footer,
  header {
    display: none;
  }

  #cookie-law {
    display: none !important;
  }

  .table-head {
    border-bottom: 1px solid;
    border-bottom-color: #dcdcdc !important;
  }

  .table-head div {
    color: #000;
  }

  .table-row {
    page-break-inside: avoid;
  }

  @page {
    size: auto;
    margin: 4mm 4mm 4mm 4mm;
  }
}

.weblogo {
  width: auto;
  cursor: pointer;
  margin: 26px 0 22px;
  max-width: 100%;
}

.weblogo-small {
  max-width: 100%;
  cursor: pointer;
  height: auto;
  width: auto;
}
.border-top-red {
  border-top: 4px solid #cb000e;
}
.d-warning {
  display: none;
}

.d-error {
  display: none;
}

.d-modal-alert {
  display: none;
  z-index: 1070;
}

.d-url-change {
  display: none;
}

.d-callback {
  display: none;
}

.text-dark {
  color: #000 !important;
}

.text-dark-4 {
  color: #262525 !important;
}

.text-light {
  color: #fff !important;
}

.text-light-2 {
  color: #b3b3b3 !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-normal {
  font-weight: normal !important;
}

.text-wrap {
  white-space: normal !important;
}

.menu-space {
  padding: 0 6px;
  color: #97000a;
  font-size: 13px;
}

.bg-secondary {
  background-color: #fff !important;
  border: 1px solid #2f292b;
  height: 43px;
}

.bg-secondary-small {
  height: 43px;
}

.fas.fa-shopping-cart {
  color: #3c3c3c;
  font-size: 13px;
}
/* Widths */

.wx-50 {
  width: 50px;
}
.wx-calc-50 {
  width: calc(100% - 50px);
}
/* buttons */
.btn-light {
  line-height: 30px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 25px;
}

.btn-light:hover {
  background-color: #2f292b;
  color: #fff;
}

.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

.btn-light-2 {
  line-height: 30px;
  font-size: 16px;
  background-color: #eaeaea;
  border: 1px solid #dcdcdc;
  color: #8f8f8f;
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn-light-2:hover {
  background-color: #8f8f8f;
  color: #eaeaea;
}

.btn-light-2:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

.btn-light-3 {
  line-height: 21px;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #434343;
  padding-top: 6px;
  padding-bottom: 6px;
}

.btn-light-3:hover {
  background-color: #8f8f8f;
  color: #eaeaea;
}

.btn-light-3:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

.btn-light-4 {
  line-height: 30px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #dadada;
  color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 15px;
}

.btn-light-4:hover {
  background-color: #cb000e;
  border: 0;
  color: #fff;
}

.btn-light-4:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

.btn-light-5 {
  line-height: 23px;
  font-size: 15px;
  background-color: #c8c8c8;
  color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn-light-5:hover {
  background-color: #c8c8c8;
  color: #000;
}

.btn-light-5:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

.btn-light-6 {
  line-height: 23px;
  font-size: 15px;
  background-color: #f6f6f6;
  color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn-light-6:hover {
  background-color: #f6f6f6;
  color: #000;
}

.btn-light-6:focus {
  box-shadow: none;
}

.btn-dark {
  line-height: 30px;
  font-size: 15px;
  background-color: #2b2b2b;
  color: #fff;
  border-color: #2b2b2b;
  border-radius: 25px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 20px;
}

.btn-dark:hover {
  background-color: #fff;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
}

.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

.btn-dark-1 {
  background-color: #4d4d4d;
  color: #000;
}

.btn-dark-1:hover {
  background-color: #fff;
  border: 1px solid #2f292b;
  color: #000;
}

.btn-dark-1:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

.btn-dark-2 {
  line-height: 30px;
  font-size: 16px;
  background-color: #404040;
  color: #ffffff;
}

.btn-dark-2:hover {
  background-color: #fff;
  border: 1px solid #404040;
  color: #404040;
}

.btn-dark-2:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

.btn-dark-3 {
  background-color: #2b2b2b;
  color: #fff;
  border-radius: 15px;
}

.btn-dark-3:hover {
  background-color: #fff;
  border: 1px solid #2f292b;
  color: #000;
}

.btn-dark-3:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

.btn-light-dark {
  background-color: #4d4d4d;
  color: #fff;
}

.btn-light-dark:hover {
  background-color: #fff;
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
}

.btn-light-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

.btn-dark-light {
  background-color: #fff;
  color: #4d4d4d;
  border: 1px solid #c4c4c4;
}

.btn-dark-light:hover {
  background-color: #4d4d4d;
  border: 1px solid #fff;
  color: #fff;
}

.btn-dark-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

.btn-primary {
  line-height: 30px;
  font-size: 16px;
  background-color: #404040;
  border: 1px solid #404040;
  color: #fff;
}

.btn-primary:hover {
  background-color: #fff;
  border: 1px solid #404040;
  color: #000;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}

.btn-link {
  color: #cb000e;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}

.btn-link-2 {
  border: 0 !important;
  padding: 0;
  background-color: transparent;
}

.btn-link-2:hover {
  border-bottom: 1px solid transparent;
  border-top: 0 solid transparent;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
}

.btn-link:hover {
  color: #434343;
}

.btn-border-none {
  border: 0;
  color: #4c4c4c;
}

.btn-border-none:hover {
  background-color: #fff;
  color: #000;
}

.btn-close {
  line-height: 30px;
  color: #7c7c7d;
  padding-top: 8px;
  padding-bottom: 8px;
  background: transparent;
}

.btn-close:hover {
  color: #fff;
}

.btn-close:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

.btn-attr {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
  color: #fff;
  margin-bottom: 2px;
  font-size: 12px;
}

.btn-attr:focus,
.btn-attr.focus {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}

.btn-attr:hover {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
.btn-attr:active,
.btn-attr.active {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}

.btn-attr:active:hover,
.btn-attr.active:hover,
.btn-attr:active:focus,
.btn-attr.active:focus,
.btn-attr.active.focus {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}

.btn-attr.disabled,
.btn-attr[disabled],
fieldset[disabled] .btn-attr,
.btn-attr.disabled:hover,
.btn-attr[disabled]:hover,
fieldset[disabled] .btn-attr:hover,
.btn-attr.disabled:focus,
.btn-attr[disabled]:focus,
fieldset[disabled] .btn-attr:focus,
.btn-attr.disabled.focus,
.btn-attr[disabled].focus,
fieldset[disabled] .btn-attr.focus,
.btn-attr.disabled:active,
.btn-attr[disabled]:active,
fieldset[disabled] .btn-attr:active,
.btn-attr.disabled.active,
.btn-attr[disabled].active,
fieldset[disabled] .btn-attr.active {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.no-border {
  border: 0 !important;
}
/* basket button */
@media (max-width: 991px) {
  .btn-pay-now {
    background-color: #cb000e;
    border: 1px solid #cb000e;
    color: #fff;
    padding: 0;
    text-align: center;
    height: 30px;
    width: 30px;
    display: inline-block;
  }

  .btn-pay-now:hover {
    background-color: #fff;
    color: #7d7d7d;
  }

  .btn-pay-now:focus {
    box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
  }

  .btn-pay-now span {
    font-size: 16px;
    font-weight: bold;
    margin-top: -2px;
    display: block;
  }
  .weblogo {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .btn-pay-now {
    line-height: 24px;
    font-size: 16px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 40px;
  }

  .btn-pay-now:hover {
    background-color: #fff;
    color: #000;
  }

  .btn-pay-now:focus {
    box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
  }
}

/* paypal button */
.btn-paypal-checkout {
  background: #ffc439;
  color: #333333;
  line-height: 30px;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #dc911d;
  border-radius: 4px !important;
  text-shadow: 0 1px #ffe29c;
}

.btn-paypal-checkout:hover {
  background-color: #fff;
  border: 1px solid #2f292b;
  color: #000;
  text-shadow: 0 1px #fff;
}

.btn-paypal-checkout:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

.img-paypal-logo {
  padding: 0;
  display: inline-block;
  background: none;
  border: none;
  width: auto;
  max-width: 44%;
  min-width: 24%;
  filter: drop-shadow(0 1px 0 #fff);
}

.paypal-slogan {
  font-family: "lato", "Arial";
  font-style: italic;
  color: #00ade1;
  font-weight: 700;
  font-size: 13px;
  padding-top: 4px;
}

/* other */
.dropdown-toggle::after {
  content: "\f107";
  width: auto;
  height: auto;
  border: none;
  vertical-align: 0;
}

.form-control {
  border-radius: 25px;
  box-shadow: inset 0 4px 9px -7px rgba(0, 0, 0, 0.4);
}
.input-search {
  box-shadow: none;
}
input.form-control,
select.form-control {
  height: 42px;
}
@media (min-width: 992px) {
  .navbar {
    padding: 0;
    background-color: #2b2b2b;
  }

  .nav-item.active {
    background-color: #656565;
  }

  .nav-item {
    padding: 15px;
    /*border-left: 1px solid #4f4f4f;
    border-right: 1px solid #4f4f4f;*/
    text-transform: uppercase;
    font-family: "Lato";
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
  }

  .nav-item-mobile-2 {
    padding: 0;
  }

  .submenu-item .nav-item {
    padding: 0 15px 0 25px !important;
    margin: 0 0 25px 0 !important;
  }
  .submenu-item .nav-item,
  .submenu-item .nav-link {
    display: block;
    font-weight: 400;
    text-align: left !important;
    text-transform: capitalize;
    align-items: left !important;
    justify-content: left !important;
    align-content: left !important;
  }

  #top-menu > .navbar-nav > .nav-item {
    /*border-left: 1px solid #4f4f4f !important;*/
  }

  #top-menu > .navbar-nav > .nav-item:nth-last-child(2) {
    /*border-right: 1px solid #4f4f4f !important;*/
  }

  .nav-link {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }

  .nav-item + .nav-item {
    border-left: 0;
  }
}
/* default dropdown */
.dropdown-menu {
  margin: unset;
  border: 1px solid #000;
  border-radius: 0;
  background-color: #656565;
  z-index: 1021;
}

.dropdown-item {
  color: #fff;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #fff;
}

/* footer */
.footer-bottom {
  font-size: 14px;
}

.btn-circle {
  width: 60px;
  height: 60px;
  background-color: #424242;
  border-radius: 50px;
  text-align: center;
  font-size: 24px;
}

.btn-circle:hover {
  background-color: #7c7c7c;
}

.btn-circle i {
  color: #fff;
  margin-top: 10px;
}

.btn-circle-2 {
  width: 50px;
  height: 50px;
  background-color: #424242;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
}

.btn-circle-2 i {
  color: #fff;
  margin-top: 8px;
}

.small-featurettes {
  text-align: center;
  font-family: "Lato";
  font-size: 16px;
  font-weight: 700;
  color: #2b2b2b;
  padding: 14px 0 13px;
}

.small-featurettes .row > div .bordered {
  border-left: 1px solid #ededed;
}
.small-featurettes .row > div:last-child .bordered {
  border-right: 1px solid #ededed;
}
.small-featurettes .fa {
  font-size: 15px;
  margin-right: 3px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .carousel-caption {
    padding-bottom: 50px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .carousel-caption {
    padding-bottom: 60px;
  }
}

.carousel-caption {
  color: #2b2b2b;
  text-align: left;
  max-width: 455px;
  font-family: "Lato";
}

.carousel-caption h5 {
  font-size: 80px;
  font-weight: 900;
  letter-spacing: -0.85px;
  line-height: 76px;
}

.carousel-caption div {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.34px;
  line-height: 1.2;
}

.carousel-caption .btn {
  background-color: #cb000e;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  border-radius: 25px;
  padding: 11px 24px 12px;
}

.carousel-caption .btn .fas {
  margin-left: 11px;
}

.best-selling-products {
  font-family: "Lato";
  padding: 80px 0 40px;
}

.best-selling-products h2 {
  color: #2b2b2b;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.44px;
  margin-bottom: 10px;
}

.best-selling-products .best-selling-products-link {
  color: #cb000e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 20px;
}

.best-selling-products .best-selling-products-link .fa {
  margin-left: 13px;
}

.best-selling-products .img-carousel img {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
}

.product-details a {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.18px;
  line-height: 25px;
}

.best-selling-products .product-details .price {
  color: #cb000e;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.24px;
  line-height: 1;
  margin: 13px 0;
}

.best-selling-products .product-details + .btn {
  display: inline-block;
  background-color: #cb000e;
  border: none;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
}

.best-selling-products .product-details + .btn .fa {
  margin-left: 15px;
}

.best-selling-products .carousel-indicators {
  bottom: -42px;
}

.best-selling-products .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #dadada;
  border-radius: 50%;
  border: none !important;
  margin: 0 4px;
}

.best-selling-products .carousel-indicators li.active {
  background-color: #2b2b2b;
}

.choose {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 90px 0 120px 0;
    color: #fff;
    font-family: "Lato";
    background-color: #2b2b2b;
}

.choose h2 {
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.44px;
  margin-bottom: 65px;
}

.choose h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.24px;
  margin-bottom: 18px;
}

.choose div {
  font-size: 16px;
  line-height: 24px;
}
    .choose .containerrr {
        padding-left: 11px;
        padding-right: 11px;
    }

.choose a {
  color: #cb000e;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
  margin-top: 23px;
}

.choose a .fa {
  margin-left: 7px;
}

.content_02 {
  color: #2b2b2b;
  padding: 100px 0 100px 0;
}
.content_02 .fa {
    margin-left:15px;
}

.content_02 .content_02_title {
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 20px;
  color: #2b2b2b;
}

.content_02 .content_02_content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.content_02 .content_02_content p {
  margin-bottom: 20px;
}

.content_02 .content_02_content strong {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}

.content_02 .content_02_button {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.content_02 img {
  width: auto;
  max-width: 100%;
  margin-top:10px;
}

.footer-abilitys {
  background-color: #cb000e;
  text-align: center;
  color: #fff;
  padding: 95px 0;
  font-family: Lato;
}

.footer-abilitys-icon {
  font-size: 40px;
  margin-bottom: 25px;
}

.footer-abilitys-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 30px;
}

.footer-abilitys-text {
  font-size: 18px;
  line-height: 20px;
}

.footer {
  background-color: #2b2b2b;
  color: #fff;
  font-family: Lato;
  margin-top: 25px;
}

.footer h5 {
  padding-top: 65px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 1;
  margin-bottom: 28px;
}

.footer p {
  margin-bottom: 6px;
}

.footer a {
  color: #fff;
}

.footer a .fab {
  width: 16px;
}

.footer.basket-footer .footer-payments-info {
    margin-top: 0px;
}

.footer-payments-info {
  background-color: #393939;
  margin-top: 50px;
  padding: 37px 0;
}
.footer-payments-info img {
   height: 100%;
   width: auto;
   object-fit: contain;
   object-position: center
}
.footer-payments-info .payment-methods {
    display: flex;
    column-gap: 30px;
    row-gap: 15px;
    flex-wrap: wrap;
}

@media(width < 768px)  {
    .footer-payments-info .payment-methods {
        column-gap: 15px;
    }
}

.footer-copyright {
  padding: 30px 0;
}

.footer-copyright .separator {
  display: inline-block;
  margin: 0 4px;
}

.footer-copyright img {
  width: auto;
}

@media (max-width: 1199.98px) {
  .carousel-caption {
    background: rgba(255, 255, 255, 0.5);
    padding: 15px;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .carousel-caption h5 {
    font-size: 55px;
    line-height: 1;
  }
  .carousel-caption {
    text-align: center;
  }
  .carousel-caption div {
    font-size: 21px;
  }
}

.text-dark-1 {
  color: #3e3e3e;
}

.text-dark-1:hover {
  color: #3e3e3e;
}

.text-dark-2 {
  color: #2b2b2b;
}

.text-dark-2:hover {
  color: #2b2b2b;
}

.text-dark-3 {
  color: #373636;
}

.text-dark-3:hover {
  color: #373636;
}

.text-dark-5 {
  color: #2d2d2d;
}

.text-dark-5:hover {
  color: #2d2d2d;
}

.text-dark-6 {
  color: #2f292b;
}

.text-dark-6:hover {
  color: #2f292b;
}

.price {
  font-size: 24px;
  font-weight: bold;
  color: #cb000e;
}

.price-2 {
  font-size: 20px;
  font-weight: bold;
  color: #404040;
}

.price-3 {
  font-size: 32px;
  font-weight: 800;
  color: #cb000e;
  line-height: 30px;
  padding-bottom: 10px;
}
.pricehtmlgross {
  font-weight: bold !important;
}
.price-rrp-2 {
  font-size: 12px;
  color: #838383;
}

.price-rrp-2 span {
  text-decoration: line-through;
}

.price-rrp-3 {
  font-size: 12px;
  color: #838383;
  text-decoration: line-through;
  line-height: 34px;
}

.img-carousel img {
  width: 118px;
  /*background-color: #fff;*/
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
}

.price-rrp {
  font-size: 12px;
  color: #838383;
  padding-bottom: 15px;
}

.price-none {
  font-size: 13px;
  text-decoration: none;
  color: #838383;
  padding-bottom: 15px;
}

.img-best-selling-product {
  height: 263px;
}

.bg-dark-1 {
  background-color: #2b2b2b;
  color: #fff;
}

.bg-dark-2 {
  background-color: #3c3c3c;
  color: #fff;
}

.bg-dark-3 {
  background-color: #4c4c4c !important;
  color: #fff;
}
.bg-dark-4 {
  background-color: #808080;
  color: #fff;
}

.bg-dark-5 {
  background-color: #f2f2f2 !important;
}

.bg-dark-6 {
  background-color: #efefef !important;
}

.bg-dark-7 {
  background-color: #2f292b;
  color: #fff;
}

.bg-light {
  background-color: #fff !important;
}

.bg-light-1 {
  background-color: #c8c8c8;
}

.bg-light-2 {
  background-color: #a4a4a4;
}

.bg-light-3 {
  background-color: #cecece;
}

.bg-light-4 {
  background-color: #cdcdcd;
}

.bg-light-5 {
  background-color: #f1f1f1;
}

.bg-light-6 {
  background-color: #f6f6f6;
}

.bg-light-7 {
  background-color: #7d7d7d;
}

.bg-light-8 {
  background-color: #ececec;
}

.bg-light-9 {
  background-color: #c8c8c8;
}

.bg-light-10 {
  background-color: #d4d4d4;
}

.bg-light-11 {
  background-color: #fff;
}

.bg-light-12 {
  background-color: #f4f4f4;
}
.img-noborder {
  border: none;
  border-radius: 0;
}

.bg-width-custom-1 {
  width: 186px;
  height: 186px;
}

.bg-width-custom-1 i {
  padding-top: 140px;
  font-size: 30px;
  color: #fff;
  padding-left: 18px;
}

.mf-1 {
  margin: 2px;
}

.navbar-dark {
  background: #2b2b2b !important;
}

.bg-dark {
  background: #393939 !important;
}

@media (max-width: 991px) {
  .bg-lg-dark {
    background: #000 !important;
  }
}

.header-menu {
  padding-top: 1px;
}

.header-menu .btn-group {
  vertical-align: unset;
}

.header-menu a {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.cookies-dialog-close {
  font-size: 24px;
  color: #bfbfbf;
  position: absolute;
  top: 5px;
  right: 5px;
}

.cookies-dialog-close:hover {
  color: #fff;
  text-decoration: none;
}

#cookie-law {
  z-index: 9999;
  position: fixed;
  max-width: 345px;
  bottom: 0;
  right: 0;
}
.cookies-enable {
  background: #cb000e;
  border: 0;
  cursor: pointer;
}
/* breadcrumb */
.breadcrumb {
  background-color: transparent;
  padding: 7px 15px;
  margin-bottom: 40px;
}

.breadcrumb a {
  color: #505050;
}

.breadcrumb-item {
  font-size: 14px;
}

.breadcrumb-item.active {
  color: #505050;
}

.breadcrumb-item-none {
  font-size: 14px;
  color: #505050;
  margin-right: 10px;
}

/*
.breadcrumb-item + .breadcrumb-item::before {
  color: #6c757d;
  content: "/";
}*/

.breadcrumb-item + .breadcrumb-item::before {
  height: 10px;
  content: "";
  /*background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%233e3e3e' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;*/
  /*background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%233e3e3e' d='M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;*/
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%233e3e3e' d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'%3E%3C/path%3E%3C/svg%3E")
    no-repeat center;
  background-size: 100%;
  margin-right: 10px;
}

/* other */
.text-warning {
  color: #c95243 !important;
  font-size: 15px;
  font-weight: 500;
}

.fa.text-warning,
.far.text-warning,
.fab.text-warning,
.fal.text-warning,
.fas.text-warning {
  font-weight: bold;
  font-size: 8px;
  position: absolute;
  top: 0;
  right: 0;
}

.hr-1 {
  height: 1px;
  border: 0;
}

.hr-2 {
  height: 2px;
  border: 0;
}

.hr-3 {
  height: 3px;
  border: 0;
}

.hr-4 {
  height: 4px;
  border: 0;
}

.hr-9 {
  height: 9px;
  border: 0;
}

.vl-1 {
  border-left: 2px solid #cdcdcd;
  height: 100%;
  margin: 0 20px 0 20px;
}

/* custom select */
.custom-select {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' %3E%3Cpath fill='%23525151' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E")
    no-repeat right 0.75rem center !important;
  background-size: 10px 20px !important;
  border-radius: 0;
}

/* other */
.captcha-more-info {
  color: #000;
  text-decoration: underline;
}

.captcha-more-info:hover {
  text-decoration: none;
}

.img-captcha {
  border: 1px solid #d4d4d4;
  height: 43px;
  width: 118px;
}
.font-weight-notmal {
  font-weight: normal;
}
.b-radius-0 {
  border-radius: 0 !important;
}

.text-height-1 {
  line-height: 1.9;
}

.text-size-11 {
  font-size: 11px !important;
}
.text-size-12 {
  font-size: 12px !important;
}
.text-size-13 {
  font-size: 13px !important;
}
.text-size-14 {
  font-size: 14px !important;
}
.text-size-15 {
  font-size: 15px !important;
}
.text-size-16 {
  font-size: 16px !important;
}
.text-size-17 {
  font-size: 17px !important;
}
.text-size-18 {
  font-size: 18px !important;
}
.text-size-20 {
  font-size: 20px !important;
}
.text-size-22 {
  font-size: 22px !important;
}
.text-size-24 {
  font-size: 24px !important;
}
.text-size-25 {
  font-size: 25px !important;
}
.text-size-26 {
  font-size: 26px !important;
}
.text-size-28 {
  font-size: 28px !important;
}
.text-size-30 {
  font-size: 30px !important;
}
.text-size-40 {
  font-size: 40px !important;
}

/*
.btn-square {
    width: 36px;
    height: 36px;
    background-color: #424242;
    text-align: center;
    font-size: 24px;
}

.btn-square i {
    color:#fff;  
    vertical-align:top;
}*/

.icon {
  float: left;
  width: 24px;
  height: 14px;
  margin-top: 2px;
}
.flag-gb,
.flag-en {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABa1BMVEUAAAAAAQEAAQEAAQEAAQEAAQHFXl7e2tqBlLkKNYoALYbS1dq1DQ2yAADc0tINN4sIM4lzibTHdnjQlZV4faTwtbb76enx9Pmqu934+fzojY3nhob++Pioudzs5ezxuLj98/N/krgCLYRsisTZoanuqan//v77/P7cTk7ZQ0P99PTzxcXtqKji5/J3ksnLztP////aR0fYOzv98/PY2NitDg7YPT3WMzOrAgKoAgLXNjbVKyuqDQ7Pz8/6+vr6+vr47e3PISHRLi7DxcoCKntVdbTS2OXfjo7lsLDx5ubIGRnKJibv8PHz8vLfj4/IhpBIa691hqjo19fSbGzKvclNba3q39/AEBDDHR3f4udRcK7S1+LkxcXSbW5uc5a3hYXLhYeImr8xVp88XqPm3t7GOjrIRUXe4OQ0WKA3WqCVpcXf29utVlaqbG1sfZ0fQIQkRYjJwcGnGRmqJCTBw8cZPYQhQoV2hKG7uLjZVBWYAAAABnRSTlMAAgcKFRynklPFAAAAXElEQVQYGYXBMQ7CQBAEwe7TGCJfwP8/xwcgcQqLQUJekVAF/+hid4vT7h6nzWZYZac+gMs1nJSPQA1ClK8ahCioD6AWwtlmI6w2kzDtCFPFN1QcQw71dMehil8vG7oOzNFoEhcAAAAASUVORK5CYII=")
    /*/images/flags/16/en.png*/ no-repeat;
}
.flag-fr {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAA9lBMVEUAAAAAAQEAAQEAAQEAAQEAAQEASo/f39/ROS4ASo6GrtT////3pZ/POC4CSo1NiL9Dgrzzc2r0enLMOS8CSYxFg707fLnzbWTzdGzLOC4CSIo9frozd7byZ13zbmXIOC4CR4g2ebcrcrPyYVfyaWDFNy0CRoYscbEhaq36+vrtWU7tYVfCNi0CRYQkaaoZYqXz8/PlUUbnWU+/NiwCRYMcYaIQWp7s7OzeSD7fUUe9NSwHRoAfX5slZaAraaQybqfo6Ojo6Ojp6eno6OjdYlnbXVTZWE/UUkm4Ny4RSn8WTYEYU4kZVIzLy8vARj68RT2yQDixPTVBcyfmAAAABnRSTlMAAgcKFRynklPFAAAAWElEQVQYV4XPQQqAMAxE0f811Z1H8P4XVFBBXVilFsSBbB5DQuAvmgDMwxK2FuAaJoUNSKBz0N3QgZJhqoEaxmupEvT6XPmEIgSDmhsqNo3FJ8euvuCgzglLjAq/C3yYIgAAAABJRU5ErkJggg==")
    /*/images/flags/16/fr.png*/ no-repeat;
}
.flag-de {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAilBMVEUAAAAAAQEAAQEAAQEAAQEAAQEAAACGhoYCAgJNTU1DQ0MCAgJFRUU7OzvVAgL/PT3/MzPSAgL/Njb/KyvPAgL6LCz6ISHMpAL0yiTzyBnKogLswhzswBDEngffuR/kviXnwSvowzLoxTboxjrpxjvoxTnoxDTnwi7lvyjguiG8mhG9mxbHpBjLpxlmIP8HAAAABnRSTlMAAgcKFRynklPFAAAAQ0lEQVQYV63OIRLAIAxE0f1pKrn/RXHMsLjSYGr63b6JiPQV3GWPRLy2SYItNqmrwDhBv8GuK9V4TuwmIsqnEyhgnS04Qxhh/Y3H2gAAAABJRU5ErkJggg==")
    /*/images/flags/16/de.png*/ no-repeat;
}
.flag-it {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAA9lBMVEUAAAAAAQEAAQEAAQEAAQEAAQEAgD3f39+rJjAAfz2Gy6f////jmqCpJTACfj1Ns35Dr3fTY2zVa3OnJjECfD1Fr3g7q3HRXGXTZG2mJjACezw9rHIzqGvPVV/RXmejJjACeTs2qW0rpGXNT1nQWGGhJS8CdzosomUhnV36+vrHRlDKT1mfJS4Cdjokm10ZllXz8/PAPkjDR1GdJC4CdDkck1UQjk3s7Oy4NUC7P0mbJC0HczsfjVQlklkrll4ymmPo6Ojo6Ojp6eno6Oi+Ulu7TVa4SFGzQUqXJy8Rc0AWdUQYfUkZf0rLy8uhNz+eNj6VMjqULjYB/gWSAAAABnRSTlMAAgcKFRynklPFAAAAWElEQVQYV4XPQQqAMAxE0f811Z1H8P4XVFBBXVilFsSBbB5DQuAvmgDMwxK2FuAaJoUNSKBz0N3QgZJhqoEaxmupEvT6XPmEIgSDmhsqNo3FJ8euvuCgzglLjAq/C3yYIgAAAABJRU5ErkJggg==")
    /*/images/flags/16/it.png*/ no-repeat;
}
.flag-es {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAA7VBMVEUAAAAAAQEAAQEAAQEAAQEAAQGtChqsChrki5SqCxvXVWLVS1nYpgL/1EX/0jv90j32yz390Dv/0jvVpAL/0z370TPeqzi3fkbfsT770DP/0TP/0DP/0j3SogL/0zbzwzu6eD+kdnnQrobuvTb/0Cv/ziv/0DbPoAL6zSzouTq6hUCbX0LChlLmuDj6yyH6yCH6yyzMnQL0xCTnvCPcsybapSncrSTmvSPzwhnzwRn0xCSdCxm9JTS7GiqZDx20KDa5LTu9M0G/OUfBPkvCQk/CQk/BQU7APEm9NkS7MD61KTeWGSWXHSmgIC2jIS4ktl8hAAAABnRSTlMAAgcKFRynklPFAAAAWklEQVQYV4WOywrDMBDEJGdLwZD//80eCj6EdnPJwzaF6jZiYAb+oY8hb6F2OQ1LZzINFlU/AbAlwdMDoLYW1E7oaxb8FvdK5Vw5eBOsXpXMFUsZnn7VQSQzO7XlEqC7eeAtAAAAAElFTkSuQmCC")
    /*/images/flags/16/es.png*/ no-repeat;
}
.flag-eu {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAABTVBMVEUAAAAAAQEAAQEAAQEAAQEAAQEALYYAK4gALIcAKYkALIWGns+Hn86Po8mQpMi3vLGKoM2OosqGns8CLYRNcbhDabRDZ7VKbLCanIBMbq9ZdKhgeqKPloZDZLgCLYJFarU7YLNcdp2JkYI7XrU7YbE7YbJBZq2Wmnk8Y7ACLIE9ZLEzW65AZKUzXK01Xa1HaKE1XawCLH82Xq8sVaqOkW4yWqYrVasrVaorUa5+hnlSbZM2W7ICK30sVaghTKQvVZsuVJwhTaMjTaM1WZglTqICKnskTaEZQp4+W4ZwemcZP6IZRJ0ZQ54fSJh/gl4bRpsCKnocRZkQPJQQOpYYQY93eVcbQo4oSYc0Un9pcl8QN5kHLXgfRpMlS5crUJw0V51EYplKZ5mCiXhAX6A/X5kuUp4oTpkhR5MRM3gWN3oYO4EZPYQZO4UZPIUZOoesKEpvAAAABnRSTlMAAgcKFRynklPFAAAAbElEQVQYGYXBwQqCUBBA0XufIyST//+bLaKS5E2SoNCmc+AfHdmoRQfeYQjuFmoNJw9D1RKkX+uo+axbkCrVQG1FcPEL1HwQpJs+gLokweQOtRVBenhlEaSHq3eCWUUtetWMrcmpuhtOVfz6ANWvHtwdK5PZAAAAAElFTkSuQmCC")
    /*/images/flags/16/eu.png*/ no-repeat;
}
.flag-us {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAzFBMVEUAAAAAAQEAAQEAAQEAAQEAAQGWlsAAAIGyAAAAAIDX1+6Ghsz////d3d2Tk7xNTbTBweVDQ7DZQ0PbTU2vAgICAn7CwuU7O62+vuTY2NiQkLg9Pa68vOMzM6nWMzPYPT2rAgICAnu9veMrK6a5ueLS0tKLi7MsLKSzs9whIZ/PISHRLCymAgLMzMz09PTz8/OiAgLCHBzAEBDExMTf39/k5OTn5+fo6Ojo6Ojo6Ojp6eno6Ojo6Ojn5+fl5eXg4OCaERGbFhakGBinGRn13zjaAAAABnRSTlMAAgcKFRynklPFAAAAYklEQVQYV4WOsQ6CQBAFZ44lVtfQ2fD/v0avJli4FMIdGhNnu8m8ZOEfOprvKwBrOLgbAZ/hqK3QR3A5xB2oBK2YQDkVC3A9F3Mv2hOZBMMP0bkRVFuSWbGUvoB8qR8i+WYDPkImtO14KH4AAAAASUVORK5CYII=")
    /*/images/flags/16/us.png*/ no-repeat;
}

/* card */
.card {
  border-radius: unset !important;
}

.card-light {
}

.card-header {
  background-color: #b9b9b9;
  border-radius: 0 !important;
}

.card-header span {
  color: #3e3e3e;
  font-size: 18px;
}

.card-header-light {
  background-color: #ebebeb;
  border: 1px solid #cdcdcd;
  border-radius: 0.25rem;
}

.card-header-light button {
  color: #434343;
  white-space: normal;
}

.card-header-light button:hover {
  color: #434343;
}

.card-header-light-4 {
  background-color: #f6f6f6;
  border: 1px solid #c8c8c8;
}

.card-header-light-4 button {
  color: #434343;
  white-space: normal;
}

.card-header-light-4 button:hover {
  color: #434343;
}

.card-dark {
}
.card-dark .card-body .border {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.card-header-dark {
  border: 0;
  border-radius: 0;
}

.card-header-dark button {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  background-color: #252525;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card-header-dark button:hover {
  color: #fff;
  background-color: #252525;
}

.card-light-2 {
}

.card-light-2 .card-body .border {
  border-top: 0 !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.card-header-light-2 {
  background-color: #f6f6f6;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card-header-light-2 button {
  color: #2b2b2b;
  font-size: 26px;
  font-weight: normal;
  white-space: normal;
  font-weight: 700;
}

.card-header-light-2 button:hover {
  color: #2b2b2b;
}

.card-header-light-2 button.border-bottom-1.collapsed {
  border-bottom: 1px solid #d8d8d8;
}

.card-header-light-3 {
  background-color: transparent;
  border-radius: 0 !important;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.card-header-light-3 span {
  color: #434343;
  font-size: 16px;
  font-weight: bold;
}

.card-body {
  border-radius: 0 !important;
  padding-left: 0;
}

.btn-card-header {
  height: 33px;
  line-height: 18px;
  font-size: 14px;
  background-color: #2b2b2b;
  border: 1px solid #2b2b2b;
  border-radius: 25px;
  color: #fff;
  margin-top: 12px;
  margin-right: 12px;
}

.btn-card-header:hover {
  background-color: #2f292b;
  color: #fff !important;
}

/* custom checkbox */
.custom-control.fill-checkbox
  .custom-control-input:checked
  ~ .fill-control-indicator {
  border: 1px solid #c8c8c8; /* #d0d0d0 */
  background: #c8c8c8
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23404040' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
    no-repeat center; /* #fff */
  background-size: 70%;
  -moz-transition: background 0.15s ease-in-out,
    background-size 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out, background-size 0.15s ease-in-out;
  -webkit-transition: background 0.15s ease-in-out,
    background-size 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, background-size 0.15s ease-in-out;
}

.custom-control.fill-checkbox .fill-control-indicator {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #c8c8c8; /* #d0d0d0 */
  border-radius: 0;
  background-color: #fff; /* #fff */
  cursor: pointer;
  border-radius: 3px;
  box-shadow: inset 0 4px 9px -7px rgba(0, 0, 0, 0.4);
}

.custom-control.fill-checkbox .fill-control-description {
  margin-left: 10px;
  color: #3e3e3e;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}

/* custom radio */
.custom-control.custom-radio .custom-control-label::before {
  border: 1px solid #4c4749;
  background-color: #fff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2f292b;
}

.custom-control.custom-radio {
  cursor: pointer;
}

.custom-control.custom-radio label {
  cursor: pointer;
}

.custom-control.custom-radio .custom-control-label {
  color: #3e3e3e;
}

/* paging */

.sort-by-group {
  width: 67%;
}

.sort-by-group .bootstrap-select .btn-light-select {
  line-height: 15px;
}

.pagination .page-link {
  height: 29px;
  width: 29px;
  border-radius: unset !important;
  background-color: #eaeaea;
  border-color: #dee2e6;
  color: #6d6d6d;
}

.pagination .page-item {
  margin-left: 6px;
}

.pagination .page-link {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .pagination .page-link {
    transition: none;
  }
}

.pagination .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

.pagination .page-icon i {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 20px;
}

.pagination .page-item a {
  color: #6d6d6d;
}

.pagination .page-item.disabled a {
  color: #c8c8c8;
}

.pagination .page-select {
  line-height: 15px;
  background-color: #fff !important;
}

.pagination .page-select .btn-light-select {
  line-height: 15px;
}

/* qty */
.item-qty {
  height: 42px;
}

.item-qty .btn-dark {
  background-color: #2f292b !important;
  color: #fff !important;
}

.item-qty .btn-dark:hover {
  background-color: #fff !important;
  color: #2f292b !important;
}

.item-qty input[type="text"] {
  height: auto;
}

.item-qty .bootstrap-touchspin-down,
.item-qty .bootstrap-touchspin-up {
  font-size: 20px;
  font-weight: bold;
}

.item-qty .input-group-prepend .btn,
.item-qty .input-group-append .btn {
  padding-right: 8px;
  padding-left: 8px;
}

.bundle-item-qty .bootstrap-touchspin-down,
.bundle-item-qty .bootstrap-touchspin-up {
  font-size: 14px;
  font-weight: 700;
}

.bundle-item-qty .input-group-prepend .btn,
.bundle-item-qty .input-group-append .btn {
  padding: 0;
  border: 0;
  line-height: 1;
  border-radius: 0;
  width: 14px;
  height: 14px;
  background: transparent;
}
.bundle-item-qty .btn i {
  color: #3e3e3e;
  font-size: 14px;
}
.action-update-option-qty {
  border: 0;
  padding: 0;
  box-shadow: none;
  height: auto;
  line-height: 1;
  font-size: 14px;
  height: 14px !important;
}
.bundle-item-qty {
  height: auto;
}
/* images and other objects carousel */
.img-carousel {
  opacity: 0;
  padding: 0 25px;
}

.img-carousel .carousel-control-next,
.img-carousel .carousel-control-prev {
  width: 25px;
  background-color: #fff;
  color: #4d4d4d;
  font-size: 36px;
}

.img-carousel .carousel-control-next:hover,
.img-carousel .carousel-control-prev:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #2f292b;
}

.img-carousel .carousel-control-next:focus,
.img-carousel .carousel-control-prev:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

.carousel-fluid .carousel-control-next {
  width: 38px;
  background-color: #fff;
  color: #2f292b;
  font-size: 24px;
  opacity: unset;
  height: 100px;
  top: 150px;
  border: 1px solid #fff;
  border-radius: 0;
  right: 15px;
  /*border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;*/
}

.carousel-fluid .carousel-control-prev {
  width: 38px;
  background-color: #fff;
  color: #2f292b;
  font-size: 24px;
  opacity: unset;
  height: 100px;
  top: 150px;
  border: 1px solid #fff;
  border-radius: 0;
  left: 15px;
  /*border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;*/
}
.carousel-fluid .carousel-control-next > i,
.carousel-fluid .carousel-control-prev > i {
  font-size: 50px;
}

.carousel-fluid-vert {
  padding-bottom: 34px;
}

.carousel-fluid-vert .carousel-control-next {
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(236, 236, 236, 1) 0%,
    rgba(227, 227, 227, 1) 100%
  );
  color: #fff;
  height: 34px;
  opacity: 1;
}

.carousel-fluid-vert .carousel-control-prev {
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(227, 227, 227, 1) 0%,
    rgba(236, 236, 236, 1) 100%
  );
  color: #fff;
  height: 34px;
  opacity: 1;
}
.fa-angle-up-custom {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAKCAYAAABMtYURAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUtJREFUeNq0079LgkEcx/GeiCBoEafQTQqsoMChMf+BGgIhaAkcyrkfEA3RIEKli4OLSEtDg0v9BW01+GOIhnRwMBprCIIS7H3xORDBp8eHfODFF8+7+9xzd4+zFF0Y8/msYBuX9afHBz8TjPsYE0EZ99g1dXl+sYzIKMNDKKKJDbzjWtX8brKAIkL/GR5EDi0k0UFeO7Cpmle7+b/FAnII/jWx43Lm09jHIabQxRWO0LadOO/fSliYksGWmRefOMMFfT68hk8ihRME1HaLPTT6O9tw+7CIWUoWa2p6wykK9P0aFO7o9qYxo7Y7hVYGbU9/eM8iYlrEqppecayvo9t75gldpJKCaxoUdwt2ewioIK55apq3pIuZsG++Y7ZEb/6MA9wMEeKpH4HrlHPM6f6k7Labz8NcmCq+h3xDz31ZwATFHEebcS8/AgwAsCRh/TJXADgAAAAASUVORK5CYII=")
    no-repeat;
  width: 31px;
  height: 10px;
}
.fa-angle-down-custom {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAKCAYAAABMtYURAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVBJREFUeNq00z9IAmEYx/FTLBAa+jPqlgn9ATOHNtemGmpwaBEbxMGpCMShGiKImhrEQXBxCoJoarMtB6VBW8IWi6ayIQgiyO8Dz8ERYndHPvDh7l7fe3547/t6IrPzBhVAEHV8Gw7q7r5pe+7i3MIIlyU88d6zl5s0OrhFC2vGEIpg6dvUnA7PaQkvIoFHhHGJBuL/FBpHQ/uGNSfBPy96dc45QkjhBVHcoIqYy9AYqtonqn2lf4hgyTM8uubWGkUGe5jQsSts4+GvNSdwhsspVnWoiwMUmPtlndsv3Kwx7GAXfvyggpxsmN/hhMqGPcKm9MUnjnHCnI9+AYPCzZpCHln49DQUsI83TOp9xvL7GQ4JfR3U2E64WQH9fFv6/I5rrGBcx0qyXHKM7DR0Em7WtH7OdcvYhSwPoW0njXwuNrIEbGAZSZQJrbk5ET0BBgBV+GGGP3+KeQAAAABJRU5ErkJggg==")
    no-repeat;
  width: 31px;
  height: 10px;
}
/* custom carousel dimensions to work on all browsers */
.dropdown-menu-w-1 {
  min-width: 360px;
}

@media (min-width: 992px) {
  .word-break-2 {
    max-width: 360px;
    display: inherit;
    overflow-wrap: break-word;
  }
}

@media (min-width: 1200px) {
  .word-break-2 {
    max-width: 460px;
    display: inherit;
    overflow-wrap: break-word;
  }
}

/* vertical scroll */
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* item stock */
.item-stock {
  color: #322c2e;
  font-size: 16px;
  font-weight: 700;
}

/* review stars */
.review-stars {
  color: #322c2e;
  font-size: 16px;
  font-weight: 700;
}

.review-stars input.star {
  display: none;
}

.review-stars label.star {
  margin-right: -3px;
  color: #cdcdcd;
  font-size: 16px;
  font-weight: 700;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.review-stars-size-1 label.star {
  font-size: 20px;
}

.review-stars input.star:checked ~ label.star:before {
  content: "\f005";
  color: #2f292b;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.review-stars input.star-5:checked ~ label.star:before {
  color: #2f292b;
  text-shadow: 0 0 1px #2f292b;
}

.review-stars input.star-1:checked ~ label.star:before {
  color: #2f292b;
}

.review-stars input.star:not(:checked) ~ label.star:before {
  color: #cdcdcd;
}

/*.review-stars label.star:hover {
    -moz-transform: rotate(-15deg) scale(1.3);
    -ms-transform: rotate(-15deg) scale(1.3);
    -o-transform: rotate(-15deg) scale(1.3);
    -webkit-transform: rotate(-15deg) scale(1.3);
    transform: rotate(-15deg) scale(1.3);
}*/

.review-stars label.star:before {
  content: "\f005";
}

/* modals */
.modal-header .close {
  width: 24px;
  height: 24px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  opacity: 1;
}
.modal-header .close > i {
  margin-top: -1px;
  display: block;
}
.modal-body,
.modal-header {
  color: #000;
}
.modal-content {
  padding: 5px 5px 15px 15px;
  border-radius: 0;
}
.forgotten-questionmark {
  padding: 4px;
  width: 22px;
  height: 22px;
  line-height: 1;
}

/* social */
.social-box {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 9px;
  background-color: #2b2b2b;
  border-radius: 50%;
  text-align: center;
  padding-top: 6px;
}
.social-box:hover {
  background-color: #cb000e;
}

.social-box a {
  color: #fff;
  font-size: 24px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}

.social-box i:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -7px;
  margin-top: -12px;
}

.social-box i.fa-facebook-f:before {
  content: "\f39e";
}

.social-box i.fa-twitter:before,
.social-box-twitter .fa-twitter:before {
  content: url("/images/icons/x-twitter-white.svg");
  width: 26px;
}

.social-box-twitter.btn-circle-2 .fa-twitter:before {
  top: -2px;
  width: 24px;
}

.social-box i.fa-pinterest-p:before {
  content: "\f231";
}

.social-box i.fa-google-plus-g:before {
  content: "\f0d5";
}

.social-box i.fa-instagram:before {
  content: "\f16d";
}

.social-box i.fa-linkedin:before {
  content: "\f0e1";
}

.social-box-facebook,
.social-box-twitter,
.social-box-pinterest,
.social-box-googleplus,
.social-box-instagram,
.social-box-linkedin {
  background-color: #2f292b;
}
.social-box-facebook:hover,
.social-box-twitter:hover,
.social-box-pinterest:hover,
.social-box-googleplus:hover,
.social-box-instagram:hover,
.social-box-linkedin:hover {
  background-color: #cb000e;
}

/* more info */
.more-info a {
  background-color: #2f292b;
}

.more-info a img {
  margin-left: -6px;
}

.more-info a i {
  margin-top: 2px;
  font-size: 34px;
  margin-left: 2px;
}

.more-info-text div {
  font-size: 20px;
  font-weight: bold;
  color: #3e3e3e;
}

.more-info-text span {
  font-size: 16px;
  color: #3e3e3e;
}

/* more links */
.more-links a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: unset;
  color: #cb000e;
}

.more-links a:hover {
  text-decoration: underline;
}

/* share */
.share-text {
  margin-top: 10px;
  color: #3e3e3e;
}

.share-first a:first-child {
  margin-left: 0 !important;
}

/* sashes */
.sash-wrapper {
  position: relative;
  width: 134px;
  height: auto;
}

.sash-wrapper-100 {
  position: relative;
  width: 100%;
  height: auto;
}

.sash-svg-container {
    position: absolute;
    width: calc(100% - 30px);
    padding-bottom: 100%;
}

.sash-svg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 74px;
  height: auto;
  background-color: transparent;
}

.sash-alignment-top-left img,
.sash-alignment-top-left object {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.sash-alignment-top-right img,
.sash-alignment-top-right object {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sash-alignment-bottom-right img,
.sash-alignment-bottom-right object {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sash-alignment-bottom-left img,
.sash-alignment-bottom-left object {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

/*  languages */
.language-currency .dropdown-toggle {
  font-size: 13px;
  line-height: 19px;
  border: 0;
  padding-right: 0;
}

/* fieldset - legend */
fieldset.addressPanel {
  border: 1px solid #ccc;
  padding: 15px;
}

.addressPanel legend {
  border: none;
  width: auto;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  padding: 0 5px;
}

/* table using div's */
.table-head {
  color: #fff;
  background-color: #2f292b;
  border-color: #2f292b;
  font-size: 16px;
  font-weight: bold;
}

.table-row {
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  color: #404040;
}

.table-row-last {
  font-size: 16px;
  color: #404040;
}

/* custom bootstrap select */
.btn-light-select {
  line-height: 24px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #ced4da; /*c4c4c4*/
  color: #434343;
}

.btn-light-select:hover {
  background-color: #fff;
  color: #434343;
}

.btn-light-select:focus,
.btn-light-select.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light-select::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #525151;
}

.btn-light-select.disabled,
.btn-light-select:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #ced4da;
  cursor: default !important;
}

.bootstrap-select .dropdown-menu {
  margin: unset;
  border: 1px solid #7a9cd3;
  border-radius: 0;
  background-color: #fff;
  padding: 0;
}

.bootstrap-select .dropdown-item {
  color: #434343;
}

.bootstrap-select .dropdown-item:hover,
.bootstrap-select .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.bootstrap-select .dropdown-item.disabled,
.bootstrap-select .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.bootstrap-select.dropdown.show .btn-light-select {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.bootstrap-select .dropdown-menu li a {
  padding: 4px 14px;
}

.bootstrap-select .dropdown-toggle::after {
  content: "\f107";
  width: auto;
  height: auto;
  border: none;
  vertical-align: 0;
}

.bootstrap-select .bs-searchbox input {
  background-color: #fff !important;
}

.bootstrap-select .dropdown-menu.show {
  z-index: 1029;
}

/* dropdown menus extended */
.dropdown-menu-light {
  background-color: #fff;
  color: #4c4c4c;
}

.dropdown-menu-light .dropdown-item {
  color: #4c4c4c;
}

/* other */
.darkgrey-text {
  color: #6e6e6e;
}

.text-underline a {
  color: #3e3e3e;
  border-bottom: 1px solid #cfcfcf;
  line-height: 1;
}

.text-underline a:hover {
  text-decoration: none;
  border-bottom: 0;
}

.d-none-last:last-child {
  display: none;
}

.d-none-border-last:last-child {
  border: none;
}

.btn-remove-product {
  width: 68px;
  height: 68px;
  /*border-radius: 0.25rem;*/
  border: 1px solid #dcdcdc;
  border-radius: 0;
}

.btn-remove-product:hover,
.btn-remove-product:focus {
}

.btn-remove-product span {
  display: none;
}

/*.btn-remove-product:hover span,
.btn-remove-product:focus span {
    display:block;
    position:absolute;
    top:0;
    right:0;
    height:19px;
    width:19px;
    background-color:#2f292b;
    color:#fff;
}*/

.btn-remove-product span i {
  top: 1px;
  right: 3px;
  position: absolute;
}

.bundle-item {
  font-size: 15px;
}

.bundle-item span {
  font-size: 13px;
  color: #636363;
}

#top-menu .dropdown-submenu {
  position: relative;
}

#top-menu .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.modal-backdrop {
  opacity: 0;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.modal-backdrop.in {
  opacity: 0.7;
}

.alert-attr {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
  display: none;
}

/* attributes */
.showmore {
  font-size: 12px;
}

.dropdown-menu.attd {
  overflow: auto;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  background-color: #fff;
  border: 1px solid #dcdcdc;
}

.dropdown-menu.attd li {
  margin-left: 8px;
}

.card-body.attr {
  overflow: auto;
}

.attrmore {
  display: none;
}

.btn-default-active {
  background-color: #898989;
  border-color: #a0a0a0;
  color: #fff;
}

.btn-colour {
  background-color: transparent;
  height: 43px;
  width: 43px;
  margin: 3px !important;
  padding: 4px !important;
  border: 1px solid #c4c4c4;
}

.btn-colour-active {
  background-color: transparent;
  height: 43px;
  width: 43px;
  margin: 3px !important;
  padding: 3px !important;
  border: 2px solid #404040;
}

.btn-colour.attr-active {
  background-color: transparent;
  height: 43px;
  width: 43px;
  margin: 3px !important;
  padding: 3px !important;
  border: 2px solid #404040;
}

.btn-selectattr {
  background-color: transparent;
  height: 43px;
  min-width: 43px;
  margin: 3px !important;
  padding: 4px !important;
  border: 1px solid #c4c4c4;
  font-size: 16px;
  color: #3e3e3e;
}

.btn-selectattr.attr-active {
  background-color: transparent;
  height: 43px;
  min-width: 43px;
  margin: 3px !important;
  padding: 3px !important;
  border: 2px solid #404040;
  font-size: 16px;
  color: #3e3e3e;
}

.btn-sm-light {
  color: #262626;
  background-color: transparent;
  border-color: transparent;
}

.btn-sm-light:hover {
  color: #fff;
  background-color: #262626;
  border-color: transparent;
}

.btn-sm-light:focus,
.btn-sm-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* attributes image filter */

.image-filter-wrapper {
  position: relative;
  margin-bottom: 0.5rem;
  line-height: 100%;
}

.product-attr-img-butt {
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
}
.product-attr-img-butt-active {
  background: transparent;
  border: none;
  width: 28px;
  height: 28px;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
}

.product-attr-img-butt-active img {
  border: #000 2px solid;
  padding: 1px;
}

.product-attr-img {
  border: 1px solid #dcdcdc;
}

.product-attr-img2-butt {
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  padding: 0;
  margin-right: 6px;
  cursor: pointer;
}

.product-attr-img2-butt img {
  padding: 3px;
}

.product-attr-img2-butt.attr-active {
  background: transparent;
  border: none;
  width: 43px;
  height: 43px;
  padding: 0;
  margin-right: 6px;
  cursor: pointer;
}

.product-attr-img2-butt.attr-active img {
  border: #000 2px solid;
  padding: 3px;
}

.product-attr-img2 {
  border: 1px solid #c4c4c4;
}

/* other */
.basket-list {
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  padding-left: 8px;
}

.action-captcha-refresh {
  line-height: 18px;
  border: 1px solid #c8c8c8;
}

.img-card-security {
  width: 68px;
}

.img-blog {
  width: 361px;
  max-height: 240px;
  object-fit: contain;
}

.img-blog-entry {
  /*min-width:361px;*/
}

.img-card-logos {
  max-width: 136px;
}

@media print {
  #form-create-account {
    display: none;
  }
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  transition: all 0.2s ease-out;
  transform: translateY(0) translateZ(0);
  will-change: transform;
}

.little-sticky-helper {
    display: none;
    height: 250px;
    min-height: 250px;
}
body:has(.countdown-bar) .little-sticky-helper {
    height: 194px;
    min-height: 194px;
}
@media(min-width: 992px) {

  header.sticky_nojump + .little-sticky-helper {
      display: block;
  }

  .sticky_nojump .small-featurettes {
      display: none !important;
  }
}

.sticky-backtotop {
    position: fixed;
    bottom: 90px;
    right: 20px;
    color: #fff;
    z-index: 1001;
    padding: 0;
    width: 45px;
    height: 45px;
    overflow: hidden;
    cursor: pointer;
    background-color: #2f292b;
}

.sticky-backtotop i {
  position: absolute;
  color: #fff;
  font-size: 19px;
  z-index: 1;
  left: 15px;
  top: 12px;
}

.action-logout {
  cursor: pointer;
}

.sticky.hide-nav {
  transform: translateY(-100%) translateZ(0);
}

.btn-round {
  border-radius: 50% !important;
}

.b-none {
  border: none !important;
  background-color: none !important;
}

.border-bottom-dark {
  border-bottom: 1px solid #2f292b !important;
}

.header-top {
  background-color: #404040;
  color: #fffefe;
  font-size: 48px;
}

.card-header-clickable {
  cursor: pointer;
}

.card-body.panel-collapsed {
  display: none;
}

.search-form {
  width: 100%;
  max-width: 420px;
}

.input-search {
  color: #262525;
  background-color: #e9e9e9;
  color: #8a8a8a;
  letter-spacing: -0.16px;
  font-size: 16px;
  line-height: 1;
  border: none;
  height: 43px;
  border-radius: 30px 0 0 30px;
  font-family: "Lato";
  padding: 0 0 0 24px;
}

.btn-search {
  height: 42px !important;
  border: none;
  background: #e9e9e9;
  border-radius: 0 30px 30px 0;
  padding: 5px 14px;
}

.btn-search i {
  color: #000;
}

.btn-mobile-search {
  height: 20px !important;
  color: #000 !important;
  background-color: transparent;
  border: 0 !important;
}

.header-phone {
  margin-left: 50px;
}

.header-phone .header-phone-text {
  font-size: 17px;
  font-weight: 900;
}

.header-phone .header-phone-number {
  font-size: 22px;
  font-weight: 900;
}

.header-phone .header-phone-number a {
  color: #cb000e;
  text-decoration: none;
}

.header-phone .header-phone-number i {
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  font-weight: 900;
  content: "\e5be";
}

@media (max-width: 1200px) {
  .header-phone {
    display: none;
  }
}

.content-basket {
  color: #282827;
  height: 34px;
  border: none;
  padding: 0;
  font-size: 18px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
  background: none;
  cursor: pointer;
  outline: none;
  width: 100%;
  position: relative;
}

.content-basket .basket_icon {
  width: 42px;
  height: 37px;
}

.basket-total-items {
  color: #fff;
  background: #cb000e;
  text-align: center;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  margin-left: 10px;
  padding-top: 3px;
  font-size: 16px;
  font-weight: bold;
}

.content-basket .basket_icon + .basket-total-items {
  position: absolute;
  top: -15px;
  right: -10px;
  height: 20px;
  width: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.basket-container .myaccount-link {
  margin: 0px 25px;
}

.basket-container .myaccount-link:hover {
  background: none;
}

.basket-container .myaccount-link img {
  width: 37px;
  height: 37px;
}

.navbar-expand-lg .navbar-nav {
  width: 100% !important;
}

.navbar-nav .nav-item.active,
.navbar-nav .nav-item:hover {
  background-color: #656565;
}

.border-light-2 {
  border-color: #dcdcdc !important;
}

.sortfilter .btn-light-select {
  border: 0;
  font-weight: bold;
}

.product-name {
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .product-name {
    font-weight: normal;
  }
}

.refine-search {
  background-color: transparent;
  color: #262525;
  cursor: default;
}

.refine-search h3 {
  font-size: 22px;
}

@media (max-width: 767.98px) {
  .refine-search {
    background-color: #2f292b;
    color: #fff;
    cursor: pointer;
  }
}

.btn-add-to-basket {
  background-color: #231f20;
}

.btn-more-info {
  background-color: #231f20;
}

.btn-accordion {
  font-size: 16px;
  font-weight: bold;
  color: #434343;
  padding: 0;
  background-color: transparent;
}

.btn-accordion:hover {
  color: #434343;
  background-color: transparent;
  border-color: transparent;
}

.btn-accordion:focus,
.btn-accordion.focus {
  border-color: transparent;
  box-shadow: none;
}

.btn-accordion:disabled,
.btn-accordion.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-back {
  color: #fff;
  background-color: #2f292b;
}

.btn-back:hover {
  color: #2f292b;
  background-color: #fff;
}

.bootstrap-select.selectcustom1 {
  height: 43px;
}

.selectcustom1 .btn-light-select {
  line-height: 29px;
  color: #434343;
  border-radius: 25px;
  box-shadow: inset 0 4px 9px -7px rgba(0, 0, 0, 0.4);
}

.selectcustom1 .dropdown-menu.show {
  background-color: #c8c8c8;
}

.selectcustom1 .btn-light-select::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #262626;
  position: absolute;
  padding: 7px 8px;
  right: 5px;
  top: 0;
  width: 27px;
  font-size: 18px;
}

.selectcustom1 .filter-option-inner-inner {
  color: #3e3e3e;
}

.product-image-carousel {
  cursor: pointer;
}

.container-mobile {
  margin-right: 0;
}

.header_links {
  background-color: #cb000e;
  min-height: 32px;
  color: #fff;
  font-family: "Lato";
}

#language-currency {
  background: none;
}

.header_links .language-currency {
  background: none;
  height: auto !important;
  padding-top: 2px !important;
}

.header_links .language-currency .btn-light-select {
  background: none;
  font-weight: 700;
}

.header_links .dropdown-toggle {
  border: 0;
  padding: 0;
  background: none;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
}

.header_links .fas.dropdown-toggle {
  font-size: 14px;
}

.header_links .language-currency .btn-light-select::after {
  display: none;
}

.header_links .language-currency .icon {
  margin: 0;
  width: 18px;
}

.header_links .language-currency .filter-option-inner-inner {
  vertical-align: middle;
}

.blogs_carousel {
  padding: 80px 0 69px;
  font-family: Lato;
}

.blogs_carousel .img-fluid {
  width: auto;
  border: 0;
}

.blogs_carousel h3 {
  color: #2b2b2b;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 25px;
}

.blogs_carousel_content {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.blogs_carousel_continue {
  color: #cb000e;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
}

.blogs_carousel_continue .fa {
  margin-left: 6px;
}

.blogs_carousel_dots {
  display: flex;
  margin-top: 25px;
}

.blogs_carousel_dots .dot {
  width: 12px;
  height: 12px;
  background-color: #dadada;
  border-radius: 50%;
}

.blogs_carousel_dots .dot.active {
  background-color: #2b2b2b;
}

.blogs_carousel_dots .dot + .dot {
  margin-left: 7px;
}

.blogs_carousel_button {
  margin-top: 80px;
}

.blogs_carousel_button .btn {
  background-color: #cb000e;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  border-radius: 25px;
  padding: 10px 26px 7px;
}

.blogs_carousel_button .btn .fa {
  margin-left: 15px;
}

@media (min-width: 992px) {
  .container-mobile {
    margin-right: -15px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.inputcustom1 {
  height: 43px;
  color: #3e3e3e;
  font-size: 16px;
}

.btn-forgotten-register:hover {
  text-decoration: none;
}

.btn-login-register {
  background-color: #2f292b;
}

.btn-postcode {
  background-color: #2f292b;
}

.btn-register {
  background-color: #2f292b;
}

@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

 
}

@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }

  .w-md-auto {
    width: auto !important;
  }
}

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }
}

.card-header-light-5 {
  background-color: #f1f1f1;
  padding-top: 17px;
  padding-left: 17px;
  padding-bottom: 16px;
}

.card-header-light-5 .custom-control.fill-checkbox {
  margin-bottom: 0;
}

.card-header-light-5 .custom-control.fill-checkbox .fill-control-description {
  color: #3e3e3e;
  font-size: 16px;
  line-height: 30px;
}

.link-underline {
  color: #cb000e;
}

.link-underline:hover {
  color: #cb000e;
  text-decoration: none;
}

.myaccount-link {
  font-size: 14px !important;
  color: #252525;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 400 !important;
}

.myaccount-link:hover {
  background-color: #cb000e;
  color: #fff;
}

@media (max-width: 991.98px) {
  .myaccount-link {
    font-size: 17px !important;
    color: #252525;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 700 !important;
  }

  .myaccount-link:hover {
    background-color: #cb000e;
  }
}

.cofc {
  color: #262525;
}

.myaccount-link:hover .cofc {
  color: #fff;
}

.d-empty:after {
  content: "\00a0";
}

.border-1 {
  border: 1px solid #bfbfbf !important;
  border-radius: 5px;
}
.border-2 {
  border: 1px solid #dee2e6 !important;
  border-radius: 5px;
}
/* mega menu begin */
.navbar .menu-header .header-link {
  font-size: 16px;
  font-weight: bold;
  color: #2b2b2b;
  text-decoration: none;
  text-transform: capitalize;
  position: relative;
}

.navbar .menu-header .header-link:hover {
  color: #cb000e;
}

.navbar .nav-link {
  font-size: 16px;
  color: #2b2b2b;
  text-decoration: none !important;
}

.navbar .dropdown-menu .nav-link::before {
  height: 10px;
  content: "";
  font-size: 0;
  /*background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23494949' d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;*/
  background-size: 9px;
  display: inline-block;
  padding-right: 8px;
  position: absolute;
  left: 0;
  margin-top: 8px;
}

/* IE10/11 hack */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navbar .dropdown-menu .nav-link::before {
    background-size: 15px;
  }
  .main-content {
    min-height: 1px;
  }
  .small-featurettes {
    margin-bottom: 15px;
  }
  .weblogo {
    max-width: 265px;
  }
  .modal-content {
    flex-direction: row;
    -ms-flex-direction: row;
  }
}

.navbar-dark .navbar-nav .nav-link {
  color: #494949;
  display: contents;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar .nav-link.dropdown-toggle {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #000;
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: #c8c8c8;
}

.navbar-dark .dropdown-menu {
  background-color: #c8c8c8;
}

.img-menu {
  max-width: 242px;
}

.navbar .card-columns .card {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}

.navbar ul li {
  list-style: none;
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=");
}

@media (min-width: 992px) {
  .navbar .dropdown-menu {
      max-width: 990px;
  }
}

@media (min-width: 1200px) {
  .navbar .dropdown-menu {
      max-width: 1170px;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    /* add vertical scroll if required */
    overflow-y: scroll;
    max-height: 100vh;
  }

  .navbar .dropdown-toggle:after {
    content: "";
  }

  .navbar .dropdown-menu .nav-link::before {
    left: 18px;
  }

  .navbar .dropdown-menu .nav-item {
    padding-left: 15px;
    margin-left: 0.25rem;
  }

  .navbar .navbar-nav .nav-item.active,
  .navbar .navbar-nav .nav-item:hover {
    background-color: transparent;
  }

  .navbar .nav .nav-item.active,
  .navbar .nav .nav-item:hover {
    background-color: #f6f6f6;
  }
  .bottom-shadow-mobile {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
  }
  .border-top-red-mobile {
    border-top: 3px solid #cb000e;
  }
}

@media (min-width: 576px) {
  /* sm resolution max columns */
  .navbar .card-columns {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .navbar .card-columns-img {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 768px) {
  /* md resolution max columns */
  .navbar .card-columns {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .navbar .card-columns-img {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 992px) {
  .w-30 {
    max-width: 30%;
  }
  .navbar .nav .nav-item.active,
  .navbar .nav .nav-item:hover {
    background-color: #fff;
    color: #2b2b2b;
  }

  .navbar .nav-link:hover {
    color: #2b2b2b;
    text-decoration: underline;
  }

  .navbar .navbar-nav .nav-item.active,
  .navbar .navbar-nav .nav-item:hover {
    background-color: #fff;
    color: #2b2b2b;
  }

  .navbar .navbar-nav .nav-item.active .nav-link,
  .navbar .navbar-nav .nav-item:hover .nav-link,
  .navbar .nav .nav-item.active .nav-link,
  .navbar .nav .nav-item:hover .nav-link {
    color: #2b2b2b;
  }

  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    /*padding-top: 2px;*/
    padding-bottom: 0;
  }

  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .dropdown-menu .nav-item {
    padding: 0.5rem 0.5rem;
    margin: 0.25rem;
  }

  /* makes the dropdown full width  */
  .navbar .dropdown {
    position: static;
  }

  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    border: 1px solid #fff;
    margin-top: 0;
    background-color: transparent !important;
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar .dropdown-menu > .container > .row-inner {
    background: #fff;
    box-shadow: 0 15px 10px -15px #111;
  }
  .navbar .dropdown-menu > .container > .row-inner > div {
    min-height: 400px;
  }
  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block;
  }

  .navbar .dropdown-toggle:after {
    content: "";
    font-size: 0;
  }

  /* lg resolution max columns */
  .navbar .card-columns {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }

  .navbar .card-columns-img {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .menu-header:hover + .submenu-item,
  .submenu-item-active,
  .submenu-item-default {
    display: block !important;
    position: absolute;
    left: 30%;
    right: 0;
    top: 0;
    height: 100%;
    /*width:calc(100% - 20px);*/
    background: #fff repeat scroll 50% 50% / cover;
  }
  .submenu-item-active {
    z-index: 8;
  }
  .submenu-item > ul,
  .submenu-item > .empty-child {
    width: 100%;
    float: left;
    height: 100%;
    background: #e3e3e3;
  }
  .submenu-item > .empty-child {
    background: transparent;
  }
  .submenu-item,
  .submenu-item-active {
    background: #fff repeat scroll 50% 50% / cover;
  }

  .submenu-item > .menu-img {
    width: calc(1150px - 59.6%);
    float: left;
    height: 100%;
    text-align: right;
  }
  .menu-img > div > img {
    max-width: 100%;
    width: auto;
    height: 100%;
    max-height: 100%;
  }
  .submenu-item .nav-item.active,
  .submenu-item .nav-item:hover {
    background-color: transparent !important;
  }

  .submenu-item .nav-item > a:hover {
    text-decoration: none !important;
    color: #cb000e !important;
  }
  .submenu-item > ul > li:last-child {
    margin-bottom: 0 !important;
  }
  .header-link.active {
    position: relative;
    color: #cb000e !important;
  }
  .header-link.hasChild.active:before,
  .header-link.hasChild:before {
    position: absolute;
    font-family: "Material Icons";
    content: "\e315";
    right: 0;
    font-size: 22px;
  }
  .header-link.hasChild.active:after {
    content: "";
    position: absolute;
    right: -19px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 12px solid #fff;
    z-index: 9;
    top: -6px;
  }
}

@media (min-width: 1200px) {
  /* xs resolution max columns */
  .navbar .card-columns {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }

  .navbar .card-columns-img {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
/* end mega menu */

/* mega mobile menu begin */
.btn-menu:not(.show) {
  background-color: #fff !important;
  color: #2b2b2b !important;
  border-color: #fff !important;
}

.btn-menu.show {
  background-color: #fff !important;
  border: 0;
  color: #2b2b2b !important;
}
.bottom-shadow {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 340px) {
  /* very low resolution */
  .btn-menu {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 991.98px) {
  .submenu-item {
    background-image: none !important;
  }
  .navbar-dark {
    background: #f6f6f6 !important;
    padding: 0;
  }

  .navbar .dropdown-menu .card-columns {
    padding-right: 0;
    padding-left: 1.5rem;
    padding-top: 1rem;
  }

  .navbar .menu-header .header-link {
    font-size: 16px;
    background-color: transparent;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
    color: #cb000e;
  }
  .navbar .dropdown-menu .nav-link::before {
    background: none;
  }
  .nav-item-mobile-2 {
    border-top: 1px solid #dddddd;
  }
  .width-md-100 {
    max-width: 100%;
  }
  /* Edge all versions */
  @supports (-ms-ime-align: auto) {
    .nav-item-mobile-2 {
      line-height: 0;
      border-top: 0;
    }

    .nav.flex-column {
      line-height: 26px;
    }

    .navbar ul li {
      margin-top: -5px;
    }

    .navbar .card-columns .card {
      padding-bottom: 2.25rem !important;
    }
  }
}

/* IE10 and above */
@media (max-width: 991.98px) and (-ms-high-contrast: active),
  (max-width: 991.98px) and (-ms-high-contrast: none) {
  .nav-item-mobile-2 {
    line-height: 0;
    border-top: 0;
  }

  .nav.flex-column {
    line-height: 26px;
  }

  .navbar ul li {
    margin-top: -5px;
  }

  .navbar .card-columns .card {
    padding-bottom: 2.25rem !important;
  }
}

.mobile-search-icon::before {
  font-size: 18px;
  color: #2b2b2b;
}

.input-mobile-search {
  background-color: #f6f6f6;
  color: #000;
  border: 0;
  font-size: 17px;
  padding: 0;
  box-shadow: none;
}

.input-mobile-search:focus {
  background-color: #fff;
  border: 1px solid #f6f6f6;
  color: #495057;
}
.btn-mobile-dropdown {
  border-radius: 0;
  background: #ebebeb;
}
.navbar .navbar-nav .nav-item-mobile.active,
.navbar .navbar-nav .nav-item-mobile:hover {
  background-color: #efefef;
}

.mobile-item {
  background-color: #fff;
  color: #2b2b2b !important;
  line-height: 41px;
}

.nav-item-mobile-2 .dropdown-menu {
  background-color: #f6f6f6;
  border: 0;
}
.header-mobile-link {
  padding-left: 0;
}
/* end mega mobile menu */

@media screen and (max-width: 354px) {
  /* very low resolution phones */
  .weblogo-small {
    width: 170px;
    margin-left: 4px;
  }

  span.tiny {
    display: none;
  }
}

@media screen and (min-width: 355px) {
  span.tiny {
    display: inline-block;
  }
}

@media screen and (max-width: 400px) {
  /* very low resolution phones */
  .carousel-caption h5 {
    font-size: calc(3vw + 3vh);
  }
}

.sticky-basket {
  display: none;
}

.basket-info {
  color: #fff;
  font-size: 17px;
}

.basket-info a {
  color: #fff;
  text-decoration: underline;
}

.basket-info a:hover {
  color: #fff;
  text-decoration: none;
}

.cookie-inside {
  color: #000;
  font-size: 16px;
}

.cookie-inside .btn-link {
  text-decoration: underline;
  font-size: 16px;
  color: #000;
  font-weight: normal;
}

.cookie-inside .btn-link:hover {
  text-decoration: none;
  font-size: 16px;
  color: #000;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  background: #dadada;
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #2b2b2b;
}

.carousel-indicators.carousel-1 li.active {
  background-color: #2b2b2b;
}

.carousel-indicators.carousel-1 li {
  border: 1px solid #2b2b2b;
}

.friendly-call {
  font-size: 13px;
  font-weight: 700;
  padding: 6px 0;
}

.friendly-call b {
  font-weight: 900;
}

.friendly-call-headder .friendly-call {
  text-align: center;
}

.friendly-call-headder .friendly-call span {
  font-size: 17px;
  color: #282827;
}

.friendly-call-headder .friendly-call a {
  font-size: 22px;
  color: #cb000e;
}

.friendly-call-headder .friendly-call a img {
  width: 19px;
  height: 19px;
  transform: translateY(-2px);
}

/* modal dialogs */
.modal-dialog {
  max-width: 100%;
  margin: 0.5rem;
}

.modal.show {
  padding-right: 0 !important;
}

@media (min-width: 576px) {
  .modal-dialog-sm {
    max-width: 582px;
    margin: 0.5rem;
  }
  
}

@media (min-width: 576px) and (max-width: 598px) {
  .modal-dialog-sm {
    margin: 0.5rem;
  }
}

@media (min-width: 599px) {
  .modal-dialog-sm {
    margin: 0.5rem auto;
  }
}

@media (min-width: 768px) {
  .modal-dialog-md {
    max-width: 774px;
  }
}

@media (min-width: 768px) and (max-width: 791px) {
  .modal-dialog-md {
    margin: 0.5rem;
  }
}

@media (min-width: 792px) {
  .modal-dialog-md {
    margin: 0.5rem auto;
  }
}

@media (min-width: 992px) {
  .modal-dialog-lg {
    max-width: 998px;
  }
}

@media (min-width: 992px) and (max-width: 1014px) {
  .modal-dialog-lg {
    margin: 0.5rem;
  }
}

@media (min-width: 1015px) {
  .modal-dialog-lg {
    margin: 0.5rem auto;
  }
}

/* begin overflower - that allows to display shorter or longer text inside span */
.ovf {
  display: inline-block;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: 19px;
  line-height: 26px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.ovf-long {
  display: inline;
}

.ovf-short {
  display: none;
}

@supports (flex-wrap: wrap) {
  .ovf {
    display: inline-flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ovf-short {
    display: block;
    overflow: hidden;
    flex-grow: 1;
    width: 0;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 23px;
  }

  .ovf-long {
    flex-basis: 100%;
    line-height: 23px;
    padding-right: 1px;
  }
}
/* end overflower */

/* other */
.form-group .btn-light-select,
.form-block .btn-light-select {
  border-radius: 25px;
  box-shadow: inset 0 4px 9px -7px rgba(0, 0, 0, 0.4);
  padding: 5px 10px;
}
.required-star {
  color: #cb000e;
}
.col-form-label {
  font-size: 15px;
}
.text-red,
a.text-red:hover {
  color: #cb000e;
}
.text-green {
  color: #659d54;
}
.btn-red,
.btn-red-light {
  background: #cb000e;
  border-radius: 25px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 30px;
}
.btn-red-light {
  background: rgba(203, 0, 14, 0.5);
}
.btn-red:hover,
.btn-red-light:hover {
  background: #cb000e;
  color: #fff;
}

.radius-top-lr {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.radius-bottom-lr {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.word-break {
  word-break: break-word;
  display: inline-block;
}

.btn-arrow {
  position: relative;
  padding-right: 40px;
}
.btn-arrow > i {
  position: absolute;
  right: 15px;
  top: 10px;
}
.btn-arrow-dark {
  position: relative;
  padding: 6px 40px 6px 30px;
}

.btn-arrow-dark > i {
  position: absolute;
  right: 15px;
  top: 10px;
}
.error-bg {
  background: #fff repeat scroll 50% 50% / cover;
  background-image: url("/images/layout-1/error-bg.jpg");
  margin-bottom: -25px;
}
.error-content {
  max-width: 650px;
  margin: 0 auto;
  padding-top: 200px;
  padding-bottom: 200px;
}
.error-content h1 {
  font-size: 70px;
}
.error-content a {
  color: #cb000e;
}
@media (max-width: 767.98px) {
  .error-content h1 {
    font-size: 40px;
  }
  .error-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .content_02 {
    padding: 50px 0 35px 0;
  }
  .product-filter {
    display: none !important;
  }
  .product-filter.panel-collapsed {
    display: block !important;
  }
    .choose {
        padding: 60px 0 40px 0;
    }
}

#out-of-stock-box .btn-dark {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  line-height: 32px;
  color: #fff;
}
#out-of-stock-box .btn-dark:hover {
  color: #3e3e3e;
}

.form-basket .product-row:first-child {
  border-bottom: 0;
}
.basket-item-modal .modal-footer {
  display: none;
}
.basket-item-modal .modal-content,
.basket-item-modal .modal-body {
  padding: 0;
}
.modal-cart-header {
  background: #cb000e;
  color: #fff;
  padding: 15px;
  padding-right: 50px;
  font-size: 30px;
  font-weight: 700;
  position: relative;
}
.line-height-1 {
  line-height: 1;
}
.modal-cart-header .btn-close-modal {
  position: absolute;
  right: 15px;
  top: 22px;
  cursor: pointer;
}
.border-top-1 {
  border-top: 1px solid #ededed;
}
.social-box-facebook > a {
  padding-left: 15px;
}

.social-box-twitter > a {
  padding-left: 18px;
}

@media (max-width: 575.98px) {
  #banner-carousel-1 ol.carousel-indicators {
    margin-bottom: -6px;
  }
    .jslider {
        width: 95% !important;
    }
    .hidden-xs {
        display:none;
    }
    .hidden-not-xs {
        display:block;
    }
    .column-4-image .iblck4 {
        min-width:575px;
        
    }
    .column-4-image .items4row {
        overflow: hidden;
    }
}


@media (max-width: 767.98px) {
    #banner-carousel-1 ol.carousel-indicators {
        margin-bottom: -6px;
    }

    .jslider {
        width: 95% !important;
    }
}

@media (min-width: 767.99px) {
    .hidden-not-xs {
        display: none;
    }

    .hidden-xs {
        display: block;
    }
}
.product-filter2 .faq-category-content .btn-header-link {
    text-align: left !important;
    color: #434343 !important;
    white-space: normal !important;
    font-size: 16px !important;
}
.product-filter2 .faq-category-content .btn-header-link {
    display: block !important;
    text-align: left !important;
    color: #434343 !important;
    background: none !important;
    box-shadow: none !important;
    padding: 10px 30px 0px 0 !important;
    white-space: normal !important;
    font-size: 16px !important;
}
@media (min-width: 575.99px) and (max-width: 767.98px) {
  #banner-carousel-1 ol.carousel-indicators {
    margin-bottom: 0;
  }
}
.black-text {
  color: #2b2b2b;
  text-decoration: none;
}
.black-text:hover {
  text-decoration: none;
}
.friendly-call a {
  color: #fff;
  text-decoration: none;
}

.fa-twitter:before {
  content: url("/images/icons/x-twitter-white.svg");
  position: relative;
  top: 3px;
  width: 17.5px;
  display: inline-block;
}

.fa-tiktok::before {
  content: "";
  -webkit-mask-image: url("/images/icons/fa-tiktok.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  position: relative;
  top: 2px;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
}

.social-box i.fa-tiktok::before {
  height: 1em;
}

.hidden {
  display: none;
}
.cc-nb-okagree:focus,
.cc-nb-reject:focus,
.cc-nb-changep:focus {
  border: 0 !important;
  box-shadow: none !important;
}
.cc-nb-okagree,
.cc-nb-reject {
  border: 0 !important;
  box-shadow: none !important;
  background: #cb000e !important;
  color: #fff !important;
  position: relative !important;
  padding-right: 40px !important;
  border-radius: 25px !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  padding: 10px 30px !important;
}

/* FAQ block style Start */

#faq .card {
  border: 1px solid #c9c9c9;
  border-left: none;
  border-right: none;
}

#faq .card:not(:nth-child(1)) {
  border-top: none;
}

#faq .card .card-header {
  background: none;
  border: none;
  box-shadow: none !important;
}

#faq .card .card-body {
  font-size: 16px;
  line-height: 24px;
  padding-left: 0;
}

#faq .card .card-header .btn {
  color: #cb000e;
  font-size: 24px;
  font-weight: 900;
}

#faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: none;
  box-shadow: none;
  color: #cb000e;
  padding: 20px 30px 20px 0;
  white-space: normal;
}
.product-filter2 #faq .card .card-header .btn-header-link:after {
    top: 5px;
}
    #faq .card .card-header .btn-header-link:after {
        content: "\f00d";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        float: right;
        width: 40px;
        height: 40px;
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        color: #fff;
        position: absolute;
        right: 0;
        top: 12px;
    }

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
  background: none;
  color: #cb000e;
}

#faq .card .collapse {
  border: 0;
}

#faq .btn-arrow {
  margin: 30px 0 52px 0;
  max-width: 338px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

/* FAQ styles for homepage */

.faq-home {
  background: #e9e9e9;
  margin-top: -50px;
  padding-top: 40px;
}

.faq-home .faq-block .card {
  background: #e9e9e9;
}

/* FAQ block style End */

/* FAQ category block styled Start */

.product-filter .faq-category-content {
  margin-top: 30px;
}

.product-filter .faq-category-content .faq-title {
  font-size: 18px;
  font-weight: bold;
  color: #cb000e;
  margin: 0;
  margin-bottom: 10px;
}

.product-filter .faq-category-content .btn-header-link {
  display: block !important;
  text-align: left !important;
  color: #434343 !important;
  background: none !important;
  box-shadow: none !important;
  padding: 10px 30px 0px 0 !important;
  white-space: normal !important;
  font-size: 16px !important;
}

.product-filter .faq-category-content .card-header .btn-header-link:after {
  width: 30px !important;
  height: 30px !important;
}

.product-filter .faq-category-content .card-body {
  font-size: 15px;
  line-height: 24px;
  padding-left: 0;
  padding: 0;
  padding-bottom: 10px;
}

.product-filter .faq-category-content .faq-group .faq-answer {
  font-size: 14px;
  font-weight: normal;
  color: #434343;
}

/* FAQ category block styled End */

/* Countdown bar */

.countdown-bar {
    padding: 10px 0 2px;
    background-color: #2b2b2b;
    /*text-transform: uppercase;*/
    color: #fefefe;
    font-size: 16px;
}

.flash_text {
    font-size: 16px;
    color: #fefefe;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    font-weight:600;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.tim-div {
    float:left;
    margin-right:15px;

}
.tim-d2 {
    float:left;
}
.count-number {
    background-color: #2e2e2e;
    font-size: 16px;
    padding: 6px 4px 6px 6px;
    letter-spacing: 3px;
    border-radius: 4px;
}
.countdown-bar .message {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    padding-left: 0;
}

.countdown-bar .timer {
    font-size: 16px;
    text-align: right;
    padding-right: 0;
    font-weight: 600;
    padding-left: 10px;
}
.count-text {
    position:relative;
}
.timer-inner {
    position: relative;
    padding-left: 10px;
    width: auto;
    display: inline-block;
    text-align: center;
    line-height: 16px;
}
.tim-label {
    font-size:8px;
    letter-spacing:1px;
}

.line-height-12 {
    line-height: 1.3;
}

.timer-icon {
    width: 35px;
    height: 35px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAeCAYAAABNChwpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAACVJJREFUeNp0lwlMlekVhj/uvQqoIIILoqi4gGJV3PeMFo0Glzogo6ZGi1rjVse0o7U1bo2OzmQS3Mam02oGNcalYxx3zYAyHY24DK64o4gboKIiInuf98v9CW3tn1z47/99/znvec97zvmuz82bN01ZWZk5e/asycrK6paWlrbg/v37se/evWteXV3tU69evYKwsLDTcXFxGzp16vQje4yPj48pKCgwbrfb+Pr6muLiYtOkSRNTWlpq2rZtq/WmBw4c+JS9H7958yaisrLSt27duq8bN258uV+/flt69+69vUuXLqZhw4bG59atW0bXypUrf7d3794vysvL/c0HLpxVx8bGrmrXrt2mly9ftnn06FEEe0NcLpenqqrqTfPmzR83atQoC+eRhw4d2gLACPN/rs6dO3+Pv6RWrVoV+ty4ccOkpKTMWrt27V+1iMEy0H3n8XjSYaCCRzHZ2dnxr169CtO6v7//i5KSkpAPGYaNNwoAQHV4v6x9+/bHGzRocBKGC+vXrx9FsJ8Avq329ujRI23jxo1x7o8++qjt4sWLv6uoqPANDQ3NnTZt2lgW12HsYt++fTNBeePBgwexhYWF4XqRffX0X2nASRHMlHDvAqxbVOu/F0zx0KFDvxg2bNjfcX4pKioqtX///jsIMAx73Z4+fRrBu+98Ro8e/RWU/aFOnTrlGzZsGNaiRYsf8/PzbT4vX7786x07dnyNHho6EUZGRh5u2bLl4cDAwKuPHz8uILoqgDfAcLvnz58PuX379se839FhhQBTxo8fPzsgIKAEZkybNm08c+bMOYv2eqKBB24i+xIHoQjsh8GDB6+GMtOnTx+zdevWT7dt2/YNlPphvGrgwIGbMJREev4RFBR0lejzSMtbjBY3a9asEBD3yG0qItuK2O7m5eXFkKqgnJycGKjvN3Xq1O/RTykCrwLXm4sXL44nSB8XOWkhpKg08/r16wYxmV27dk3evXv3Oj2nCvJnzZo1Bufzg4ODs8UMoIyief/+vQG8rQbot9+VEgL4lrT2A9Ah2UBDscuXL99GqtywZmAok6CqreZ4KEQy6gkPDzd3797ttGrVqq/1DFXnL126dARRHyEa65QcW2fSgD76To4NKbFAdGkvYs1buHBhPCnYrWfp6eljN2/evLhjx47a51GJ87jaBXU52kBkfbW4fv16pSQQiiuojMmTJk26BMXW+du3b82LFy+sA8ToevLkydp79+6dkLIV/evXrw0ptSAEqlu3buXJycnTSW+mnpHWJaQttGnTpr0EXFp2Dx8+vBml+EsaRktqNxSkiVLymDFjNk+YMGGTGg4Cso7Pnz9vnatxYSg4MzNzD46jioqKcvh+Njc31wDIrg8ZMsQyJXKppPMnTpxI4rnfw4cPO165ciWO/eBomu2Kj4//BlE9IyL30aNHZxNpXYRYSM4/l1OM2zwreuVetHsvpa/Uy56LAOwesZCammp27txpNYEjNZ6fBw0atE97L1y4MBoh/kL3sJvsgqb8ZcuWzfTz83vvWO7Vq9c+Su7ps2fPbOQo2ig6hPPfvafa2xOqSZmNWIC1T2zBkARn6JqGnvK32i+OGjXq2xkzZmxxSfkdOnQ4COWfOYuUy3FFImP6KK+K7gMAjBdApdjRO9KKWKKqjFfxhv5gQkJCMqgiqzdS8q9x48b9luqo9mRkZNiBAl2vvK1Y7TeLRSeH1qjKrxb9/3GR2wBABpPGmspQrXNfIQ3pu8qTVGch2Nbcl5GGCg1CjyYS9MuI7Qd0xGL+FShiJxoBkXEZ8hrXmo/TdjH6J/79vjZAGMlmMo4juEeqCDU47p9pTZOWew89pkJ/VLO2Nh06hbwmyTiUYdHvANJFzkv0wVEAezQf6jngdJG6nozj5gT3KDo62lZSLbtufLoI1ngoC5svZnqRVojWH2eBbHjppECGyZsF4QDgfxEDJYHBMkBsOM8dwPSOWwy1C3JCQ7NpZl+QF0Ax75Zrr0fO9WFTrpc6fxy3RjAPVM+1hGZqp0Uv0/1+Yt9PTu4dAAIqp9pLrduDh57Dih3FfM+F+WoJ18P0E5166TpTsQxjddk4gPyl66RTU/QYVTWopJxLDpxPbQC61AOYmuqGtkXTNSMQZLTWGM3nxKiamkvoJBIOD/eYBZe9zeITqLNr6vH66J4pJ5HWMPI/TQHnTsXone7du1vxwZJGeyKM+qtnAOqEdKc1F/WpGjUwUTVixIgU7/SKOXfuXIIcaqMEJKNqs04vUHqcqlAKHL1oP33FJCUlWfolctiof+zYsdlaj4iIyIyJicnUPoF0iR59ZIQz3w7APNbG7du3rwFtoKhS1IjN0upUg9qzjFPbpmvXroZzgBk7dqyhtRvmSw1rSsOePXuW0lXbyC57knmvUnas75kzZ1oRSgcgLuW+8MyZM7+itwfjNJJj1N5r167ZjujkWmDFiADpnlOSpVmMOSOZ3mApPnny5IR169YlK2tQnzZ37tw/KlsKSh8LQC8JgOiEnkucCTrTqToDIJojVjiiOQ7iSqcbOgBUFRKSUqiI1NBkQ4bFABNwPAfPFB1SYeMloz6BFBRoXbrTxyWUzkeUanHNmjWTcXpRkZw+fXoaRlJRf0/lTesfEqD3kGo1ALjA/fv3f8mRbg9g/XVC5mCTiPObmppO2m3gjqhkQMJSbZKCQQyQMMc4ohzIaeY07Gwj39uJ5me1bNvJcOpUBu9E3rlzJ44fOXOYoh1qlav71KlTA/CVJs3o4OOI1ke/dJxLhg4ePDh8yZIl+6C2AXooRVz/BFC8InH2ASCHRnMDup8CugIqGxFZe/pEJwLwrfUD5BjvNeRQ2l/fOaR8zgheoipRGm1Pnjhxos2jEDEZBy5atOgA3wOIrHz16tW/QbV/QVyHoTWAw0VrXvTjPoj79ozf7uigJ4KLpmmFEqmdJ/STjJEjR/45MTFxUUJCwn5EPISx3AJNDYZ2H86Y6aoiqylOrzX1e+TIkWRALKBvV65YsWIyBnYRvZ3p6opQHI5Ah8kQFEcBRr+Q3KTvLaLLoeTOE90PAiBNKT38DlRqQ+bPn38EIH14njd9+vRW+gVm5wZlYrzHcoPiIzjJLpgyZUoqPx4OqPSuXr1qDxZSvHdY2R6gQwZl68aQi/tyBaD86r/KVfYkarVilSegm8ybN+8zGM2g8vYpel3/FmAAmfCc6hgDSQUAAAAASUVORK5CYII=') no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 767px) {
    .countdown-bar .message,
    .countdown-bar .timer {
        max-width: 100%;
        text-align: center;
        display: block;
    }

    .flash_text {
        width: 100%;
        font-size: 18px;
    }
}











.partners-block .parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background: #d6d6d6;
}
    .partners-block .parent .title {
        font-size: 20px;
        font-weight: 600;
        color: #2b2b2b;
    }
.partners-block .parent img {
    width:auto;
}
    .partners-block .parent div {
        min-height: 141px;
        width: 100%;
        place-items: center;
        display:grid;
        background:#fff;
    }


@media (max-width: 992px) {
    .partners-block .parent {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 1px;
        grid-row-gap: 1px;
    }
}
@media (max-width: 767px) {
    .partners-block .parent {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 1px;
        grid-row-gap: 1px;
    }
}
.weblogo-small {
	max-width:  190px;
}
.search-form {
    margin:auto;
}
.feat-cat:before {
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    /*opacity: .1;*/
    bottom: 0;
    background-image: url(/images/feat-bg.jpg);
    /*background-size: cover;*/
    background-position: right;
    background-repeat: no-repeat;
    border-bottom: 4px solid #cb000e;
    background-color: #dcdcdc;
}
.prod_item_image {
    width:auto;
}
.feat-cat {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    min-height:282px;
}


.column-4-image .row > div {
    padding-left: 0;
    padding-right: 0px
}

    .column-4-image .row > div:last-child {
        padding-right: 0
    }

@media (max-width: 767.98px) {
    .column-4-image .row > div {
        padding-bottom: 0px
    }
}

@media (max-width: 575px) {
    .column-4-image .row > div {
        padding-right: 0
    }
}



.column-4-image h2 {
    font-size: 30px;
    line-height:30px;
    font-family: "Lato";
    color: #fff;
    font-weight: 900;
    max-width: 320px;
    margin-bottom:10px;
}
.column-4-image h3 {
    font-size: 18px;
    font-family: "Lato";
    color: #fff;
    font-weight: 700;
}
.column-4-image .iblck4 {
    max-height:250px;
    overflow:hidden;
}
.column-4-image .social-box {
    display: inline-block;
    width: 47px;
    height: 47px;
    margin-right: 6px;
    background-color: #cd000f;
    border-radius: 50%;
    text-align: center;
    padding-top: 0;
}
    .column-4-image .social-box a {
        color: #fff;
        font-size: 18px;
        margin: auto;
        text-align: center;
        padding: 8px 0px;
    }
    .column-4-image .social-box .btn {
        display: inline-block;
        font-weight: 400;
        white-space: nowrap;
        user-select: none;
        border: 1px solid transparent;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
.column-4-image .column4-text-block {
    position: absolute;
    top: 40px;
    left: 35px;
    z-index: 1;
}

.iblck4:first-child {
    border-bottom: 8px solid #e51927;
}
.iblck4:nth-child(2) {
    border-bottom: 8px solid #a90712;
}
.iblck4:nth-child(3) {
    border-bottom: 8px solid #731118;
}
.iblck4:nth-child(4) {
    border-bottom: 8px solid #2b2b2b;
}


.product_category_featurettes .prod_item_button {
    z-index:2;
}
.cursor-pointer {
    cursor:pointer;
}
@media (max-width: 576px) {


    .partners-block .parent img {
        width: 100%;
    }
    .partners-block .parent div {
        padding:30px;
    }
}
.text4link h3 {margin-bottom:0;}
.text4link h2 {margin-bottom:0 !important;padding-bottom:10px !important;}

#stripe-payment-element {
    padding: 30px !important;
}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translate(0)}[data-aos=fade-up]{transform:translateY(100px)}[data-aos=fade-down]{transform:translateY(-100px)}[data-aos=fade-right]{transform:translate(-100px)}[data-aos=fade-left]{transform:translate(100px)}[data-aos=fade-up-right]{transform:translate(-100px,100px)}[data-aos=fade-up-left]{transform:translate(100px,100px)}[data-aos=fade-down-right]{transform:translate(-100px,-100px)}[data-aos=fade-down-left]{transform:translate(100px,-100px)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translate(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translateY(100px) scale(.6)}[data-aos=zoom-in-down]{transform:translateY(-100px) scale(.6)}[data-aos=zoom-in-right]{transform:translate(-100px) scale(.6)}[data-aos=zoom-in-left]{transform:translate(100px) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translateY(100px) scale(1.2)}[data-aos=zoom-out-down]{transform:translateY(-100px) scale(1.2)}[data-aos=zoom-out-right]{transform:translate(-100px) scale(1.2)}[data-aos=zoom-out-left]{transform:translate(100px) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translate(0)}[data-aos=slide-up]{transform:translateY(100%)}[data-aos=slide-down]{transform:translateY(-100%)}[data-aos=slide-right]{transform:translateX(-100%)}[data-aos=slide-left]{transform:translateX(100%)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}

h1, h2, h3{
    margin-bottom: 20px;
}
/* gallery images block */
.galleryimages div {
    height: 400px;
}

/* gallery2 block */
.gallery2 div {
    height: 415px;
}

.gallery2 div .contenttext {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    height: 210px;
    margin: auto 15px;
}

/* gallery3 text block */
.gallery3 div {
    height: 333px;
}

.gallery3 div h3 {
    font-size: 24px;
}

.gallery3 div .contenttext {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    height: 200px;
    margin: auto 15px;
}

/* title col-title3 block */
.col-title3 div h4 {
    font-size: 20px;
    line-height: 22px;
}

.col-title3 div p {
    max-width: 280px;
}

/* avatar6 block */
.avatar6 h5 {
    font-size: 18px;
}

/* info3 block */
.info3 p {
    max-width: 370px;
    margin: 0 auto;
}

/* gallery dashboard block */
.gallery-dashboard-top h2 {
    position:absolute;
    top:0;
    left:0;
    padding-left:50px;
    padding-top:50px;
    width:100%;
    height:100%;
}

.gallery-dashboard-top img {
    max-height:372px;
}

.gallery-dashboard-bottom h2 {
    position:absolute;
    top:0;
    left:0;
    padding-left:50px;
    padding-top:50px;
    width:100%;
    height:100%;
}

.gallery-dashboard-bottom img {
    max-height:371px;
}

.gallery-dashboard-right h2 {
    position:absolute;
    top:0;
    left:0;
    padding-left:50px;
    padding-top:50px;
    width:100%;
    height:100%;
}

.gallery-dashboard-right img {
    max-height:743px;
}

/* carousel block */
.img-carousel-block1 {
    max-height: 684px;
    object-fit: cover;
    object-position: center left;
    border:none !important;
    border-radius:0 !important;
}

/* html content */
.html-content h1 {
    font-size:40px;
    color:#2b2b2b;
}

.html-content h2 {
    font-size:30px;
    color:#2b2b2b;
}

.html-content h3 {
    font-size:24px;
    color:#2b2b2b;
}

.html-content h4 {
    font-size:20px;
    color:#000;
}

.html-content p {
    font-size:16px;
    color:#3e3e3e;
}

.html-content ul {
    padding-left: 0;
}

.html-content ul li {
    font-size:16px;
    color:#3e3e3e;
    margin-top: 15px;
    list-style: none;
}

.html-content ul li:before { 
    content:''; 
    display:inline-block; 
    height:1em; 
    width:1em; 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100' width='100'%3E%3Ccircle cx='50' cy='50' r='23' fill='%23b8b8b8' /%3E%3C/svg%3E ");
    background-size:contain; 
    background-repeat:no-repeat; 
    margin-right: 12px;
    margin-left: -4px;
}
.html-content a{
    color:#cb000e;
    text-decoration:none!important;
}
/* breadcrumb block */
.breadcrumb-block .breadcrumb-item-none {
    color:#303030;
    font-size:14px;
}

.breadcrumb-block .breadcrumb-item {
    color:#303030;
    font-size:14px;
    text-transform:capitalize;
}

.breadcrumb-block .breadcrumb-item.active {
    color:#303030;
    font-size:14px;
    text-transform:capitalize;
}

/* category featurettes */

.feat-cat{
    padding:0;
    position:relative;
}
.feat-cat .prod_item_image{
    /*border-bottom:4px solid #cb000e;*/
    position:relative;
    left:40px;
    top:40px;
}

.feat-cat .prod_item_title {
    position: absolute;
    font-size: 30px;
    font-family: "Lato";
    color: #2b2b2b;
    bottom: 30px;

    left: 35px;
    font-weight: 700;
    max-width: 130px;
    line-height: 1.1;
}
.feat-cat .prod_item_button{
    position:absolute;
    bottom:25px;
    right:35px;
    background:#cb000e;
    color:#fff;
    border-radius: 50%;
    width:50px;
    height:50px;
    text-align:center;
}
.feat-cat .prod_item_button > em{
    font-size:20px;
    padding-top: 15px;
    padding-left: 2px;
}
.form-block{
    background:#f4f4f4;
    position:relative;
    padding:45px 15px;
    border-top:3px solid #2b2b2b;
    margin-top:45px;
    margin-bottom:45px;
}
.form-small{
    max-width:960px;
    margin:0 auto;
}
.form-title{
    color:#fff;
    position:absolute;
    text-align:center;
    font-size:18px;
    top:-15px;
    left:0;
    right:0;
}
.form-title > span{
    background:#2b2b2b;
    padding:10px 25px;
    border-radius: 25px;
}

/* upload file */

.explanatory-file-container{
    border: 2px dashed #d3d3d3;
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    background-size:cover;
    background-position:50% 50%;
}
.explanatory-file-container #filename{
    font-size:14px;
    font-weight:400;
    display:block;
}
.explanatory-file-box{
    padding-top: 15px;
    padding-bottom: 15px;
}
.watermark{
    background-color: rgba(255, 255, 255, 0.5);
}
.upload-icon > i{
    color:#ebebeb;
    font-size: 100px;
}

.explanatory-file-container .text{
    font-size:14px;
}


.form-file {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

#input-other{
    display:none;
}
.price-was {
    font-size: 16px;
    text-decoration: line-through;
    color: #949494;
    font-weight: 600;
}
.price {
    font-size: 28px;
    font-weight: 800;
}

/* faq-block */
.faq-block .btn-link {
    font-size: 20px;
    color: #2b2b2b;
    text-decoration: none;
}
.faq-block .btn-link:hover {
    color: #434343;
}

.faq-block .card-body {
    padding-left: 1.25rem;
}

@media (min-width: 992px) and (max-width: 1300px) {
/*    .feat-cat .prod_item_title{
        top:10px;
        padding-bottom:80px;
    }*/
}
@media (max-width: 450px) {
    .feat-cat:before {
        
        border-bottom: 0px solid #cb000e;
    }
    .feat-cat .prod_item_title {
        bottom:20px;
        left:20px;
    }

    .feat-cat .prod_item_image {
        border: 0;
        top: 20px;
        left: 20px;
        max-height:60px;
    }
    .feat-cat {
        min-height: 180px;
        border-bottom: 4px solid #cb000e;
    }
}
@media (max-width: 370px) {
    .btn-red, .btn-red-light {
        padding: 10px 30px 10px 15px;
    }
    .btn-arrow > i{
        right:5px;
    }
    .img-carousel {
        padding: 0 10px;
    }
}

.blog-news {
    background-color: #ebebeb;
    padding-top:80px;
}
    .blog-news h2 {
        color: #2b2b2b;
        font-size:44px;
    }
    .blog-news h4 {
        color: #2b2b2b;
        font-size: 18px;
    }
    .blog-news p {
        color: #2b2b2b;
        font-size: 16px;
    }
    .blog-news .red-link {
        color: #cb000e;
        font-size: 16px;
        font-weight:800;
    }
    .blog-news .red-link em {
        margin-left:25px;
    }

.container-wait {
    height: 50px;
    overflow: hidden;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wait-item-1 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #C8C8C8;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@-webkit-keyframes scale {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50%, 75% {
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
  78%, 100% {
    opacity: 0;
  }
}

@keyframes scale {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50%, 75% {
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
  78%, 100% {
    opacity: 0;
  }
}

.wait-item-1:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #C8C8C8;
    opacity: 0.7;
    -moz-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -o-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -webkit-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -moz-animation-delay: 200ms;
    -o-animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.wait-item-2 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #A0A0A0;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@-webkit-keyframes scale {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50%, 75% {
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
  78%, 100% {
    opacity: 0;
  }
}

@keyframes scale {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50%, 75% {
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
  78%, 100% {
    opacity: 0;
  }
}

.wait-item-2:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #A0A0A0;
    opacity: 0.7;
    -moz-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -o-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -webkit-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -moz-animation-delay: 400ms;
    -o-animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.wait-item-3 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #828282;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@-webkit-keyframes scale {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50%, 75% {
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
  78%, 100% {
    opacity: 0;
  }
}

@keyframes scale {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50%, 75% {
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
  78%, 100% {
    opacity: 0;
  }
}

.wait-item-3:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #828282;
    opacity: 0.7;
    -moz-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -o-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -webkit-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -moz-animation-delay: 600ms;
    -o-animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.wait-item-4 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #4C4C4C;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@-webkit-keyframes scale {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50%, 75% {
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
  78%, 100% {
    opacity: 0;
  }
}

@keyframes scale {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50%, 75% {
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
  78%, 100% {
    opacity: 0;
  }
}

.wait-item-4:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #4C4C4C;
    opacity: 0.7;
    -moz-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -o-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -webkit-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -moz-animation-delay: 800ms;
    -o-animation-delay: 800ms;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.wait-item-5 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000000;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@-webkit-keyframes scale {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50%, 75% {
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
  78%, 100% {
    opacity: 0;
  }
}

@keyframes scale {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50%, 75% {
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
  78%, 100% {
    opacity: 0;
  }
}

.wait-item-5:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000000;
    opacity: 0.7;
    -moz-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -o-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -webkit-animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    -moz-animation-delay: 1000ms;
    -o-animation-delay: 1000ms;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* PRODUCT RANGE SLIDER */
.jslider .jslider-bg i, .jslider .jslider-pointer {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAA8CAYAAACQGkjnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABC1JREFUeNrs3UFIHFcYB/C3cUMRLEIgYI6VHlJ6qFDb0mILObQILYKHXgqC4EkQ9Co55RR760mK11xaEKRCKbSHpLRIICmVluZir4KxaLWKB+Myfc/Mho2N67omk2b394PPt+rs+5bk8GfGN2/Kt2/fzgIA8EI7558AAAQ6ACDQAQCBDgAIdAAQ6ACAQAcABDoAINABQKADAAIdAHjaSllmK3cAcIYOAAh0AECgAwACHQAEOgAg0AEAgQ4APFJ647XX3YgOAM7QAQCBDgAIdABAoAOAQAcABDoAINABAIEOAAIdABDoAIBABwAeV8oyW7kDgDN0AECgAwACHQAQ6AAg0AGA/4lyIweVSqUP45BqINa7Nb/6OdaPsX7Ix/9oZhV90f0A4EVX97a1GKx9sT6Px3zUwFzfxpqK9WezAZv6nS+Xv3xwcPBOEf0AoFWcqxOun8Xh1xTmFy9eDNeuXQtLS0uHgVmtW7duhatXr4YLFy6kt3wc67d8bOas/LBfCvMi+gFAS6kNzGpFKVzTi2xiYiLb2dnJ6tna2spGR0ez6ntqQ/ZJ8z/vfkoppVSr1ZPC9c1qUM7Ozmancf369WrA7sV6tZGALbqfUkop1S6B/l3KxcnJyawZNWfO3zQY6IX2U0oppVqxHlsUl68u/76npyesrKyErq6uU1/C39zcDL29vWF7ezt92x/n/6XO380L7QcA7bIobih9GR8fbypck7RgLZ41V78dPuHwovsBQFsE+sBhyg4NnWnS4eFHufr+CYcW3Q8AWtLRS+5pcVnn3t5e6OzsbHrStbW1cOnSpfTyfpy/59jmBfcDgJYP9BiuL8fhn3Tpe2dn50yTViqVUC4fbkJXifOXjwnzQvsBQCt7dMk9BmFK1Qe7u7thf3//TJOmhWq5v487puh+ANAWgZ77I325d+/emSatef9JExXdDwDaItDTw0/C4uLimSZdWFiovvzphEOL7gcALemJ96GnW8HSfeH5numnsrq6Gi5fvhzSpfTQ4H3oRfUDgLY4Q49hmB5Lupj+Jj09Pd3UhFNTU9Vw/TpW3XAtuh8AtEWg51KyVubm5sLMzMypJkuhPD8/n17+FR4+2rShtxXcDwBazzH7q6enlx3ukT4yMpJtbGzU3U99fX09Gx4ern362UC9+Z93P6WUUqql93KvVSqVUsh+Fauru7s7jI2NhcHBwdDX1xfS88rTZi7Ly8uHC9pu3LhRvey9FuvTkC92qwZsI4ruBwCtpFQvAGPIvhKHL0K+5/oJ0lLz8Vj3j14BaPjDFNwPANoi0GuC9u04DMb6oKOjY6BSqbyUB+lyeHirWLrv7PfjLumf+kPl/crl8idx7Ds4ODgff7YZ57rzLPoBQFsEeq0rV650pPHmzZuVZ/GB3urvP/qj9/JxqfaHd+7e9b8HALl/BRgAAcK6NqIqrMUAAAAASUVORK5CYII=') /*/images/layout-1/jslider.png*/ no-repeat 0 0;
}

.jslider {
    display:block;
    width:100%;
    height:1.4em;
    position:relative;
    top:.4em;
    font-family:Arial, sans-serif;
}

.jslider table {
    width:100%;
    border-collapse:collapse;
    border:0;
}

.jslider td,.jslider th {
    padding:0;
    vertical-align:top;
    text-align:left;
    border:0;
}

.jslider table,.jslider table tr,.jslider table tr td {
    width:100%;
    vertical-align:top;
}

.jslider .jslider-bg {
    position:relative;
}

.jslider .jslider-bg i {
    height:12px;
    position:absolute;
    font-size:0;
    top:0;
}

.jslider .jslider-bg .l {
    width:50%;
    background-position:0 0;
    left:0;
}

.jslider .jslider-bg .r {
    width:50%;
    left:50%;
    background-position:right 0;
}

.jslider .jslider-bg .v {
    position:absolute;
    width:60%;
    left:20%;
    top:0;
    height:12px;
    background-position:0 -20px;
}

.jslider .jslider-pointer {
    width:27px;
    height:24px;
    background-position:0 -37px;
    position:absolute;
    left:20%;
    top:-5px;
    margin-left:-14px;
    cursor:w-resize;
}

.jslider .jslider-pointer-hover {
    background-position:-28px -37px;
}

.jslider .jslider-pointer-to {
    left:80%;
}

.jslider .jslider-label {
    font-size:12px;
    line-height:5px;
    color:#000;
    filter: alpha(opacity=30);
    opacity:0.3;
    white-space:nowrap;
    padding:0 2px;
    position:absolute;
    bottom:-8px;
    left:0;
}

.jslider .jslider-label-to {
    left:auto;
    right:0;
}

.jslider .jslider-value {
    font-size:12px;
    white-space:nowrap;
    padding:6px 3px 0;
    position:absolute;
    bottom:-8px;
    left:20%;
    line-height:5px;
}

.jslider .jslider-value-to {
    left:80%;
}

.jslider .jslider-label small,.jslider .jslider-value small {
    position:relative;
    top:-.4em;
}

.jslider .jslider-scale {
    position:relative;
    top:9px;
}

.jslider .jslider-scale span {
    position:absolute;
    height:5px;
    border-left:1px solid #999;
    font-size:0;
}

.jslider .jslider-scale ins {
    font-size:9px;
    text-decoration:none;
    position:absolute;
    left:0;
    top:5px;
    color:#999;
}

.jslider-single .jslider-pointer-to,.jslider-single .jslider-value-to,.jslider-single .jslider-bg .v,.jslider-limitless .jslider-label {
    display:none;
}

/*!
 * Bootstrap-select v1.13.8 Custom (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: right;
  white-space: nowrap;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 0; 
  /*left: 50%;*/
  display: block !important;
  width: 100% !important;
  /*width: 0.5px !important;*/
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle:before {
  content: '';
  display: inline-block;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
}
.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.typeahead, .tt-query, .tt-hint {
  display: inline !important;
}

.tt-dropdown-menu {
  width: 100%;
  min-width: 349px;
  background-color: #fff;
  border: 1px solid #505050;
}

@media (max-width: 991.98px) {
    .tt-dropdown-menu {
        min-width: 240px;
    }
}

.tt-suggestion {
  padding: 8px 12px;
  line-height: 24px;
  border-bottom:1px solid #e0e0e0;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #f4f4f4;
}

.tt-suggestion .img-predictive {
    width:49px;
    height:49px;
}

.suggest-header-1 {
    background-color: #2b2b2b;
    color:#fff;
    font-size:16px;
}

.tt-suggestion .suggest-product-heading {
    color:#2b2b2b;
    font-size:17px;
    font-weight:700;
}

.tt-suggestion .suggest-product-content {
    color:#cb000e;
    font-weight:bold;
    font-size:17px;
}

.tt-suggestion .suggest-categories {
    color:#2b2b2b;
    font-weight:bold;
    font-size:17px;
}

.tt-input:focus {
    background-color:#fff !important;
}
.text-danger {
	border-color: #cb000e !important;
    border-width: 2px !important;
    background:#f9e1e2;
}

.parsley-required {
    color:#cb000e;
    /*position: absolute;
    display: block;
    width: 100%;
    top: 45px;
    background: #fff;
    z-index: 1;
    padding-left: 5px;*/
}

.form-text.text-danger.filled {
    /* display: none;*/
    background:none;
}
.bootstrap-select .form-text.text-danger.filled {
    display:none;
}
.custom-control.fill-checkbox.text-danger .fill-control-indicator {
    border-color: #cb000e !important;
    border-width: 2px !important;
    background: #f9e1e2;
}

.custom-control.custom-radio.text-danger .custom-control-label:before {
    border-color: #cb000e !important;
    border-width: 2px !important;
    background:#f9e1e2;
}
