@charset "UTF-8";
/* =========================================
	Index:

	skin.scss
	1. Imports
	2. Colours / variables
	3. General
	4. Button
	5. Header / navigation
	6. Content
	7. Footer
	8. Carousel
	9. iForm
	10. iEntity
	11. iEntity news
	12. iEntity Addressbook (dealer module)
	13. Breadcrumbs
	14. Resets / Base classes

	additional.scss
	1. DNN Search
	1. AddThis
	2. Guestbook
	3. Calender

========================================= */
/*=========================================
	1. Imports
=========================================*/
/* MIXINS */
/* Custom Mixins */
/* Other mixins */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700&display=swap");
/*================================================
    2. Colours / variables
================================================*/
/*
--color1 and --color2 will be set with the values that are added via the customer manage page.
The default values can be set in the inc/header.ascx file!
*/
/* == Color variables == */
/* == Element color variables == */
/* == Bootstrap color variables resets  == */
/* == Font awesome variables == */
/* == Typography variables == */
/*==
      Remsizes:
      10px = 0.625rem
      12px = 0.75rem
      14px = 0.875rem
      16px = 1rem (base)
      18px = 1.125rem
      20px = 1.25rem
      24px = 1.5rem
      30px = 1.875rem
      32px = 2rem
== */
/* == Margin / Padding variables == */
/* == Bootstrap variables == */
@media (min-width: 1550px) {
  .container {
    max-width: 1800px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .body-layout-new .container {
    max-width: 1425px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1550px) {
  .col-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1550px) {
  .col-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1550px) {
  .col-xxl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@-webkit-keyframes swing-in {
  0% {
    left: -50px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  50% {
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes swing-in {
  0% {
    left: -50px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  50% {
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fx--swing-in:before {
  position: relative;
  display: inline-block;
  -webkit-animation-name: swing-in;
          animation-name: swing-in;
  -webkit-animation-duration: 0.85s;
          animation-duration: 0.85s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/*================================================
    3. General
================================================*/
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

html, body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #202020;
}

body {
  position: relative;
}

h1, h2, .block-login h3, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--color1);
  margin-bottom: 15px;
}

h3 {
  font-size: 16.5px;
}

h4, h5, h6 {
  font-size: 15px;
}

.margin-title {
  margin-bottom: 30px;
}

p {
  margin: 0 0 15px 0;
}

a,
a:not([href])[onclick] {
  color: var(--color1);
}
a:hover, a:focus,
a:not([href])[onclick]:hover,
a:not([href])[onclick]:focus {
  color: var(--color1-dark);
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
a:not([href]):not([tabindex]) {
  cursor: inherit;
}

.request-password {
  margin-top: 15px;
  display: inline-block;
}

.Normal a {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

figure {
  margin-bottom: 0;
}

hr {
  border-top: 1px solid rgb(233, 233, 233);
}

.hr--margin-half {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.w150 {
  width: 150px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.aos {
  width: 100%;
}

.border-primary {
  border-color: var(--color1) !important;
}

.breakpoint-helper {
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: red;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  font-size: 26px;
  font-weight: bold;
}

.text-small {
  font-size: 12px;
}

.test-large, .text-large {
  font-size: 18px;
}

.text-weight-normal {
  font-weight: normal;
}

.title--number {
  background-color: var(--color1);
  color: #fff;
  display: inline-block;
  padding: 6px 10px;
  margin-right: 5px;
}

.title-limit-single {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 18px;
  height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.title-limit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 2.5rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.color-primary {
  color: var(--color1) !important;
}

.color-secondary {
  color: var(--color2) !important;
}

.color-white {
  color: #fff !important;
}
.color-white .Normal h1, .color-white .Normal h2, .color-white .Normal h3, .color-white .Normal p {
  color: #fff;
}

.color-gray {
  color: #777 !important;
}

.spinner {
  background-color: #fff;
  position: fixed !important;
}
.spinner:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: -1;
  top: 0;
  border: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.spinner:after {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  background-color: #fff;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  border: 1px solid #868686;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);
}
.spinner > div > div {
  border-radius: 5px !important;
}

.font-bold,
.text-bold {
  font-weight: bold !important;
  font-weight: 700 !important;
}

.text-small {
  font-size: 12px;
}

.test-large {
  font-size: 18px;
}

.product-label-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  background-color: #d1ecf1;
  border-radius: 5px;
  color: #0c5460;
}

.product-label {
  margin: 2px 5px 0 5px;
}
.product-label.product-label--small {
  font-size: 12px;
}
.product-label + .product-label-spacer {
  margin-top: 5px;
  width: 100%;
}

.product-label--large {
  border-top: 1px solid #c1ddff;
  padding-top: 1px;
  margin-top: 1px;
  margin-left: 3px;
  margin-right: 3px;
}

.directsale-product-container {
  border: 2px solid var(--color1-lightest);
}

.user-information-wrapper {
  position: sticky;
  top: 15px;
}

.list-inline--divider .list-inline-item:not(:last-child) {
  padding-right: 0.5rem;
  border-right: 1px solid rgb(233, 233, 233);
  padding-left: 3px;
  margin-left: -3px;
}

.video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin: 15px 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link-block {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  padding: 15px;
  border: 1px solid rgb(233, 233, 233);
  color: #202020;
}
.link-block:hover, .link-block:focus {
  color: #202020;
  border: 1px solid var(--color1);
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.block-box {
  border: 1px solid rgb(233, 233, 233);
  padding: 15px;
  border-radius: 4px;
}

.hide-empty:empty {
  display: none;
}

.no-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.pos-relative,
.position-relative {
  position: relative;
}

.list-style--check {
  list-style: none;
  padding-left: 0;
}
.list-style--check li {
  padding-left: 20px;
  position: relative;
}
.list-style--check li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #3eb340;
}

.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.customer-selector--container {
  background-color: #eeeeee;
  padding: 8px 15px;
  margin-bottom: 15px;
}
.customer-selector--container .customer-selector--label {
  margin-bottom: 0;
  margin-right: 15px;
}
.customer-selector--container .customer-selector--label:before {
  content: "\f508";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 1.25rem;
}
.customer-selector--container .customer-selector--control {
  margin-left: 15px;
}

.bar--logged-in-as {
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  text-align: center;
  padding: 5px;
}

.required-field:not([style="display:none;"]),
.form-validation:not([style="display:none;"]),
.RadInput_Default + span:not([style="display:none;"]),
.RadInputMgr_Default + span:not([style="display:none;"]),
.form-control.field-validator + span:not([style="display:none;"]) {
  display: table !important;
  background-color: #cf3f34;
  color: #fff;
  padding: 5px 10px 5px;
}

.required-field[style="display: none;"],
.form-validation[style="display: none;"],
.RadInput_Default + span[style="display: none;"],
.RadInputMgr_Default + span[style="display: none;"],
.form-control.field-validator + span[style="display: none;"] {
  display: none !important;
}

.required-field--label:after,
.required:after {
  content: " *";
}

.tooltip-info:after {
  content: "\f05a";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-left: 5px;
  color: rgb(0, 61, 97);
}

.tooltip-message:after {
  content: "\f27a";
  font-family: "Font Awesome 6 free";
  font-weight: 400;
  margin-left: 5px;
  color: rgb(0, 61, 97);
}

.tooltip-discount {
  position: relative;
  margin-left: 5px;
}
.tooltip-discount:before {
  content: "\f111";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: rgb(0, 61, 97);
}
.tooltip-discount:after {
  position: absolute;
  content: "\f541";
  font-size: 0.6em;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  margin: 0;
  color: white;
}

.block-info--header {
  background-color: var(--color1);
  padding: 15px;
  border-radius: 4px 4px 0 0;
}
.block-info--header h1, .block-info--header h2, .block-info--header h3, .block-info--header h4, .block-info--header h5, .block-info--header h6 {
  color: #fff;
  margin-bottom: 0;
}

.block-info--content {
  border: 1px solid var(--color1);
  border-top: 0;
  padding: 15px;
  border-radius: 0 0 4px 4px;
}

.text-right .riTextBox {
  text-align: right;
}

.hide-price {
  display: none;
}

.step-count-title {
  background-color: var(--color1);
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 700;
  font-size: 1.5rem;
}

.button-list {
  display: block;
}
.button-list tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.button-list tbody tr {
  display: block;
  margin-right: 10px;
}
.button-list tbody tr td {
  display: block;
}
.button-list tbody tr td label,
.button-list tbody tr td input {
  margin: 0;
}
.button-list tbody tr td input {
  display: none;
}
.button-list tbody tr td label {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 7px 15px 6px;
  padding-left: 52px;
  background-color: #ffffff;
  border: 1px solid rgb(233, 233, 233);
  font-weight: normal;
  position: relative;
  border-radius: 4px;
  color: var(--color1);
  overflow: hidden;
}
.button-list tbody tr td label:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "\f111";
  font-family: "Font Awesome 6 free";
  font-weight: 400;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 37px;
  left: 0;
  text-align: center;
  line-height: 35px;
  border-right: 1px solid rgb(233, 233, 233);
  background-color: #fff;
}
.button-list tbody tr td label:hover {
  cursor: pointer;
  border-color: var(--color1);
  color: var(--color1);
}
.button-list tbody tr td label:hover:after {
  border-color: var(--color1);
}
.button-list tbody tr td input:checked + label {
  border-color: #3eb340;
  color: #3eb340;
  font-weight: bold;
}
.button-list tbody tr td input:checked + label:after {
  content: "\f192";
  font-weight: 900;
  color: #fff;
  border-color: #3eb340;
  background-color: #3eb340;
}
.button-list.hide-first tbody tr:first-child {
  display: none;
}

.clothing-fitting-session-legend-item:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: gray;
  display: inline-block;
  border-radius: 100%;
  margin-right: 5px;
}
.clothing-fitting-session-legend-item.clothing-fitting-session-legend-item--selected:before {
  background-color: #0090ff;
}
.clothing-fitting-session-legend-item.clothing-fitting-session-legend-item--available:before {
  background-color: #90ee90;
}
.clothing-fitting-session-legend-item.clothing-fitting-session-legend-item--unavailable:before {
  background-color: #dcdcdc;
}

.calendar-control {
  border: 1px solid #777;
  border-radius: 4px;
  padding: 15px;
}
.calendar-control .Title td {
  font-weight: bold;
}
.calendar-control .DayHeader {
  font-weight: normal;
  color: #cccccc;
  text-align: center;
}

.Calendar {
  width: 100%;
}

.Calendar .Day a {
  border-radius: 100%;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 10px 0px;
}
.Calendar .Day.aspNetDisabled {
  pointer-events: none;
}

.calendar-control .Title {
  border-bottom: 1px solid rgb(233, 233, 233);
  margin-bottom: 5px;
}
.calendar-control .Title td {
  padding-bottom: 5px;
}

.calendar-control .Title a {
  text-align: center !important;
  display: inline-block;
  width: 100%;
  border: 1px solid rgb(233, 233, 233);
  border-radius: 5px;
  margin-bottom: 5px;
}

.gray_button a, .green_button a, .selected_button a {
  border-radius: 100%;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 10px 0px;
}

.gray_button a {
  background-color: #dcdcdc;
}

.green_button a {
  background-color: #90ee90;
}

.selected_button {
  background-color: transparent !important;
  color: inherit !important;
}
.selected_button a {
  background-color: #0090ff;
  color: #fff;
}

.calendar-addon {
  border: 1px solid #777;
  border-radius: 4px;
  padding: 15px;
}
@media (min-width: 576px) {
  .calendar-addon {
    max-height: 399px;
    overflow-y: scroll;
  }
}

.timeslot-base {
  display: block;
  padding: 3px 10px;
  border-radius: 4px;
  background-color: #eeeeee;
}
.timeslot-base.timeslot--available {
  background-color: #90ee90;
}
.timeslot-base.timeslot--unavailable {
  background-color: #e34f4f;
  color: #fff;
}

/*================================================
   Icons
================================================*/
.icon:before,
.icon:after {
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}

.icon--no-margin:before {
  margin-right: 0 !important;
}

.icon--no-margin:after {
  margin-left: 0 !important;
}

.icon-before:before {
  margin-right: 5px;
}

.icon-after:after {
  margin-left: 5px;
}

.icon--mr-double:before {
  margin-right: 10px !important;
}

.icon--ml-double:after {
  margin-left: 10px !important;
}

.icon-search:before {
  content: "\f002";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-prev:before,
.icon-left:before {
  content: "\f104";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-next:before,
.icon-right:before {
  content: "\f105";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-document:before, .link-download:before {
  content: "\f0f6";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-invoice:before {
  content: "\f570";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-pdf:before {
  content: "\f1c1";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-clipboard:before {
  content: "\f46d";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-close:before {
  content: "\f00d";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-address-label:before {
  content: "\f02b";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-cash-register:before {
  content: "\f788";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-user-details:before {
  content: "\f2bb";
  font-family: "Font Awesome 6 free";
  font-weight: 400;
  margin-right: 5px;
}

.icon-user:before {
  content: "\f2bd";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-user-selection:before {
  content: "\f0c0";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-customer:before {
  content: "\f508";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-budget:before {
  content: "\f51e";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-payment:before {
  content: "\f09d";
  font-family: "Font Awesome 6 free";
  font-weight: 400;
  margin-right: 5px;
}

.icon-address:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-euro:before {
  content: "\f153";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-money:before {
  content: "\f3d1";
  font-family: "Font Awesome 6 free";
  font-weight: 400;
  margin-right: 5px;
}

.icon-phone:before {
  content: "\f095";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-soap:before {
  content: "\e06e";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-mail:before,
.icon-email:before {
  content: "\f0e0";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-zoom {
  position: relative;
}
.icon-zoom:after {
  content: "\f002";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 15px;
  pointer-events: none;
}

.icon-repeat:before {
  content: "\f01e";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}

.icon-retour:before {
  content: "\f01e";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-remove:before {
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #cf3f34;
  content: "\f2ed";
  font-size: 16px;
  line-height: 20px;
}

.icon-download:before {
  content: "\f019";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-check:before {
  content: "\f00c";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-cancel:before {
  content: "\f05e";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-thumbs-up:before {
  content: "\f164";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-linkedin:before {
  content: "\f0e1";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}

.icon-facebook:before {
  content: "\f09a";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}

.icon-youtube:before {
  content: "\f16a";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}

.icon-location:before {
  content: "\f041";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}

.icon-calendar:before {
  content: "\f073";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}

.icon-time:before {
  content: "\f017";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}

.icon-lost:before {
  content: "\f059";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}

.icon-size-change:before {
  content: "\f5ae";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}

.icon-extra-product:before {
  content: "\f0fe";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}

.icon-cart:before {
  content: "\f291";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-send:before {
  content: "\f1d8";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

/*================================================
    4. Button
================================================*/
.btn, .btn-header, .language-container, .btn-transparent, .link-download {
  border-radius: 4px;
  -webkit-box-shadow: inset 0px -2px rgba(32, 32, 32, 0.2), 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px -2px rgba(32, 32, 32, 0.2), 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: normal;
  padding: 6px 9px 7px;
  line-height: 1.42857;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}
.btn:hover, .btn-header:hover, .language-container:hover, .btn-transparent:hover, .link-download:hover, .btn:focus, .btn-header:focus, .language-container:focus, .btn-transparent:focus, .link-download:focus, .btn:active, .btn-header:active, .language-container:active, .btn-transparent:active, .link-download:active, .btn:active:focus, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled):active:focus {
  outline: none;
}

.btn-large {
  padding: 15px 30px;
  font-size: 18px;
}

.btn-small {
  padding: 5px 10px 6px;
  font-size: 12px;
}

.btn-primary, .carousel-content a, .btn-default, .btn-header, .language-container, .btn-cta, .btn-secondary {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background: var(--color1);
  position: relative;
}
.btn-primary:hover, .carousel-content a:hover, .btn-default:hover, .btn-header:hover, .language-container:hover, .btn-cta:hover, .btn-secondary:hover, .btn-primary:focus, .carousel-content a:focus, .btn-default:focus, .btn-header:focus, .language-container:focus, .btn-cta:focus, .btn-secondary:focus, .btn-primary:active, .carousel-content a:active, .btn-default:active, .btn-header:active, .language-container:active, .btn-cta:active, .btn-secondary:active, .btn-primary:active:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  background: var(--color1-light);
  border: 1px solid var(--color1);
}

.btn-secondary {
  background: var(--color2);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  background: var(--color2-light);
  border: 1px solid var(--color2);
}

.btn-cta {
  background: var(--color2);
  border: 1px solid var(--color2);
}
.btn-cta:hover, .btn-cta:focus, .btn-cta:active, .btn-cta:active:focus, .btn-cta:not(:disabled):not(.disabled):active, .btn-cta:not(:disabled):not(.disabled):active:focus {
  background: var(--color2-dark);
  border: 1px solid var(--color2-dark);
  color: #fff;
}

.btn-default, .btn-header, .language-container {
  color: var(--color1);
  background: #ffffff;
  border: 1px solid var(--color1);
}
.btn-default:hover, .btn-header:hover, .language-container:hover, .btn-default:focus, .btn-header:focus, .language-container:focus, .btn-default:active, .btn-header:active, .language-container:active, .btn-default:active:focus, .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled):active:focus {
  color: #ffffff;
  background: var(--color1);
  border: 1px solid var(--color1);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:active:focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):active:focus,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger:active:focus,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled):active:focus {
  color: #fff;
}

.btn-prev:before {
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  content: "\f104";
  margin-right: 10px;
  font-size: 16px;
  line-height: 20px;
}

.btn-next:after, .carousel-content a:after {
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  content: "\f105";
  margin-left: 10px;
  font-size: 16px;
  line-height: 20px;
}

.btn-add-cart:before {
  content: "\f291";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 10px;
  font-size: 16px;
}

.btn-reset-search {
  padding: 5px 10px 4px;
}

.btn-entra:before {
  content: "\f3ca";
  font-family: "Font Awesome 6 brands";
  margin-right: 5px;
}

.form-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.form-button-group .form-button-group--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-button-group .form-button-group--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-button-group .form-button-group--button .btn, .form-button-group .form-button-group--button .btn-header, .form-button-group .form-button-group--button .language-container, .form-button-group .form-button-group--button .btn-transparent, .form-button-group .form-button-group--button .link-download {
  height: 34px;
  padding-top: 7px;
}

.link-download {
  margin-bottom: 5px;
  display: inline-block;
  color: #202020;
  border: 1px solid rgb(233, 233, 233);
  background-color: #ffffff;
}

.link-underline {
  text-decoration: underline;
}

.btn-transparent {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
}

.btn-bar--bottom {
  position: sticky;
  padding: 8px;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);
}

.tag {
  display: inline-block;
  border: 1px solid rgb(233, 233, 233);
  padding: 7.5px;
  border-radius: 4px;
}

.row-custom--container .wrapper-tertiary:not(:empty) {
  background-color: var(--color1-lightest, #f9f9f9);
  padding: 15px;
  width: 100%;
}
.row-custom--container .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.row-custom--container .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-custom--container .no-gutters > .col, .row-custom--container .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.row-custom--container .col-w200 {
  max-width: 200px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.row-custom--container .col-w150 {
  max-width: 150px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.row-custom--container .col-w170 {
  max-width: 170px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.row-custom--container .col-w100 {
  max-width: 100px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.row-custom--container .reset-border > *:last-child {
  border-bottom-width: 0 !important;
}
.row-custom--container .font-size-0\.7em {
  font-size: 0.7em;
}
.row-custom--container .align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.half-gutters {
  margin-right: 7.5;
  margin-left: 7.5;
}
.half-gutters > .col,
.half-gutters > [class*=col-] {
  padding-right: 7.5;
  padding-left: 7.5;
}

/*================================================
    5. Header / navigation
================================================*/
.header-top {
  background: var(--color1);
  color: var(--color1-dark);
  padding: 10px 0;
}
.header-top i,
.header-top a {
  color: #fff;
}

.header-top--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .header-top--items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-middle {
  padding: 15px 0;
  border-bottom: 1px solid rgb(233, 233, 233);
  background-color: #ffffff;
}

.body-layout-new.js-scrolled-down .header-new-top .logo img {
  max-height: 50px;
  min-height: 50px;
}
.body-layout-new.js-scrolled-down .header-style--new {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.15);
}

.header-new-top {
  padding: 10px 0;
  background-color: #ffffff;
  font-size: 0.8125rem;
}
.header-new-top .logo {
  display: block;
}
.header-new-top .logo img {
  max-height: 50px;
  min-height: 50px;
}
@media (max-width: 575px) {
  .header-new-top .logo {
    vertical-align: middle;
    display: table-cell;
  }
  .header-new-top .logo img {
    max-width: 100%;
  }
}

.header-new-middle {
  background: var(--color1);
  color: var(--color1-dark);
}
.header-new-middle .menu-item--account {
  color: #fff;
}
.header-new-middle .nav a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  display: block;
  padding: 15px;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  border-bottom: 0px solid var(--color2);
}
@media (max-width: 991px) {
  .header-new-middle .nav a {
    padding: 15px 10px;
  }
}
@media (max-width: 1199px) {
  .header-new-middle .nav a {
    font-size: 1rem;
  }
}
.header-new-middle .nav a:hover, .header-new-middle .nav a:focus, .header-new-middle .nav a.active {
  color: #fff;
  background-color: var(--color1-dark);
}
.header-new-middle .nav .open > a {
  background: #eeeeee;
  color: #202020;
}
.header-new-middle .nav .dropdown a {
  position: relative;
}
.header-new-middle .nav .dropdown a i {
  width: 15px;
  text-align: right;
}
.header-new-middle .nav #page-id--84 a {
  background-color: var(--color2);
}
.header-new-middle .nav #page-id--84 a:before {
  content: "\f013";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}
.header-new-middle .nav #page-id--84 a i {
  display: none;
}
.header-new-middle .nav #page-id--84 .dropdown-menu {
  display: none;
  max-height: 500px;
  overflow-y: scroll;
}
.header-new-middle .nav #page-id--84 .dropdown-menu a {
  font-size: 16px;
}
.header-new-middle .nav #page-id--84 .dropdown-menu a:not(.menu-item--title) {
  padding-left: 15px;
}
.header-new-middle .nav #page-id--84 .dropdown-menu a:not(.menu-item--title):before {
  content: "- ";
}
.header-new-middle .nav .dropdown-menu {
  border-radius: 4px;
  padding: 0;
  z-index: 10000;
}
.header-new-middle .nav .dropdown-menu li a {
  color: var(--color1);
  padding: 7px 15px;
}
.header-new-middle .nav .dropdown-menu li a.active {
  color: #ffffff;
  background: var(--color1);
}
.header-new-middle .nav .dropdown-menu li a:hover {
  color: #fff;
}
.header-new-middle .nav .dropdown-menu li.active a {
  color: #fff;
  background-color: var(--color1);
}
.header-new-middle .nav .dropdown-menu .menu-item--title {
  background-color: #e2e9f7;
  cursor: default;
  pointer-events: none;
  border-radius: 0;
  border-top: 1px solid #9c9c9c;
}
.header-new-middle .nav .dropdown-submenu {
  position: relative;
}
.header-new-middle .nav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.header-new-middle .nav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1px;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.logo {
  display: block;
}
.logo img {
  max-height: 100px;
}
@media (max-width: 575px) {
  .logo {
    vertical-align: middle;
    display: table-cell;
  }
  .logo img {
    max-width: 100%;
  }
}

.header-middle .nav li:not(:last-child) a {
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .header-middle .nav li:not(:last-child) a {
    margin-right: 10px;
  }
}
.header-middle .nav a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  display: block;
  padding: 7px 0;
  color: #202020;
  font-weight: 500;
  font-size: 1.125rem;
  border-bottom: 0px solid var(--color2);
}
@media (max-width: 1199px) {
  .header-middle .nav a {
    font-size: 1rem;
  }
}
.header-middle .nav a:hover, .header-middle .nav a:focus, .header-middle .nav a.active {
  color: var(--color2);
  background: transparent;
}
.header-middle .nav a.active {
  border-bottom: 3px solid var(--color2);
}
.header-middle .nav .open > a {
  background: #eeeeee;
  color: #202020;
}
.header-middle .nav .dropdown a {
  position: relative;
}
.header-middle .nav .dropdown a i {
  width: 15px;
  text-align: right;
}
.header-middle .nav #page-id--84 a {
  border: 1px solid #000000;
  padding-left: 10px;
  padding-right: 10px;
  background: #2f2f2f;
  color: #fff;
}
.header-middle .nav #page-id--84 a:before {
  content: "\f013";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 16px;
}
.header-middle .nav #page-id--84 a i {
  display: none;
}
.header-middle .nav #page-id--84 .dropdown-menu {
  display: none;
  max-height: 500px;
  overflow-y: scroll;
}
.header-middle .nav #page-id--84 .dropdown-menu a {
  font-size: 16px;
}
.header-middle .nav #page-id--84 .dropdown-menu a:not(.menu-item--title) {
  padding-left: 15px;
}
.header-middle .nav #page-id--84 .dropdown-menu a:not(.menu-item--title):before {
  content: "- ";
}
.header-middle .nav .dropdown-menu {
  border-radius: 4px;
  padding: 0;
  z-index: 10000;
}
.header-middle .nav .dropdown-menu li a {
  padding: 7px 15px;
}
.header-middle .nav .dropdown-menu li a.active {
  color: #ffffff;
  background: var(--color1);
}
.header-middle .nav .dropdown-menu .menu-item--title {
  background-color: #e2e9f7;
  cursor: default;
  pointer-events: none;
  border-radius: 0;
  border-top: 1px solid #9c9c9c;
}
.header-middle .nav .dropdown-submenu {
  position: relative;
}
.header-middle .nav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.header-middle .nav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1px;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.dropdown .dropdown-menu {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dropdown .dropdown-menu a {
  white-space: nowrap;
}

.dropdown.show .dropdown-menu {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 12px 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 12px 0px;
  display: block;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.popover.fade.in {
  opacity: 1 !important;
}

.nav #page-id--162 {
  display: none !important;
}

.account-login--wrapper,
.account-info--wrapper {
  margin: 6px 5px;
}

.account-info--wrapper {
  cursor: pointer;
}
.account-info--wrapper:hover .account-info--menu {
  opacity: 1;
  height: auto;
  border: 1px solid var(--color2);
}

.account-info--divider {
  margin: 6px 5px;
  color: #ffffff;
}

.account-info--person {
  pointer-events: none;
}
.account-info--person:before {
  content: "\f007";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}
.account-info--person:after {
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-left: 5px;
}

.account-info--menu {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 12px 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 12px 0px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1001;
  background-color: #fff;
  width: 200px;
}
.account-info--menu .nav-pills > li {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--color2);
}
.account-info--menu .nav-pills > li:hover {
  background-color: #eeeeee;
}
.account-info--menu .nav-pills > li a {
  display: block;
  color: #202020;
  padding: 5px 10px;
  font-weight: 400;
}
.account-info--menu .nav-pills > li.active a {
  background-color: var(--color2-light);
  color: #fff;
}

.menu-item--account:before {
  content: "\f2bd";
  pointer-events: none;
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.loginGroup a:not(.btn):not(.btn-header):not(.language-container):not(.link-download):not(.btn-transparent) {
  padding: 5px 10px;
  display: block;
  color: #202020;
}
.loginGroup a:not(.btn):not(.btn-header):not(.language-container):not(.link-download):not(.btn-transparent):hover {
  background-color: #eeeeee;
}

.btn-nav {
  background-color: var(--color1);
  padding: 10px 20px;
  float: right;
  max-width: 60px;
}
.btn-nav:before {
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  content: "\f0c9";
  font-size: 20px;
  color: #ffffff;
}
.btn-nav:hover, .btn-nav:active {
  text-decoration: none;
}

#menu-mobile:not(.mm-menu) {
  display: none;
}

.mm-menu.mm-front {
  z-index: 9999 !important;
}

.mm-page {
  position: static !important;
  min-height: auto !important;
}

.modal.fade.in {
  opacity: 1;
}

.modal-backdrop-level2 {
  z-index: 1051;
}

.modal-level2 {
  z-index: 1052;
}

.modal-backdrop.fade.in {
  opacity: 0.5;
}

.modal-header-legacy {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.modal-change-password .dnnFormHelp {
  cursor: inherit;
  color: #202020;
}
.modal-change-password .dnnFormHelpContent {
  display: none !important;
}

.btn-header, .language-container {
  font-weight: normal;
  padding: 6px 10px;
  border-width: 1px !important;
  border-radius: 3px;
}

.language-container {
  -webkit-box-shadow: inset 0px -2px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px -2px rgba(0, 0, 0, 0.25);
  padding: 3px;
  height: 32px;
  width: 44px;
  margin-left: 10px;
  margin-top: 2px;
}
.language-container:hover {
  background-color: #fff;
}
.language-container img {
  border: 0 !important;
}
.language-container .language-object {
  display: inline-block;
  height: 100%;
}
.language-container .language-object span {
  height: 100%;
}
.language-container .language-object span:first-child {
  margin-left: 0;
}
.language-container .language-object span img {
  height: 15px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 3px;
  overflow: hidden;
}
.language-container .Language {
  display: none;
  margin: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.language-container .Language.selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.language-container:hover .language-object {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  padding: 9px;
  width: 42px;
  height: auto;
  background-color: white;
  z-index: 5;
  border: 1px solid var(--color1);
  border-radius: 2px;
}
.language-container:hover .Language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.language-container:hover .Language img {
  margin-bottom: 7px;
}
.language-container:hover .Language:last-child img {
  margin-bottom: 0;
}
.language-container:hover .Language a:hover img {
  opacity: 0.5;
}

.btn-cart {
  display: inline-block;
  position: relative;
}
.btn-cart a {
  border-radius: 3px;
  padding: 5px 6px;
  display: inline-block;
  line-height: 20px;
  margin-top: 2px;
  color: #FFF;
  background-color: var(--color2);
  -webkit-box-shadow: inset 0px -2px var(--color2-dark);
          box-shadow: inset 0px -2px var(--color2-dark);
  margin-left: 10px;
}
.btn-cart a:before {
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  content: "\f291";
  font-size: 16px;
  margin-right: 5px;
}
.btn-cart a:hover {
  background-color: var(--color2-light);
  text-decoration: none;
}
.btn-cart a:active {
  background-position: 6px 6px;
  -webkit-box-shadow: inset 0px 0px 0pc 1px var(--color2-dark);
          box-shadow: inset 0px 0px 0pc 1px var(--color2-dark);
}
.btn-cart .cart-price {
  font-weight: bold;
  position: relative;
  bottom: 1px;
}
.btn-cart .cart-count {
  display: inline-block;
  position: relative;
  bottom: 2px;
  margin: 0 2px;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 10px;
  text-align: center;
  background-color: var(--color2-dark);
  border-radius: 8px;
}

.btn-inbox {
  display: inline-block;
  position: relative;
}
.btn-inbox a {
  border-radius: 3px;
  padding: 5px 6px;
  display: inline-block;
  line-height: 20px;
  margin-top: 2px;
  color: #202020;
  background-color: #fff;
  -webkit-box-shadow: inset 0px -2px #f1f1f1;
          box-shadow: inset 0px -2px #f1f1f1;
  font-size: 13px;
}
@media (min-width: 576px) {
  .btn-inbox a {
    margin-left: 15px;
  }
}
.btn-inbox a:before {
  content: "\f0e0";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-size: 16px;
  margin-right: 5px;
}
.btn-inbox a:hover {
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0px -2px #e6e6e6;
          box-shadow: inset 0px -2px #e6e6e6;
  text-decoration: none;
}
.btn-inbox a:active {
  background-position: 6px 6px;
  -webkit-box-shadow: inset 0px 0px 0pc 1px #e6e6e6;
          box-shadow: inset 0px 0px 0pc 1px #e6e6e6;
}
.btn-inbox .inbox-count {
  display: inline-block;
  position: relative;
  bottom: 2px;
  margin: 0 2px 0 5px;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 10px;
  text-align: center;
  background-color: #e2e2e2;
  border-radius: 8px;
}
.btn-inbox .inbox-count.inbox-count--unread {
  background-color: rgb(128, 177, 225);
  color: #fff;
}

.main-cat-list ul, .main-cat-list li,
.sub-cat-list ul,
.sub-cat-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-cat-list .rtUL a,
.sub-cat-list .rtUL a {
  color: #202020;
}
.main-cat-list .rtUL .rtLI,
.sub-cat-list .rtUL .rtLI {
  background-image: none !important;
}
.main-cat-list .rtUL .rtLI > div,
.sub-cat-list .rtUL .rtLI > div {
  background-image: none !important;
  padding: 0 !important;
}
.main-cat-list .rtUL .rtLI .rtSp,
.sub-cat-list .rtUL .rtLI .rtSp {
  display: none !important;
}
.main-cat-list .rtUL .rtHover .rtIn, .main-cat-list .rtUL .rtSelected .rtIn,
.sub-cat-list .rtUL .rtHover .rtIn,
.sub-cat-list .rtUL .rtSelected .rtIn {
  color: var(--color1);
  border: 0 !important;
}

.main-cat-list {
  font-size: 15px;
}
.main-cat-list .RadTreeView {
  white-space: normal !important;
  overflow: visible !important;
}
.main-cat-list .rtUL .rtLI {
  display: inline-block;
}
.main-cat-list .rtUL .rtLI:last-child .rtIn {
  margin-right: 0;
}
.main-cat-list .rtUL .rtLI a.rtIn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  padding: 15px;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
}
.main-cat-list .rtUL .rtLI a:hover,
.main-cat-list .rtUL .rtLI a:focus,
.main-cat-list .rtUL .rtLI a:active,
.main-cat-list .rtUL .rtLI .rtHover a.rtIn,
.main-cat-list .rtUL .rtLI .rtSelected a.rtIn {
  background-color: var(--color1-light);
  color: #ffffff;
}
.main-cat-list .rtUL .rtUL {
  background-color: var(--color1);
}

.submenu {
  margin: 0;
  padding: 0;
}
.submenu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.submenu li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: normal;
  padding: 5px 15px;
  display: block;
  position: relative;
  color: #202020;
  border-bottom: 1px solid rgb(233, 233, 233);
}
.submenu li a:hover, .submenu li a:focus {
  color: var(--color1);
  text-decoration: none;
}
.submenu li a.active,
.submenu li .rtSelected a {
  color: var(--color1);
  font-weight: 600;
}
.submenu li:last-child {
  border-bottom: 0px;
}
.submenu .child-items {
  padding-left: 0;
  margin-bottom: 0;
}
.submenu .child-items a {
  position: relative;
  padding-left: 30px;
}
.submenu .child-items a:before {
  content: "-";
  position: absolute;
  left: 20px;
}

/*================================================
    6. Content
================================================*/
@media (min-width: 1550px) {
  .text-left-xxl {
    text-align: left;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
.row-repeater__margin + .row-repeater__margin {
  margin-top: 15px;
}

.order-history-header {
  font-weight: 600;
}

.table-order-products th {
  background-color: #f3f3f3;
  color: #202020;
  padding: 5px 4px;
}
.table-order-products tr:not(.is-component) {
  border-top: 1px solid rgb(233, 233, 233);
}
.table-order-products td {
  padding: 8px 4px;
}
.table-order-products tr:nth-child(even), .table-order-products tr.bg-even {
  background: transparent !important;
}
.table-order-products tr.OrderCMSDetailProductsTotalprice {
  background: transparent !important;
}
.table-order-products tr.OrderCMSDetailProductsTotalprice td {
  padding-right: 10px;
}
.table-order-products tr.total-price-tr {
  background-color: #eff5ff !important;
}

.is-component {
  border-top: dashed 1px #cccccc;
  font-size: 13px;
}

.table-status-history {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.ModiLocalizationHTMLC table,
.iLocalizationHTML table {
  border: 1px solid rgb(233, 233, 233);
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.ModiLocalizationHTMLC table td, .ModiLocalizationHTMLC table th,
.iLocalizationHTML table td,
.iLocalizationHTML table th {
  border: 1px solid rgb(233, 233, 233);
  padding: 0.75rem;
}

.list-style-checklist {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.list-style-checklist li {
  padding-left: 20px;
  position: relative;
}
.list-style-checklist li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  left: 0px;
  top: -2px;
  color: #43b967;
  font-size: 16px;
}

.wrapper-tertiary:not(:empty) {
  background-color: var(--color1-lightest);
  padding: 15px;
  width: 100%;
}
@media (max-width: 991px) {
  .wrapper-tertiary:not(:empty) {
    margin-top: 15px;
  }
}

main:not(.wrapper-login-new) .wrapper-content-block {
  border-radius: 5px;
  padding: 15px;
  padding-bottom: 0;
  background-color: #ffffff;
  border: 1px solid rgb(233, 233, 233);
  max-width: 250px;
  margin: 0 auto 15px auto;
}
main:not(.wrapper-login-new) .wrapper-content-block table {
  width: 100%;
}

.disable-usersize input[type=checkbox],
.disable-usersize .js-usersize-select-all {
  display: none !important;
}

.disable-usersize input[type=checkbox] + label {
  margin-left: 0;
}

.disable-usersize .checkbox-list--star input[type=checkbox] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.disable-usersize .checkbox-list--label:before {
  border-color: #b9b9b9 !important;
}

.checkbox-list--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-list--wrapper input[type=checkbox] {
  margin: 0;
}

.checkbox-list--wrapper .checkbox-list--label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
}

.checkbox-list--star {
  position: relative;
  width: 30px;
  height: 1em;
  display: inline-block;
}

.checkbox-list--star input {
  left: 0;
}

.checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkbox-wrapper .aspNetDisabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkbox-wrapper label {
  margin-bottom: 0;
  line-height: 14px;
}

.checkbox-margin-reset label {
  margin-bottom: 0;
}

.table-user-information td {
  vertical-align: top;
  border-bottom: 1px solid #e6e6e6;
  font-size: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.table-user-information--title-row td {
  padding-top: 15px;
  padding-bottom: 0;
  border-bottom: 0;
}

.user-information-new--item {
  border-left: 1px solid rgb(233, 233, 233);
  padding-left: 15px;
  margin-right: 15px;
}

.user-information-new--item-icon {
  color: var(--color1);
  font-size: 18px;
  vertical-align: middle;
}

.user-information-new--item-label {
  font-weight: bold;
}
.user-information-new--item-label:before {
  color: var(--color1);
}

.info-label {
  margin-right: 10px;
}

.info-label--large {
  color: var(--color1);
  margin-right: 10px;
}

.info-text--large {
  color: var(--color1);
  font-weight: bold;
}

.collapse-item {
  border: 1px solid rgb(233, 233, 233);
  margin-bottom: 15px;
}

.collapse-title {
  font-size: 16.5px;
  padding: 7.5px 15px;
}
.collapse-title:hover {
  cursor: pointer;
}
.collapse-title:before {
  content: "\f105";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-left: 5px;
}
.collapse-title.open:before {
  content: "\f107";
}

.collapse-content {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}
.collapse-content.open {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.collapse-content p:last-child {
  margin-bottom: 0;
}
.collapse-content .collapse-content--inner {
  margin: 0 15px 15px;
}

#modal-added {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #modal-added:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
#modal-added .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#modal-added .modal-content {
  padding: 20px;
}
#modal-added .modal-content h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
#modal-added .divider-text {
  display: inline-block;
  margin: 6px;
}
@media screen and (max-width: 575px) {
  #modal-added .divider-text .divider-text {
    display: block;
    margin: 0;
  }
}

.searchbar-wrapper .RadSearchBox {
  width: 100% !important;
}
.searchbar-wrapper .RadSearchBox .rsbInner {
  height: 32px !important;
  background: #fff !important;
  border-radius: 0 !important;
  border: 1px solid rgb(233, 233, 233) !important;
  padding: 0 !important;
}
.searchbar-wrapper .RadSearchBox .rsbInner.rsbFocused {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6) !important;
          box-shadow: 0 0 8px rgba(82, 168, 236, 0.6) !important;
}
.searchbar-wrapper .RadSearchBox .rsbInput {
  width: calc(100% - 30px) !important;
  height: 30px !important;
  line-height: 30px !important;
  margin: 0px !important;
  padding: 5px 10px;
}
.searchbar-wrapper .RadSearchBox .rsbButton {
  position: inherit !important;
  height: 30px !important;
  width: 30px !important;
  margin: 0 !important;
  border: 0 !important;
}
.searchbar-wrapper .RadSearchBox .rsbButton:focus {
  outline: none;
}
.searchbar-wrapper .RadSearchBox .rsbButtonSearch .rsbIcon {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  background: transparent;
  margin: 0 !important;
  right: 0px;
  left: 0 !important;
  top: 0 !important;
  height: 100%;
  width: 100%;
}
.searchbar-wrapper .RadSearchBox .rsbButtonSearch .rsbIcon:hover, .searchbar-wrapper .RadSearchBox .rsbButtonSearch .rsbIcon:focus {
  color: #fff;
  background-color: var(--color1);
}
.searchbar-wrapper .RadSearchBox .rsbButtonSearch .rsbIcon:after {
  content: "\f002";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  display: block;
  line-height: 30px;
}

.table-orders {
  border-bottom: 1px solid rgb(233, 233, 233);
}
.table-orders tr th {
  background-color: var(--color1);
  color: #ffffff;
}
.table-orders tr {
  line-height: 1.3;
}

.table-orders.table-orders--overview tr:nth-of-type(odd) {
  background-color: #eeeeee;
}
.table-orders.table-orders--overview tr:hover {
  background-color: var(--color1-lightest);
}

@media (max-width: 767px) {
  .table-responsive-big table {
    min-width: 900px;
  }
}
.RadGrid:focus,
.rgMasterTable:focus {
  outline: none;
}

.rgMasterTable {
  margin-top: 15px;
}
.rgMasterTable .rgHeader {
  border-top: 1px solid rgb(233, 233, 233);
  border-bottom: 1px solid rgb(233, 233, 233);
  font-weight: 600 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  color: var(--color1);
}
.rgMasterTable .rgHeader a:not(.btn):not(.link-download):not(.btn-transparent):not(.btn-header):not(.language-container) {
  color: var(--color1);
}
.rgMasterTable .rgHeader a:not(.btn):not(.link-download):not(.btn-transparent):not(.btn-header):not(.language-container):after {
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  content: "\f0dc";
  margin-left: 5px;
  font-size: 14px;
  line-height: 20px;
}
.rgMasterTable .rgHeader.rgSorted a:after {
  content: "";
  margin-left: 0px;
  display: none;
}
.rgMasterTable .rgHeader .rgSortAsc {
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 5px solid var(--color1) !important;
  height: 0px !important;
  width: 0px !important;
}
.rgMasterTable .rgHeader .rgSortDesc {
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-bottom: 5px solid var(--color1) !important;
  height: 0px !important;
  width: 0px !important;
}
.rgMasterTable .rgRow td,
.rgMasterTable .rgAltRow td {
  padding: 10px 7px !important;
  vertical-align: top;
}
.rgMasterTable .rgRow {
  background: #eeeeee;
}

.tr-highlight-action td {
  background-color: #fff2dc !important;
  border-color: #ffe3b3 !important;
}
.tr-highlight-action td:first-child {
  border-left-color: var(--color2) !important;
}
.tr-highlight-action .highlight-action-icon,
.tr-highlight-action .highlight-remarks-icon {
  display: inline-block;
}

.highlight-action-icon {
  display: none;
}
.highlight-action-icon:before {
  content: "\f06a";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  cursor: help;
}

.highlight-remarks-icon {
  display: none;
}
.highlight-remarks-icon:before {
  content: "\f328";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  cursor: help;
}

.tr-prio-action td {
  background-color: #e3ecff !important;
  border-color: #bad0ff !important;
}
.tr-prio-action td:first-child {
  border-left-color: #587ce9 !important;
}
.tr-prio-action .prio-action-icon {
  display: inline-block;
}

.prio-action-icon {
  display: none;
}
.prio-action-icon:before {
  content: "\f06a";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  cursor: help;
}

.legenda-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.legenda-list .legenda-list--item-label {
  font-weight: bold;
}
.legenda-list .legenda-list--item {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.legenda-list .legenda-list--item:not(.legenda-list--item-label) {
  font-style: italic;
}
.legenda-list .legenda-list--item-success {
  border-left: 5px solid #3eb340;
  padding-left: 5px;
}
.legenda-list .legenda-list--item-warning {
  border-left: 5px solid #ffc107;
  padding-left: 5px;
}
.legenda-list .legenda-list--item-danger {
  border-left: 5px solid #cf3f34;
  padding-left: 5px;
}

.RadGrid td.rgPagerCell {
  padding: 15px 0 !important;
  border-top: 1px solid rgb(233, 233, 233) !important;
  border-bottom: 1px solid rgb(233, 233, 233) !important;
}

.RadGrid .rgWrap {
  margin-right: 15px !important;
  line-height: 32px !important;
}

.RadGrid .rgPageFirst,
.RadGrid .rgPagePrev,
.RadGrid .rgPageNext,
.RadGrid .rgPageLast {
  vertical-align: middle !important;
}
.RadGrid .rgPageFirst:hover, .RadGrid .rgPageFirst:focus,
.RadGrid .rgPagePrev:hover,
.RadGrid .rgPagePrev:focus,
.RadGrid .rgPageNext:hover,
.RadGrid .rgPageNext:focus,
.RadGrid .rgPageLast:hover,
.RadGrid .rgPageLast:focus {
  outline: none;
}

.RadGrid .rgNumPart a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #cccccc;
  margin-right: 5px !important;
  padding: 0px 8px !important;
  line-height: 32px !important;
}
.RadGrid .rgNumPart a:hover {
  border: 1px solid var(--color1-dark);
  color: var(--color1-dark);
}
.RadGrid .rgNumPart a span {
  padding: 0 !important;
}
.RadGrid .rgNumPart a.rgCurrentPage {
  background: var(--color1);
  color: #fff;
  border: 1px solid var(--color1-dark);
}

.rgPageFirst {
  background-image: url(img/pageSprite.png);
  height: 16px !important;
  width: 16px !important;
  background-position: -33px 0px;
}

.rgPagePrev {
  background-image: url(img/pageSprite.png);
  height: 16px !important;
  width: 16px !important;
  background-position: 0px 0px;
}

.rgPageNext {
  background-image: url(img/pageSprite.png);
  height: 16px !important;
  width: 16px !important;
  background-position: -16px 0px;
}

.rgPageLast {
  background-image: url(img/pageSprite.png);
  height: 16px !important;
  width: 16px !important;
  background-position: -49px 0px;
}

.RadGrid .rgInfoPart {
  margin-right: 0 !important;
}

.rgAdvPart .RadComboBox {
  width: 80px !important;
}
.rgAdvPart .RadComboBox .rcbReadOnly .rcbInput {
  padding: 0 5px;
}
.rgAdvPart .RadComboBox .rcbReadOnly .rcbInputCell {
  border: 0;
  line-height: 29px !important;
}

.RadGridReponsive {
  width: auto !important;
}
@media (max-width: 991px) {
  .RadGridReponsive {
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
  }
  .RadGridReponsive::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
  }
  .RadGridReponsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.RadGridReponsive .rgMasterTable {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .RadGridReponsive .rgMasterTable {
    position: relative;
    min-width: 800px;
  }
  .RadGridReponsive .rgMasterTable img {
    max-width: 100px;
  }
}

.product-order .property-label {
  margin-bottom: 0;
}

.collapse-product--details {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  font-weight: normal;
}

.js-collapse-product--trigger:before {
  content: "\f0fe";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
  color: var(--color1);
}
.js-collapse-product--trigger:hover {
  cursor: pointer;
}
.js-collapse-product--trigger.collapsed .collapse-product--details {
  height: auto;
  opacity: 1;
}
.js-collapse-product--trigger.collapsed:before {
  content: "\f146";
}

.order-products--table .rgRow td,
.order-products--table .rgAltRow td {
  padding-bottom: 62px !important;
}

.order-products-btn--container {
  padding-bottom: 46px !important;
}

.order-products-btn--wrapper {
  position: absolute;
  left: 10px;
  margin-top: 10px;
}
.order-products-btn--wrapper .btn, .order-products-btn--wrapper .link-download, .order-products-btn--wrapper .btn-transparent, .order-products-btn--wrapper .btn-header, .order-products-btn--wrapper .language-container {
  margin-right: 5px;
}

.inbox-message--item {
  border: 1px solid rgb(233, 233, 233);
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.inbox-message--item .inbox-message--item-header {
  font-size: 12px;
}
@media (min-width: 576px) {
  .inbox-message--item .inbox-message--item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.inbox-message--item .inbox-message--status {
  background-color: #eeeeee;
  padding: 5px 10px;
  border-radius: 4px;
}
.inbox-message--item .inbox-message--status:before {
  content: "\f658";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}
.inbox-message--item .inbox-message--chat-open {
  background-color: rgb(128, 177, 225);
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
}
.inbox-message--item .inbox-message--chat-open:before {
  content: "\f4ad";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.cls-unread .inbox-message--item {
  background-color: #eff7ff;
  border-left: 3px solid #80b1e1;
}
.cls-unread .inbox-message--item .inbox-message--status {
  background-color: rgb(128, 177, 225);
  color: #fff;
}
.cls-unread .inbox-message--item .inbox-message--status:before {
  content: "\f0e0";
}

.page-newlogin .hide-on-page-newlogin {
  display: none;
}

.wrapper-login-new--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

.block-login {
  background-color: #fff;
  padding: 15px;
  border: 1px solid rgb(233, 233, 233);
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.07);
}
.block-login h3 {
  color: var(--color1);
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgb(233, 233, 233);
}

.logo-company-wrapper {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgb(233, 233, 233);
}
.logo-company-wrapper .logo-company--logo {
  max-height: 70px;
  max-width: calc(100% - 44px);
}
.logo-company-wrapper:has(.language-container) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group-text {
  background-color: #f3f3f3;
}

.col-devider--right {
  border-right: 1px solid rgb(233, 233, 233);
}

.col-devider--left {
  border-left: 1px solid rgb(233, 233, 233);
}

body:not(.body-layout-new) .legacy-col-12 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
  max-width: 100% !important;
}

.body-layout-legacy .user-selection--legacy {
  background-color: var(--color2-lightest);
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.body-layout-legacy .item-img img {
  max-height: 210px;
}
.body-layout-legacy .legacy-margin-bottom {
  margin-bottom: 15px !important;
}
.body-layout-legacy .item-information {
  border-top: 1px solid rgb(233, 233, 233);
  padding-top: 10px;
}

.body-layout-new .hidden-layout-new {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-layout-new .col-product-list-item-layout-new {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .body-layout-new .col-product-list-item-layout-new {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .body-layout-new .col-product-list-item-layout-new {
    -ms-flex: 0 0 33.33333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1550px) {
  .body-layout-new .col-product-list-item-layout-new {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.body-layout-new-login .hidden-layout-new-login {
  display: none !important;
}

/*============================================
	8. Footer styling
============================================*/
#Form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper-content {
  height: 100%;
}

.wrapper-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.wrapper-page .wrapper-footer {
  margin-top: auto;
}

.wrapper-footer {
  font-size: 12px;
}

.footer {
  background-color: #fff;
  border-top: 1px solid #cccccc;
}

.footer-2 {
  padding: 15px 0;
  background-color: #fff;
}
.footer-2 .footer--logo {
  max-height: 40px;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .footer-2 .footer--logo {
    display: block;
    margin: 0 auto 15px;
  }
}
.footer-2 .list-item--footer {
  padding-left: 0;
}
@media (max-width: 575px) {
  .footer-2 .list-item--footer .list-inline-item {
    display: block !important;
  }
  .footer-2 .list-item--footer .list-inline-item:after {
    display: none;
  }
}
.footer-2 .list-item--footer .list-inline-item:not(:last-child):after {
  content: "";
  padding-left: 3px;
  margin-left: 3px;
  padding-right: 3px;
  border-right: 1px solid #ebebeb;
}

.footer-3 {
  padding: 15px 0;
  border-top: 1px solid #cccccc;
  background-color: #fff;
}
.footer-3 .footer-logo--fww {
  margin-right: 5px;
  height: 25px;
}
.footer-3 a {
  color: #202020;
}

/*=======================================================
    9. iForm / basic fields
=======================================================*/
label {
  font-weight: bold;
}

label.required:after {
  content: " *";
}

.control-radio--button-style {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.control-radio--button-style td {
  height: 100%;
}
.control-radio--button-style input[type=radio] {
  display: none;
}
.control-radio--button-style input[type=radio]:checked + label {
  border-color: #3eb340;
  color: #3eb340;
}
.control-radio--button-style input[type=radio]:checked + label:before {
  font-weight: 900;
  color: #3eb340;
  border-color: #3eb340;
}
.control-radio--button-style input[type=radio]:disabled + label {
  opacity: 0.5;
}
.control-radio--button-style input[type=radio]:disabled + label:hover {
  cursor: not-allowed;
}
.control-radio--button-style label {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 6px 15px;
  padding-left: 46px;
  background-color: #ffffff;
  border: 1px solid rgb(233, 233, 233);
  font-weight: normal;
  position: relative;
  border-radius: 4px;
}
.control-radio--button-style label:hover {
  cursor: pointer;
}
.control-radio--button-style label:before {
  content: "\f111";
  font-family: "Font Awesome 6 free";
  font-weight: 400;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 37px;
  left: 0;
  text-align: center;
  line-height: 37px;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid rgb(233, 233, 233);
}
.control-radio--button-style.control-radio--button-style--50 tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7.5px;
}
.control-radio--button-style.control-radio--button-style--50 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  padding: 0 7.5px;
}
.control-radio--button-style.control-radio--button-style--33 tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7.5px;
}
.control-radio--button-style.control-radio--button-style--33 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 33.33333%;
      -ms-flex: 33.33333%;
          flex: 33.33333%;
  padding: 0 7.5px;
}

.well {
  border: 1px solid rgb(233, 233, 233);
  padding: 15px;
  border-radius: 4px;
  margin-top: 15px;
}
.well label {
  margin-bottom: 0;
}

.custom-radio-button-list td {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border: 1px solid rgb(233, 233, 233);
  padding: 10px 15px;
  margin-bottom: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom-radio-button-list td input[type=radio] {
  margin-top: 6px;
}
.custom-radio-button-list td label {
  width: 100%;
  margin-bottom: 0;
}

.custom-radio-button-list--option {
  border-radius: 0 5px 5px 5px;
  background-color: #ffffff;
  border: 1px solid rgb(233, 233, 233);
  margin-top: -8px;
  padding: 10px 15px;
  margin-bottom: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(233, 233, 233);
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.control-small {
  height: calc(1.9rem + 2px);
  padding: 0.275rem 0.275rem;
  font-size: 0.875rem;
}

.control-smallest {
  height: calc(1.5rem + 2px);
  padding: 0.275rem 0.275rem;
  font-size: 0.8rem;
}

.riSingle .riTextBox,
.rcInputCell .riSingle .riTextBox {
  height: calc(2.25rem + 2px) !important;
  padding: 0.375rem 0.75rem !important;
}

.form-row {
  margin-bottom: 5px;
}

.form-row input, .form-row button, .form-row select, .form-row textarea {
  width: 100%;
  margin-bottom: 10px;
}

.form-group {
  position: relative;
}
.form-group textarea {
  margin-bottom: 20px;
  min-height: 100px;
  max-width: 100%;
  min-width: 100%;
}

.form-group textarea {
  margin-bottom: 0;
}

.form-group input[type=checkbox] + label,
input[type=checkbox] + label {
  margin-left: 5px;
}

.input-group-addon {
  background: #fff;
}
.input-group-addon i {
  width: 15px;
}

.form-validation,
.form-control-validator {
  color: white;
  font-weight: normal;
  background: #cf3f34;
  padding: 7px 15px;
  position: relative;
  border-radius: 5px;
}
.form-validation:before,
.form-control-validator:before {
  content: " ";
  position: absolute;
  z-index: 3;
  top: -5px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #cf3f34;
}

.form-captcha {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 15px 15px;
}
.form-captcha img {
  margin-top: 5px;
  float: left;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .form-captcha img {
    float: none;
  }
}

.form-radio label {
  padding-right: 15px;
  padding-left: 5px;
}

.form-date {
  margin-right: 10px;
  width: 30% !important;
  min-width: 80px;
  display: inline-block;
}
.form-date:last-child {
  margin-right: 0;
}

.control-with-icon-after {
  width: calc(100% - 30px);
}

/*============================================
	10. Categories
============================================*/
#categories {
  border-radius: 0.25rem;
  margin-bottom: 30px;
  background-color: var(--color1);
  width: 100%;
}
@media (min-width: 768px) {
  #categories {
    max-width: 230px;
  }
}
#categories h3 {
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid var(--color1-dark);
  color: #fff;
}
#categories h3:before {
  margin: 0 10px 0 0;
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  content: "\f0c9";
}
#categories h3:hover {
  cursor: pointer;
}
#categories .rtUL .rtUL {
  background-color: #eeeeee;
}
#categories .rtUL .rtUL li a {
  padding-left: 20px;
}
#categories .rtUL .rtUL .rtUL li a {
  padding-left: 25px;
}
#categories ul,
#categories li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#categories a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid var(--color1-dark);
  color: #fff;
  background-color: var(--color1);
  font-size: 14px;
}
#categories a:hover {
  background-color: var(--color1-lighter);
}
#categories .rtSelected a {
  background-color: var(--color2);
}
#categories ul ul {
  border: 1px solid var(--color1);
}
@media (max-width: 991px) {
  #categories > .RadTreeView {
    display: none;
  }
}

.categories--hide-first-level .RadTreeView > .rtUL > .rtLI > div > .rtIn {
  display: none !important;
}
.categories--hide-first-level .rtUL .rtUL li a {
  padding-left: 15px !important;
}

@media (min-width: 768px) {
  .categories--all-visible .RadTreeView {
    display: block !important;
    height: auto !important;
  }
}
.categories--all-visible .rtUL {
  display: block !important;
}

/*================================================
    11.1. Carousel
================================================*/
/*================================================
    8. Carousel
================================================*/
.caroufredsel_wrapper {
  width: 100% !important;
}

#carousel-wrapper {
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.5) 0px 0px 8px 0px;
  box-shadow: inset rgba(0, 0, 0, 0.5) 0px 0px 8px 0px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#carousel-wrapper:hover .carousel-btn,
#carousel-wrapper:hover .carousel-pagination {
  opacity: 1;
}

.carousel-image {
  position: relative;
  width: 0;
  float: left;
  background-size: cover;
  background-position: center center;
  min-height: 300px;
}
@media (max-width: 767px) {
  .carousel-image {
    min-height: calc(300px - 100px);
  }
}
@media (max-width: 575px) {
  .carousel-image {
    min-height: calc(300px - 200px);
  }
}
.carousel-image:hover {
  cursor: default !important;
}
.carousel-image img {
  width: 100%;
}

.carousel-image--following {
  min-height: 300px;
}
@media (max-width: 575px) {
  .carousel-image--following {
    min-height: calc(300px - 100px);
  }
}

.carousel-image--background {
  min-height: 100vh;
}

.following-header--wrapper {
  background-size: cover;
  background-position: center center;
  height: 300px;
}
@media (max-width: 575px) {
  .following-header--wrapper {
    height: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .following-header--wrapper {
    height: 200px;
  }
}

.carousel-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: 100px;
  color: #ffffff;
  font-size: 75px;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 576px) {
  .carousel-btn {
    display: none !important;
  }
}
.carousel-btn:hover, .carousel-btn:focus {
  color: #ffffff;
}

.carousel-btn-prev {
  left: 20px;
}

.carousel-btn-next {
  right: 20px;
}

.carousel-pagination {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 15px;
  z-index: 1100;
  padding-left: 0px;
  margin-bottom: 0;
  width: 100%;
  opacity: 0;
}
.carousel-pagination a {
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #ffffff;
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 7px;
}
.carousel-pagination .selected {
  background: var(--color1);
}
.carousel-pagination span {
  display: none;
}

.body-layout-new .carousel-content {
  bottom: 15px;
  left: inherit;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  padding: 0px;
  top: auto;
  text-align: center;
}

.carousel-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  color: #fff;
  padding: 50px 0;
  width: 100%;
}
.carousel-content h1, .carousel-content h2, .carousel-content h3, .carousel-content h4, .carousel-content h5, .carousel-content h6, .carousel-content p {
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
  color: #ffffff;
}
.carousel-content h2, .carousel-content .block-login h3, .block-login .carousel-content h3 {
  text-transform: uppercase;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .carousel-content h2, .carousel-content .block-login h3, .block-login .carousel-content h3 {
    font-size: 18px;
  }
}
.carousel-content h3 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .carousel-content h3 {
    font-size: 16px;
  }
}
.carousel-content a {
  text-shadow: rgba(0, 0, 0, 0) 1px 1px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 3px 0px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 3px 0px;
}
.carousel-content a:not([href]) {
  display: none;
}
.carousel-content:empty {
  display: none;
}

/* FOUC fix */
.loading-images {
  position: relative;
}
.loading-images img {
  opacity: 0;
}
.loading-images:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 2;
  background: #fff url(img/loading.gif) no-repeat center 100px;
}

.carousel-alt {
  margin: 0 -10px;
}

.carousel-image--alt {
  position: relative;
  float: left;
  margin: 0 10px;
}
.carousel-image--alt a:not([href]) {
  cursor: default !important;
}
.carousel-image--alt img {
  width: 100%;
  outline-color: transparent;
}

.overlay-image:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}

.page-background {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  border: 0;
  z-index: -1;
}

/*============================================
	11.2. Detail pagina Slider
============================================*/
.slider-items {
  position: relative;
  float: left;
}
.slider-items img {
  display: block;
  max-width: 100%;
  height: auto;
}
.slider-items a {
  display: inline-block;
}

.slider-prev,
.slider-next {
  display: none !important;
}

.pagination-wrapper {
  margin-top: 5px;
}
.pagination-wrapper .thumbs-container {
  display: block;
}
.pagination-wrapper .slider-thumnail-items {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 16.65%;
}
.pagination-wrapper .slider-thumnail-items a {
  display: block;
  margin: 5px;
}
.pagination-wrapper .slider-thumnail-items a:hover {
  cursor: pointer;
}
.pagination-wrapper .slider-thumnail-items.selected a {
  border: 1px solid var(--color1);
}

/* FOUC fix, requires loading images script */
.loading-images {
  position: relative;
}
.loading-images img {
  opacity: 0;
}
.loading-images:before {
  content: "";
  z-index: 2;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  position: absolute;
  background: #fff url(img/loading.gif) no-repeat center 100px;
}

/*============================================
	12. Breadcrumb
============================================*/
.breadcrumb {
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
  background-color: transparent;
  border-radius: none;
  font-size: 13.5px;
}
.breadcrumb a {
  color: #777;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb > li + li:before {
  content: "\f105"; /* big f054 :  small f105 : arrow f061 : */
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin: 0 5px;
  color: #999;
}
.breadcrumb li:first-child:before {
  content: "\f015";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}
.breadcrumb li:last-child a {
  font-weight: bold;
  text-decoration: none;
}

.breadcrumb > .active {
  color: var(--color1);
  text-decoration: underline;
}

/*============================================
	13. Search
============================================*/
.search .SearchTextBox {
  border: 0;
  padding: 0 45px 0 10px;
  font-size: 14px;
  height: 34px;
  color: #777;
  width: 100%;
}
.search .SearchTextBox:focus {
  background-color: #FFF;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search .SearchContainer {
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 5px;
  overflow: hidden;
}
.search .SearchButton {
  font-size: 14px;
  padding: 0 12px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 28px;
  text-decoration: none;
  background-color: #e9ecef;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px 3px 3px 0px;
  -webkit-transition: all background-color 0.2s ease-in-out;
  transition: all background-color 0.2s ease-in-out;
}
.search .SearchButton:hover {
  background-color: #fff;
}
.search .SearchButton:after {
  content: "\f002";
  color: #222222;
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  display: block;
  margin-top: 3px;
}

/*	Searchresults page */
.dnnSearchResults > h2, .block-login .dnnSearchResults > h3 {
  font-size: 18px;
}
.dnnSearchResults span.searchquery {
  color: var(--color1);
}
.dnnSearchResults .SearchNumber {
  padding: 0;
  margin: 0 20px;
  display: inline-block;
  width: 30px;
  text-align: center;
  height: 30px;
  background: #FFF;
  line-height: 30px;
  color: #222;
  border: 1px solid #BBB;
  border-radius: 100%;
}
.dnnSearchResults table h2 a, .dnnSearchResults table .block-login h3 a, .block-login .dnnSearchResults table h3 a {
  font-size: 16px;
  color: var(--color1);
}
.dnnSearchResults table h2 a:hover, .dnnSearchResults table .block-login h3 a:hover, .block-login .dnnSearchResults table h3 a:hover {
  color: var(--color2);
  text-decoration: none;
}
.dnnSearchResults table p a {
  color: var(--color1);
}
.dnnSearchResults table p a:hover {
  color: var(--color2);
}
.dnnSearchResults table .dnnGridAltItem {
  border-top: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
}

/*============================================
	14. iEntity list/details
============================================*/
.body-layout-new .page-cart {
  max-width: 1080px;
  margin: 0 auto;
}

.filter-categories--label {
  margin-right: 5px;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .filter-categories--control {
    max-width: 200px;
    width: auto;
    display: inline-block;
  }
}

.search-control--control {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.search-control--button-search {
  background-color: var(--color1);
  color: #fff;
  padding: 0.275rem 0.75rem;
  height: calc(1.9rem + 2px);
  display: inline-block;
  border-radius: 0 4px 4px 0;
}
.search-control--button-search:hover, .search-control--button-search:active, .search-control--button-search:focus, .search-control--button-search:active:focus {
  background-color: var(--color1-light);
  color: #fff;
}

.search-control--button-reset {
  background-color: #fff;
  color: #202020;
  padding: 0.275rem 0.75rem;
  height: calc(1.9rem + 2px);
  display: inline-block;
  border-radius: 4px 4px;
  border: 1px solid rgb(233, 233, 233);
}
.search-control--button-reset:hover, .search-control--button-reset:active, .search-control--button-reset:focus, .search-control--button-reset:active:focus {
  color: #202020;
}
.search-control--button-reset.aspNetDisabled {
  display: none;
}

.ientity-grid-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  text-align: center;
  border: 1px solid rgb(233, 233, 233);
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .ientity-grid-item {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .ientity-grid-item {
    max-width: 421px;
    margin: 0 auto 30px;
  }
}
.ientity-grid-item:hover, .ientity-grid-item:focus {
  border: 1px solid var(--color1);
}
.ientity-grid-item .caption {
  display: block;
  padding: 15px;
  border-top: 1px solid rgb(233, 233, 233);
  height: 55px;
  margin-bottom: 15px;
  overflow: hidden;
}
.ientity-grid-item .caption h3 {
  margin-bottom: 0;
  font-size: 16px;
  color: var(--color1);
  line-height: 20px;
}
.ientity-grid-item img {
  max-width: 100%;
}

.item {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}

.item--list {
  -webkit-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.07);
  padding: 15px;
  border-radius: 4px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.item--list .product-tocart {
  margin-top: auto;
}

.item--grid {
  border: 1px solid rgb(233, 233, 233);
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .item--grid {
    max-width: 421px;
    margin: 0 auto 30px;
  }
}

.item-img {
  border-bottom: 0;
}

.onsale .item-img,
.item-on-sale.item-img {
  position: relative;
  display: block;
}
.onsale .item-img:before,
.item-on-sale.item-img:before {
  background: url("img/action-banner.png") top right no-repeat;
  content: " ";
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  height: 80px;
  width: 80px;
}

.item-img--list {
  overflow: hidden;
}
.item-img--list .item-on-sale.item-img:before {
  width: 50px;
  height: 50px;
}

.item-header {
  margin-bottom: 10.5px;
  text-align: center;
  position: relative;
}
.item-header h1, .item-header h2, .item-header h3, .item-header h4, .item-header h5, .item-header h6 {
  margin-bottom: 0;
  font-size: 1rem;
  color: var(--color1);
}

@media (min-width: 576px) {
  .item-header--overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
}
.item-information {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.item-information h1, .item-information h2, .item-information h3, .item-information h4, .item-information h5, .item-information h6 {
  color: var(--color1);
  margin-bottom: 15px;
}

.item-stock-label {
  background-color: #f0cd64;
  color: #725c1b;
  font-size: 0.8125rem;
  padding: 3px 10px;
  border-radius: 4px;
}
.item-stock-label:before {
  content: "\f12a";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-size: 10px;
}
.item-stock-label + .tooltip {
  font-size: 11px;
}

.alert--stock:before {
  content: "\f06a";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.item-content h1, .item-content h2, .item-content h3, .item-content h4, .item-content h5, .item-content h6 {
  margin-bottom: 0;
  font-size: 16px;
  color: var(--color1);
}
.item-content .item-properties-wrapper {
  margin-bottom: 7.5px;
}
.item-content .item-properties-wrapper .property-label {
  font-size: 13px;
}
.item-content .item-properties-wrapper:last-child {
  margin-bottom: 0;
}

.label-product-info {
  background-color: black;
  color: #fff;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 4px;
  font-size: 13px;
}

.aspNetDisabled .riContSpinButtons:hover {
  cursor: not-allowed;
}
.aspNetDisabled .riContSpinButtons .control-amount {
  background-color: #eeeeee;
}
.aspNetDisabled .riContSpinButtons .control-amount:hover {
  cursor: not-allowed;
}
.aspNetDisabled .riContSpinButtons a {
  pointer-events: none;
}

.controll-size {
  min-width: 65px;
}

.riContSpinButtons {
  padding-right: 0 !important;
  background-color: rgb(233, 233, 233) !important;
  border-radius: 6px 4px 4px 6px !important;
  overflow: hidden;
}
@media (max-width: 575px) {
  .riContSpinButtons {
    background-color: #fff !important;
  }
}
.riContSpinButtons.RadInput a {
  height: 13px !important;
}
@media (max-width: 575px) {
  .riContSpinButtons.RadInput a {
    height: 30px !important;
    width: 30px !important;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    margin-left: 5px !important;
    background-color: #fff;
  }
}
.riContSpinButtons.RadInput_Default a.riUp {
  background-position: 4px -96px !important;
}
@media (max-width: 575px) {
  .riContSpinButtons.RadInput_Default a.riUp {
    background-position: 10px -88px !important;
  }
}
.riContSpinButtons.RadInput_Default a.riUp:hover {
  background-color: #bed9ff;
}
.riContSpinButtons.RadInput_Default a.riDown {
  background-position: 4px -196px !important;
}
@media (max-width: 575px) {
  .riContSpinButtons.RadInput_Default a.riDown {
    vertical-align: top;
    margin-top: 0 !important;
    background-position: 10px -188px !important;
  }
}
.riContSpinButtons.RadInput_Default a.riDown:hover {
  background-color: #bed9ff;
}

.control-amount,
.RadInput_Default .riTextBox.control-amount {
  width: 60px !important;
  height: 30px !important;
  font-size: 0.875rem !important;
}

.RadInput_Default .riTextBox.control-amount--full-width {
  width: calc(100% - 15px) !important;
  height: 30px !important;
  font-size: 0.875rem !important;
}
@media (max-width: 575px) {
  .RadInput_Default .riTextBox.control-amount--full-width {
    width: calc(100% - 70px) !important;
  }
}

.control-amount--full-width {
  width: 100% !important;
  height: 30px !important;
  font-size: 0.875rem !important;
}

.control-amount-cart-wrapper .control-amount-parent,
.control-amount-cart-wrapper .riContSpinButtons {
  width: 160px !important;
}
@media (min-width: 576px) {
  .control-amount-cart-wrapper .control-amount-parent,
  .control-amount-cart-wrapper .riContSpinButtons {
    width: 80px !important;
  }
}

.col-cart-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-remove {
  line-height: 30px;
}

.product-price .text-small {
  font-weight: normal;
}
.product-price .product-price-from {
  display: none;
  margin-left: 15px;
  color: #cccccc;
  text-decoration: line-through;
}
.product-price .product-price--old {
  margin-right: 5px;
}
.product-price .product-price--current-price {
  font-weight: bold;
}
.product-price .product-price--unit {
  margin-left: 5px;
  display: inline-block;
}

.item-content--grid {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 15px;
}

.product-view-grid .item-content--grid {
  min-height: 93px;
}

.btn-absolute {
  position: absolute;
  bottom: 10px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  z-index: 2;
}

.product-view-actions--top {
  margin-bottom: 30px;
}

.product-view-actions--bottom {
  padding: 15px 0;
}

.product-view-toggle .product-view-action-grid,
.product-view-toggle .product-view-action-list {
  text-decoration: none;
}
.product-view-toggle .product-view-action-grid:before,
.product-view-toggle .product-view-action-list:before {
  color: #cccccc;
  margin: 0 3px;
  font-size: 23px;
  line-height: 23px;
  content: "\f03a";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}
.product-view-toggle .product-view-action-grid.active:before, .product-view-toggle .product-view-action-grid:hover:before,
.product-view-toggle .product-view-action-list.active:before,
.product-view-toggle .product-view-action-list:hover:before {
  color: #202020;
}
.product-view-toggle .product-view-action-grid:before {
  content: "\f009";
}

.product-sorting .dropdown-toggle {
  background-color: #fff;
  border: 1px solid #cccccc;
}
.product-sorting .dropdown-menu {
  border: 1px solid #cccccc;
}

.product-view-title {
  margin-right: 5px;
}
@media (max-width: 500px) {
  .product-view-title {
    line-height: 22px;
    display: block;
  }
}

.pagination,
.item-view-pagination {
  width: 100%;
  margin: 0px;
  display: block;
}
.pagination .RadDataPager,
.item-view-pagination .RadDataPager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination .RadDataPager .rdpWrap .rdpPagePrev,
.item-view-pagination .RadDataPager .rdpWrap .rdpPagePrev {
  margin-right: 5px;
  background-image: url(img/chevron-left-solid.svg);
}
.pagination .RadDataPager .rdpWrap .rdpPagePrev:hover, .pagination .RadDataPager .rdpWrap .rdpPagePrev:active, .pagination .RadDataPager .rdpWrap .rdpPagePrev:focus, .pagination .RadDataPager .rdpWrap .rdpPagePrev:focus:active, .pagination .RadDataPager .rdpWrap .rdpPagePrev:active:focus,
.item-view-pagination .RadDataPager .rdpWrap .rdpPagePrev:hover,
.item-view-pagination .RadDataPager .rdpWrap .rdpPagePrev:active,
.item-view-pagination .RadDataPager .rdpWrap .rdpPagePrev:focus,
.item-view-pagination .RadDataPager .rdpWrap .rdpPagePrev:focus:active,
.item-view-pagination .RadDataPager .rdpWrap .rdpPagePrev:active:focus {
  background-image: url(img/chevron-left-solid-hover.svg);
}
.pagination .RadDataPager .rdpWrap .rdpPageNext,
.item-view-pagination .RadDataPager .rdpWrap .rdpPageNext {
  margin-left: 5px;
  background-image: url(img/chevron-right-solid.svg);
  background-repeat: no-repeat;
}
.pagination .RadDataPager .rdpWrap .rdpPageNext:hover, .pagination .RadDataPager .rdpWrap .rdpPageNext:active, .pagination .RadDataPager .rdpWrap .rdpPageNext:focus, .pagination .RadDataPager .rdpWrap .rdpPageNext:focus:active, .pagination .RadDataPager .rdpWrap .rdpPageNext:active:focus,
.item-view-pagination .RadDataPager .rdpWrap .rdpPageNext:hover,
.item-view-pagination .RadDataPager .rdpWrap .rdpPageNext:active,
.item-view-pagination .RadDataPager .rdpWrap .rdpPageNext:focus,
.item-view-pagination .RadDataPager .rdpWrap .rdpPageNext:focus:active,
.item-view-pagination .RadDataPager .rdpWrap .rdpPageNext:active:focus {
  background-image: url(img/chevron-right-solid-hover.svg);
}
.pagination .RadDataPager .rdpNumPart a,
.item-view-pagination .RadDataPager .rdpNumPart a {
  width: 25px;
  display: inline-block;
  padding: 6px 0;
  font-size: 13px;
  margin: 0px 3px;
  border: 1px solid #DDD;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
  border-radius: 4px;
}
.pagination .RadDataPager .rdpNumPart a:hover,
.item-view-pagination .RadDataPager .rdpNumPart a:hover {
  border-color: var(--color1);
  background-color: transparent;
}
.pagination .RadDataPager .rdpNumPart a span,
.item-view-pagination .RadDataPager .rdpNumPart a span {
  float: none;
  margin: 0;
  padding: 0;
}
.pagination .RadDataPager .rdpNumPart a.more,
.item-view-pagination .RadDataPager .rdpNumPart a.more {
  border: 0;
}
.pagination .RadDataPager .rdpNumPart a.rdpCurrentPage,
.item-view-pagination .RadDataPager .rdpNumPart a.rdpCurrentPage {
  background-color: var(--color1);
  border-color: var(--color1);
  color: #FFF;
}
.pagination .RadDataPager .rdpWrap input,
.item-view-pagination .RadDataPager .rdpWrap input {
  background: none;
  border: 0;
  padding: 4px 10px 5px;
  background-size: 8px;
  background-position: center center;
  border: 0;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.pagination .RadDataPager .rdpWrap input:hover, .pagination .RadDataPager .rdpWrap input:active, .pagination .RadDataPager .rdpWrap input:focus, .pagination .RadDataPager .rdpWrap input:focus:active, .pagination .RadDataPager .rdpWrap input:active:focus,
.item-view-pagination .RadDataPager .rdpWrap input:hover,
.item-view-pagination .RadDataPager .rdpWrap input:active,
.item-view-pagination .RadDataPager .rdpWrap input:focus,
.item-view-pagination .RadDataPager .rdpWrap input:focus:active,
.item-view-pagination .RadDataPager .rdpWrap input:active:focus {
  color: #FFF;
  background-color: var(--color1);
}

.filter-expand-trigger {
  display: block;
  font-weight: 600;
  border: 1px solid #cccccc;
  padding: 7px 10px;
  margin-bottom: 10px;
}
.filter-expand-trigger:hover {
  cursor: pointer;
}
.filter-expand-trigger:before {
  content: "\f0b0";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.product-filter--wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 575px) {
  .product-filter--wrapper {
    height: 0px;
    opacity: 0;
    overflow: hidden;
  }
  .product-filter--wrapper.open {
    height: auto;
    opacity: 1;
  }
}

.filter-wrapper > div {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}

.filter-item--wrapper {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

.label-filter {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.label-margin {
  margin-right: 5px;
  margin-bottom: 0;
}

table.checkbox-custom, table.radio-custom {
  width: 100%;
}

input[type=radio] {
  margin-right: 5px;
}

.checkbox-custom input[type=checkbox], .radio-custom input[type=checkbox],
.checkbox-custom input[type=radio],
.radio-custom input[type=radio] {
  display: none;
}
.checkbox-custom label, .radio-custom label {
  padding-left: 25px;
  position: relative;
  font-weight: normal;
}
.checkbox-custom label:hover, .radio-custom label:hover {
  cursor: pointer;
  color: var(--color1);
}
.checkbox-custom label:hover:before, .radio-custom label:hover:before {
  border: 1px solid var(--color1);
}
.checkbox-custom label:before, .radio-custom label:before {
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "\f00c";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: var(--color1);
  position: absolute;
  left: 0px;
  top: 2px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  padding: 0 1px;
  border: 1px solid #ccc;
  font-size: 0px;
  line-height: 16px;
}
.checkbox-custom input[type=checkbox]:checked + label:before, .radio-custom input[type=checkbox]:checked + label:before {
  border: 1px solid var(--color1);
  font-size: 14px;
  line-height: 16px;
}

.radio-custom label:before {
  border-radius: 99px;
  content: "\f111";
}
.radio-custom input[type=radio]:checked + label:before {
  border: 1px solid var(--color1);
  font-size: 10px;
  line-height: 13px;
  padding-left: 2px;
}

.price-slider {
  margin-top: 15px;
}

.rad-slider-wrapper {
  margin-top: 15px;
}

.RadSlider, .rslHorizontal {
  width: 100% !important;
}

.RadSlider .rslHorizontal .rslTrack {
  width: 100% !important;
  left: 0px !important;
  background: #fff !important;
  border: solid #202020;
  border-width: 1px !important;
  height: 6px !important;
}

.RadSlider_Default .rslHorizontal .rslSelectedregion {
  background: var(--color1) !important;
}

.rslItemsWrapper {
  display: none;
}

.RadSlider_Default .rslHorizontal a.rslDraghandle {
  background-image: none !important;
  height: 20px !important;
  width: 20px !important;
  background: var(--color1);
  border-radius: 99px;
  overflow: visible;
}

.RadSlider .rslDraghandle span {
  display: block;
  position: absolute;
  top: -20px;
  right: -7px;
  color: var(--color1);
  font-weight: bold;
  font-size: 12px;
  text-indent: 0px;
}

.RadSlider .rslDraghandle:last-child span {
  top: -30px;
}

.stock-notification {
  /*display: block;
  padding: 10px;
  border: 1px solid $brand-primary;
  text-align: center;
  */
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}

.RadDropDownList.RadDropDownList_Expedient {
  outline: none;
  margin-left: 5px;
}
.RadDropDownList.RadDropDownList_Expedient .rddlInner {
  position: relative;
  padding: 5px 10px;
  padding-right: 32px;
  height: auto;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.RadDropDownList.RadDropDownList_Expedient .rddlFakeInput {
  margin-top: 5px;
  height: auto;
  text-overflow: ellipsis;
}
.RadDropDownList.RadDropDownList_Expedient .rddlIcon {
  background: #fff;
  top: 0px;
  bottom: 0px;
  height: auto;
  width: auto;
  padding: 8px 7px;
  border-left: 1px solid #cccccc;
}
.RadDropDownList.RadDropDownList_Expedient .rddlIcon:after {
  content: "\f0d7";
  display: block;
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}

.rddlSlide .rddlPopup_Expedient {
  margin-top: -1px;
  background: #fff;
  padding: 0;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.rddlSlide .rddlPopup_Expedient .rddlItem {
  padding: 5px 10px;
  border-bottom: 1px solid #cccccc;
}
.rddlSlide .rddlPopup_Expedient .rddlItem:last-child {
  border: 0;
}
.rddlSlide .rddlPopup_Expedient .rddlItemHovered {
  background: #eeeeee;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.rddlSlide .rddlPopup_Expedient .rddlItemSelected {
  background-color: #1e90ff !important;
  color: #fff;
}

.show-more-container {
  position: relative;
}

.show-more-open, .show-more-closed {
  width: 100%;
  height: 30px;
  text-align: center;
  position: relative;
  border-top: 1px solid rgb(233, 233, 233);
  cursor: pointer;
}
.show-more-open:hover, .show-more-closed:hover {
  color: var(--color1);
}
.show-more-open .show-more-btn:before, .show-more-closed .show-more-btn:before {
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  content: "\f106";
  margin-right: 10px;
  font-size: 16px;
  line-height: 20px;
}

.show-more-closed:before {
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#FFFFFF));
  background: linear-gradient(180deg, transparent 0%, #FFFFFF 100%);
  content: " ";
  display: block;
  position: absolute;
  top: -30px;
  width: 100%;
  height: 29px;
  text-align: center;
}
.show-more-closed .show-more-btn:before {
  content: "\f107";
}

/*============================================
	15. iEntity news
============================================*/
.ientity-news-list-item {
  display: block;
  border-top: 1px solid #cccccc;
  padding-top: 15px;
  margin-top: 15px;
  color: #202020;
}
.ientity-news-list-item h3 {
  margin: 0 0 10px 0;
}
.ientity-news-list-item:focus, .ientity-news-list-item:hover {
  color: #202020;
}
.ientity-news-list-item:focus .btn, .ientity-news-list-item:focus .link-download, .ientity-news-list-item:focus .btn-transparent, .ientity-news-list-item:focus .btn-header, .ientity-news-list-item:focus .language-container, .ientity-news-list-item:hover .btn, .ientity-news-list-item:hover .link-download, .ientity-news-list-item:hover .btn-transparent, .ientity-news-list-item:hover .btn-header, .ientity-news-list-item:hover .language-container {
  background-color: var(--color1) !important;
  color: #fff;
}

.date {
  font-style: italic;
  color: #666;
  margin-bottom: 10px;
  display: inline-block;
  padding: 2px 8px;
  font-size: 10px;
  color: #FFF;
  background-color: var(--color1);
  border-radius: 3px;
}

/*=======================================================
    16. Shopping cart
=======================================================*/
.cart-product-link {
  color: var(--color1);
}

.cart-item--info-label {
  color: #848484;
}

.item--cart {
  margin-bottom: 0;
  padding: 10px;
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  border-top: 1px solid #f9f9f9;
}
.item--cart.item--level-2.item--bundle-item:not(.item--group-first) {
  border-top-width: 1px;
}
.item--cart.item--cart-bulk {
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid rgb(233, 233, 233);
  padding: 3px 5px;
  font-size: 0.8rem;
}
.item--cart.item--cart-bulk .product-specs li {
  line-height: 13px;
}
.item--cart.item--cart-bulk.item--cart-component {
  margin-top: -1px;
}

.item--cart__header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .item--cart__header {
    border-top: 1px solid #cccccc;
    padding: 8px 0;
  }
}

.item--cart-component {
  background-color: #F9F9F9;
  border-top: 1px solid #E9E9E9;
  font-size: 13px;
}

.item--cart-bundle .item__image {
  display: none !important;
}
.item--cart-bundle .col--product-name {
  font-size: 1.2rem;
}

.item--bundle-item.item--group-first .col--product-name a:before {
  content: "\f466";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.item--bundle-item.item--level-2 {
  border-top: 1px solid #E9E9E9;
}

.item--bundle-item.item--cart-component {
  border-bottom: 1px solid #E9E9E9;
}

.item__image {
  position: relative;
}

.item--cart-component .item__image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item--cart-component .item__image img {
  max-height: 40px;
}
.item--cart-component .item__image {
  font-style: italic;
}
.item--cart-component .item__image .item__image-component-icon {
  position: relative;
  margin-right: 5px;
  margin-left: 1px;
}
.item--cart-component .item__image .item__image-component-icon:before {
  content: "\f148";
  display: inline-block;
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font-style: normal;
  margin-right: 8px;
}
.item--cart-component .item__image strong {
  font-weight: normal;
}

.item--group-first {
  border-top-width: 2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.item--group-last {
  border-bottom-width: 2px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 15px;
}

.order-product-row {
  border-left: 1px solid rgb(233, 233, 233);
  border-right: 1px solid rgb(233, 233, 233);
}

.order-product-row.is-bundle.level-1 {
  background-color: #efefef;
}

.order-product-row .variables ul {
  padding-left: 17px;
}

.level-1 .order-product-name {
  font-weight: bold;
  font-size: 1rem;
}
.level-1 .order-product-name .variables {
  font-weight: normal;
}
.level-1 td {
  border-top: 3px solid rgb(233, 233, 233);
}

.level-2 .order-product-name {
  position: relative;
}

.level-2.is-bundle-item .order-product-name:before {
  content: "\f148";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  position: absolute;
  left: 12px;
  top: 9px;
}

.level-2.is-component .order-product-name {
  padding-left: 0.75rem;
}

.level-2 .order-product-name,
.level-3 .order-product-name {
  padding-left: 34px;
}

.level-2.is-bundle-item:not(.item--group-first) td {
  border-top-width: 1px;
  border-top-style: dashed;
}

.order-product-row.is-bundle > .order-product-name:before {
  content: "\f466";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.is-component td {
  border-top-style: hidden;
  padding-top: 0px;
}
.is-component td.order-product-name {
  font-style: italic;
}

.order-product-row.is-component .order-product-name:before {
  content: "\f148";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-style: normal;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}

.cart-total-information-container {
  border: 1px solid rgb(233, 233, 233);
  border-radius: 4px;
}

.cart-total-information--item {
  padding: 15px;
}
.cart-total-information--item + .cart-total-information--item {
  border-top: 1px solid rgb(233, 233, 233);
}

.cart-total-information--item-gray {
  background-color: #F9F9F9;
}

.radiobuttonlist-block {
  display: block;
}
.radiobuttonlist-block tbody, .radiobuttonlist-block tr, .radiobuttonlist-block td {
  display: block;
}
.radiobuttonlist-block td {
  padding: 2px 5px;
  background-color: #fff;
  border: 1px solid rgb(233, 233, 233);
  margin-bottom: 3px;
  border-radius: 4px;
}
.radiobuttonlist-block label {
  display: inline;
  font-weight: normal;
  margin-bottom: 0;
}
.radiobuttonlist-block .label-info-right {
  float: right;
  margin-right: 6px;
}

.input-control--amount {
  display: inline-block;
  position: relative;
  width: 100% !important;
  max-width: 160px;
}
@media (max-width: 767px) {
  .input-control--amount {
    width: 175px;
  }
}
.input-control--amount .riTextBox {
  height: 38px;
  width: calc(100% - 60px);
  margin: 0 30px;
  padding: 0 10px;
  border: 1px solid rgb(233, 233, 233);
  text-align: center;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.input-control--amount .riTextBox::-webkit-outer-spin-button, .input-control--amount .riTextBox::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-control--amount .riTextBox:focus {
  outline: none;
}
.input-control--amount .riTextBox.riError {
  border-color: #cf3f34;
  color: #cf3f34;
}
.input-control--amount .riUp,
.input-control--amount .riDown {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  height: 38px;
  line-height: 38px;
  position: absolute;
  top: 0;
  width: 30px;
  text-align: center;
  border: 1px solid rgb(233, 233, 233);
  color: #202020;
  background-color: #ececec;
}
.input-control--amount .riUp:focus, .input-control--amount .riUp:active,
.input-control--amount .riDown:focus,
.input-control--amount .riDown:active {
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.2) 0px 2px 5px 0px;
  box-shadow: inset rgba(0, 0, 0, 0.2) 0px 2px 5px 0px;
  background-color: #d6d6d6;
}
.input-control--amount .riUp:before,
.input-control--amount .riDown:before {
  content: "";
  font-family: FontAwesome;
}
.input-control--amount .riUp span,
.input-control--amount .riDown span {
  font-size: 0;
}
.input-control--amount .riDown {
  left: 0;
  border-right: 0;
}
.input-control--amount .riDown:before {
  content: "\f068";
}
.input-control--amount .riUp {
  right: 0;
  border-left: 0;
}
.input-control--amount .riUp:before {
  content: "\f067";
}

.cart-address-dropdown .select2-results__option .address-small {
  font-style: italic;
}
.cart-address-dropdown .select2-results__option .address-small .fas {
  display: none;
}

.radiobuttonlist-fix label {
  font-weight: normal;
  margin-left: 5px;
}

.product-specs ul {
  margin-bottom: 0;
  padding-left: 18px;
}

.wizard ol {
  margin: 0;
  padding: 0;
}
.wizard li {
  padding: 0px 25px;
  background-color: #EEE;
  line-height: 42px;
  display: inline-block;
  color: #AFAFAF;
  position: relative;
  margin-left: 35px;
}
@media (max-width: 575px) {
  .wizard li {
    margin-left: 0;
    font-size: 12px;
    line-height: 24px;
    padding: 0 5px;
    margin-right: 5px;
  }
  .wizard li:before, .wizard li:after {
    display: none;
  }
}
.wizard li:first-child, .wizard li.wizard-step-single {
  margin-left: 0px;
}
.wizard li:first-child:before, .wizard li.wizard-step-single:before {
  border: none;
}
.wizard li:before {
  content: " ";
  width: 30px;
  height: 0;
  border-bottom: 0px solid transparent;
  border-top: 42px solid transparent;
  position: absolute;
  top: 0px;
  left: -30px;
  border-right: 30px solid #eee;
}
.wizard li:after {
  content: " ";
  width: 30px;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 42px solid transparent;
  position: absolute;
  top: 0px;
  right: -30px;
  border-left: 30px solid #eee;
}
.wizard li.active {
  background-color: var(--color1);
  text-decoration: none;
  color: #fff;
}
.wizard li.active:before {
  border-right: 30px solid var(--color1);
}
.wizard li.active:after {
  border-left: 30px solid var(--color1);
}
.wizard li.disabled {
  background-color: #ececec;
  color: #b4b4b4;
}
.wizard li.disabled:before {
  border-right: 30px solid #ececec;
}
.wizard li.disabled:after {
  border-left: 30px solid #ececec;
}

/*=======================================================
    17. Dealermodule
=======================================================*/
.height-dealer {
  overflow: hidden;
}
@media (min-width: 992px) {
  .height-dealer {
    height: 170px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .height-dealer {
    height: 170px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .height-dealer {
    height: 170px;
  }
}

/*============================================
	17. Notifications
============================================*/
#notifications {
  position: fixed;
  right: 50%;
  top: 50px;
  z-index: 99999999;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

#notifications .alert {
  min-width: 200px;
  max-width: calc(100vw - 100px);
}

/*=======================================================
    17. Chat (vragen en klachten)
=======================================================*/
.new-message {
  background-color: #fff;
  border: 1px solid rgb(233, 233, 233);
  border-radius: 5px 5px 0 0;
}
.new-message textarea {
  min-height: 75px;
}

.container-feedback,
.container-message {
  background-color: #fff;
  max-height: 330px;
  overflow-y: scroll;
  border: 1px solid rgb(233, 233, 233);
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.new-message-inner {
  padding: 10px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

.message,
.feedback {
  padding: 15px;
  margin: 15px;
  position: relative;
}
.message:after,
.feedback:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.message__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #777;
}

.message--system {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 3.75px 15px;
  padding-left: calc(1.25em + 22.5px);
}
.message--system::after {
  display: none;
}
.message--system::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 7.5px;
  width: 1.25em;
  text-align: center;
  font-size: 1.25em;
  content: "\f0a1";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}

.message--status::before {
  content: "\f328";
}

.message--mail::before {
  content: "\f0e0";
}

.message--partial::before {
  content: "\f466";
}

.message--user,
.feedback--user {
  margin-right: 30px;
  background-color: #d8f5be;
}
.message--user:after,
.feedback--user:after {
  border-width: 0px 10px 10px 0;
  border-color: transparent #d8f5be transparent transparent;
  top: 0;
  left: -10px;
}

.message--manager,
.feedback--manager {
  margin-left: 30px;
  background-color: #f1f1f1;
}
.message--manager:after,
.feedback--manager:after {
  border-width: 0px 0 10px 10px;
  border-color: transparent transparent transparent #f1f1f1;
  top: 0;
  right: -10px;
}

/*=======================================================
    18. Resets / Base classes
=======================================================*/
/* Additional alerts */
.alert-small, .alert--stock {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
}

.alert-default {
  background: #f7f7f7;
  border: 1px solid #ccc;
}

.alert p:last-child {
  margin-bottom: 0;
}

.alert-point--up {
  margin-top: 10px;
}
.alert-point--up:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.alert-point--up.alert-warning:after {
  border-bottom-color: #fff3cd;
}
.alert-point--up.alert-info:after {
  border-bottom-color: #d1ecf1;
}

.btn + .alert-point--up, .link-download + .alert-point--up, .btn-transparent + .alert-point--up, .btn-header + .alert-point--up, .language-container + .alert-point--up {
  margin-top: 4px;
}

.alert-point--left:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
}
.alert-point--left.alert-warning:after {
  border-right-color: #fff3cd;
}
.alert-point--left.alert-info:after {
  border-right-color: #d1ecf1;
}
.alert-point--left.alert-small:after, .alert-point--left.alert--stock:after {
  left: -7px;
}

/* == DNN resets  == */
.DnnModule {
  z-index: inherit;
}

.controlpanel header {
  margin-top: 86px;
}

.controlpanel .topbar {
  margin-top: 40px;
}

.dnnSendPassword {
  max-width: 400px;
  margin: 0 auto;
}

.DnnModule-Authentication .dnnFormValidationSummary span {
  border: 1px solid transparent;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebcccc;
}

.select2-container {
  margin-right: -2px !important;
  width: 100% !important;
}

.form-user-selection .select2-container {
  width: auto !important;
}

.select2-selection {
  height: 35px !important;
}
.select2-selection .select2-selection__rendered {
  line-height: 35px !important;
}

.js-select2-html + .select2-container .select2-selection__rendered,
.js-select2-html + .select2-container .select2-selection {
  line-height: 1.5 !important;
  height: auto !important;
  padding: 4px;
}
.js-select2-html + .select2-container .select2-selection__arrow {
  top: calc(50% - 17px) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] .text-success {
  color: #12346a !important;
}

.select2-container .select2-dropdown {
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.3);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #202020 !important;
}

#Body .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #b5e5ab;
}
#Body .select2-container--default .select2-results__option[aria-selected=true]:before {
  content: "\f00c";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

#Body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-results__option, .select2-results__group {
  border-bottom: 1px solid #efefef;
}

.select2-results__group {
  background-color: #f1f1f1;
}

.form-check-input {
  margin-top: 0;
}

/*============================================
	19. SSCSS (ShameSCSS)
============================================*/
#dnn_ContentPane {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    max-width: none;
    margin: 1.75rem 30px;
  }
}
.modal-button-close {
  color: #202020;
}
.modal-button-close:hover, .modal-button-close:active, .modal-button-close:focus, .modal-button-close:active:focus {
  color: #202020;
}

.alert-fix {
  float: left;
}

.tooltip {
  min-width: 200px;
}

.tooltip.fade.top.in {
  opacity: 1 !important;
}

.RadWindow_Metro {
  overflow: hidden;
}

.dnnFormSuccess span {
  display: block;
  border: 1px solid #37a039;
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
  background-color: #b3d6b3;
  color: #2a7a2c;
}

.dnnFormValidationSummary span {
  display: block;
  border: 1px solid #f5ca50;
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
  background-color: #fbe39e;
  color: #ab9148;
}

.dnnTextEditor .RadEditor.Default.reWrapper {
  width: 100% !important;
}

.register-disabled .col-login {
  border-right: none !important;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
.register-enabled .wrapper-content-block {
  padding: 0;
  border: none;
  max-width: none;
}

/*============================================
	Expedient helper classes
============================================*/
.padding {
  padding: 15px !important;
}

.padding-top {
  padding-top: 15px !important;
}

.padding-bottom {
  padding-bottom: 15px !important;
}

.padding-left {
  padding-left: 15px !important;
}

.padding-right {
  padding-right: 15px !important;
}

.padding-double {
  padding: 30px !important;
}

.padding-top-double {
  padding-top: 30px !important;
}

.padding-bottom-double {
  padding-bottom: 30px !important;
}

.padding-left-double {
  padding-left: 30px !important;
}

.padding-right-double {
  padding-right: 30px !important;
}

.padding-half {
  padding: 8px !important;
}

.padding-top-half {
  padding-top: 8px !important;
}

.padding-bottom-half {
  padding-bottom: 8px !important;
}

.padding-left-half {
  padding-left: 8px !important;
}

.padding-right-half {
  padding-right: 8px !important;
}

.padding-content {
  padding: 60px !important;
}

.padding-top-content {
  padding-top: 60px !important;
}

.padding-bottom-content {
  padding-bottom: 60px !important;
}

.padding-left-content {
  padding-left: 60px !important;
}

.padding-right-content {
  padding-right: 60px !important;
}

.padding-reset {
  padding: 0 !important;
}

.padding-top-reset {
  padding-top: 0 !important;
}

.padding-bottom-reset {
  padding-bottom: 0 !important;
}

.padding-left-reset {
  padding-left: 0 !important;
}

.padding-right-reset {
  padding-right: 0 !important;
}

.margin {
  margin: 15px !important;
}

.margin-top {
  margin-top: 15px !important;
}

.margin-bottom {
  margin-bottom: 15px !important;
}

.margin-left {
  margin-left: 15px !important;
}

.margin-right {
  margin-right: 15px !important;
}

.margin-double {
  margin: 30px !important;
}

.margin-top-double {
  margin-top: 30px !important;
}

.margin-bottom-double {
  margin-bottom: 30px !important;
}

.margin-left-double {
  margin-left: 30px !important;
}

.margin-right-double {
  margin-right: 30px !important;
}

.margin-half {
  margin: 8px !important;
}

.margin-top-half {
  margin-top: 8px !important;
}

.margin-bottom-half {
  margin-bottom: 8px !important;
}

.margin-left-half {
  margin-left: 8px !important;
}

.margin-right-half {
  margin-right: 8px !important;
}

.margin-reset {
  margin: 0 !important;
}

.margin-top-reset {
  margin-top: 0 !important;
}

.margin-bottom-reset {
  margin-bottom: 0 !important;
}

.margin-left-reset {
  margin-left: 0 !important;
}

.margin-right-reset {
  margin-right: 0 !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.clear {
  float: none !important;
}

.border {
  border: 1px solid rgb(233, 233, 233);
}

.border-top {
  border-top: 1px solid rgb(233, 233, 233);
}

.border-bottom {
  border-bottom: 1px solid rgb(233, 233, 233);
}

.border-left {
  border-left: 1px solid rgb(233, 233, 233);
}

.border-right {
  border-right: 1px solid rgb(233, 233, 233);
}

.border-dashed {
  border: 1px dashed rgb(233, 233, 233);
}

.border-dashed-top {
  border-top: 1px dashed rgb(233, 233, 233);
}

.border-dashed-bottom {
  border-bottom: 1px dashed rgb(233, 233, 233);
}

.border-dashed-left {
  border-left: 1px dashed rgb(233, 233, 233);
}

.border-dashed-right {
  border-right: 1px dashed rgb(233, 233, 233);
}

.border-reset {
  border: 0 !important;
}

.border-top-reset {
  border-top: 0 !important;
}

.border-bottom-reset {
  border-bottom: 0 !important;
}

.border-left-reset {
  border-left: 0 !important;
}

.border-right-reset {
  border-right: 0 !important;
}

.border-radius {
  border-radius: 4px !important;
}

.background-primary {
  background-color: var(--color1);
}

.background-primary-light {
  background-color: var(--color1-light);
}

.background-primary-lighter {
  background-color: var(--color1-lighter);
}

.background-secondary {
  background-color: var(--color2);
}

.background-white {
  background-color: #ffffff;
}

.background-black {
  background-color: #202020;
}

.background-gray {
  background-color: #777;
}

.background-gray-light {
  background-color: #cccccc;
}

.background-gray-lighter {
  background-color: #eeeeee;
}

.background-gray-dark {
  background-color: #333333;
}

.drop-shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.display-table {
  display: table;
  width: calc(100% + 60px);
}
.display-table > .col-lg-1, .display-table > .col-lg-10, .display-table > .col-lg-11, .display-table > .col-lg-12, .display-table > .col-lg-2, .display-table > .col-lg-3, .display-table > .col-lg-4, .display-table > .col-lg-5, .display-table > .col-lg-6, .display-table > .col-lg-7, .display-table > .col-lg-8, .display-table > .col-lg-9,
.display-table > .col-md-1, .display-table > .col-md-10, .display-table > .col-md-11, .display-table > .col-md-12, .display-table > .col-md-2, .display-table > .col-md-3, .display-table > .col-md-4, .display-table > .col-md-5, .display-table > .col-md-6, .display-table > .col-md-7, .display-table > .col-md-8, .display-table > .col-md-9,
.display-table > .col-sm-1, .display-table > .col-sm-10, .display-table > .col-sm-11, .display-table > .col-sm-12, .display-table > .col-sm-2, .display-table > .col-sm-3, .display-table > .col-sm-4, .display-table > .col-sm-5, .display-table > .col-sm-6, .display-table > .col-sm-7, .display-table > .col-sm-8, .display-table > .col-sm-9,
.display-table > .col-xs-1, .display-table > .col-xs-10, .display-table > .col-xs-11, .display-table > .col-xs-12, .display-table > .col-xs-2, .display-table > .col-xs-3, .display-table > .col-xs-4, .display-table > .col-xs-5, .display-table > .col-xs-6, .display-table > .col-xs-7, .display-table > .col-xs-8, .display-table > .col-xs-9 {
  float: none;
  display: table-cell;
  vertical-align: top;
}

.seperator-row {
  margin-left: -30px;
  margin-right: -30px;
}
.seperator-row > .col-lg-1, .seperator-row > .col-lg-10, .seperator-row > .col-lg-11, .seperator-row > .col-lg-12, .seperator-row > .col-lg-2, .seperator-row > .col-lg-3, .seperator-row > .col-lg-4, .seperator-row > .col-lg-5, .seperator-row > .col-lg-6, .seperator-row > .col-lg-7, .seperator-row > .col-lg-8, .seperator-row > .col-lg-9,
.seperator-row > .col-md-1, .seperator-row > .col-md-10, .seperator-row > .col-md-11, .seperator-row > .col-md-12, .seperator-row > .col-md-2, .seperator-row > .col-md-3, .seperator-row > .col-md-4, .seperator-row > .col-md-5, .seperator-row > .col-md-6, .seperator-row > .col-md-7, .seperator-row > .col-md-8, .seperator-row > .col-md-9,
.seperator-row > .col-sm-1, .seperator-row > .col-sm-10, .seperator-row > .col-sm-11, .seperator-row > .col-sm-12, .seperator-row > .col-sm-2, .seperator-row > .col-sm-3, .seperator-row > .col-sm-4, .seperator-row > .col-sm-5, .seperator-row > .col-sm-6, .seperator-row > .col-sm-7, .seperator-row > .col-sm-8, .seperator-row > .col-sm-9,
.seperator-row > .col-xs-1, .seperator-row > .col-xs-10, .seperator-row > .col-xs-11, .seperator-row > .col-xs-12, .seperator-row > .col-xs-2, .seperator-row > .col-xs-3, .seperator-row > .col-xs-4, .seperator-row > .col-xs-5, .seperator-row > .col-xs-6, .seperator-row > .col-xs-7, .seperator-row > .col-xs-8, .seperator-row > .col-xs-9 {
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid rgb(233, 233, 233);
}
.seperator-row > .col-lg-1:last-child, .seperator-row > .col-lg-10:last-child, .seperator-row > .col-lg-11:last-child, .seperator-row > .col-lg-12:last-child, .seperator-row > .col-lg-2:last-child, .seperator-row > .col-lg-3:last-child, .seperator-row > .col-lg-4:last-child, .seperator-row > .col-lg-5:last-child, .seperator-row > .col-lg-6:last-child, .seperator-row > .col-lg-7:last-child, .seperator-row > .col-lg-8:last-child, .seperator-row > .col-lg-9:last-child,
.seperator-row > .col-md-1:last-child, .seperator-row > .col-md-10:last-child, .seperator-row > .col-md-11:last-child, .seperator-row > .col-md-12:last-child, .seperator-row > .col-md-2:last-child, .seperator-row > .col-md-3:last-child, .seperator-row > .col-md-4:last-child, .seperator-row > .col-md-5:last-child, .seperator-row > .col-md-6:last-child, .seperator-row > .col-md-7:last-child, .seperator-row > .col-md-8:last-child, .seperator-row > .col-md-9:last-child,
.seperator-row > .col-sm-1:last-child, .seperator-row > .col-sm-10:last-child, .seperator-row > .col-sm-11:last-child, .seperator-row > .col-sm-12:last-child, .seperator-row > .col-sm-2:last-child, .seperator-row > .col-sm-3:last-child, .seperator-row > .col-sm-4:last-child, .seperator-row > .col-sm-5:last-child, .seperator-row > .col-sm-6:last-child, .seperator-row > .col-sm-7:last-child, .seperator-row > .col-sm-8:last-child, .seperator-row > .col-sm-9:last-child,
.seperator-row > .col-xs-1:last-child, .seperator-row > .col-xs-10:last-child, .seperator-row > .col-xs-11:last-child, .seperator-row > .col-xs-12:last-child, .seperator-row > .col-xs-2:last-child, .seperator-row > .col-xs-3:last-child, .seperator-row > .col-xs-4:last-child, .seperator-row > .col-xs-5:last-child, .seperator-row > .col-xs-6:last-child, .seperator-row > .col-xs-7:last-child, .seperator-row > .col-xs-8:last-child, .seperator-row > .col-xs-9:last-child {
  border-right: 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.half-gutters {
  margin-right: -8px;
  margin-left: -8px;
}

.row.half-gutters > [class^=col-],
.row.half-gutters > [class*=" col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.row-eq-height > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-20p {
  width: 20%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 575px) {
  .padding-xs {
    padding: 15px !important;
  }
  .padding-top-xs {
    padding-top: 15px !important;
  }
  .padding-bottom-xs {
    padding-bottom: 15px !important;
  }
  .padding-left-xs {
    padding-left: 15px !important;
  }
  .padding-right-xs {
    padding-right: 15px !important;
  }
  .padding-double-xs {
    padding: 30px !important;
  }
  .padding-top-double-xs {
    padding-top: 30px !important;
  }
  .padding-bottom-double-xs {
    padding-bottom: 30px !important;
  }
  .padding-left-double-xs {
    padding-left: 30px !important;
  }
  .padding-right-double-xs {
    padding-right: 30px !important;
  }
  .padding-half-xs {
    padding: 8px !important;
  }
  .padding-top-half-xs {
    padding-top: 8px !important;
  }
  .padding-bottom-half-xs {
    padding-bottom: 8px !important;
  }
  .padding-left-half-xs {
    padding-left: 8px !important;
  }
  .padding-right-half-xs {
    padding-right: 8px !important;
  }
  .padding-content-xs {
    padding: 60px !important;
  }
  .padding-top-content-xs {
    padding-top: 60px !important;
  }
  .padding-bottom-content-xs {
    padding-bottom: 60px !important;
  }
  .padding-left-content-xs {
    padding-left: 60px !important;
  }
  .padding-right-content-xs {
    padding-right: 60px !important;
  }
  .padding-reset-xs {
    padding: 0 !important;
  }
  .padding-top-reset-xs {
    padding-top: 0 !important;
  }
  .padding-bottom-reset-xs {
    padding-bottom: 0 !important;
  }
  .padding-left-reset-xs {
    padding-left: 0 !important;
  }
  .padding-right-reset-xs {
    padding-right: 0 !important;
  }
  .margin-xs {
    margin: 15px !important;
  }
  .margin-top-xs {
    margin-top: 15px !important;
  }
  .margin-bottom-xs {
    margin-bottom: 15px !important;
  }
  .margin-left-xs {
    margin-left: 15px !important;
  }
  .margin-right-xs {
    margin-right: 15px !important;
  }
  .margin-double-xs {
    margin: 30px !important;
  }
  .margin-top-double-xs {
    margin-top: 30px !important;
  }
  .margin-bottom-double-xs {
    margin-bottom: 30px !important;
  }
  .margin-left-double-xs {
    margin-left: 30px !important;
  }
  .margin-right-double-xs {
    margin-right: 30px !important;
  }
  .margin-half-xs {
    margin: 8px !important;
  }
  .margin-top-half-xs {
    margin-top: 8px !important;
  }
  .margin-bottom-half-xs {
    margin-bottom: 8px !important;
  }
  .margin-left-half-xs {
    margin-left: 8px !important;
  }
  .margin-right-half-xs {
    margin-right: 8px !important;
  }
  .margin-reset-xs {
    margin: 0 !important;
  }
  .margin-top-reset-xs {
    margin-top: 0 !important;
  }
  .margin-bottom-reset-xs {
    margin-bottom: 0 !important;
  }
  .margin-left-reset-xs {
    margin-left: 0 !important;
  }
  .margin-right-reset-xs {
    margin-right: 0 !important;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .text-left-xs {
    text-align: left !important;
  }
  .text-right-xs {
    text-align: right !important;
  }
  .pull-left-xs {
    float: left !important;
  }
  .pull-right-xs {
    float: right !important;
  }
  .clear-xs {
    float: none !important;
  }
  .border-xs {
    border: 1px solid rgb(233, 233, 233);
  }
  .border-top-xs {
    border-top: 1px solid rgb(233, 233, 233);
  }
  .border-bottom-xs {
    border-bottom: 1px solid rgb(233, 233, 233);
  }
  .border-left-xs {
    border-left: 1px solid rgb(233, 233, 233);
  }
  .border-right-xs {
    border-right: 1px solid rgb(233, 233, 233);
  }
  .border-dashed-xs {
    border: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-top-xs {
    border-top: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-bottom-xs {
    border-bottom: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-left-xs {
    border-left: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-right-xs {
    border-right: 1px dashed rgb(233, 233, 233);
  }
  .border-reset-xs {
    border: 0 !important;
  }
  .border-top-reset-xs {
    border-top: 0 !important;
  }
  .border-bottom-reset-xs {
    border-bottom: 0 !important;
  }
  .border-left-reset-xs {
    border-left: 0 !important;
  }
  .border-right-reset-xs {
    border-right: 0 !important;
  }
  .border-radius-xs {
    border-radius: 4px !important;
  }
  .background-primary-xs {
    background-color: var(--color1);
  }
  .background-primary-light-xs {
    background-color: var(--color1-light);
  }
  .background-primary-lighter-xs {
    background-color: var(--color1-lighter);
  }
  .background-secondary-xs {
    background-color: var(--color2);
  }
  .background-white-xs {
    background-color: #ffffff;
  }
  .background-black-xs {
    background-color: #202020;
  }
  .background-gray-xs {
    background-color: #777;
  }
  .background-gray-light-xs {
    background-color: #cccccc;
  }
  .background-gray-lighter-xs {
    background-color: #eeeeee;
  }
  .background-gray-dark-xs {
    background-color: #333333;
  }
  .drop-shadow-xs {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
  }
  .block-xs {
    display: block !important;
  }
  .inline-block-xs {
    display: inline-block !important;
  }
  .display-table-xs {
    display: table;
    width: calc(100% + 60px);
  }
  .display-table-xs > .col-lg-1, .display-table-xs > .col-lg-10, .display-table-xs > .col-lg-11, .display-table-xs > .col-lg-12, .display-table-xs > .col-lg-2, .display-table-xs > .col-lg-3, .display-table-xs > .col-lg-4, .display-table-xs > .col-lg-5, .display-table-xs > .col-lg-6, .display-table-xs > .col-lg-7, .display-table-xs > .col-lg-8, .display-table-xs > .col-lg-9,
  .display-table-xs > .col-md-1, .display-table-xs > .col-md-10, .display-table-xs > .col-md-11, .display-table-xs > .col-md-12, .display-table-xs > .col-md-2, .display-table-xs > .col-md-3, .display-table-xs > .col-md-4, .display-table-xs > .col-md-5, .display-table-xs > .col-md-6, .display-table-xs > .col-md-7, .display-table-xs > .col-md-8, .display-table-xs > .col-md-9,
  .display-table-xs > .col-sm-1, .display-table-xs > .col-sm-10, .display-table-xs > .col-sm-11, .display-table-xs > .col-sm-12, .display-table-xs > .col-sm-2, .display-table-xs > .col-sm-3, .display-table-xs > .col-sm-4, .display-table-xs > .col-sm-5, .display-table-xs > .col-sm-6, .display-table-xs > .col-sm-7, .display-table-xs > .col-sm-8, .display-table-xs > .col-sm-9,
  .display-table-xs > .col-xs-1, .display-table-xs > .col-xs-10, .display-table-xs > .col-xs-11, .display-table-xs > .col-xs-12, .display-table-xs > .col-xs-2, .display-table-xs > .col-xs-3, .display-table-xs > .col-xs-4, .display-table-xs > .col-xs-5, .display-table-xs > .col-xs-6, .display-table-xs > .col-xs-7, .display-table-xs > .col-xs-8, .display-table-xs > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .seperator-row-xs {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-xs > .col-lg-1, .seperator-row-xs > .col-lg-10, .seperator-row-xs > .col-lg-11, .seperator-row-xs > .col-lg-12, .seperator-row-xs > .col-lg-2, .seperator-row-xs > .col-lg-3, .seperator-row-xs > .col-lg-4, .seperator-row-xs > .col-lg-5, .seperator-row-xs > .col-lg-6, .seperator-row-xs > .col-lg-7, .seperator-row-xs > .col-lg-8, .seperator-row-xs > .col-lg-9,
  .seperator-row-xs > .col-md-1, .seperator-row-xs > .col-md-10, .seperator-row-xs > .col-md-11, .seperator-row-xs > .col-md-12, .seperator-row-xs > .col-md-2, .seperator-row-xs > .col-md-3, .seperator-row-xs > .col-md-4, .seperator-row-xs > .col-md-5, .seperator-row-xs > .col-md-6, .seperator-row-xs > .col-md-7, .seperator-row-xs > .col-md-8, .seperator-row-xs > .col-md-9,
  .seperator-row-xs > .col-sm-1, .seperator-row-xs > .col-sm-10, .seperator-row-xs > .col-sm-11, .seperator-row-xs > .col-sm-12, .seperator-row-xs > .col-sm-2, .seperator-row-xs > .col-sm-3, .seperator-row-xs > .col-sm-4, .seperator-row-xs > .col-sm-5, .seperator-row-xs > .col-sm-6, .seperator-row-xs > .col-sm-7, .seperator-row-xs > .col-sm-8, .seperator-row-xs > .col-sm-9,
  .seperator-row-xs > .col-xs-1, .seperator-row-xs > .col-xs-10, .seperator-row-xs > .col-xs-11, .seperator-row-xs > .col-xs-12, .seperator-row-xs > .col-xs-2, .seperator-row-xs > .col-xs-3, .seperator-row-xs > .col-xs-4, .seperator-row-xs > .col-xs-5, .seperator-row-xs > .col-xs-6, .seperator-row-xs > .col-xs-7, .seperator-row-xs > .col-xs-8, .seperator-row-xs > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid rgb(233, 233, 233);
  }
  .seperator-row-xs > .col-lg-1:last-child, .seperator-row-xs > .col-lg-10:last-child, .seperator-row-xs > .col-lg-11:last-child, .seperator-row-xs > .col-lg-12:last-child, .seperator-row-xs > .col-lg-2:last-child, .seperator-row-xs > .col-lg-3:last-child, .seperator-row-xs > .col-lg-4:last-child, .seperator-row-xs > .col-lg-5:last-child, .seperator-row-xs > .col-lg-6:last-child, .seperator-row-xs > .col-lg-7:last-child, .seperator-row-xs > .col-lg-8:last-child, .seperator-row-xs > .col-lg-9:last-child,
  .seperator-row-xs > .col-md-1:last-child, .seperator-row-xs > .col-md-10:last-child, .seperator-row-xs > .col-md-11:last-child, .seperator-row-xs > .col-md-12:last-child, .seperator-row-xs > .col-md-2:last-child, .seperator-row-xs > .col-md-3:last-child, .seperator-row-xs > .col-md-4:last-child, .seperator-row-xs > .col-md-5:last-child, .seperator-row-xs > .col-md-6:last-child, .seperator-row-xs > .col-md-7:last-child, .seperator-row-xs > .col-md-8:last-child, .seperator-row-xs > .col-md-9:last-child,
  .seperator-row-xs > .col-sm-1:last-child, .seperator-row-xs > .col-sm-10:last-child, .seperator-row-xs > .col-sm-11:last-child, .seperator-row-xs > .col-sm-12:last-child, .seperator-row-xs > .col-sm-2:last-child, .seperator-row-xs > .col-sm-3:last-child, .seperator-row-xs > .col-sm-4:last-child, .seperator-row-xs > .col-sm-5:last-child, .seperator-row-xs > .col-sm-6:last-child, .seperator-row-xs > .col-sm-7:last-child, .seperator-row-xs > .col-sm-8:last-child, .seperator-row-xs > .col-sm-9:last-child,
  .seperator-row-xs > .col-xs-1:last-child, .seperator-row-xs > .col-xs-10:last-child, .seperator-row-xs > .col-xs-11:last-child, .seperator-row-xs > .col-xs-12:last-child, .seperator-row-xs > .col-xs-2:last-child, .seperator-row-xs > .col-xs-3:last-child, .seperator-row-xs > .col-xs-4:last-child, .seperator-row-xs > .col-xs-5:last-child, .seperator-row-xs > .col-xs-6:last-child, .seperator-row-xs > .col-xs-7:last-child, .seperator-row-xs > .col-xs-8:last-child, .seperator-row-xs > .col-xs-9:last-child {
    border-right: 0;
  }
  .row.no-gutter-xss {
    margin-right: 0;
    margin-left: 0;
  }
  .row.no-gutters-xs > [class^=col-],
  .row.no-gutters-xs > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .row.half-gutters-xs {
    margin-right: -8px;
    margin-left: -8px;
  }
  .row.half-gutters-xs > [class^=col-],
  .row.half-gutters-xs > [class*=" col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
  .row-eq-height-xs > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-20p-xs {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding-sm {
    padding: 15px !important;
  }
  .padding-top-sm {
    padding-top: 15px !important;
  }
  .padding-bottom-sm {
    padding-bottom: 15px !important;
  }
  .padding-left-sm {
    padding-left: 15px !important;
  }
  .padding-right-sm {
    padding-right: 15px !important;
  }
  .padding-double-sm {
    padding: 30px !important;
  }
  .padding-top-double-sm {
    padding-top: 30px !important;
  }
  .padding-bottom-double-sm {
    padding-bottom: 30px !important;
  }
  .padding-left-double-sm {
    padding-left: 30px !important;
  }
  .padding-right-double-sm {
    padding-right: 30px !important;
  }
  .padding-half-sm {
    padding: 8px !important;
  }
  .padding-top-half-sm {
    padding-top: 8px !important;
  }
  .padding-bottom-half-sm {
    padding-bottom: 8px !important;
  }
  .padding-left-half-sm {
    padding-left: 8px !important;
  }
  .padding-right-half-sm {
    padding-right: 8px !important;
  }
  .padding-content-sm {
    padding: 60px !important;
  }
  .padding-top-content-sm {
    padding-top: 60px !important;
  }
  .padding-bottom-content-sm {
    padding-bottom: 60px !important;
  }
  .padding-left-content-sm {
    padding-left: 60px !important;
  }
  .padding-right-content-sm {
    padding-right: 60px !important;
  }
  .padding-reset-sm {
    padding: 0 !important;
  }
  .padding-top-reset-sm {
    padding-top: 0 !important;
  }
  .padding-bottom-reset-sm {
    padding-bottom: 0 !important;
  }
  .padding-left-reset-sm {
    padding-left: 0 !important;
  }
  .padding-right-reset-sm {
    padding-right: 0 !important;
  }
  .margin-sm {
    margin: 15px !important;
  }
  .margin-top-sm {
    margin-top: 15px !important;
  }
  .margin-bottom-sm {
    margin-bottom: 15px !important;
  }
  .margin-left-sm {
    margin-left: 15px !important;
  }
  .margin-right-sm {
    margin-right: 15px !important;
  }
  .margin-double-sm {
    margin: 30px !important;
  }
  .margin-top-double-sm {
    margin-top: 30px !important;
  }
  .margin-bottom-double-sm {
    margin-bottom: 30px !important;
  }
  .margin-left-double-sm {
    margin-left: 30px !important;
  }
  .margin-right-double-sm {
    margin-right: 30px !important;
  }
  .margin-half-sm {
    margin: 8px !important;
  }
  .margin-top-half-sm {
    margin-top: 8px !important;
  }
  .margin-bottom-half-sm {
    margin-bottom: 8px !important;
  }
  .margin-left-half-sm {
    margin-left: 8px !important;
  }
  .margin-right-half-sm {
    margin-right: 8px !important;
  }
  .margin-reset-sm {
    margin: 0 !important;
  }
  .margin-top-reset-sm {
    margin-top: 0 !important;
  }
  .margin-bottom-reset-sm {
    margin-bottom: 0 !important;
  }
  .margin-left-reset-sm {
    margin-left: 0 !important;
  }
  .margin-right-reset-sm {
    margin-right: 0 !important;
  }
  .text-center-sm {
    text-align: center !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .pull-left-sm {
    float: left !important;
  }
  .pull-right-sm {
    float: right !important;
  }
  .clear-sm {
    float: none !important;
  }
  .border-sm {
    border: 1px solid rgb(233, 233, 233);
  }
  .border-top-sm {
    border-top: 1px solid rgb(233, 233, 233);
  }
  .border-bottom-sm {
    border-bottom: 1px solid rgb(233, 233, 233);
  }
  .border-left-sm {
    border-left: 1px solid rgb(233, 233, 233);
  }
  .border-right-sm {
    border-right: 1px solid rgb(233, 233, 233);
  }
  .border-dashed-sm {
    border: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-top-sm {
    border-top: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-bottom-sm {
    border-bottom: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-left-sm {
    border-left: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-right-sm {
    border-right: 1px dashed rgb(233, 233, 233);
  }
  .border-reset-sm {
    border: 0 !important;
  }
  .border-top-reset-sm {
    border-top: 0 !important;
  }
  .border-bottom-reset-sm {
    border-bottom: 0 !important;
  }
  .border-left-reset-sm {
    border-left: 0 !important;
  }
  .border-right-reset-sm {
    border-right: 0 !important;
  }
  .border-radius-sm {
    border-radius: 4px !important;
  }
  .background-primary-sm {
    background-color: var(--color1);
  }
  .background-primary-light-sm {
    background-color: var(--color1-light);
  }
  .background-primary-lighter-sm {
    background-color: var(--color1-lighter);
  }
  .background-secondary-sm {
    background-color: var(--color2);
  }
  .background-white-sm {
    background-color: #ffffff;
  }
  .background-black-sm {
    background-color: #202020;
  }
  .background-gray-sm {
    background-color: #777;
  }
  .background-gray-light-sm {
    background-color: #cccccc;
  }
  .background-gray-lighter-sm {
    background-color: #eeeeee;
  }
  .background-gray-dark-sm {
    background-color: #333333;
  }
  .drop-shadow-sm {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
  }
  .block-sm {
    display: block !important;
  }
  .inline-block-sm {
    display: inline-block !important;
  }
  .display-table-sm {
    display: table;
    width: calc(100% + 60px);
  }
  .display-table-sm > .col-lg-1, .display-table-sm > .col-lg-10, .display-table-sm > .col-lg-11, .display-table-sm > .col-lg-12, .display-table-sm > .col-lg-2, .display-table-sm > .col-lg-3, .display-table-sm > .col-lg-4, .display-table-sm > .col-lg-5, .display-table-sm > .col-lg-6, .display-table-sm > .col-lg-7, .display-table-sm > .col-lg-8, .display-table-sm > .col-lg-9,
  .display-table-sm > .col-md-1, .display-table-sm > .col-md-10, .display-table-sm > .col-md-11, .display-table-sm > .col-md-12, .display-table-sm > .col-md-2, .display-table-sm > .col-md-3, .display-table-sm > .col-md-4, .display-table-sm > .col-md-5, .display-table-sm > .col-md-6, .display-table-sm > .col-md-7, .display-table-sm > .col-md-8, .display-table-sm > .col-md-9,
  .display-table-sm > .col-sm-1, .display-table-sm > .col-sm-10, .display-table-sm > .col-sm-11, .display-table-sm > .col-sm-12, .display-table-sm > .col-sm-2, .display-table-sm > .col-sm-3, .display-table-sm > .col-sm-4, .display-table-sm > .col-sm-5, .display-table-sm > .col-sm-6, .display-table-sm > .col-sm-7, .display-table-sm > .col-sm-8, .display-table-sm > .col-sm-9,
  .display-table-sm > .col-xs-1, .display-table-sm > .col-xs-10, .display-table-sm > .col-xs-11, .display-table-sm > .col-xs-12, .display-table-sm > .col-xs-2, .display-table-sm > .col-xs-3, .display-table-sm > .col-xs-4, .display-table-sm > .col-xs-5, .display-table-sm > .col-xs-6, .display-table-sm > .col-xs-7, .display-table-sm > .col-xs-8, .display-table-sm > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .seperator-row-sm {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-sm > .col-lg-1, .seperator-row-sm > .col-lg-10, .seperator-row-sm > .col-lg-11, .seperator-row-sm > .col-lg-12, .seperator-row-sm > .col-lg-2, .seperator-row-sm > .col-lg-3, .seperator-row-sm > .col-lg-4, .seperator-row-sm > .col-lg-5, .seperator-row-sm > .col-lg-6, .seperator-row-sm > .col-lg-7, .seperator-row-sm > .col-lg-8, .seperator-row-sm > .col-lg-9,
  .seperator-row-sm > .col-md-1, .seperator-row-sm > .col-md-10, .seperator-row-sm > .col-md-11, .seperator-row-sm > .col-md-12, .seperator-row-sm > .col-md-2, .seperator-row-sm > .col-md-3, .seperator-row-sm > .col-md-4, .seperator-row-sm > .col-md-5, .seperator-row-sm > .col-md-6, .seperator-row-sm > .col-md-7, .seperator-row-sm > .col-md-8, .seperator-row-sm > .col-md-9,
  .seperator-row-sm > .col-sm-1, .seperator-row-sm > .col-sm-10, .seperator-row-sm > .col-sm-11, .seperator-row-sm > .col-sm-12, .seperator-row-sm > .col-sm-2, .seperator-row-sm > .col-sm-3, .seperator-row-sm > .col-sm-4, .seperator-row-sm > .col-sm-5, .seperator-row-sm > .col-sm-6, .seperator-row-sm > .col-sm-7, .seperator-row-sm > .col-sm-8, .seperator-row-sm > .col-sm-9,
  .seperator-row-sm > .col-xs-1, .seperator-row-sm > .col-xs-10, .seperator-row-sm > .col-xs-11, .seperator-row-sm > .col-xs-12, .seperator-row-sm > .col-xs-2, .seperator-row-sm > .col-xs-3, .seperator-row-sm > .col-xs-4, .seperator-row-sm > .col-xs-5, .seperator-row-sm > .col-xs-6, .seperator-row-sm > .col-xs-7, .seperator-row-sm > .col-xs-8, .seperator-row-sm > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid rgb(233, 233, 233);
  }
  .seperator-row-sm > .col-lg-1:last-child, .seperator-row-sm > .col-lg-10:last-child, .seperator-row-sm > .col-lg-11:last-child, .seperator-row-sm > .col-lg-12:last-child, .seperator-row-sm > .col-lg-2:last-child, .seperator-row-sm > .col-lg-3:last-child, .seperator-row-sm > .col-lg-4:last-child, .seperator-row-sm > .col-lg-5:last-child, .seperator-row-sm > .col-lg-6:last-child, .seperator-row-sm > .col-lg-7:last-child, .seperator-row-sm > .col-lg-8:last-child, .seperator-row-sm > .col-lg-9:last-child,
  .seperator-row-sm > .col-md-1:last-child, .seperator-row-sm > .col-md-10:last-child, .seperator-row-sm > .col-md-11:last-child, .seperator-row-sm > .col-md-12:last-child, .seperator-row-sm > .col-md-2:last-child, .seperator-row-sm > .col-md-3:last-child, .seperator-row-sm > .col-md-4:last-child, .seperator-row-sm > .col-md-5:last-child, .seperator-row-sm > .col-md-6:last-child, .seperator-row-sm > .col-md-7:last-child, .seperator-row-sm > .col-md-8:last-child, .seperator-row-sm > .col-md-9:last-child,
  .seperator-row-sm > .col-sm-1:last-child, .seperator-row-sm > .col-sm-10:last-child, .seperator-row-sm > .col-sm-11:last-child, .seperator-row-sm > .col-sm-12:last-child, .seperator-row-sm > .col-sm-2:last-child, .seperator-row-sm > .col-sm-3:last-child, .seperator-row-sm > .col-sm-4:last-child, .seperator-row-sm > .col-sm-5:last-child, .seperator-row-sm > .col-sm-6:last-child, .seperator-row-sm > .col-sm-7:last-child, .seperator-row-sm > .col-sm-8:last-child, .seperator-row-sm > .col-sm-9:last-child,
  .seperator-row-sm > .col-xs-1:last-child, .seperator-row-sm > .col-xs-10:last-child, .seperator-row-sm > .col-xs-11:last-child, .seperator-row-sm > .col-xs-12:last-child, .seperator-row-sm > .col-xs-2:last-child, .seperator-row-sm > .col-xs-3:last-child, .seperator-row-sm > .col-xs-4:last-child, .seperator-row-sm > .col-xs-5:last-child, .seperator-row-sm > .col-xs-6:last-child, .seperator-row-sm > .col-xs-7:last-child, .seperator-row-sm > .col-xs-8:last-child, .seperator-row-sm > .col-xs-9:last-child {
    border-right: 0;
  }
  .row.no-gutter-sms {
    margin-right: 0;
    margin-left: 0;
  }
  .row.no-gutters-sm > [class^=col-],
  .row.no-gutters-sm > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .row.half-gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
  }
  .row.half-gutters-sm > [class^=col-],
  .row.half-gutters-sm > [class*=" col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
  .row-eq-height-sm > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-20p-sm {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-md {
    padding: 15px !important;
  }
  .padding-top-md {
    padding-top: 15px !important;
  }
  .padding-bottom-md {
    padding-bottom: 15px !important;
  }
  .padding-left-md {
    padding-left: 15px !important;
  }
  .padding-right-md {
    padding-right: 15px !important;
  }
  .padding-double-md {
    padding: 30px !important;
  }
  .padding-top-double-md {
    padding-top: 30px !important;
  }
  .padding-bottom-double-md {
    padding-bottom: 30px !important;
  }
  .padding-left-double-md {
    padding-left: 30px !important;
  }
  .padding-right-double-md {
    padding-right: 30px !important;
  }
  .padding-half-md {
    padding: 8px !important;
  }
  .padding-top-half-md {
    padding-top: 8px !important;
  }
  .padding-bottom-half-md {
    padding-bottom: 8px !important;
  }
  .padding-left-half-md {
    padding-left: 8px !important;
  }
  .padding-right-half-md {
    padding-right: 8px !important;
  }
  .padding-content-md {
    padding: 60px !important;
  }
  .padding-top-content-md {
    padding-top: 60px !important;
  }
  .padding-bottom-content-md {
    padding-bottom: 60px !important;
  }
  .padding-left-content-md {
    padding-left: 60px !important;
  }
  .padding-right-content-md {
    padding-right: 60px !important;
  }
  .padding-reset-md {
    padding: 0 !important;
  }
  .padding-top-reset-md {
    padding-top: 0 !important;
  }
  .padding-bottom-reset-md {
    padding-bottom: 0 !important;
  }
  .padding-left-reset-md {
    padding-left: 0 !important;
  }
  .padding-right-reset-md {
    padding-right: 0 !important;
  }
  .margin-md {
    margin: 15px !important;
  }
  .margin-top-md {
    margin-top: 15px !important;
  }
  .margin-bottom-md {
    margin-bottom: 15px !important;
  }
  .margin-left-md {
    margin-left: 15px !important;
  }
  .margin-right-md {
    margin-right: 15px !important;
  }
  .margin-double-md {
    margin: 30px !important;
  }
  .margin-top-double-md {
    margin-top: 30px !important;
  }
  .margin-bottom-double-md {
    margin-bottom: 30px !important;
  }
  .margin-left-double-md {
    margin-left: 30px !important;
  }
  .margin-right-double-md {
    margin-right: 30px !important;
  }
  .margin-half-md {
    margin: 8px !important;
  }
  .margin-top-half-md {
    margin-top: 8px !important;
  }
  .margin-bottom-half-md {
    margin-bottom: 8px !important;
  }
  .margin-left-half-md {
    margin-left: 8px !important;
  }
  .margin-right-half-md {
    margin-right: 8px !important;
  }
  .margin-reset-md {
    margin: 0 !important;
  }
  .margin-top-reset-md {
    margin-top: 0 !important;
  }
  .margin-bottom-reset-md {
    margin-bottom: 0 !important;
  }
  .margin-left-reset-md {
    margin-left: 0 !important;
  }
  .margin-right-reset-md {
    margin-right: 0 !important;
  }
  .text-center-md {
    text-align: center !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .pull-left-md {
    float: left !important;
  }
  .pull-right-md {
    float: right !important;
  }
  .clear-md {
    float: none !important;
  }
  .border-md {
    border: 1px solid rgb(233, 233, 233);
  }
  .border-top-md {
    border-top: 1px solid rgb(233, 233, 233);
  }
  .border-bottom-md {
    border-bottom: 1px solid rgb(233, 233, 233);
  }
  .border-left-md {
    border-left: 1px solid rgb(233, 233, 233);
  }
  .border-right-md {
    border-right: 1px solid rgb(233, 233, 233);
  }
  .border-dashed-md {
    border: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-top-md {
    border-top: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-bottom-md {
    border-bottom: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-left-md {
    border-left: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-right-md {
    border-right: 1px dashed rgb(233, 233, 233);
  }
  .border-reset-md {
    border: 0 !important;
  }
  .border-top-reset-md {
    border-top: 0 !important;
  }
  .border-bottom-reset-md {
    border-bottom: 0 !important;
  }
  .border-left-reset-md {
    border-left: 0 !important;
  }
  .border-right-reset-md {
    border-right: 0 !important;
  }
  .border-radius-md {
    border-radius: 4px !important;
  }
  .background-primary-md {
    background-color: var(--color1);
  }
  .background-primary-light-md {
    background-color: var(--color1-light);
  }
  .background-primary-lighter-md {
    background-color: var(--color1-lighter);
  }
  .background-secondary-md {
    background-color: var(--color2);
  }
  .background-white-md {
    background-color: #ffffff;
  }
  .background-black-md {
    background-color: #202020;
  }
  .background-gray-md {
    background-color: #777;
  }
  .background-gray-light-md {
    background-color: #cccccc;
  }
  .background-gray-lighter-md {
    background-color: #eeeeee;
  }
  .background-gray-dark-md {
    background-color: #333333;
  }
  .drop-shadow-md {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
  }
  .block-md {
    display: block !important;
  }
  .inline-block-md {
    display: inline-block !important;
  }
  .display-table-md {
    display: table;
    width: calc(100% + 60px);
  }
  .display-table-md > .col-lg-1, .display-table-md > .col-lg-10, .display-table-md > .col-lg-11, .display-table-md > .col-lg-12, .display-table-md > .col-lg-2, .display-table-md > .col-lg-3, .display-table-md > .col-lg-4, .display-table-md > .col-lg-5, .display-table-md > .col-lg-6, .display-table-md > .col-lg-7, .display-table-md > .col-lg-8, .display-table-md > .col-lg-9,
  .display-table-md > .col-md-1, .display-table-md > .col-md-10, .display-table-md > .col-md-11, .display-table-md > .col-md-12, .display-table-md > .col-md-2, .display-table-md > .col-md-3, .display-table-md > .col-md-4, .display-table-md > .col-md-5, .display-table-md > .col-md-6, .display-table-md > .col-md-7, .display-table-md > .col-md-8, .display-table-md > .col-md-9,
  .display-table-md > .col-sm-1, .display-table-md > .col-sm-10, .display-table-md > .col-sm-11, .display-table-md > .col-sm-12, .display-table-md > .col-sm-2, .display-table-md > .col-sm-3, .display-table-md > .col-sm-4, .display-table-md > .col-sm-5, .display-table-md > .col-sm-6, .display-table-md > .col-sm-7, .display-table-md > .col-sm-8, .display-table-md > .col-sm-9,
  .display-table-md > .col-xs-1, .display-table-md > .col-xs-10, .display-table-md > .col-xs-11, .display-table-md > .col-xs-12, .display-table-md > .col-xs-2, .display-table-md > .col-xs-3, .display-table-md > .col-xs-4, .display-table-md > .col-xs-5, .display-table-md > .col-xs-6, .display-table-md > .col-xs-7, .display-table-md > .col-xs-8, .display-table-md > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .seperator-row-md {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-md > .col-lg-1, .seperator-row-md > .col-lg-10, .seperator-row-md > .col-lg-11, .seperator-row-md > .col-lg-12, .seperator-row-md > .col-lg-2, .seperator-row-md > .col-lg-3, .seperator-row-md > .col-lg-4, .seperator-row-md > .col-lg-5, .seperator-row-md > .col-lg-6, .seperator-row-md > .col-lg-7, .seperator-row-md > .col-lg-8, .seperator-row-md > .col-lg-9,
  .seperator-row-md > .col-md-1, .seperator-row-md > .col-md-10, .seperator-row-md > .col-md-11, .seperator-row-md > .col-md-12, .seperator-row-md > .col-md-2, .seperator-row-md > .col-md-3, .seperator-row-md > .col-md-4, .seperator-row-md > .col-md-5, .seperator-row-md > .col-md-6, .seperator-row-md > .col-md-7, .seperator-row-md > .col-md-8, .seperator-row-md > .col-md-9,
  .seperator-row-md > .col-sm-1, .seperator-row-md > .col-sm-10, .seperator-row-md > .col-sm-11, .seperator-row-md > .col-sm-12, .seperator-row-md > .col-sm-2, .seperator-row-md > .col-sm-3, .seperator-row-md > .col-sm-4, .seperator-row-md > .col-sm-5, .seperator-row-md > .col-sm-6, .seperator-row-md > .col-sm-7, .seperator-row-md > .col-sm-8, .seperator-row-md > .col-sm-9,
  .seperator-row-md > .col-xs-1, .seperator-row-md > .col-xs-10, .seperator-row-md > .col-xs-11, .seperator-row-md > .col-xs-12, .seperator-row-md > .col-xs-2, .seperator-row-md > .col-xs-3, .seperator-row-md > .col-xs-4, .seperator-row-md > .col-xs-5, .seperator-row-md > .col-xs-6, .seperator-row-md > .col-xs-7, .seperator-row-md > .col-xs-8, .seperator-row-md > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid rgb(233, 233, 233);
  }
  .seperator-row-md > .col-lg-1:last-child, .seperator-row-md > .col-lg-10:last-child, .seperator-row-md > .col-lg-11:last-child, .seperator-row-md > .col-lg-12:last-child, .seperator-row-md > .col-lg-2:last-child, .seperator-row-md > .col-lg-3:last-child, .seperator-row-md > .col-lg-4:last-child, .seperator-row-md > .col-lg-5:last-child, .seperator-row-md > .col-lg-6:last-child, .seperator-row-md > .col-lg-7:last-child, .seperator-row-md > .col-lg-8:last-child, .seperator-row-md > .col-lg-9:last-child,
  .seperator-row-md > .col-md-1:last-child, .seperator-row-md > .col-md-10:last-child, .seperator-row-md > .col-md-11:last-child, .seperator-row-md > .col-md-12:last-child, .seperator-row-md > .col-md-2:last-child, .seperator-row-md > .col-md-3:last-child, .seperator-row-md > .col-md-4:last-child, .seperator-row-md > .col-md-5:last-child, .seperator-row-md > .col-md-6:last-child, .seperator-row-md > .col-md-7:last-child, .seperator-row-md > .col-md-8:last-child, .seperator-row-md > .col-md-9:last-child,
  .seperator-row-md > .col-sm-1:last-child, .seperator-row-md > .col-sm-10:last-child, .seperator-row-md > .col-sm-11:last-child, .seperator-row-md > .col-sm-12:last-child, .seperator-row-md > .col-sm-2:last-child, .seperator-row-md > .col-sm-3:last-child, .seperator-row-md > .col-sm-4:last-child, .seperator-row-md > .col-sm-5:last-child, .seperator-row-md > .col-sm-6:last-child, .seperator-row-md > .col-sm-7:last-child, .seperator-row-md > .col-sm-8:last-child, .seperator-row-md > .col-sm-9:last-child,
  .seperator-row-md > .col-xs-1:last-child, .seperator-row-md > .col-xs-10:last-child, .seperator-row-md > .col-xs-11:last-child, .seperator-row-md > .col-xs-12:last-child, .seperator-row-md > .col-xs-2:last-child, .seperator-row-md > .col-xs-3:last-child, .seperator-row-md > .col-xs-4:last-child, .seperator-row-md > .col-xs-5:last-child, .seperator-row-md > .col-xs-6:last-child, .seperator-row-md > .col-xs-7:last-child, .seperator-row-md > .col-xs-8:last-child, .seperator-row-md > .col-xs-9:last-child {
    border-right: 0;
  }
  .row.no-gutter-mds {
    margin-right: 0;
    margin-left: 0;
  }
  .row.no-gutters-md > [class^=col-],
  .row.no-gutters-md > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .row.half-gutters-md {
    margin-right: -8px;
    margin-left: -8px;
  }
  .row.half-gutters-md > [class^=col-],
  .row.half-gutters-md > [class*=" col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
  .row-eq-height-md > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-20p-md {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .padding-lg {
    padding: 15px !important;
  }
  .padding-top-lg {
    padding-top: 15px !important;
  }
  .padding-bottom-lg {
    padding-bottom: 15px !important;
  }
  .padding-left-lg {
    padding-left: 15px !important;
  }
  .padding-right-lg {
    padding-right: 15px !important;
  }
  .padding-double-lg {
    padding: 30px !important;
  }
  .padding-top-double-lg {
    padding-top: 30px !important;
  }
  .padding-bottom-double-lg {
    padding-bottom: 30px !important;
  }
  .padding-left-double-lg {
    padding-left: 30px !important;
  }
  .padding-right-double-lg {
    padding-right: 30px !important;
  }
  .padding-half-lg {
    padding: 8px !important;
  }
  .padding-top-half-lg {
    padding-top: 8px !important;
  }
  .padding-bottom-half-lg {
    padding-bottom: 8px !important;
  }
  .padding-left-half-lg {
    padding-left: 8px !important;
  }
  .padding-right-half-lg {
    padding-right: 8px !important;
  }
  .padding-content-lg {
    padding: 60px !important;
  }
  .padding-top-content-lg {
    padding-top: 60px !important;
  }
  .padding-bottom-content-lg {
    padding-bottom: 60px !important;
  }
  .padding-left-content-lg {
    padding-left: 60px !important;
  }
  .padding-right-content-lg {
    padding-right: 60px !important;
  }
  .padding-reset-lg {
    padding: 0 !important;
  }
  .padding-top-reset-lg {
    padding-top: 0 !important;
  }
  .padding-bottom-reset-lg {
    padding-bottom: 0 !important;
  }
  .padding-left-reset-lg {
    padding-left: 0 !important;
  }
  .padding-right-reset-lg {
    padding-right: 0 !important;
  }
  .margin-lg {
    margin: 15px !important;
  }
  .margin-top-lg {
    margin-top: 15px !important;
  }
  .margin-bottom-lg {
    margin-bottom: 15px !important;
  }
  .margin-left-lg {
    margin-left: 15px !important;
  }
  .margin-right-lg {
    margin-right: 15px !important;
  }
  .margin-double-lg {
    margin: 30px !important;
  }
  .margin-top-double-lg {
    margin-top: 30px !important;
  }
  .margin-bottom-double-lg {
    margin-bottom: 30px !important;
  }
  .margin-left-double-lg {
    margin-left: 30px !important;
  }
  .margin-right-double-lg {
    margin-right: 30px !important;
  }
  .margin-half-lg {
    margin: 8px !important;
  }
  .margin-top-half-lg {
    margin-top: 8px !important;
  }
  .margin-bottom-half-lg {
    margin-bottom: 8px !important;
  }
  .margin-left-half-lg {
    margin-left: 8px !important;
  }
  .margin-right-half-lg {
    margin-right: 8px !important;
  }
  .margin-reset-lg {
    margin: 0 !important;
  }
  .margin-top-reset-lg {
    margin-top: 0 !important;
  }
  .margin-bottom-reset-lg {
    margin-bottom: 0 !important;
  }
  .margin-left-reset-lg {
    margin-left: 0 !important;
  }
  .margin-right-reset-lg {
    margin-right: 0 !important;
  }
  .text-center-lg {
    text-align: center !important;
  }
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
  .pull-left-lg {
    float: left !important;
  }
  .pull-right-lg {
    float: right !important;
  }
  .clear-lg {
    float: none !important;
  }
  .border-lg {
    border: 1px solid rgb(233, 233, 233);
  }
  .border-top-lg {
    border-top: 1px solid rgb(233, 233, 233);
  }
  .border-bottom-lg {
    border-bottom: 1px solid rgb(233, 233, 233);
  }
  .border-left-lg {
    border-left: 1px solid rgb(233, 233, 233);
  }
  .border-right-lg {
    border-right: 1px solid rgb(233, 233, 233);
  }
  .border-dashed-lg {
    border: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-top-lg {
    border-top: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-bottom-lg {
    border-bottom: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-left-lg {
    border-left: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-right-lg {
    border-right: 1px dashed rgb(233, 233, 233);
  }
  .border-reset-lg {
    border: 0 !important;
  }
  .border-top-reset-lg {
    border-top: 0 !important;
  }
  .border-bottom-reset-lg {
    border-bottom: 0 !important;
  }
  .border-left-reset-lg {
    border-left: 0 !important;
  }
  .border-right-reset-lg {
    border-right: 0 !important;
  }
  .border-radius-lg {
    border-radius: 4px !important;
  }
  .background-primary-lg {
    background-color: var(--color1);
  }
  .background-primary-light-lg {
    background-color: var(--color1-light);
  }
  .background-primary-lighter-lg {
    background-color: var(--color1-lighter);
  }
  .background-secondary-lg {
    background-color: var(--color2);
  }
  .background-white-lg {
    background-color: #ffffff;
  }
  .background-black-lg {
    background-color: #202020;
  }
  .background-gray-lg {
    background-color: #777;
  }
  .background-gray-light-lg {
    background-color: #cccccc;
  }
  .background-gray-lighter-lg {
    background-color: #eeeeee;
  }
  .background-gray-dark-lg {
    background-color: #333333;
  }
  .drop-shadow-lg {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
  }
  .block-lg {
    display: block !important;
  }
  .inline-block-lg {
    display: inline-block !important;
  }
  .display-table-lg {
    display: table;
    width: calc(100% + 60px);
  }
  .display-table-lg > .col-lg-1, .display-table-lg > .col-lg-10, .display-table-lg > .col-lg-11, .display-table-lg > .col-lg-12, .display-table-lg > .col-lg-2, .display-table-lg > .col-lg-3, .display-table-lg > .col-lg-4, .display-table-lg > .col-lg-5, .display-table-lg > .col-lg-6, .display-table-lg > .col-lg-7, .display-table-lg > .col-lg-8, .display-table-lg > .col-lg-9,
  .display-table-lg > .col-md-1, .display-table-lg > .col-md-10, .display-table-lg > .col-md-11, .display-table-lg > .col-md-12, .display-table-lg > .col-md-2, .display-table-lg > .col-md-3, .display-table-lg > .col-md-4, .display-table-lg > .col-md-5, .display-table-lg > .col-md-6, .display-table-lg > .col-md-7, .display-table-lg > .col-md-8, .display-table-lg > .col-md-9,
  .display-table-lg > .col-sm-1, .display-table-lg > .col-sm-10, .display-table-lg > .col-sm-11, .display-table-lg > .col-sm-12, .display-table-lg > .col-sm-2, .display-table-lg > .col-sm-3, .display-table-lg > .col-sm-4, .display-table-lg > .col-sm-5, .display-table-lg > .col-sm-6, .display-table-lg > .col-sm-7, .display-table-lg > .col-sm-8, .display-table-lg > .col-sm-9,
  .display-table-lg > .col-xs-1, .display-table-lg > .col-xs-10, .display-table-lg > .col-xs-11, .display-table-lg > .col-xs-12, .display-table-lg > .col-xs-2, .display-table-lg > .col-xs-3, .display-table-lg > .col-xs-4, .display-table-lg > .col-xs-5, .display-table-lg > .col-xs-6, .display-table-lg > .col-xs-7, .display-table-lg > .col-xs-8, .display-table-lg > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .seperator-row-lg {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-lg > .col-lg-1, .seperator-row-lg > .col-lg-10, .seperator-row-lg > .col-lg-11, .seperator-row-lg > .col-lg-12, .seperator-row-lg > .col-lg-2, .seperator-row-lg > .col-lg-3, .seperator-row-lg > .col-lg-4, .seperator-row-lg > .col-lg-5, .seperator-row-lg > .col-lg-6, .seperator-row-lg > .col-lg-7, .seperator-row-lg > .col-lg-8, .seperator-row-lg > .col-lg-9,
  .seperator-row-lg > .col-md-1, .seperator-row-lg > .col-md-10, .seperator-row-lg > .col-md-11, .seperator-row-lg > .col-md-12, .seperator-row-lg > .col-md-2, .seperator-row-lg > .col-md-3, .seperator-row-lg > .col-md-4, .seperator-row-lg > .col-md-5, .seperator-row-lg > .col-md-6, .seperator-row-lg > .col-md-7, .seperator-row-lg > .col-md-8, .seperator-row-lg > .col-md-9,
  .seperator-row-lg > .col-sm-1, .seperator-row-lg > .col-sm-10, .seperator-row-lg > .col-sm-11, .seperator-row-lg > .col-sm-12, .seperator-row-lg > .col-sm-2, .seperator-row-lg > .col-sm-3, .seperator-row-lg > .col-sm-4, .seperator-row-lg > .col-sm-5, .seperator-row-lg > .col-sm-6, .seperator-row-lg > .col-sm-7, .seperator-row-lg > .col-sm-8, .seperator-row-lg > .col-sm-9,
  .seperator-row-lg > .col-xs-1, .seperator-row-lg > .col-xs-10, .seperator-row-lg > .col-xs-11, .seperator-row-lg > .col-xs-12, .seperator-row-lg > .col-xs-2, .seperator-row-lg > .col-xs-3, .seperator-row-lg > .col-xs-4, .seperator-row-lg > .col-xs-5, .seperator-row-lg > .col-xs-6, .seperator-row-lg > .col-xs-7, .seperator-row-lg > .col-xs-8, .seperator-row-lg > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid rgb(233, 233, 233);
  }
  .seperator-row-lg > .col-lg-1:last-child, .seperator-row-lg > .col-lg-10:last-child, .seperator-row-lg > .col-lg-11:last-child, .seperator-row-lg > .col-lg-12:last-child, .seperator-row-lg > .col-lg-2:last-child, .seperator-row-lg > .col-lg-3:last-child, .seperator-row-lg > .col-lg-4:last-child, .seperator-row-lg > .col-lg-5:last-child, .seperator-row-lg > .col-lg-6:last-child, .seperator-row-lg > .col-lg-7:last-child, .seperator-row-lg > .col-lg-8:last-child, .seperator-row-lg > .col-lg-9:last-child,
  .seperator-row-lg > .col-md-1:last-child, .seperator-row-lg > .col-md-10:last-child, .seperator-row-lg > .col-md-11:last-child, .seperator-row-lg > .col-md-12:last-child, .seperator-row-lg > .col-md-2:last-child, .seperator-row-lg > .col-md-3:last-child, .seperator-row-lg > .col-md-4:last-child, .seperator-row-lg > .col-md-5:last-child, .seperator-row-lg > .col-md-6:last-child, .seperator-row-lg > .col-md-7:last-child, .seperator-row-lg > .col-md-8:last-child, .seperator-row-lg > .col-md-9:last-child,
  .seperator-row-lg > .col-sm-1:last-child, .seperator-row-lg > .col-sm-10:last-child, .seperator-row-lg > .col-sm-11:last-child, .seperator-row-lg > .col-sm-12:last-child, .seperator-row-lg > .col-sm-2:last-child, .seperator-row-lg > .col-sm-3:last-child, .seperator-row-lg > .col-sm-4:last-child, .seperator-row-lg > .col-sm-5:last-child, .seperator-row-lg > .col-sm-6:last-child, .seperator-row-lg > .col-sm-7:last-child, .seperator-row-lg > .col-sm-8:last-child, .seperator-row-lg > .col-sm-9:last-child,
  .seperator-row-lg > .col-xs-1:last-child, .seperator-row-lg > .col-xs-10:last-child, .seperator-row-lg > .col-xs-11:last-child, .seperator-row-lg > .col-xs-12:last-child, .seperator-row-lg > .col-xs-2:last-child, .seperator-row-lg > .col-xs-3:last-child, .seperator-row-lg > .col-xs-4:last-child, .seperator-row-lg > .col-xs-5:last-child, .seperator-row-lg > .col-xs-6:last-child, .seperator-row-lg > .col-xs-7:last-child, .seperator-row-lg > .col-xs-8:last-child, .seperator-row-lg > .col-xs-9:last-child {
    border-right: 0;
  }
  .row.no-gutter-lgs {
    margin-right: 0;
    margin-left: 0;
  }
  .row.no-gutters-lg > [class^=col-],
  .row.no-gutters-lg > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .row.half-gutters-lg {
    margin-right: -8px;
    margin-left: -8px;
  }
  .row.half-gutters-lg > [class^=col-],
  .row.half-gutters-lg > [class*=" col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
  .row-eq-height-lg > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-20p-lg {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1549px) {
  .padding-xl {
    padding: 15px !important;
  }
  .padding-top-xl {
    padding-top: 15px !important;
  }
  .padding-bottom-xl {
    padding-bottom: 15px !important;
  }
  .padding-left-xl {
    padding-left: 15px !important;
  }
  .padding-right-xl {
    padding-right: 15px !important;
  }
  .padding-double-xl {
    padding: 30px !important;
  }
  .padding-top-double-xl {
    padding-top: 30px !important;
  }
  .padding-bottom-double-xl {
    padding-bottom: 30px !important;
  }
  .padding-left-double-xl {
    padding-left: 30px !important;
  }
  .padding-right-double-xl {
    padding-right: 30px !important;
  }
  .padding-half-xl {
    padding: 8px !important;
  }
  .padding-top-half-xl {
    padding-top: 8px !important;
  }
  .padding-bottom-half-xl {
    padding-bottom: 8px !important;
  }
  .padding-left-half-xl {
    padding-left: 8px !important;
  }
  .padding-right-half-xl {
    padding-right: 8px !important;
  }
  .padding-content-xl {
    padding: 60px !important;
  }
  .padding-top-content-xl {
    padding-top: 60px !important;
  }
  .padding-bottom-content-xl {
    padding-bottom: 60px !important;
  }
  .padding-left-content-xl {
    padding-left: 60px !important;
  }
  .padding-right-content-xl {
    padding-right: 60px !important;
  }
  .padding-reset-xl {
    padding: 0 !important;
  }
  .padding-top-reset-xl {
    padding-top: 0 !important;
  }
  .padding-bottom-reset-xl {
    padding-bottom: 0 !important;
  }
  .padding-left-reset-xl {
    padding-left: 0 !important;
  }
  .padding-right-reset-xl {
    padding-right: 0 !important;
  }
  .margin-xl {
    margin: 15px !important;
  }
  .margin-top-xl {
    margin-top: 15px !important;
  }
  .margin-bottom-xl {
    margin-bottom: 15px !important;
  }
  .margin-left-xl {
    margin-left: 15px !important;
  }
  .margin-right-xl {
    margin-right: 15px !important;
  }
  .margin-double-xl {
    margin: 30px !important;
  }
  .margin-top-double-xl {
    margin-top: 30px !important;
  }
  .margin-bottom-double-xl {
    margin-bottom: 30px !important;
  }
  .margin-left-double-xl {
    margin-left: 30px !important;
  }
  .margin-right-double-xl {
    margin-right: 30px !important;
  }
  .margin-half-xl {
    margin: 8px !important;
  }
  .margin-top-half-xl {
    margin-top: 8px !important;
  }
  .margin-bottom-half-xl {
    margin-bottom: 8px !important;
  }
  .margin-left-half-xl {
    margin-left: 8px !important;
  }
  .margin-right-half-xl {
    margin-right: 8px !important;
  }
  .margin-reset-xl {
    margin: 0 !important;
  }
  .margin-top-reset-xl {
    margin-top: 0 !important;
  }
  .margin-bottom-reset-xl {
    margin-bottom: 0 !important;
  }
  .margin-left-reset-xl {
    margin-left: 0 !important;
  }
  .margin-right-reset-xl {
    margin-right: 0 !important;
  }
  .text-center-xl {
    text-align: center !important;
  }
  .text-left-xl {
    text-align: left !important;
  }
  .text-right-xl {
    text-align: right !important;
  }
  .pull-left-xl {
    float: left !important;
  }
  .pull-right-xl {
    float: right !important;
  }
  .clear-xl {
    float: none !important;
  }
  .border-xl {
    border: 1px solid rgb(233, 233, 233);
  }
  .border-top-xl {
    border-top: 1px solid rgb(233, 233, 233);
  }
  .border-bottom-xl {
    border-bottom: 1px solid rgb(233, 233, 233);
  }
  .border-left-xl {
    border-left: 1px solid rgb(233, 233, 233);
  }
  .border-right-xl {
    border-right: 1px solid rgb(233, 233, 233);
  }
  .border-dashed-xl {
    border: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-top-xl {
    border-top: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-bottom-xl {
    border-bottom: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-left-xl {
    border-left: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-right-xl {
    border-right: 1px dashed rgb(233, 233, 233);
  }
  .border-reset-xl {
    border: 0 !important;
  }
  .border-top-reset-xl {
    border-top: 0 !important;
  }
  .border-bottom-reset-xl {
    border-bottom: 0 !important;
  }
  .border-left-reset-xl {
    border-left: 0 !important;
  }
  .border-right-reset-xl {
    border-right: 0 !important;
  }
  .border-radius-xl {
    border-radius: 4px !important;
  }
  .background-primary-xl {
    background-color: var(--color1);
  }
  .background-primary-light-xl {
    background-color: var(--color1-light);
  }
  .background-primary-lighter-xl {
    background-color: var(--color1-lighter);
  }
  .background-secondary-xl {
    background-color: var(--color2);
  }
  .background-white-xl {
    background-color: #ffffff;
  }
  .background-black-xl {
    background-color: #202020;
  }
  .background-gray-xl {
    background-color: #777;
  }
  .background-gray-light-xl {
    background-color: #cccccc;
  }
  .background-gray-lighter-xl {
    background-color: #eeeeee;
  }
  .background-gray-dark-xl {
    background-color: #333333;
  }
  .drop-shadow-xl {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
  }
  .block-xl {
    display: block !important;
  }
  .inline-block-xl {
    display: inline-block !important;
  }
  .display-table-xl {
    display: table;
    width: calc(100% + 60px);
  }
  .display-table-xl > .col-lg-1, .display-table-xl > .col-lg-10, .display-table-xl > .col-lg-11, .display-table-xl > .col-lg-12, .display-table-xl > .col-lg-2, .display-table-xl > .col-lg-3, .display-table-xl > .col-lg-4, .display-table-xl > .col-lg-5, .display-table-xl > .col-lg-6, .display-table-xl > .col-lg-7, .display-table-xl > .col-lg-8, .display-table-xl > .col-lg-9,
  .display-table-xl > .col-md-1, .display-table-xl > .col-md-10, .display-table-xl > .col-md-11, .display-table-xl > .col-md-12, .display-table-xl > .col-md-2, .display-table-xl > .col-md-3, .display-table-xl > .col-md-4, .display-table-xl > .col-md-5, .display-table-xl > .col-md-6, .display-table-xl > .col-md-7, .display-table-xl > .col-md-8, .display-table-xl > .col-md-9,
  .display-table-xl > .col-sm-1, .display-table-xl > .col-sm-10, .display-table-xl > .col-sm-11, .display-table-xl > .col-sm-12, .display-table-xl > .col-sm-2, .display-table-xl > .col-sm-3, .display-table-xl > .col-sm-4, .display-table-xl > .col-sm-5, .display-table-xl > .col-sm-6, .display-table-xl > .col-sm-7, .display-table-xl > .col-sm-8, .display-table-xl > .col-sm-9,
  .display-table-xl > .col-xs-1, .display-table-xl > .col-xs-10, .display-table-xl > .col-xs-11, .display-table-xl > .col-xs-12, .display-table-xl > .col-xs-2, .display-table-xl > .col-xs-3, .display-table-xl > .col-xs-4, .display-table-xl > .col-xs-5, .display-table-xl > .col-xs-6, .display-table-xl > .col-xs-7, .display-table-xl > .col-xs-8, .display-table-xl > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .seperator-row-xl {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-xl > .col-lg-1, .seperator-row-xl > .col-lg-10, .seperator-row-xl > .col-lg-11, .seperator-row-xl > .col-lg-12, .seperator-row-xl > .col-lg-2, .seperator-row-xl > .col-lg-3, .seperator-row-xl > .col-lg-4, .seperator-row-xl > .col-lg-5, .seperator-row-xl > .col-lg-6, .seperator-row-xl > .col-lg-7, .seperator-row-xl > .col-lg-8, .seperator-row-xl > .col-lg-9,
  .seperator-row-xl > .col-md-1, .seperator-row-xl > .col-md-10, .seperator-row-xl > .col-md-11, .seperator-row-xl > .col-md-12, .seperator-row-xl > .col-md-2, .seperator-row-xl > .col-md-3, .seperator-row-xl > .col-md-4, .seperator-row-xl > .col-md-5, .seperator-row-xl > .col-md-6, .seperator-row-xl > .col-md-7, .seperator-row-xl > .col-md-8, .seperator-row-xl > .col-md-9,
  .seperator-row-xl > .col-sm-1, .seperator-row-xl > .col-sm-10, .seperator-row-xl > .col-sm-11, .seperator-row-xl > .col-sm-12, .seperator-row-xl > .col-sm-2, .seperator-row-xl > .col-sm-3, .seperator-row-xl > .col-sm-4, .seperator-row-xl > .col-sm-5, .seperator-row-xl > .col-sm-6, .seperator-row-xl > .col-sm-7, .seperator-row-xl > .col-sm-8, .seperator-row-xl > .col-sm-9,
  .seperator-row-xl > .col-xs-1, .seperator-row-xl > .col-xs-10, .seperator-row-xl > .col-xs-11, .seperator-row-xl > .col-xs-12, .seperator-row-xl > .col-xs-2, .seperator-row-xl > .col-xs-3, .seperator-row-xl > .col-xs-4, .seperator-row-xl > .col-xs-5, .seperator-row-xl > .col-xs-6, .seperator-row-xl > .col-xs-7, .seperator-row-xl > .col-xs-8, .seperator-row-xl > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid rgb(233, 233, 233);
  }
  .seperator-row-xl > .col-lg-1:last-child, .seperator-row-xl > .col-lg-10:last-child, .seperator-row-xl > .col-lg-11:last-child, .seperator-row-xl > .col-lg-12:last-child, .seperator-row-xl > .col-lg-2:last-child, .seperator-row-xl > .col-lg-3:last-child, .seperator-row-xl > .col-lg-4:last-child, .seperator-row-xl > .col-lg-5:last-child, .seperator-row-xl > .col-lg-6:last-child, .seperator-row-xl > .col-lg-7:last-child, .seperator-row-xl > .col-lg-8:last-child, .seperator-row-xl > .col-lg-9:last-child,
  .seperator-row-xl > .col-md-1:last-child, .seperator-row-xl > .col-md-10:last-child, .seperator-row-xl > .col-md-11:last-child, .seperator-row-xl > .col-md-12:last-child, .seperator-row-xl > .col-md-2:last-child, .seperator-row-xl > .col-md-3:last-child, .seperator-row-xl > .col-md-4:last-child, .seperator-row-xl > .col-md-5:last-child, .seperator-row-xl > .col-md-6:last-child, .seperator-row-xl > .col-md-7:last-child, .seperator-row-xl > .col-md-8:last-child, .seperator-row-xl > .col-md-9:last-child,
  .seperator-row-xl > .col-sm-1:last-child, .seperator-row-xl > .col-sm-10:last-child, .seperator-row-xl > .col-sm-11:last-child, .seperator-row-xl > .col-sm-12:last-child, .seperator-row-xl > .col-sm-2:last-child, .seperator-row-xl > .col-sm-3:last-child, .seperator-row-xl > .col-sm-4:last-child, .seperator-row-xl > .col-sm-5:last-child, .seperator-row-xl > .col-sm-6:last-child, .seperator-row-xl > .col-sm-7:last-child, .seperator-row-xl > .col-sm-8:last-child, .seperator-row-xl > .col-sm-9:last-child,
  .seperator-row-xl > .col-xs-1:last-child, .seperator-row-xl > .col-xs-10:last-child, .seperator-row-xl > .col-xs-11:last-child, .seperator-row-xl > .col-xs-12:last-child, .seperator-row-xl > .col-xs-2:last-child, .seperator-row-xl > .col-xs-3:last-child, .seperator-row-xl > .col-xs-4:last-child, .seperator-row-xl > .col-xs-5:last-child, .seperator-row-xl > .col-xs-6:last-child, .seperator-row-xl > .col-xs-7:last-child, .seperator-row-xl > .col-xs-8:last-child, .seperator-row-xl > .col-xs-9:last-child {
    border-right: 0;
  }
  .row.no-gutter-xls {
    margin-right: 0;
    margin-left: 0;
  }
  .row.no-gutters-xl > [class^=col-],
  .row.no-gutters-xl > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .row.half-gutters-xl {
    margin-right: -8px;
    margin-left: -8px;
  }
  .row.half-gutters-xl > [class^=col-],
  .row.half-gutters-xl > [class*=" col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
  .row-eq-height-xl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-20p-xl {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1550px) {
  .padding-xxl {
    padding: 15px !important;
  }
  .padding-top-xxl {
    padding-top: 15px !important;
  }
  .padding-bottom-xxl {
    padding-bottom: 15px !important;
  }
  .padding-left-xxl {
    padding-left: 15px !important;
  }
  .padding-right-xxl {
    padding-right: 15px !important;
  }
  .padding-double-xxl {
    padding: 30px !important;
  }
  .padding-top-double-xxl {
    padding-top: 30px !important;
  }
  .padding-bottom-double-xxl {
    padding-bottom: 30px !important;
  }
  .padding-left-double-xxl {
    padding-left: 30px !important;
  }
  .padding-right-double-xxl {
    padding-right: 30px !important;
  }
  .padding-half-xxl {
    padding: 8px !important;
  }
  .padding-top-half-xxl {
    padding-top: 8px !important;
  }
  .padding-bottom-half-xxl {
    padding-bottom: 8px !important;
  }
  .padding-left-half-xxl {
    padding-left: 8px !important;
  }
  .padding-right-half-xxl {
    padding-right: 8px !important;
  }
  .padding-content-xxl {
    padding: 60px !important;
  }
  .padding-top-content-xxl {
    padding-top: 60px !important;
  }
  .padding-bottom-content-xxl {
    padding-bottom: 60px !important;
  }
  .padding-left-content-xxl {
    padding-left: 60px !important;
  }
  .padding-right-content-xxl {
    padding-right: 60px !important;
  }
  .padding-reset-xxl {
    padding: 0 !important;
  }
  .padding-top-reset-xxl {
    padding-top: 0 !important;
  }
  .padding-bottom-reset-xxl {
    padding-bottom: 0 !important;
  }
  .padding-left-reset-xxl {
    padding-left: 0 !important;
  }
  .padding-right-reset-xxl {
    padding-right: 0 !important;
  }
  .margin-xxl {
    margin: 15px !important;
  }
  .margin-top-xxl {
    margin-top: 15px !important;
  }
  .margin-bottom-xxl {
    margin-bottom: 15px !important;
  }
  .margin-left-xxl {
    margin-left: 15px !important;
  }
  .margin-right-xxl {
    margin-right: 15px !important;
  }
  .margin-double-xxl {
    margin: 30px !important;
  }
  .margin-top-double-xxl {
    margin-top: 30px !important;
  }
  .margin-bottom-double-xxl {
    margin-bottom: 30px !important;
  }
  .margin-left-double-xxl {
    margin-left: 30px !important;
  }
  .margin-right-double-xxl {
    margin-right: 30px !important;
  }
  .margin-half-xxl {
    margin: 8px !important;
  }
  .margin-top-half-xxl {
    margin-top: 8px !important;
  }
  .margin-bottom-half-xxl {
    margin-bottom: 8px !important;
  }
  .margin-left-half-xxl {
    margin-left: 8px !important;
  }
  .margin-right-half-xxl {
    margin-right: 8px !important;
  }
  .margin-reset-xxl {
    margin: 0 !important;
  }
  .margin-top-reset-xxl {
    margin-top: 0 !important;
  }
  .margin-bottom-reset-xxl {
    margin-bottom: 0 !important;
  }
  .margin-left-reset-xxl {
    margin-left: 0 !important;
  }
  .margin-right-reset-xxl {
    margin-right: 0 !important;
  }
  .text-center-xxl {
    text-align: center !important;
  }
  .text-left-xxl {
    text-align: left !important;
  }
  .text-right-xxl {
    text-align: right !important;
  }
  .pull-left-xxl {
    float: left !important;
  }
  .pull-right-xxl {
    float: right !important;
  }
  .clear-xxl {
    float: none !important;
  }
  .border-xxl {
    border: 1px solid rgb(233, 233, 233);
  }
  .border-top-xxl {
    border-top: 1px solid rgb(233, 233, 233);
  }
  .border-bottom-xxl {
    border-bottom: 1px solid rgb(233, 233, 233);
  }
  .border-left-xxl {
    border-left: 1px solid rgb(233, 233, 233);
  }
  .border-right-xxl {
    border-right: 1px solid rgb(233, 233, 233);
  }
  .border-dashed-xxl {
    border: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-top-xxl {
    border-top: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-bottom-xxl {
    border-bottom: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-left-xxl {
    border-left: 1px dashed rgb(233, 233, 233);
  }
  .border-dashed-right-xxl {
    border-right: 1px dashed rgb(233, 233, 233);
  }
  .border-reset-xxl {
    border: 0 !important;
  }
  .border-top-reset-xxl {
    border-top: 0 !important;
  }
  .border-bottom-reset-xxl {
    border-bottom: 0 !important;
  }
  .border-left-reset-xxl {
    border-left: 0 !important;
  }
  .border-right-reset-xxl {
    border-right: 0 !important;
  }
  .border-radius-xxl {
    border-radius: 4px !important;
  }
  .background-primary-xxl {
    background-color: var(--color1);
  }
  .background-primary-light-xxl {
    background-color: var(--color1-light);
  }
  .background-primary-lighter-xxl {
    background-color: var(--color1-lighter);
  }
  .background-secondary-xxl {
    background-color: var(--color2);
  }
  .background-white-xxl {
    background-color: #ffffff;
  }
  .background-black-xxl {
    background-color: #202020;
  }
  .background-gray-xxl {
    background-color: #777;
  }
  .background-gray-light-xxl {
    background-color: #cccccc;
  }
  .background-gray-lighter-xxl {
    background-color: #eeeeee;
  }
  .background-gray-dark-xxl {
    background-color: #333333;
  }
  .drop-shadow-xxl {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px 0px;
  }
  .block-xxl {
    display: block !important;
  }
  .inline-block-xxl {
    display: inline-block !important;
  }
  .display-table-xxl {
    display: table;
    width: calc(100% + 60px);
  }
  .display-table-xxl > .col-lg-1, .display-table-xxl > .col-lg-10, .display-table-xxl > .col-lg-11, .display-table-xxl > .col-lg-12, .display-table-xxl > .col-lg-2, .display-table-xxl > .col-lg-3, .display-table-xxl > .col-lg-4, .display-table-xxl > .col-lg-5, .display-table-xxl > .col-lg-6, .display-table-xxl > .col-lg-7, .display-table-xxl > .col-lg-8, .display-table-xxl > .col-lg-9,
  .display-table-xxl > .col-md-1, .display-table-xxl > .col-md-10, .display-table-xxl > .col-md-11, .display-table-xxl > .col-md-12, .display-table-xxl > .col-md-2, .display-table-xxl > .col-md-3, .display-table-xxl > .col-md-4, .display-table-xxl > .col-md-5, .display-table-xxl > .col-md-6, .display-table-xxl > .col-md-7, .display-table-xxl > .col-md-8, .display-table-xxl > .col-md-9,
  .display-table-xxl > .col-sm-1, .display-table-xxl > .col-sm-10, .display-table-xxl > .col-sm-11, .display-table-xxl > .col-sm-12, .display-table-xxl > .col-sm-2, .display-table-xxl > .col-sm-3, .display-table-xxl > .col-sm-4, .display-table-xxl > .col-sm-5, .display-table-xxl > .col-sm-6, .display-table-xxl > .col-sm-7, .display-table-xxl > .col-sm-8, .display-table-xxl > .col-sm-9,
  .display-table-xxl > .col-xs-1, .display-table-xxl > .col-xs-10, .display-table-xxl > .col-xs-11, .display-table-xxl > .col-xs-12, .display-table-xxl > .col-xs-2, .display-table-xxl > .col-xs-3, .display-table-xxl > .col-xs-4, .display-table-xxl > .col-xs-5, .display-table-xxl > .col-xs-6, .display-table-xxl > .col-xs-7, .display-table-xxl > .col-xs-8, .display-table-xxl > .col-xs-9 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .seperator-row-xxl {
    margin-left: -30px;
    margin-right: -30px;
  }
  .seperator-row-xxl > .col-lg-1, .seperator-row-xxl > .col-lg-10, .seperator-row-xxl > .col-lg-11, .seperator-row-xxl > .col-lg-12, .seperator-row-xxl > .col-lg-2, .seperator-row-xxl > .col-lg-3, .seperator-row-xxl > .col-lg-4, .seperator-row-xxl > .col-lg-5, .seperator-row-xxl > .col-lg-6, .seperator-row-xxl > .col-lg-7, .seperator-row-xxl > .col-lg-8, .seperator-row-xxl > .col-lg-9,
  .seperator-row-xxl > .col-md-1, .seperator-row-xxl > .col-md-10, .seperator-row-xxl > .col-md-11, .seperator-row-xxl > .col-md-12, .seperator-row-xxl > .col-md-2, .seperator-row-xxl > .col-md-3, .seperator-row-xxl > .col-md-4, .seperator-row-xxl > .col-md-5, .seperator-row-xxl > .col-md-6, .seperator-row-xxl > .col-md-7, .seperator-row-xxl > .col-md-8, .seperator-row-xxl > .col-md-9,
  .seperator-row-xxl > .col-sm-1, .seperator-row-xxl > .col-sm-10, .seperator-row-xxl > .col-sm-11, .seperator-row-xxl > .col-sm-12, .seperator-row-xxl > .col-sm-2, .seperator-row-xxl > .col-sm-3, .seperator-row-xxl > .col-sm-4, .seperator-row-xxl > .col-sm-5, .seperator-row-xxl > .col-sm-6, .seperator-row-xxl > .col-sm-7, .seperator-row-xxl > .col-sm-8, .seperator-row-xxl > .col-sm-9,
  .seperator-row-xxl > .col-xs-1, .seperator-row-xxl > .col-xs-10, .seperator-row-xxl > .col-xs-11, .seperator-row-xxl > .col-xs-12, .seperator-row-xxl > .col-xs-2, .seperator-row-xxl > .col-xs-3, .seperator-row-xxl > .col-xs-4, .seperator-row-xxl > .col-xs-5, .seperator-row-xxl > .col-xs-6, .seperator-row-xxl > .col-xs-7, .seperator-row-xxl > .col-xs-8, .seperator-row-xxl > .col-xs-9 {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid rgb(233, 233, 233);
  }
  .seperator-row-xxl > .col-lg-1:last-child, .seperator-row-xxl > .col-lg-10:last-child, .seperator-row-xxl > .col-lg-11:last-child, .seperator-row-xxl > .col-lg-12:last-child, .seperator-row-xxl > .col-lg-2:last-child, .seperator-row-xxl > .col-lg-3:last-child, .seperator-row-xxl > .col-lg-4:last-child, .seperator-row-xxl > .col-lg-5:last-child, .seperator-row-xxl > .col-lg-6:last-child, .seperator-row-xxl > .col-lg-7:last-child, .seperator-row-xxl > .col-lg-8:last-child, .seperator-row-xxl > .col-lg-9:last-child,
  .seperator-row-xxl > .col-md-1:last-child, .seperator-row-xxl > .col-md-10:last-child, .seperator-row-xxl > .col-md-11:last-child, .seperator-row-xxl > .col-md-12:last-child, .seperator-row-xxl > .col-md-2:last-child, .seperator-row-xxl > .col-md-3:last-child, .seperator-row-xxl > .col-md-4:last-child, .seperator-row-xxl > .col-md-5:last-child, .seperator-row-xxl > .col-md-6:last-child, .seperator-row-xxl > .col-md-7:last-child, .seperator-row-xxl > .col-md-8:last-child, .seperator-row-xxl > .col-md-9:last-child,
  .seperator-row-xxl > .col-sm-1:last-child, .seperator-row-xxl > .col-sm-10:last-child, .seperator-row-xxl > .col-sm-11:last-child, .seperator-row-xxl > .col-sm-12:last-child, .seperator-row-xxl > .col-sm-2:last-child, .seperator-row-xxl > .col-sm-3:last-child, .seperator-row-xxl > .col-sm-4:last-child, .seperator-row-xxl > .col-sm-5:last-child, .seperator-row-xxl > .col-sm-6:last-child, .seperator-row-xxl > .col-sm-7:last-child, .seperator-row-xxl > .col-sm-8:last-child, .seperator-row-xxl > .col-sm-9:last-child,
  .seperator-row-xxl > .col-xs-1:last-child, .seperator-row-xxl > .col-xs-10:last-child, .seperator-row-xxl > .col-xs-11:last-child, .seperator-row-xxl > .col-xs-12:last-child, .seperator-row-xxl > .col-xs-2:last-child, .seperator-row-xxl > .col-xs-3:last-child, .seperator-row-xxl > .col-xs-4:last-child, .seperator-row-xxl > .col-xs-5:last-child, .seperator-row-xxl > .col-xs-6:last-child, .seperator-row-xxl > .col-xs-7:last-child, .seperator-row-xxl > .col-xs-8:last-child, .seperator-row-xxl > .col-xs-9:last-child {
    border-right: 0;
  }
  .row.no-gutter-xxls {
    margin-right: 0;
    margin-left: 0;
  }
  .row.no-gutters-xxl > [class^=col-],
  .row.no-gutters-xxl > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .row.half-gutters-xxl {
    margin-right: -8px;
    margin-left: -8px;
  }
  .row.half-gutters-xxl > [class^=col-],
  .row.half-gutters-xxl > [class*=" col-"] {
    padding-right: 8px;
    padding-left: 8px;
  }
  .row-eq-height-xxl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-20p-xxl {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
/*\
 * Restore Bootstrap 3 "hidden" utility classes.
\*/
.hidden {
  display: none !important;
}

/* Breakpoint XS */
@media (max-width: 575px) {
  .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
  .hidden-xs-up,
  .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl,
  .visible-sm, .visible-md, .visible-lg, .visible-xl {
    display: none !important;
  }
}
/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
  .hidden-xs-up, .hidden-sm-up,
  .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl,
  .visible-xs, .visible-md, .visible-lg, .visible-xl {
    display: none !important;
  }
}
/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
  .hidden-xs-up, .hidden-sm-up, .hidden-md-up,
  .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl,
  .visible-xs, .visible-sm, .visible-lg, .visible-xl {
    display: none !important;
  }
}
/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg-down, .hidden-xl-down,
  .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up,
  .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl,
  .visible-xs, .visible-sm, .visible-md, .visible-xl {
    display: none !important;
  }
}
/* Breakpoint XL */
@media (min-width: 1200px) {
  .hidden-xl, .hidden-md-up, .hidden-sm-up, .hidden-lg-up,
  .visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
  }
}
/**
	⚠️     Telerik additions    ⚠️
**/
/* SEARCHBOX */
.RadSearchBox {
  width: 100% !important;
}
.RadSearchBox .rsbInner {
  height: 35px !important;
  background: #fff !important;
  border-radius: 5px !important;
  border: 1px solid rgb(233, 233, 233) !important;
}
.RadSearchBox .rsbInner.rsbFocused {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6) !important;
          box-shadow: 0 0 8px rgba(82, 168, 236, 0.6) !important;
}
.RadSearchBox .rsbInput {
  width: calc(100% - 27px) !important;
  height: 29px !important;
  line-height: 23px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.RadSearchBox .rsbButton {
  position: inherit !important;
  margin-top: 3px !important;
}
.RadSearchBox .rsbButton:focus {
  outline: none;
}
.RadSearchBox .rsbButtonSearch .rsbIcon {
  background: url(Img/Search.png) no-repeat;
  margin: 0 !important;
  right: 0px;
  left: 0 !important;
  top: 4px !important;
}

.search-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .search-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search-horizontal label {
    width: 100% !important;
  }
  .search-horizontal .RadSearchBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
  .search-horizontal span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
.search-horizontal label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
  margin-right: 15px;
  margin-bottom: 0;
  line-height: 31px;
}

@media (max-width: 991px) {
  .table-responsive {
    position: relative;
  }
  .table-responsive .rgMasterTable {
    min-width: 1000px;
  }
}
@media (max-width: 991px) {
  .table-responsive {
    position: relative;
  }
  .table-responsive .rgMasterTable {
    min-width: 1000px;
  }
}
@media (max-width: 767px) {
  .table-responsive-flex table, .table-responsive-flex tbody {
    display: block;
  }
  .table-responsive-flex thead,
  .table-responsive-flex tfoot {
    display: none;
  }
  .table-responsive-flex tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    border: 1px solid rgb(233, 233, 233);
    padding: 5px;
    margin-bottom: 15px;
  }
  .table-responsive-flex .rgMasterTable .rgRow td,
  .table-responsive-flex .rgMasterTable .rgAltRow td,
  .table-responsive-flex td {
    width: 100%;
    padding: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
    margin-bottom: 5px;
  }
  .table-responsive-flex .rgMasterTable .rgRow td:empty,
  .table-responsive-flex .rgMasterTable .rgAltRow td:empty,
  .table-responsive-flex td:empty {
    display: none;
  }
  .table-responsive-flex .btn, .table-responsive-flex .link-download, .table-responsive-flex .btn-transparent, .table-responsive-flex .btn-header, .table-responsive-flex .language-container {
    display: block;
  }
  .table-responsive-flex .table-responsive-flex--column-order-last {
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
  }
  .table-responsive-flex .table-responsive-flex--label {
    display: initial;
  }
  .table-responsive-flex .table-responsive-flex--label-block {
    display: block;
  }
  .table-responsive-flex .rgMasterTable .rgRow td.table-responsive-flex--column-image {
    width: 100px;
    margin-right: 15px;
  }
  .table-responsive-flex .rgMasterTable .rgRow td.table-responsive-flex--column-product {
    width: calc(100% - 115px);
  }
}
.table-responsive-flex--label {
  display: none;
}

.scroll-indicator {
  display: none;
}
@media (max-width: 991px) {
  .scroll-indicator {
    display: block;
    margin-top: 10px;
    color: rgb(177, 197, 252);
    font-style: italic;
    position: sticky;
    left: 0;
  }
  .scroll-indicator:before {
    content: "\f07e";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    margin-right: 5px;
    font-style: normal;
  }
}

/* RAD INPUTFIELD */
.RadInput_Expedient,
.RadInput_Default,
.rfdRoundedCorners.rfdDecorated {
  width: 100% !important;
}

.RadInput_Default .riTextBox,
.rfdRoundedCorners.rfdDecorated {
  border-color: rgb(233, 233, 233) !important;
  font-size: 15px !important;
  font-family: "Roboto", sans-serif !important;
  height: auto !important;
  padding: 5px !important;
  border-radius: 5px !important;
}

.RadDropDownList {
  width: 100% !important;
  background-color: #fff;
  max-width: 282px;
  outline: none;
}
.RadDropDownList .rddlInner {
  height: auto !important;
}
.RadDropDownList .rddlIcon:after {
  content: "\f0d7";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}

.rddlPopup {
  width: auto !important;
  background-color: #fff;
}
.rddlPopup .rddlItem {
  padding: 8px 6px !important;
}
.rddlPopup .rddlItemSelected {
  background-color: var(--color1) !important;
  color: #fff;
}
.rddlPopup .rddlItemHovered {
  background-color: #eeeeee;
}

.RadGridFrontEndSmallText .rgMasterTable {
  font-size: 14px;
  line-height: 17px;
}

@media (max-width: 991px) {
  .RadGridReponsive {
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
  }
  .RadGridReponsive::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
  }
  .RadGridReponsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.RadGridReponsive .rgMasterTable {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .RadGridReponsive .rgMasterTable {
    min-width: 800px;
  }
  .RadGridReponsive .rgMasterTable img {
    max-width: 100px;
  }
}

.RadGridResponsiveBig .rgMasterTable {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .RadGridResponsiveBig .rgMasterTable {
    min-width: 1300px;
  }
}

.RadGrid:not(.GridDraggedRows) {
  width: 100% !important;
}

.RadGrid .rgDrag {
  background: url("/Portals/_default/Skins/Expedient/img/drag.png");
  height: 16px !important;
  width: 16px !important;
  cursor: move !important;
}
.RadGrid tfoot .rgPager table {
  border-top: 1px solid #cccccc;
}

.GridItemDropIndicator_Expedient {
  border-top: 2px solid var(--color2) !important;
  z-index: 3005 !important;
}
.GridItemDropIndicator_Expedient:before {
  content: "\f35a";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: var(--color2);
  position: absolute;
  top: -13px;
  left: -12px;
  font-size: 16px;
}

.rtDropBelow, .rtDropAbove {
  border-top: 2px solid var(--color2) !important;
  z-index: 3005 !important;
}
.rtDropBelow:before, .rtDropAbove:before {
  content: "\f35a";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: var(--color2);
  position: absolute;
  top: -2px;
  left: -12px;
  font-size: 16px;
}

.rtDragClue div.rtIn {
  background-color: #fff !important;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.25);
}
.rtDragClue .actions,
.rtDragClue a:not([href])[onclick].actions {
  display: none;
}

.RadGrid:focus {
  outline: none;
}

.RadCalendar caption {
  display: none;
}

/* DROPDOWN BOX */
.RadDropDownTree, .rddtPopup {
  width: 300px !important;
  max-width: 100% !important;
}
.RadDropDownTree:focus, .rddtPopup:focus {
  outline: none !important;
}
.RadDropDownTree .rddtFakeInput, .rddtPopup .rddtFakeInput {
  height: 24px !important;
  line-height: 26px !important;
  font-size: 15px !important;
}
.RadDropDownTree .rddtFilterInput, .rddtPopup .rddtFilterInput {
  padding: 4px 5px;
  font-size: 15px !important;
}
.RadDropDownTree .rddtInner, .rddtPopup .rddtInner {
  height: 35px !important;
  background: #fff !important;
  border-radius: 5px !important;
  border: 1px solid rgb(233, 233, 233) !important;
  padding: 3px 10px !important;
}
.RadDropDownTree .rddtIcon, .rddtPopup .rddtIcon {
  top: 7px !important;
  right: 3px !important;
}
.RadDropDownTree .rddtFakeInput, .rddtPopup .rddtFakeInput {
  font-size: 14px !important;
}
.RadDropDownTree .rtLines .rtLI,
.RadDropDownTree .rtLines .rtLI .rtTop,
.RadDropDownTree .rtLines .rtLI .rtMid,
.RadDropDownTree .rtLines .rtLI .rtBot, .rddtPopup .rtLines .rtLI,
.rddtPopup .rtLines .rtLI .rtTop,
.rddtPopup .rtLines .rtLI .rtMid,
.rddtPopup .rtLines .rtLI .rtBot {
  border-bottom: 1px solid rgb(233, 233, 233);
}
.RadDropDownTree .rtLines .rtLI.rtLast,
.RadDropDownTree .rtLines .rtLI .rtTop.rtLast,
.RadDropDownTree .rtLines .rtLI .rtMid.rtLast,
.RadDropDownTree .rtLines .rtLI .rtBot.rtLast, .rddtPopup .rtLines .rtLI.rtLast,
.rddtPopup .rtLines .rtLI .rtTop.rtLast,
.rddtPopup .rtLines .rtLI .rtMid.rtLast,
.rddtPopup .rtLines .rtLI .rtBot.rtLast {
  border-bottom: 0;
}
.RadDropDownTree .rtPlus + label,
.RadDropDownTree .rtMinus + label,
.RadDropDownTree .rtSp + label, .rddtPopup .rtPlus + label,
.rddtPopup .rtMinus + label,
.rddtPopup .rtSp + label {
  margin-bottom: 0;
}
.RadDropDownTree .RadTreeView .rtIn, .rddtPopup .RadTreeView .rtIn {
  border: 0px !important;
  padding: 4px 5px !important;
}
.RadDropDownTree .RadTreeView .rtHover .rtIn, .RadDropDownTree .rtSelected .rtIn, .rddtPopup .RadTreeView .rtHover .rtIn, .rddtPopup .rtSelected .rtIn {
  background-color: #fff !important;
  border: 0px !important;
  background-image: none !important;
  color: #202020 !important;
  padding: 4px 5px !important;
}

.rddtSlide .RadTreeView .rtChk {
  vertical-align: top;
  margin-top: 5px;
}
.rddtSlide .rtIn {
  word-break: break-all;
  white-space: initial;
  display: inline-block;
  width: calc(100% - 17px);
}

.rddtSlide, .rddtDropDownSlide {
  max-height: 220px;
  overflow-y: scroll !important;
}

.RadComboBox .rcbInputCell {
  border: 0 !important;
}

.RadComboBoxDropDown .rcbCheckBox {
  margin-right: 5px;
  margin-top: 0px;
}
.RadComboBoxDropDown .rcbHovered {
  background-color: #c6d3ec;
}
.RadComboBoxDropDown .rcbList {
  border: 0;
}

.RadComboBoxDropDown .rcbItem,
.RadComboBoxDropDown .rcbHovered,
.RadComboBoxDropDown .rcbDisabled,
.RadComboBoxDropDown .rcbLoading,
.RadComboBoxDropDown .rcbCheckAllItems,
.RadComboBoxDropDown .cbCheckAllItemsHovered {
  margin: 0 !important;
  border-bottom: 1px solid rgb(233, 233, 233);
}

.RadComboBoxDropDown .rcbScroll {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* SEARCHBOX */
.RadSearchBox {
  width: 100% !important;
}
.RadSearchBox .rsbInner {
  height: 35px !important;
  background: #fff !important;
  border-radius: 5px !important;
  border: 1px solid rgb(233, 233, 233) !important;
}
.RadSearchBox .rsbInner.rsbFocused {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
  -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6) !important;
          box-shadow: 0 0 8px rgba(82, 168, 236, 0.6) !important;
}
.RadSearchBox .rsbInput {
  width: calc(100% - 27px) !important;
  height: 29px !important;
  line-height: 23px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.RadSearchBox .rsbButton {
  position: inherit !important;
  margin-top: 3px !important;
}
.RadSearchBox .rsbButton:focus {
  outline: none;
}
.RadSearchBox .rsbButtonSearch .rsbIcon {
  background: url(Img/Search.png) no-repeat;
  margin: 0 !important;
  right: 0px;
  left: 0 !important;
  top: 4px !important;
}

@media (min-width: 576px) {
  .search-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search-horizontal label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
    margin-right: 15px;
    margin-bottom: 0;
    line-height: 31px;
  }
}
/* TABS */
/* TABS */
.RadTabStrip {
  margin-bottom: 30px !important;
  background: #fff;
  border-bottom: 2px solid rgb(233, 233, 233);
}
@media (max-width: 575px) {
  .RadTabStrip .rtsLevel {
    overflow-x: scroll !important;
  }
}
.RadTabStrip .rtsUL {
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .RadTabStrip .rtsUL {
    overflow: auto;
    white-space: nowrap;
  }
}
.RadTabStrip .rtsUL .rtsLI {
  list-style: none;
  display: inline-block;
  margin-left: 0px;
  border-top: 1px solid rgb(233, 233, 233);
  border-right: 1px solid rgb(233, 233, 233);
}
@media (max-width: 575px) {
  .RadTabStrip .rtsUL .rtsLI {
    font-size: 12px;
    float: none !important;
  }
}
.RadTabStrip .rtsUL .rtsLI.rtsFirst {
  margin-left: 0px;
  border-left: 1px solid rgb(233, 233, 233);
}
@media (min-width: 576px) {
  .RadTabStrip .rtsUL .rtsLI.rtsFirst {
    border-radius: 10px 0 0 0;
  }
}
@media (min-width: 576px) {
  .RadTabStrip .rtsUL .rtsLI.rtsLast {
    border-radius: 0 10px 0 0;
  }
}
.RadTabStrip .rtsUL .rtsLI .rtsLink,
.RadTabStrip .rtsUL .rtsLI .LocalizationMenu_Active,
.RadTabStrip .rtsUL .rtsLI .LocalizationMenu_NotActive {
  display: block;
  padding: 15px 10px;
  color: #202020;
  border-bottom: 3px solid #fff;
  border-radius: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 767px) {
  .RadTabStrip .rtsUL .rtsLI .rtsLink,
  .RadTabStrip .rtsUL .rtsLI .LocalizationMenu_Active,
  .RadTabStrip .rtsUL .rtsLI .LocalizationMenu_NotActive {
    padding: 10px 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .RadTabStrip .rtsUL .rtsLI .rtsLink,
  .RadTabStrip .rtsUL .rtsLI .LocalizationMenu_Active,
  .RadTabStrip .rtsUL .rtsLI .LocalizationMenu_NotActive {
    font-size: 12px;
    padding: 15px 5px;
  }
}
.RadTabStrip .rtsUL .rtsLI .rtsLink:hover, .RadTabStrip .rtsUL .rtsLI .rtsLink:focus,
.RadTabStrip .rtsUL .rtsLI .LocalizationMenu_Active:hover,
.RadTabStrip .rtsUL .rtsLI .LocalizationMenu_Active:focus,
.RadTabStrip .rtsUL .rtsLI .LocalizationMenu_NotActive:hover,
.RadTabStrip .rtsUL .rtsLI .LocalizationMenu_NotActive:focus {
  text-decoration: none;
  outline: 0;
  color: #202020;
}
.RadTabStrip .rtsUL .rtsLI .rtsLink.rtsSelected, .RadTabStrip .rtsUL .rtsLI .rtsLink.LocalizationMenu_Active,
.RadTabStrip .rtsUL .rtsLI .LocalizationMenu_Active.rtsSelected,
.RadTabStrip .rtsUL .rtsLI .LocalizationMenu_Active.LocalizationMenu_Active,
.RadTabStrip .rtsUL .rtsLI .LocalizationMenu_NotActive.rtsSelected,
.RadTabStrip .rtsUL .rtsLI .LocalizationMenu_NotActive.LocalizationMenu_Active {
  background-color: var(--color1);
  border-bottom: 3px solid var(--color1-dark);
  color: #fff;
}
.RadTabStrip .rtsUL .rtsDisabled {
  color: #cccccc !important;
}
.RadTabStrip .rtsUL .rtsDisabled:hover, .RadTabStrip .rtsUL .rtsDisabled:focus {
  color: #cccccc !important;
  cursor: not-allowed;
}
.RadTabStrip .rtsOut {
  padding-right: 0px !important;
}

.xp-lang-holder {
  position: relative;
}
.xp-lang-holder + .xp-lang-holder {
  margin-top: 15px;
}
.xp-lang-holder .xp-lang {
  position: absolute;
  right: 5px;
  top: 7px;
}

.RadUpload {
  width: auto !important;
}

.xp-image-thumb {
  text-align: center;
}
.xp-image-thumb img {
  max-height: 70px;
}

.order-reference-no {
  display: block;
  max-width: 200px;
  word-wrap: break-word;
}

.RadGrid td.rgPagerCell {
  padding: 15px 0 !important;
}

.rgWrap {
  margin-right: 15px !important;
}
.rgWrap > input {
  margin-top: 8px !important;
}
.rgWrap .rgPagerLabel {
  margin-top: 6px !important;
  margin-right: 10px !important;
  display: inline-block;
}

.RadGrid .rgPageFirst,
.RadGrid .rgPagePrev,
.RadGrid .rgPageNext,
.RadGrid .rgPageLast {
  vertical-align: middle !important;
}
.RadGrid .rgPageFirst:hover, .RadGrid .rgPageFirst:focus,
.RadGrid .rgPagePrev:hover,
.RadGrid .rgPagePrev:focus,
.RadGrid .rgPageNext:hover,
.RadGrid .rgPageNext:focus,
.RadGrid .rgPageLast:hover,
.RadGrid .rgPageLast:focus {
  outline: none;
}

.RadGrid .rgNumPart a {
  border: 1px solid #cccccc;
  margin-right: 5px !important;
  padding: 0px 8px !important;
  line-height: 33px !important;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.RadGrid .rgNumPart a:hover {
  border: 1px solid var(--color1-dark);
  color: var(--color1-dark);
}
.RadGrid .rgNumPart a span {
  padding: 0 !important;
}
.RadGrid .rgNumPart a.rgCurrentPage {
  background: var(--color1);
  color: #fff;
  border: 1px solid var(--color1-dark);
}

.rgPageFirst {
  background-image: url(img/pageSprite.png);
  height: 16px !important;
  width: 16px !important;
  background-position: -33px 0px;
}

.rgPagePrev {
  background-image: url(img/pageSprite.png);
  height: 16px !important;
  width: 16px !important;
  background-position: 0px 0px;
}

.rgPageNext {
  background-image: url(img/pageSprite.png);
  height: 16px !important;
  width: 16px !important;
  background-position: -16px 0px;
}

.rgPageLast {
  background-image: url(img/pageSprite.png);
  height: 16px !important;
  width: 16px !important;
  background-position: -49px 0px;
}

.RadComboBox {
  height: 35px;
  width: 100% !important;
  border-radius: 5px !important;
}
.RadComboBox .rcbInputCell {
  height: auto !important;
}
.RadComboBox .rcbInputCell input {
  padding: 7px !important;
  height: 34px !important;
}
.RadComboBox .rcbInput {
  height: 30px !important;
}

.rcbHovered {
  background-color: #eeeeee;
}

.rcbList {
  margin-top: -1px !important;
}

.RadComboBox,
.rcbList {
  border: 1px solid #cccccc;
  background: #fff;
}

.RadComboBox .rcbArrowCell a {
  background: url(img/RadComboBox_Caret.png);
  top: 3px;
}

.RadUpload .ruFileWrap.ruStyled .ruFakeInput {
  height: 16px !important;
}
.RadUpload .ruFileWrap.ruStyled input[type=text] {
  width: auto;
}

.rgMasterTable {
  margin-top: 15px;
  font-size: 15px;
  table-layout: inherit !important;
}
.rgMasterTable .rgHeader {
  font-weight: 600 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 7px !important;
  padding-right: 7px !important;
  background-color: #fff;
  color: #202020;
  position: sticky;
  top: 0;
  z-index: 2;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.rgMasterTable .rgHeader:first-child {
  border-radius: 3px 0 0 0;
}
.rgMasterTable .rgHeader:last-child {
  border-radius: 0 3px 0 0;
  border-right: 0;
}
.rgMasterTable .rgHeader a:not(.btn):not(.link-download):not(.btn-transparent):not(.btn-header):not(.language-container) {
  color: #202020;
}
.rgMasterTable .rgHeader a:after {
  font-family: "Font Awesome 5 free";
  content: "\f0dc";
  margin-left: 5px;
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
  color: #202020;
}
.rgMasterTable .rgHeader.rgSorted a:after {
  content: "";
  margin-left: 0px;
}
.rgMasterTable .rgHeader .rgSortAsc {
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 5px solid #202020 !important;
  height: 0px !important;
  width: 0px !important;
}
.rgMasterTable .rgHeader .rgSortDesc {
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-bottom: 5px solid #202020 !important;
  height: 0px !important;
  width: 0px !important;
}
.rgMasterTable .rgRow,
.rgMasterTable .tr-striped {
  background: #fff;
}
.rgMasterTable .rgAltRow,
.rgMasterTable .tr-striped:nth-child(odd) {
  background: #fff;
}
.rgMasterTable .rgRow:hover,
.rgMasterTable .rgAltRow:hover,
.rgMasterTable .tr-striped:hover {
  background: #f0f5ff;
}
.rgMasterTable .rgRow:hover td,
.rgMasterTable .rgAltRow:hover td,
.rgMasterTable .tr-striped:hover td {
  border-bottom-color: #dee2e6;
}
.rgMasterTable .rgRow td,
.rgMasterTable .rgAltRow td,
.rgMasterTable .tr-striped td {
  border-bottom: 1px solid #dee2e6;
  padding: 8px 5px !important;
  vertical-align: middle;
}
.rgMasterTable .rgRow td:last-child,
.rgMasterTable .rgAltRow td:last-child,
.rgMasterTable .tr-striped td:last-child {
  border-right: 0;
}
.rgMasterTable .rgRow td.td-no-padding,
.rgMasterTable .rgAltRow td.td-no-padding,
.rgMasterTable .tr-striped td.td-no-padding {
  padding: 0px !important;
}
.rgMasterTable .form-control + span:not([style="display:none;"]), .rgMasterTable .form-validation:not([style="display:none;"]), .rgMasterTable .RadInput_Default + span:not([style="display:none;"]), .rgMasterTable .RadInputMgr_Default + span:not([style="display:none;"]), .rgMasterTable .required-field:not([style="display:none;"]) {
  display: inline-block !important;
}
.rgMasterTable .form-control + span:not([style="display:none;"]):before, .rgMasterTable .form-validation:not([style="display:none;"]):before, .rgMasterTable .RadInput_Default + span:not([style="display:none;"]):before, .rgMasterTable .RadInputMgr_Default + span:not([style="display:none;"]):before, .rgMasterTable .required-field:not([style="display:none;"]):before {
  height: 65px;
}
.rgMasterTable .form-control + span[style="visibility:hidden;"],
.rgMasterTable .form-validation[style="visibility:hidden;"],
.rgMasterTable .RadInput_Default + span[style="visibility:hidden;"],
.rgMasterTable .RadInputMgr_Default + span[style="visibility:hidden;"],
.rgMasterTable .required-field[style="visibility:hidden;"] {
  display: none !important;
}

.table-maxheight-scroll {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.table-maxheight-scroll .rgMasterTable {
  margin-top: 0 !important;
}

.rgMasterTable--clean .rgHeader {
  border-right: 0 !important;
  border-left: 0 !important;
}
.rgMasterTable--clean .rgRow td,
.rgMasterTable--clean .rgAltRow td,
.rgMasterTable--clean .tr-striped td {
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom-color: #d7d7d7 !important;
}
.rgMasterTable--clean .rgRow,
.rgMasterTable--clean .rgAltRow {
  background-color: #fff !important;
}

.actions, a.actions,
a:not([href])[onclick].actions {
  color: var(--color1);
}
.actions:hover,
a[onclick].actions:hover:not([href]), .actions:active,
a[onclick].actions:active:not([href]), .actions:focus,
a[onclick].actions:focus:not([href]), .actions:active:focus {
  color: var(--color1-dark);
}

.actions:before,
a[onclick].actions:not([href]):before {
  font-size: 18px;
}

.action-delete {
  color: #cf3f34;
}
.action-delete:hover, .action-delete:active, .action-delete:focus, .action-delete:active:focus {
  color: var(--color1-dark);
}

.action-details:before,
.icon-search:before {
  content: "\f002";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-delete-left:before {
  content: "\f55a";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-prev:before,
.icon-left:before,
.action-back:before {
  content: "\f104";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-next:before,
.icon-right:before {
  content: "\f105";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-document:before, .link-download:before {
  content: "\f0f6";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-add:before,
.icon-container-add a:before {
  content: "\f055";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.action-delete:before,
.cms-button-delete a:before,
.icon-delete:before {
  content: "\f2ed";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-delete-left:before {
  content: "\f55a";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-save:before {
  content: "\f00c";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-message-inbox:before {
  content: "\f658";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-save-alt:before {
  content: "\f0c7";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-extern:before {
  content: "\f35d";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.icon-favorite:before {
  content: "\f005";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}
.icon-favorite:before.icon-favorite--selected:before {
  color: #ffbf00;
}

.icon-arrow-down-angle:before {
  content: "\f148";
  display: inline-block;
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font-style: normal;
  margin-right: 8px;
}

.action-download:before {
  content: "\f019";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.action-packaging-slip:before {
  content: "\f02f";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
  color: #333333;
}

.action-print:before {
  content: "\f02f";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  margin-right: 5px;
}

.action-duplicate:before {
  content: "\f0c5";
  font-family: "Font Awesome 6 free";
  font-weight: 400;
  margin-right: 5px;
}

.list-style-none {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.list-style-inline li {
  display: inline-block;
}
.list-style-inline li:not(:last-child) {
  margin-right: 10px;
}

.list-item-devider--r {
  border-right: 1px solid rgb(233, 233, 233);
  padding-right: 10px;
  margin-right: 10px;
}

.list-style-basic {
  padding-left: 18px;
  margin-bottom: 0;
}

.aspNetDisabled label {
  color: #777 !important;
}

.aspNetDisabled .btn, .aspNetDisabled .link-download, .aspNetDisabled .btn-transparent, .aspNetDisabled .btn-header, .aspNetDisabled .language-container, .aspNetDisabled.btn, .aspNetDisabled.link-download, .aspNetDisabled.btn-transparent, .aspNetDisabled.btn-header, .aspNetDisabled.language-container {
  cursor: not-allowed !important;
  background-color: #eeeeee;
  color: #777 !important;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.aspNetDisabled .btn:hover, .aspNetDisabled .link-download:hover, .aspNetDisabled .btn-transparent:hover, .aspNetDisabled .btn-header:hover, .aspNetDisabled .language-container:hover, .aspNetDisabled .btn:focus, .aspNetDisabled .link-download:focus, .aspNetDisabled .btn-transparent:focus, .aspNetDisabled .btn-header:focus, .aspNetDisabled .language-container:focus, .aspNetDisabled .btn:focus:active, .aspNetDisabled .btn:active, .aspNetDisabled .link-download:active, .aspNetDisabled .btn-transparent:active, .aspNetDisabled .btn-header:active, .aspNetDisabled .language-container:active, .aspNetDisabled .btn:active:focus, .aspNetDisabled.btn:hover, .aspNetDisabled.link-download:hover, .aspNetDisabled.btn-transparent:hover, .aspNetDisabled.btn-header:hover, .aspNetDisabled.language-container:hover, .aspNetDisabled.btn:focus, .aspNetDisabled.link-download:focus, .aspNetDisabled.btn-transparent:focus, .aspNetDisabled.btn-header:focus, .aspNetDisabled.language-container:focus, .aspNetDisabled.btn:focus:active, .aspNetDisabled.btn:active, .aspNetDisabled.link-download:active, .aspNetDisabled.btn-transparent:active, .aspNetDisabled.btn-header:active, .aspNetDisabled.language-container:active, .aspNetDisabled.btn:active:focus {
  background-color: #eeeeee !important;
  color: #777 !important;
  border: 1px solid #eeeeee !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#iEntityshopOrderCMS,
.xp-module {
  font-size: 14px !important;
}
#iEntityshopOrderCMS .rgMasterTable,
#iEntityshopOrderCMS .RadInput_Default .riTextBox, #iEntityshopOrderCMS .rfdRoundedCorners.rfdDecorated,
.xp-module .rgMasterTable,
.xp-module .RadInput_Default .riTextBox,
.xp-module .rfdRoundedCorners.rfdDecorated {
  font-size: 14px !important;
}

.xp-module input[type=text],
.xp-module select {
  height: 30px;
}
.xp-module select,
.xp-module input[type=text],
.xp-module input[type=password],
.xp-module textarea {
  width: 100%;
  border-radius: 5px;
  height: 35px !important;
  padding: 0 6px;
  border-color: #b9b9b9;
}
.xp-module label {
  font-weight: bold;
}

.is-component div:not(.order-product-name) .order-details-table--product-name:before,
.component-icon:before {
  content: "";
  content: "\f3bf";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}

.radgrid-orders .radgrid-orders--actions {
  overflow: visible !important;
}

.actions-dropdown--wrapper {
  position: relative;
}
.actions-dropdown--wrapper:hover .actions-dropdown--content {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  opacity: 1;
}

.actions-dropdown--trigger {
  padding: 5px;
  color: #656565;
}
.actions-dropdown--trigger:after {
  content: "\f141";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  font-size: 18px;
}

.actions-dropdown--content {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: #fff;
  right: 0;
  width: 180px;
  text-align: left;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  opacity: 0;
}
.actions-dropdown--content a {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid rgb(233, 233, 233);
}
.actions-dropdown--content a:before {
  font-size: 12px;
}
.actions-dropdown--content a:hover {
  background-color: var(--color1);
  color: #fff !important;
}
.actions-dropdown--content a:hover:before {
  color: #fff !important;
}

.wrapper-default {
  padding: 15px;
  border-radius: 4px;
  background-color: #f5f5f5;
  border: 1px solid rgb(233, 233, 233);
}

.wrapper-filters.wrapper-default {
  padding: 7px;
}
.wrapper-filters .form-control,
.wrapper-filters .riSingle .riTextBox,
.wrapper-filters .RadComboBox,
.wrapper-filters .RadComboBox .rcbInputCell input,
.wrapper-filters .RadSearchBox .rsbInner,
.wrapper-filters .RadDropDownTree .rddtInner {
  height: 28px !important;
  font-size: 13px;
}
.wrapper-filters label {
  font-size: 11px;
}
.wrapper-filters .RadSearchBox .rsbButtonSearch .rsbIcon {
  top: 0px !important;
}
.wrapper-filters .RadDropDownTree .rddtIcon {
  top: 4px !important;
}
.wrapper-filters .RadSearchBox .rsbInput {
  height: 23px !important;
}

.fake-dropdown-wrapper {
  position: relative;
}
.fake-dropdown-wrapper:hover .fake-dropdown__content {
  display: block;
}
.fake-dropdown-wrapper .fake-dropdown__trigger {
  display: block;
  border: 1px solid rgb(233, 233, 233);
  padding: 10px 15px;
  padding-right: 30px;
}
.fake-dropdown-wrapper .fake-dropdown__trigger:after {
  content: "\f0d7";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  text-align: center;
  border-left: 1px solid rgb(233, 233, 233);
  line-height: 42px;
}
.fake-dropdown-wrapper .fake-dropdown__content {
  display: none;
  position: absolute;
  border-left: 1px solid rgb(233, 233, 233);
  border-right: 1px solid rgb(233, 233, 233);
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
.fake-dropdown-wrapper .fake-dropdown__content .fake-dropdown__item {
  display: block;
  border-bottom: 1px solid rgb(233, 233, 233);
}
.fake-dropdown-wrapper .fake-dropdown__content .fake-dropdown__item a {
  display: block;
  padding: 10px 15px;
  background-color: #fff;
}
.fake-dropdown-wrapper .fake-dropdown__content .fake-dropdown__item a:hover {
  background-color: var(--color1);
  color: #fff;
}
.fake-dropdown-wrapper .fake-dropdown__content .fake-dropdown__item--info a {
  display: inline-block;
  width: calc(100% - 28px);
}
.fake-dropdown-wrapper .fake-dropdown__content .fake-dropdown__info {
  display: inline-block;
  width: 24px;
  text-align: center;
  line-height: 39px;
}
.fake-dropdown-wrapper .fake-dropdown__content .fake-dropdown__info:after {
  content: "\f05a";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
}

.laundry-scanner .tooltip.fade {
  opacity: 1 !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.stock-indication {
  display: inline-block;
  margin-right: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.stock-indication--red {
  background-color: #e74c3c;
}
.stock-indication--orange {
  background-color: #f39c12;
}
.stock-indication--green {
  background-color: #2ecc71;
}

.address-small {
  line-height: 1.2;
  display: inline-block;
}