/*********** MIXINS **********/
/*********** MAPPINGS **********/
/*********** GLOBAL STYLES **********/
*::after,
*::before {
  transition: all 0.3s ease-in-out;
}

body,
html {
  transition: all 0.5s ease-in-out;
  counter-reset: section;
}

body.cart-open {
  margin-left: -380px;
  margin-right: 380px;
}

html.menu-open,
html.cart-open {
  overflow: hidden;
}

.overlayOffCanvas,
.overlayOffCanvasSearch,
.overlayOffCanvasCart {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s ease-in-out;
  z-index: 99999999;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
}

.overlayOffCanvasFilters {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s ease-in-out;
  z-index: 1005;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
}

.overlayOffCanvas.visible,
.overlayOffCanvas.cart-visible,
.overlayOffCanvasFilters.visible,
.overlayOffCanvasSearch.visible {
  opacity: 1;
  pointer-events: all;
}

.overlayOffCanvasCart.visible {
  opacity: 1;
  pointer-events: all;
}

.overlayOffCanvas.cart-visible a {
  cursor: pointer;
}

::-moz-selection {
  background-color: #1090d9;
  color: #fff;
}

::selection {
  background-color: #1090d9;
  color: #fff;
}

.back-to-top {
  position: fixed;
  font-size: 24px;
  right: 5px;
  bottom: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/Themes/RDC/Content/images/Project/General/back-to-top-icon.svg);
  text-align: center;
  padding-top: 8px;
  width: 32px;
  height: 32px;
  color: var(--clr-title-secondary);
  transition: all 0.5s linear;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.back-to-top.is-visible {
  visibility: visible;
  opacity: 1;
  bottom: 25px;
}

.back-to-top .spk-icon-up-small {
  font-size: 24px;
}

.menu-open .back-to-top,
.search-box-open .back-to-top {
  z-index: 2;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--clr-title-secondary);
}

.page-padding {
  padding: clamp(35px, 5vw, 89px) 0 clamp(60px, 8vw, 120px);
}

.absolute-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Arial";
}

.close-btn {
  width: 35px;
  height: 35px;
  display: inline-block;
  background-image: url(/Themes/RDC/Content/images/Project/General/close-white-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #2b1f1d;
}
.close-btn:hover {
  opacity: 0.6;
  background-color: var(--clr-primary);
}

.page-title,
.homepage-title {
  margin: 0 0 clamp(25px, 2.5vw, 37px);
}
.page-title h1,
.page-title h2,
.homepage-title h1,
.homepage-title h2 {
  font-family: "Arial";
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.5625rem);
  line-height: clamp(1.5rem, 2vw, 1.9375rem);
  text-align: center;
  font-weight: 700;
}

.page {
  min-height: calc(100vh - 660px);
  text-align: center;
  background-color: white;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
  margin: 12px 0;
  padding: 0 0 0 20px;
  list-style: disc;
  margin: 0 0 15px;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
  margin: 12px 0;
  padding: 0 0 0 36px;
  list-style: decimal;
  margin: 0 0 15px;
}

/*********** BUTTONS  ***********/
.global-btn {
  font-family: "Arial";
  text-align: center;
  display: block;
  width: 100%;
  font-size: clamp(0.8125rem, 1vw, 1rem);
  line-height: clamp(0.8125rem, 1vw, 0.9375rem);
  color: var(--clr-white);
  background-color: var(--clr-primary);
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  padding: clamp(10px, 1vw, 18px) 10px;
  max-width: 160px;
  width: 80%;
  letter-spacing: 2.13px;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
}
.global-btn:hover {
  opacity: 0.6;
}

.global-new-address-next-step-buttons {
  background-color: #000000;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.global-new-address-next-step-buttons:hover {
  background-color: #929292;
}
.global-new-address-next-step-buttons .global-new-address-next-step-button {
  cursor: pointer;
  padding: 15px;
  flex-grow: 1;
  color: #fff;
  border: 0;
  background-color: transparent;
  font-size: clamp(0.8125rem, 1vw, 1rem);
}
.global-new-address-next-step-buttons img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}

.new-password-button {
  max-width: none;
  width: -moz-fit-content;
  width: fit-content;
}

/*********** GRID  ***********/
.grid-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

/*********** NOTIFICATIONS & POPUPS  ***********/
.bar-notification {
  display: none;
  position: fixed;
  left: 0;
  z-index: 10002;
  width: 100%;
  padding: 12px 25px 12px 10px;
  color: #fff;
  opacity: 0.95;
}

.bar-notification.success {
  text-align: center;
}

.bar-notification.error {
  background: #f3594d;
  text-align: center;
}

.bar-notification a {
  color: #e60000;
  font-weight: 700;
}

.ui-dialog {
  z-index: 1008;
  width: 1000px !important;
  max-width: 95%;
  border: 1px solid #ddd;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff;
  top: 10% !important;
}

.ui-dialog-titlebar {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background: #f3f3f3 url("/Themes/RDC/Content/images/headpad.png") top repeat-x;
  padding: 10px;
  font-weight: bold;
}

.ui-dialog-titlebar span {
  float: left;
}

.ui-dialog-titlebar button {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  /*even numbers only*/
  height: 24px;
  /*even numbers only*/
  margin: 6px;
  overflow: hidden;
  border: 1px solid #999;
  background: #fff url("/Themes/RDC/Content/images/close.png") center no-repeat;
  text-indent: 999px;
  opacity: 0.7;
  cursor: pointer;
}

.ui-dialog a {
  color: #e60000;
  font-weight: 700;
}

.ui-dialog-titlebar button:hover {
  opacity: 0.9;
}

.ui-dialog-titlebar button * {
  display: none;
}

.ui-dialog-content {
  height: auto !important;
  padding: 10px;
  line-height: 20px;
}

.ui-dialog-buttonset {
  padding: 10px;
  text-align: right;
}

.ui-dialog-buttonset button {
  min-width: 60px;
  margin-left: 5px;
  border: 1px solid #bbb;
  box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;
  background: #eee;
  padding: 5px;
}

.ui-dialog-buttonset button:hover {
  background: #f6f6f6;
}

.ui-datepicker {
  width: 280px;
  background-color: #fff;
  text-align: center;
  margin-top: -1px;
}

.ui-datepicker-header {
  position: relative;
  height: 32px;
  background-color: #f3f3f3;
  color: #2b2b2b;
}

.ui-datepicker-header a {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 40px;
  height: 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("../img/arrows-sprite.png") top -8px left -8px no-repeat;
}

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("../img/arrows-sprite.png") top -8px right -8px no-repeat;
}

.ui-datepicker-title {
  position: relative;
  z-index: 0;
  line-height: 32px;
  font-weight: bold;
  border: 1px solid #ddd;
  border-bottom: none;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  width: 14.285%;
  border: 1px solid #ddd;
}

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
  display: block;
  min-height: 32px;
  line-height: 32px;
  transition: all 0.1s ease-in-out;
}

.ui-datepicker-calendar td a:hover {
  color: #75bfa1;
}

.ui-datepicker-calendar .ui-state-active {
  background: #f5f5f5;
}

.ui-datepicker-calendar .ui-datepicker-today {
  color: #75bfa1;
}

.eu-cookie-bar-notification {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1002;
  border-top: 1px solid #ddd;
  background: #fff;
  padding: 20px;
  text-align: center;
}

.eu-cookie-bar-notification .text {
  display: inline-block;
  margin: 0 20px 10px 0;
}

.eu-cookie-bar-notification button,
.eu-cookie-bar-notification a {
  display: inline-block;
  border: 3px solid #ddd;
  padding: 5px 15px;
  margin: 0 55px 10px;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 2px;
  background: none;
}

.eu-cookie-bar-notification button:hover,
.eu-cookie-bar-notification a:hover {
  color: #fff;
  background: #0f90d9;
  border-color: #0f90d9;
}

/*End notifications*/
.popup-window .topic-page-container {
  box-shadow: unset;
  padding: 20px 0;
}

/*Default Zoom start*/
#lbOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: var(--clr-title-secondary);
  cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}

.lbLoading {
  background: #fff url("../../img/loading.gif") no-repeat center;
}

#lbImage {
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink,
#lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
}

#lbPrevLink {
  left: 0;
}

#lbNextLink {
  right: 0;
}

#lbBottom {
  border: 10px solid #fff;
  border-top: none;
  text-align: left;
  line-height: 1.4em;
  font-size: 10px;
  color: #666;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  margin: 5px 0;
  outline: none;
  background: url("../../img/closelabel.gif") no-repeat center;
}

#lbCaption,
#lbNumber {
  margin: 0 70px 0 0;
}

#lbCaption {
  font-weight: bold;
}

#fancybox-wrap {
  z-index: 10010 !important;
}

/*Default Zoom end*/
.ease-in-out {
  transition: all 0.2s ease-in-out;
}

a,
input,
button {
  font-family: "Arial";
  transition: all 0.2s ease-in-out;
}

a {
  color: inherit;
  cursor: pointer;
}

input[type=text],
input[type=password],
textarea,
select {
  font-family: "Arial";
}

input[readonly=readonly] {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.master-wrapper-content {
  width: 100%;
  position: relative;
  z-index: 2;
}

.master-column-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.items-per-row-four.master-wrapper-subcategories .master-wrapper-content {
  padding: 0;
}

.pager:before {
  content: "";
  display: block;
  clear: both;
}

body {
  transition: all 0.5s ease-in-out;
}

body.cart-open {
  margin-left: -380px;
  margin-right: 380px;
}

body.filters-open {
  margin-right: -320px;
  margin-left: 320px;
  direction: rtl;
}

body.filters-open > * {
  direction: ltr;
}

.open-cart .sub-header.fixed {
  margin-left: -330px;
  margin-right: 330px;
}

html.open-cart,
html.open-menu,
html.filters-open,
html.filters-open {
  overflow: hidden;
}

body,
html {
  color: #4f4f4f;
  font: normal Zona Pro, Arial, Helvetica, sans-serif;
  font-family: "Arial";
  margin: 0;
  -webkit-font-smoothing: none !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-font-smoothing: antialiased !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  /*overflow-x: hidden;*/
  /*
    height: 100vh;*/
}

.form-fields {
  position: relative;
}

.inputs .option-list {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.inputs .option-list li {
  float: left;
  margin: 0 15px 0 0;
  vertical-align: middle;
}

.inputs .option-list label {
  width: auto;
  display: inline;
}

.field-validation-valid {
  display: block;
  font-size: 11px;
  color: #75bfa1;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
  z-index: 10000000000000000000 !important;
  width: 100% !important;
  /*default = txtfield + button*/
  max-width: 463px;
  border: 1px solid #ccc;
  overflow: hidden;
  background: #fff;
}

.ui-menu-item {
  width: 100%;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
  border-top: 1px solid #ccc;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
  border-top: none;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
  display: block;
  padding: 8px;
  border: 0;
  margin: 0 !important;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a.ui-state-active {
  opacity: 0.6;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
  margin-right: 5px;
  vertical-align: middle;
}

.center-1 {
  margin: 0;
}

p {
  font-family: "Arial";
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #707070;
  margin: 0 0 10px;
}

ul li {
  font-family: "Arial";
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  margin: 0 0 10px;
}

h1,
h2 {
  font-size: 30px;
  font-weight: 700;
  color: #707070;
  margin: 0;
}

div {
  font-size: 16px;
}

.clear {
  height: 0;
  display: block;
  clear: both;
}

.bar-notification .content {
  margin: 0 10px 0 0;
  color: #fff;
  font-size: 14px;
}

input[type=button],
input[type=submit],
input[type=reset] {
  font-family: "Arial";
  cursor: pointer;
}

.grid-container {
  display: grid;
}

.flex-container,
* > .flex-container {
  /*IE*/
  /* Safari */
  display: flex;
}

.inline-flex-container {
  display: inline-flex;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

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

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

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  width: 98%;
}

.container-large {
  max-width: 1740px;
  margin: 0 auto;
  padding: 0 10px;
  width: 97%;
}

.flex-column {
  flex-direction: column;
}

.flex-10 {
  flex-basis: 10%;
}

.flex-14 {
  flex-basis: 14%;
}

.flex-15 {
  flex-basis: 15%;
}

.flex-18 {
  flex-basis: 18%;
}

.flex-19 {
  flex-basis: 19%;
}

.flex-20 {
  flex-basis: 20%;
}

.flex-24 {
  flex-basis: 24%;
}

.flex-24_55 {
  flex-basis: 24.55%;
}

.flex-25 {
  flex-basis: 25%;
}

.flex-30 {
  flex-basis: 30%;
}

.flex-32 {
  flex-basis: 32%;
}

.flex-32_65 {
  flex-basis: 32.65%;
}

.flex-32_9 {
  flex-basis: 32.9%;
}

.flex-33 {
  flex-basis: 33%;
}

.flex-35 {
  flex-basis: 35%;
}

.flex-38 {
  flex-basis: 38%;
}

.flex-40 {
  flex-basis: 40%;
}

.flex-40_05 {
  flex-basis: 40.05%;
}

.flex-45 {
  flex-basis: 45%;
}

.flex-47 {
  flex-basis: 47%;
}

.flex-48_416 {
  flex-basis: 48.416%;
}

.flex-48 {
  flex-basis: 48%;
}

.flex-49 {
  flex-basis: 49%;
}

.flex-49_5 {
  flex-basis: 49.5%;
}

.flex-50 {
  flex-basis: 50%;
}

.flex-51 {
  flex-basis: 51%;
}

.flex-52 {
  flex-basis: 52%;
}

.flex-55 {
  flex-basis: 55%;
}

.flex-60 {
  flex-basis: 60%;
}

.flex-61_08 {
  flex-basis: 61.08%;
}

.flex-62 {
  flex-basis: 62%;
}

.flex-64 {
  flex-basis: 64%;
}

.flex-65 {
  flex-basis: 65%;
}

.flex-66 {
  flex-basis: 66%;
}

.flex-67 {
  flex-basis: 67%;
}

.flex-70 {
  flex-basis: 70%;
}

.flex-75 {
  flex-basis: 75%;
}

.flex-80 {
  flex-basis: 80%;
}

.flex-90 {
  flex-basis: 90%;
}

.flex-100 {
  flex-basis: 100%;
}

.flex-column {
  flex-direction: column;
}

.italic-text {
  font-style: italic;
}

.master-column-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.master-wrapper-page {
  overflow: hidden;
}

.master-wrapper-content {
  width: 100%;
}

.inputs {
  position: relative;
  margin: 0 0 clamp(30px, 4vw, 52px);
  font-size: 0;
}
.inputs:not(.reversed) label {
  position: absolute;
  top: clamp(-22px, -1.5vw, -15px);
  right: 0;
  left: 0;
  margin: 0 0 5px;
  width: auto;
  display: inline-block;
  text-align: left;
  margin: 0;
  font-weight: 700;
  color: var(--clr-input-text);
  font-size: clamp(0.79rem, 1vw, 1rem);
  line-height: clamp(0.8125rem, 1.5vw, 1.375rem);
  transition: all 0.3s ease-in-out;
  cursor: text;
  text-transform: uppercase;
  padding-left: 10px;
}
.inputs:not(.reversed) input:valid:not(:-moz-placeholder) + label, .inputs:not(.reversed) textarea:valid:not(:-moz-placeholder) + label {
  top: -22px;
  font-weight: 700;
  font-size: clamp(0.6875rem, 1vw, 0.8125rem);
}
.inputs:not(.reversed) textarea:focus + label,
.inputs:not(.reversed) input:focus + label,
.inputs:not(.reversed) textarea.valid + label,
.inputs:not(.reversed) input:valid:not(:placeholder-shown) + label,
.inputs:not(.reversed) textarea:valid:not(:placeholder-shown) + label, .inputs:not(.reversed).select-inputs label {
  top: -22px;
  font-weight: 700;
  font-size: clamp(0.6875rem, 1vw, 0.8125rem);
}
.inputs input[type=text],
.inputs input[type=email],
.inputs input[type=password],
.inputs input[type=tel],
.inputs select {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: transparent;
  color: var(--clr-input-text);
  font-size: clamp(0.79rem, 1vw, 1rem);
  line-height: clamp(0.8125rem, 1.5vw, 1.5rem);
  letter-spacing: 0;
  border-radius: 4px;
  font-weight: 400;
  height: clamp(38px, 4vw, 52px);
  text-align: left;
  border: none;
  border-bottom: 1px solid #929292;
}
.inputs input[type=text]::-moz-placeholder, .inputs input[type=email]::-moz-placeholder, .inputs input[type=password]::-moz-placeholder, .inputs input[type=tel]::-moz-placeholder, .inputs select::-moz-placeholder {
  letter-spacing: 0;
  color: var(--clr-input-text);
}
.inputs input[type=text]::placeholder,
.inputs input[type=email]::placeholder,
.inputs input[type=password]::placeholder,
.inputs input[type=tel]::placeholder,
.inputs select::placeholder {
  letter-spacing: 0;
  color: var(--clr-input-text);
}
.inputs textarea {
  display: block;
  width: 100%;
  padding: 10px 10px 0 10px;
  background-color: transparent;
  color: var(--clr-input-text);
  font-size: clamp(0.79rem, 1vw, 1rem);
  line-height: clamp(0.8125rem, 1.5vw, 1.5rem);
  letter-spacing: 0;
  font-weight: 400;
  text-align: left;
  border: none;
  border-bottom: 1px solid #929292;
  height: clamp(38px, 4vw, 52px);
}
.inputs textarea::-moz-placeholder {
  letter-spacing: 0;
}
.inputs textarea::placeholder {
  letter-spacing: 0;
}
.inputs input.input-validation-error,
.inputs textarea.input-validation-error {
  border-bottom: 1px solid #ec5b5b;
}
.inputs .required {
  position: absolute;
  right: -5px;
  top: 5px;
  color: #ec5b5b;
  font-size: clamp(0.8125rem, 1vw, 1rem);
}

.gender-inputs {
  margin: 0 0 clamp(30px, 4vw, 52px);
}
.gender-inputs label {
  margin: 0 0 5px;
  font-weight: 700;
  width: auto;
  display: inline-block;
  text-align: left;
  margin: 0;
  font-weight: 400;
  color: var(--clr-input-text);
  font-size: clamp(0.79rem, 1vw, 1rem);
  line-height: clamp(0.8125rem, 1.5vw, 1.375rem);
}

input[disabled] {
  cursor: not-allowed;
}

.inputs.reversed input[type=checkbox] {
  display: none;
}

.inputs.reversed label {
  font-size: 0.875rem;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
.inputs.reversed label:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #000000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.inputs.reversed input[type=checkbox]:checked + input + label:before,
.inputs.reversed input[type=checkbox]:checked + label:before {
  background-color: #000000;
  box-shadow: inset 0 0 0 2px rgb(255, 255, 255);
}

/*********** GLOBAL FORMS ***********/
.section {
  position: relative;
  margin: 0 0 40px;
}

.inputs input[type=text],
.inputs input[type=password],
.inputs select,
.inputs textarea {
  max-width: 100%;
  background-color: transparent;
}

.inputs.custom-attributes {
  white-space: normal;
}

.inputs .option-list {
  display: inline-block;
  max-width: 95%;
  vertical-align: middle;
}

.inputs .iscompany-checkbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inputs .iscompany-checkbox p {
  color: #000;
}

.inputs .option-list li {
  display: inline-block;
  margin: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 10px;
}

.inputs .option-list label {
  display: inline-block;
  width: auto !important;
  margin: 0 0 0 5px;
}

.required {
  margin: 0 -8px 0 3px;
  /*siblings offset*/
  vertical-align: top;
  font-size: 20px;
  font-weight: normal;
  color: #e4434b;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #e4434b;
  margin-top: 5px;
}

#NewPassword-error p,
#Password-error p {
  color: #e4434b;
  font-size: 13px;
}
#NewPassword-error li,
#Password-error li {
  color: #e4434b;
  font-size: 13px;
}

.field-validation-valid,
.username-available-status {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #4cb17c;
}

.captcha-box {
  text-align: center;
  line-height: 0;
  margin: 0 0 clamp(30px, 4vw, 52px);
  /*firefox line-height bug fix*/
}

.captcha-box > div {
  display: inline-block;
  max-width: 100%;
}

.captcha-box input {
  height: auto;
}

.message-error li,
.field-validation-error li,
.username-not-available-status li,
.poll-vote-error li,
.password-error li {
  display: block;
  font-size: 13px;
  color: #e4434b;
  text-align: center;
  padding: 3px 5px;
}

.checkbox-inputs label {
  display: inline;
  margin: 0 10px 0 0;
}

input[type=checkbox] {
  vertical-align: middle;
}

.bar-notification {
  z-index: 999999;
}

.center-2-full {
  width: 100%;
}

#cboxOverlay {
  background: #ffffff;
  opacity: 0.75 !important;
  filter: alpha(opacity=75) !important;
}

#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight {
  display: none !important;
}

#cboxWrapper {
  max-width: none;
  border-radius: 30px;
  display: flex;
  justify-content: center;
}

#colorbox,
#cboxContent {
  overflow: visible;
  z-index: 999999;
}

#cboxContent {
  background: #fff;
  overflow: visible;
  margin: 0 auto;
  padding: 0;
  border-radius: 30px;
  box-shadow: 9px 27px 49px rgba(0, 0, 0, 0.29);
}

#cboxClose {
  top: 10px;
  right: 10px;
  font-size: 0;
  width: 42px;
  height: 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  background-image: url(/Themes/RDC/Content/images/Project/General/close-white-icon.svg);
  border-radius: 50%;
  background-color: var(--clr-third);
}

.cboxPhoto {
  padding: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.topic-block a,
.topic-page a {
  text-decoration: none;
}

.topic-page a:hover {
  color: #142b57;
}

/*********** BANNER **********/
.banner span {
  width: 100%;
  display: block;
  min-height: clamp(200px, 25vw, 446px);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}

/*********** EU COOKIE BAR **********/
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
  width: 100% !important;
  /*txtfield + button*/
}

.eu-cookie-bar-notification {
  padding: 20px 75px;
}

.eu-cookie-bar-notification button,
.eu-cookie-bar-notification a {
  margin: 0 5px;
}

/********** LOADER **********/
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100000;
}

.loader-overlay .loader {
  margin: 25% auto;
}

/********** RE-CAPTCHA **********/
.recaptchatable #recaptcha_response_field {
  height: auto !important;
}

/*********** OWL CAROUSEL **********/
.owl-dots {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}

.owl-carousel .owl-dot {
  display: block;
  width: 11px;
  height: 11px;
  margin: 0 7px;
}

.owl-dot span {
  display: block;
  width: 11px;
  height: 11px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  filter: drop-shadow(4px 6px 16px rgba(0, 0, 0, 0.6));
  background-color: rgba(255, 255, 255, 0.4);
}

.owl-dot.active span {
  border-color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}

.label {
  font-weight: 700;
  color: #444;
}

/*********** SIDE BLOCK **********/
.block {
  margin: 0 auto 16px;
  text-align: left;
}

.block .listbox {
  display: none;
  padding: 0;
  background: unset;
  background-color: transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 0;
}

.block .list li {
  padding: 0;
  margin: 0 0 4px;
}

.block .list a {
  display: inline-block;
  position: relative;
  padding: 3px 0;
  font-size: 16px;
  color: var(--clr-title-secondary);
}

.block .list .active > a {
  color: var(--clr-primary);
}

.block .list a:hover {
  color: var(--clr-primary);
}

.block a.product-picture {
  display: none;
}

.block a.product-picture:before {
  display: none;
}

.block .sublist {
  margin: 5px 0 5px;
  padding: 0 0 0 20px;
}

.block .sublist a {
  font-size: 14px;
}

.block .view-all {
  margin: 10px 0 0;
}

.block .view-all a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  color: #4ab2f1;
}

.block .view-all a:hover {
  text-decoration: underline;
}

.block .tags ul {
  font-size: 0;
}

/*********** TABLES **********/
.table-wrapper {
  overflow-x: auto;
}

.cart,
.data-table,
.compare-products-table,
.forums-table-section table,
table {
  width: 100%;
  border-collapse: collapse;
}

.data-table th,
.forums-table-section th {
  border: 0;
  padding: 20px 15px;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}

.data-table td,
.compare-products-table td,
.forums-table-section td {
  border: 0;
}
.data-table td.spec-name,
.compare-products-table td.spec-name,
.forums-table-section td.spec-name {
  font-weight: 700;
}

.footable-row-detail-row {
  display: table-row;
}

.footable-row-detail-name {
  display: table-cell;
  padding: 5px;
}

.footable-row-detail-value {
  display: table-cell;
  position: relative;
}

.footable td.footable-first-column {
  padding: 10px 20px;
}

.footable td {
  padding: 10px 5px;
  position: relative;
}

.cart .cart-header-row th {
  padding: 7px 0;
  border: 0;
  background-color: #f9f9f9;
  color: var(--clr-title-secondary);
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}

.footable td.subtotal {
  min-width: 150px;
  text-align: center;
  padding: 17px 10px;
}

/*Cart Table*/
.table-wrapper {
  overflow-x: auto;
}

.data-table th,
.forum-table th {
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #ddd;
  background-color: #f6f6f6;
  padding: 10px;
  white-space: nowrap;
  font-weight: normal;
}

.forum-table th.replies,
.forum-table th.views,
.forum-table th.votes,
.forum-table th.latest-post,
.forum-table th.topics,
.forum-table th.posts,
.forum-table td.replies,
.forum-table td.views,
.forum-table td.votes,
.forum-table td.latest-post,
.forum-table td.topics,
.forum-table td.posts {
  display: none;
}

.forum-table td.image {
  min-width: 0;
}

.data-table td,
.forum-table td {
  min-width: 50px;
  background-color: #f6f6f6;
  padding: 10px 20px;
  color: #363d43;
}

.forum-table td {
  min-width: 90px;
  padding: 10px;
}

.data-table a,
.forum-table a {
  font-weight: normal;
  color: #ed1c24;
}

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
  min-width: 225px;
  text-align: center;
}

.forum-table .forum-details,
.forum-table .topic-details {
  text-align: left;
}

.cart .product a,
.data-table .product a,
.data-table .info a {
  font-weight: bold;
  color: #2b2b2b;
}

.cart .product a:hover,
.data-table .product a:hover,
.data-table .info a:hover {
  color: var(--clr-primary);
  text-decoration: none;
}

.cart .product .edit-item {
  margin: 10px 0 0;
}

.cart .product .edit-item a {
  font-weight: normal;
  color: #ed1c24;
}

.cart .product .edit-item a:hover {
  text-decoration: underline;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
  text-align: center;
}
.cart .remove-from-cart label,
.cart .add-to-cart label,
.data-table .select-boxes label,
.data-table .order label {
  cursor: pointer;
}

.cart td.unit-price,
.data-table td.unit-price {
  white-space: nowrap;
}

.cart td.quantity input {
  width: 40px;
  text-align: center;
  height: 40px;
}

.cart td.subtotal .discount,
.cart td.subtotal .discount-additional-info {
  font-style: italic;
  color: #ed1c24;
}

.data-table em a {
  font-weight: bold;
  color: #2b2b2b;
}

.data-table div.download {
  margin: 10px 0 0;
}

.cart .product .product-name {
  color: black;
  font-size: clamp(0.8125rem, 1vw, 1rem);
  line-height: 17px;
  font-weight: 700;
}

.cart .cart-item-row td a:hover {
  color: #e60000;
}

.cart .cart-item-row td .product-subtotal {
  color: #e60000;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
}

.compare-products-table-mobile .item-count,
.downloadable-products-page .data-table .item-count {
  display: none;
}

.cart .ui-spinner-button .ui-button-text {
  display: block;
  width: 100%;
  height: 100%;
}

.cart td .ui-state-default .ui-icon-triangle-1-s {
  transform: unset;
  background-image: unset;
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: static;
}

.cart .qty-input {
  width: 46px;
  text-align: center;
  line-height: 26px;
  font-size: 17px;
  border: 0;
  color: #515151;
  font-weight: 400;
}

.cart .cart-item-row td.unit-price {
  min-width: 125px;
  padding: 17px 5px;
}

table img {
  max-width: 100%;
  width: 90%;
  display: block;
  margin: 0 auto;
  border: 1px solid #eeeeee;
  max-height: 100%;
  min-height: 100px;
  min-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*End Cart Table*/
/*********** ORDER PROGRESS  **********/
.shopping-cart-page,
.billing-address-page,
.shipping-address-page,
.shipping-method-page,
.payment-method-page,
.order-confirm-page,
.order-completed-page,
.payment-info-page,
.wishlist-page {
  background-image: url(../../images/Project/Contact/bleached-wood-textured-design-background.jpg);
  padding-block: clamp(50px, 5vw, 110px);
}
.shopping-cart-page .page-body,
.billing-address-page .page-body,
.shipping-address-page .page-body,
.shipping-method-page .page-body,
.payment-method-page .page-body,
.order-confirm-page .page-body,
.order-completed-page .page-body,
.payment-info-page .page-body,
.wishlist-page .page-body {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}

.order-summary-content {
  padding-block: 30px;
  border-top: 2px solid #000000;
}
.order-summary-content .quantity .ui-widget-content {
  max-width: 90px;
}

.order-confirm-page .order-summary-content {
  padding-block: 0;
  border: 0;
}

.order-progress {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto clamp(40px, 4vw, 75px);
  width: 97%;
}

.order-progress-list li {
  margin-right: 10px;
  row-gap: 15px;
  flex-direction: column;
  align-items: center;
  width: clamp(105px, 10vw, 126px);
  height: clamp(105px, 10vw, 126px);
  border-radius: 100%;
  background-color: #eeeeee;
  font-family: "Arial", sans-serif;
  font-size: clamp(0.625rem, 1vw, 0.6875rem);
  font-weight: 700;
}
.order-progress-list li a:last-child {
  color: black;
}
.order-progress-list li.current {
  background-color: black;
}
.order-progress-list li.current a:first-child {
  filter: invert(1);
}
.order-progress-list li.current a:last-child {
  color: white;
}

.table-wrapper thead {
  background-color: #eeeeee;
}
.table-wrapper thead th {
  padding-block: 10px;
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
  font-size: clamp(0.625rem, 1vw, 0.6875rem);
  font-weight: 700;
  color: black;
}
.table-wrapper tbody tr {
  border-bottom: 2px solid #eeeeee;
}
.table-wrapper tbody tr:last-child {
  border: 0;
}
.table-wrapper tbody tr td {
  font-size: clamp(0.8125rem, 1vw, 1rem);
  font-family: "Arial", sans-serif;
  font-weight: 700;
  color: black;
  height: clamp(90px, 9vw, 160px);
}

.remove-from-cart .td-title {
  display: block;
  margin: 0 auto;
  background-image: url(/Themes/RDC/Content/images/Project/Checkout/trash-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 30px;
  height: 30px;
}
.remove-from-cart input {
  display: none;
}

.ui-widget.ui-widget-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 0 !important;
  margin: 0 auto;
  background: 0 0;
}

.ui-spinner a.ui-spinner-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 0;
  cursor: pointer;
}
.ui-spinner a.ui-spinner-button.ui-spinner-up {
  border: 1px solid black;
  right: 0;
  background: 0 0;
  background-image: url(/Themes/RDC/Content/images/Project/Checkout/plus.svg);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
.ui-spinner a.ui-spinner-button.ui-spinner-up .ui-icon {
  background-image: none;
}
.ui-spinner a.ui-spinner-button.ui-spinner-down {
  border: 1px solid black;
  background: 0 0;
  background-image: url(/Themes/RDC/Content/images/Project/Checkout/minus.svg);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  left: 0;
}
.ui-spinner a.ui-spinner-button.ui-spinner-down .ui-icon {
  background-image: none;
}

.cart td.quantity input {
  margin: 0 3px;
  color: black;
  font-size: clamp(0.6875rem, 1vw, 0.8125rem);
  font-family: "Arial", sans-serif;
  font-weight: 700;
}

.cart-footer {
  padding-top: 30px;
  border-top: 2px solid black;
}

.cart-footer-container {
  gap: 12.5px;
}
.cart-footer-container .cart-options {
  text-align: left;
  flex-grow: 1;
  flex-basis: 61.5%;
}
.cart-footer-container .cart-options .common-buttons {
  display: none;
}
.cart-footer-container .cart-options .checkout-attributes {
  display: flex;
  flex-direction: column;
}
.cart-footer-container .cart-options .checkout-attributes dl {
  display: flex;
  flex-direction: column;
}
.cart-footer-container .cart-options .checkout-attributes #checkout_attribute_label_2 {
  display: none;
}
.cart-footer-container .cart-options .checkout-attributes #checkout_attribute_label_1 {
  background-image: url(/Themes/RDC/Content/images/Project/Checkout/receipt.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 26px;
  height: 39px;
}
.cart-footer-container .cart-options .checkout-attributes #checkout_attribute_label_1 .required {
  display: none;
}
.cart-footer-container .totals {
  text-align: right;
  flex-basis: 35.9%;
}

.selected-checkout-attributes {
  display: none;
}

#checkout_attribute_wrapper_2 {
  order: 2;
}
#checkout_attribute_wrapper_2 #checkout_attribute_input_2 textarea {
  min-height: 175px;
  width: 100%;
  padding: 20px;
  margin-top: 15px;
  resize: none;
  color: #000000;
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-family: "Arial", sans-serif;
  border: 2px solid #eeeeee;
}
#checkout_attribute_wrapper_2 #checkout_attribute_input_2 textarea::-moz-placeholder {
  color: #000000;
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-family: "Arial", sans-serif;
}
#checkout_attribute_wrapper_2 #checkout_attribute_input_2 textarea::placeholder {
  color: #000000;
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-family: "Arial", sans-serif;
}

#checkout_attribute_wrapper_1 {
  order: 1;
  background-color: #eeeeee;
  padding: 22px 38px;
}
#checkout_attribute_wrapper_1 .dl-container-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#checkout_attribute_wrapper_1 .dl-container-inner #checkout_attribute_input_1 {
  flex-grow: 1;
}
#checkout_attribute_wrapper_1 .dl-container-inner #checkout_attribute_input_1 .option-list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#checkout_attribute_wrapper_1 .dl-container-inner #checkout_attribute_input_1 .option-list li {
  margin: 0;
}
#checkout_attribute_wrapper_1 .dl-container-inner #checkout_attribute_input_1 .option-list li input[type=radio] {
  display: none;
}
#checkout_attribute_wrapper_1 .dl-container-inner #checkout_attribute_input_1 .option-list li input[type=radio] + label {
  padding-right: 30px;
  position: relative;
}
#checkout_attribute_wrapper_1 .dl-container-inner #checkout_attribute_input_1 .option-list li input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  aspect-ratio: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #929292;
  border-radius: 100%;
  background-color: #fff;
}
#checkout_attribute_wrapper_1 .dl-container-inner #checkout_attribute_input_1 .option-list li input[type=radio]:checked + label::before {
  background-color: #5e9401;
  box-shadow: inset 0 0 0 4px rgb(255, 255, 255);
}
#checkout_attribute_wrapper_1 .dl-container-inner #checkout_attribute_input_1 .option-list li label {
  color: #000000;
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
  font-size: clamp(0.6875rem, 1vw, 0.8125rem);
  font-weight: 500;
}

.total-info {
  margin: 0 0 0 auto;
  background-color: #eeeeee;
  padding: 20px 25px 0 0;
  margin-bottom: 15px;
}

.cart-total-right,
.cart-total-left {
  padding-bottom: 15px;
}

.cart-total {
  width: 80%;
  margin-left: auto;
}

.cart-total .cart-total-left {
  text-align: right;
  font-size: clamp(0.75rem, 1vw, 0.8125rem);
  font-weight: 500;
  color: black;
  font-family: Arial, sans-serif;
  padding-right: 10px;
  text-transform: uppercase;
}

.cart-total .cart-total-right {
  text-align: right;
  font-size: clamp(0.9375rem, 1vw, 1.25rem);
  font-weight: 700;
  color: #6b7178;
  font-family: Arial, sans-serif;
  width: 50%;
}

.checkout-buttons {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}

.continue-shopping-button-container {
  position: relative;
  background-color: #929292;
  display: flex;
  justify-content: space-between;
}
.continue-shopping-button-container .continue-shopping-button {
  padding: 15px;
  flex-grow: 1;
  color: #ffffff;
  text-align: center;
  font-size: clamp(0.75rem, 1vw, 1rem);
  font-weight: 500;
  font-family: Arial, sans-serif;
  cursor: pointer;
}
.continue-shopping-button-container img {
  position: absolute;
  top: 39%;
  left: 17px;
  transform: rotate(180deg);
}

.checkout-button-container {
  position: relative;
  background-color: #000000;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.checkout-button-container img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}
.checkout-button-container:hover {
  cursor: pointer;
}
.checkout-button-container .checkout-button {
  cursor: pointer;
  padding: 15px;
  flex-grow: 1;
  background-color: transparent;
  color: #fff;
  text-align: center;
  font-size: clamp(0.75rem, 1vw, 1rem);
  font-weight: 500;
  font-family: Arial, sans-serif;
  border: 0;
}

.terms-of-service {
  margin-top: 15px;
  display: flex;
  justify-content: end;
  align-items: center;
}
.terms-of-service input[type=checkbox] {
  display: none;
}
.terms-of-service input[type=checkbox] + label {
  padding-right: 30px;
  position: relative;
}
.terms-of-service input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  aspect-ratio: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #929292;
}
.terms-of-service input[type=checkbox]:checked + label::before {
  background-color: #000;
  box-shadow: inset 0 0 0 3px rgb(255, 255, 255);
}
.terms-of-service label {
  font-size: clamp(0.6875rem, 1vw, 0.8125rem);
  font-weight: 500;
  font-family: Arial, sans-serif;
  color: #000000;
}
.terms-of-service input {
  width: 20px;
  height: 20px;
  display: none;
}

label.td-title {
  display: none;
}

/***********billing-address-page  **********/
.billing-address-page .select-billing-address .title {
  margin: 0 0 clamp(20px, 8vw, 40px);
}
.billing-address-page .select-billing-address .title strong {
  color: #000000;
  font-size: clamp(1.0625rem, 1vw, 1.1875rem);
  font-weight: 700;
  font-family: Arial, sans-serif;
}

.global-checkout-box {
  display: inline-block;
  margin-right: 25px;
  border: 2px solid #eeeeee;
  max-width: 316px;
  max-height: 316px;
  width: 80%;
}
.global-checkout-box:last-child {
  margin-right: 0;
}
.global-checkout-box .address-item-title {
  background-color: #eee;
  padding-block: 15px;
}
.global-checkout-box .address-item-title h3 {
  color: #000000;
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-weight: 700;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}
.global-checkout-box .address-item-container {
  max-width: 306px;
  width: 97%;
  margin: 0 auto;
  padding-inline: 10px;
}
.global-checkout-box .select-billing-address-button,
.global-checkout-box .select-shipping-address-button {
  width: 100%;
  padding: clamp(10px, 4vw, 15px);
  background: black;
  color: white;
  border: 0;
  font-size: clamp(0.6875rem, 1vw, 0.8125rem);
  font-weight: 500;
  font-family: Arial, sans-serif;
}
.global-checkout-box .address-item-inner {
  padding-block: 13px;
}
.global-checkout-box .address-item-inner ul {
  margin-bottom: 30px;
}
.global-checkout-box .address-item-inner ul li {
  color: #000000;
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-weight: 500;
  font-family: Arial, sans-serif;
}
.global-checkout-box .address-item-inner .name {
  font-weight: 700;
  font-size: clamp(1.125rem, 1vw, 1.4375rem);
}

.new-billing-address .title {
  margin: 0 0 clamp(20px, 8vw, 40px);
}
.new-billing-address .title strong {
  font-size: clamp(1.0625rem, 1vw, 1.1875rem);
  font-weight: 700;
  font-family: Arial, sans-serif;
}

.enter-address {
  padding-inline: 15px;
}

.edit-address {
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.edit-address .inputs input,
.edit-address .inputs select,
.edit-address .select-inputs input,
.edit-address .select-inputs select {
  padding-bottom: 0;
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid #929292;
  border-radius: 0;
  font-size: clamp(0.8125rem, 1vw, 1rem);
  font-weight: 500;
  font-family: Arial, sans-serif;
  color: #000000;
}
.edit-address .inputs input::-moz-placeholder, .edit-address .inputs select::-moz-placeholder, .edit-address .select-inputs input::-moz-placeholder, .edit-address .select-inputs select::-moz-placeholder {
  font-size: clamp(0.8125rem, 1vw, 1rem);
  font-weight: 500;
  font-family: Arial, sans-serif;
  color: #000000;
}
.edit-address .inputs input::placeholder,
.edit-address .inputs select::placeholder,
.edit-address .select-inputs input::placeholder,
.edit-address .select-inputs select::placeholder {
  font-size: clamp(0.8125rem, 1vw, 1rem);
  font-weight: 500;
  font-family: Arial, sans-serif;
  color: #000000;
}
.edit-address .inputs label,
.edit-address .select-inputs label {
  display: none;
}

/***********END billing-address-page  **********/
/***********shipping-address-page  **********/
.shipping-address-page .select-shipping-address .title {
  margin: 0 0 clamp(20px, 8vw, 40px);
}
.shipping-address-page .select-shipping-address .title strong {
  color: #000000;
  font-size: clamp(1.0625rem, 1vw, 1.1875rem);
  font-weight: 700;
  font-family: Arial, sans-serif;
}

.new-shipping-address .title {
  margin: 0 0 clamp(20px, 8vw, 40px);
}
.new-shipping-address .title strong {
  font-size: clamp(1.0625rem, 1vw, 1.1875rem);
  font-weight: 700;
  font-family: Arial, sans-serif;
}

.pick-up-in-store-container {
  border: 2px solid #eeeeee;
  padding: 30px;
  margin-bottom: 70px;
}

.pick-up-in-store-inner-container {
  min-height: 80px;
  flex-wrap: wrap;
}

.pickup-in-store {
  flex-basis: 30%;
  min-width: 300px;
  margin: 0 !important;
  text-align: left;
}
.pickup-in-store label {
  font-size: clamp(1rem, 1vw, 1.25rem);
  font-weight: 700;
  font-family: Arial, sans-serif;
  color: #000000;
}
.pickup-in-store .description {
  display: none;
}
.pickup-in-store input[type=checkbox] {
  display: none;
}
.pickup-in-store input[type=checkbox] + label {
  padding-right: 30px;
  position: relative;
}
.pickup-in-store input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  aspect-ratio: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #929292;
  border-radius: 100%;
}
.pickup-in-store input[type=checkbox]:checked + label::before {
  background-color: #5e9401;
  box-shadow: inset 0 0 0 3px rgb(255, 255, 255);
}

.pickup-points {
  margin: 0 !important;
}
.pickup-points ul {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pickup-points ul li {
  margin: 0;
  margin-bottom: 5px;
  font-size: clamp(0.8125rem, 1vw, 1rem);
  font-weight: 500;
  font-family: Arial, sans-serif;
  color: #000000;
}
.pickup-points ul li:last-child {
  margin: 0;
}

.select-pickup-point-wrapper img {
  margin-right: 18px;
}

/***********END shipping-address-page  **********/
/***********shipping/payment-method-page  **********/
.shipping-method-page .method-list .method-list-item .method-name {
  padding-left: 90px;
}

.shipping-method-page .method-list,
.payment-method-page .method-list {
  max-width: 507px;
  width: 97%;
  margin: 0 auto;
  padding-inline: 10px;
}
.shipping-method-page .method-list li,
.payment-method-page .method-list li {
  border: 1px solid #eeeeee;
  padding: 20px;
  position: relative;
}
.shipping-method-page .method-list li:before,
.payment-method-page .method-list li:before {
  content: "";
  position: absolute;
  display: block;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.shipping-method-page .method-list li.courier:before,
.payment-method-page .method-list li.courier:before {
  background-image: url(../../images/Project/Checkout/delivery-method-1.svg);
  width: 60px;
  height: 40px;
}
.shipping-method-page .method-list li.metaforiki:before,
.payment-method-page .method-list li.metaforiki:before {
  background-image: url(../../images/Project/Checkout/delivery-method-0.svg);
  width: 60px;
  height: 40px;
}
.shipping-method-page .method-list li.metaforiki-pelati:before,
.payment-method-page .method-list li.metaforiki-pelati:before {
  background-image: url(../../images/Project/Checkout/delivery-method-0.svg);
  width: 60px;
  height: 40px;
}
.shipping-method-page .method-list li.elta-courier:before,
.payment-method-page .method-list li.elta-courier:before {
  background-image: url(../../images/Project/Checkout/delivery-method-1.svg);
  width: 60px;
  height: 40px;
}
.shipping-method-page .method-list li.other:before,
.payment-method-page .method-list li.other:before {
  background-image: url(../../images/Project/Checkout/delivery-method-2.svg);
  width: 40px;
  height: 50px;
}
.shipping-method-page .method-list li.selected,
.payment-method-page .method-list li.selected {
  border: 2px solid #000000;
}
.shipping-method-page .method-list li input,
.payment-method-page .method-list li input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.shipping-method-page .method-list li input:hover,
.payment-method-page .method-list li input:hover {
  cursor: pointer;
}
.shipping-method-page .method-list li img,
.payment-method-page .method-list li img {
  margin-right: clamp(5px, 1.2vw, 20px);
}
.shipping-method-page .method-list li .method-name,
.payment-method-page .method-list li .method-name {
  text-align: left;
  font-family: Arial, sans-serif;
  color: #000000;
}
.shipping-method-page .method-list li .method-name label,
.payment-method-page .method-list li .method-name label {
  font-size: clamp(0.8125rem, 1vw, 1rem);
  font-weight: 700;
}
.shipping-method-page .method-list li .method-name .method-description,
.shipping-method-page .method-list li .method-name .payment-description,
.payment-method-page .method-list li .method-name .method-description,
.payment-method-page .method-list li .method-name .payment-description {
  font-size: clamp(0.625rem, 1vw, 0.8125rem);
  font-weight: 500;
  margin-top: 7px;
}
.shipping-method-page .method-list li.checked,
.payment-method-page .method-list li.checked {
  border: 1px solid #000000;
}

.shipping-method-next-step-button-container,
.payment-method-next-step-button-container,
.payment-info-next-step-button-container,
.confirm-button-container {
  position: relative;
  width: 40%;
  min-width: 250px;
  margin: 30px auto 0;
}
.shipping-method-next-step-button-container:hover,
.payment-method-next-step-button-container:hover,
.payment-info-next-step-button-container:hover,
.confirm-button-container:hover {
  background-color: #929292;
}
.shipping-method-next-step-button-container img,
.payment-method-next-step-button-container img,
.payment-info-next-step-button-container img,
.confirm-button-container img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}

.payment-details {
  max-width: 360px;
}

/***********END shipping/payment-method-page  **********/
/***********payment-info-page **********/
.payment-info-grid-top {
  margin-bottom: 110px;
}
.payment-info-grid-top h3 {
  font-family: Arial, sans-serif;
  color: black;
  font-size: clamp(0.9375rem, 1vw, 1.1875rem);
  margin-bottom: 30px;
  font-weight: 700;
}
.payment-info-grid-top p {
  font-family: Arial, sans-serif;
  color: black;
  font-size: clamp(0.8125rem, 1vw, 1rem);
  margin-bottom: 0;
  font-weight: 500;
  line-height: 25px;
}

.payment-info-grid-bottom-container h3 {
  font-family: Arial, sans-serif;
  color: black;
  font-size: clamp(0.8125rem, 1vw, 1rem);
  margin-bottom: 45px;
  font-weight: 700;
}

.payment-info-grid-inner-container {
  grid-template-columns: repeat(auto-fill, minmax(clamp(340px, 39vw, 400px), 1fr));
  gap: 15px;
}

.payment-info-grid-item {
  border: 2px solid #eee;
  padding: 9px;
}

.payment-info-grid-item-inner {
  gap: 25px;
}

.payment-info-grid-item-left {
  background-color: #f3f3f3;
  flex-basis: 34.21%;
  position: relative;
}
.payment-info-grid-item-left::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.payment-info-grid-item-left img {
  -o-object-fit: none;
     object-fit: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  mix-blend-mode: multiply;
  border: 0;
}

.payment-info-grid-item-right {
  flex-basis: 63.96%;
  text-align: left;
}
.payment-info-grid-item-right h4 {
  border-bottom: 2px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 15px;
  font-family: Arial, sans-serif;
  color: black;
  font-size: clamp(0.9375rem, 1vw, 1.1875rem);
  font-weight: 500;
  text-transform: uppercase;
}
.payment-info-grid-item-right ul li {
  margin: 0;
  margin-bottom: 5px;
  font-family: Arial, sans-serif;
  color: black;
  font-size: clamp(0.8125rem, 1vw, 0.875rem);
}
.payment-info-grid-item-right ul li:last-child {
  margin: 0;
}
.payment-info-grid-item-right ul li strong {
  font-weight: 500;
  font-family: Arial, sans-serif;
  color: black;
  font-size: clamp(0.8125rem, 1vw, 1rem);
}

/***********END payment-info-page  **********/
/***********order-confirm-page **********/
.order-confirm-page .order-review-data {
  display: grid;
  max-width: 745px;
  margin: clamp(25px, 5vw, 50px) auto;
  text-align: center;
  grid-template-columns: repeat(auto-fill, minmax(clamp(280px, 18vw, 360px), 1fr));
  grid-gap: clamp(10px, 4vw, 24px);
}
.order-confirm-page .order-review-data .billing-info-wrap > div:first-child,
.order-confirm-page .order-review-data .shipping-info-wrap > div:first-child {
  border: 2px solid #eeeeee;
  margin-bottom: 30px;
}
.order-confirm-page .order-review-data .billing-info-wrap > div:first-child .title strong,
.order-confirm-page .order-review-data .shipping-info-wrap > div:first-child .title strong {
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  color: black;
}
.order-confirm-page .order-review-data .billing-info-wrap > div:first-child .title img,
.order-confirm-page .order-review-data .shipping-info-wrap > div:first-child .title img {
  display: block;
  margin: 0 auto 18px;
}
.order-confirm-page .order-review-data .billing-info-wrap > div:first-child .info-list,
.order-confirm-page .order-review-data .shipping-info-wrap > div:first-child .info-list {
  padding-block: clamp(20px, 4vw, 40px);
  min-height: 270px;
}
.order-confirm-page .order-review-data .billing-info-wrap > div:first-child .info-list li,
.order-confirm-page .order-review-data .shipping-info-wrap > div:first-child .info-list li {
  font-family: "Arial", sans-serif;
  color: black;
  font-size: clamp(0.8125rem, 1vw, 1rem);
}
.order-confirm-page .order-review-data .billing-info-wrap > div:first-child .info-list li.name,
.order-confirm-page .order-review-data .shipping-info-wrap > div:first-child .info-list li.name {
  font-weight: 700;
  font-size: clamp(0.9375rem, 1vw, 1.1875rem);
}
.order-confirm-page .order-review-data .billing-info-wrap > div:last-child,
.order-confirm-page .order-review-data .shipping-info-wrap > div:last-child {
  border: 2px solid #eeeeee;
}
.order-confirm-page .order-review-data .billing-info-wrap > div:last-child .info-list,
.order-confirm-page .order-review-data .shipping-info-wrap > div:last-child .info-list {
  padding-top: clamp(10px, 1vw, 20px);
}
.order-confirm-page .order-review-data .billing-info-wrap > div:last-child .info-list span,
.order-confirm-page .order-review-data .shipping-info-wrap > div:last-child .info-list span {
  display: block;
  font-family: "Arial", sans-serif;
  padding-bottom: 10px;
  color: black;
}
.order-confirm-page .order-review-data .billing-info-wrap > div:last-child .info-list span.label,
.order-confirm-page .order-review-data .shipping-info-wrap > div:last-child .info-list span.label {
  font-size: clamp(0.8125rem, 1vw, 1rem);
}
.order-confirm-page .order-review-data > div {
  width: 100%;
}
.order-confirm-page .order-review-data .title {
  text-align: center;
  padding-block: 21px 15px;
  background-color: #eeeeee;
  margin: 0;
}

.payment-method-info .title,
.shipping-method-info .title {
  display: none;
}

/***********END order-confirm-page  **********/
/***********order-completed-page **********/
.order-completed-page .checkout-data .order-completed .title img {
  display: block;
  margin: 0 auto;
}
.order-completed-page .checkout-data .order-completed .title strong {
  display: block;
  margin-top: 50px;
}
.order-completed-page .checkout-data .order-completed .title P {
  max-width: 630px;
  margin: 0 auto;
  margin-top: 26px;
  font-family: "Arial", sans-serif;
  padding-bottom: 10px;
  color: black;
  font-size: clamp(0.8125rem, 1vw, 1rem);
  text-align: center;
}
.order-completed-page .checkout-data .order-completed .details {
  display: none;
}

/***********END order-completed-page **********/
/*********** Wishlist **********/
.wishlist-page .page-title {
  margin: 0;
}
.wishlist-page .page-title h2,
.wishlist-page .page-title h1 {
  color: #000;
}
.wishlist-page .no-data {
  font-size: clamp(1rem, 1vw, 1.1875rem);
  font-family: "Arial", sans-serif;
  color: black;
}

.share-info {
  display: none;
}

.wishlist-content .update-wishlist-button,
.wishlist-content .wishlist-add-to-cart-button {
  display: none;
}
.wishlist-content .add-to-cart input {
  display: none;
}
.wishlist-content .add-to-cart .td-title {
  display: block;
  margin: 0 auto;
  background-image: url(/Themes/RDC/Content/images/Project/General/cart-icon-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
}

/***********END Wishlist **********/
/***********Custom Contact Topic **********/
.topic-page-contact-wrapper {
  padding-top: clamp(40px, 5vw, 90px);
}
.topic-page-contact-wrapper .topic-page-contact-title-inner h1,
.topic-page-contact-wrapper .topic-page-contact-title-inner h2 {
  color: #000;
}

.topic-page-contact-up-wrapper {
  max-width: 507px;
  padding: 0 10px;
  margin: 0 auto;
  width: 97%;
}

.topic-page-contact-info-container {
  max-width: 800px;
  padding: 0 10px;
  margin: 0 auto;
  width: 97%;
}

.topic-page-contact-map-wrapper {
  max-width: 1520px;
  padding: 0 10px;
  margin: 0 auto;
  width: 97%;
}

.topic-page-contact-down-wrapper {
  padding: 20px 0 120px;
}

.topic-page-contact-map-container {
  position: relative;
  padding-top: 800px;
}

.location-iframe {
  filter: grayscale(1);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.buttons .save-customer-info-button {
  width: 100%;
  font-family: "Arial", sans-serif;
  color: #fff;
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: clamp(1.25rem, 1.5vw, 1.375rem);
  background-color: black;
  border: 1px solid;
  padding: 15px;
}

.customer-info-page .validation-summary-errors li {
  color: #eb6161;
}
.customer-info-page .inputs label {
  display: none;
}
.customer-info-page .inputs input {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #929292;
  padding-bottom: 0;
  padding-left: 0;
  color: #929292;
  font-family: Arial, sans-serif;
  font-size: clamp(0.75rem, 1vw, 1rem);
}
.customer-info-page .inputs input::-moz-placeholder {
  font-family: Arial, sans-serif;
  font-size: clamp(0.75rem, 1vw, 1rem);
  color: #929292;
}
.customer-info-page .inputs input::placeholder {
  font-family: Arial, sans-serif;
  font-size: clamp(0.75rem, 1vw, 1rem);
  color: #929292;
}

.topic-page-contact-title {
  padding-bottom: 0 !important;
}
.topic-page-contact-title .topic-page-contact-title-inner h2 {
  text-align: center;
}

.topic-page-contact-list {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 !important;
}
.topic-page-contact-list img {
  width: 28px;
  height: 28px;
  display: block;
  background-color: black;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100%;
  padding: 5px;
  margin-right: 5px;
}
.topic-page-contact-list li p {
  margin: 0;
}
.topic-page-contact-list li p,
.topic-page-contact-list li a {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: clamp(0.9375rem, 1vw, 1.1875rem);
  color: #000000;
}

/***********END Custom Contact Topic **********/
/***********END ORDER PROGRESS  **********/
@media all and (min-width: 1025px) {
  .cart td {
    min-width: 50px;
    width: 10%;
    padding: 20px 10px;
    text-align: center;
  }
}
@media all and (max-width: 1000px) {
  /*** GLOBAL TABLES ***/
  .order-progress-list {
    justify-content: center;
  }
  .order-progress-list li {
    margin-right: 25px;
  }
  .table-wrapper tbody tr td {
    height: 70px;
  }
  .table-wrapper tbody tr td.product-picture {
    height: 150px;
  }
  label.td-title {
    display: block;
  }
  .table-wrapper {
    padding-bottom: 20px;
  }
  .table-wrapper tbody tr:last-child {
    border: 2px solid #eeeeee;
  }
  .cart {
    display: block;
  }
  .cart colgroup,
  .cart thead {
    display: none;
  }
  .cart tbody {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(auto-fill, minmax(clamp(280px, 34vw, 500px), 1fr));
    grid-gap: clamp(15px, 2.5vw, 40px) clamp(15px, 2.5vw, 30px);
  }
  .cart tr {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
  }
  .cart td {
    display: block;
    border: none;
    padding: 10px;
  }
  .cart td.remove-from-cart {
    border-bottom: 1px solid #ddd;
    padding: 10px;
  }
  .cart td.product-picture {
    border-top: 1px solid #ddd;
    padding: 15px 10px 5px;
  }
  .cart td.product {
    min-width: 0;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px 15px;
    text-align: center;
  }
  .cart td.quantity {
    display: block;
    padding: 0 10px;
    vertical-align: middle;
  }
  .cart td.unit-price,
  .cart td.subtotal {
    display: block;
    padding: 20px 10px;
    vertical-align: middle;
  }
  .order-details-page .data-table {
    display: block;
  }
  .order-details-page .data-table colgroup,
  .order-details-page .data-table thead {
    display: none;
  }
  .order-details-page .data-table tbody {
    display: block;
    overflow: hidden;
  }
  .order-details-page .data-table tr {
    display: block;
    float: left;
    width: 100%;
    margin: 40px 0 0;
    border: 1px solid #ddd;
  }
  .order-details-page .data-table td {
    display: block;
    border: none;
    padding: 10px;
  }
  .order-details-page .data-table td.product,
  .order-details-page .data-table td.tracking-number {
    min-width: 0;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px 15px;
    text-align: center;
  }
}
@media all and (min-width: 769px) {
  /**** GENERAL STYLES ***/
  .desktop-grid-container {
    display: grid;
  }
  /**** GLOBAL TABLES ***/
  .order-details-page .data-table tr {
    width: 31.33333%;
    margin: 40px 1% 0;
  }
  .order-details-page .data-table tr:nth-child(2n+1) {
    clear: none;
  }
  .order-details-page .data-table tr:nth-child(3n+1) {
    clear: both;
  }
}
/********** FOOTABLE CUSTOM CSS **********/
.footable label {
  display: none;
}

.footable-first-column {
  text-align: center;
  position: relative;
}

.footable-first-column .item-count {
  font-size: 13px !important;
  display: block;
  width: 35px;
  height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.footable-row-detail {
  text-align: left;
}

.footable-row-detail-cell {
  text-align: left !important;
}

.footable td.message,
.footable td.product,
.footable td.name {
  font-size: 13px;
  letter-spacing: 1.5px;
}

.footable td.date {
  width: 190px;
}

.footable td.product .attributes {
  text-transform: none;
}

/* toggle style change */
.footable-toggle {
  background: #fff url("../../img/table-plus.png") no-repeat center;
}

.footable-detail-show .footable-toggle {
  background: #fff url("../../img/table-minus.png") no-repeat center;
}

.footable-toggle:before {
  display: none !important;
}

/*Nice select*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #e6dfcc;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: normal;
  height: 30px;
  outline: none;
  padding: 0 12px 0 0px;
  position: relative;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: var(--clr-title-secondary);
  font-weight: 900;
  min-width: 35px;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.nice-select:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/Themes/RDC/Content/images/Project/General/cevron-bottom-black.svg);
  width: 10px;
  height: 5px;
  right: 0;
  transition: all 0.15s ease-in-out;
}

.nice-select.open:after {
  transform: rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 28px;
  list-style: none;
  min-height: 28px;
  outline: none;
  padding: 0 5px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  margin: 0;
  font-size: 0.8125rem;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(9px, 1vw, 12px);
  height: clamp(15px, 1.4vw, 19px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.owl-prev:hover,
.owl-next:hover {
  opacity: 0.8;
}

.owl-nav.disabled {
  display: none;
}

.owl-prev {
  background-image: url(/Themes/RDC/Content/images/Project/General/owl-prev.svg);
  left: 0;
}

.owl-next {
  background-image: url(/Themes/RDC/Content/images/Project/General/owl-next.svg);
  right: 0;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/*** PAGER ***/
.pager {
  margin: 25px 0 0;
}

.pager ul {
  text-align: right;
  font-size: 0;
}

.pager li {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px;
}

.pager li a,
.pager li span {
  display: flex;
  min-width: 21px;
  padding: 4px;
  font-size: clamp(0.6875rem, 1.8vw, 0.8125rem);
  line-height: clamp(1.1875rem, 2vw, 1.5625rem);
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 700;
  color: #b0b1b2;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
}

.pager li span {
  color: #fe0173;
}

.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  color: #b0b1b2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px;
}

.pager li.previous-page *:hover,
.pager li.next-page *:hover,
.pager li.first-page *:hover,
.pager li.last-page *:hover {
  opacity: 0.6;
}

.pager li.previous-page * {
  background-image: url(/Themes/RDC/Content/images/Project/General/right-pager.svg);
  transform: rotate(180deg);
  background-size: auto;
}

.pager li.next-page * {
  background-image: url(/Themes/RDC/Content/images/Project/General/right-pager.svg);
  background-size: auto;
}

.pager li.first-page {
  display: none;
}

.pager li.last-page {
  display: none;
}

.pager li a:hover,
.pager li.current-page span {
  color: var(--clr-third);
}

/*** END PAGER ***/
/* Home Page Tabs Loader */
.loader,
.loader:before,
.loader:after {
  background: #0177be;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader:before {
  left: -1.5em;
  animation-delay: -0.32s;
}

.loader {
  display: block;
  text-indent: -9999em;
  margin: 15em auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader:after {
  left: 1.5em;
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0 #888;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #888;
    height: 5em;
  }
}
.wizards .footer-blocks-holder a {
  float: right;
  font-size: 30px;
  color: var(--clr-title-secondary);
  margin-top: 20px;
}

.clear {
  clear: right;
}

.model p {
  display: block;
  float: right;
  text-align: left;
  font-size: 24px;
  line-height: 40px;
  margin-top: 15px;
}

.wizards input {
  float: right;
  width: 93%;
  margin-right: 6%;
  margin-top: 15px;
}

.newsletter-validation {
  position: absolute;
  right: 0;
  bottom: -70px;
  left: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  font-size: 0.6875rem;
  line-height: 1.125rem;
  text-align: left;
  color: var(--clr-dark-gray);
  max-width: 440px;
  margin: 0 auto;
}

.newsletter-result {
  text-align: center;
  width: 100%;
  overflow: hidden;
  font-size: clamp(0.5625rem, 1vw, 0.6875rem);
  line-height: 0.9375rem;
  color: black;
  max-width: 440px;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
}

.newsletter-validation .please-wait {
  display: none !important;
}

.clearfix {
  clear: both;
  width: 100%;
  display: inline-block;
}

.section {
  margin: 0 0 89px;
}

.fieldset .title,
.section .title {
  margin: 0 0 clamp(20px, 8vw, 55px);
  color: var(--clr-title-secondary);
  font-size: clamp(0.9375rem, 1vw, 1.125rem);
  line-height: clamp(1.375rem, 1.5vw, 1.625rem);
}
.fieldset .title strong,
.section .title strong {
  color: #000000;
  font-weight: 700;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.category-description ul li,
.category-description ol li,
.manufacturer-description ul li,
.manufacturer-description ol li,
.full-description ul li,
.full-description ol li,
.topic-block ul li,
.topic-block ol li,
.topic-page ul li,
.topic-page ol li {
  font-size: clamp(0.8rem, 1vw, 1rem);
  line-height: clamp(0.9375rem, 1.4vw, 1.5rem);
  margin: 0 0 clamp(10px, 2vw, 25px);
  text-align: left;
  color: #000;
  font-weight: 400;
}
.category-description p strong,
.manufacturer-description p strong,
.full-description p strong,
.topic-block p strong,
.topic-page p strong,
.category-description ul li strong,
.category-description ol li strong,
.manufacturer-description ul li strong,
.manufacturer-description ol li strong,
.full-description ul li strong,
.full-description ol li strong,
.topic-block ul li strong,
.topic-block ol li strong,
.topic-page ul li strong,
.topic-page ol li strong {
  color: var(--clr-dark-gray);
  font-weight: 700;
}

.topic-page h2,
.topic-page h3,
.topic-page h4,
.topic-page h5 {
  color: var(--clr-third);
  font-weight: 700;
  text-align: left;
  margin: 0 0 clamp(7px, 1vw, 15px);
}
.topic-page h2 {
  font-size: clamp(1.25rem, 1.5vw, 1.5625rem);
  line-height: clamp(1.5rem, 1.5vw, 1.9375rem);
}
.topic-page h3,
.topic-page h4 {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: clamp(1.1875rem, 1.5vw, 1.5rem);
}
.topic-page h5 {
  font-size: clamp(0.8rem, 1vw, 1rem);
  line-height: clamp(0.9375rem, 1.5vw, 1.1875rem);
}

.block {
  float: none;
  width: auto;
  margin: 0 0 16px;
}
.block .title {
  margin: 0;
  border: 0;
  background: none;
  cursor: auto;
  padding: 10px 0;
}
.block .title strong {
  font-weight: 700;
  color: var(--clr-title-secondary);
  text-transform: uppercase;
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: clamp(1.1875rem, 1.5vw, 1.3125rem);
}
.block .listbox {
  display: block;
  border-bottom: none;
}
.block .sublist .sublist .sublist {
  display: none;
}
.block .list > li {
  text-transform: uppercase;
}
.block .list > li a {
  color: #212121;
  text-transform: initial;
}
.block a.product-picture {
  display: inline-block;
  position: relative;
  width: 30%;
  margin: 0 0 0 -15px;
  vertical-align: middle;
}

/*********** NOTIFICATIONS & POPUPS  ***********/
.bar-notification.success {
  background-color: #4bb07a;
}

.bar-notification.error {
  background-color: #e4444c;
}

.bar-notification.warning {
  background-color: #f39c12;
}

.bar-notification .content {
  margin: 0 10px 0 0;
}

.bar-notification .content a {
  color: #fff;
  text-decoration: underline;
}

.bar-notification .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  margin: 7px;
  background: #fff url("/Themes/RDC/Content/images/close.png") center no-repeat;
  cursor: pointer;
}

.noscript {
  border-bottom: 1px solid #333;
  background-color: #ff9;
  padding: 30px 15px;
  text-align: center;
  line-height: 22px;
  color: #444;
}

.ajax-loading-block-window {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url("/Themes/RDC/Content/images/loading.gif") center no-repeat;
}

.please-wait {
  background: url("/Themes/RDC/Content/images/ajax-loader-small.gif") no-repeat;
  padding-left: 20px;
  font-size: 14px;
}

.ui-dialog {
  max-width: 90%;
  border: 1px solid #ddd;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
}

.ui-dialog:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.ui-dialog-titlebar {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background-color: #eee;
  padding: 10px 15px;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-width: 0 0 1px;
  border-radius: 0;
  background-image: none;
  padding: 10px 15px !important;
  font-weight: normal;
  cursor: auto !important;
  width: 100%;
  border: 0 !important;
  border-radius: 0 !important;
}

.ui-dialog-titlebar > span {
  float: left;
  font-size: 18px;
  color: #444;
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important;
}

.ui-dialog-titlebar button {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  border: none;
  overflow: hidden;
  background: url("/Themes/RDC/Content/images/close.png") center no-repeat;
  font-size: 0;
  /*override jQuery UI styles, do not delete doubled properties*/
  top: 0 !important;
  right: 0 !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0;
  background: url("/Themes/RDC/Content/images/close.png") center no-repeat !important;
  padding: 0 !important;
}

.ui-dialog-titlebar button span {
  display: none !important;
}

.ui-dialog-content {
  padding: 15px;
  line-height: 20px;
  /*override jQuery UI styles, do not delete doubled properties*/
  background-color: #fff !important;
  padding: 15px 15px 20px 15px !important;
  color: #777;
}

.ui-dialog-content .page {
  min-height: 0;
}

.ui-dialog-content .page-title {
  min-height: 0;
  margin: 0 0 15px;
  padding: 0px 10px 10px 10px;
  text-align: center;
}

.ui-dialog-content .page-title h1 {
  font-size: 24px;
  line-height: 30px;
}

.ui-dialog-content .back-in-stock-subscription-page {
  text-align: center;
}

.ui-dialog-content .back-in-stock-subscription-page .tooltip {
  margin-bottom: 10px;
}

.ui-dialog-content .back-in-stock-subscription-page .button-1 {
  border: none;
  background-color: #00abc8;
  padding: 10px 15px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.ui-dialog-content .back-in-stock-subscription-page .button-1:hover {
  background-color: #248ece;
}

.eu-cookie-bar-notification .text {
  margin-bottom: 20px;
  line-height: 20px;
}

.eu-cookie-bar-notification button {
  min-width: 60px;
  margin: 5px 0 10px;
  border: none;
  background-color: #00abc8;
  padding: 8px 12px;
  font-size: 14px;
  color: #fff;
}

.eu-cookie-bar-notification button:hover {
  background-color: #248ece;
}

.eu-cookie-bar-notification a {
  display: block;
  color: #4ab2f1;
}

#terms-of-service-warning-box {
  width: 100% !important;
}

/*** JQUERY UI ***/
.ui-datepicker {
  width: 280px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  text-align: center;
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #777;
}

.ui-datepicker-header {
  position: relative;
  height: 32px;
  background-color: #00abc8;
  color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  background-image: none;
  padding: 0 !important;
  font-weight: normal;
}

.ui-datepicker-header a {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 0;
  /*override jQuery UI styles, do not delete doubled properties*/
  top: 0 !important;
  width: 32px !important;
  height: 32px !important;
  border: none !important;
}

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("/Themes/RDC/Content/images/calendar-prev.png") center no-repeat;
}

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("/Themes/RDC/Content/images/calendar-next.png") center no-repeat;
}

.ui-datepicker-header a span {
  /*override jQuery UI styles, do not delete doubled properties*/
  display: none !important;
}

.ui-datepicker-title {
  position: relative;
  z-index: 0;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
  /*override jQuery UI styles, do not delete doubled properties*/
  line-height: 32px !important;
}

.ui-datepicker-calendar {
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important;
  font-size: 14px !important;
}

.ui-datepicker-calendar th {
  background-color: #93c8ea;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  width: 14.285%;
  border: 1px solid #ddd;
  /*override jQuery UI styles, do not delete doubled properties*/
  padding: 0;
}

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
  display: block;
  min-height: 32px;
  line-height: 32px;
  color: #444;
}

.ui-datepicker-calendar td a {
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none !important;
  background: none !important;
  padding: 0;
  text-align: center;
  color: #444 !important;
}

.ui-datepicker-calendar .ui-state-active {
  outline: 2px solid #4ab2f1;
  font-weight: bold;
  color: #4ab2f1;
  /*override jQuery UI styles, do not delete doubled properties*/
  color: #4ab2f1 !important;
}

/* jQuery tabs */
.ui-tabs {
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #777;
}

.ui-tabs-nav {
  border-bottom: 0;
  overflow: hidden;
  font-size: 0;
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important;
  border-width: 0;
  border-radius: 0;
  background: none;
  padding: 0 !important;
}

.ui-tabs-nav li {
  margin: 0 0 -1px;
  /*override jQuery UI styles, do not delete doubled properties*/
  float: none !important;
  margin: 0 0 -1px !important;
  border: none !important;
  border-radius: 0;
  background: none !important;
}

.ui-tabs-panel {
  /*override jQuery UI styles, do not delete doubled properties*/
  padding: 0 !important;
}

/*********** SIDE COLUMN ***********/
.block {
  margin: auto;
  text-align: left;
}

.block .title {
  position: relative;
  margin: 0 0 10px;
  color: #444;
  cursor: pointer;
}

.block .title strong {
  font-weight: normal;
}

.block .listbox {
  display: none;
  padding: 10px 5px;
}

.block .list a {
  display: inline-block;
  position: relative;
  padding: 5px 0;
  font-size: 16px;
  color: #444;
}

.block a.product-picture {
  display: none;
}

.block a.product-picture:before {
  display: none;
}

.block .sublist {
  margin: 15px 0 5px;
}

.block .sublist a {
  font-size: 14px;
}

.block .view-all {
  margin: 10px 0 0;
}

.block .view-all a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  color: #4ab2f1;
}

.block .view-all a:hover {
  text-decoration: underline;
}

.block .tags ul {
  font-size: 0;
}

/*********** MEDIA **********/
@media all and (min-width: 481px) {
  /*** HEADER ***/
  .ui-autocomplete {
    width: 280px !important;
  }
  .ui-autocomplete img {
    display: inline;
  }
  /*** FORUM & PROFILE ***/
  .ui-tabs-nav li {
    display: inline-block;
    min-width: 150px;
    margin: 0 0 -1px;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 0 -1px !important;
  }
}
@media (min-width: 768px) {
  .grid-container-768 {
    display: grid;
  }
  .flex-row-768 {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  /*********** BUTTONS  ***********/
  /*********** END  BUTTONS  ***********/
  .flex-row-769 {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .block a.product-name {
    vertical-align: middle;
  }
  .block a.product-picture + a.product-name {
    width: 70%;
  }
  .block a.product-picture + a.product-name:before {
    display: none;
  }
}
@media (min-width: 1024px) {
  /*********** BUTTONS  ***********/
  /*********** END  BUTTONS  ***********/
  .flex-row-1024 {
    flex-direction: row;
  }
}
@media (min-width: 1025px) {
  .flex-row-1025 {
    flex-direction: row;
  }
  .back-to-top {
    right: 41px;
    width: 40px;
    height: 40px;
  }
  .back-to-top.is-visible {
    bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .account-list-open .back-to-top {
    z-index: 2;
  }
}
@media (max-width: 646px) {
  .order-confirm-page .order-review-data .billing-info-wrap > div:first-child .info-list,
  .order-confirm-page .order-review-data .shipping-info-wrap > div:first-child .info-list {
    min-height: auto;
  }
  .global-checkout-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .topic-page-contact-list {
    display: block;
  }
  .topic-page-contact-list li {
    justify-content: center;
  }
  .edit-address {
    display: block;
  }
  .eu-cookie-bar-notification {
    padding: 20px 15px;
  }
  .eu-cookie-bar-notification button,
  .eu-cookie-bar-notification a {
    display: block;
    margin: 0 auto 10px;
    max-width: 210px;
  }
  .eu-cookie-bar-notification .text {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
@media (max-width: 800px) {
  .pick-up-in-store-inner-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 120px;
  }
}
@media (max-width: 380px) {
  body.cart-open {
    margin-left: -320px;
    margin-right: 320px;
  }
}/*# sourceMappingURL=global.css.map */