/*********** COLORS **********/
* {
  --background-gray: #e4e4e4;
  --title-gray: #434343;
  --text-gray: #909090;
  --mid-gray: #c8c8c8;
  --light-gray: #f4f4f4;
  --dark-gray: #707070;
  --border-gray: #d3d3d3;
  --primary-pantone: #002f87;
  --facebook-blue: #034ea2;
  --google-red: #ea4235;
  --orange-color: #ff7e00;
  --background-white: #ffffff;
  --font--renogare-soft-regular: "roboto-bold";
  --font--open-sans-light: "Open-Sans-Light";
  --font--open-sans-regular: "Open-Sans-Regular";
  --font--open-sans-semibold: "Open-Sans-SemiBold";
  --font--open-sans-bold: "Open-Sans-Bold";
  --font--roboto-condensed-bold: "RobotoCondensed-Bold";
}

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  20%,
  80% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  30%,
  50%,
  70% {
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }

  40%,
  60% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}

@-moz-keyframes shake {
  10%,
  90% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  20%,
  80% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  30%,
  50%,
  70% {
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }

  40%,
  60% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}

@keyframes shake {
  10%,
  90% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  20%,
  80% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  30%,
  50%,
  70% {
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }

  40%,
  60% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}

@-webkit-keyframes swiping {
  30%,
  70% {
    -webkit-transform: rotate(-70deg);
    -ms-transform: rotate(-70deg);
    transform: rotate(-70deg);
  }

  60%,
  100% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@-moz-keyframes swiping {
  30%,
  70% {
    -webkit-transform: rotate(-70deg);
    -ms-transform: rotate(-70deg);
    transform: rotate(-70deg);
  }

  60%,
  100% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@keyframes swiping {
  30%,
  70% {
    -webkit-transform: rotate(-70deg);
    -ms-transform: rotate(-70deg);
    transform: rotate(-70deg);
  }

  60%,
  100% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@-webkit-keyframes widthplay {
  30% {
    width: 55%;
    opacity: 0.2;
  }

  65% {
    width: 50%;
    opacity: 0.6;
  }

  100% {
    width: 100%;
    opacity: 0.4;
  }
}

@-moz-keyframes widthplay {
  30% {
    width: 55%;
    opacity: 0.2;
  }

  65% {
    width: 50%;
    opacity: 0.6;
  }

  100% {
    width: 100%;
    opacity: 0.4;
  }
}

@keyframes widthplay {
  30% {
    width: 55%;
    opacity: 0.2;
  }

  65% {
    width: 50%;
    opacity: 0.6;
  }

  100% {
    width: 100%;
    opacity: 0.4;
  }
}

@-webkit-keyframes updating {
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-moz-keyframes updating {
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes updating {
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes emailing {
  0% {
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes emailing {
  0% {
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes emailing {
  0% {
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes stars {
  0% {
    -webkit-transform: scale(0.8) rotate(-15deg);
    -ms-transform: scale(0.8) rotate(-15deg);
    transform: scale(0.8) rotate(-15deg);
  }

  25% {
    -webkit-transform: scale(0.8) rotate(15deg);
    -ms-transform: scale(0.8) rotate(15deg);
    transform: scale(0.8) rotate(15deg);
  }

  40% {
    -webkit-transform: scale(1.2) rotate(0deg);
    -ms-transform: scale(1.2) rotate(0deg);
    transform: scale(1.2) rotate(0deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}

@-moz-keyframes stars {
  0% {
    -webkit-transform: scale(0.8) rotate(-15deg);
    -ms-transform: scale(0.8) rotate(-15deg);
    transform: scale(0.8) rotate(-15deg);
  }

  25% {
    -webkit-transform: scale(0.8) rotate(15deg);
    -ms-transform: scale(0.8) rotate(15deg);
    transform: scale(0.8) rotate(15deg);
  }

  40% {
    -webkit-transform: scale(1.2) rotate(0deg);
    -ms-transform: scale(1.2) rotate(0deg);
    transform: scale(1.2) rotate(0deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}

@keyframes stars {
  0% {
    -webkit-transform: scale(0.8) rotate(-15deg);
    -ms-transform: scale(0.8) rotate(-15deg);
    transform: scale(0.8) rotate(-15deg);
  }

  25% {
    -webkit-transform: scale(0.8) rotate(15deg);
    -ms-transform: scale(0.8) rotate(15deg);
    transform: scale(0.8) rotate(15deg);
  }

  40% {
    -webkit-transform: scale(1.2) rotate(0deg);
    -ms-transform: scale(1.2) rotate(0deg);
    transform: scale(1.2) rotate(0deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}

@-webkit-keyframes loader {
  0% {
    border-width: 3px;
  }

  15% {
    opacity: 1;
  }

  100% {
    border-width: 3px;
    opacity: 0;
    width: 50px;
    height: 50px;
  }
}

@-moz-keyframes loader {
  0% {
    border-width: 3px;
  }

  15% {
    opacity: 1;
  }

  100% {
    border-width: 3px;
    opacity: 0;
    width: 50px;
    height: 50px;
  }
}

@keyframes loader {
  0% {
    border-width: 3px;
  }

  15% {
    opacity: 1;
  }

  100% {
    border-width: 3px;
    opacity: 0;
    width: 50px;
    height: 50px;
  }
}

/*********** CSS RESET **********/

* {
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
}

*:before,
*:after {
  font-family: "emporium-icons";
  box-sizing: border-box;
}

html {
  margin: 0 !important;
  -webkit-text-size-adjust: none;
  overflow: hidden;
  overflow-y: auto;
}

ol,
ul {
  list-style: none;
}

a img {
  border: none;
}

a:active {
  outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  margin: 0;
  border: 0;
  padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
  display: none !important;
}

/*********** GLOBAL STYLES **********/

@font-face {
  font-family: "emporium-icons";
  src: url("../icons/emporium-icons.eot?xwq28l");
  src: url("../icons/emporium-icons.eot?xwq28l#iefix")
      format("embedded-opentype"),
    url("../icons/emporium-icons.ttf?xwq28l") format("truetype"),
    url("../icons/emporium-icons.woff?xwq28l") format("woff"),
    url("../icons/emporium-icons.svg?xwq28l#emporium-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RenogareSoft-Regular";
  src: url("../fonts/RenogareSoft-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open-Sans-Light";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open-Sans-Regular";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open-Sans-SemiBold";
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open-Sans-Bold";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "roboto-bold";
  src: url("../fonts/roboto-bold.ttf") format("truetype")
      url("../fonts/roboto-bold.woff") format("woff"),
    url("../fonts/roboto-bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "roboto-regular";
  src: url("../fonts/roboto-regular.ttf") format("truetype"),
    url("../fonts/roboto-regular.woff") format("woff"),
    url("../fonts/roboto-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  max-width: 100%;
  overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
  background-color: #fff;
  font: normal 12px roboto-regular;
  font-weight: 600;
  color: #000;
}

table {
  width: 100%;
  border-collapse: collapse;
}

p {
  line-height: 20px;
}

a {
  color: inherit;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

a img {
  opacity: 0.99; /*firefox scale bug fix*/
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
  height: 45px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  padding: 0 20px;
  vertical-align: middle;
  font-size: 15px;
  color: #8c8c8c;
  font-family: "roboto-regular";
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  /* Chrome/Opera/Safari */
  color: #8c8c8c !important;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8c8c8c;
}

input[type="text"]::-moz-input-placeholder,
input[type="password"]::-moz-input-placeholder,
input[type="email"]::-moz-input-placeholder,
input[type="tel"]::-moz-input-placeholder,
textarea::-moz-input-placeholder {
  /* Firefox 19+ */
  color: #8c8c8c;
}

input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #8c8c8c;
}

input[type="text"]::input-placeholder,
input[type="password"]::input-placeholder,
input[type="email"]::input-placeholder,
input[type="tel"]::input-placeholder,
textarea::input-placeholder {
  /* Firefox 18- */
  color: #8c8c8c;
}

textarea {
  min-height: 150px;
  padding: 15px 20px;
}

select {
  min-width: 50px;
  padding: 0 6px;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  left: -9999px;
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
  vertical-align: middle;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 300;
  color: #8c8c8c;
  user-select: none;
  cursor: pointer;
}

input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #aaaaaa;
  vertical-align: text-top;
  background-color: #fff;
}

input[type="checkbox"] + label:before {
  border-radius: 0;
}

input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked + label:before {
  margin-left: 1px;
  margin-top: 1px;
  width: 16px;
  height: 16px;
  box-shadow: 0 0 0 1px #aaaaaa;
  border: 3px solid #fff;
  background-color: var(--primary-pantone);
}

input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}

label,
label + * {
  vertical-align: middle;
}

.product-grid,
.category-grid,
.topic-block,
.news-list-homepage {
  position: relative;
  z-index: 0; /* giving priority to header and header-menu */
  margin: 0 auto 50px;
}

.product-grid:last-child,
.category-grid:last-child,
.topic-block:last-child,
.news-list-homepage:last-child {
  margin-bottom: 0;
}

.master-wrapper-content {
  overflow: hidden;
  padding: 40px 10px 80px;
}

.master-wrapper-content select,
.k-window select {
  height: 45px;
  width: auto;
  max-width: 100%;
  padding: 0 35px 0 20px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  background: #fff url("../img/select-arrow-dark.svg") no-repeat right 15px
    center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.master-wrapper-content select::ms-expand,
.k-window select::ms-expand {
  display: none;
}

.master-column-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.center-2 .product-grid,
.center-2 .category-grid,
.center-2 .topic-block {
  width: 100%;
}

.center-2,
.side-2 {
  margin: 0 0 50px;
}

.html-category-page .side-2 {
  z-index: 1;
}

.side-2:last-child {
  margin-bottom: 0;
}

.page {
  min-height: 200px;
  text-align: center;
}

.search-page .page-title,
.search-page .page-body .search-input,
.search-page .page-body .no-result {
  display: none;
}

.page-title {
  padding: 20px;
  margin: 0 0 25px;
  text-align: center;
}

.page-title h1 {
  font-size: 26px;
  color: #444444;
}

.page:after,
.page-title:after,
.page-body:after {
  content: "";
  display: block;
  clear: both;
}

.buttons {
  text-align: center;
}

.link-rss {
  display: none;
  width: 24px;
  height: 24px;
  font-size: 0 !important;
}

.link-rss:before {
  content: "\73";
  display: block;
  font-size: 24px;
  color: #8c8c8c;
  text-transform: none;
  font-weight: normal;
  transition: color 0.2s ease;
}

.link-rss:hover:before {
  color: var(--primary-pantone);
}

.category-description ul,
.manufacturer-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
  margin: 12px 0;
  padding: 0 0 0 36px;
  list-style: disc;
  text-align: left;
  font-size: 15px;
  color: #8c8c8c;
  font-weight: 400;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
  margin: 12px 0;
  padding: 0 0 0 36px;
  list-style: decimal;
  text-align: left;
  font-size: 15px;
  color: #8c8c8c;
  font-weight: 400;
}

.category-description p,
.manufacturer-description,
.vendor-description,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p,
.ui-dialog-content p {
  margin: 10px 0;
  line-height: 1.5;
  font-size: 15px;
  color: #8c8c8c;
  font-weight: 400;
}

.master-wrapper-content {
  padding-top: 10px;
}

.master-wrapper-content .master-column-wrapper {
  background-color: #fff;
}

.nopAjaxFilters7Spikes {
  top: 90px;
  margin: 0 0 100px 25px;
}

.html-search-page .search-page-body .nopAjaxFilters7Spikes {
  top: 20px;
}

.hidden {
  display: none !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.flex {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.direction-column {
  flex-direction: column;
}

.align-center {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.justify-between {
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.justify-evenly {
  -moz-justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
}

.justify-center {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.inline-flex {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.align-self-center {
  -moz-align-self: center;
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
}

.justify-end {
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-items-end {
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.justify-end {
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

/*********** GLOBAL FORMS ***********/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--light-gray) inset !important;
}

.fieldset,
.section {
  position: relative;
  margin: 0 0 20px;
}

.fieldset .title,
.section .title {
  margin: 0 0 10px;
}

.fieldset .title strong,
.section .title strong {
  font-weight: 300;
  font-size: 16px;
  color: #444;
}

.form-fields {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}

.form-fields > a {
  color: #8c8c8c;
  text-decoration: underline;
}

.inputs {
  position: relative;
  margin: 20px 0 0;
  text-align: center;
  white-space: nowrap; /*fix for 'required' elements*/
  font-size: 0;
}

.inputs:first-child {
  margin-top: 0;
}

.inputs:after {
  content: "";
  display: block;
  clear: both;
}

.inputs > label {
  display: inline-block;
  max-width: calc(100% - 10px);
  width: auto;
  font-size: 15px;
  margin: 0 0 8px;
  font-weight: bold;
  color: #444444;
  text-align: left;
  white-space: normal;
}

.inputs > .required {
  position: absolute;
  top: 0;
  right: 0;
}

.inputs > * {
  float: left;
  clear: both;
}

.inputs.reversed > * {
  float: none;
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select,
.inputs textarea {
  height: 45px;
  color: #8c8c8c;
  border-radius: 3px;
  width: 100%;
  vertical-align: middle;
}

.inputs select:only-of-type {
  width: 100%;
}

.inputs .option-list {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.inputs .option-list li {
  float: left;
  margin: 0 10px 15px 0;
}

.inputs .option-list label {
  display: inline;
  width: auto;
  margin: 0 3px;
}

.login-form-in-header .inputs.reversed {
  text-align: center;
}

.required {
  margin: 0 0 0 5px; /*siblings offset*/
  font-size: 15px;
  color: var(--primary-pantone);
  font-weight: 700;
}

.message-error,
.field-validation-error,
.field-validation-error *,
.username-not-available-status,
.poll-vote-error,
.password-error {
  display: block;
  margin: 2px 0 0;
  font-size: 13px;
  color: var(--primary-pantone);
  font-weight: 100;
  text-align: left;
  white-space: normal;
}

.page-body > .message-error,
.enter-address > .message-error,
.payment-info form > .message-error {
  line-height: 1.5;
  margin-bottom: 15px;
}

.input-validation-error {
  border-bottom: 2px solid var(--primary-pantone) !important;
}

.field-validation-valid,
.username-available-status {
  display: block;
  line-height: 17px;
  font-size: 13px;
  color: var(--primary-pantone);
  font-weight: 700;
}

.captcha-box {
  margin: 25px 0 0;
  text-align: center;
  line-height: 0; /*firefox line-height bug fix*/
}

.captcha-box > div {
  display: inline-block;
}

.captcha-box input {
  height: auto;
}

.inputs > label.label-required::after {
  content: "*";
  color: var(--primary-pantone);
}

/*********** GLOBAL TABLES ***********/
.table-wrapper {
  overflow-x: auto;
}

.cart,
.data-table,
.compare-products-table,
.forums-table-section table {
  margin: 0 0 20px;
  border-collapse: initial;
  border-spacing: 0px;
}

.cart th,
.data-table th,
.forums-table-section th {
  border-top: 1px solid #eee;
  background-color: #f9f9f9;
  padding: 20px;
  white-space: nowrap;
  font-size: 17px;
  color: #959595;
  font-weight: 300;
}

.cart td,
.data-table td,
.forums-table-section td {
  min-width: 50px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  padding: 20px;
  font-size: 15px;
  color: #444;
  font-weight: 400;
}

td.product-picture {
  font-size: 0 !important;
}

td.product-picture a {
  display: inline-block;
  width: 80px;
}

.data-table td {
  font-size: 17px;
}

.cart th:first-child,
.data-table th:first-child,
.forums-table-section th:first-child,
.cart td:first-child,
.data-table td:first-child,
.forums-table-section td:first-child {
  border-left: 1px solid #eee;
}

.cart th:last-child,
.data-table th:last-child,
.forums-table-section th:last-child,
.cart td:last-child,
.data-table td:last-child,
.forums-table-section td:last-child {
  border-right: 1px solid #eee;
}

.cart tr:first-child th:first-child,
.data-table tr:first-child th:first-child,
.forums-table-section table tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.cart tr:first-child th:last-child,
.data-table tr:first-child th:last-child,
.forums-table-section table tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.cart tr:last-child td:first-child,
.data-table tr:last-child td:first-child,
.forums-table-section table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}

.cart tr:last-child td:last-child,
.data-table tr:last-child td:last-child,
.forums-table-section table tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}

td .attributes {
  padding: 20px 0;
  margin: 0;
}

.cart a,
.data-table a,
.compare-products-table a,
.forums-table-section a {
  color: var(--primary-pantone);
}

.cart .product a,
.data-table .product a,
.compare-products-table .product a,
.forums-table-section .product a {
  color: #444;
  transition: all 0.2s ease;
}

.cart .product a:hover,
.data-table .product a:hover,
.compare-products-table .product a:hover,
.forums-table-section .product a:hover {
  color: var(--primary-pantone);
}

.cart .edit-item a,
.data-table .edit-item a,
.compare-products-table .edit-item a,
.forums-table-section .edit-item a {
  color: var(--primary-pantone);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

.cart .attributes,
.data-table .attributes,
.compare-products-table .attributes,
.forums-table-section table .attributes {
  font-size: 15px;
  color: #8c8c8c;
  max-width: none;
}

.cart td.date,
.data-table td.date,
.compare-products-table td.date,
.forums-table-section td.date {
  white-space: nowrap;
}

td.product-picture {
  font-size: 0;
}

.select,
.select-boxes {
  position: relative;
  overflow: hidden;
}

.select input[type="checkbox"],
.select-boxes input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.select label,
.select-boxes label {
  display: block !important;
  width: 17px;
  height: 17px;
  border-radius: 0;
  border: 1px solid #eeeeee;
  vertical-align: text-top;
  background-color: #fff;
  cursor: pointer;
}

.select input[type="checkbox"]:checked + label,
.select-boxes input[type="checkbox"]:checked + label {
  margin-left: 1px;
  margin-top: 1px;
  width: 16px;
  height: 16px;
  box-shadow: 0 0 0 1px #e7e7e7;
  border: 3px solid #fff;
  background-color: var(--primary-pantone);
}

.select label:before,
.select-boxes label:before {
  content: none !important;
  display: none !important;
}

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
  text-align: left;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
  text-align: center;
}

.cart .unit-price {
  white-space: nowrap;
}

.cart .qty-input,
.cart .qty-dropdown {
  margin: -5px 0;
  padding: 0 7px;
  width: 70px;
  height: 40px;
  font-size: 13px;
  color: #434343;
  text-align: center;
  background-position: right 10px center;
}

.cart .qty-dropdown {
  text-align: left;
  padding: 0 20px 0 5px;
}

.cart .subtotal span {
  display: inline-block;
  color: #444;
  white-space: nowrap;
}

.cart .subtotal .discount,
.cart .subtotal .discount + div {
  white-space: nowrap; /*remove this if you have no space enough for discounted products price*/
  font-size: 13px;
  margin-top:10px;
}
.html-checkout-page .product-starting-price {
  font-size: 13px;
  text-decoration: line-through;
}
.td-title {
  font-weight: 300;
  color: #8c8c8c;
}

.td-title + span {
  display: inline-block;
  vertical-align: middle;
}

.button-1 {
  border: none;
  height: 45px;
  padding: 0 25px;
  border-radius: 0px;
  background-color: var(--primary-pantone) !important;
  background-color: var(--primary-pantone) !important;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.2s ease;
}

.button-1:hover {
  background-color: #e8af00;
}

/*********** NOTIFICATIONS & POPUPS  ***********/

.bar-notification {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1040;
  width: 100%;
  padding: 10px;
  color: #fff;
  overflow: hidden;
}

.bar-notification.success {
  background-color: #333333;
}

.bar-notification.success .content {
  padding: 8px 0;
}

.bar-notification.success .content a {
  padding: 5px;
  background-color: var(--primary-pantone);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
}

.bar-notification.warning {
  background-color: rgba(255, 79, 96, 0.8);
}

.bar-notification.error {
  background-color: rgba(255, 79, 96, 0.8);
}

.bar-notification .content {
  float: left;
  max-width: calc(100% - 50px);
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  margin: 0 10px 0 0;
  line-height: 30px;
}

.bar-notification .content a {
  color: #fff;
  text-decoration: underline;
}

.bar-notification .close {
  float: right;
  cursor: pointer;
  opacity: 0.7;
  font-size: 0;
}

.bar-notification .close:before {
  content: "\7a";
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  text-transform: none;
  font-weight: normal;
}

.bar-notification .close:hover {
  opacity: 1;
}

.noscript {
  background-color: #ff9;
  padding: 10px;
  text-align: center;
}

.ajax-loading-block-window {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(255, 255, 255, 0.7);
}

.ajax-loading-block-window:before,
.ajax-loading-block-window:after {
  content: "";
  position: fixed;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 0px solid var(--primary-pantone);
  border-radius: 50%;
  -webkit-animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
  -moz-animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
  animation: loader 1.6s cubic-bezier(0, 0, 0.09, 0.99) infinite;
}

.ajax-loading-block-window:after {
  animation-delay: 0.8s;
}

.ui-dialog {
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 30px;
  width: 600px !important;
  max-width: 95%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: 1050;
}

.ui-dialog-titlebar {
  display: block;
  padding: 25px 0;
  margin: 0 auto;
  width: calc(100% - 100px);
  font-size: 22px;
  text-transform: none;
  font-weight: 700;
  color: #444;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ui-dialog-titlebar .ui-dialog-title {
  font-size: 22px;
  font-weight: 700;
  color: #444;
}

.ui-dialog-titlebar button {
  position: absolute;
  top: 25px;
  right: 25px;
  border: none;
  background: transparent;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  opacity: 0.5;
}

.ui-dialog-titlebar button:before {
  content: "\7a";
  text-transform: none;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
}

.ui-dialog-titlebar button:hover {
  opacity: 0.9;
}

.ui-dialog-content {
  padding: 0 30px;
  height: auto !important;
  overflow: auto;
}

.ui-dialog-content .page {
  min-height: 0;
  text-align: center;
}

.ui-dialog-content .page-title {
  margin: 0 0 12px;
  padding: 0;
}

.ui-dialog-content .page-title h1 {
  font-size: 15px;
  text-transform: uppercase;
  color: #8c8c8c;
}

.ui-dialog-content .tooltip {
  margin: 5px 0;
  line-height: 20px;
}

.ui-dialog-content button {
  margin-top: 20px;
}

.eu-cookie-bar-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 90%;
  max-width: 600px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.eu-cookie-bar-notification .text {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 15px;
  color: #8c8c8c;
}

.eu-cookie-bar-notification button {
  height: 45px;
  margin: 10px 0 20px;
  border: none;
  background-color: var(--primary-pantone);
  border-radius: 3px;
  padding: 0 25px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.1s ease;
}

.eu-cookie-bar-notification button:hover {
  background-color: #e8af00;
}

.eu-cookie-bar-notification a {
  display: block;
  font-size: 13px;
  color: #8c8c8c;
  font-weight: 700;
  text-transform: uppercase;
}

.scroll-back-button {
  display: none !important;
  position: fixed;
  bottom: 20px;
  right: 6vw;
  width: 50px;
  height: 50px;
  border: 1px solid var(--primary-pantone);
  border-radius: 3px;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.scroll-back-button:before {
  content: "\77";
  display: inline-block;
  position: absolute;
  color: var(--primary-pantone);
  font-size: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.productAddedToCartWindow,
.miniProductDetailsView,
.product-details-page,
.product-details-form {
  outline: none;
  outline-color: transparent;
}

.ajaxCart .productAddedToCartWindowDescription .attributeInfo table {
  width: 50%;
}

.ajaxCart .productAddedToCartWindowDescription .attributeInfo table tr td {
  padding: 0 5px;
}

.ajaxCart {
  position: fixed !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

/*********** HEADER ***********/
.enmon-header-upper {
  height: 30px;
  padding: 0 6vw;
  background-color: #f6f6f6;
  color: var(--dark-gray);
}

.enmon-header-upper .call-centar {
  width: 13%;
  height: 35px;
  text-align: center;
  background-color: var(--primary-pantone);
}

.enmon-header-upper .call-centar h5 {
  color: #f6f6f6;
  font-family: "roboto-regular";
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.enmon-header-upper .call-centar h4 {
  font-family: "roboto-regular";
  font-weight: 600;
  font-size: 16px;
}

.enmon-header-upper .measuring-meter-img {
  position: relative;
  top: 8px;
  width: 70%;
  height: 20px;
  background-image: url("../img/img_enmon/ruler-white.svg");
  background-repeat: repeat;
}

.enmon-header-upper .enmon-mini-nav {
  width: 20%;
}

.enmon-header-upper .enmon-mini-nav a {
  margin: 0 5px;
  font-family: "roboto-regular";
  font-size: 12px;
}

.admin-header-links {
  background-color: #333;
  text-align: center;
  color: #fff;
  padding: 0 6vw;
}

.admin-header-links .impersonate {
  display: inline-block;
}

.admin-header-links a,
.admin-header-links span {
  display: inline-block;
  margin: 0 10px;
  line-height: 35px;
  font-weight: bold;
}

.header {
  margin: 0 auto;
  text-align: center;
}

.header:after {
  content: "";
  display: block;
  clear: both;
}

.header-logo a {
  display: inline-block;
  max-width: 100%;
  line-height: 0; /*firefox line-height bug fix*/
}

.header-logo a img {
  max-width: 100%;
  max-height: 50px;
}

.header-links-wrapper {
  position: relative;
  margin: 0 0 20px;
}

.header-links-wrapper .header-links .ico-compare {
  display: none;
}

.personal-button {
  position: relative;
}

.profile-menu-box {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 25px;
  width: 150px;
  padding: 10px 0;
  border-radius: 0.5rem;
  background: #fff;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  pointer-events: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  z-index: 1020;
  transition: all 0.2s ease;
}

.profile-menu-box:after {
  content: " ";
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}

.profile-menu-box.open {
  margin-top: 8px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.profile-menu-box > a,
.header-form-holder > a {
  display: block !important;
  padding: 10px 17px;
  color: #444444;
}

.header-form-holder .login-page-social-buttons {
  display: none;
}

.profile-menu-box span:before,
.profile-menu-box a:before {
  display: inline-block !important;
  color: #8e8e8e;
  font-size: 17px;
  vertical-align: middle;
  margin-right: 10px;
  min-width: 20px;
  font-weight: normal;
  text-transform: none;
}

.close-side-menu {
  display: none;
}

.header-lower .store-search-box .search-box-text {
  border: 1px solid var(--primary-pantone);
  font-family: "roboto-regular";
  font-size: 12px;
  border-right: none;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.header-lower .search-box .search-box-button {
  height: 42px;
  background-color: #ffffff !important;
  border: 1px solid var(--primary-pantone);
  background-size: 28px;
  border-left: none;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.header-lower .header-links-wrapper .header-links a {
  font-family: "roboto-regular";
  font-weight: normal;
  font-size: 13px;
  color: #707070;
}

.header-lower .header-links-wrapper .header-links a:before,
.header-menu-parent .ico-compare img,
.header-menu-parent .ico-wishlist img,
.responsive-nav-wrapper .shopping-cart-link .ico-cart:before {
  display: none;
}

.header-lower .header-links-wrapper .header-links a img {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.responsive-nav-wrapper .shopping-cart-link .ico-cart img {
  width: 25px;
  height: 25px;
  margin-top: 10px;
}

.responsive-nav-wrapper-parent .enmon-mobile-mega-menu {
  width: 100%;
}

#flyout-cart .ico-cart .cart-label {
  font-weight: normal;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

/*********** FLYOUT CART MOBILE ***********/
a.ico-cart {
  display: inline-block;
  font-size: 13px;
  color: #8c8c8c;
  transition: color 0.2s ease;
}

a.ico-cart:before {
  display: block;
  margin-bottom: 4px;
  font-size: 26px;
  color: #8e8e8e;
  transition: color 0.2s ease;
}

.mini-shopping-cart .close-side-menu {
  display: none;
}

.mini-shopping-cart .flyout-cart-scroll-area {
  position: relative;
  width: 100%;
  padding: 20px 0 0;
  background-color: #fff;
}

.flyout-lower {
  background-color: #f6f6f6;
  border-radius: 0 0 3px 3px;
}

.mini-shopping-cart:after {
  content: "";
  display: block;
  clear: both;
}

.mini-shopping-cart .count {
  float: left;
  padding: 20px 0 20px 15px;
}

.mini-shopping-cart .count a {
  font-size: 14px;
  color: #8c8c8c;
}

.mini-shopping-cart .count a:hover {
  color: var(--primary-pantone);
  text-decoration: none;
}

.mini-shopping-cart .count a:before {
  content: "\64";
  display: inline-block;
  vertical-align: bottom;
  margin: 0 5px 0 0;
  font-size: 20px;
}

.flyout-cart-scroll-area > p {
  padding: 0 20px 20px;
  font-size: 14px;
  color: #8c8c8c;
  text-align: center;
}

.flyout-cart .items {
  position: relative;
  padding: 0 10px;
  margin-bottom: 15px;
  border-radius: 3px 3px 0 0;
  background: #fff;
  text-align: left;
  overflow: hidden;
}

.mini-shopping-cart .item {
  overflow: hidden;
  margin: 15px 0 0;
}

.mini-shopping-cart .item.first {
  margin-top: 0;
}

.mini-shopping-cart .picture {
  float: left;
  width: 78px;
  height: auto;
  border: 1px solid #eee;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}

.mini-shopping-cart .picture a {
  display: block;
  position: relative;
  overflow: hidden;
}

.mini-shopping-cart .picture a:before {
  content: "";
  display: block;
  padding-top: 100%;
  margin: 0;
}

.mini-shopping-cart .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
}

.mini-shopping-cart .product {
  position: relative;
  margin: 0 30px 0 90px;
  text-align: left;
}

.mini-shopping-cart .product:after {
  content: "";
  display: block;
  clear: both;
}

.mini-shopping-cart .product .remove-item {
  position: absolute;
  top: 0;
  right: -30px;
  left: auto;
  font-size: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 2px;
  background-color: #f1f1f1;
  text-decoration: none;
  transition: all 0.1s ease;
}

.mini-shopping-cart .product .remove-item:after {
  content: "\7a";
  display: block;
  font-size: 8px;
  line-height: 18px;
  color: #8e8e8e;
  transition: all 0.1s ease;
}

.mini-shopping-cart .product .remove-item:hover {
  background-color: #e9e9e9;
  text-decoration: none;
}

.mini-shopping-cart .product .remove-item:hover::after {
  text-decoration: none;
}

.mini-shopping-cart .name a {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  color: #444444;
}

.mini-shopping-cart .attributes {
  padding: 0;
  margin: 0 0 5px;
  font-size: 14px;
  color: #8c8c8c;
}

.mini-shopping-cart .right {
  display: inline-block;
}

.mini-shopping-cart .quantity {
  margin: 0 4px 0 0;
  font-size: 0;
  color: #8c8c8c;
  float: left;
}

.mini-shopping-cart .quantity span {
  font-weight: bold;
  font-size: 16px;
}

.mini-shopping-cart .quantity:after {
  content: "x";
  display: inline-block;
  margin-left: 3px;
  font-size: 16px;
  font-weight: 700;
  color: #8c8c8c;
  text-transform: none;
  font-family: Open-Sans-SemiBold;
}

.mini-shopping-cart .price {
  font-size: 16px;
  font-weight: bold;
  color: var(--primary-pantone);
  float: right;
}

.mini-shopping-cart .totals {
  float: right;
  padding: 20px 15px 20px 0;
  font-size: 15px;
  text-align: right;
  color: #8c8c8c;
}

.mini-shopping-cart .totals strong {
  color: var(--primary-pantone);
  font-size: 18px;
}

.mini-shopping-cart .buttons {
  padding: 0 15px 15px;
  margin-bottom: 0;
  text-align: right;
  clear: both;
}

.mini-shopping-cart input[type="button"] {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
}

.mini-shopping-cart input + input {
  margin-top: 10px;
  background-color: #ddd;
  color: #8c8c8c;
}

.mini-shopping-cart input[type="button"]:hover {
  background-color: #e8af00;
}

.mini-shopping-cart input + input:hover {
  background-color: #d1d1d1 !important;
}

/******** LOGIN FORM IN HEADER ********/

.profile-menu-box.login-form-in-header {
  padding: 20px 0 0;
  width: 300px;
}

.login-form-in-header .fieldset {
  margin: 0;
}

.login-form-in-header .returning-wrapper .form-fields {
  padding: 0;
  min-height: 0;
}

.login-form-in-header .form-fields {
  font-size: 0;
}

.login-form-in-header .external-authentication > * {
  padding: 20px;
  background-color: #f6f6f6;
  border-radius: 0 0 3px 3px;
}

.login-form-in-header form {
  padding: 0 20px;
}

.login-form-in-header .external-authentication {
  margin: 0;
}

.login-form-in-header .in-header-register {
  text-align: center;
}

.login-form-in-header .in-header-register .register-button {
  display: inline-block;
  background-color: transparent;
  border: none;
  padding: 15px 0 15px 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #8c8c8c;
  font-weight: bold;
  background: url("../img/register-icon.png") left center no-repeat;
  transition: all 0.2s ease;
}

.login-form-in-header .in-header-register .register-button:hover {
  color: var(--primary-pantone);
}

.login-form-in-header .title {
  display: none;
}

.login-form-in-header .inputs {
  margin: 6px 0 0;
}

.login-form-in-header .inputs:first-child {
  margin-top: 0;
}

.login-form-in-header .inputs label {
  display: none;
}

.login-form-in-header .forgot-password {
  width: 100%;
}

.login-form-in-header .inputs.reversed {
  margin: 0 0 15px;
}

.login-form-in-header .inputs.reversed label {
  display: inline-block;
  width: auto;
  margin: 0;
  font-size: 12px;
  line-height: 17px;
  height: 17px;
  color: #8c8c8c;
  text-align: left;
  cursor: pointer;
  user-select: none;
}

.login-form-in-header .inputs.reversed label:before {
  vertical-align: text-bottom;
}

.inputs.reversed input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.inputs.reversed input[type="checkbox"] + label {
  cursor: pointer;
}

.login-form-in-header .inputs input[type="text"],
.login-form-in-header .inputs input[type="email"],
.login-form-in-header .inputs input[type="password"] {
  height: 30px;
  padding: 0 35px 0 15px;
  border-radius: 3px;
}

.login-form-in-header .inputs input:focus + .inputs-icons {
  color: var(--primary-pantone);
}

.login-form-in-header form .form-fields input {
  background-color: var(--light-gray);
  border: 0;
  border-radius: 0;
  font-size: 14px;
  color: black;
}

.login-form-in-header form .form-fields input::placeholder {
  font-size: 14px;
  color: black;
}

.login-form-in-header form .form-fields .inputs-icons {
  display: none;
}

.login-form-in-header form .buttons input {
  width: 150px;
  margin: 0 auto;
  border-radius: 0;
  letter-spacing: 0.5px;
}

.login-form-in-header .social-netowrk-login-wrapper {
  width: calc(100% - 30px);
  margin-top: 8px;
  margin-left: 15px;
  padding-bottom: 5px;
}

.login-form-in-header .social-buttons button {
  margin: 5px 0;
  padding: 2px 0;
  border: 0;
  border-radius: 0;
}

.login-form-in-header .social-buttons button .login-icon {
  margin: 3px 10px 0 5px;
}

.login-form-in-header .social-buttons button p {
  color: white;
  font-weight: bold;
  letter-spacing: 0.4px;
}

.login-form-in-header .login-devider {
  margin-top: 10px;
}

.login-form-in-header .in-header-register-link {
  width: calc(100% - 30px);
  margin: 12px auto 0;
  border: 2px solid var(--primary-pantone);
  padding: 7px 0;
  font-size: 13px !important;
  color: var(--primary-pantone);
  text-align: center;
  text-transform: uppercase;
}

input + .inputs-icons {
  position: absolute;
  top: 0;
  right: 15px;
  left: auto;
}

.inputs-icons {
  display: none;
  font-size: 15px;
  color: #8e8e8e;
  line-height: 45px;
  font-family: "emporium-icons";
}

.button-1.checkout-as-guest-button {
  margin: 0 10px 10px 0;
  background-color: #f1f1f1;
  color: #8c8c8c;
}

.button-1.checkout-as-guest-button:hover {
  background-color: #eaeaea;
}

.login-form-in-header .inputs-icons {
  display: inline-block;
  text-transform: lowercase;
}

.login-form-in-header .login-button {
  display: block;
  width: 100%;
  height: 45px;
  border: none;
  border-radius: 3px;
  background-color: var(--primary-pantone);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.login-form-in-header .login-button:hover {
  background-color: #e8af00;
}

.login-form-in-header a.facebook-btn {
  display: block;
  width: 100%;
  height: 35px;
  border-radius: 3px;
  line-height: 35px;
  background-color: #3270ab;
  color: #fff !important;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  background-image: none !important;
}

.login-form-in-header a.facebook-btn:hover {
  background-color: #4065a3;
}

.login-form-in-header a.facebook-btn:before {
  content: "\6e";
  display: inline-block;
  margin-right: 10px;
  font-size: 17px;
  color: #fff !important;
  text-transform: none;
}

.login-form-in-header a.facebook-btn:after {
  content: "log in with facebook";
  display: inline-block;
  font-family: Open-Sans-SemiBold;
}

.login-form-in-header .forgot-password {
  display: none;
  margin-bottom: 15px;
}

.login-form-in-header .in-header-forgot-password {
  display: inline-block;
  margin-top: 10px;
}

.login-form-in-header .in-header-forgot-password a {
  color: var(--primary-pantone);
  letter-spacing: 0.5px;
  text-decoration: underline;
}

.login-form-in-header .forgot-password a {
  display: block;
  width: 100%;
  background-color: #f6f6f6;
  padding: 5px 10px;
  font-size: 11px;
  color: #8c8c8c;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

/******** END OF LOGIN FORM IN HEADER ********/

.header-links ul {
  display: inline-block;
  font-size: 0;
}

.ico-wishlist:before {
  content: "\63";
}

.ico-cart:before {
  content: "\64";
}

.personal-button > span:before,
.ico-account:before {
  content: "\61";
}

.profile-menu-box .ico-inbox {
  font-size: 0;
}

.ico-inbox span {
  font-size: 14px;
  vertical-align: middle;
}

.ico-inbox:before {
  content: "\41";
}

.ico-compare:before {
  content: "\62";
}

.ico-logout:before {
  content: "\42";
}

.ico-login:before {
  content: "\78";
}

.ico-register:before {
  content: "\79";
}

.search-box {
  position: relative;
}

.search-box form {
  position: relative;
}

.search-box form:after {
  content: "";
  display: block;
  clear: both;
}

.search-box input.search-box-text {
  float: left;
  height: 45px;
  border: 1px solid #eeeeee;
  border-right: 0;
  font-size: 14px;
  color: #959595;
  border-radius: 3px 0 0 3px;
}

.search-box input.search-box-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #959595;
}

.search-box input.search-box-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #959595;
}

.search-box input.search-box-text:-ms-input-placeholder {
  /* IE 10+ */
  color: #959595;
}

.search-box input.search-box-text:-moz-placeholder {
  /* Firefox 18- */
  color: #959595;
}

.search-box .search-box-button {
  float: left;
  width: 45px;
  height: 45px;
  padding: 0;
  border: none;
  background: #ccc url("../img/search-button.png") center no-repeat;
  font-size: 0;
  border: 1px solid #eeeeee;
  border-left: 0;
  border-radius: 0 3px 3px 0;
}

.search-box .search-box-button:hover {
  background-color: #e8af00;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-autocomplete {
  position: absolute;
  padding: 5px 0;
  max-width: 100%;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  z-index: 1070;
}

.ui-autocomplete li:first-child {
  border-top: none;
}

.ui-autocomplete a {
  display: block;
  padding: 5px 10px;
  text-align: left;
  font-size: 14px;
  color: #444444;
}

.ui-autocomplete a.ui-state-focus {
  background-color: #f6f6f6;
}

.ui-autocomplete img {
  display: inline-block;
  width: 50px;
  margin-right: 10px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  vertical-align: middle;
}

.ui-autocomplete span {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 60px);
}

.header-selectors-wrapper {
  font-size: 0;
}

.header-selectors-wrapper > div {
  display: inline-block;
  margin: 0 5px 10px;
  vertical-align: middle;
}

.language-list {
  max-width: 100%;
  font-size: 0;
}

.language-list li {
  display: inline-block;
  margin: 0 1px;
}

.language-list a {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  line-height: 0;
}

.language-list img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.slider-wrapper.theme-custom {
  margin: 0 auto 30px; /*overrides default slider*/
}

.form.minisearch {
  margin-top: 5px;
  margin-left: 55px;
}

/*********** FOOTER ***********/

.html-registration-page .footer .footer-top {
  display: none;
}

.footer {
  background-color: #e4e4e4;
  text-align: center;
}

.footer-top {
  position: relative;
  width: 98%;
  min-height: 470px;
  height: auto;
  padding-bottom: 5%;
  background-color: #fff;
}

.footer-top .footer-top-banner {
  position: absolute;
  top: -19px;
  left: 0;
  z-index: 1;
  height: 90%;
  width: 39%;
  background-image: url(../img/img_enmon/footer-top-banner.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}

.footer-top .footer-top-location {
  position: absolute;
  right: 0;
  width: calc(65% - 3vw);
  height: 95%;
  background-color: #fff;
  top: -19px;
}

.footer-top .footer-top-location .upper-location-wrapper {
  padding: 0 10px 20px 0;
  width: 65%;
}

.footer-top .footer-top-location h2 {
  padding: 0;
  font-size: 30px;
  font-weight: normal;
  color: var(--title-gray);
  text-align: left;
  letter-spacing: 1.2px;
  position: absolute;
  right: 0;
  top: 15px;
}

.footer-top .footer-top-location h2 .store-title {
  width: 100%;
  background-color: var(--primary-pantone);
  text-transform: uppercase;
}

.footer-top .footer-top-location h2 span {
  padding: 0 5px;
  font-size: 25px;
  color: white;
}

.footer-top .address-wrapper {
  margin-left: auto;
  margin-right: 150px;
  margin-bottom: 20px;
}

.footer-top .address-wrapper .logo-small {
  align-self: center;
  width: 50px;
  height: 50px;
  background-image: url(../img/img_enmon/logo-symbol.svg);
  margin-right: 12px;
}

.footer-top .address-wrapper .footer-address {
  margin: 0;
  padding: 0 20px 0 0;
  color: var(--title-gray);
  text-align: left;
}

.footer-top .address-wrapper .footer-address p {
  font-size: 16px;
}

.footer-top .lower-location-wrapper {
  position: relative;
  flex-grow: 1;
}

.footer-top .enmon-location-href {
  display: contents;
}

.footer-top .upper-location-content {
  width: 100%;
  position: relative;
}

.footer-top .enmon-location-image {
  width: 100%;
  height: 100%;
  background-image: url(../img/img_enmon/enmon-location-new.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-top .lower-location-wrapper ul {
  height: 75%;
  margin-left: 30px;
  padding: 0 10px 25px 10px;
  border-left: 2px solid var(--background-gray) !important;
  text-align: left;
}

.footer-top .lower-location-wrapper ul li::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/img_enmon/arrow-orange.svg);
  -webkit-transform: rotate(-90deg) translateX(-7px);
  -moz-transform: rotate(-90deg) translateX(-7px);
  -ms-transform: rotate(-90deg) translateX(-7px);
  -o-transform: rotate(-90deg) translateX(-7px);
  transform: rotate(-90deg) translateX(-7px);
}

.footer-top .lower-location-wrapper ul li a {
  padding-left: 5px;
  font-family: "roboto-regular";
  font-size: 18px;
  text-decoration: underline;
}

.footer-top .lower-location-wrapper ul li a:hover {
  color: var(--primary-pantone);
}

.footer-upper {
  width: 100%;
  margin: 0;
}

.footer-top .footer-upper-top-border {
  position: absolute;
  bottom: 0;
  right: 34px;
  width: calc(100% - 9vw);
  height: 9%;
  background-image: url(../img/img_enmon/ruler-orange.svg);
  background-repeat: repeat-x;
  background-size: 30%;
}

.footer-upper .newsletter-wrapper {
  position: relative;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 35px 0 35px 5%;
  background-color: var(--primary-pantone);
}

.footer-upper .newsletter-wrapper .left-box {
  position: absolute;
  top: -70px;
  left: 0;
  height: 175%;
  width: 3%;
  margin-top: -17px;
  background: var(--primary-pantone);
  z-index: 1;
}

.footer-upper .newsletter-wrapper .newsletter-static {
  width: 50%;
  padding: 0 5% 0 8vw;
}

.footer-upper .newsletter-wrapper .newsletter-static h4 {
  display: inline-flex;
  padding: 6px 15px 5px;
  background-color: var(--primary-pantone);
  font-size: 30px;
  font-weight: 100;
  color: white;
  letter-spacing: 1px;
  width: 80%;
}

.footer-upper .newsletter-wrapper .newsletter-static p {
  margin-top: 25px;
  margin-bottom: 18px;
  font-family: Open-Sans-SemiBold;
  font-size: 16px;
  font-weight: 100;
  color: #fff;
}

.footer-upper .newsletter-wrapper .newsletter-static small {
  display: inline-block;
  font-family: Open-Sans-SemiBold;
  font-size: 12px;
  font-weight: 100;
  color: #fff;
}

.footer-upper .newsletter-wrapper .newsletter-static small a {
  font-family: Open-Sans-SemiBold;
  font-size: 12px !important;
  color: #fff;
  text-transform: capitalize;
  text-decoration: underline;
}

.footer-upper .newsletter-wrapper .newsletter {
  width: 50%;
}

.footer-upper .newsletter-wrapper .newsletter input::placeholder {
  font-size: 14px;
  font-family: Open-Sans-SemiBold;
  color: #434343;
}

.footer-upper .newsletter-wrapper .newsletter .heading,
.footer-upper .newsletter-wrapper .newsletter .title {
  display: none;
}

.footer-upper .newsletter-wrapper .newsletter #newsletter-subscribe-block {
  position: relative;
  padding-top: 50px;
}

.footer-upper .newsletter-wrapper .newsletter .newsletter-email {
  width: 100%;
}

.footer-upper .newsletter-wrapper .newsletter #newsletter-email {
  width: calc(100% - 60px);
  max-width: 500px;
  height: 40px;
  border: 0;
  border-radius: 100px;
  border-bottom: 1px solid var(--primary-pantone);
}

.newsletter-static-title {
  display: flex;
  justify-content: start;
  align-items: center;
}

a.newsletter-logo {
  width: 20%;
  display: inline-flex;
  max-width: 100px;
}

.newsletter-email {
  max-width: 600px;
}

.footer-upper .newsletter-wrapper .newsletter #newsletter-subscribe-button {
  width: 130px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6) !important;
  border-radius: 100px;
  margin-left: 5px;
  color: var(--primary-pantone);
  font-size: 12px;
  font-family: "roboto-regular";
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 7px;
}

.footer-middle {
  padding-bottom: 25px;
  background-color: #e8e8e8;
}

.footer-middle .footer-middle-top-border {
  width: 100%;
  height: 20px;
  background-image: url(../img/img_enmon/ruler-white.svg);
  background-repeat: repeat-x;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer-middle .footer-links {
  width: 100%;
  margin: 25px 5vw;
  padding-left: 25px;
  --webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}

.footer-middle .footer-links .footer-block {
  width: 200px;
  margin: 0 20px 0 0;
}

.footer-middle .footer-links .footer-block .title {
  font-family: "roboto-regular";
  font-weight: 600;
  font-size: 14px;
  color: var(--primary-pantone);
  text-transform: none;
  text-align: left;
  cursor: initial;
}

.footer-middle .footer-links .socials-and-payments {
  display: none;
}

.footer-middle .footer-links .footer-block .list li {
  text-align: left;
  padding: 5px 0;
}

.footer-middle .footer-links .footer-block .list li a {
  font-family: "roboto-regular";
  font-weight: 600;
  font-size: 13px;
  color: #626365;
}

.footer-middle .footer-links .footer-block .list li a:hover {
  color: var(--primary-pantone);
}

.footer-middle .footer-info {
  width: 53%;
  height: calc(100% + 60px);
  margin-top: -55px;
  margin-left: auto;
  background: var(--primary-pantone);
  z-index: 10;
}

.footer-middle .footer-info .footer-info-bootom-border {
  width: 100%;
  height: 28px;
  margin-top: auto;
  background-image: url(../img/img_enmon/ruler-white.svg);
  background-repeat: repeat-x;
  background-size: 44%;
  background-position: bottom;
}

.footer-middle .footer-info #footer-logo {
  width: 300px;
  height: 60px;
  margin-top: 20px;
  margin-left: 35px;
  background-image: url(../img/img_enmon/enmon-logo-white.svg);
  background-repeat: no-repeat;
}

#social-icons-wrapper {
  margin-top: 20px;
  align-items: center;
}

a.footer-block-logo {
  width: 50%;
  display: block;
  margin-bottom: 10px;
}

.footer-middle .footer-info .time-block:first-of-type,
.footer-middle .footer-info .time-block:nth-last-of-type(2) {
  margin-right: 35px;
}

.footer-middle .footer-info .time-block {
  margin-bottom: 20px;
  width: 30%;
}

.footer-middle .footer-info .time-block:nth-of-type(3) .working-hours-wrapper {
  -webkit-justify-content: center;
  justify-content: center;
}

#social-icons-wrapper h6 {
  padding-right: 4px;
  font-size: 12px;
  color: var(--title-gray);
  text-align: left;
}

.footer-middle .footer-info .time-block .footer-time-sheet {
  margin-top: 15px;
  text-align: left;
}

.footer-middle .footer-info .time-block .location-icon,
.footer-middle .footer-info .time-block .clock-icon,
.footer-middle .footer-info .time-block .phone-icon {
  width: 40px;
  height: 40px;
  background-image: url(../img/img_enmon/clock_ico.svg);
  background-repeat: no-repeat;
}

.footer-middle .footer-info .time-block .phone-icon {
  background-image: url(../img/img_enmon/phone_ico.svg);
}

.footer-middle .footer-info .time-block .location-icon {
  background-image: url(../img/img_enmon/loc_pin.png);
  background-position: center;
  background-size: 80%;
}

.footer-middle
  .footer-info
  .time-block
  .footer-time-sheet
  .working-hours-wrapper {
  padding-left: 5px;
}

.footer-middle
  .footer-info
  .time-block
  .footer-time-sheet
  .working-hours-wrapper
  p {
  font-family: "roboto-regular";
  font-size: 12px;
  color: white;
  text-transform: lowercase;
  white-space: nowrap;
}

.footer-middle
  .footer-info
  .time-block:last-child
  .footer-time-sheet
  .working-hours-wrapper
  p
  time {
  padding-left: 0;
}

.footer-middle
  .footer-info
  .time-block
  .footer-time-sheet
  .working-hours-wrapper
  p
  time {
  display: block;
  font-family: "roboto-regular";
  color: var(--title-gray);
}

.footer-middle
  .footer-info
  .time-block
  .footer-time-sheet
  .working-hours-wrapper
  p
  time::after {
  content: "h";
  padding-left: 2px;
  font-family: "roboto-regular";
}

.footer-middle .footer-info .time-block .footer-phone {
  margin-top: 10px;
}

.footer-middle .footer-info .time-block .footer-phone a {
  font-family: "roboto-regular";
  align-self: center;
  margin-left: 2px;
  padding: 2px 5px;
  background-color: white;
  font-size: 16px;
  color: var(--title-gray);
}

#social-icons-wrapper .social-icons a {
  width: 28px;
  height: 28px;
  margin: 0 8px;
  font-size: 18px;
  border-radius: 100px;
  border: 1px solid var(--primary-pantone);
}

#social-icons-wrapper .social-icons a.facebook-icon {
  background-image: url(../img/img_enmon/facebook-app-symbol.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}

#social-icons-wrapper .social-icons a.linkedin-icon {
  background-image: url(../img/img_enmon/linkedin.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}

#social-icons-wrapper .social-icons a.youtube-icon {
  background-image: url(../img/img_enmon/youtube_ico.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}

#social-icons-wrapper .social-icons a.instagram-icon {
  background-image: url(../img/img_enmon/instagram.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-logo {
  margin: 0 0 25px;
}

.footer-block a {
  font-size: 15px;
  color: #959595;
  transition: color 0.2s ease;
}

.footer-block a:hover {
  color: var(--primary-pantone);
}

.footer .newsletter .title {
  margin: 0 0 13px;
  font-size: 15px;
  color: #8c8c8c;
  text-transform: none;
}

.newsletter .title strong {
  font-weight: normal;
}

.newsletter-email {
  display: block;
  overflow: hidden;
  max-width: 255px;
  margin: 0 auto;
}

.newsletter-email .newsletter-subscribe-text {
  float: left;
  width: calc(100% - 47px);
  height: 47px;
  border-radius: 3px 0 0 3px;
  border-right: 0;
  color: #434343;
}

.newsletter-email .newsletter-subscribe-text:focus::placeholder {
  color: white;
}

.newsletter-email .newsletter-subscribe-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--mid-gray);
  font-family: "roboto-regular";
}

.newsletter-email .newsletter-subscribe-text::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--mid-gray);
  font-family: "roboto-regular";
}

.newsletter-email .newsletter-subscribe-text:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--mid-gray);
  font-family: "roboto-regular";
}

.newsletter-email .newsletter-subscribe-text:-moz-placeholder {
  /* Firefox 18- */
  color: var(--mid-gray);
  font-family: "roboto-regular";
}

.newsletter-email .newsletter-subscribe-button {
  float: left;
  width: 47px;
  height: 47px;
  padding: 0;
  border: none;
  border-radius: 0 3px 3px 0;
  transition: all 0.2s ease;
}

.newsletter-email .newsletter-subscribe-button:hover {
  background-color: #e8af00;
}

.newsletter-email .options {
  display: none;
  height: 0;
  overflow: hidden;
  clear: both;
}

.newsletter-validation,
.newsletter-result {
  margin: 10px 0;
  line-height: 20px;
  font-size: 13px;
  color: #fff;
  padding: 0 20px;
}

.newsletter-validation .please-wait {
  display: none !important;
}

.footer-middle .pay-options {
  margin-top: 40px;
}

.pay-options img {
  margin: 0 2px;
  max-width: 30px;
}

.social-sharing ul {
  font-size: 0;
}

.social-sharing li {
  display: inline-block;
  margin: 0 3px;
}

.social-sharing a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.social-sharing a:before {
  display: block;
  font-size: 22px;
  color: #8e8e8e;
  transition: color 0.2s ease;
}

.social-sharing a:hover:before {
  color: var(--primary-pantone);
}

.social-sharing .facebook:before {
  content: "\6e";
}

.social-sharing .twitter:before {
  content: "\6f";
}

.social-sharing .google:before {
  content: "\70";
}

.social-sharing .pinterest:before {
  content: "\44";
}

.social-sharing .instagram:before {
  content: "\74";
}

.social-sharing .linkedin:before {
  content: "\75";
}

.social-sharing .vimeo:before {
  content: "\71";
}

.social-sharing .youtube:before {
  content: "\72";
}

.social-sharing .rss:before {
  content: "\73";
}

.footer-lower {
  width: 100%;
  overflow: hidden;
  padding: 30px 20px;
  background: black;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-lower > div {
  font-family: "roboto-regular";
  font-size: 12px;
  color: #707070;
}

.footer-lower .footer-disclaimer {
  padding-left: 5vw;
}

.footer-lower .footer-disclaimer .enmon-logo-meter {
  width: 20px;
  height: 20px;
  background-image: url(../img/img_enmon/enmon.ico);
  margin-right: 5px;
  background-size: contain;
}

.footer-lower .footer-lower-links {
  margin-right: 5vw;
  margin-left: auto;
}

.footer-lower .footer-lower-links a {
  padding: 0 10px;
}

.footer-lower .footer-lower-links a:hover {
  color: var(--primary-pantone);
}

.footer-lower .footer-lower-links a:not(:last-of-type) {
  border-right: 1px solid var(--text-gray);
}

.footer-under-lower {
  width: 100%;
  padding: 10px 20px;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: var(--light-gray);
}

.footer-under-lower small {
  display: inline-block;
  max-width: 1000px;
  /*margin-left: auto;*/
  font-family: "roboto-regular";
  font-size: 8.5px;
  color: var(--text-gray);
  text-align: left;
  flex: 1;
}

.footer-under-lower .payment-icons,
.payment-icons .payment-program {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pay-program {
  width: 37px;
  margin: 5px;
}

.pay-program.mastercard-secure,
.pay-program.visa-secure {
  height: 30px;
  width: auto;
}

.pay-program.chip-card-logo {
  width: 100px;
}

.payment-icons {
  flex: 1;
}

.theme-selector select {
  width: 170px;
  height: 36px;
}

.footer-block ul {
  display: none;
  padding: 10px 0;
  background-color: #f6f6f6;
}

.footer-block ul li {
  padding: 8px;
}

.footer-block {
  border-bottom: 1px solid #eeeeee;
}

.footer-block:first-child {
  border-top: 1px solid #eeeeee;
}

.footer .title {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #444444;
  font-size: 14px;
}

.footer-block .title {
  position: relative;
  margin: 0;
  padding: 15px 45px;
  text-transform: uppercase;
  color: #444444;
  font-size: 14px;
  cursor: pointer;
}

.footer-block .title:before,
.footer-block .title:after {
  content: "\77";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 9px;
  color: var(--primary-pantone);
  text-transform: none;
  transition: all 0.3s ease;
}

.footer-block .title:after {
  left: auto;
  right: 20px;
}

.footer-block .title.open:before,
.footer-block .title.open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

/*********** SMALL PRODUCT CAROUSELS ***********/

.small-products .nop-jcarousel.product-grid .slick-carousel {
  margin: 0 !important;
}

.small-products .nop-jcarousel .slick-slide {
  padding: 0 !important;
}

.small-products .item-box {
  border-radius: 3px !important;
  overflow: hidden;
  max-height: 120px;
}

.small-products .item-box .product-item {
  font-size: 0;
}

.small-products .item-box .product-item > div {
  display: inline-block;
  vertical-align: top;
}

.small-products .item-box .prices .actual-price {
  display: block;
  margin: 0;
}

.small-products .item-box .product-item > div:first-child {
  width: 120px;
}

.small-products .item-box .picture {
  margin: 0;
  border-radius: 0;
}

.small-products .item-box .picture > a:before {
  padding-top: 100%;
}

.small-products .item-box .details {
  width: calc(100% - 120px);
  padding: 13px;
  text-align: left;
}

.small-products .item-box .prices {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.small-products .item-box .buttons,
.small-products .item-box .btn-wrapper {
  display: none;
}

.small-products .item-box .product-title,
.small-products .item-box .title {
  padding: 0;
  height: auto;
  max-height: 39px;
}

.small-products .item-box .prices > *:last-child:not(:empty) {
  margin: 0;
}

.two-row-carousels {
  padding: 0 20px;
}

.two-row-carousels .product-grid .title {
  font-size: 24px;
}

.two-row-carousels:after {
  content: "";
  display: block;
  clear: both;
}

.two-row-carousels .slick-slide {
  min-height: 241px;
}

.two-row-carousels .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 101px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 50%;
  text-align: center;
  font-size: 0;
  transition: all 0.2s ease;
  z-index: 1;
}

.two-row-carousels .slick-arrow:before {
  display: block;
  color: #d0d0d0;
  font-size: 12px;
  line-height: 40px;
  transition: all 0.2s ease;
  text-transform: none;
}

.two-row-carousels .slick-arrow:hover {
  background-color: var(--primary-pantone);
  border: 1px solid var(--primary-pantone);
}

.two-row-carousels .slick-arrow:hover:before {
  color: #fff;
}

.two-row-carousels .slick-prev:before {
  content: "\6b";
}

.two-row-carousels .slick-prev {
  left: 0;
  margin-left: -20px;
}

.two-row-carousels .slick-next:before {
  content: "\6a";
}

.two-row-carousels .slick-next {
  right: 0;
  margin-right: -20px;
}

.two-row-carousels .slick-list {
  border: 1px solid #eee;
  border-radius: 3px;
}

.two-row-carousels .slick-slide > div {
  font-size: 0;
}

.two-row-carousels .slick-slide > div:first-child {
  border-bottom: 1px solid #eee;
}

.two-row-carousels .item-box {
  float: none !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}

.jCarouselMainWrapper {
  padding: 25px 35px;
}

.jCarouselMainWrapper .carousel-title.title {
  text-align: left;
  z-index: -1;
}

.jCarouselMainWrapper .carousel-title.title h3 {
  display: inline-block;
  padding-left: 15px;
  margin-right: 40px;
  border-left: 2px solid var(--primary-pantone);
  font-size: 24px;
  color: var(--title-gray);
  font-weight: 100;
}

.jCarouselMainWrapper .nop-jcarousel .slick-arrow {
  position: absolute;
  top: -50px;
  width: 30px;
  height: 30px;
  border: transparent;
  border-radius: 0;
}

.jCarouselMainWrapper .nop-jcarousel .slick-arrow::before {
  color: var(--title-gray);
  line-height: unset;
}

.jCarouselMainWrapper .nop-jcarousel .slick-dots {
  display: none !important;
}

.jCarouselMainWrapper .nop-jcarousel .slick-arrow {
  position: absolute;
  top: -60px;
  border: unset;
  background-position: center;
}

.jCarouselMainWrapper .nop-jcarousel .slick-prev {
  right: 25px;
  left: unset;
  margin-top: -5px;
}

.jCarouselMainWrapper .nop-jcarousel .slick-next {
  right: 0;
  margin-top: 10px;
}

.jCarouselMainWrapper .nop-jcarousel .slick-arrow {
  width: 22px;
}

.jCarouselMainWrapper .nop-jcarousel .slick-arrow:hover {
  background-color: #fff;
}

.jCarouselMainWrapper .nop-jcarousel .slick-prev {
  transform: rotate(180deg);
  background-image: url(../img/img_enmon/arrow-gray.svg);
  background-repeat: no-repeat;
}

.jCarouselMainWrapper .nop-jcarousel .slick-arrow:before {
  content: "";
}

.jCarouselMainWrapper .nop-jcarousel .slick-next {
  background-image: url(../img/img_enmon/arrow-gray.svg);
  background-repeat: no-repeat;
}

.jCarouselMainWrapper .nop-jcarousel .slick-next:hover,
.jCarouselMainWrapper .nop-jcarousel .slick-prev:hover {
  background-color: #fff !important;
  border: unset;
}

.jCarouselMainWrapper .slick-carousel .item-box {
  border: unset;
  border-radius: 0;
}

/*********** LEFT/RIGHT COLUMN ***********/

.block {
  border: 1px solid #eee;
  border-radius: 3px;
  margin: 0 0 10px;
  text-align: center;
}

.block .title {
  position: relative;
  padding: 14px 20px 14px 50px;
  font-size: 17px;
  color: #444444;
  cursor: pointer;
  text-align: left;
}

.block .title strong {
  font-weight: 300;
  display: block;
}

.block .title:before {
  content: "\77";
  display: inline-block;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  font-size: 10px;
  color: var(--primary-pantone);
  text-transform: none;
  transition: all 0.4s ease;
}

.block .title.open:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.block .listbox {
  display: none;
  padding: 18px;
  text-align: left;
}

.block .listbox:after {
  content: "";
  display: block;
  clear: both;
}

.block .poll {
  padding: 10px 0;
}

.block .list li.active > a {
  color: var(--primary-pantone);
  font-weight: bold;
}

.block .list a {
  display: inline-block;
  padding: 8px 0;
  font-size: 15px;
  color: #8c8c8c;
  transition: all 0.2s ease;
}

.html-category-page .category-page-body .block.block-recently-viewed-products {
  margin-top: 80px;
}

.block-recently-viewed-products a.product-picture {
  padding: 0;
}

.block .list a:hover {
  color: var(--primary-pantone);
}

.block .list .product-picture {
  display: none;
}

.block .sublist {
  padding: 0 15px;
}

.block .view-all {
  margin: 7px 0;
}

.block .view-all a {
  display: block;
  margin: 15px 0 0;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--primary-pantone);
  transition: all 0.2s ease;
}

.block .view-all a:hover {
  color: #5c7600;
}

.block .tags {
  margin: 0 0 10px;
}

.block .tags ul {
  font-size: 0;
}

.block .tags li,
.product-tags-all-page li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  overflow: hidden;
  font-size: 16px !important; /*setting base size*/
}

.block .tags li a,
.product-tags-all-page li a {
  float: left;
  line-height: 30px;
  color: #8c8c8c;
  transition: all 0.2s ease;
}

.block .tags li a:hover,
.product-tags-all-page li a:hover {
  color: var(--primary-pantone);
}

.poll > strong {
  display: block;
  margin: 0 0 20px;
  font-size: 18px;
  color: var(--primary-pantone);
}

.poll-options,
.poll-results {
  margin: 0 0 15px;
  overflow: hidden;
}

.home-page-polls .poll-options li {
  margin-bottom: 5px;
  text-align: left;
}

.home-page-polls .poll .buttons {
  margin-top: 30px;
}

.home-page-polls .poll-total-votes {
  margin-top: 0;
}

.home-page-polls .answer label {
  display: block;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  cursor: pointer;
  transition: all 0.2s ease;
}

.home-page-polls .answer input[type="radio"]:checked + label:before {
  border: 4px solid #fff;
  background-color: var(--primary-pantone);
}

.home-page-polls .answer:hover label {
  background-color: #f6f6f6;
}

.home-page-polls .poll {
  max-width: 500px;
  margin: 0 auto;
}

.poll .buttons,
.poll-total-votes {
  margin-top: 15px;
}

.home-page-polls .poll .buttons input {
  color: #fff;
  background-color: var(--primary-pantone);
  padding: 15px 30px;
  border-radius: 3px;
}

.poll .buttons input:hover {
  background-color: #e8af00;
  color: #fff;
}

.poll .buttons input {
  padding: 10px 20px;
  border: none;
  background-color: #f1f1f1;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #8c8c8c;
  transition: all 0.2s ease;
}

.poll-total-votes {
  display: block;
  margin: 10px 0 0;
  font-weight: bold;
  text-align: right;
  font-size: 13px;
  text-transform: uppercase;
  color: #8c8c8c;
}

.block .poll .buttons {
  text-align: left;
}

.block .poll-options li,
.poll-results li {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  color: #8c8c8c;
  text-align: left;
}

.block .poll-options li:last-child {
  margin-bottom: 0;
}

.block .poll-results li:last-child {
  margin-bottom: 10px;
}

.home-page-polls {
  text-align: center;
  margin: 0 10px 50px;
}

.home-page-polls .title {
  margin: 0 0 20px;
  font-size: 28px;
  color: #444444;
}

.home-page-polls .title strong {
  font-weight: bold;
}

.answer {
  position: relative;
  overflow: hidden;
}

.answer input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.answer label {
  display: block;
  padding: 7px 0;
  font-size: 15px;
  color: #8c8c8c;
  cursor: pointer;
  transition: all 0.2s ease;
}

.block .answer label:hover {
  color: var(--primary-pantone);
}

.block .answer:after {
  content: "";
  display: block;
  clear: both;
}

.answer span:last-child {
  float: right;
  font-size: 13px;
}

.answer span strong {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 15px;
  color: #444444;
}

.answer label:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  vertical-align: bottom;
  background-color: #fff;
}

.answer input[type="radio"]:checked + label:before {
  margin-left: 1px;
  width: 17px;
  height: 17px;
  margin-right: 9px;
  box-shadow: 0 0 0 1px #e7e7e7;
  border: 3px solid #fff;
  background-color: var(--primary-pantone);
}

/********** CATEGORY PAGE **********/
.category-page,
.manufacturer-page {
  padding: 0 30px 0 0;
}

.category-breadcrumb-title-box {
  position: relative;
}

.html-category-page .category-breadcrumb-title-box {
  z-index: 5;
}

.category-breadcrumb-title-box .page-title {
  margin: 15px 0px;
  position: absolute;
  top: 20px;
}

.category-breadcrumb-title-box .page-title h1 {
  font-size: 15px;
  font-weight: normal;
  padding-left: 10px;
}

.category-breadcrumb-title-box .breadcrumb li > a:hover,
.category-breadcrumb-title-box .breadcrumb li > a:hover span,
.category-page .page-body .category-grid .item-box:hover .title a {
  color: var(--primary-pantone);
}

.category-page .page-body .product-selectors {
  margin: 10px 0;
  text-transform: unset;
  font-weight: normal;
  color: #585858;
}

.category-page .page-body .product-selectors .product-page-size {
  display: inline-block !important;
  float: right;
  margin: 0;
  width: auto;
}

.category-page
  .page-body
  .product-selectors
  .product-page-size
  #products-pagesize-desktop {
  padding: 5px;
}

.current-currency-right {
  float: right;
  padding-left: 2px;
}

.category-page .page-body .category-grid .item-grid {
  text-align: center;
}

.category-page .page-body .slider-wrapper {
  margin-bottom: 30px;
}

.category-page .page-body .category-grid .item-grid .item-box {
  float: unset;
  display: inline-block;
}

.category-page .page-body .product-selectors select {
  border: unset;
  border-bottom: 2px solid var(--primary-pantone);
  background-color: var(--light-gray);
  color: #515151;
}

.category-page .category-grid .item-box .title a {
  font-size: 16px;
  font-weight: normal;
  color: var(--title-gray);
}

.html-category-page .productPanelAjaxBusy {
  top: 102.5% !important;
}

.breadcrumb {
  margin: 0 20px 5px;
  text-align: center;
}

.center-1 .breadcrumb {
  margin-bottom: 20px;
}

.breadcrumb ul {
  font-size: 0;
}

.breadcrumb li {
  display: inline-block;
  font-size: 14px; /*reset zeroing*/
  line-height: 1.5;
  color: var(--title-gray);
}

.breadcrumb li:last-child .delimiter {
  display: none;
}

.breadcrumb li > a,
.breadcrumb li > span,
.breadcrumb li > strong {
  margin: 0 3px;
  transition: color 0.2s ease;
}

.breadcrumb strong {
  font-weight: normal;
}

.breadcrumb a:hover,
.breadcrumb a:hover span {
  color: var(--primary-pantone);
}

.breadcrumb .delimiter {
  display: inline-block;
  margin-right: 5px;
  font-size: 0;
}

.breadcrumb .delimiter:before {
  content: "\6a";
  display: block;
  font-size: 7px;
}

.category-description,
.manufacturer-description,
.vendor-description,
.contact-vendor {
  margin: 0 0 40px;
}

.contact-vendor-button {
  border: none;
  padding: 0 25px;
  height: 45px;
  background-color: var(--primary-pantone);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.1s ease;
}

.contact-vendor-button:hover {
  background-color: #e8af00;
}

.filters-button-wrapper {
  display: none !important;
}

.product-filters {
  display: none;
}

.product-selectors {
  width: 100%;
  margin: 0 auto 20px auto;
  text-align: center;
  font-size: 0;
}

.product-selectors:after {
  content: "";
  display: block;
  clear: both;
}

.product-selectors .product-sorting,
.product-selectors .product-page-size {
  width: calc(50% - 4px);
  display: inline-block;
  vertical-align: top;
  font-family: "roboto-regular";
  color: var(--title-gray);
}

.product-selectors select {
  display: block;
  padding: 0 40px 0 20px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f1f1f1;
  background-image: url("../img/select-arrow-dark.svg");
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #8c8c8c;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#products-pagesize-desktop {
  display: none;
}

.product-selectors .product-viewmode span {
  vertical-align: middle;
}

.product-selectors .product-viewmode a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  font-size: 0;
  padding-right: 45px;
}

.product-selectors .product-viewmode a:last-child {
  margin: 0;
}

.product-selectors .product-viewmode a.grid {
  background-image: url("../img/img_enmon/grid_view_icon.png");
  background-size: 37px;
}

.product-selectors .product-viewmode a.list {
  background-image: url("../img/img_enmon/list_view_ico.png");
  background-size: 50px;
}

.product-selectors .product-viewmode a.selected {
  opacity: 1;
}

.item-grid:after {
  content: "";
  display: block;
  clear: both;
}

.item-box {
  position: relative;
  width: 49%;
  float: left;
  margin: 0 0 2% 2%;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.item-box:nth-child(2n + 1) {
  margin-left: 0;
  clear: both;
}

.item-box .picture {
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  margin: 0 0 5px;
  border-radius: 2px 2px 0 0;
}

.item-box .picture > a {
  display: block;
  position: relative;
  overflow: hidden;
}

.item-box .picture > a:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.item-box .picture > a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  width: 204px;
  height: 204px;
}

.carousel-manufacturer-item .picture img,
.carousel-category-item .picture img {
  object-fit: contain;
}

.item-box .btn-wrapper {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0 10px;
}

.spc .item-box .btn-wrapper {
  margin: 0;
}

body .quick-view-button a {
  width: 35px;
  height: 35px;
}

body .quick-view-button a:before {
  position: relative;
  top: -2px;
}

.item-box .btn-wrapper .quick-view-button,
body .intelisale-bestsellers .item-box .btn-wrapper {
  display: none;
}

.item-box .manufacturer-item .picture > a img,
.item-box .vendor-item .picture > a img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  max-width: 100%;
  height: auto;
}

body .nop-jcarousel.manufacturer-grid .item-box .picture img,
body .nop-jcarousel.vendor-grid .item-box .picture img {
  opacity: 1 !important;
}

.item-box .details {
  padding: 10px;
}

.item-box .product-title,
.item-box .title {
  height: 39px;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  color: var(--title-gray);
}

.item-box .product-title a,
.item-box .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.item-box .product-title a,
.item-box .title a,
.item-box .product-title,
.item-box .title {
  color: #343434 !important;
  font-size: 15px !important;
}

.item-box .sku {
  display: none; /*remove if you want to show sku*/
  font-size: 13px;
  color: #8c8c8c;
  margin-bottom: 5px;
}

.item-box .product-rating-box {
  display: none;
  margin: 0 0 8px;
}

.item-box .rating {
  background: url("../img/rating1.gif") repeat-x;
  width: 65px;
  height: 12px;
}

.item-box .rating div {
  background: url("../img/rating2.gif") repeat-x;
  height: 12px;
}

.item-box .description {
  display: none; /*hidden by design*/
  height: 30px;
  margin: 0 0 10px;
  overflow: hidden;
}

.item-box .description a {
  display: block;
  overflow: hidden;
}

.item-box .prices {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  min-height: 60px;
  height: 100px;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-align: right;
}

.item-box .prices *:empty {
  display: none;
}

.item-box .prices * {
  display: inline-block;
}

.item-box .old-price {
  display: inline-block;
  font-size: 15px;
  color: #aaaaaa;
  text-decoration: line-through;
}

.item-box .add-info .actual-price {
  font-size: 26px;
  color: var(--title-gray);
}

.item-box .add-info .product-box-add-to-cart-button {
  border: 1px solid var(--primary-pantone);
  color: var(--primary-pantone);
  background-color: #fff;
  border-radius: 0;
}

.item-box .add-info .buttons .product-box-add-to-cart-button:hover {
  background-color: var(--primary-pantone);
  color: #fff;
}

.item-box .add-info .buttons .ajax-cart-button-wrapper {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.item-box .add-info .product-box-add-to-cart-button,
.product-grid
  .item-box
  .productQuantityDropdown
  ~ .product-box-add-to-cart-button,
.product-grid
  .ajax-cart-button-wrapper
  .add-to-cart-qty-wrapper
  + .product-box-add-to-cart-button {
  width: 100% !important;
  vertical-align: top;
  margin-left: 8px;
}

.item-box .add-info .buttons .add-to-cart-qty-wrapper {
  height: 40px;
  width: 60px;
}

.item-box .add-info .buttons .add-to-cart-qty-wrapper .productQuantityTextBox {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  margin-left: 0;
  border-radius: 0;
  text-align: center;
}

.item-box .add-info .buttons .add-to-cart-qty-wrapper .plus {
  right: 0;
  top: -3px;
  height: 100%;
  padding-top: 10px;
  margin-right: 0;
}

.item-box .add-info .buttons .add-to-cart-qty-wrapper .minus {
  left: 0;
  top: -3px;
  height: 100%;
  padding-top: 10px;
  margin-left: 0;
}

.item-box .old-price + .actual-price,
.item-box .actual-price + .tax-shipping-info {
  margin-left: 5px;
}

.item-box .tax-shipping-info {
  color: #8c8c8c;
}

.item-box .tax-shipping-info a {
  color: var(--primary-pantone);
}

.item-box .base-price-pangv {
  color: #8c8c8c;
}

.item-box .buttons {
  display: none;
  font-size: 0;
}

.item-box input[type="button"] {
  height: 40px;
  padding: 0 5px;
  vertical-align: middle;
  border: none;
  text-overflow: ellipsis;
  overflow: hidden;
}

.item-box .button-2 {
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  color: #8c8c8c;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.item-box .buttons .button-2:hover {
  background-color: var(--primary-pantone);
  color: #fff;
}

.item-box .product-rating-box {
  margin-bottom: 10px;
}

.item-box .btn-wrapper {
  font-size: 0;
}

.item-box .btn-wrapper .button-2 {
  margin-left: 4px;
  width: 25px;
  height: 25px;
  line-height: 40px;
  font-size: 0;
  border-radius: 30px;
  background-color: transparent;
  border: 0;
  font-size: 0;
  backface-visibility: hidden;
  transition: all 0.1s ease;
}

.item-box .btn-wrapper .add-to-compare-list-button {
  background-image: url("../img/img_enmon/uporedi_ico_orange.svg");
  background-repeat: no-repeat;
  background-size: 30px;
}

.item-box .btn-wrapper .add-to-wishlist-button {
  background-image: url("../img/img_enmon/favorites_ico.svg");
  background-repeat: no-repeat;
  background-size: 30px;
}

.spc-categories .item-box .btn-wrapper .add-to-wishlist-button:before {
  content: "\63";
  background-image: unset;
}

.spc-categories .item-box .btn-wrapper .add-to-compare-list-button:before {
  content: "\62";
  background-image: unset;
}

.spc-categories .item-box .btn-wrapper .quick-view-button {
  display: inline-block;
}

.spc-categories .item-box .btn-wrapper .button-2 {
  margin-left: 4px;
  width: 35px;
  height: 35px;
  line-height: 40px;
  font-size: 0;
  border-radius: 30px;
  background-color: #f1f1f1;
  border: 0;
  font-size: 0;
  backface-visibility: hidden;
  transition: all 0.1s ease;
  background-image: none;
}

body .spc-categories .slick-next:hover:before {
  color: #fff;
}

.item-box .picture .btn-wrapper button:hover {
  background-color: transparent;
}

.item-box .btn-wrapper button:before {
  position: relative;
  top: -2px;
  transition: all 0.1s ease;
  text-transform: none;
  font-weight: normal;
  font-size: 18px;
  color: #8e8e8e;
}

.item-box .btn-wrapper button:hover {
  background-color: var(--primary-pantone);
}

.item-box .btn-wrapper button:hover:before {
  color: #fff;
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid {
  margin: 0 auto 45px;
}

.home-page-category-grid .item-box {
  background-color: #f6f6f6;
}

.category-grid .item-box {
  border: none;
}

.category-grid .item-box .picture {
  margin: 0;
  border: none;
  border-radius: 15%;
  background: transparent;
}

.category-grid .item-box .picture a:before {
  padding-top: 73.33%;
}

.vendor-item .picture,
.manufacturer-item .picture {
  margin-bottom: 0;
}

.vendor-item .title,
.manufacturer-item .title,
.category-grid .item-box .title {
  margin-bottom: 0;
  height: auto;
}

.vendor-item .title a,
.manufacturer-item .title a,
.category-grid .item-box .title a {
  display: block;
  padding: 16px 15px;
  font-size: 13px;
  color: #444444;
  font-weight: bold;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: color 0.2s ease;
}

.sub-category-grid .item-box .title a {
  white-space: normal;
  text-overflow: initial;
}

.vendor-item:hover .title a,
.manufacturer-item:hover .title a,
.category-grid .item-box:hover .title a {
  color: var(--primary-pantone);
}

.home-page-advantages {
  margin-bottom: 45px;
  overflow: hidden;
}

.advantages-item {
  padding: 10px 15px;
  margin-bottom: 5px;
  background-color: #f6f6f6;
  overflow: hidden;
  text-align: left;
}

.advantages-item > div {
  display: inline-block;
  vertical-align: middle;
}

.advantages-item .description {
  display: none;
}

.advantages-item .picture {
  width: 40px;
  height: 40px;
}

.advantages-item .picture img {
  max-height: 100%;
  max-width: 100%;
}

.advantages-item .info {
  width: calc(100% - 55px);
  padding-left: 10px;
}

.advantages-item .title {
  font-size: 15px;
  color: #444444;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.advantages-item .title a {
  transition: all 0.2s ease;
}

.advantages-item .title a:hover {
  color: var(--primary-pantone);
}

.product-grid .title {
  margin: 0 0 25px;
  font-size: 28px;
  color: #444444;
  font-weight: bold;
  text-align: center;
}

.pager {
  margin: 0 0 20px;
}

.pager:last-child {
  margin-bottom: 0;
}

.pager ul {
  text-align: center;
  font-size: 0;
}

.pager li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.pager li a,
.pager li span {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 37px;
  border-radius: 50%;
  text-align: center;
  font-size: 15px; /*reset zeroing*/
  cursor: pointer;
  color: #8c8c8c;
  transition: all 0.3s ease;
}

.pager li a:hover,
.pager li span {
  color: #fff;
  background-color: var(--primary-pantone);
  border-color: var(--primary-pantone) !important;
}

.pager li a:hover::before {
  color: #fff;
}

.pager li a:before {
  display: block;
  font-size: 12px;
  color: #d0d0d0;
  line-height: 37px;
  transition: all 0.3s ease;
}

.pager li.previous-page a,
.pager li.next-page a,
.pager li.first-page a,
.pager li.last-page a {
  font-size: 0;
  background-color: #fff;
}

.pager li.previous-page a:hover,
.pager li.next-page a:hover,
.pager li.first-page a:hover,
.pager li.last-page a:hover {
  background-color: var(--primary-pantone);
}

.previous-page a,
.next-page a,
.first-page a,
.last-page a {
  border: 1px solid var(--background-gray);
}

.previous-page a:before,
.next-page a:before {
  content: "\6b";
}

.next-page a:before {
  content: "\6a";
}

.first-page a:before {
  content: "\56";
}

.last-page a:before {
  content: "\57";
}

.block-category-navigation .title,
.block-recently-viewed-products .title,
.block-popular-tags .title {
  font-size: 14px;
  font-family: "roboto-regular";
  color: var(--title-gray);
}

.block-category-navigation .listbox,
.block-recently-viewed-products .listbox,
.block-popular-tags .listbox {
  font-size: 13px;
  font-family: "roboto-regular";
  font-weight: 600;
  color: var(--title-gray);
}

/********** FILTER **********/

.nopAjaxFilters7Spikes .filtersPanel .filter-block {
  margin: 15px 0;
  padding-top: 10px;
  border-radius: 0;
}

.nopAjaxFilters7Spikes .filtersPanel .filter-block .toggleControl:before {
  content: "\6a";
  left: 90%;
  transform: translateY(-90%) rotate(-180deg);
  font-size: 0px;
  color: var(--primary-pantone);
  background-image: url(../img/img_enmon/double-down.png);
  background-size: 40px;
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  top: 70%;
}

.nopAjaxFilters7Spikes .filter-block .toggleControl.closed:before {
  transform: translateY(-50%) rotate(0deg);
  top: 50%;
}

.nopAjaxFilters7Spikes .filtersPanel .filter-block .filtersGroupPanel {
  padding: 18px 0;
  font-family: "roboto-regular";
  font-weight: 600;
}

.nopAjaxFilters7Spikes
  .filtersPanel
  .filter-block
  .filtersGroupPanel
  .priceRangeMinMaxPanel {
  display: none;
}

.nopAjaxFilters7Spikes .filter-block .toggleControl {
  padding: 10px 35px 10px 10px;
  border-left: 2px solid var(--primary-pantone);
  font-size: 14px;
  font-weight: normal;
  font-family: "roboto-regular";
  color: var(--title-gray);
}

.nopAjaxFilters7Spikes .filter-block .filtersGroupPanel .checkbox-list label {
  font-size: 12px;
  font-family: "roboto-regular";
  font-weight: 600;
  color: #aaaaaa;
}

.nopAjaxFilters7Spikes
  .filtersPanel
  .filter-block
  .filtersGroupPanel
  .ui-slider {
  max-width: 100%;
  border-bottom: unset;
}

.nopAjaxFilters7Spikes
  .filtersPanel
  .filter-block
  .filtersGroupPanel
  .priceRangeCurrentPricesPanel {
  font-family: "roboto-regular";
  font-weight: 600;
  color: var(--title-gray);
}

.nopAjaxFilters7Spikes
  .filtersPanel
  .filter-block
  .filtersGroupPanel
  .ui-slider
  .ui-slider-range {
  height: 1px;
  background-color: #312d2d;
}

.nopAjaxFilters7Spikes
  .filtersPanel
  .filter-block
  .filtersGroupPanel
  .ui-slider
  .ui-slider-handle {
  top: 4px;
  width: 13px;
  height: 13px;
  border-color: var(--primary-pantone);
  background-color: var(--primary-pantone);
}

.nopAjaxFilters7Spikes
  .filtersPanel
  .filter-block
  .filtersGroupPanel
  input[type="checkbox"]:checked
  + label:before {
  background-color: var(--primary-pantone);
}

.nopAjaxFilters7Spikes
  .filtersPanel
  .filter-block
  .filtersGroupPanel
  .selected-options-list
  > li
  span {
  background-color: var(--primary-pantone);
}

.nopAjaxFilters7Spikes .clearFilterOptionsAll {
  color: var(--primary-pantone);
  font-family: "roboto-regular";
  font-weight: 100;
}

.nopAjaxFilters7Spikes .clearFilterOptionsAll:hover {
  color: unset;
}

/********** PRODUCT PAGE **********/

.pdp-discount-ribbon-wrapper {
  position: absolute;
  left: -50px;
  display: flex;
  flex-direction: column;
  top: 25px;
}

.pdp-discount-ribbon-wrapper div {
  margin-bottom: 10px;
}

.enmon-pdp-discount {
  position: relative;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--primary-pantone);
  color: #fff;
  font-size: 14px;
  font-family: "roboto-regular";
}

/* custom code for promo price new logic*/
.enmon-pdp-discount-samoOnline {
  position: relative;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--primary-pantone);
  color: #fff;
  font-size: 13px;
  font-family: "roboto-regular";
  padding-left: 0.2rem;
}

.enmon-pdp-discount-free-shipping {
  position: relative;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--primary-pantone);
  color: #fff;
  font-size: 13px;
  font-family: "roboto-regular";
  text-align: center;
}

.product-details-page .product-grid {
  width: 100%;
}

.mobile-name-holder .breadcrumb {
  margin: 0 0 20px;
}

.product-essential {
  margin: 0 0 20px;
}

.product-essential:after {
  content: "";
  display: block;
  clear: both;
}

.gallery {
  margin: 0 auto 40px;
  max-width: 500px;
}

.gallery .picture {
  position: relative;
  max-width: 100%;
  margin: initial;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  font-size: 0;
  width: 100%;
}

.gallery .picture:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.gallery .picture img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  object-fit: contain;
  max-width: initial;
  width: 100%;
  height: 100%;
}

.gallery .picture-thumbs {
  margin: 10px 0 0;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

.gallery .thumb-item {
  display: inline-block;
  position: relative;
  width: 85px;
  margin: 0 4px 10px;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
}

.gallery .thumb-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.gallery .thumb-item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.html-product-details-page .breadcrumb {
  background-color: #fff;
  margin: 0;
  padding: 10px 25px;
}

.product-details-page .gallery {
  width: 55%;
  padding: 25px;
}

.overview {
  position: relative;
  margin: 0 0 20px;
}

.product-details-page .overview {
  width: 45%;
  padding: 25px;
}

.product-name .manufacturers,
.overview .manufacturers {
  font-size: 12px;
  color: #707070;
}

.overview .product-name .manufacturers .label {
  font-family: "roboto-regular";
}

.overview .product-name .manufacturers .value:hover {
  color: #707070;
}

.product-name .manufacturers .value,
.overview .manufacturers .value {
  color: var(--primary-pantone);
}

.product-name .manufacturers .value:hover,
.overview .manufacturers .value:hover {
  color: var(--primary-pantone);
}

.discontinued-product {
  margin: 0 0 20px;
  color: #ff4f60;
}

.overview .product-name {
  margin: 0 0 25px;
}

.product-details-page .overview .product-name {
  width: 100%;
  min-height: auto;
  margin-bottom: 15px;
}

.product-name h1 {
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 20px;
  color: var(--title-gray);
  border-left: 2px solid var(--primary-pantone);
}

.overview .short-description {
  margin: 0 0 50px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--title-gray);
  font-family: Open-Sans-SemiBold;
}

.product-details-page .overview .product-prices-box {
  position: unset;
}

.add-to-cart-content .add-to-wishlist button span {
  display: block;
  padding-top: 3px;
  font-size: 12px;
  color: #707070;
}

.product-review-box {
  display: inline-block;
  margin: 0 0 5px;
}

.product-review-box .rating {
  width: 65px;
  height: 12px;
  background: url("../img/rating1.gif") repeat-x;
}

.product-review-box .rating div {
  height: 12px;
  background: url("../img/rating2.gif") repeat-x;
}

.product-no-reviews a {
  font-size: 14px;
  color: #8c8c8c;
  transition: color 0.2s ease;
}

.product-review-links a:hover,
.product-no-reviews a:hover {
  color: var(--primary-pantone);
}

.product-review-links {
  font-size: 14px;
  color: #8c8c8c;
}

.product-review-links .separator {
  margin: 0 5px;
}

.product-review-links a {
  transition: color 0.2s ease;
}

.add-to-cart-content .product-prices-box,
.add-to-cart-content .left-content {
  height: 250px;
}

.add-to-cart-content .left-content {
  padding-bottom: 40px;
}

.add-to-cart-content .compare-products .add-to-compare-list-button:hover {
  color: #707070;
}

.add-to-cart-content .product-prices-box .add-to-cart-panel .add-to-cart-button,
.overview .call-for-price-button,
.overview .add-to-cart-button {
  background-color: var(--primary-pantone) !important;
  border: 1px solid var(--primary-pantone);
  font-family: "roboto-regular";
  color: #fff !important;
  font-size: 13px;
  font-weight: 100;
}

.add-to-cart-content
  .product-prices-box
  .add-to-cart-panel
  .add-to-cart-button:hover,
.overview .add-to-cart-button:hover,
.call-for-price-button:hover {
  color: var(--primary-pantone) !important;
  background-color: #fff !important;
}

.overview .compare-products {
  position: relative;
  top: 3px;
  text-align: center;
}

.overview .compare-products img {
  width: 25px;
  cursor: pointer;
}

.compare-products .add-to-compare-list-button {
  position: relative;
  top: -3px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  border: none;
  background: transparent;
  transition: all 0.2s ease;
  text-align: center;
  font-family: "roboto-regular";
  color: #707070;
}

.compare-products .add-to-compare-list-button:before {
  content: "\62";
  display: none;
  vertical-align: text-bottom;
  margin-right: 10px;
  font-size: 18px;
  color: #8c8c8c;
  text-transform: none;
  font-weight: normal;
  transition: all 0.2s ease;
}

.compare-products .add-to-compare-list-button:hover,
.compare-products .add-to-compare-list-button:hover:before {
  color: var(--primary-pantone);
}

.compare-products .add-to-compare-list-button:hover:before {
  -webkit-transform: rotate3d(1, 0, 0, 180deg);
  -ms-transform: rotate3d(1, 0, 0, 180deg);
  transform: rotate3d(1, 0, 0, 180deg);
}

.html-compare-products-page .compare-products-page-body .mobile-product-table {
  height: 100%;
}

.html-compare-products-page
  .compare-products-page-body
  .mobile-product-table
  .compare-products-table {
  height: 98.6%;
  margin: 5px 0 0 0;
}

.html-compare-products-page .compare-products-page-body tr {
  height: 90px;
}

.html-compare-products-page .compare-products-page-body .remove-product {
  height: 40px;
}

.html-compare-products-page .compare-products-page-body .product-picture {
  height: 291px;
}

.product-details-page .overview .additional-details {
  margin-bottom: 10px;
  font-family: "roboto-regular";
  color: #707070;
  font-size: 12px;
}

.product-details-page .overview .additional-details .sku {
  color: var(--dark-gray);
  font-size: 12px;
}

.product-details-page .pick-n-go-container {
  margin: 10px 0;
}

.product-details-page .add-to-cart-qty-wrapper {
  margin-right: 25px;
}

.product-details-page .overview .qty-input {
  width: 60px;
  padding: 0;
}

.product-details-page .overview .add-to-cart-qty-wrapper .plus,
.product-details-page .overview .add-to-cart-qty-wrapper .minus {
  top: -3px;
  height: 45px;
  line-height: 45px;
}

.product-details-page .overview .add-to-cart-qty-wrapper .plus {
  right: -20px;
}

.product-details-page .overview .add-to-cart-qty-wrapper .minus {
  left: -20px;
}

.product-details-page .min-qty-notification {
  display: none;
}

.product-details-page .overview #reset-attributes {
  color: var(--primary-pantone);
}

.product-details-page .productTabs-header {
  width: 70%;
  margin: 0 auto;
  border-bottom: 1px solid var(--border-gray);
  font-family: "roboto-regular";
}

.overview .stock,
.variant-overview .stock {
  display: inline-block;
  padding: 0 0 10px;
  font-weight: bold;
  font-size: 13px;
  color: var(--primary-pantone);
  font-family: "roboto-regular";
  font-weight: 600;
}

.product-details-page .overview .stock {
  margin: 0;
}

.product-details-page .overview #no-product-found {
  color: red;
}

.overview .stock .label,
.variant-overview .stock .label {
  display: none;
}

.back-in-stock-subscription {
  margin: 0 0 15px;
  font-size: 0;
  backface-visibility: hidden;
}

.back-in-stock-subscription:before {
  content: "\45";
  display: inline-block;
  margin-right: 7px;
  vertical-align: bottom;
  color: #8c8c8c;
  font-size: 17px;
  transition: color 0.2s ease;
}

.back-in-stock-subscription:hover:before {
  color: var(--primary-pantone);
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -moz-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.back-in-stock-subscription input {
  background: transparent;
  border: none;
  font-size: 12px;
  font-weight: bold;
  color: #8c8c8c;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.overview .additional-details,
.variant-overview .additional-details {
  margin-bottom: 30px;
}

.overview .additional-details div,
.variant-overview .additional-details div {
  margin: 0 0 5px;
  font-size: 15px;
  color: #8c8c8c;
}

.overview .additional-details div .value,
.variant-overview .additional-details div .value {
  color: #444444;
}

.overview .additional-details div .value a,
.variant-overview .additional-details div .value a {
  color: var(--primary-pantone);
  text-decoration: none;
}

.overview .additional-details div .value a:hover,
.variant-overview .additional-details div .value a:hover {
  color: var(--primary-pantone);
}

.overview .delivery-date,
.variant-overview .delivery-date {
  margin: 0 0 5px;
  font-size: 14px;
  color: #8c8c8c;
}

.free-shipping {
  display: inline-block;
  margin: 10px auto 15px;
  color: #8c8c8c;
  font-size: 14px;
}

.download-sample {
  font-size: 0;
  margin: 30px 0;
}

.download-sample a {
  font-size: 13px;
  color: var(--primary-pantone);
  font-weight: bold;
  text-transform: uppercase;
}

.download-sample a:before {
  content: "\4a";
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
  vertical-align: text-bottom;
}

.overview-buttons div {
  display: inline-block;
  margin: 0 5px 10px;
}

.attributes {
  padding: 10px;
  font-size: 15px;
  text-align: left;
  margin: 0 auto 20px;
}

.attributes:only-child {
  margin-bottom: 0;
}

.attributes-wrapper > div {
  max-width: 320px;
  margin-left: auto;
  margin-right: 0;
}

.attributes-wrapper > div.product-prices-box {
  max-width: none;
}

.attributes dl {
  overflow: hidden;
}

.attributes dt,
.attributes .attribute-label,
.giftcard label {
  display: block;
  font-size: 15px;
  margin: 0 0 5px;
  white-space: nowrap;
  font-weight: bold;
  color: #444444;
}

.attributes dt,
.attributes dd {
  text-align: center;
}

.attributes dd li {
  text-align: left;
}

.attributes .required {
  color: #444444;
}

.attributes dd {
  margin: 0 0 20px;
}

.attributes dd:last-child {
  margin-bottom: 0;
  text-align: right;
}

.attributes li {
  margin: 8px 0 10px;
}

.attributes dd select,
.product-details-page .attributes dd select:only-child {
  max-width: 100%;
}

.product-details-page .attributes dd select {
  max-width: calc(100% - 60px);
}

.attributes select + .qty-box {
  margin-top: 10px;
}

.attributes dd input[type="text"],
.attributes dd input[type="password"],
.attributes dd input[type="tel"],
.attributes dd input[type="email"],
.attributes dd select:only-child {
  width: 100%;
  line-height: 45px;
}

.attributes.rental-attributes {
  font-size: 0;
}

.attributes.rental-attributes > div {
  display: inline-block;
  width: 49%;
}

.attributes.rental-attributes > div:nth-child(2n) {
  margin-left: 2%;
}

.attributes.rental-attributes > div:only-child {
  width: 100%;
  margin-left: 0;
}

.attributes.rental-attributes input {
  height: 45px;
  padding: 0 20px;
  border-radius: 3px;
  text-align: left;
}

.product-social-buttons {
  margin-bottom: 30px;
  margin-right: 5px;
}

.product-details-page-body .product-name h1 .product-social-buttons {
  display: none;
  margin: 0px 25px 10px 25px;
  width: fit-content;
}

.product-details-page-body .add-to-cart-content-bottom .product-social-buttons {
  display: block;
}

.product-details-page-body .add-to-cart-content-top {
  display: none;
}

.product-social-label {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
  color: #444444;
}

.product-social-sharing li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}

.product-social-sharing li a {
  display: block;
  font-size: 0;
  backface-visibility: hidden;
}

.product-social-sharing li a:before,
.email-a-friend:before {
  display: block;
  font-size: 22px;
  color: #8e8e8e;
  transition: all 0.5s ease;
}

.product-social-sharing li a:hover:before,
.product-social-sharing .email-a-friend:hover:before {
  -webkit-transform: rotate3d(0, 1, 0, 360deg);
  -ms-transform: rotate3d(0, 1, 0, 360deg);
  transform: rotate3d(0, 1, 0, 360deg);
}

.product-social-sharing a.twitter:before {
  content: "\6f";
}

.product-social-sharing a.facebook:before {
  content: "\6e";
}

.product-social-sharing a.pinterest:before {
  content: "\44";
}

.product-social-sharing a.google:before {
  content: "\70";
}

.product-social-sharing .email-a-friend:before {
  content: "\6d";
  position: absolute;
  top: 0;
  left: 12px;
  pointer-events: none;
}

.product-social-sharing .email-a-friend {
  position: relative;
}

.product-social-sharing .email-a-friend input {
  width: 22px;
  height: 22px;
  border: none;
  background: transparent;
  font-size: 0;
}

.product-social-sharing li a:hover:before,
.email-a-friend:hover:before {
  color: var(--primary-pantone);
}

.attributes .qty-box {
  margin: 0 0 0 5px;
}

.attributes .qty-box label {
  display: none;
}

.attributes .qty-box input[type="text"] {
  width: 50px;
  height: 45px;
  text-align: center;
  border-radius: 3px;
}

.gender label,
.option-list li label,
.inputs.accept-consent label,
td.remove-from-cart label,
td.add-to-cart label,
.terms-of-service label,
.terms-of-agreement label,
.selector label,
.use-reward-points label {
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.attributes .datepicker {
  width: 100%;
  text-align: center;
}

.ui-datepicker {
  width: 280px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
}

.ui-datepicker-header {
  position: relative;
  height: 32px;
  background-color: var(--primary-pantone);
  color: #fff;
  overflow: hidden;
}

.ui-datepicker-header a {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 40px;
  height: 32px;
  line-height: 32px;
  font-size: 0;
  transition: all 0.2s ease;
}

.ui-datepicker-header a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.ui-datepicker-header a:before {
  display: block;
  font-size: 10px;
  color: #fff;
}

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
}

.ui-datepicker-header a.ui-datepicker-prev:before {
  content: "\6b";
}

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
}

.ui-datepicker-header a.ui-datepicker-next:before {
  content: "\6a";
}

.ui-datepicker-title {
  position: relative;
  z-index: 0;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
}

.ui-datepicker-calendar th {
  background-color: #f6f6f6;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  width: 14.285%;
}

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
  display: block;
  font-size: 14px;
  color: #8c8c8c;
  min-height: 32px;
  line-height: 32px;
  border-radius: 3px;
  transition: all 0.2s ease;
}

.ui-datepicker-calendar th span {
  font-size: 13px;
}

.ui-datepicker-calendar td a:hover {
  background-color: #f1f1f1;
}

.ui-datepicker-calendar a.ui-state-active:hover,
.ui-datepicker-calendar a.ui-state-active {
  background-color: var(--primary-pantone);
  color: #fff;
}

.attribute-squares {
  font-size: 0;
}

.attribute-squares li {
  display: inline-block;
  margin: 0 5px 5px;
  line-height: normal !important;
  text-align: center;
}

.attribute-squares label {
  display: block;
  margin: 0 !important;
  overflow: hidden;
}

.attribute-squares input[type="radio"] {
  position: absolute;
  left: auto;
  z-index: -1;
  opacity: 0;
  margin-top: -25px;
}

.attribute-squares span {
  display: block;
  user-select: none;
}

.attribute-square {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  border: 2px solid #e7e7e7;
  border-radius: 3px;
  cursor: pointer;
}

.selected-value .attribute-square {
  border-color: #868686;
}

.attribute-squares .tooltip-container {
  position: absolute;
  display: block;
  width: 200px;
  color: #000000;
  background: #ffffff;
  border: 1px solid #eeeeee;
  text-align: center;
  visibility: hidden;
  border-radius: 5px;
}

.tooltip-container:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-bottom: 7px solid #eeeeee;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tooltip-container:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #f6f6f6;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.attribute-squares li:hover .tooltip-container {
  visibility: visible;
  margin-left: -83px;
  margin-top: 5px;
  z-index: 999;
}

.tooltip-container .tooltip-header {
  background-color: #f6f6f6;
  height: 25px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding-left: 10px;
  padding-top: 5px;
  text-align: left;
  color: #8c8c8c;
  width: 198px;
  font-size: 13px;
  border-bottom: 1px #eeeeee solid;
}

.tooltip-container .tooltip-body {
  margin: 5px;
}

.tooltip-container .tooltip-body img {
  border: 0px #fff;
  width: 190px;
}

.giftcard {
  margin: 0 0 20px;
  overflow: hidden;
  clear: both;
}

.giftcard div {
  margin: 0 0 20px;
}

.giftcard label {
  display: block;
  margin: 0 0 5px;
}

.giftcard input,
.giftcard textarea {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
}

.giftcard textarea {
  height: 150px;
  line-height: 1.5;
}

.overview .prices,
.variant-overview .prices {
  margin: 10px 0;
  overflow: hidden;
  font-size: 14px;
  color: #8c8c8c;
}

.overview .prices > div,
.variant-overview .prices > div {
  margin: 0 0 5px;
}

.overview .old-product-price,
.variant-overview .old-product-price {
  color: #8c8c8c;
  font-size: 0;
}

.product-details-page .overview .old-product-price {
  color: #aaaaaa;
  font-family: "roboto-regular";
  font-size: 18px;
  text-align: right;
}

.overview .old-product-price span,
.overview .old-product-price label,
.variant-overview .old-product-price span,
.variant-overview .old-product-price label {
  font-size: 17px;
}

.overview .non-discounted-price,
.variant-overview .non-discounted-price {
  font-size: 14px;
  color: #8c8c8c;
}

.overview .product-price,
.variant-overview .product-price {
  font-size: 25px;
  color: var(--primary-pantone);
  font-weight: bold;
}

.product-details-page .overview .non-discounted-price {
  color: var(--primary-pantone);
  font-family: "roboto-regular";
  font-size: 15px;
  text-align: right;
}

.product-details-page .overview .discounted-price {
  font-size: 30px;
  font-family: "roboto-regular";
  color: var(--title-gray);
  text-align: right;
}

.grouped-product-box {
  margin-bottom: 40px;
}

.grouped-product-box label {
  display: none;
  margin: 0 0 15px;
  color: #787878;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

.grouped-btn {
  display: block;
  max-width: 320px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  background-color: #f1f1f1;
  border-radius: 3px;
  font-size: 13px;
  color: #8c8c8c;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.2s ease;
}

.grouped-btn:before {
  content: "\4b";
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  font-size: 12px;
  color: #8e8e8e;
  text-transform: none;
  transition: all 0.2s ease;
}

.grouped-btn:hover {
  background-color: var(--primary-pantone);
  color: #fff;
}

.grouped-btn:hover:before {
  color: #fff;
}

.grouped-btn span {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.grouped-btn strong {
  display: inline-block;
  vertical-align: top;
}

.tier-prices {
  margin: 20px 0 30px;
  font-size: 15px;
  color: #8c8c8c;
}

.tier-prices .title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #444444;
}

.tier-prices .prices-table {
  border: 1px solid #e7e7e7;
  overflow: hidden;
  border-radius: 3px;
}

.tier-prices .prices-row {
  float: left;
  width: 50%;
}

.tier-prices .prices-row > div {
  padding: 10px;
}

.tier-prices .item-price {
  color: var(--primary-pantone);
}

.tier-prices .tbody {
  border-left: 1px solid #e7e7e7;
}

.customer-entered-price {
  margin: 30px 0;
  overflow: hidden;
  padding: 10px;
}

.customer-entered-price .price-input {
  margin-bottom: 5px;
}

.customer-entered-price .price-input label {
  display: block;
  font-size: 15px;
  margin: 0 0 5px;
  font-weight: bold;
  color: #444444;
}

.customer-entered-price .enter-price-input {
  border-radius: 3px;
  height: 45px;
  width: 150px;
  text-align: center;
}

.customer-entered-price .price-range {
  color: #8c8c8c;
}

.overview .add-to-cart {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px;
  width: calc(100% - 55px);
}

.variant-overview .add-to-cart {
  display: inline-block;
}

.variant-overview .add-to-wishlist {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin-left: 5px;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
  margin: 0 0 10px;
  font-size: 14px;
  color: #8c8c8c;
}

.overview .add-to-cart-panel {
  position: relative;
  font-size: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -ms-justify-content: end;
  -o-justify-content: end;
  justify-content: end;
  grid-gap: 10px;
}

.variant-overview .add-to-cart-panel {
  position: relative;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}

.overview .qty-label,
.variant-overview .qty-label {
  position: absolute;
  left: -25px;
  line-height: 36px;
  display: none !important;
}

.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
  border-radius: 3px;
  height: 45px;
  padding: 12px;
  text-align: center;
  color: #434343;
  font-size: 13px;
  vertical-align: top;
  font-family: "roboto-regular";
}

.overview .qty-dropdown,
.variant-overview .qty-dropdown {
  margin-right: 10px;
  width: 73px;
  padding: 0 33px 0 17px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  background: url(../img/select-arrow-dark.svg) no-repeat right 15px center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.variant-overview .qty-dropdown,
.variant-overview .add-to-cart-qty-wrapper {
  margin-right: 5px;
}

.overview .qty-input,
.variant-overview .qty-input {
  padding-right: 27px;
  width: 80px;
}

.variant-buttons-wrapper {
  font-size: 0;
}

.overview .qty-dropdown + .add-to-cart-button {
  width: calc(100% - 85px);
  max-width: 250px;
}

.overview .add-to-cart-qty-wrapper + .add-to-cart-button {
  padding: 0;
  width: calc(100% - 90px);
  max-width: 250px;
}

.add-to-cart-qty-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.add-to-cart-qty-wrapper .plus,
.add-to-cart-qty-wrapper .minus {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  display: inline-block;
  width: 15px;
  height: 18px;
  margin: 3px;
  background-color: #f1f1f1;
  text-align: center;
  font-family: "emporium-icons";
  font-size: 7px;
  line-height: 18px;
  color: #434343;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
}

.add-to-cart-qty-wrapper .minus {
  top: auto;
  bottom: 0;
}

.add-to-cart-qty-wrapper input[type="text"] {
  color: #434343;
}

.add-to-cart-qty-wrapper .plus:hover,
.add-to-cart-qty-wrapper .minus:hover {
  background-color: #eaeaea;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
  padding: 0 15px;
  font-size: 15px;
  vertical-align: top;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}

.variant-overview .add-to-cart-button {
  padding: 0 14px;
  width: 140px;
}

.overview .add-to-wishlist {
  display: inline-block;
  margin-left: 5px;
}

.overview .add-to-wishlist button {
  display: block;
  width: 60px;
  border: none;
  border-radius: 3px;
  font-weight: bold;
  color: var(--title-gray);
  font-size: 0;
  text-align: center;
  font-family: "roboto-regular";
  background-color: #fff;
  transition: all 0.1s ease;
}

.overview .add-to-wishlist button:before {
  content: "\63";
  display: inline-block;
  vertical-align: bottom;
  color: #8c8c8c;
  font-size: 17px;
  text-transform: none;
  font-weight: normal;
}

.pre-order-availability-date {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #8c8c8c;
}

.pre-order-availability-date label {
  vertical-align: top;
}

.full-description,
.product-specs-box {
  margin: 0 -10px;
  padding: 0 10px;
  background-color: #f6f6f6;
  clear: both;
}

.full-description {
  padding: 20px;
  line-height: 1.5;
  font-size: 16px;
  color: #343434;
  font-weight: 400;
}

.full-description ol,
.full-description ul {
  list-style: initial;
  padding-left: 20px;
}

.picture-thumbs-item {
  display: none;
}

.product-specs-box {
  padding: 10px 10px 30px;
}

.product-specs-box thead {
  display: none;
}

.product-details-page .related-products-grid,
.product-details-page .also-purchased-products-grid {
  margin-top: 70px;
}

.product-collateral .title {
  margin: 0 0 10px;
  letter-spacing: 2px;
  font-size: 15px;
  color: #444;
  font-weight: 700;
  text-transform: uppercase;
}

.product-tags-box .title,
.product-details-page .product-grid .title {
  font-size: 24px;
  color: #444444;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
  font-family: "roboto-regular";
}

.product-specs-box .data-table {
  border: 1px solid var(--border-gray);
  border-radius: 3px;
  text-align: left;
  margin: 0;
}

.product-specs-box .data-table td {
  padding: 20px 25px;
  border: none;
}

.data-table td .color-squares {
  margin: -5px 0;
}

.product-specs-box .data-table td.spec-value {
  font-size: 14px;
  color: var(--title-gray);
  border-left: 1px solid var(--border-gray);
  border-bottom: 1px solid var(--border-gray);
}

.product-specs-box .data-table td.spec-name {
  font-size: 14px;
  color: var(--title-gray);
  font-weight: 300;
  background-color: #aec5e7;
  border-bottom: 1px solid var(--border-gray);
}

.attributes-wrapper {
  margin-bottom: 30px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 10px;
}

.product-variant-line .attributes-wrapper {
  border: none;
}

.product-tags-list {
  font-size: 0;
}

.product-tags-box {
  margin: 50px 0 85px;
}

.product-details-page .product-tags-box {
  display: none;
}

.product-tags-box:last-child {
  margin-bottom: 0;
}

.product-tags-box .title {
  margin-bottom: 20px;
}

.product-tags-list li {
  display: inline-block;
  color: #8c8c8c;
  font-size: 16px; /*reset zeroing*/
}

.product-tags-list li.separator {
  margin: 0 5px 0 3px;
}

.product-tags-list a {
  display: inline-block;
  line-height: 24px;
  color: var(--primary-pantone);
  transition: color 0.2s ease;
}

.product-tags-list a:hover {
  color: var(--primary-pantone);
}

.product-collateral > div.product-variant-list {
  margin: 50px 0;
}

.product-variant-line {
  margin: 0 0 15px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 30px 10px;
}

.product-variant-line:after {
  content: "";
  display: block;
  clear: both;
}

.variant-picture {
  position: relative;
  width: 100%;
  max-width: 330px;
  max-height: 330px;
  margin: 0 auto 15px;
  border-radius: 3px;
  overflow: hidden;
}

.variant-picture img {
  max-width: 100%;
}

.variant-overview {
  width: 100%;
}

.variant-overview .variant-name {
  margin: 0 0 10px;
  font-size: 22px;
  color: #444444;
  font-weight: bold;
}

.variant-overview .variant-description {
  margin: 0 0 15px;
  line-height: 1.5;
  font-size: 15px;
  color: #8c8c8c;
}

.variant-overview .add-to-wishlist-button {
  display: block;
  float: none;
  clear: both;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  font-size: 0;
  border: none;
  background-color: #f2f2f2;
  border-radius: 3px;
  transition: all 0.1s ease;
}

.variant-overview .add-to-wishlist-button:before {
  display: block;
  content: "\63";
  font-size: 20px;
  color: #8e8e8e;
  transition: all 0.2s ease;
}

.variant-overview .add-to-wishlist-button:hover {
  background-color: #eaeaea;
}

.ui-tabs {
  margin: 0 0 20px;
}

.ui-tabs .ui-tabs-nav {
  overflow: hidden;
  text-align: center;
  padding-bottom: 10px;
}

.ui-tabs .ui-tabs-nav li {
  display: inline-block;
  margin: 0 15px;
}

.ui-tabs .ui-tabs-nav li a {
  display: inline-block;
  padding: 15px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #aaaaaa;
  border-bottom: 2px solid transparent;
  transition: all 0.1s ease;
}

.product-details-page .ui-tabs .ui-state-active.ui-tabs-active a,
.product-details-page .ui-tabs .ui-tabs-nav li a:hover {
  color: var(--title-gray);
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a {
  color: var(--primary-pantone);
  border-bottom: 2px solid var(--primary-pantone);
}

.ui-tabs .ui-tabs-panel {
  background-color: #f6f6f6;
  padding: 40px 20px;
  margin: 0 -10px;
}

.ui-tabs .ui-tabs-hide {
  display: none;
}

.product-details-page .productTabs.ui-tabs .ui-tabs-panel {
  margin: 0;
  padding: 40px 10%;
  background-color: #fff;
}

.product-details-page .productTabs.ui-tabs .ui-tabs-panel .full-description {
  background-color: #fff;
  text-align: left;
}

.product-details-page .productTabs.ui-tabs .ui-tabs-panel .full-description p {
  font-size: 16px;
  color: #343434;
}

.document-type-btn {
  display: none;
  position: relative;
  bottom: 10px;
  padding: 0.3em 1em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: #cc0000;
  color: #fff;
}

/********** PRODUCT REVIEWS **********/

.product-reviews-page h1 a {
  font-style: italic;
  transition: all 0.1s ease;
}

.product-reviews-page h1 a:hover {
  color: #8c8c8c;
}

.write-review .title,
.comment-form-btn {
  position: relative;
  height: 45px;
  margin: 0 0 45px;
}

.write-review .title strong,
.comment-form-btn strong {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 25px;
  height: 45px;
  max-width: 100%;
  border-radius: 3px;
  font-size: 14px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: var(--primary-pantone);
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.write-review .title strong span,
.comment-form-btn strong span {
  transition: all 0.1s ease;
}

.product-reviews-page .title strong:before,
.comment-form-btn strong:before,
.close-comment-form:before {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  transition: all 0.1s ease;
}

.product-reviews-page .title .close-review-form,
.comment-form-btn .close-comment-form {
  background-color: #e5e5e5;
  color: #8c8c8c;
  width: 0;
  max-width: 0;
  padding: 0;
  opacity: 0.4;
}

.product-reviews-page .title .close-review-form:before,
.comment-form-btn .close-comment-form:before {
  content: "\76";
  color: #8c8c8c;
  font-size: 12px;
}

.product-reviews-page .title .write-review-title:before {
  content: "\79";
  color: #fff;
  opacity: 0.6;
}

.product-reviews-page .title .close-review-form:hover {
  background-color: #eaeaea;
}

.product-reviews-page .title .write-review-title:hover {
  background-color: #e8af00;
}

.comment-form-btn .open-comment-form,
.product-reviews-page .title .write-review-title {
  transition: width 0.3s ease 0.3s, max-width 0.3s ease 0.3s,
    padding 0.3s ease 0.3s, opacity 0.3s ease 0.3s,
    background-color 0.2s ease 0s;
  opacity: 1;
}

.comment-form-btn.open .open-comment-form,
.product-reviews-page .title.open .write-review-title {
  width: 0;
  max-width: 0;
  padding: 0;
  opacity: 0.4;
  transition-delay: 0s;
}

.comment-form-btn .open-comment-form span,
.comment-form-btn .open-comment-form:before,
.product-reviews-page .title .write-review-title span,
.product-reviews-page .title .write-review-title:before {
  opacity: 1;
}

.comment-form-btn.open .open-comment-form span,
.comment-form-btn.open .open-comment-form:before,
.product-reviews-page .title.open .write-review-title span,
.product-reviews-page .title.open .write-review-title:before {
  opacity: 0;
}

.comment-form-btn.open .close-comment-form,
.product-reviews-page .title.open .close-review-form {
  width: auto;
  max-width: 280px;
  padding: 0 25px;
  opacity: 1;
  transition: width 0.3s ease 0.3s, max-width 0.3s ease 0.3s,
    padding 0.3s ease 0.3s, opacity 0.3s ease 0.3s,
    background-color 0.2s ease 0s;
}

.comment-form-btn .close-comment-form:before,
.comment-form-btn .close-comment-form span,
.product-reviews-page .title .close-review-form span,
.product-reviews-page .title .close-review-title:before {
  opacity: 0;
}

.comment-form-btn.open .close-comment-form:before,
.comment-form-btn.open .close-comment-form span,
.product-reviews-page .title.open .close-review-form span,
.product-reviews-page .title.open .close-review-title:before {
  opacity: 1;
}

.write-review {
  margin: 0 0 50px;
  text-align: center;
}

.write-review-collapse {
  display: block;
  padding: 20px;
  max-width: 740px;
  margin: 0 auto;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  background-color: #fff;
}

.write-review .form-fields {
  margin: 0 0 15px;
}

.write-review .review-rating {
  text-align: center;
  margin-top: 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.write-review .review-rating > label {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

.review-rating .tooltip {
  position: relative;
}

.review-rating .tooltip:hover .tooltiptext {
  opacity: 1;
}

.review-rating .tooltiptext {
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  background: #e5e5e5;
  left: 50%;
  padding: 8px 15px;
  border-radius: 3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: normal;
  color: #444;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}

.review-rating .tooltiptext:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #e5e5e5;
  border-width: 8px;
  margin-left: -8px;
}

.review-rating ul {
  font-size: 0;
  vertical-align: middle;
  width: 250px;
  height: 40px;
}

.rating-options {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
}

.write-review .rating-options * {
  float: left;
}

.write-review .rating-options input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}

.write-review .rating-options label {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 43px;
  background-position: 0 0;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
  color: transparent !important;
  margin-right: 3px;
}

.write-review .rating-options label:before,
.write-review .rating-options input[type="radio"]:checked + label:before {
  display: inline-block;
  content: "\e900";
  color: #ffcd46;
  font-size: 35px;
  border: none;
  background-color: transparent;
  box-shadow: none;
  margin: 0;
  width: 25px;
  height: 25px;
  line-height: 1;
  transition: all 0.2s ease;
  -webkit-text-stroke: 1px #d7d7d7;
}

.write-review .rating-options:hover label:before {
  color: #ffcd46 !important;
}

.write-review .rating-options:hover label:hover:before,
.write-review .rating-options:hover input:checked ~ label:before,
.write-review .rating-options input:checked ~ label:hover:before {
  color: #ffcd46;
}

.write-review .rating-options label:hover ~ label:before {
  color: #fff !important;
}

.write-review .rating-options:hover input:checked ~ label:hover ~ label:before,
.write-review .rating-options input:checked ~ label:hover ~ label:before,
.write-review .rating-options input:checked ~ label ~ label:before {
  color: #fff;
}

.write-review .rating-options input:checked + label:before {
  -webkit-animation: stars 0.7s linear;
  -moz-animation: stars 0.7s linear;
  animation: stars 0.7s linear;
}

.write-review .review-rating li.first {
  color: #ff4f60;
}

.write-review .product-review-links,
.write-review .product-review-box {
  margin: 0 0 15px;
}

.product-details-page .product-reviews-page .write-review .product-review-links,
.product-details-page .product-reviews-page .write-review .product-review-box {
  font-weight: 100;
  font-size: 14px;
}

.product-details-page .product-reviews-page .product-review-links > div {
  font-size: 1.5em;
  color: #434;
  font-weight: bold;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}

.product-details-page .product-reviews-page .product-review-links > div p {
  font-size: 14px;
  font-weight: normal;
  padding-top: 6px;
}

.product-details-page
  .product-reviews-page
  .product-review-links
  .content-centered {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.product-details-page .product-reviews-page .write-review .product-review-box {
  margin: 0;
  padding-top: 6px;
}

.product-details-page .product-reviews-page .title .write-review-title {
  font-size: 14px;
  font-weight: 100;
  background: var(--primary-pantone);
}

.product-review-helpfulness {
  display: none;
}

#contact-us-tab .inputs > label {
  font-weight: 100;
  color: var(--title-gray);
}

.write-review .product-review-links a {
  font-size: 16px;
  color: #8c8c8c;
  font-weight: 700;
  transition: all 0.1s ease;
}

.write-review .product-review-links a:hover {
  color: #444;
}

.write-review .captcha-box {
  margin: 15px 0 0;
}

.write-review .button-1 {
  display: block;
  border: none;
  padding: 0 25px;
  height: 45px;
  width: 100%;
  border-radius: 3px;
  background-color: var(--primary-pantone);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease;
}

.write-review .button-1:hover {
  background-color: #e8af00;
}

.product-reviews-page .result,
.product-reviews-page .message-error {
  margin: 0 0 20px;
}

.product-review-list {
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  border-radius: 3px;
}

.product-review-list:last-child {
  margin-bottom: 0;
}

.product-review-item {
  border-bottom: 1px solid #e7e7e7;
  padding: 30px 20px;
  text-align: center;
  overflow: hidden;
}

.product-review-item:last-child {
  border-bottom: 0;
}

.product-review-item .product-review-box {
  display: block;
  margin-bottom: 12px;
  margin: 0 0 5px;
}

.product-review-item .product-review-box .rating {
  margin: 0 auto;
}

.product-review-item .review-item-head {
  margin: 0 0 15px;
  text-align: center;
}

.product-review-item .review-title {
  font-size: 15px;
  font-weight: 400;
  color: #444;
  margin-top: 60px;
}

.product-review-item .review-text {
  margin: 0 0 25px;
  font-size: 15px;
  color: #8c8c8c;
}

.product-review-item .review-type-rating-ext {
  overflow: hidden;
}

.product-review-item .review-type-rating-ext .review-title {
  float: left;
}

.product-review-item .review-type-rating-ext .product-review-box {
  float: right;
  margin: 4px 0;
}

.product-review-item .review-text:last-child {
  margin-bottom: 0;
}

.product-review-item .review-info {
  margin: 0 0 10px;
}

.product-review-item .review-info a,
.product-review-item .review-info span span {
  display: inline-block;
  font-weight: 300;
  font-size: 17px;
  line-height: 18px;
  color: #8c8c8c;
  transition: all 0.1s ease;
}

.product-review-item .review-info .user,
.product-review-item .review-info .user a {
  font-size: 17px;
  color: #8c8c8c;
}

.product-review-helpfulness {
  margin-top: 30px;
}

.product-review-item .review-info a:hover {
  color: #444;
}

.product-review-item .review-info span span {
  font-size: 14px;
}

.product-review-item .review-info span {
  display: block;
  vertical-align: middle;
  line-height: 18px;
}

.product-review-item .review-info .separator {
  margin: 0 5px;
  font-size: 18px;
  font-weight: 300;
}

.product-review-item .review-info span label {
  display: none;
}

.product-review-helpfulness > span {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  color: #8c8c8c;
}

.product-review-helpfulness > span:first-child {
  margin-top: 0;
}

.vote-stats > span {
  display: inline-block;
  margin: 0 3px;
}

.product-review-helpfulness .vote {
  display: inline-block;
  padding: 5px 5px 0 5px;
  font-size: 0;
  cursor: pointer;
}

.product-review-helpfulness .vote:before {
  display: block;
  font-size: 20px;
  color: #8c8c8c;
  transition: all 0.2s ease;
}

.product-review-helpfulness .vote:hover:before {
  color: var(--primary-pantone);
}

.product-review-helpfulness .vote:first-child:before {
  content: "\46";
}

.product-review-helpfulness .vote:last-child:before {
  content: "\47";
}

.product-review-helpfulness .vote:first-child:hover:before {
  content: "\e902";
}

.product-review-helpfulness .vote:last-child:hover:before {
  content: "\e901";
}

.product-review-helpfulness .result {
  margin: 0 0 0 10px;
}

.product-review-item .reply {
  margin: 30px 0 0;
  padding: 15px;
  border-radius: 3px;
  background-color: #f6f6f6;
}

.product-review-item .reply-header {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 15px;
  color: #444;
}

.product-review-item .reply-text {
  font-size: 14px;
}

/********** WISHLIST & COMPARE LIST **********/

.wishlist-content {
  margin: 0 0 20px;
}

.wishlist-content > .message-error {
  margin: 0 0 20px !important;
  text-align: center;
}

.wishlist-content .tax-shipping-info {
  margin: 0 0 30px;
  font-size: 15px;
  color: #444;
}

.wishlist-content .cart {
  margin-bottom: 30px;
}

.wishlist-content .buttons {
  font-size: 0;
}

.wishlist-content .button-2 {
  position: relative;
  display: block;
  border: none;
  height: 45px;
  width: 255px;
  line-height: 45px;
  padding: 0 20px;
  margin: 0 auto 7px;
  background-color: #f1f1f1;
  border-radius: 3px;
  font-size: 14px;
  text-transform: uppercase;
  color: #8c8c8c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.1s ease;
}

.wishlist-content .button-2:hover {
  background-color: #eaeaea;
}

.wishlist-content .wishlist-add-to-cart-button:before {
  content: "\64";
}

.update-wishlist-button,
.email-a-friend-wishlist-button {
  position: relative;
  overflow: hidden;
}

.update-wishlist-button span,
.email-a-friend-wishlist-button span {
  position: relative;
  z-index: 1;
}

.update-wishlist-button:before {
  content: "\59";
}

.update-wishlist-button:hover:before {
  -webkit-animation: updating 1s linear infinite;
  -moz-animation: updating 1s linear infinite;
  animation: updating 1s linear infinite;
}

.update-wishlist-button:hover::after {
  height: 100%;
  opacity: 0.6;
  transition: all 0.5s ease-in;
}

.email-a-friend-wishlist-button:before {
  content: "\6d";
}

.email-a-friend-wishlist-button:hover:before {
  -webkit-animation: emailing 0.2s linear;
  -moz-animation: emailing 0.2s linear;
  animation: emailing 0.2s linear;
}

.wishlist-page .share-info {
  margin: 70px -10px 50px;
  background-color: #f9f9f9;
  padding: 30px 20px;
}

.wishlist-page .share-label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #8c8c8c;
}

.wishlist-page .share-info a {
  display: block;
  font-size: 15px;
  color: var(--primary-pantone);
}

.compare-products-page .page-body {
  text-align: center;
}

.compare-products-page .clear-list {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  margin: 0 0 8px;
  font-weight: 700;
  border-radius: 3px;
  color: #8c8c8c;
  background-color: #f6f6f6;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.2s ease;
}

.compare-products-page .clear-list span {
  position: relative;
  z-index: 1;
}

.compare-products-page .clear-list:before {
  content: "\5a";
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  font-size: 20px;
  color: #8c8c8c;
  text-transform: none;
  font-weight: normal;
  transition: all 0.2s ease !important;
  z-index: 1;
}

.compare-products-page .clear-list:hover:before {
  -webkit-animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.29) both;
  -moz-animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.29) both;
  animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.29) both;
}

.compare-products-table {
  display: none;
}

.compare-products-mobile {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin: 0 -10px;
}

.compare-products-mobile .compare-section > ul {
  padding: 17px 10px;
  text-align: left;
  overflow: hidden;
}

.compare-products-mobile .product {
  overflow: hidden;
}

.compare-products-mobile .product .item {
  position: relative;
}

.compare-products-mobile .product-name {
  padding-right: 40px;
  font-size: 15px;
  color: #444;
  font-weight: 700;
}

.compare-products-mobile .item {
  padding: 3px 10px;
}

.compare-products-mobile .item .picture,
.compare-products-mobile .item img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  max-width: 50px;
}

.compare-products-mobile .item .details,
.compare-products-mobile .item > span,
.compare-products-mobile .item > p {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 63px);
  font-size: 15px;
  font-weight: 400;
  color: #8c8c8c;
}

.compare-products-mobile .item p {
  vertical-align: top;
  margin-bottom: 20px;
}

.compare-products-mobile .title {
  padding: 15px 20px;
  font-size: 17px;
  color: #8c8c8c;
  font-weight: 300;
  background-color: #f6f6f6;
}

.compare-section.product .title {
  display: none;
}

.compare-products-page .remove-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  background-color: #f1f1f1;
  text-align: center;
  font-size: 0;
  border: none;
  transition: all 0.1s ease;
}

.compare-products-page .remove-button:hover {
  background-color: #e9e9e9;
}

.compare-products-page .remove-button:before {
  content: "\4d";
  display: block;
  color: #8c8c8c;
  font-size: 16px;
}

.compare-products-mobile .remove-button {
  position: absolute;
  top: 8px;
  right: 5px;
  left: auto;
}

.compare-products-mobile .price .item span {
  font-size: 17px;
  font-weight: 700;
  color: var(--primary-pantone);
}

.compare-products-page .attribute-square {
  margin: 0 auto;
}

.product-social-buttons {
  width: 100%;
  height: 49px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #434343;
  margin: 0 auto;
  z-index: 9;
  position: relative;
  cursor: pointer;
}

.product-social-buttons p {
  margin: 0px;
  padding: 0px;
}

.product-social-sharing {
  display: none;
  font-size: 10px;
  z-index: -1;
  position: relative;
  margin-top: -25px;
  padding-top: 20px;
  padding-left: 0px;
  background-color: #fff;
}

.product-social-buttons .product-social-sharing li:hover {
  color: black;
}

.product-social-buttons .product-social-sharing li {
  display: block;
  height: 45px;
}

product-social-buttons .share-no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-social-buttons .share-no-select img {
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  margin-top: 8px;
  margin-bottom: 4px;
}

.product-social-buttons .share-no-select span {
  display: block;
  font-size: 12px;
  font-family: "roboto-regular";
  font-weight: bold;
  text-align: center;
  color: #707070;
}

.product-social-buttons .shake {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: -webkit-transform 0.43s
    cubic-bezier(0.32, 1.259, 0.375, 1.15);
  transition: transform 0.43s cubic-bezier(0.32, 1.259, 0.375, 1.15);
}

/*********** TOPICS ***********/

.topic-block {
  margin: 0 auto 30px;
  padding: 0 10px;
  text-align: center;
  max-width: 1000px;
}

.home-page .topic-block {
  margin: 0 0 30px;
}

.topic-block-title {
  margin: 0 0 20px;
}

.topic-block-title h1 {
  font-weight: 700;
  color: #444;
}

.topic-block-title h2 {
  font-weight: 700;
  color: #8c8c8c;
}

.topic-block-body p {
  line-height: 1.5;
  font-size: 16px;
  color: #8c8c8c;
  font-weight: 400;
  font-family: Open-Sans-SemiBold;
}

.topic-block-body li {
  font-size: 15px;
  color: #8c8c8c;
  line-height: 2;
}

.topic-block a,
.topic-page a {
  text-decoration: underline;
}

.topic-page .page-body {
  line-height: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.topic-page ul,
.topic-page ol {
  font-size: 15px;
  line-height: 1.5;
  color: #8c8c8c;
}

.home-page .topic-block {
  margin: 0 auto 50px;
  text-align: center;
}

.home-page .topic-block-title h2 {
  font-size: 28px;
  color: #444444;
}

.home-page .topic-block-body {
  padding: 0 10px;
}

.popup-window .topic-page {
  padding: 15px;
}

.not-found-page p,
.forbidden-page p {
  margin: 30px 0;
}

.topic-password {
  text-align: center;
}

.enter-password-title {
  margin: 0 0 20px;
  color: #8c8c8c;
  font-size: 15px;
}

.enter-password-form {
  display: inline-block;
  overflow: hidden;
}

.enter-password-form input[type="password"] {
  float: left;
  width: calc(100% - 100px);
  height: 36px;
  border-radius: 3px 0 0 3px;
}

.enter-password-form input[type="submit"] {
  float: left;
  width: 100px;
  height: 36px;
  border: none;
  border-radius: 0 3px 3px 0;
  padding: 0 20px;
}

.password-error {
  margin: 0 0 10px;
}

/*********** CONTACT & EMAIL A FRIEND ***********/

.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
  margin: 0 0 15px;
}

.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
  margin: 0 0 10px;
}

.contact-page .topic-block {
  margin-bottom: 40px;
}

.email-a-friend-page .title {
  margin: 0 0 30px;
  font-size: 16px;
}

.email-a-friend-page .title h2 {
  font-size: 16px;
  font-weight: 300;
}

.email-a-friend-page .title a {
  color: var(--primary-pantone);
}

.apply-vendor-page .terms-of-service {
  margin: 30px 0;
}

.bb-code-editor-wrapper {
  margin-bottom: 5px;
}

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/

.login-page .title strong,
.registration-page .title strong {
  color: #8c8c8c;
  font-weight: normal;
  font-size: 20px !important;
}

.registration-page {
  width: 800px;
  padding-top: 10px;
}

.registration-page .page-title {
  margin-left: calc(13% - 20px);
  padding: 0;
  border-left: 2px solid var(--primary-pantone);
}

.registration-page h1 {
  font-size: 20px !important;
  font-weight: normal;
  text-align: left;
  text-indent: 15px;
  color: var(--title-gray);
}

.registration-page .page-body .form-fields {
  padding-top: 0;
  padding-bottom: 0;
}

.registration-page .page-body .new-accept-privacy-policy {
  display: block;
  text-align: left;
  padding: 10px 13%;
  font-family: "roboto-regular";
  font-size: 11px;
  color: var(--title-gray);
}

.registration-page
  .page-body
  .new-accept-privacy-policy
  input[type="radio"]
  + label,
.registration-page
  .page-body
  .new-accept-privacy-policy
  input[type="checkbox"]
  + label {
  font-family: "roboto-regular";
  font-size: 11px;
  color: var(--title-gray);
  text-align: left;
}

.registration-page .page-body .new-accept-privacy-policy #read-privacyinfo {
  margin-left: 5px;
}

.registration-page .page-body .password-content {
  margin-bottom: 20px;
}

.registration-page .page-body .company-type,
.login-page .checkout-as-guest-or-register-block .company-type {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 60%;
}

.registration-page .page-body .company-type label,
.registration-page .page-body .gender label {
  font-size: 12px;
}

.registration-page .page-body .first-last-name-registration,
.registration-page .page-body .city-zipcode-box {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  margin: 20px 0;
}

.registration-page .page-body .first-last-name-registration .inputs,
.registration-page .page-body .city-zipcode-box .inputs {
  width: 48%;
  margin: 0;
}

.registration-page
  .page-body
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-family: "roboto-regular";
  color: var(--title-gray);
  font-size: 12px;
  font-weight: 100;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary-pantone) !important;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-results__option--selectable:hover {
  color: #ffffff !important;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: var(--primary-pantone) !important;
  border-radius: 0;
}

.select2-results__option--selectable {
  color: var(--title-gray) !important;
  font-size: 10px;
  font-weight: 100;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #aaaaaa !important;
}

.registration-page h1::after {
  content: ":";
}

.registration-page .page-title + .message-error {
  margin-bottom: 30px;
}

.registration-page .inputs label {
  margin-bottom: 12px;
  font-family: "roboto-regular";
  font-size: 11px;
  color: var(--title-gray);
  font-weight: 100;
  margin-top: 5px;
}

.registration-page .inputs span.required {
  position: static;
  display: inline;
  clear: none;
  color: var(--primary-pantone);
}

.registration-page .inputs input {
  border-color: #aaaaaa;
  border-radius: 0;
  color: var(--title-gray);
}

.registration-page .inputs input::placeholder {
  color: var(--title-gray);
  opacity: 1;
}

.registration-page .inputs input:-ms-input-placeholder {
  color: var(--title-gray);
}

.registration-page .inputs input::-ms-input-placeholder {
  color: var(--title-gray);
}

.registration-page .registration-form-input-wrapper .inputs {
  width: 49%;
  margin-top: 0 !important;
}

.registration-page .registration-form-input-wrapper.top-devided {
  margin-top: 15px;
}

.registration-page .customer-type {
  margin-bottom: 15px;
}

.registration-page .customer-type label::before {
  border-radius: 0;
}

.registration-page .password-fields,
.registration-page .company-fields,
.registration-page .consent-fields,
.registration-page .basic-fields {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.registration-page #company-ids {
  margin-top: 15px;
}

.registration-page #consents-wrapper {
  width: 113%;
  margin-top: 30px;
}

.registration-page #consents-wrapper .inputs {
  margin-top: 0px;
}

.registration-page #consents-wrapper label {
  margin-top: 8px;
  font-size: 12px;
  text-align: left;
  color: var(--title-gray);
}

.registration-page #consents-wrapper label a {
  color: var(--primary-pantone);
  text-decoration: underline;
  text-transform: capitalize;
}

.registration-page #consents-wrapper #privacy-consent-error {
  margin-left: 45px;
}

.registration-page #register-button {
  max-width: 400px;
}

.gender {
  font-size: 0;
}

.gender span:first-child {
  display: inline-block;
  margin-right: 40px;
}

.gender label {
  display: inline-block;
  padding: 8px 0;
  width: auto !important;
  cursor: pointer;
  font-weight: 300;
}

.gender input:checked + label {
  color: #444;
}

.date-picker-wrapper {
  width: 100%;
}

.date-of-birth .date-picker-wrapper select {
  border-radius: 0;
  padding: 0 25px 0 10px;
  width: 46%;
  background: #fff url(../img/select-arrow-dark.svg) no-repeat right 10px center;
}

.date-of-birth .date-picker-wrapper select:first-child {
  border-radius: 3px 0 0 3px;
  width: 27%;
}

.date-of-birth .date-picker-wrapper select:last-child {
  border-radius: 0 3px 3px 0;
  width: 27%;
}

.date-of-birth select + select {
  margin: 0 0 0 -1px;
}

#check-availability-button {
  display: block;
  border: none;
  border-radius: 3px;
  vertical-align: top;
  background-color: #f1f1f1;
  color: #8c8c8c;
  text-transform: uppercase;
  padding: 0 20px;
  margin: 10px auto 0;
  height: 45px;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.1s ease;
}

#check-availability-button:hover {
  background-color: #eaeaea;
}

#username-availabilty {
  display: block;
  margin: 5px 0 0;
  text-align: center;
  font-size: 13px;
}

#username-availabilty:empty {
  display: none;
}

.login-page .forgot-password {
  font-size: 14px !important;
}

.login-page .forgot-password a {
  font-family: "roboto-regular";
  color: var(--title-gray);
  text-decoration: underline;
}

.vat-status,
.vat-note {
  display: block;
  margin: 5px 0 0;
  text-align: center;
  font-size: 12px; /*reset zeroing*/
  white-space: normal;
}

.inputs.accept-consent {
  margin: 0 0 20px;
  text-align: center;
}

.inputs.accept-consent .read {
  margin-left: 5px;
  font-size: 15px;
  color: var(--primary-pantone);
  cursor: pointer;
  clear: none;
  transition: all 0.1s ease;
}

.center-2 .product-list .item-box .buttons .button-2:hover {
  background-color: var(--primary-pantone);
  color: #fff;
}

.email-a-friend-page .button-1:only-child,
.contact-page .buttons .button-1:only-child,
.forum-edit-page .button-1:only-child,
.registration-page .button-1:only-child,
.apply-vendor-page .button-1:only-child {
  width: 100%;
}

.forum-edit-page .buttons,
.private-message-send-page .buttons,
.move-topic-page .buttons {
  font-size: 0;
}

.forum-edit-page .buttons input,
.private-message-send-page .buttons input,
.move-topic-page .buttons input {
  width: 49%;
  margin: 0 0 0 2%;
}

.forum-edit-page .buttons input:nth-child(2n + 1),
.private-message-send-page .buttons input:nth-child(2n + 1),
.move-topic-page .buttons input:nth-child(2n + 1) {
  margin-left: 0;
}

.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1 {
  width: auto;
  min-width: 125px;
}

.account-page .save-customer-info-button {
  min-width: 100px !important;
}

.registration-result-page .result {
  margin: 0;
  color: #8c8c8c;
}

.login-page .in-header-register {
  display: none;
}

.page.login-page {
  text-align: center;
}

.login-page .page-title,
.registration-page .page-title {
  text-align: center;
}

.login-page .customer-blocks {
  margin: 0 0 50px;
}

.login-page .customer-blocks:after {
  content: "";
  display: block;
  clear: both;
}

.login-page .customer-blocks + .topic-block {
  margin-bottom: 50px;
}

.login-page .new-wrapper,
.login-page .returning-wrapper form,
.login-page .new-wrapper form,
.registration-page .page-body,
.email-a-friend-page .page-body form,
.password-recovery-page .page-body,
.private-message-send-page .page-body,
.contact-page .page-body form,
.apply-vendor-page .page-body form,
.forum-edit-page .page-body,
.form-style,
.move-topic-page .page-body {
  max-width: 600px;
  margin: 0 auto 30px;
  border: 0;
  border-radius: 3px;
}

.login-page .returning-wrapper form,
.login-page .new-wrapper form {
  margin-bottom: 0;
}

.registration-page .page-body,
.email-a-friend-page .page-body form,
.contact-page .page-body form,
.apply-vendor-page .page-body form,
.forum-edit-page .page-body,
.password-recovery-page .page-body,
.private-message-send-page .page-body,
.move-topic-page .page-body {
  max-width: none;
  margin-bottom: 0;
}

.registration-page,
.email-a-friend-page,
.contact-page,
.apply-vendor-page,
.forum-edit-page,
.password-recovery-page,
.private-message-send-page,
.move-topic-page {
  max-width: 800px;
  margin: 0 auto;
}

.email-a-friend-page .page-body form,
.contact-page .page-body form,
.apply-vendor-page .page-body form,
.forum-edit-page .page-body,
.form-style,
.password-recovery-page .page-body,
.private-message-send-page .page-body,
.move-topic-page .page-body {
  padding: 40px 20px;
}

.login-page .in-header-forgot-password {
  display: none;
}

.login-page .returning-wrapper {
  width: 49%;
  padding-left: 12%;
}

.login-page .returning-wrapper .login-button {
  width: 100%;
  font-size: 13px;
}

.login-page .social-netowrk-login-wrapper {
  margin-top: 20px;
}

.login-page .social-buttons {
  width: 200px;
  margin: 0 auto 105px;
}

.login-page .social-buttons button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
}

.login-page .social-buttons .login-icon,
.login-form-in-header .social-buttons .login-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 40px 0 20px;
}

.login-page .social-buttons button p {
  font-weight: bold;
}

.login-form-in-header .social-buttons .facebook-login {
  width: 100%;
  border-radius: 0;
  background-color: var(--facebook-blue);
}

.login-form-in-header .social-buttons .facebook-login .login-icon {
  background-image: url("../img/img_enmon/facebook.svg");
}

.login-form-in-header .social-buttons .google-login {
  width: 100%;
  border-radius: 0;
  background-color: var(--google-red);
}

.login-form-in-header .social-buttons .google-login .login-icon {
  background-image: url("../img/img_enmon/google.svg");
}

.login-page .in-header-social-buttons {
  display: none;
}

.login-page .social-buttons .facebook-login {
  background-image: url("../img/img_enmon/facebook.svg");
  background-color: #395899;
  border: 7px solid #395899;
}

.login-page .social-buttons .google-login {
  background-image: url("../img/img_enmon/google.svg");
  background-color: #ec4336;
  border: 7px solid #ec4336;
}

.login-page .title,
.registration-page .title {
  margin: 0;
  padding: 18px 18px 18px 7%;
  background-color: transparent;
  border-radius: 3px 3px 0 0;
  font-size: 18px;
  color: #8c8c8c;
  text-align: left;
}

.login-page .topic-block-title h2 {
  color: #444;
}

.title + .message-error {
  margin: 20px 20px 0;
}

.login-page .title strong {
  display: block;
  padding: 3px 0;
  border-left: 3px solid var(--primary-pantone);
  color: var(--title-gray);
  text-indent: 10px;
}

.login-page .title strong::after {
  content: ":";
}

.login-page .text {
  padding: 30px 20px 20px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #8c8c8c;
}

.login-page form .form-fields .inputs label {
  font-family: "roboto-regular";
  font-size: 10px;
  font-weight: normal;
  text-indent: 15px;
}

.login-page form .form-fields input:not(.button-1) {
  border: 1px solid var(--mid-gray);
  border-radius: 0;
  background-color: transparent !important;
  font-size: 12px;
}

.login-page form#register-form .form-fields input {
  border-bottom: 0;
}

.login-page .in-header-register-link {
  display: none;
}

.new-wrapper {
  padding-right: 12%;
}

.new-wrapper .text:before {
  content: "\79";
  display: block;
  margin-bottom: 15px;
  font-size: 55px;
  line-height: initial;
  color: #c6c6c6;
}

.returning-wrapper .form-fields,
.new-wrapper .form-fields,
.registration-page .form-fields {
  padding: 30px 20px 20px;
}

.new-wrapper .buttons {
  margin-top: 75px;
}

.new-wrapper .buttons input {
  width: 100%;
}

.new-wrapper .buttons .login-devider {
  margin: 25px 0;
}

.new-wrapper .buttons .checkout-as-guest-button {
  background-color: transparent !important;
  border: 1px solid var(--primary-pantone);
  color: var(--primary-pantone);
  font-size: 13px;
}

.login-page .new-wrapper form {
  margin-right: 0;
  margin-left: 0;
}

.login-page .new-wrapper form .form-fields input {
  border-bottom: 0;
}

.login-page .new-wrapper form .date-of-birth {
  width: 360px;
}

.login-page .new-wrapper form .date-of-birth select {
  background-color: var(--light-gray);
}

label[for="Newsletter"],
.inputs.accept-consent label {
  color: #444 !important;
  clear: none;
}

.login-page .buttons,
.registration-page .buttons {
  padding-bottom: 30px !important;
}

.login-page .inputs.reversed label,
.login-page .inputs.reversed span {
  margin: 0;
  width: auto;
  font-size: 13px; /*reset zeroing*/
  color: #8c8c8c;
  font-weight: 400;
}

.login-page .inputs.reversed label {
  float: left;
  clear: none;
}

.login-page .inputs.reversed span {
  float: right;
  clear: none;
}

.login-page .inputs.reversed a:hover {
  color: #444;
}

.login-page .inputs.reversed input[type="checkbox"] + label:before {
  vertical-align: bottom;
}

.login-page .returning-wrapper .external-authentication,
.login-page .new-wrapper .external-authentication {
  clear: both;
}

.login-page .external-authentication > * {
  margin: 30px -10px 0;
  padding: 30px 0;
  width: calc(100% + 20px);
  background-color: #f9f9f9;
  text-align: center;
}

.login-page .external-authentication .buttons {
  margin: 0;
  padding: 0;
}

.html-login-page .master-column-wrapper {
  background: white;
}

.login-page .ttile {
  background: transparent;
}

.login-page .login-devider,
.login-form-in-header .login-devider {
  justify-self: center;
  align-self: center;
}

.login-page .login-devider.short {
  display: none;
}

.login-form-in-header .login-devider.long {
  display: none;
}

.login-page .login-devider::before,
.login-form-in-header .login-devider::before {
  content: "________";
  display: inline-block;
  margin-right: 5px;
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px);
  color: var(--background-gray);
}

.login-page .login-devider::after,
.login-form-in-header .login-devider::after {
  content: "________";
  display: inline-block;
  margin-left: 5px;
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px);
  color: var(--background-gray);
}

.login-page .login-devider strong {
  font-family: "roboto-regular";
  font-size: 13px;
  font-weight: normal;
  color: var(--title-gray);
}

.login-page #required-fields-label {
  display: block;
  margin-right: 5%;
  margin-top: 10px;
  opacity: 0.6;
  font-size: 10px;
  font-weight: 100;
  color: var(--title-gray);
  text-align: right;
  text-transform: lowercase;
}

.login-page #required-fields-label::before {
  content: "*";
  color: var(--primary-pantone);
}

.external-authentication .title {
  display: none;
}

.password-recovery-page .tooltip {
  margin: 0 0 20px;
  font-size: 15px;
  color: #8c8c8c;
  line-height: 1.5;
}

.password-recovery-page .result {
  margin: 0 0 5px;
  font-weight: bold;
}

.select-navigation {
  padding: 20px;
  background-color: #f6f6f6;
  text-align: center;
}

.select-navigation select {
  background-color: #fff;
  width: 300px;
}

.html-account-page .side-2 {
  margin-bottom: 3px;
}

.html-account-page .master-wrapper-content {
  padding: 40px 0 0;
}

.account-page {
  padding: 40px 10px;
  background-color: #f6f6f6;
}

.account-page .data-table {
  text-align: center;
}

.account-page .fieldset {
  margin-bottom: 40px;
}

.registration-page .fieldset {
  margin-bottom: 0px;
}

.account-page .section > .title,
.reward-points-overview,
.forum-subscriptions-page .description {
  text-align: center;
}

.account-page .title {
  margin-bottom: 20px;
  font-size: 18px;
  color: #8c8c8c;
  text-align: center;
}

.account-page .title strong {
  font-size: 18px;
  color: #8c8c8c;
  font-weight: 300;
}

.customer-info-page .page-body,
.change-password-page .page-body,
.check-gift-card-balance-page .page-body,
.avatar-page .page-body,
.address-edit-page .page-body,
.vendorinfo-page .page-body {
  padding: 20px;
  max-width: 740px;
  margin: 0 auto;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  background-color: #fff;
}

.account-page .inputs {
  text-align: left;
}

.account-page .button-2 {
  border: none;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  vertical-align: top;
  background-color: #f1f1f1;
  font-size: 13px;
  color: #8c8c8c;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.1s ease;
}

.account-page .button-2:hover {
  background-color: #eaeaea;
}

.account-page .button-2.return-items-button {
  display: block;
  width: auto;
  height: auto;
  margin: 20px auto 0;
  padding: 0;
  background-color: transparent;
  transition: all 0.2s ease;
}

.account-page .button-2.return-items-button:before {
  content: "\4f";
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  font-size: 14px;
  color: #8c8c8c;
  text-transform: none;
  font-weight: normal;
  transition: all 0.2s ease;
}

.account-page .button-2.return-items-button:hover,
.account-page .button-2.return-items-button:hover:before {
  color: var(--primary-pantone);
}

.account-page .edit-address {
  margin: 0 0 20px;
}

.account-page .description,
.reward-points-overview,
.result {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 17px;
  color: #8c8c8c;
  font-weight: 300;
  text-align: center;
}

.result {
  text-align: center;
}

.address-item,
.add-button,
.order-item,
.request-item {
  padding: 40px 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  vertical-align: top;
}

.add-button:before {
  display: block;
  margin-bottom: 40px;
  content: "\55";
  font-size: 100px;
  color: #8e8e8e;
}

.address-item .title,
.order-item .title,
.request-item .title {
  margin-bottom: 12px;
  color: #444;
}

.address-item .title strong,
.order-item .title strong,
.request-item .title strong {
  font-weight: 700;
  color: #444;
  font-size: 18px;
}

.email-to-revalidate,
.email-to-revalidate-note {
  display: inline-block;
  margin: 10px 5px;
  vertical-align: top;
  font-size: 12px; /*reset zeroing*/
  white-space: normal;
}

.address-item .info,
.order-item .info {
  margin: 0 0 30px;
}

.address-item li,
.order-item li,
.request-item li {
  margin-bottom: 3px;
  font-size: 16px;
  color: #959595;
  line-height: 1.3;
}

.address-list-page .info li > label,
.order-list-page .info li > label {
  display: none;
}

.address-item .name,
.address-item .email {
  font-weight: 700;
  font-size: 16px;
  color: #444;
}

.address-item .email {
  margin-bottom: 10px;
}

.button-2.edit-address-button,
.button-2.delete-address-button {
  border: none;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  background-color: #f1f1f1;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}

.button-2.edit-address-button {
  background-image: url("../img/edit-icon.png");
}

.button-2.delete-address-button {
  background-image: url("../img/delete-icon.png");
}

.return-request-list-page a {
  font-weight: bold;
  color: #444;
}

.return-request-list-page .comments {
  margin: 15px 0 0;
}

.user-agreement-page .terms-of-agreement {
  margin: 0 0 20px;
  text-align: center;
}

.reward-points-overview {
  margin: 0 0 15px;
}

.avatar-page .message-error {
  margin: 0 0 10px;
}

.avatar-page .fieldset {
  margin: 0 auto 30px;
  text-align: center;
}

.avatar-page .image {
  margin: 0 0 10px;
}

.account-page .button-1 {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  font-weight: 700;
}

.avatar-page .info {
  margin: 0 0 30px;
  font-size: 15px;
  color: #959595;
  text-align: center;
}

.account-page.avatar-page .buttons {
  text-align: center;
}

.avatar-page .upload-image {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.avatar-page .upload-image + label {
  display: inline-block;
  cursor: pointer;
}

.avatar-page .upload-image.valid + label {
  background-color: var(--primary-pantone);
  color: #fff;
}

.avatar-page .upload-image.valid + label:hover {
  background-color: #5c7600;
}

.avatar-page .upload-image.valid + label:before {
  content: "\30";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #fff;
  text-transform: lowercase;
  font-size: 13px;
}

.avatar-page .upload-image:focus + label,
.avatar-page .upload-image + label:hover {
  background-color: #eaeaea;
}

.vendorinfo-page .vendor-picture {
  margin: 10px 0 0;
  text-align: center;
}

.vendorinfo-page .vendor-picture img {
  display: block;
  margin: 0 auto 10px;
}

.reward-points-history {
  margin-bottom: 0;
}

.gdpr-tools-page .form-fields + .buttons {
  margin-top: 30px;
}

.check-gift-card-balance-page .captcha-box {
  margin-bottom: 25px;
}

/********** SHOPPING CART **********/

.order-progress {
  margin: 0 0 40px;
  text-align: center;
}

.order-progress ul {
  font-size: 0;
}

.order-progress li {
  display: inline-block;
}

.order-progress a {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  font-size: 0; /*reset zeroing*/
}

.order-progress a:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-color: #eee;
  border-radius: 50%;
  border: 0;
  color: #fff;
  box-shadow: none;
  z-index: 1;
  transition: all 0.5s ease 0s, color 0.4s ease 0.4s;
}

.order-progress .active-step.last a:before {
  content: "\64";
  font-size: 20px;
  text-indent: -2px;
  background-color: #fff;
  width: 50px;
  height: 50px;
  color: #8e8e8e;
  line-height: 43px;
  text-align: center;
  font-weight: normal;
  text-transform: none;
  border: 3px solid var(--primary-pantone);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.order-progress a:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background-color: #eee;
  z-index: 0;
}

.order-progress li:first-child a:after,
.order-progress li:last-child a:after {
  width: 50%;
}

.order-progress li:first-child a:after {
  right: 0;
  left: auto;
}

.order-progress .active-step a {
  cursor: pointer;
}

.order-progress .active-step:not(.last) a:hover:before {
  background-color: var(--primary-pantone);
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

.order-progress li.inactive-step a {
  cursor: default;
}

.checkout-buttons .button-1 {
  width: 100%;
  font-size: 15px;
}

.no-data {
  text-align: center;
  font-size: 15px;
  color: #8c8c8c;
}

.shopping-cart-page .common-buttons button,
.shopping-cart-page .cart-collaterals .button-2,
.checkout-page .button-2,
.order-details-page .page-title a,
.order-details-page .repost .button-2 {
  display: inline-block;
  border: none;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  margin: 0 2px;
  background-color: #f1f1f1;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8c8c8c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.1s ease;
}

.shopping-cart-page .common-buttons button:hover,
.shopping-cart-page .cart-collaterals .button-2:hover,
.checkout-page .button-2:hover,
.order-details-page .page-title a:hover,
.order-details-page .repost .button-2:hover {
  background-color: #eaeaea;
}

.shopping-cart-page .common-buttons {
  margin-bottom: 50px;
  font-size: 0;
}

.shopping-cart-page .common-buttons button {
  position: relative;
  display: block;
  margin: 0 auto 7px;
  padding: 0 20px;
  width: 255px;
}

.shopping-cart-page .common-buttons button:before,
.wishlist-content .button-2:before {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  font-size: 20px;
  color: #8c8c8c;
  font-weight: normal;
  text-transform: none;
  transition: all 0.2s ease !important;
  z-index: 1;
}

.shopping-cart-page .common-buttons .continue-shopping-button:before {
  content: "\64";
}

.shopping-cart-page .product-grid {
  clear: both;
  float: left;
  width: 100%;
  margin: 70px 0 0;
}

.update-cart-button:before {
  content: "\59";
}

.clear-cart-button:before {
  content: "\5a";
}

.clear-cart-button:hover:before {
  -webkit-animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.29) both;
  -moz-animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.29) both;
  animation: swiping 0.82s cubic-bezier(0.035, 0.225, 0.885, 0.29) both;
}

.clear-cart-button span,
.update-cart-button span {
  position: relative;
  z-index: 1;
}

.update-cart-button:hover:before {
  -webkit-animation: updating 1s linear infinite;
  -moz-animation: updating 1s linear infinite;
  animation: updating 1s linear infinite;
}

.remove-discount-button,
.remove-gift-card-button {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  margin: 0 0 0 5px;
  border: none;
  background: #f1f1f1 url("../img/close.png") center no-repeat;
  cursor: pointer;
}

.remove-discount-button:hover,
.remove-gift-card-button:hover {
  background-color: #e9e9e9;
}

.shopping-cart-page .message-error {
  margin: 0 0 20px !important;
  font-size: 13px;
}

.shopping-cart-page .order-summary-content > .message-error {
  text-align: center;
}

.mobile-cart-total {
  display: none;
}

.cart-options {
  margin: 0;
  text-align: center;
}

.cart-options > *:last-child {
  margin-bottom: 2px;
}

.cart-options .common-buttons {
  font-size: 0;
}

.cart-options .common-buttons input {
  min-width: 150px;
  margin: 0 5px 5px;
}

.cart-options .checkout-attributes {
  text-align: left;
}

.cart-options .checkout-attributes dl {
  max-width: 400px;
  margin: 0 auto;
}

.cart-options .checkout-attributes dt {
  margin: 0 0 5px;
  font-weight: bold;
}

.cart-options .checkout-attributes dd {
  margin: 0 0 15px;
}

.cart-options .checkout-attributes li {
  line-height: 24px;
}

.section.options {
  margin-bottom: 3px;
}

.checkout-attributes,
.selected-checkout-attributes {
  padding: 30px 20px;
  margin: 20px 0 0;
  border-radius: 3px;
  background-color: #f6f6f6;
  font-size: 15px;
  color: #444;
}

.cart-footer:after {
  content: "";
  display: block;
  clear: both;
}

.cart-footer .total-info {
  margin: 0 0 30px;
}

.cart-footer .total-info:only-child {
  margin: 0;
}

.totals {
  border-radius: 3px;
  padding: 50px 20px;
  background-color: #f6f6f6;
}

.totals > div {
  max-width: 400px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cart-total td {
  width: 50%;
  padding: 7px 5px;
  font-size: 16px;
  color: #444;
  font-weight: 400;
}

.cart-total td label {
  font-size: 16px;
  color: #444;
  font-weight: 400;
}

.order-total td label,
.order-total td span {
  font-size: 22px;
  color: var(--primary-pantone);
}

.cart-total-left {
  text-align: left;
}

.cart-total-right {
  text-align: right;
}

.cart-total .order-total {
  font-size: 16px;
  color: var(--primary-pantone);
  background-color: #cfd5ea;
}

.terms-of-service {
  margin: 0 0 30px;
  text-align: center;
}

.terms-of-service input[type="checkbox"] + label {
  display: inline;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
}

.terms-of-service input[type="checkbox"] + label:before {
  vertical-align: middle;
}

.checkout-page
  .single-step-checkout-page
  .terms-of-service
  input[type="checkbox"]
  + label:before {
  vertical-align: middle;
  width: 17px;
  height: 17px;
  border-radius: 1rem;
}

.terms-of-service .read {
  margin: 0 0 0 3px;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  color: var(--primary-pantone);
}

.terms-of-service .read:hover {
  color: var(--primary-pantone);
}

.cart-footer .addon-buttons > img:first-child,
.cart-footer .addon-buttons > p:first-child {
  margin: 20px 0 0;
}

.cart-collaterals {
  max-width: 100%;
  margin: 0 auto 30px;
}

.cart-collaterals > div {
  border-radius: 3px;
  margin: 0 0 15px;
  overflow: hidden;
}

.cart-collaterals > div > .title {
  position: relative;
  display: block;
  height: 60px;
  padding: 0 20px 0 40px;
  margin: 0;
  line-height: 60px;
  color: #444;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.1s ease;
}

.coupon-box .title strong {
  width: fit-content;
  font-family: "roboto-regular";
  border-left: 2px solid var(--primary-pantone);
  padding-left: 15px;
  font-size: 20px;
  color: #434343;
  font-weight: 100;
}

.cart-collaterals > div > .title:hover {
  color: var(--primary-pantone);
}

.cart-collaterals > div > .title:before {
  content: "\57";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 20px;
  font-size: 10px;
  color: var(--primary-pantone);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: none;
  transition: all 0.3s ease;
}

.cart-collaterals > div > .title.open:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.cart-collaterals > div > .list {
  display: none;
  padding: 30px 20px;
}

.cart-collaterals .title {
  margin: 0 0 15px;
  font-size: 18px;
  color: #444;
}

.cart-collaterals .hint {
  margin: 0 0 20px;
  font-size: 15px;
  color: #8c8c8c;
}

.cart-collaterals .coupon-code {
  display: flex;
  gap: 8px;
  overflow: hidden;
  font-size: 0;
}

.cart-collaterals .coupon-code input[type="text"],
.cart-collaterals .coupon-code input[type="email"],
.cart-collaterals .coupon-code input[type="tel"] {
  float: left;
  width: calc(100% - 115px);
  border: 1px solid var(--primary-pantone);
  border-radius: 2rem;
  height: 40px;
  flex: 1;
}

.shopping-cart-page .cart-collaterals .button-2 {
  background: var(--primary-pantone);
  color: #fff;
  height: 40px;
  line-height: 40px;
  margin-left: 0px;
}

.shopping-cart-page .cart-collaterals .button-2:hover {
  background: var(--primary-pantone);
  color: #fff;
  opacity: 0.8;
}

.coupon-box .hint {
  display: none;
}

.cart-collaterals .coupon-code input[type="submit"] {
  float: left;
  width: 100px;
  padding: 0 15px;
  height: 45px;
  margin: 0 0 0 5px;
  border-radius: 3px;
}

.cart-collaterals .message-failure {
  margin: 5px 0 0;
  color: #ff4f60;
  font-size: 13px;
  font-weight: 700;
}

.cart-collaterals .message-success {
  margin: 5px 0 0;
  color: var(--primary-pantone);
  font-size: 13px;
  font-weight: 700;
}

.cart-collaterals .current-code {
  margin: 7px 0 0;
  color: #444;
  font-size: 14px;
}

.coupon-code + .current-code {
  margin-top: 10px;
}

.cart-collaterals .shipping-results {
  margin: 30px 0 0;
}

.cart-collaterals .shipping-results li {
  margin: 10px 0 0;
  font-size: 14px;
  color: #8c8c8c;
}

.cart-collaterals .shipping-results li strong {
  color: #444;
}

.cart-collaterals .shipping-results li:first-child {
  margin-top: 0;
}

.cart-collaterals .shipping-results .option-description {
  font-weight: 400;
}

.coupon-box + .giftcard-box,
.shipping-options .buttons {
  margin-top: 30px;
}

.estimate-shipping-result {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #ff4f60;
}

/********** CHECKOUT **********/

.checkout-page .section {
  margin: 0 0 50px;
}

.checkout-page .section .title {
  margin: 0 0 30px;
  text-align: left;
}

.checkout-page .add-button:before {
  content: none;
  display: none;
}

.checkout-page .select-billing-address > .title {
  display: none;
}

.checkout-page .order-summary > .title strong {
  font-size: 24px;
  font-weight: 700;
}

.ship-to-same-address,
.pickup-in-store {
  margin-top: 40px !important;
  text-align: center;
}

.ship-to-same-address input[type="checkbox"] + label,
.pickup-in-store input[type="checkbox"] + label {
  font-weight: 700;
  color: #444;
}

.pickup-in-store .description {
  margin: 10px 0 0;
  font-size: 15px;
  color: #8c8c8c;
  font-weight: 400;
}

.pickup-points .message-error {
  text-align: center;
  margin: 20px 0 !important;
}

.checkout-page .address-grid {
  overflow: hidden;
  font-size: 0;
}

.address-grid > div {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.checkout-page .message-error {
  text-align: left;
  margin-top: 25px;
}

.checkout-page .multiple-locations {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
  color: var(--primary-pantone);
}

.checkout-page .add-button .btn-holder:before {
  display: block;
  margin-bottom: 40px;
  content: "\55";
  font-size: 100px;
  color: #8e8e8e;
  transition: all 0.3s ease;
}

.checkout-page .add-button .btn-holder.open:before {
  color: var(--primary-pantone);
}

.checkout-page .add-button .enter-address {
  display: none;
}

.checkout-page .btn-holder {
  position: relative;
  padding-bottom: 45px;
}

.checkout-page .btn-holder label {
  position: absolute;
  display: inline-block;
  top: auto;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 45px;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}

.add-button .btn-holder .open-address-form {
  transition: width 0.3s ease 0.3s, max-width 0.3s ease 0.3s,
    padding 0.3s ease 0.3s, opacity 0.3s ease 0.3s,
    background-color 0.2s ease 0s;
  opacity: 1;
}

.add-button .btn-holder.open .open-address-form {
  max-width: 0;
  padding: 0;
  opacity: 0.4;
  transition-delay: 0s;
}

.checkout-page .btn-holder .close-address-form {
  max-width: 0;
  padding: 0;
  opacity: 0.4;
}

.add-button .btn-holder.open .close-address-form {
  max-width: 280px;
  padding: 0 25px;
  opacity: 1;
  transition: width 0.3s ease 0.3s, max-width 0.3s ease 0.3s,
    padding 0.3s ease 0.3s, opacity 0.3s ease 0.3s,
    background-color 0.2s ease 0s;
}

.checkout-page .edit-address {
  padding-top: 40px;
  margin: 0 0 30px;
}

.checkout-page .address-box {
  margin: 0 0 25px;
}

.checkout-page .address-item li {
  padding: 2px 0;
}

.checkout-page .address-item li.name {
  margin: 0;
}

.checkout-page .address-item li.country {
  margin: 5px 0 0;
  font-size: 16px;
}

.checkout-page .pickup-points .title {
  display: none;
  margin: 0 0 40px;
}

.checkout-page .select-pickup-point {
  text-align: center;
}

.checkout-page .nop-opc-shipping-method .select-pickup-point {
  text-align: left;
  padding: 0 0 10px 10px;
}

.checkout-page .select-pickup-point li {
  display: inline-block;
  margin: 0 5px;
  font-size: 15px;
  color: #444;
  font-weight: 700;
}

.checkout-page .select-address select {
  max-width: 100%;
}

.checkout-page .pickup-points-map {
  height: 300px;
  margin: 20px 0 0;
}

.payment-logo {
  margin-bottom: 10px;
}

.shipping-method .method-list,
.payment-method .method-list {
  margin: 0 0 30px;
}

.shipping-method .method-list li,
.payment-method .method-list li {
  position: relative;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 22px 22px 22px 70px;
  max-width: 560px;
  text-align: left;
  margin: 0 0 10px;
}

.shipping-method .method-list li label,
.payment-method .method-list li label {
  display: block;
  width: 100%;
  font-weight: 700;
  color: #444;
  font-size: 18px;
}

.shipping-method.nop-opc-shipping-method .method-list li label {
  font-size: 15px;
  padding: 10px 0;
}

.shipping-method .method-list input[type="radio"] + label:before,
.payment-method .method-list input[type="radio"] + label:before {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shipping-method .method-description,
.payment-method .payment-description {
  margin: 5px 0 0;
  font-size: 16px;
  color: #8c8c8c;
  font-weight: 400;
}

.shipping-method.nop-opc-shipping-method .method-description {
  padding-left: 10px;
}

.shipping-method.nop-opc-shipping-method .method-name {
  padding: 5px;
  border-radius: 3px;
  background: #ffffff;
  text-align: left;
}

.use-reward-points {
  margin: 0 0 30px;
  text-align: center;
}

.payment-info .info {
  margin: 0 0 30px;
}

.payment-info .info table {
  max-width: 800px;
  border: 1px solid #eee;
  border-radius: 3px;
  margin: 0;
}

.payment-info .info td {
  padding: 5px;
  margin: 5px 0 0;
  font-size: 16px;
  color: #8c8c8c;
  font-weight: 400;
}

.payment-info .info tr:first-child td {
  padding-top: 30px;
}

.payment-info .info tr:last-child td {
  padding-bottom: 30px;
}

.payment-info .info td label {
  font-size: 14px;
}

.payment-info .info td:first-child {
  text-align: right;
}

.payment-info .info td:only-child {
  text-align: left;
}

.payment-info .info td + td {
  text-align: left;
}

.payment-info .info td select:only-of-type,
.payment-info .info td input:only-of-type {
  width: 100% !important;
  max-width: 250px;
}

.payment-info .info td p {
  margin: 10px 0;
  font-size: 16px;
  color: #444;
}

.message-error.validation-summary-errors {
  text-align: center;
}

.order-confirm-page .order-review-data .billing-info .title,
.order-confirm-page .order-review-data .shipping-info .title,
.opc .order-review-data .billing-info .title,
.opc .order-review-data .shipping-info .title {
  margin: -45px -20px 30px;
  padding-left: 20px;
  height: 60px;
  line-height: 60px;
  background-color: #f9f9f9;
  border-radius: 3px 3px 0 0;
}

.order-review-data > div .info-list .name,
.order-review-data > div .title {
  margin-bottom: 10px;
}

.order-review-data > div .info-list .name,
.order-review-data > div .title strong {
  font-weight: 700;
  font-size: 16px;
  color: #434343;
}

.confirm-order .terms-of-service {
  text-align: center;
}

.order-completed .details {
  max-width: 800px;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 30px;
  margin: 0 auto 30px;
  text-align: center;
}

.order-completed .details a {
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 20px;
  max-width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #eee;
  color: #8c8c8c;
  border-radius: 3px;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  text-transform: uppercase;
}

.order-completed .order-number {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-pantone);
}

.opc {
  max-width: 100%;
  padding-bottom: 20px;
}

.opc > li {
  border-bottom: 1px solid #d3d3d3;
  border-radius: 3px;
  margin-bottom: 10px;
  overflow: hidden;
}

.opc > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.opc .step-title {
  position: relative;
  height: 75px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #ffffff;
  padding: 25px 0;
  text-align: left;
}

.opc .step-title .number {
  display: none;
}

.opc > li.allow:not(.active) .step-title:after {
  content: "\30";
  position: absolute;
  display: inline-block;
  top: 0;
  right: 20px;
  left: auto;
  color: var(--primary-pantone);
  font-size: 20px;
  line-height: 60px;
}

.opc input[type="checkbox"] ~ label:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid #837b7b;
  vertical-align: text-top;
  background-color: #fff;
  margin-top: 1px;
}

.opc input[type="checkbox"]:checked ~ label:before {
  margin-left: 1px;
  width: 22px;
  height: 22px;
  box-shadow: 0 0 0 1px #837b7b;
  border: 3px solid #fff;
  background-color: var(--primary-pantone);
}

.opc input[type="checkbox"] ~ label {
  font-weight: 700;
  color: #444;
}

.opc .ship-to-same-address,
.opc .pickup-in-store {
  margin-top: 0 !important;
}

.opc .section.new-billing-address,
.opc .section.new-shipping-address {
  max-width: 600px;
  margin: 0;
}

.opc .allow .step-title,
.opc .allow .step-title .number,
.opc .allow .step-title .title {
  cursor: pointer;
}

.opc .tab-section.active .step-title .title,
.opc .step-title .title {
  display: inline-block;
  color: #434343;
  font-size: 20px;
  font-weight: normal;
  padding-left: 15px;
  border-left: 2px solid var(--primary-pantone);
}

.opc .step-title .number {
  margin: 0 5px 0 0;
}

.opc > li.active .step-title .number,
.opc > li.active .step-title .title {
  font-weight: 700;
  color: var(--primary-pantone);
}

.opc .step {
  padding: 40px 20px;
  overflow: hidden;
}

.opc .section {
  margin: 0 0 15px;
  text-align: left;
}

.opc .section > label,
.opc .select-pickup-points > label {
  display: block;
  font-weight: normal;
  color: #434343;
  font-size: 15px;
  margin: 0 0 10px;
  font-family: "roboto-regular";
}

.opc .payment-info .info {
  margin: 0;
}

.opc .payment-info .info table {
  border: none;
}

.opc input[type="text"],
.opc input[type="email"],
.opc input[type="tel"],
.opc input[type="password"],
.opc select:only-of-type {
  max-width: 100%;
}

.opc select {
  padding: 0 27px 0 20px;
  background: #fff url(../img/select-arrow-dark.svg) no-repeat right 10px center;
}

.opc .buttons {
  margin-bottom: 0;
  font-size: 0;
}

.opc #opc-confirm_order .buttons,
.opc #opc-payment_info .buttons,
.opc .checkout-data > div:not(.section) {
  float: left;
  clear: both;
  width: 100%;
  margin: 30px 0 0;
  text-align: center;
}

.opc .back-link {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
}

.opc .back-link small {
  display: none;
}

.opc .back-link a {
  display: block;
  padding: 0 20px;
  border-radius: 3px;
  background-color: #eee;
  height: 45px;
  min-width: 95px;
  line-height: 45px;
  color: #959595;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opc .back-link,
.opc .back-link + .button-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opc .please-wait {
  display: block;
  margin: 10px 0 0;
}

.opc .terms-of-service {
  text-align: center;
  font-family: "roboto-regular";
  color: #434343;
}

.opc .terms-of-service a {
  text-decoration: underline;
}

/*********** ORDER DETAILS & RETURN REQUEST ***********/

.order-review-data,
.order-details-area,
.shipment-details-area {
  margin: 0 0 50px;
  overflow: hidden;
}

.order-details-page,
.order-overview {
  text-align: center;
}

.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
  padding: 45px 20px;
  margin: 0 0 20px;
  border: 1px solid #eee;
  border-radius: 3px;
  text-align: left;
  font-family: "roboto-regular";
  color: #434343;
}

.order-review-data > div > div,
.order-details-area > div > div,
.shipment-details-area > div > div {
  margin-bottom: 40px;
}

.order-review-data > div > div:last-child,
.order-details-area > div > div:last-child,
.shipment-details-area > div > div:last-child {
  margin-bottom: 0;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
  padding: 2px 0;
  font-size: 16px;
  color: #8c8c8c;
}

.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
  margin: 0 0 15px;
  font-size: 18px;
  color: #444;
}

.order-details-page .page-title {
  margin: 0 0 40px;
  overflow: hidden;
}

.order-details-page .page-title h1 {
  margin: 0 0 30px;
}

.order-details-page .order-overview {
  margin: 0 0 40px;
  line-height: 20px;
}

.order-details-page .order-overview .order-number {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-pantone);
}

.order-overview-content li {
  font-size: 16px;
  color: #8c8c8c;
  line-height: 1.5;
  font-weight: 300;
}

.order-overview-content li strong {
  color: #444;
}

.order-details-page .tax-shipping-info {
  margin: 0 0 10px;
  font-size: 15px;
  color: #444;
}

.order-details-page .actions {
  margin: 20px 0 0;
  overflow: hidden;
  font-size: 0;
}

.order-details-page .actions input {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 5px 0 0;
  padding: 0 20px;
  height: 45px;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.order-details-page .actions input:first-child {
  margin-top: 0;
}

.order-details-page .actions .button-2 {
  background-color: #e7e7e7;
  color: #8c8c8c;
}

.section.shipments {
  margin-bottom: 50px;
}

td.view-details a,
td.download a {
  display: inline-block;
  padding: 10px 20px;
  margin: -7px 0;
  border-radius: 3px;
  background-color: #f1f1f1;
  color: #8c8c8c;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

td.view-details a:hover,
td.download a:hover {
  background-color: #eaeaea;
}

.downloadable-products-page td.order a {
  color: #444;
}

.return-request-file > div {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-size: 13px;
  overflow: hidden;
}

.qq-uploader .qq-upload-drop-area,
.qq-uploader .qq-upload-list {
  float: left;
  width: calc(100% - 45px);
  height: 45px;
  line-height: 45px;
  border: 1px solid #e7e7e7;
  border-right: none;
  border-radius: 3px;
  background-color: #fff;
  padding: 0 0 0 20px;
  text-align: left;
  font-size: 13px;
  color: #000;
}

.qq-uploader .qq-upload-button {
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  display: inline-block;
  float: right;
  border: none;
  border-radius: 0 3px 3px 0;
  background-color: var(--primary-pantone);
  font-size: 0;
  transition: all 0.2s ease;
}

.qq-uploader .qq-upload-button:before {
  content: "\e903";
  font-size: 16px;
  color: #fff;
}

.qq-uploader .qq-upload-button:hover {
  background-color: #e8af00;
}

.return-request-page .qq-upload-list li {
  background-color: transparent !important;
  font-size: 13px;
  color: #444 !important;
  padding: 0 !important;
  line-height: 45px;
}

.qq-uploader .qq-upload-drop-area,
.qq-uploader .qq-upload-extra-drop-area {
  width: calc(100% - 45px);
  height: 100%;
  min-height: 45px;
  background: #fff9e0;
  text-align: left;
}

.qq-uploader .qq-upload-drop-area span {
  top: 0;
  left: 0;
  margin: 0;
}

/*********** SEARCH & SITEMAP ***********/

.search-page .search-input .fieldset {
  margin: 0;
}

.search-page .search-input form {
  background-color: #f6f6f6;
  margin: 0 -10px 40px;
  padding: 30px 0;
}

.search-input input + label {
  display: inline;
  margin: 0 0 0 2px;
}

.basic-search {
  padding: 0 20px 30px;
}

.advanced-search {
  padding: 30px 20px;
  border-top: 2px solid #fff;
}

.basic-search > .inputs,
.advanced-search > .inputs {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.search-page .search-input form .buttons {
  padding: 0 20px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.search-page .search-input form .buttons input {
  width: 100%;
}

.advanced-search .price-range {
  display: block;
  width: 100%;
  font-size: 0;
}

.advanced-search .price-range input {
  width: calc(50% - 5px);
  font-size: 13px;
}

.advanced-search .price-range input:nth-child(2) {
  margin-left: 10px;
}

.search-input .warning,
.search-results .result {
  display: block;
  margin: 10px 0 0;
  font-weight: normal;
  color: #ff4f60;
}

.search-results {
  margin: 30px 0 0;
}

.instant-search-item .detail .sku {
  font-size: 14px;
}

.sitemap-page .description {
  margin: 0 auto 30px;
  max-width: 1000px;
  font-size: 15px;
  color: #8c8c8c;
  text-align: center;
}

.sitemap-page .entity {
  border: 1px solid #eee;
  border-radius: 3px 3px 0 0;
  border-bottom: none;
  padding: 30px 20px;
  text-align: center;
}

.sitemap-page .entity + .entity {
  border-radius: 0;
}

.sitemap-page .entity:last-child {
  border-radius: 0 0 3px 3px;
  border-bottom: 1px solid #eee;
}

.sitemap-page .entity-title {
  margin: 0 0 20px;
}

.sitemap-page .entity-title h2 {
  font-size: 17px;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sitemap-page .entity-body {
  line-height: 24px;
}

.sitemap-page li {
  display: inline-block;
  margin: 0 5px;
}

.sitemap-page a {
  display: block;
  padding: 5px;
  color: var(--primary-pantone);
  font-size: 15px;
  transition: all 0.2s ease;
}

.sitemap-page a:hover {
  color: var(--primary-pantone);
}

.sitemap-page a:empty {
  display: none;
}

/********** BLOG & NEWS **********/

.block-blog-archive .year {
  margin-top: 10px;
}

.year strong {
  display: block;
  cursor: default;
}

.blog-page .post,
.news-items .news-item {
  position: relative;
  margin: 0 0 20px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  overflow: hidden;
}

.blog-page .post-details,
.news-items .news-item {
  padding: 30px 15px;
}

.center-2 .blog-page .post,
.center-2 .news-items .news-item {
  text-align: left;
}

.blog-page .post:after,
.news-items .item:after {
  content: "";
  display: block;
  clear: both;
}

.post-title,
.news-title {
  display: block;
  margin: 0 0 20px;
  font-size: 25px;
  font-weight: 300;
  color: #444444;
}

.post-date,
.news-date {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.3px;
  color: var(--primary-pantone);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.post-date + .read-comments {
  margin-left: 15px;
}

.post-body,
.news-body {
  line-height: 1.5;
  font-size: 16px;
  color: #8c8c8c;
  font-weight: 400;
  font-family: Open-Sans-SemiBold;
}

.post-body + .buttons,
.news-body + .buttons {
  margin-top: 25px;
}

.post-body p:first-child,
.news-body p:first-child {
  margin-top: 0;
}

.back-to-all-button {
  display: inline-block;
  margin: 0 auto 20px;
  width: auto;
  text-align: center;
  font-size: 13px;
  color: #959595;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease;
}

.back-to-all-button:before {
  content: "\6b";
  display: inline-block;
  margin-right: 7px;
  color: #959595;
  text-transform: none;
  font-weight: normal;
  font-size: 10px;
  transition: all 0.2s ease;
}

.back-to-all-button:hover,
.back-to-all-button:hover:before {
  color: var(--primary-pantone);
}

.blogpost-page .page-title,
.news-item-page .page-title {
  margin-bottom: 15px;
}

.blogpost-page .post-date,
.news-item-page .news-date {
  display: block;
  margin-bottom: 25px;
}

.blogpost-page .post-body,
.news-item-page .news-body {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 900px;
  text-align: justify;
}

.blogpost-page .post-body {
  border-bottom: 1px solid #eee;
  padding: 0 30px;
  margin: 0 -10px 20px;
}

.blog-page .tags,
.blogpost-page .tags {
  margin: 0 0 5px;
  overflow: hidden;
}

.blog-page .tags label,
.blogpost-page .tags label {
  display: inline-block;
  font-size: 0;
}

.blog-page .tags label:before,
.blogpost-page .tags label:before {
  content: "\58";
  display: inline-block;
  margin-right: 7px;
  font-size: 16px;
  color: #8c8c8c;
}

.blog-page .tags ul,
.blogpost-page .tags ul {
  display: inline-block;
  font-size: 0;
}

.blog-page .tags li,
.blogpost-page .tags li {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
  margin: 0 5px 0 3px;
}

.blog-page .tags a,
.blogpost-page .tags a {
  display: inline-block;
  color: var(--primary-pantone);
  line-height: 24px;
  transition: all 0.2s ease;
}

.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
  color: var(--primary-pantone);
}

.blog-posts .buttons,
.news-items .buttons {
  text-align: left;
}

.blog-posts .read-more,
.news-items .read-more {
  display: inline-block;
  padding: 0 25px;
  border-radius: 3px;
  background-color: var(--primary-pantone);
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.blog-posts .read-more:hover,
.news-items .read-more:hover {
  background-color: #e8af00;
}

.read-comments {
  font-size: 13px;
  color: #8c8c8c;
  font-weight: 700;
  transition: all 0.2s ease;
}

.read-comments:before {
  content: "\52";
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  font-weight: normal;
  text-transform: none;
  color: #8c8c8c;
  font-size: 16px;
  transition: all 0.2s ease;
}

.read-comments:hover,
.read-comments:hover:before {
  color: var(--primary-pantone);
}

.new-comment {
  padding: 40px 20px;
}

.comment-list {
  padding: 0 10px 40px;
}

.new-comment,
.comment-list {
  margin: 70px -10px 0;
  background-color: #f6f6f6;
  border-radius: 1rem;
}

.new-comment > *,
.comment {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.new-comment + .comment-list {
  margin-top: 0;
}

.new-comment .title {
  margin: 0 auto;
}

.new-comment .title strong {
  font-weight: 700;
  font-size: 26px;
  color: #444;
}

.new-comment form {
  display: none;
}

.html-blogpost-page .blogpost-page .new-comment form {
  display: block;
}

.comment-form-btn strong:before {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
}

.open-comment-form:hover {
  background-color: #e8af00;
}

.open-comment-form:before {
  content: "\52";
  color: #fff;
}

.new-comment .notifications {
  font-size: 15px;
  color: #8c8c8c;
}

.new-comment .result {
  margin: 20px 0 0;
  color: var(--primary-pantone);
}

.comment-list .comment {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  padding: 30px 20px;
  text-align: left;
}

.comment-list .comment:first-child {
  border-top: 1px solid #eee;
  border-radius: 1rem 1rem 0 0;
}

.comment-list .comment:last-child {
  border-radius: 0 0 1rem 1rem;
}

.new-comment .form-fields {
  padding-top: 30px;
  margin: 0 auto 15px;
  max-width: 500px;
}

.new-comment textarea {
  width: 100%;
  border-radius: 1rem;
}

.comment-list .title {
  margin: 0 0 10px;
  font-weight: bold;
  padding-top: 10px;
  font-size: 17px;
}

.blog-comment:after,
.news-comment:after {
  content: "";
  display: block;
  clear: both;
}

.comment-info {
  margin: 0 0 15px;
  font-size: 0;
  overflow: hidden;
}

.comment-info .username {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 17px;
  color: #444;
  font-weight: 700;
}

.comment-info .avatar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.comment-info .avatar img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.name-and-time {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: calc(100% - 80px);
  text-align: left;
}

.comment-time {
  font-size: 14px;
  color: #aaa;
}

.comment-body,
.comment-text {
  font-size: 15px;
  color: #8c8c8c;
  line-height: 1.5;
}

.news-item-page .inputs:first-child label {
  display: block;
}

.news-list-homepage {
  margin: 0 auto 50px;
  text-align: center;
}

.news-list-homepage .title {
  margin: 0 0 7px;
  font-size: 28px;
  color: #444444;
}

.news-list-homepage .title strong {
  font-weight: bold;
}

.news-list-homepage .view-all {
  margin-bottom: 15px;
}

.news-list-homepage .view-all a {
  display: inline-block;
  line-height: 32px;
  color: var(--primary-pantone);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.2s ease;
}

.news-list-homepage .view-all a:after {
  content: "\57";
  display: inline-block;
  margin-left: 7px;
  font-size: 8px;
  color: var(--primary-pantone);
  vertical-align: bottom;
  text-transform: none;
  transition: all 0.2s ease;
}

.news-list-homepage .view-all a:hover,
.news-list-homepage .view-all a:hover:after {
  color: var(--primary-pantone);
}

.post-details,
.news-item {
  padding: 30px 15px;
}

/********** FORUM & PROFILE **********/

.forums-main-page .topic-block {
  margin-bottom: 0;
}

.forums-main-page .topic-block-title h2 {
  color: #444;
  font-size: 28px;
}

.forums-header {
  margin: 0 0 30px;
  text-align: center;
}

.forums-header:after {
  content: "";
  display: block;
  clear: both;
}

.current-time {
  margin: 27px 0 30px;
  color: var(--primary-pantone);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.forum-search-box {
  margin: 0 0 45px;
  text-align: center;
}

.forum-search-box {
  display: block;
  padding: 0 !important;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 600px;
}

.forum-search-box form {
  padding: 0 !important;
}

.forum-search-box .basic {
  overflow: hidden;
  margin: 0 0 15px;
}

.forum-search-box.search-box input.search-box-text {
  padding: 0 5px 0 15px;
  width: calc(100% - 45px);
  height: 45px;
}

.forum-search-box.search-box .search-box-button {
  float: left;
  width: 45px;
  height: 45px;
  border: none;
  background: #ccc url("../img/search-button.png") center no-repeat;
  font-size: 0;
  border: 1px solid #eeeeee;
  border-left: 0;
  border-radius: 0 3px 3px 0;
}

.forum-search-box.search-box .search-box-button:hover {
  background-color: var(--primary-pantone);
}

.forum-search-box .advanced > a {
  font-size: 15px;
  color: #8c8c8c;
  transition: color 0.2s ease;
}

.forum-search-box .advanced > a:hover {
  color: var(--primary-pantone);
}

.forum-search-page .basic-search .forum-search-text {
  text-align: center;
  font-size: 15px;
}

.forum-search-page .basic-search .forum-search-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaa;
}

.forum-search-page .basic-search .forum-search-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
}

.forum-search-page .basic-search .forum-search-text:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaa;
}

.forum-search-page .basic-search .forum-search-text:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
}

.forum-search-page .inputs.reversed {
  text-align: center;
}

.forum-search-page .advanced-search {
  margin: 0 -10px 30px;
  padding: 30px;
  max-width: 800px;
  background-color: #f6f6f6;
}

.forum-search-page .search-error {
  padding: 15px;
  margin: 30px 0 0;
  font-size: 13px;
  color: #ff4f60;
  font-weight: 700;
  text-align: center;
}

.forum-search-page .fieldset {
  margin: 0;
}

.forum-search-page .search-results {
  margin: 40px 0 0;
}

.no-result {
  font-size: 15px;
  color: #8c8c8c;
  text-align: center;
}

/* forum group */

.forums-table-section {
  margin: 0 0 50px;
}

.forums-table-section a {
  vertical-align: middle;
}

.forums-table-section-title {
  margin: 0 0 25px;
  overflow: hidden;
  text-align: center;
}

.forums-table-section-title > a,
.forums-table-section-title strong {
  font-size: 24px;
  font-weight: 700;
  color: #444;
}

.forums-table-section .view-all a {
  display: inline-block;
  margin-top: 10px;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  border-radius: 3px;
  background-color: var(--primary-pantone);
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.2s ease;
}

.forums-table-section .view-all a:hover {
  background-color: #e8af00;
}

.forums-table-section .image div {
  font-size: 0;
  width: 24px;
  height: 24px;
  margin: auto;
}

.forums-table-section .image div:before {
  content: "\32";
  display: block;
  color: #8e8e8e;
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
}

.forums-table-section .image div.sticky:before {
  color: #ffa20f;
}

.forums-table-section .image div.announcement:before {
  color: #e5323f;
}

.forums-table-section .latest-post {
  white-space: nowrap;
}

/* forum-page, topic-page */

.forum-page .forum-info,
.forum-topic-page .topic-name,
.forum-page .forum-name {
  margin: 0 0 30px;
  text-align: center;
}

.forum-page .forums-table-section {
  margin: 0;
}

.forum-page .forum-description {
  margin-top: -5px;
}

.forum-page .forum-description p {
  font-size: 15px;
  color: #8c8c8c;
}

.forum-actions,
.topic-actions {
  margin: 0 0 25px;
  font-size: 0;
  text-align: center;
}

.forum-actions .actions a,
.topic-actions .actions a {
  display: inline-block;
  padding: 0 10px;
  margin: 0 0 6px 6px;
  width: calc(50% - 3px);
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  color: #8c8c8c;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #f1f1f1;
  border-radius: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.2s ease;
}

.topic-actions .actions a:nth-child(2n),
.forum-actions .actions a:nth-child(2n + 1) {
  margin-left: 0;
}

.topic-actions .pager {
  margin-top: 50px;
}

.pager.upper {
  display: none;
}

.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
  background-color: #eaeaea;
}

.forum-actions .actions a:before,
.topic-actions .actions a:before,
.topic-post .post-actions a:before {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  color: #8c8c8c;
  font-size: 17px;
  text-transform: none;
  font-weight: normal;
}

.forum-actions .actions a.edit-topic-button,
.topic-actions .actions a.edit-topic-button {
  width: 100%;
  margin: 0 0 6px;
}

.forum-actions .actions .new-topic:before {
  content: "\52";
}

.forum-actions .actions .watch-forum:before,
.topic-actions .actions .watch-forum:before,
.topic-actions .watch-topic-button:before {
  content: "\31";
}

.topic-actions .reply-topic-button:before {
  content: "\4f";
}

.topic-actions .move-topic-button:before {
  content: "\33";
}

.topic-actions .edit-topic-button:before {
  content: "\4c";
}

.topic-actions .delete-topic-button:before {
  content: "\4d";
}

.topic-actions.lower .actions {
  display: none;
}

.forum-table a {
  color: #444;
  font-weight: 700;
  transition: color 0.2s ease;
}

.forum-table a:hover {
  color: var(--primary-pantone);
}

.forum-details .forum-title a,
.topic-details .topic-title a {
  font-size: 18px;
}

.forum-description,
.topic-details .topic-pager,
.topic-details .topic-starter,
.topic-details .topic-starter,
td.latest-post {
  font-size: 16px;
  color: #8c8c8c;
}

.forum-page .pager {
  margin-top: 30px;
}

td.topics,
td.posts,
td.views,
td.replies,
td.votes {
  font-weight: 700;
}

/* topic post */

.topic-post {
  margin: 0 0 20px;
  border: 1px solid #eee;
  border-radius: 3px;
  overflow: hidden;
}

.topic-post:after {
  content: "";
  display: block;
  clear: both;
}

.topic-post .post-head {
  padding: 0 17px;
  background-color: #f6f6f6;
  text-align: left;
  height: 45px;
}

.topic-post .post-time {
  display: inline-block;
}

.topic-post .post-time span,
.topic-post .post-time label {
  display: inline-block;
  color: #aaa;
  font-size: 14px;
  line-height: 43px;
}

.topic-post .post-link-button {
  float: right;
  font-size: 15px;
  font-weight: 700;
  line-height: 43px;
  color: #8c8c8c;
}

.topic-post .post-info {
  padding: 15px 10px;
  text-align: left;
  font-size: 0;
}

.topic-post .user-info {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 105px;
  padding-left: 120px;
}

.topic-post .username {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
  color: #444;
  font-weight: 700;
}

.topic-post .avatar {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  vertical-align: top;
  width: 105px;
  overflow: hidden;
  font-size: 0;
}

.topic-post .avatar a {
  display: block;
}

.topic-post .avatar img {
  max-width: 100%;
}

.topic-post .user-stats {
  margin: 0 0 15px;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 1.1;
}

.topic-post .user-stats span {
  margin: 0 0 0 3px;
}

.topic-post .pm-button {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: auto;
  background-color: transparent;
  font-size: 13px;
  line-height: 16px;
}

.topic-post .pm-button:before {
  position: static;
  margin-right: 10px;
  vertical-align: bottom;
  color: var(--primary-pantone);
}

.topic-post .post-actions {
  font-size: 0;
  text-align: right;
  overflow: hidden;
}

.topic-post .post-actions > div {
  display: inline-block;
  float: right;
  vertical-align: top;
}

.topic-post .post-actions a {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px;
  font-size: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #f1f1f1;
  border-radius: 3px;
  text-align: center;
  transition: all 0.2s ease;
}

.topic-post .post-actions a:hover {
  background-color: #eaeaea;
}

.topic-post .post-actions a:before {
  margin: 0;
}

.topic-post .post-actions .edit-post-button:before {
  content: "\4c";
}

.topic-post .post-actions .delete-post-button:before {
  content: "\4d";
}

.topic-post .post-actions .quote-post-button {
  width: auto;
  padding: 0 25px;
  background-color: var(--primary-pantone);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

.topic-post .post-actions .quote-post-button:hover {
  background-color: #e8af00;
}

.topic-post .post-content {
  padding: 20px;
}

.topic-post .post-body {
  position: relative;
  text-align: left;
  font-size: 15px;
  margin-bottom: 40px;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
  max-width: 100%;
  height: auto;
}

.topic-post .quote,
.latest-posts .quote {
  margin: 10px 0;
  background-color: #f6f6f6;
  border-radius: 3px;
  padding: 15px 10px;
}

.topic-post .post-actions > div.post-vote {
  float: left;
}

.topic-post .post-vote > span {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

.topic-post .post-vote > span:before {
  display: block;
  font-size: 20px;
  color: #8c8c8c;
  text-align: center;
}

.topic-post .post-vote > .vote.up:before {
  content: "\46";
}

.topic-post .post-vote > .vote.down:before {
  content: "\47";
}

.topic-post .post-vote > .vote.up:hover:before {
  content: "\e902";
  color: var(--primary-pantone);
}

.topic-post .post-vote > .vote.down:hover:before {
  content: "\e901";
  color: var(--primary-pantone);
}

.topic-post .post-vote > div {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  color: #8c8c8c;
}

.topic-post .signature {
  border-top: 1px dashed #eee;
  padding: 20px 0 0;
  margin-bottom: 30px;
  font-size: 15px;
  color: #aaa;
  text-align: left;
}

/* forum edit & send message */

.forum-edit-page strong,
.private-message-send-page a {
  font-size: 18px;
  font-weight: normal;
  vertical-align: middle;
}

.forum-edit-page .buttons,
.private-message-send-page .buttons {
  margin: 15px 0 0;
  text-align: center;
}

.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
  min-width: 115px;
  border: none;
  padding: 0 25px;
  height: 45px;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.1s ease;
}

.forum-edit-page input.button-2,
.move-topic-page input.button-2,
.private-messages input.button-2 {
  color: #8c8c8c;
  background-color: #f1f1f1;
}

.forum-edit-page input.button-2:hover,
.move-topic-page input.button-2:hover,
.private-messages input.button-2:hover {
  background-color: #dfdfdf;
}

.forum-edit-page .inputs span {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 12px; /*reset zeroing*/
}

.private-message-send-page .message label {
  display: none;
}

/* inbox & view message */

.private-message-view-page .buttons .button-2 {
  background-color: #f1f1f1;
}

.private-messages .page-title {
  text-align: center;
}

.private-messages-page td.date {
  white-space: normal;
}

.private-messages-page .td-title {
  display: none;
}

.private-messages .data-table a,
.private-messages .data-table td {
  color: #8c8c8c;
  font-weight: 400;
}

.private-messages-page td,
.private-messages-page th {
  text-align: left;
}

.private-messages-page .data-table .pm-unread {
  color: #444;
  font-weight: 700;
}

.private-messages-page .buttons input {
  width: 80%;
  max-width: 200px;
  margin: 0 5px;
}

.private-messages-page .buttons input + input {
  margin-top: 15px;
}

.private-message-view-page .view-message {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 30px 20px;
  margin: 0 auto 30px;
  max-width: 800px;
}

.private-message-view-page .message-head li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #8c8c8c;
}

.private-message-view-page .message-head label {
  font-weight: 300;
}

.private-message-view-page .message-head {
  margin-bottom: 30px;
}

.private-message-view-page .message-head span {
  font-weight: 700;
  margin: 0 0 0 5px;
  vertical-align: middle;
}

.private-message-view-page .message-body {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #8c8c8c;
}

.private-message-view-page .message {
  display: block !important;
  margin: 15px 0;
  border: 1px solid #ccc;
  padding: 15px;
}

.private-message-view-page .buttons {
  font-size: 0;
}

.private-message-view-page .reply-pm-button,
.private-message-view-page .delete-pm-button {
  display: inline-block;
  width: calc(40% - 5px);
  margin-bottom: 10px;
  max-width: 150px;
}

.private-message-view-page .reply-pm-button {
  margin-right: 10px;
}

.private-message-view-page .back-pm-button {
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 310px;
}

/* profile page  */

.profile-info-box {
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 30px 20px;
  max-width: 650px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}

.profile-info-box .avatar {
  margin: 0 auto 20px;
  font-size: 0;
}

.profile-info-box .profile-stats {
  margin: 0 0 10px;
}

.profile-info-box .title {
  margin: 0 0 13px;
  font-size: 16px;
  color: #444;
}

.profile-info-box .avatar {
  max-width: 180px;
  border-radius: 3px;
  overflow: hidden;
}

.profile-info-box .stats {
  font-size: 15px;
  color: #8c8c8c;
  font-weight: 300;
}

.profile-info-box .stats li {
  margin-bottom: 6px;
}

.profile-info-box .stats span {
  font-weight: 700;
}

.profile-page .ui-tabs-nav,
.private-messages-page .ui-tabs-nav {
  font-size: 0;
}

.profile-page .ui-tabs-nav li,
.private-messages-page .ui-tabs-nav li {
  max-width: calc(50% - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 5px;
}

.profile-page .topic {
  padding: 30px 20px;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
}

.profile-page .topic:first-child {
  border-top: 1px solid #eee;
  border-radius: 3px 3px 0 0;
}

.profile-page .topic:last-child {
  border-radius: 0 0 3px 3px;
}

.profile-page .topic:only-child {
  border-radius: 3px;
}

.profile-page .topic-title {
  margin: 0 0 7px;
  font-size: 16px;
}

.profile-page .topic-title label {
  font-weight: 300;
  color: #8c8c8c;
}

.profile-page .topic-title a {
  font-weight: 700;
  color: #444;
}

.profile-page .topic-data {
  color: #8c8c8c;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 300;
}

.profile-page .topic-body {
  font-size: 15px;
  font-weight: 400;
  color: #8c8c8c;
  line-height: 1.5;
}

.pm-button {
  position: relative;
  display: inline-block;
  border: none;
  height: 45px;
  line-height: 45px;
  max-width: 80%;
  padding: 0 25px 0 55px;
  margin: 15px auto 0;
  background-color: #f1f1f1;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8c8c8c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.1s ease, padding 0.3s ease;
}

.pm-button:before {
  content: "\6d";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 25px;
  font-size: 20px;
  color: #8c8c8c;
  text-transform: none;
  transition: all 0.3s linear !important;
  font-weight: normal;
}

.pm-button:hover::before {
  -webkit-animation: emailing 0.2s linear;
  -moz-animation: emailing 0.2s linear;
  animation: emailing 0.2s linear;
}

.csharpcode {
  margin: 10px 0;
  padding: 10px 15px;
  color: #444;
  white-space: normal;
  text-align: left;
  border: 1px dotted #cacaca;
  border-radius: 3px;
}

/* Intelisale purchased slider*/

.intelisale-default-slider .intelisale-related-slider .item-box {
  width: 100%;
}

.intelisale-default-slider .slick-arrow {
  width: 50px;
  height: 50px;
}

.intelisale-default-slider .slick-arrow {
  position: absolute;
  top: -50px;
  max-width: 100%;
  max-height: 100%;
  width: 35px;
  height: 35px;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateZ(0) scale(1, 1);
  background-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  border: none;
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
}

.intelisale-default-slider .slick-next {
  right: 0;
  background-image: url(../../../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Pavilion/Content/images/horizontal-next.png);
  background-position: left center;
}

.intelisale-default-slider .slick-prev {
  right: 40px;
  background-image: url(../../../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Pavilion/Content/images/horizontal-prev.png);
  background-position: right center;
}

.intelisale-default-slider .intelisale-related-slider.item-grid .slick-next,
.intelisale-default-slider .intelisale-purchased-slider.item-grid .slick-next {
  right: 70px;
  top: -30px;
}

.intelisale-default-slider .intelisale-related-slider.item-grid .slick-prev,
.intelisale-default-slider .intelisale-purchased-slider.item-grid .slick-prev {
  right: 100px;
  top: -30px;
}

.intelisale-default-slider .slick-next:hover {
  background-color: var(--primary-pantone) !important;
  background-position: right center;
}

.intelisale-default-slider .slick-prev:hover {
  background-color: var(--primary-pantone) !important;
  background-position: left center;
}

.intelisale-default-slider .slick-dots {
  padding-top: 0;
  text-align: center;
}

.intelisale-default-slider .slick-dots .slick-active button {
  background-color: #cc0000;
}

.intelisale-default-slider .item-box-purchased {
  margin-top: 10px;
  margin-bottom: 20px;
}

.intelisale-default-slider .intelisale-purchased-item {
  padding: 0 25px 0 25px;
}

.intelisale-default-slider.cross-sell-slider .intelisale-purchased-item {
  padding: 0 25px 0 25px;
}

.intelisale-default-slider .item-box-purchased .add-to-cart-button-mobile {
  display: none;
}

/*NOP BESTSELLERS CAROUSEL*/

.bestsellers .title {
  text-align: left;
}

.bestsellers .title strong {
  margin-left: 50px;
  padding: 0 0 0 15px;
  font-size: 20px;
  font-family: "roboto-regular";
  border-left: 2px solid var(--primary-pantone);
  text-transform: unset;
  color: var(--title-gray);
  font-weight: 100;
}

.two-row-carousels .bestsellers .slick-arrow {
  position: absolute;
  top: -60px;
  border: unset;
  background-position: center;
}

.two-row-carousels .bestsellers .slick-prev {
  right: 40px;
  left: unset;
}

.two-row-carousels .bestsellers .slick-next {
  right: 4%;
}

.two-row-carousels .bestsellers .slick-arrow {
  width: 22px;
}

.two-row-carousels .bestsellers .slick-arrow:hover {
  background-color: #fff;
}

.bestsellers .slick-prev {
  transform: rotate(180deg);
  background-image: url(../img/img_enmon/arrow-gray.svg);
  background-repeat: no-repeat;
}

.two-row-carousels .slick-arrow:before {
  content: "";
}

.bestsellers .slick-next {
  background-image: url(../img/img_enmon/arrow-gray.svg);
  background-repeat: no-repeat;
}

.two-row-carousels .bestsellers .slick-next:hover,
.two-row-carousels .bestsellers .slick-prev:hover {
  background-color: #fff !important;
}

.bestsellers .item-box .details .add-info .buttons,
.bestsellers .item-box .product-rating-box {
  display: none;
}

.two-row-carousels .bestsellers .item-grid .item-box {
  border-radius: 0 !important;
}

.two-row-carousels .bestsellers .slick-slide > div:first-child,
.two-row-carousels .bestsellers .slick-list {
  border: unset;
}

.bestsellers .product-title a {
  font-size: 14px;
  font-family: "roboto-regular";
  text-transform: unset;
  color: var(--title-gray);
}

.bestsellers .item-grid .item-box .picture {
  padding: 10px;
}

.bestsellers .item-grid .item-box .details {
  padding-right: 35px;
}

.bestsellers .item-grid .item-box .details .prices {
  margin-top: 20px;
  text-align: left;
}

.bestsellers .item-grid .item-box .details .prices .actual-price {
  font-size: 26px;
  font-family: "roboto-regular";
  font-weight: 100;
  text-transform: unset;
  color: var(--title-gray);
}

/* Sticky Header */
.header .sticky-header {
  position: fixed;
  top: 0;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  height: 60px;
  z-index: 9999;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background-color: var(--background-white);
}

.header .sticky-header .header-logo {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 15%;
}

.header .sticky-header .search-box {
  width: 55%;
}

.header .sticky-header .header-links-wrapper {
  width: 20%;
  height: 35px;
}

.header .header-links-wrapper .header-links li + li {
  padding-left: 7px;
}

.header
  .sticky-header
  .header-links-wrapper
  .header-links
  .mobile-flyout-wrapper {
  width: 70px;
}

.header .sticky-header .header-logo .logo img {
  width: 130px;
  height: inherit;
}

.header .sticky-header .header-logo {
  text-align: center;
}

.sticky-header .header-logo {
  height: 100%;
  width: 240px !important;
}

.sticky-header .header-logo,
.sticky-header .header-logo .logo,
.sticky-header .header-logo .logo img {
  height: 60px;
}

.header .sticky-header .header-logo .logo img {
  width: auto;
  height: inherit;
  max-height: 40px;
  max-width: 153%;
  margin-top: 0.5rem;
}

.header .sticky-header .header-links-wrapper .header-links .ico-account.opener,
.header .sticky-header .header-links-wrapper .header-links .ico-wishlist,
.header .sticky-header .header-links-wrapper .header-links .ico-cart,
.header
  .sticky-header
  .header-links-wrapper
  .header-links
  .ico-cart
  .price-label,
.header
  .sticky-header
  .header-links-wrapper
  .header-links
  .ico-cart
  .price-label-tax {
  font-size: 0;
}

.home-page-product-grid .product-item .details .grouped-product-productBox {
  display: none;
}

.header .header-lower {
  padding-right: 5px;
}

.header .header-links-wrapper .header-links .mobile-flyout-wrapper {
  display: inline-flex;
  padding-left: 20px;
}

.header .header-links-wrapper .header-links .mobile-flyout-wrapper .cart-qty {
  left: 60%;
}

.header .sticky-header .header-links .mobile-flyout-wrapper .cart-qty {
  left: 50%;
}

.header-menu > ul > li:last-child > a {
  padding-right: 5px;
}

/*COMPARE PAGE*/

.compare-products-page {
  padding: 0 20px;
}

.compare-products-page .page-title {
  padding-top: 50px;
  margin-bottom: 20px;
}

.compare-products-page .page-title h1 {
  height: 25px;
  padding-left: 15px;
  border-left: 2px solid var(--primary-pantone);
  font-size: 20px;
  text-align: left;
  font-weight: 100;
}

.compare-products-page .page-body {
  margin: 0 -20px !important;
}

.compare-products-page .page-body .clear-list {
  top: -50px;
  left: 45px;
  height: 35px;
  width: 135px;
  border: 1px solid var(--primary-pantone);
  background: #fff;
  border-radius: inherit;
}

.compare-products-page .clear-list:before {
  display: none;
}

.compare-products-page .page-body .clear-list span {
  top: -5px;
  font-size: 11px;
  color: var(--primary-pantone);
  font-weight: 100;
}

.compare-products-page .page-body .table-wrapper {
  margin: 75px 45px 0 45px;
  scrollbar-width: none;
}

.compare-products-page .page-body .table-wrapper::-webkit-scrollbar {
  display: none;
}

.compare-products-page .page-body .table-wrapper .compare-products-table {
  margin: 5px 0px 15px 0px;
}

.compare-products-page
  .page-body
  .compare-products-table
  .remove-product
  td
  button {
  top: 0px;
  right: 0px;
  height: 35px;
  width: 30px;
  border-radius: inherit;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}

.compare-products-page
  .page-body
  .compare-products-table
  .product-picture
  td
  a
  img {
  padding: 10px 0;
}

.compare-products-page .page-body .compare-products-table tr td:first-child {
  background-color: inherit;
  border-left: 1px solid #eee;
  font-family: "roboto-regular";
  font-weight: 600;
  color: #434343 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.compare-products-page .page-body .compare-products-table tbody tr td {
  padding: 10px 5px 10px 10px;
  font-size: 12px;
  text-align: left;
  font-weight: 100;
  font-family: "roboto-regular";
  color: #434343;
  height: 38px;
  min-height: 38px;
}

.compare-products-page
  .page-body
  .compare-products-table
  tbody
  .product-name
  td {
  font-size: 14px;
  font-weight: normal;
  font-family: "roboto-bold" !important;
  color: var(--title-gray);
}

.compare-products-page
  .page-body
  .compare-products-table
  tbody
  .product-price
  td {
  font-size: 26px;
  font-weight: bold;
  color: var(--title-gray);
}

.compare-products-page
  .page-body
  .compare-products-table
  tbody
  .remove-product
  .remove-button:before {
  position: absolute;
  top: -5px;
  left: 11px;
  content: url(../img/close.png);
}

.compare-products-page
  .page-body
  .compare-products-table
  tbody
  .remove-product
  td {
  background-color: #fff;
}

.compare-products-page
  .page-body
  .compare-products-table
  tbody
  tr:nth-child(odd) {
  background-color: #fbfbfb !important;
}

/*EBIZ-1169-padajuci-logo*/
.header-links .ico-account {
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
}

.header-links .ico-account.opener.opened {
  color: var(--primary-pantone) !important;
  border-bottom: 3px solid var(--primary-pantone);
}

.login-form-in-header.profile-menu-box {
  height: 30px;
}

.login-form-in-header form {
  padding: 0 15px;
}

.login-form-in-header.profile-menu-box {
  height: 235px;
  width: 260px;
}

.login-form-in-header.authenticated.profile-menu-box {
  height: 75px;
  padding: 0;
}

.login-form-in-header.profile-menu-box .inputs input {
  height: 30px;
  padding: 0 35px 0 15px;
  border-radius: 3px;
  font-size: 11px;
  color: #434343;
  font-family: "roboto-regular";
}

.login-form-in-header.profile-menu-box
  .inputs
  input::-webkit-input-placeholder {
  font-size: 11px;
  color: #434343;
  font-family: "roboto-regular";
}

.login-form-in-header .buttons .login-button {
  height: 30px;
  font-size: 12px;
}

.login-form-in-header.profile-menu-box:after {
  content: none;
}

.login-form-in-header .in-header-forgot-password a,
.login-form-in-header .in-header-register-link {
  color: var(--primary-pantone) !important;
  font-size: 11px !important;
}

.login-form-in-header .in-header-register-link {
  padding: 3px 0;
}

.login-form-in-header .login-devider.short {
  color: #707070;
}

.login-form-in-header .login-devider.short strong {
  font-weight: normal;
}

.login-form-in-header .in-header-social-buttons button {
  height: 25px;
  font-size: 11px;
}

.header-links .ico-account.opened:hover,
.header-links .ico-logout:hover {
  color: var(--primary-pantone) !important;
  padding-bottom: 5px;
  border-bottom: 3px solid var(--primary-pantone);
}

/* PICK N GO */
#no-product-found {
  display: none !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.pick-n-go-heading {
  display: none !important;
  margin: 10px 0;
  font-size: 12px;
  color: var(--dark-gray);
  font-family: "roboto-regular";
  font-weight: 100;
}

.pick-n-go-container .pick-n-go-div {
  display: none !important;
  margin: 5px 0;
}

.pick-n-go-container .pick-n-go-div .pick-n-go-name {
  display: none !important;
  padding-right: 5px;
  font-weight: bold;
  color: var(--dark-gray);
}

/*EBIZ-1039- Registration page*/

.registration-page input,
.registration-page .date-picker-wrapper select {
  font-size: 12px;
}

.registration-page .additional-options,
.registration-page .newsletter {
  display: none;
}

.login-page .forgot-password {
  font-size: 12px !important;
}

.login-page form {
  min-height: 420px !important;
}

.login-page .register-block .login-devider::before,
.login-form-in-header .register-block .login-devider::before,
.login-page .register-block .login-devider::after,
.login-form-in-header .register-block .login-devider::after {
  content: "____________________";
}

.registration-page .newsletter-consent label,
.registration-page .loyalty-consent label,
.registration-page .privacy-consent label {
  margin-left: 20px;
}

.registration-page .newsletter-consent label:before,
.registration-page .loyalty-consent label:before,
.registration-page .privacy-consent label:before {
  margin-left: -30px !important;
}

.registration-page input[type="radio"] + label:before,
.registration-page input[type="checkbox"] + label:before {
  border-radius: 0;
}

.mini-shopping-cart .price span {
  color: var(--title-gray);
}

/*JCAROUSEL - home page*/

body .nop-jcarousel.manufacturer-grid {
  background-color: #fff;
}

body
  .jCarouselMainWrapper
  .nop-jcarousel.manufacturer-grid
  .slick-dots
  li
  button {
  width: 5px;
  height: 5px;
  background-color: #aaaaaa;
}

body
  .jCarouselMainWrapper
  .nop-jcarousel.manufacturer-grid
  .slick-dots
  .slick-active
  button {
  background-color: var(--primary-pantone);
}

body .jCarouselMainWrapper .nop-jcarousel.manufacturer-grid .slick-prev,
body .jCarouselMainWrapper .nop-jcarousel.manufacturer-grid .slick-next {
  display: none !important;
}

body .jCarouselMainWrapper .nop-jcarousel.manufacturer-grid .slick-dots {
  display: block !important;
}

body .jCarouselMainWrapper .nop-jcarousel.manufacturer-grid::before {
  width: 100%;
  left: 0;
  right: 0;
  background-color: inherit;
}
/*E-BIZ-1232 HOME PAGE- titles*/

.master-column-wrapper .page.home-page .page-body {
  padding-top: 20px;
}

/* SPC CATEGORIES CUSTOM */

body .spc-categories .spc-header {
  height: 450px;
  border: unset;
  overflow: auto;
}

body .spc-categories .spc-body {
  height: 450px;
}

body .spc-categories .category-info {
  height: 450px;
}

body .spc-categories .category-sublist a {
  padding: 10px 0;
  margin: 0 30px;
  font-family: "roboto-regular";
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #434343;
}

body .spc-categories .category-sublist a:hover {
  color: var(--primary-pantone);
}

body .spc-header,
body .spc-categories .category-title {
  text-align: center;
}

body .category-title a:hover {
  color: #ffffff;
}

.category-page .products-container.list-view .product-item,
.manufacturer-page .product-list .product-item {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.category-page .products-container.list-view .product-item .picture,
.manufacturer-page .product-list .product-item .picture {
  flex: 3;
}

.center-2
  .category-page
  .page-body
  .products-container.list-view
  .product-item
  .details,
.center-2 .manufacturer-page .page-body .product-list .product-item .details {
  width: auto;
  max-height: unset;
  height: inherit;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 7;
  grid-gap: 10px;
  margin-left: 10px;
}

.center-2 .category-page .page-body .products-container.list-view .item-box,
.center-2 .manufacturer-page .page-body .product-list .item-box {
  border: none;
  border-bottom: 1px solid #e7e7e7;
}

.center-2
  .category-page
  .page-body
  .products-container.list-view
  .item-box
  .product-item
  .details
  .add-info,
.center-2
  .manufacturer-page
  .page-body
  .product-list
  .item-box
  .product-item
  .details
  .add-info {
  width: auto;
  position: relative;
  inset: unset;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.category-page
  .products-container.list-view
  .item-grid
  .item-box
  .product-item
  .details
  .add-info
  .buttons
  .ajax-cart-button-wrapper
  .button-2,
.product-list
  .item-grid
  .item-box
  .product-item
  .details
  .add-info
  .buttons
  .ajax-cart-button-wrapper
  .button-2 {
  width: 160px !important;
  max-width: 160px;
  padding: 0 15px;
  height: 38px;
  border: 1px solid var(--primary-pantone);
  font-size: 11px;
  background: transparent;
  color: var(--primary-pantone);
  font-weight: 400;
}

.category-page
  .products-container.list-view
  .item-grid
  .item-box
  .product-item
  .details
  .add-info
  .buttons
  .ajax-cart-button-wrapper
  .button-2:hover {
  background-color: var(--primary-pantone);
  color: #ffffff;
}

.center-2
  .category-page
  .products-container.list-view
  .page-body
  .product-item
  .details
  .add-info
  .description {
  text-align: right;
}

.center-2
  .category-page
  .page-body
  .products-container.list-view
  .product-item
  .details
  .add-info
  .prices {
  height: auto !important;
}

.product-viewmode {
  order: 3;
}

body .spc-categories .item-box .picture {
  width: 125px;
  height: 125px;
  margin: 12px 10px !important;
}

.spc-categories .item-box .product-item .details {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 13px 5px;
}

.spc-categories .item-box .product-item .details .prices {
  height: 75px;
  word-wrap: break-word;
  white-space: unset;
  text-overflow: unset;
  overflow: hidden;
  margin: 0 0 10px 0;
}

body .spc-categories .slick-arrow {
  top: -60px;
  background: var(--primary-pantone);
}

body .spc-categories .slick-prev:before {
  color: #ffffff;
}

body .spc-categories .slick-prev:hover:before {
  color: #ffffff;
}

body .spc-categories .slick-next:before {
  color: #ffffff;
}

body .spc-categories .slick-next:hover:before {
  color: #ffffff;
}

.spc-categories .spc-body .item-box .product-item .picture img {
  width: 125px;
  height: 125px;
  object-fit: cover;
}

/* END SPC CATEGORIES CUSTOM */
.master-column-wrapper .link-rss {
  display: none;
}

/* ONLINE SHOPPING BENEFITS */

.online-shopping-benefits {
  height: 140px;
  background-color: var(--background-gray);
}

.online-shopping-benefits-container {
  height: 120px;
  flex-wrap: wrap;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  padding: 20px;
  background-color: #ffffff;
}

.online-shopping-benefits-container .benefit {
  width: 20%;
  height: 100%;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.online-shopping-benefits-container .benefit:first-child {
  border-left: none;
}

.online-shopping-benefits .online-shopping-benefits-container .benefit-icon {
  width: 60px;
  height: 40px;
  margin: 0 auto 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.online-shopping-benefits
  .online-shopping-benefits-container
  .benefit-icon.one {
  background-image: url(../img/img_enmon/benefit-icon1.png);
}

.online-shopping-benefits
  .online-shopping-benefits-container
  .benefit-icon.two {
  background-image: url(../img/img_enmon/benefit-icon2.png);
}

.online-shopping-benefits
  .online-shopping-benefits-container
  .benefit-icon.three {
  background-image: url(../img/img_enmon/benefit-icon3.png);
}

.online-shopping-benefits
  .online-shopping-benefits-container
  .benefit-icon.four {
  background-image: url(../img/img_enmon/benefit-icon4.png);
}

.online-shopping-benefits
  .online-shopping-benefits-container
  .benefit-icon.five {
  background-image: url(../img/img_enmon/benefit-icon5-1.png);
}

.online-shopping-benefits .online-shopping-benefits-container .content {
  width: auto;
  margin-bottom: 20px;
  color: #434343;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  font-family: "roboto-regular";
  font-weight: 600;
}

.online-shopping-benefits .online-shopping-benefits-container .content:hover {
  color: var(--primary-pantone);
}

/*EBIZ-1035 shoping cart*/
.shopping-cart-page .page-title {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 0 0 40px;
  font-size: 20px;
  color: #434343;
  text-align: left;
}

.shopping-cart-page .cart-header-row .product-picture .title,
.shopping-cart-page .cart-header-row .quantity .title,
.shopping-cart-page .cart-header-row .remove-from-cart .title {
  display: none;
}

.shopping-cart-page .page-body {
  margin-left: 40px;
}

.shopping-cart-page .totals {
  background-color: #ffffff;
}

.shopping-cart-page .common-buttons .continue-shopping-button,
.shopping-cart-page .common-buttons .clear-cart-button {
  display: none !important;
}

.shopping-cart-page .cart-item-row .remove-from-cart a div {
  width: 36px;
  height: 39px;
  background: url(../img/img_enmon/delete-icon.png) center no-repeat;
  cursor: pointer;
  border: 1px solid #e7e7e7;
}

.shopping-cart-page .cart-item-row .product > *,
.shopping-cart-page .cart-item-row .unit-price,
.shopping-cart-page .cart-item-row .subtotal {
  font-size: 14px;
}

.shopping-cart-page .product-starting-price {
  font-size: 12px;
  font-family: "roboto-regular";
  text-decoration: line-through;
  color: var(--dark-gray);
}

.shopping-cart-page .cart-header-row > * {
  font-size: 12px;
  color: #707070;
}

#shopping-cart-form {
  overflow: unset;
}

.cart-footer {
  margin: 0px 15px 0 0;
}

.cart-footer .totals {
  margin-right: 15px;
  border: 1px dashed #d3d3d3;
  border-radius: 1rem;
}

.shopping-cart-page .cart-footer .totals {
  padding-top: 0;
  border-radius: 1rem;
}

.cart-footer .totals .page-title {
  padding: 30px 0 0 0px;
}

.shopping-cart-page .cart th {
  background-color: #ffffff;
}

.shopping-cart-page .cart td {
  border-bottom: 3px solid #eee;
  border-right: none;
  border-left: none;
  background-color: #ffffff;
}

.shopping-cart-page .cart .cart-item-row .quantity {
  width: 150px;
}

.shopping-cart-page .cart .cart-item-row .quantity .td-title {
  margin-right: 15px;
  font-family: "roboto-regular";
  font-weight: 600;
}

.shopping-cart-page .cart th {
  border: 0;
}

.cart-footer .totals .total-info .order-subtotal td span {
  text-decoration: line-through;
}

.cart-footer .totals .total-info .order-subtotal td label,
.cart-footer .totals .total-info .order-subtotal td span,
.cart-footer .totals .total-info .order-subtotal-discount td label,
.cart-footer .totals .total-info .order-subtotal-discount td span,
.cart-footer .totals .total-info .shipping-cost td label,
.cart-footer .totals .total-info .shipping-cost td span,
.cart-footer .totals .total-info .tax-value td label,
.cart-footer .totals .total-info .tax-value td span,
.cart-footer .totals .total-info .order-total-no-tax td label,
.cart-footer .totals .total-info .order-total-no-tax td span,
.cart-footer .totals .loyalty-card-number td label,
.cart-footer .totals .loyalty-card-group-level td label,
.cart-footer .totals .loyalty-card-number td span,
.cart-footer .totals .loyalty-card-group-level td span {
  font-size: 12px;
  color: #707070;
}

.cart-footer .totals .total-info .order-subtotal-discount td label,
.cart-footer .totals .total-info .order-subtotal-discount td span,
.cart-footer .totals .loyalty-card-number td span,
.cart-footer .totals .loyalty-card-group-level td span {
  color: #f47221;
}

.shopping-cart-page .page-title h1 {
  font-size: 20px;
  color: #434343;
  font-weight: 100;
}

.cart-footer .totals .terms-of-service label {
  font-size: 14px;
  color: #707070;
}

.cart-footer .totals .terms-of-service a {
  font-size: 12px;
}

.cart-footer .totals .total-info .order-total td label,
.cart-footer .totals .total-info .order-total td span {
  font-size: 18px;
  color: #434343;
  font-family: "roboto-regular";
  font-weight: 600;
}

.cart-footer .totals .total-info .order-total td span strong {
  font-weight: 100;
}

.cart-footer .totals .checkout-buttons .checkout-button {
  font-size: 13px;
}

.cart-footer .totals .total-info .cart-total td,
.cart-footer .totals .loyalty-card-number td,
.cart-footer .totals .loyalty-card-group-level td {
  padding: 0;
}

.cart-footer .totals .total-info .order-total td,
.cart-footer .totals .total-info .order-total td {
  padding: 10px 0;
}

span.value-summary small {
  font-size: 0.75em;
}

.shopping-cart-page .cart-item-row .add-to-cart-qty-wrapper .minus {
  left: -17px;
  top: -8px;
  height: 40px;
  padding-top: 10px;
}

.shopping-cart-page .cart-item-row .add-to-cart-qty-wrapper .plus {
  left: 60px;
  top: -8px;
  height: 40px;
  padding-top: 10px;
}

.shopping-cart-page .cart-item-row .add-to-cart-qty-wrapper .minus,
.shopping-cart-page .cart-item-row .add-to-cart-qty-wrapper .plus {
  width: 20px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
}

/*MINI CART*/

.header-lower
  .header-links-wrapper
  .header-links
  .mobile-flyout-wrapper
  .flyout-cart
  .items {
  overflow: auto;
}

.header-lower
  .header-links-wrapper
  .header-links
  .mobile-flyout-wrapper
  .flyout-cart
  .items
  .ps-scrollbar-y-rail {
  display: none;
}

.header-lower
  .header-links-wrapper
  .header-links
  .mobile-flyout-wrapper
  .flyout-cart
  .mini-shopping-cart
  .product
  .remove-item {
  font-size: inherit;
}

.header-lower
  .header-links-wrapper
  .header-links
  .mobile-flyout-wrapper
  .flyout-cart
  .mini-shopping-cart
  .flyout-lower
  .count
  a {
  font-size: 18px;
}

.header-lower
  .header-links-wrapper
  .header-links
  .mobile-flyout-wrapper
  .flyout-cart
  .mini-shopping-cart
  .product
  .left {
  width: calc(100% - 105px);
}

.header-lower
  .header-links-wrapper
  .header-links
  .mobile-flyout-wrapper
  .flyout-cart
  .mini-shopping-cart
  .product
  .right
  .price,
.header-lower
  .header-links-wrapper
  .header-links
  .mobile-flyout-wrapper
  .flyout-cart
  .mini-shopping-cart
  .product
  .right
  .quantity {
  min-width: 100px;
  width: auto;
  float: right;
}

.header-lower
  .header-links-wrapper
  .header-links
  .mobile-flyout-wrapper
  .flyout-cart
  .mini-shopping-cart
  .picture
  a {
  width: 100%;
  height: 55px;
}

.header-lower
  .header-links-wrapper
  .header-links
  .mobile-flyout-wrapper
  .flyout-cart
  .mini-shopping-cart
  .picture
  a
  img {
  width: 60px;
  height: 100%;
}

/* SCROLLBAR STYLE*/

::-webkit-scrollbar-track {
  padding: 2px 0;
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--primary-pantone);
}

/*ITEM BOX- LIST VIEW*/
.product-list .item-grid .item-box .product-item .picture .btn-wrapper {
  height: 25px;
}

.product-list .item-box input,
.product-list .item-box .btn-wrapper .button-2 {
  width: inherit;
  height: inherit;
}

.product-list
  .item-grid
  .item-box
  .product-item
  .picture
  .btn-wrapper
  .add-to-wishlist-button,
.product-list
  .item-grid
  .item-box
  .product-item
  .picture
  .btn-wrapper
  .add-to-compare-list-button {
  position: absolute;
  bottom: -5px;
  background-color: inherit;
}

.product-list
  .item-grid
  .item-box
  .product-item
  .picture
  .btn-wrapper
  .add-to-wishlist-button {
  right: 10px;
}

.product-list
  .item-grid
  .item-box
  .product-item
  .picture
  .btn-wrapper
  .add-to-compare-list-button {
  right: -20px;
}

.product-list .item-grid .item-box .product-item .details {
  width: 300px;
  height: 205px;
}

.product-list .item-grid .item-box .product-item .details .product-title {
  font-family: "roboto-regular";
}

.product-list .item-grid .item-box .product-item .details .description {
  font-size: 14px;
  font-family: "roboto-regular";
}

.product-list .item-grid .item-box .product-item .details .add-info {
  top: 70%;
  width: 35%;
}

.product-list
  .item-grid
  .item-box
  .product-item
  .details
  .add-info
  .prices
  .price.actual-price {
  font-size: 24px;
  color: var(--dark-gray);
  font-family: "roboto-regular";
}

.product-list
  .item-grid
  .item-box
  .product-item
  .details
  .add-info
  .buttons
  .ajax-cart-button-wrapper
  .button-2:hover {
  background-color: var(--primary-pantone);
  color: #fff;
}

/*EBIZ-1150- enmon BLOG*/
body .rich-blog-homepage .blog-posts .blog-post {
  height: 530px;
}

body .rich-blog-homepage .blog-posts .blog-post .read-more {
  z-index: 1;
  display: none;
}

body .rich-blog-homepage .blog-posts .blog-post:hover .read-more {
  display: block !important;
}

body .rich-blog-homepage .blog-posts .blog-post .post-picture {
  min-height: 130px;
  max-height: 250px;
}

body .rich-blog-homepage .blog-posts .blog-post .post-picture::before {
  padding: inherit;
}

body .rich-blog-homepage .blog-posts .blog-post .post-picture a {
  height: 100%;
}

body .rich-blog-homepage .blog-posts .blog-post .post-details .post-title {
  height: auto;
}

/*EBIZ-1250- NIVO SLIDERS*/

body .master-wrapper-page .nivo-slider-banner-small {
  display: inline-flex;
  display: -moz-inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  margin-top: 25px;
  min-width: 200px;
}

body .master-wrapper-page .nivo-slider-banner-small .slider-wrapper {
  padding: 0 5px;
  width: 100%;
}

/*EBIZ-1203- RELATED AND ALSO PURCHASED PRODUCT*/
.intelisale-default-slider .title {
  text-align: left;
  padding-left: 10px;
  border-left: 2px solid var(--primary-pantone);
  margin: 0 40px;
}

.intelisale-default-slider
  .intelisale-purchased-slider
  .intelisale-purchased-item
  .item-box {
  width: 100%;
}

.intelisale-default-slider
  .intelisale-related-slider.item-grid
  .slick-list.draggable,
.intelisale-default-slider
  .intelisale-purchased-slider.item-grid
  .slick-list.draggable {
  margin: 0 40px;
}

.intelisale-default-slider
  .intelisale-related-slider.item-grid
  .intelisale-purchased-item
  .item-box,
.intelisale-default-slider
  .intelisale-purchased-slider.item-grid
  .intelisale-purchased-item
  .item-box {
  border: none;
}

.intelisale-default-slider
  .intelisale-related-slider.item-grid
  .intelisale-purchased-item
  .item-box
  .product-item,
.intelisale-default-slider
  .intelisale-purchased-slider.item-grid
  .intelisale-purchased-item
  .item-box
  .product-item {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.intelisale-default-slider
  .intelisale-related-slider.item-grid
  .intelisale-purchased-item
  .item-box
  .product-item
  .picture,
.intelisale-default-slider
  .intelisale-purchased-slider.item-grid
  .intelisale-purchased-item
  .item-box
  .product-item
  .picture {
  width: 120px;
  height: 120px;
}

.intelisale-default-slider
  .intelisale-related-slider.item-grid
  .intelisale-purchased-item
  .item-box
  .product-item
  .picture
  > a
  img,
.intelisale-default-slider
  .intelisale-purchased-slider.item-grid
  .intelisale-purchased-item
  .item-box
  .product-item
  .picture
  > a
  img {
  width: 100%;
  height: 100%;
}

.intelisale-default-slider
  .intelisale-related-slider.item-grid
  .intelisale-purchased-item
  .item-box
  .product-item
  .picture
  .btn-wrapper,
.intelisale-default-slider
  .intelisale-purchased-slider.item-grid
  .intelisale-purchased-item
  .item-box
  .product-item
  .picture
  .btn-wrapper {
  display: none;
}

.intelisale-default-slider
  .intelisale-related-slider.item-grid
  .intelisale-purchased-item
  .item-box
  .product-item
  .details
  .product-title,
.intelisale-default-slider
  .intelisale-purchased-slider.item-grid
  .intelisale-purchased-item
  .item-box
  .product-item
  .details
  .product-title {
  text-align: left;
  padding: 0;
}

.intelisale-default-slider
  .intelisale-related-slider.item-grid
  .intelisale-purchased-item
  .item-box
  .product-item
  .details
  .add-info
  .buttons,
.intelisale-default-slider
  .intelisale-purchased-slider.item-grid
  .intelisale-purchased-item
  .item-box
  .product-item
  .details
  .add-info
  .buttons {
  display: none;
}

.intelisale-default-slider
  .intelisale-related-slider.item-grid
  .intelisale-purchased-item
  .item-box
  .prices,
.intelisale-default-slider
  .intelisale-purchased-slider.item-grid
  .intelisale-purchased-item
  .item-box
  .prices {
  height: auto !important;
}

/*EBIZ-1247- SUB CATEGORY PICTURE*/
body
  .category-grid.sub-category-grid
  .item-box
  .sub-category-item
  .picture
  img {
  height: 200px;
  width: 200px;
}

body .category-grid.sub-category-grid .item-box .sub-category-item .title {
  height: 65px;
}

body .category-grid.sub-category-grid .item-box .sub-category-item .title a {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body .category-grid.sub-category-grid .item-box .sub-category-item .title {
  display: inline-block;
}

.bestseller-see-all {
  margin-left: 10px;
  font-family: "roboto-regular";
  font-size: 14px;
  font-weight: 100;
  color: var(--primary-pantone);
  text-decoration: underline;
  cursor: pointer;
}

/*INTELISALE CAROUSEL TABS*/

.intelisale-tabs {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 0;
  margin: 20px 35px 0;
  border-bottom: 1px solid var(--border-gray);
}

.intelisale-tabs span {
  margin: 0 10px;
  color: #aaaaaa;
  font-size: 14px;
  font-family: "roboto-regular";
  font-weight: 100;
  cursor: pointer;
  padding-bottom: 10px;
  color: var(--primary-pantone);
}

.intelisale-tabs .active {
  border-bottom: 3px solid var(--primary-pantone);
  font-weight: bold;
}

.intelisale-slider-title a {
  padding-left: 10px;
  font-size: 14px;
  color: var(--primary-pantone);
}

body .intelisale-slider .owl-nav {
  top: -100px;
}

body .intelisale-slider .owl-arrows {
  top: 9px;
}

/* QUICK view */

.quickViewWindow .popup-header .product-name {
  font-weight: 100;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quickViewWindow .overview #accordion > h3 {
  font-size: 16px;
}

.quickView .product-content .overview div .availability {
  margin: 10px 0;
}

.quickView .product-content .overview .add-to-cart-panel {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 10px 0;
}

.quickView .product-content .overview .qty-input {
  width: 60px !important;
  margin-right: 10px;
  padding: 0 10px;
}

.quickView .compare-products .add-to-compare-list-button {
  margin: 10px 0 0;
}

.quickView .compare-products .add-to-compare-list-button:before {
  content: "b";
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 10px;
  font-size: 18px;
  color: #8c8c8c;
  text-transform: none;
  font-weight: normal;
  transition: all 0.2s ease;
}

.quickView .overview .manufacturers .value {
  color: var(--primary-pantone);
}

.quickView .quickViewWindow .overview .attributes {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 15px 0;
}

.quickView .quickViewWindow .overview .attributes dl > * {
  font-weight: 100;
  color: #000;
  text-align: center;
}

.quickView .quickViewWindow .overview #select-attributes {
  display: none !important;
}

.quickView .quickViewWindow .overview .add-to-cart-button {
  border: 1px solid var(--primary-pantone);
  color: var(--primary-pantone);
  background-color: #fff !important;
}

.quickView .quickViewWindow .overview .add-to-cart-button:hover {
  border: 1px solid var(--primary-pantone);
  color: #fff;
  background-color: var(--primary-pantone) !important;
}

.quickView .quickViewWindow .overview .short-description {
  font-size: 14px;
}

.quickView .quickViewWindow .overview .product-price {
  position: relative;
  top: 20px;
  color: var(--title-gray);
  font-weight: 100;
}

.quickView .quickViewWindow .overview .base-price {
  position: relative;
  bottom: 35px;
  color: #aaaaaa;
  font-family: "roboto-regular";
  font-size: 18px;
  text-decoration: line-through;
}

.quickView .quickViewWindow .overview .add-to-cart {
  margin-top: 20px;
}

.quickView .quickViewWindow .links-panel a {
  color: var(--title-gray);
  font-weight: 100;
}

.quickView .quickViewWindow .product-grid {
  display: none;
}

.miniProductDetailsView .product-overview-line .add-to-cart {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.miniProductDetailsView .product-overview-line .availability {
  margin-top: 10px;
}

.miniProductDetailsView .product-details-page .overview .qty-input {
  width: 100px !important;
  margin-right: 20px;
}

/*SPINER*/

.cart-footer .totals .spinner,
.table-wrapper .spinner {
  display: none;
  width: 70px;
  height: 70px;
  border-width: 3px;
  margin: 20px auto;
  border-radius: 50%;
  border: dashed 3px var(--primary-pantone);
  -webkit-animation-name: loader-spin;
  animation-name: loader-spin;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes loader-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*SERVICES PAGE*/

.services .page-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.services-list {
  width: 25%;
  margin-left: 37px;
  padding: 43px 0;
}

.services .services-list .title {
  font-size: 20px;
  border-left: 2px solid var(--primary-pantone);
  padding: 0 15px;
  margin-bottom: 20px;
}

.services .services-list .services-group {
  padding-left: 17px;
  margin-bottom: 5px;
  cursor: pointer;
}

.services .services-list .list li {
  font-size: 12px;
  font-family: "roboto-regular";
  color: #aaaaaa;
  padding-left: 27px;
  margin-bottom: 5px;
  cursor: pointer;
}

.services-body {
  width: 75%;
  padding: 40px;
  font-family: "roboto-regular";
  font-size: 16px;
  color: #434343;
}

.services-topic-title {
  margin: 25px 25px 25px 0;
  padding-left: 15px;
  font-family: "roboto-regular";
  font-weight: 600;
  font-size: 18px;
  border-left: 2px solid var(--primary-pantone);
}

.services-topic-title-additional-links {
  font-family: "roboto-regular";
  font-weight: 600;
  font-size: 20px;
  border-left: 2px solid var(--primary-pantone);
  padding: 0 15px;
  margin: 30px 0;
}

.services-banner-img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.services-topic-description {
  margin-bottom: 15px;
  text-align: left;
  font: normal normal normal 16px/22px Open-Sans-Regular;
  letter-spacing: 0px;
  color: #434343;
  opacity: 1;
}

.services-topic-description li {
  margin-left: 18px;
  list-style-type: initial;
}

.services-topic-bottom-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.services-topic-bottom-grid .services-topic-bottom-grid-item {
  width: 32%;
  margin-bottom: 20px;
}

.services-topic-bottom-grid .services-topic-bottom-grid-item.bigger {
  width: 50%;
  margin-bottom: 20px;
  text-align: center;
}

.mobile-list {
  display: none;
}

.topic-page {
  padding: 43px 37px;
}

/*SERVICES PAGE END*/

.checkout-button,
.mini-shopping-cart .cart-button {
  font-family: "roboto-regular";
  font-weight: 600;
  color: #fff;
}

.checkout-button:hover,
.mini-shopping-cart .cart-button:hover {
  background-color: var(--primary-pantone) !important;
}

.checkout-page {
  padding: 25px;
}

.checkout-page .page-title {
  padding: 0;
}

.opc input,
.opc select {
  color: #434343;
  font-family: "roboto-regular";
}

.opc .buttons {
  text-align: left;
}

.opc .buttons input,
.opc .buttons .back-link a {
  margin: 0 0 15px;
  text-align: center;
  font-family: "roboto-regular";
  font-weight: 600;
  color: #fff;
  border-radius: 0;
}

.opc .buttons .back-link a {
  color: #959595;
}

.opc .section.new-billing-address,
.opc .section.new-shipping-address .inputs > label {
  font-weight: normal;
  font-family: "roboto-regular";
}

.opc .section.new-billing-address,
.opc .section.new-shipping-address .inputs input {
  color: #434343;
}

.opc .checkout-data .order-summary .table-wrapper thead tr th.sku,
.opc .checkout-data .order-summary .table-wrapper tr td.sku {
  display: none;
}

.opc .checkout-data .order-summary .table-wrapper thead tr th {
  font-size: 15px;
  color: #707070;
}

.opc .checkout-data .order-summary .table-wrapper tr td {
  font-size: 15px;
  font-family: "roboto-regular";
}

.opc .checkout-data .order-summary .table-wrapper .unit-price,
.opc .checkout-data .order-summary .table-wrapper .quantity,
.opc .checkout-data .order-summary .table-wrapper .subtotal,
.shopping-cart-page .cart .unit-price,
.shopping-cart-page .cart .quantity,
.shopping-cart-page .cart .subtotal {
  text-align: right;
}

.opc .checkout-data .order-summary .table-wrapper .product {
  width: 50%;
}

.opc .checkout-data .order-summary .table-wrapper tr td.subtotal {
  font-weight: bold;
}

.opc .checkout-data .order-summary .cart-footer {
  margin: 0px 15px 0 0;
  font-family: "roboto-regular";
}

.shopping-cart-page .cart-item-row {
  font-family: "roboto-regular";
  color: #434343;
}

.shopping-cart-page .cart-item-row .product,
.shopping-cart-page .cart-item-row .unit-price {
  font-weight: 600;
}

.shopping-cart-page .cart-item-row .subtotal {
  font-family: "roboto-regular";
}

.shopping-cart-page .cart td.remove-from-cart {
  padding: 10px;
}

.shopping-cart-page .cart-item-row.unavailable-sci .product-picture,
.shopping-cart-page .cart-item-row.unavailable-sci .product,
.shopping-cart-page .cart-item-row.unavailable-sci .warning-message-sci,
.shopping-cart-page .cart-item-row.unavailable-sci .vendor {
  opacity: 0.7;
  pointer-events: none;
}

/*OFFER PROMO PERIOD*/
.offer-promo-date {
  width: 100%;
  margin: 0 auto;
}

.offer-promo-date .promo-offer-valid {
  font-size: 11px;
  text-align: left;
  margin-bottom: -7px;
  margin-right: 5px;
}

.promo-offer-valid-dates {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.offer-promo-date .promo-from-to {
  width: 200px;
  margin: 0;
  color: #fff;
  font-size: 12px;
  padding: 5px;
}

.offer-promo-date .promo-period-from-to {
  color: #000;
}

.offer-promo-date p.promo-from-to > span {
  color: var(--facebook-blue);
}

.quickViewWindow .add-to-cart .ajax-cart-button-wrapper {
  width: auto;
}

.quickView .product-content .overview .qty-input {
  width: 80px !important;
}

.quickViewWindow .add-to-cart-qty-wrapper .plus,
.quickViewWindow .add-to-cart-qty-wrapper .minus {
  right: 10px;
}

/*TOPIC PAGE*/

.topic-page .page-title {
  margin-bottom: 40px;
}

.topic-page .page-body,
.topic-page .page-body ol,
.topic-page .page-body ul,
.topic-page .page-body p {
  margin-bottom: 15px;
  text-align: left;
  font: normal normal normal 16px/22px Open-Sans-Regular;
  letter-spacing: 0px;
  color: #434343;
  opacity: 1;
}

.topic-page .page-body h1 {
  font-family: "roboto-regular";
  font-weight: 600;
  font-size: 18px;
  color: #434343;
}

.topic-page .page-body h2 {
  font-family: "roboto-regular";
  font-weight: 600;
  font-size: 16px;
  color: #434343;
}

/*TOPIC PAGE END*/

/*PRODUCT-BOX PRODUCT-DISCOUNT &  PRODUCT-PROMO-DISCOUNT*/

.discount-ribbon-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 5px;
  align-items: center;
}

.discount-ribbon-wrapper span {
  margin-bottom: 5px;
}

.enmon-product-discount {
  position: relative;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  z-index: 99;
  color: #fff;
  background-color: var(--primary-pantone);
  font-size: 14px;
  font-family: "roboto-regular";
}

.enmon-product-PromoDiscount {
  position: relative;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  z-index: 99;
  color: #fff;
  background-color: var(--primary-pantone);
  font-size: 10px;
  font-family: "roboto-regular";
  text-align: left;
  padding-left: 0.2rem;
}

.enmon-product-free-shipping {
  position: relative;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  z-index: 99;
  color: #fff;
  background-color: var(--primary-pantone);
  font-size: 10px;
  font-family: "roboto-regular";
  text-align: center;
}

.loyalty-ribbon-pdp.top-left {
  width: 50px;
  height: 50px;
}

.loyalty-ribbon-img-product-box {
  width: 50px;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}

.intelisale-related-slider .enmon-product-discount {
  width: 30px;
  height: 30px;
  font-size: 8px;
}

.intelisale-related-slider .enmon-product-PromoDiscount {
  width: 30px;
  height: 30px;
  font-size: 6px;
}

/* LOYALTY MEMBERSHIP */
.loyalty-membership {
  margin-bottom: 30px;
  font-family: "roboto-regular";
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  color: var(--primary-pantone);
}

.registration-page .loyalty-membership-reg-page {
  margin-bottom: 5px;
  font-family: "roboto-regular";
  text-align: left;
  font-weight: 600;
  font-size: 11px;
  color: var(--primary-pantone);
}

.registration-page .newsletter-reg-page {
  margin-bottom: 7px !important;
}

.loyalty-input {
  margin-bottom: 40px;
}

.loyalty-input select {
  font-family: "roboto-regular";
  font-size: 12px;
  color: var(--title-gray);
}

.registration-page .page-body .loyalty-input select option:hover {
  color: var(--primary-pantone);
  box-shadow: inset 20px 20px var(--primary-pantone);
  box-shadow: 0 0 10px 100px #1882a8 inset;
}

.registration-page .page-body .loyalty-input .accept-consent {
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 30px 0px;
}

.registration-page .page-body .loyalty-input .accept-consent div {
  opacity: 0.7;
}

.registration-page .page-body .loyalty-input .accept-consent div:first-child {
  opacity: 1;
}

.html-account-page .master-column-wrapper .page-title-loyalty {
  padding: 0;
}

.customer-loyalty-status a::after,
.customer-loyalty-registration a::after {
  content: "\61";
  position: absolute;
  top: 50%;
  left: auto;
  right: 23px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  margin-left: 23px;
  font-family: "emporium-icons";
  font-size: 20px;
  font-weight: normal;
  text-transform: none;
  color: #b7b7b7;
  transition: all 0.2s ease;
}

.loyalty-cart-box {
  margin: 25px 0;
}

.loyalty-cart-box .loyalty-cart-input {
  display: inline-block;
  width: 78%;
  height: 36px;
  background: #f4f4f4;
  padding: 0 5px;
  border: unset;
  font-size: 12px;
}

.loyalty-cart-box .loyalty-cart-input::-webkit-input-placeholder {
  /* Edge */
  text-align: left;
  font: normal normal 600 12px/28px var(--font--open-sans-regular);
  letter-spacing: 0px;
  color: #434343;
}

.loyalty-cart-box .loyalty-cart-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-align: left;
  font: normal normal 600 12px/28px var(--font--open-sans-regular);
  letter-spacing: 0px;
  color: #434343;
}

.loyalty-cart-box .loyalty-cart-input::placeholder {
  text-align: left;
  font: normal normal 600 12px/28px var(--font--open-sans-regular);
  letter-spacing: 0px;
  color: #434343;
}

.loyalty-cart-btn {
  position: relative;
  left: -1%;
  display: inline-block;
  width: 20%;
  height: 36px;
  border: 1px solid var(--primary-pantone);
  background-color: transparent;
  color: var(--primary-pantone);
  text-transform: uppercase;
  font: normal normal 600 11px/28px "roboto-bold";
}

.loyalty-status-label {
  margin: 5px;
  font-size: 13px;
  color: #8c8c8c;
  font-weight: 300;
}

.loyalty-status-loyaltyGroup-group,
.loyalty-status-card-number {
  font-size: 14px;
  color: var(--primary-pantone);
}

/*CHECKOUT AS GUEST*/
.login-page .checkout-as-guest-or-register-block label {
  margin-bottom: 5px;
  font-family: "roboto-regular";
  color: var(--title-gray);
  font-weight: 100;
  font-size: 12px;
}

.login-page .checkout-as-guest-or-register-block .company-type {
  width: 100%;
  margin-top: 25px;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.login-page
  .checkout-as-guest-or-register-block
  .company-type:first-child
  label {
  margin-right: 25px;
}

.login-page
  .checkout-as-guest-or-register-block
  input[type="radio"]
  + label:before,
.login-page
  .checkout-as-guest-or-register-block
  input[type="checkbox"]
  + label:before {
  margin-left: 1px;
  margin-top: 1px;
  width: 16px;
  height: 16px;
  box-shadow: 0 0 0 1px #aaaaaa;
  border: 3px solid #fff;
  border-radius: 0;
}

.login-page
  .checkout-as-guest-or-register-block
  input[type="radio"]:checked
  + label:before,
.login-page
  .checkout-as-guest-or-register-block
  input[type="checkbox"]:checked
  + label:before,
.opc input[type="radio"]:checked + label:before,
.opc input[type="checkbox"]:checked + label:before {
  background-color: var(--primary-pantone);
}

.login-page .checkout-as-guest-or-register-block .login-button {
  margin: 0 10px 10px 0;
}

.login-page .checkout-as-guest-or-register-block .text {
  min-height: 214px;
  font-family: "roboto-regular";
  font-size: 12px;
  color: #434343;
}

.login-page .checkout-as-guest-or-register-block .text:before {
  display: none;
}

.login-page .checkout-as-guest-or-register-block .buttons {
  margin-top: 40px;
}

.login-page .checkout-as-guest-or-register-block {
  padding: 0 10px;
}

/*CHECKOUT AS GUEST END*/

.cross-sells .title {
  text-align: left;
  padding-left: 10px;
  border-left: 2px solid var(--primary-pantone);
  font-family: "roboto-regular";
  font-weight: 600;
  color: #434343;
}

.item-box .price-with-label,
.mobile-flyout-wrapper .price-with-label,
.mobile-flyout-wrapper #flyout-cart .ico-cart .cart-label {
  display: inline-table;
}

.price-label-tax {
  -ms-flex: 100%;
  flex: 100%;
}

.price-label,
.price-label-tax {
  font-size: 15px;
}

.old-price .price-label,
.old-price .price-label-tax,
.ico-cart .price-label,
.ico-cart .price-label-tax {
  font-size: 13px;
}

.cart-label .price-label,
.cart-label .price-label-tax {
  font-size: 11px;
}

.old-price .price-label-tax {
  display: none;
}

.old-product-price .price-with-label .price-label,
.overview .old-product-price .price-label-tax,
.non-discounted-price .price-with-label .price-label,
.non-discounted-price .price-label-tax {
  font-size: 12px;
}

.item-box .old-price .price-value,
.item-box .old-price .price-label,
.item-box .old-price .price-label-tax,
.overview .old-product-price .price-with-label .price-value {
  text-decoration: line-through;
}

.item-box .add-info .actual-price {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: unset;
  -webkit-box-orient: unset;
}

.spc-categories .spc-body .item-box .product-item > div:first-child {
  width: 125px;
}

.spc-categories .spc-body .item-box .price-with-label {
  width: 100%;
  text-align: right;
}

.spc-categories .spc-body .item-box .price-with-label .price-label-tax,
.intelisale-bestsellers .item-box .prices .price-label-tax {
  text-align: right;
}

.search-page .page-body {
  padding-right: 40px;
}

.overview .old-product-price,
.overview .non-discounted-price,
.overview .old-product-price .price-with-label {
  display: inline-table;
}

.overview .non-discounted-price .price-with-label {
  display: inline-block;
}

.overview .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}

body
  .intelisale-slider
  .item-box
  .product-item
  .details
  .add-info
  .prices
  .actual-price {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.item-box .add-info .prices {
  padding: 0 10px 10px 0;
}

.item-box .add-info .product-box-add-to-cart-button,
.product-grid
  .item-box
  .productQuantityDropdown
  ~ .product-box-add-to-cart-button,
.product-grid
  .ajax-cart-button-wrapper
  .add-to-cart-qty-wrapper
  + .product-box-add-to-cart-button {
  font-size: 14px;
  font-family: "roboto-regular";
  font-weight: 600;
}

.category-page .item-box .add-info .product-box-add-to-cart-button {
  width: 100% !important;
}

.registration-result-page .page-body {
  padding-bottom: 25px;
}

.intelisale-bestsellers-desktop .item-box .picture > a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.intelisale-bestsellers-desktop .item-box .picture > a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.center-2 .item-box:last-child,
.center-2 .category-grid.sub-category-grid .item-grid .item-box {
  border-right: none;
}

body .intelisale-slider.intelisale-slider-no-tabs .owl-nav {
  top: -45px;
}

.overview.enmon-pdp .add-to-cart-content .product-prices-box .prices {
  display: grid;
}

.payment-unsuccessful {
  margin-bottom: 50px;
}

.pmt-unsuccessful {
  padding: 20px;
  text-align: center;
  font-size: 20px;
  color: var(--text-gray);
}

.pmt-unsuccessful.order-number {
  font-size: 25px;
}

.pmt-unsuccessful.order-number,
.pmt-unsuccessful.homepage-link {
  color: var(--primary-pantone);
}

.pmt-unsuccessful.homepage-link {
  text-align: right;
  font-size: 12px;
}

/* Retry payment button on payment failed page */
.pmt-retry {
  text-align: center;
}

.pmt-retry input.re-order-button {
  padding: 12px 14px;
  border: 1px solid var(--primary-pantone);
  color: var(--primary-pantone);
  background-color: #fff;
  border-radius: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.pmt-retry input.re-order-button:hover {
  color: #fff;
  background-color: var(--primary-pantone);
  transition: 0.3s;
  cursor: pointer;
}

.overview .old-product-price-label,
.variant-overview .old-product-price-label,
.overview .discounted-price label,
.variant-overview .discounted-price label {
  display: none;
}

.stock.in-stock {
  color: #29be40;
  padding-left: 0;
}

.mobile-category-sublist {
  display: none;
}

.pick-n-go-btn {
  display: block;
  margin-bottom: 20px;
}

.pick-n-go-btn.d-none {
  display: none !important;
}

.pick-n-go-modal {
  position: fixed;
  transform: translate(-50%, -50%) !important;
  top: 50%;
  left: 50%;
  width: max-content;
  max-width: 90vw;
}

.pick-n-go-modal.show-modal {
  display: block !important;
  z-index: 1072;
  border: 1px solid #ddd;
  background-color: #fff;
}

.pick-n-go-modal .modal-header {
  padding: 5px 15px;
  background-color: var(--primary-pantone);
  font-size: 20px;
  color: #fff;
}

.pick-n-go-modal .modal-close-btn {
  float: right;
}

.pick-n-go-modal .modal-content {
  padding: 20px 50px;
}

.inputs.custom-attributes:first-child {
  margin-top: 10px;
}

.inputs.custom-attributes {
  margin-top: 5px;
}

.inputs.custom-attributes label {
  font-size: 11px;
}

.inputs.custom-attributes .option-list label {
  margin: 0;
}

/*get a quote button ui*/

#qetAQuote {
  display: block;
  margin: 15px auto 0;
  padding: 15px 25px;
  width: auto;
  height: auto;
  max-width: 200px;
  word-break: break-all;
}

button#checkout {
  padding: 15px 50px;
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 300px;
}

.login-see-prices {
  margin-bottom: 10px;
  color: var(--primary-pantone);
  font-weight: bold;
}

.checkout_note_section {
  margin: 0px;
  width: 641px;
  height: 150px;
  display: block;
  margin-bottom: 10px;
}

.item-box .product-item .add-to-cart-qty-wrapper {
  display: none;
}

.item-box .product-item .product-box-add-to-cart-button {
  width: 100% !important;
}

/*Footer bank info*/
.payment-program img {
  height: 30px !important;
  width: auto !important;
}

/* BLACKFRIDAY SKIN */

.black-friday .header {
  background-color: #262727 !important;
}

.black-friday .header-menu > ul > li > a,
.black-friday .header-menu > ul > li > span,
.black-friday .header-lower .header-links-wrapper .header-links a,
.black-friday .enmon-header-open {
  color: #ffffff;
}

.black-friday .header-menu > ul > li:hover > a,
.black-friday .header-menu > ul > li:hover > span {
  color: var(--primary-pantone);
}

.black-friday .master-wrapper-content .master-column-wrapper {
  background: url(../img/39e0bcb2-32ed-4f47-ace0-94b558ced1fc.png);
  position: relative;
}

.black-friday .master-wrapper-content .master-column-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 0;
}

.black-friday .intelisale-slider-title,
.black-friday .block.filter-block .title,
.black-friday .intelisale-tabs .active {
  background-color: rgba(255, 255, 255, 0.9);
}

.black-friday .intelisale-tabs span,
.black-friday .pager li a,
.black-friday .block.block-recently-viewed-products .list a,
.black-friday .block .tags li a,
.black-friday .block-category-navigation .title,
.black-friday .block-recently-viewed-products .title,
.black-friday .block-popular-tags .title,
.black-friday .product-sorting span,
.black-friday .breadcrumb li * {
  color: #fff;
}

.black-friday .intelisale-tabs .active,
.black-friday .intelisale-slider-title,
.black-friday .block.filter-block .title .toggleControl,
.black-friday
  .nopAjaxFilters7Spikes
  .filter-block
  .filtersGroupPanel
  .checkbox-list
  label,
.black-friday .selected-options-list > li label {
  color: #000;
}

.center-2,
.side-2 {
  position: relative;
}

.black-friday .product-item::before {
  border: 4px solid var(--primary-pantone);
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 50%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
}

.black-friday .product-selectors .product-viewmode {
  background-color: #fff;
  padding: 0 5px;
}

.black-friday .item-box .picture,
.black-friday .item-box .details {
  position: relative;
  z-index: 3;
}

.black-friday .product-item {
  position: relative;
  padding: 8px;
}

.black-friday .clearFilterOptionsAll {
  top: 30px;
  max-width: 80px;
}

@media (max-width: 1024px) {
  .black-friday .header-menu > ul li > a,
  .black-friday .header-menu > ul li > span,
  .black-friday .profile-menu-box > a,
  .black-friday .header-form-holder > a,
  .black-friday .breadcrumb li * {
    color: #707070;
  }

  .black-friday .category-page .product-grid .item-box {
    padding-bottom: 0;
  }

  .black-friday .intelisale-slider-title {
    margin-left: -15px;
    padding-left: 30px;
  }
}

/* BLACKFRIDAY SKIN */

/*Measurement-unit-on-PDP*/

.unit-of-measurement {
  font-size: 11px;
  display: inline-block;
  padding-top: 16px;
  padding-right: 10px;
  font-weight: normal;
  color: #434343;
}

.product-details-page .product-mini-details .unit-of-measurement {
  padding-top: 0;
}

.product-details-page .add-to-cart-qty-wrapper {
  display: inline-block;
}

.product-details-page .ajax-cart-button-wrapper {
  display: inline;
}

.unit-of-measurement-price {
  font-size: 11px;
  text-align: right;
  margin-top: 2px;
  color: #707070;
  margin-bottom: -20px;
}

.unit-of-measurement-price .total-price-all-pack {
  font-size: 14px;
}

.choose-number-of-resource-unit {
  text-align: left;
  padding-bottom: 3px;
  color: var(--primary-pantone);
}

/*Measurement-unit-on-PDP*/

/*add to cart PDP*/
.choose-number-of-resource-unit {
  text-align: right;
}

.overview .add-to-cart-button {
  padding: 0 100px;
  font-size: 13px;
}

.product-details-page .overview .qty-input {
  width: 85px;
  padding: 0;
}

.product-details-page .add-to-cart-qty-wrapper {
  display: block;
  width: 120px;
  margin-right: 0;
}

.product-details-page .overview .add-to-cart-qty-wrapper .plus {
  right: 0;
}

.product-details-page .overview .add-to-cart-qty-wrapper .minus {
  left: 0;
}

.unit-of-measurement {
  padding-left: 5px;
}

.unit-of-measurement-price {
  text-align: right;
}

.overview .add-to-cart-panel {
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

body
  .master-column-wrapper
  .product-details-page
  .product-essential
  .overview.enmon-pdp
  .add-to-cart-content
  .left-content
  div {
  padding-right: 10px;
}

.ui-slider {
  margin-top: 10px !important;
}

.filter-block a.clearFilterOptions,
.filter-block a.clearPriceRangeFilter {
  top: 20px !important;
  width: 40px !important;
  height: 40px !important;
  z-index: 1;
}

.clearFilterOptionsAll {
  position: relative !important;
  top: initial !important;
  right: initial !important;
  max-width: 65px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #8c8c8c !important;
  cursor: pointer;
  z-index: 1;
  transition: all 0.2s ease;
  background-color: #fff !important;
}

.filter-buttons .button-1.filter-confirm,
.nopAjaxFilters7Spikes .clearFilterOptionsAll {
  height: 35px;
  max-width: 100px;
  width: 49%;
  display: inline-flex;
  margin: 0 5px;
  align-items: center;
  justify-content: center;
}

.filter-buttons .button-1.filter-confirm {
  font-size: 10px;
}

.nopAjaxFilters7Spikes .filter-buttons {
  margin: 20px 0;
}

.html-manufacturer-page .product-page-size {
  display: none;
}

.manufacturer-page .page-body .product-selectors .product-sorting select {
  border-bottom: 2px solid var(--primary-pantone);
}

/*Intelisale Product ribbon custom design*/
#product_ribbon_above_sku .product-ribbon {
  background: none !important;
  margin-top: -30px !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
}

#product_ribbon_above_sku .product-ribbon .ribbon-text {
  font-size: 15px !important;
}

div#product_ribbon_above_review {
  text-align: left !important;
  margin-left: 20px !important;
}

#product_ribbon_above_review .product-ribbon {
  background: none !important;
  margin-top: -30px !important;
  margin-left: 10px !important;
  padding-left: 0px !important;
}

#product_ribbon_above_review .product-ribbon .ribbon-text {
  font-size: 15px !important;
}

/*Intelisale custom shopping cart loading animation design*/
.shopping-cart-loading {
  position: fixed !important;
  top: 0 !important;
  padding-top: 20% !important;
  padding-left: 30% !important;
  z-index: 1 !important;
}

.shopping-cart-loading .loading-design {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 10px !important;
  border: 10px solid #f3f3f3 !important;
  border-radius: 50% !important;
  border-top: 10px solid var(--primary-pantone) !important;
  width: 70px;
  height: 70px !important;
  -webkit-animation: spin 2s linear infinite !important;
  animation: spin 2s linear infinite !important;
}

/*Intelisale custom product details page loading animation design*/

.custom-loading {
  display: none;
  position: fixed !important;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999 !important;
}

.product-details-page-loading {
  position: fixed !important;
  top: 0 !important;
  padding-top: 20% !important;
  padding-left: 30% !important;
  z-index: 1 !important;
}

.product-details-page-loading .loading-design,
.custom-loading .loading-design {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 10px !important;
  border: 10px solid #f3f3f3 !important;
  border-radius: 50% !important;
  border-top: 10px solid var(--primary-pantone) !important;
  width: 70px;
  height: 70px !important;
  -webkit-animation: spin 2s linear infinite !important;
  animation: spin 2s linear infinite !important;
}

/*this portion of code is shared for both shopping cart loading and product details page loading*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*For Small screens laptops*/
@media (min-width: 769px) and (max-width: 1024px) {
  .product-details-page-loading {
    position: fixed !important;
    top: 0 !important;
    padding-top: 30% !important;
    padding-left: 23% !important;
    z-index: 1 !important;
  }
}

/*For Ipad Tablet screens laptops*/
@media (min-width: 481px) and (max-width: 768px) {
  .product-details-page-loading {
    position: fixed !important;
    top: 0 !important;
    padding-top: 40% !important;
    padding-left: 15% !important;
    z-index: 1 !important;
  }
}

/*For Mobile Devices screens laptops*/
@media (max-width: 480px) {
  .product-details-page-loading {
    position: fixed !important;
    top: 0 !important;
    padding-top: 65% !important;
    padding-left: 10% !important;
    z-index: 1 !important;
  }
}

/*category rich content*/

.rich-content .category-breadcrumb-title-box {
  left: initial;
  width: auto;
  margin-bottom: 50px;
}

.category-breadcrumb-title-box .rich-content-title.page-title {
  padding: 5px 0;
  max-width: 280px;
  top: initial;
  text-align: left;
  margin: 15px 0px;
  position: relative;
}

.rich-content-title.page-title h1 {
  font-size: 20px;
  font-weight: normal;
  padding-left: 10px;
  width: fit-content;
  font-family: "roboto-regular";
  font-weight: 600;
  color: #000000;
  border-left: 2px solid var(--primary-pantone);
}

.rich-content .center-1 .breadcrumb {
  text-align: left;
}

.rich-content .center-1 .page-body .products-container.list-view .item-box {
  border: none;
  border-bottom: 1px solid #e7e7e7;
}

.rich-content .products-container.list-view .product-item {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.rich-content .page-body .products-container.list-view .product-item .details {
  width: auto;
  max-height: unset;
  height: inherit;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 7;
  grid-gap: 10px;
  margin-left: 10px;
}

.rich-content .products-container.list-view .product-item .picture {
  flex: 3;
}

.rich-content .center-1 {
  text-align: center;
}

.rich-content h2.sub-category-head {
  margin-bottom: 20px;
}

.finalPriceResource {
  color: #434343;
  font-size: 12px;
}

.finalPriceResource span {
  background-color: #f8d8be;
}

.finalPriceResource a {
  background-color: #f8d8be;
}

/*custom design for sitemap*/
.entity-body span {
  padding: 0 0 0 0 !important;
}

.entity-body .entity-items {
  display: flex !important;
}

.entity-items .col-md-6 {
  width: 50% !important;
}

.entity-items a {
  white-space: normal !important;
  text-align: left !important;
}

/***call centar info redesign***/

.enmon-header-upper,
.enmon-header-upper .call-centar {
  height: 45px;
}

.enmon-header-upper .call-centar h5 {
  padding: 5px 0 2px;
  white-space: nowrap;
}

.enmon-header-upper .measuring-meter-img {
  top: 13px;
}

.enmon-header-upper .call-centar {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 135px;
}

.call-centar .call-center-leftpanel {
  width: 20%;
  margin: 5px 0;
  max-width: 33px;
}

.call-centar .call-center-rightpanel {
  width: 70%;
  margin: 5px 0;
}

.enmon-header-upper .call-centar h4 {
  font-size: 15px;
  margin-bottom: 5px;
}

.footer-middle
  .footer-info
  .time-block
  .footer-time-sheet
  .working-hours-wrapper
  p
  time {
  display: inline;
}

.footer-middle
  .footer-info
  .time-block
  .footer-time-sheet
  .working-hours-wrapper
  p.shop_work_hours
  time {
  display: block;
}

.footer-middle .footer-info .time-block .footer-shop-address p.shop_address {
  font-family: "roboto-regular";
  color: var(--title-gray);
  text-transform: capitalize;
  font-size: 13px;
  padding-left: 4px;
}

.footer-shop-address {
  align-items: center;
  margin-top: 2px;
}

.footer-shop-address .phone-icon {
  visibility: hidden;
}

.page.forbidden-page {
  min-height: 400px;
  text-align: center;
}

/* avalability statuses */

.stock span.value.outofstock {
  color: #ea4235;
}

.stock span.value.instockinvendor {
  color: #4c9aff;
}

.stock span.value.instockinstore {
  color: var(--primary-pantone);
}

.stock span.value.instock {
  color: #36b37e;
}

.stock .instock-store-topic-link {
  display: none;
}

.stock .instock-store-topic-link.active {
  display: block;
  color: #000;
  margin: 10px 0;
  font-style: italic;
  font-family: "roboto-regular";
  text-decoration: underline;
}

/* variations-checkbox-color-square ui updated*/
.attributes .option-list li label {
  padding: 10px;
}

.attributes .option-list input[type="checkbox"]:checked + label:before,
.attributes .option-list input[type="checkbox"] + label:before,
.attributes .option-list input[type="radio"]:checked + label:before,
.attributes .option-list input[type="radio"] + label:before {
  display: none;
}

.attributes .option-list input[type="checkbox"]:checked + label,
.attributes .option-list input[type="radio"]:checked + label,
.attributes .option-list li input[type="radio"]:checked + label {
  color: #000;
}

.attributes li {
  display: inline-block;
  margin: 8px 0 0 3px;
  border: 1px solid #aaaaaa;
}

.attributes .option-list {
  text-align: left;
}

.attributes .option-list.color-squares li label {
  padding: 2px;
}

.attributes .option-list.color-squares .attribute-square {
  border: 1px solid #e7e7e7;
  border-radius: 0;
}

.attributes .option-list.color-squares li.selected-value {
  border: 2px solid #000;
}

.attributes dd:last-child {
  text-align: left;
}

/*phone country code validation*/

.phone-country-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.country-code-text {
  width: 20% !important;
}

.country-code-select {
  width: 60% !important;
  font-size: 12px;
  color: var(--title-gray) !important;
}

#dialog-notifications-error {
  text-align: center !important;
}

.ui-dialog {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

/*error status in cart*/
.shopping-cart-page .table-cart-items .message-error-wrapper.active {
  color: var(--text-gray);
  border: 1px dashed #d3d3d3;
  border-radius: 3px;
  padding: 10px;
  margin: 10px 0;
}

.product-details-page .overview.enmon-pdp {
  padding-bottom: 0;
  margin-bottom: 0;
}

/*pdp document icon*/

.product-documents {
  padding-bottom: 30px;
}

.product-documents .product-document-div .document-icon-info {
  height: 25px;
  width: 30px;
  margin-right: 5px;
  background: url(../img/img_enmon/document-icon.svg) center no-repeat;
}

.product-documents .product-document-div .document-icon-manual {
  height: 25px;
  width: 30px;
  margin-right: 5px;
  background: url(../img/img_enmon/specifikacija-icon.svg) center no-repeat;
}

.product-documents .product-document-div a {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  color: #888888;
  align-items: center;
}

.bigg-col-fc #banner_top {
  width: 100%;
}

.athena-ac-sec #banner_top img {
  width: 100% !important;
  height: auto;
}

/*RESOURCE INFO TOPIC*/

#resource-info-topic {
  display: none;
}

.resource-info-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1073;
  background-color: rgba(0, 0, 0, 0.3);
}

.resource-info-popup {
  margin: 0;
  padding: 0;
  width: 500px;
  height: 100%;
  overflow: auto;
  z-index: 1074;
  position: absolute;
  right: 0;
  background-color: white;
  border-radius: 8px 0px 0px 8px;
  top: 0;
  bottom: 0;
}

.resource-info-body {
  padding: 30px;
}

.resource-info-close a {
  width: 31px;
  height: 31px;
  background: url(../img/close-btn-icon.png) center no-repeat;
  position: absolute;
  top: 6px;
  color: inherit;
  cursor: pointer;
  right: 10px;
  background-size: 30px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 100%;
}

/*RESOURCE INFO TOPIC END*/

/* Account Registration Button (Nastavi) */

.account-activation-page .result {
  margin: 0;
}

.acc-reg-buttons {
  margin: 45px auto 15px;
}

.acc-reg-button-1 {
  padding: 10px 15px;
}

/* Rich blog responsiveness */

.rich-blog-homepage .title {
  font-size: 24px;
  font-weight: normal;
}

.rich-blog-homepage .title strong {
  font-size: 24px;
  font-weight: normal;
}

.rich-blog-homepage {
  margin-top: 30px !important;
}

.rich-blog-homepage .post-description {
  color: #8c8c8c;
}

.rich-blog-homepage .blog-posts .post-title {
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .rich-blog-homepage .post-details .post-description {
    display: block !important;
  }
}

@media (max-width: 768px) {
  body .rich-blog-homepage .blog-posts .blog-post {
    height: auto;
  }

  body .rich-blog-homepage .blog-posts .blog-post .read-more {
    position: relative !important;
    display: block !important;
  }

  .page.blogpost-page p,
  .page.blogpost-page .post-body {
    font-size: 13px;
    font-weight: normal;
  }
}

@media (max-width: 576px) {
  .page.blogpost-page video {
    max-width: 350px !important;
    height: auto !important;
  }

  .page.blogpost-page img {
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 350px) {
  .page.blogpost-page video {
    max-width: 280px !important;
  }
}

/*Loyalty Price section content pdp*/
.loyalty-price-pdp {
  display: inline-flex;
  gap: 9px;
  text-align: center;
  justify-content: right;
  padding: 0 8px;
  background-color: #3fb449;
  align-items: center;
  font-size: 15px;
  color: white;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .loyalty-price-pdp {
    white-space: normal;
  }
}

@media (max-width: 1024px) {
  .loyalty-ribbon-product-box {
    left: 0 !important;
    top: 0 !important;
  }

  .loyalty-ribbon-img-product-box {
    height: 30px !important;
    width: 30px !important;
    content: url("../img/img_enmon/crafrica-30x30px.jpg");
  }
}

.loyalty-price-pdp img {
  max-width: 45px;
}

.loyalty-price-pdp .loyalty-text {
  font-size: 12px;
}

.intelisale-related-slider .loyalty-ribbon-product-box {
  left: 0 !important;
  top: 0 !important;
}

.intelisale-related-slider .loyalty-ribbon-product-box img {
  content: url("../img/img_enmon/crafrica-30x30px.jpg");
}

.enmon-product-free-shipping img.free-shipping-ribbon-product-bx,
.enmon-pdp-discount-free-shipping .free-shipping-ribbon-pdp {
  width: 48px;
  height: 48px;
  max-width: max-content;
  display: block;
}

.also-purchased-products-grid .enmon-product-discount,
.also-purchased-products-grid .loyalty-ribbon-img-product-box,
.related-products-grid .enmon-product-discount,
.related-products-grid .loyalty-ribbon-img-product-box {
  width: 30px;
  height: 30px;
  font-size: 8px;
}

.also-purchased-products-grid .discount-ribbon-wrapper,
.related-products-grid .discount-ribbon-wrapper {
  top: 4px;
}

.also-purchased-products-grid .enmon-product-free-shipping,
.related-products-grid .enmon-product-free-shipping {
  width: 30px;
  height: 30px;
}

.also-purchased-products-grid
  .enmon-product-free-shipping
  .free-shipping-ribbon-product-bx,
.related-products-grid
  .enmon-product-free-shipping
  .free-shipping-ribbon-product-bx {
  width: 28px;
  height: 28px;
}

/*gray border for enmon*/
.master-wrapper-content {
  background-color: var(--background-gray);
}

.product-details-page .related-products-grid,
.product-details-page .also-purchased-products-grid {
  background-color: #ffffff;
  padding-top: 30px;
  border-radius: 1rem;
}

.html-product-details-page .product-essential,
.html-product-details-page .productTabs {
  background-color: #ffffff;
}

.html-product-details-page .product-essential {
  margin-bottom: 0;
}

.html-product-details-page .productTabs {
  padding-top: 20px;
}

.product-details-page .related-products-grid,
.product-details-page .also-purchased-products-grid {
  margin: 50px auto;
}

.jCarouselMainWrapper,
.rich-blog-homepage .blog-post {
  background-color: #ffffff;
}

.intelisale-slider-container,
.intelisale-bestsellers-content,
.intelisale-slider-wrapper {
  background-color: #ffffff;
  padding-top: 30px;
}

.rich-blog-homepage {
  margin: 0 0 30px;
}

.registration-page {
  padding-top: 20px;
}

.html-home-page .master-wrapper-content .master-column-wrapper,
.html-product-details-page .master-wrapper-content .master-column-wrapper {
  background-color: transparent;
}

.footer-top .address-wrapper {
  margin-top: 20px;
}

.spinner-price {
  /* Spinner size and color */
  width: 1.5rem;
  height: 1.5rem;
  border-top-color: var(--title-gray);
  border-left-color: var(--title-gray);
  /* Additional spinner styles */
  animation: spinner-price 400ms linear infinite;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px;
}

/* Animation styles */
@keyframes spinner-price {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.overview.enmon-pdp .slider-wrapper {
  margin: 20px 0 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "roboto-regular";
}

.enmon-header-menu::before {
  background-image: none !important;
}

enmon-header-upper {
  background-color: #404042;
}

.header-contact-section {
  display: flex;
  gap: 1.3rem;
}

.header-contact-section > .header-contact-info {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.header-contact-section > .header-contact-info > img {
  width: 16px;
}

.header-contact-section > .header-contact-info > a {
  position: relative;
  top: 0.08rem;
}

.header-contact-section > .header-contact-info > a:hover {
  text-decoration: underline;
}

.nav-links {
  display: flex;
  justify-content: end;
  gap: 1rem;
  width: 50%;
}

.enmon-nav a {
  display: inline-block;
  margin-left: 10px;
}

.enmon-header-upper .enmon-mini-nav {
  width: 60%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.enmon-header-upper .nav-links > .external-link {
  width: 30%;
  position: relative;
}

.enmon-header-upper .nav-links > .external-link > .external-link-header {
  text-align: start;
  display: flex;
  justify-content: center;
  padding-right: 0.6rem;
}

.enmon-header-upper .nav-links > .external-link > .external-link-header img {
  width: 16px;
}

.enmon-header-upper .nav-links > .external-link > .external-link-header img {
  border-radius: 100px;
}

.enmon-header-upper
  .nav-links
  > .external-link
  > .external-link-header
  > .external-header-text {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.enmon-header-upper .nav-links > .external-link > .external-link-dropdown {
  position: absolute;
  background: #dcdcde;
  z-index: 9999;
  top: 31px;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  transition: max-height 0.2s ease-in-out;
}

.enmon-header-upper
  .nav-links
  > .external-link
  > .external-link-dropdown
  > .external-link-items {
  padding-block: 0.5rem;
  height: auto;
  text-align: center;
}

.enmon-header-upper
  .nav-links
  > .external-link
  > .external-link-dropdown
  > .external-link-items
  > a {
  width: 100%;
  max-height: 100%;
  display: block;
}

.enmon-header-upper
  .nav-links
  > .external-link
  > .external-link-dropdown
  > .external-link-items:hover,
.enmon-header-upper
  .nav-links
  > .external-link
  > .external-link-dropdown
  > .external-link-items:active {
  background-color: var(--title-gray);
  color: #ffffff;
}

.enmon-header-upper
  .nav-links
  > .external-link
  > .external-link-header:hover
  + .external-link-dropdown,
.enmon-header-upper .nav-links > .external-link > .external-link-dropdown:hover,
.enmon-header-upper
  .nav-links
  > .external-link
  > .external-link-header:active
  + .external-link-dropdown,
.enmon-header-upper
  .nav-links
  > .external-link
  > .external-link-dropdown:active {
  max-height: 100vh;
}

.enmon-header-upper
  .nav-links
  > .external-link
  > .external-link-header
  > img:last-of-type {
  margin-left: 5px;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}

.enmon-header-upper
  .nav-links
  > .external-link
  > .external-link-header:hover
  > img:last-of-type,
.enmon-header-upper
  .nav-links
  > .external-link
  > .external-link-header:active
  > img:last-of-type,
.enmon-header-upper
  .nav-links
  > .external-link:hover
  > .external-link-header
  > img:last-of-type,
.enmon-header-upper
  .nav-links
  > .external-link:active
  > .external-link-header
  > img:last-of-type {
  transform: rotate(180deg);
}

.price.enmon-product-discount {
  border-radius: 50%;
}

.item-box .product-title,
.item-box .title,
.price-with-label {
  color: var(--primary-pantone);
}

.button-2.product-box-add-to-cart-button.nopAjaxCartProductListAddToCartButton {
  border-radius: 2rem;
  position: relative;
}

@media (min-width: 1025px) {
  .header-menu > ul > li:first-child > a {
    background-image: unset !important;
  }
}

.enmon-product-PromoDiscount {
  border-radius: 50%;
}

.inputs > input,
.buttons > input,
.in-header-register-link,
button,
.inputs > select,
.date-picker-wrapper > select,
.phone-country-code > input,
.phone-country-code > select,
.offer-promo-date .promo-from-to,
.add-to-cart-content .product-prices-box .add-to-cart-panel .add-to-cart-button,
.product-details-page .product-reviews-page .title .write-review-title,
.productAddedToCartWindowSummary a,
.ajaxCart .productAddedToCartWindowCheckout,
.shipping-method .method-list li,
.payment-method .method-list li,
.checkout-buttons > input,
.overview .add-to-cart-button {
  border-radius: 2rem !important;
  font-family: "roboto-regular";
}

.spinner-price-color {
  border-top-color: var(--primary-pantone);
  border-left-color: var(--primary-pantone);
}

.inputs > input,
.inputs > select,
.date-picker-wrapper > select,
.phone-country-code > input,
.phone-country-code > select,
.shipping-method .method-list li,
.payment-method .method-list li {
  border: 2px solid var(--primary-pantone) !important;
}

input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
  border: 2px solid var(--primary-pantone);
}

.registration-page input[type="radio"] + label::before,
.registration-page input[type="checkbox"] + label::before,
input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
  border-radius: 50%;
}

.phone-country-code {
  gap: 0.5rem;
}

.inputs.date-of-birth > .date-picker-wrapper {
  display: flex;
  gap: 0.5rem;
}

.master-wrapper-content select,
.k-window select,
.date-of-birth .date-picker-wrapper select {
  background: #fff url("../img/img_enmon/double-down.png") no-repeat right 5px
    center !important;
}

.enmon-pdp-discount {
  border-radius: 50%;
}

.product-details-page-loading .loading-design,
.custom-loading .loading-design {
  border-top: 10px solid var(--primary-pantone) !important;
}

.offer-promo-date .promo-period-from-to {
  color: var(--light-gray);
}

.slider-container {
  margin-bottom: 0 !important;
}

.item-box .btn-wrapper .add-to-compare-list-button {
  background-image: url("../img/img_enmon/compare_product_icon_blue.png");
  background-size: 25px;
}

/*mini add to cart at bottom*/

.product-essential .product-mini-overview {
  position: fixed;
  width: 100%;
  background: #fff;
  min-height: 70px;
  z-index: 99999;
  bottom: 0;
  padding: 10px;
  box-shadow: 0 0 4px #dbdee1;
  max-width: 100% !important;
  align-items: center;
  justify-content: center;
  margin: 0;
  left: 0;
  display: flex;
  padding-right: 40px;
}

.product-mini-overview span.price-with-label {
  display: flex;
  align-items: center;
  justify-content: end;
}

.product-mini-overview span.price-value {
  font-size: 15px;
}

.product-mini-overview .add-to-cart-panel {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-left: 10px;
}

.page.product-details-page .product-mini-overview .add-to-cart-button {
  background: url(/Themes/Emporium_Enmon/Content/img/img_enmon/cart-3.png)
    no-repeat center;
  background-size: 25px;
  margin-left: 25px;
}

.product-details-page .product-mini-overview .add-to-cart-qty-wrapper {
  width: 70px;
  margin: 0px;
  margin-left: 25px;
}

.product-mini-overview .add-to-cart-panel .qty-label {
  display: none !important;
}

.product-mini-overview .add-to-cart-panel .qty-input {
  width: 68px;
  padding: 0;
  text-align: center;
}

.product-mini-overview .add-to-cart-qty-wrapper .plus,
.product-mini-overview .add-to-cart-qty-wrapper .minus {
  top: -3px;
  height: 45px;
  line-height: 45px;
}

.product-mini-overview .add-to-cart-panel .add-to-cart-button,
.call-for-price-button {
  background-color: var(--primary-pantone) !important;
  border: 1px solid var(--primary-pantone);
  font-family: "roboto-regular";
  color: #fff !important;
  font-size: 0px;
  font-weight: 100;
  border-radius: 2rem !important;
}

.product-mini-overview .add-to-cart-qty-wrapper .plus {
  right: 0;
}

.product-mini-overview .add-to-cart-qty-wrapper .minus {
  left: 0;
}

#btn-product-mini-close:after {
  background-image: url(/Themes/Emporium_Enmon/Content/img/img_enmon/close.png);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.product-mini-close {
  position: fixed;
  width: 20px;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  opacity: 0;
}

button#btn-product-mini-close {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
}

.product-mini-close.active {
  opacity: 1;
}

#small-searchterms {
  border: none;
}

.container-border-radius,
.intelisale-slider-container,
.slider-item > .slider-picture > img,
.slider-item .slider-picture img,
.master-column-wrapper,
.ajaxCart,
.anywhere-mini-banner > .mini-banner-item > a > img,
.product-specs-box .data-table,
.table-wrapper,
.product-details-page .ui-tabs .product-specs-box,
.center-1,
.page.checkout-page,
.intelisale-slider-wrapper {
  border-radius: 1rem;
}

.master-wrapper-content,
.online-shopping-benefits,
body {
  background-color: #f6f6f6;
  padding-inline: 0 !important;
}

.master-wrapper-content {
  width: 85%;
  margin-inline: auto;
}

.header {
  background-color: #ffffff;
  margin-bottom: 1rem !important;
}

.master-wrapper-page > .slider-grid.anywhere-slider .slider-container {
  width: 85%;
  margin-inline: auto;
}

.productTabs,
.productTabs-body,
#quickTab-description {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  font-family: Open-Sans-SemiBold;
}

#quickTab-reviews #review-form input,
#quickTab-reviews #review-form .write-review-collapse #add-review,
#quickTab-contact_us .form-fields .inputs input,
#quickTab-contact_us .form-fields .inputs #Enquiry,
#quickTab-contact_us #contact-us-tab .buttons #send-contact-us-form {
  font-family: Open-Sans-SemiBold;
}

.product-essential,
.breadcrumb {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.header-lower.sticky-header #btnSearchBox {
  height: 42px;
}

.footer-upper .newsletter-wrapper .newsletter-static h4 {
  padding-left: 0;
}

.newsletter-static-title {
  gap: 0.9rem;
}

.item-box .ajax-cart-button-wrapper,
.item-box .buttons,
.page.product-details-page .ajax-cart-button-wrapper {
  position: relative;
  z-index: 1;
}

.item-box .ajax-cart-button-wrapper::before,
.item-box .buttons::before,
.page.product-details-page .ajax-cart-button-wrapper::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-color: var(--primary-pantone);
  color: #ffffff;
  border-radius: 2rem;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.item-box .ajax-cart-button-wrapper:hover::before,
.item-box .buttons:hover::before {
  transform: scaleX(1);
}

.item-box
  .button-2:hover.product-box-add-to-cart-button:hover.nopAjaxCartProductListAddToCartButton,
.item-box .add-info .buttons .product-box-add-to-cart-button:hover {
  background-color: transparent;
}

.slider-grid.anywhere-slider {
  margin-block: 1rem;
}

.data-table > tbody > tr:first-of-type > .spec-value:last-of-type {
  border-top-right-radius: 1rem;
}

.data-table > tbody > tr:last-of-type > .spec-value:last-of-type {
  border-bottom-right-radius: 1rem;
}

.rich-blog-homepage .blog-posts .blog-post,
.blog-post > .post-details > .post-description > p > img,
.category-grid .item-box .picture,
body
  .category-grid.sub-category-grid
  .item-box
  .sub-category-item
  .picture
  img {
  border-radius: 1rem !important;
}

.blog-posts .read-more,
.news-items .read-more,
.blog-posts .read-more:hover,
.news-items .read-more:hover,
.open-comment-form:hover {
  background-color: var(--primary-pantone) !important;
}

.category-grid .item-box .picture a::before {
  height: 200px;
  width: 200px;
}

/********** PRODUCT DOCUMENTS **********/

.product-files-container {
  margin: 10px 0px;
}

.product-files-container #doc-collapsible {
  margin: 10px 5px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
}

.product-files-container #doc-collapsible .attachment-icon {
  position: relative;
  height: 25px;
  width: 25px;
  background-image: url(../img/img_enmon/enmon-attachment-logo.png);
  background-repeat: no-repeat;
  font-size: 0;
  background-position: center;
  background-size: 20px;
}

.product-files-container #doc-collapsible .arrow-down-icon {
  background: url(../img/img_enmon/double-down.png) no-repeat center center;
  background-size: 25px;
  content: "";
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
}

.product-files-container #doc-collapsible .arrow-up-icon {
  background: url(../img/img_enmon/double-down.png) no-repeat center center;
  background-size: 25px;
  content: "";
  display: block;
  position: relative;
  transition: 0.3s !important;
  transform: rotate(180deg) !important;
  width: 25px;
  height: 25px;
}

.product-files-container #doc-collapsible .attachment-title {
  font-weight: bold;
  color: var(--primary-pantone);
  font-family: "roboto-regular";
  font-size: 16px;
  margin: 0 5px;
}

.product-files-container .product-documents {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 5px 0px;
}

.product-files-container .product-documents .product-document-div {
  width: 33%;
  margin-bottom: 15px;
}

.product-files-container .product-documents .product-document-div a {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  color: #888888;
}

.product-files-container .product-documents .product-document-div a span {
  width: 80%;
  word-wrap: break-word;
  font-size: 12px;
  font-family: "roboto-regular";
  color: var(--title-gray);
}

.product-files-container
  .product-documents
  .product-document-div
  .document-icon {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  background: url(../img/img_enmon/document.png) center no-repeat;
  background-size: 20px;
}

/********** END PRODUCT DOCUMENTS **********/

/********** PICKUP LOCATIONS **********/

.pickup-store-container {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 10px 0;
}

.pickup-store-container .pickup-store-title {
  font-size: 14px;
  margin: 0 0 0 10px;
  font-weight: bold;
  color: var(--primary-pantone);
  font-family: "roboto-regular";
  font-weight: 600;
  position: relative;
}

.pickup-store-container .pickup-store-icon {
  background: url(../img/img_enmon/pickup-location-icon.png) no-repeat center
    center;
  background-size: 30px;
  height: 30px;
  width: 30px;
  position: relative;
}

/********** PICKUP LOCATIONS DIALOG BOX**********/

dialog.pickup-store-modal {
  border: none;
  padding: 0;
  border-radius: 1rem;
  max-height: 80vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-x: hidden;
  overflow-y: auto;
}

dialog.pickup-store-modal::backdrop {
  position: fixed;
  inset: 0px;
  background: rgba(0, 0, 0, 0.4);
}

.pickup-store-modal h2 {
  text-align: center;
  color: white;
  background-color: #4472c4;
  margin: 0;
  padding-inline: 1.2rem;
  margin-bottom: 0.2rem;
  padding: 10px;
  padding-right: 40px;
  font-size: 20px;
  font-family: "roboto-regular";
}

.pickup-store-modal .close-button {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  color: white;
  transform: scale(1);
  background: #eaeaea url(../img/img_enmon/close.png) center no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  background-size: 10px;
}

.pickup-store-modal .close-button:hover {
  transform: scale(1.1);
}

.pickup-store-modal table {
  font-family: "roboto-regular";
  border-collapse: collapse;
  width: 100%;
  height: calc(100% - 41px);
}

.pickup-store-modal td,
th {
  border: 2px solid #ffffff;
  text-align: center;
  padding: 15px 10px;
  word-break: break-word;
  font-family: "roboto-regular";
}

.pickup-store-modal tr th:first-child,
tr td:first-child {
  border-left: none;
}

.pickup-store-modal tr th:last-child,
tr td:last-child {
  border-right: none;
}

.pickup-store-modal th {
  background-color: #2f5597;
  color: white;
  font-size: 14px;
}

.pickup-store-modal td {
  font-size: 13px;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #cfd5ea;
}

.pickup-store-modal tr:nth-child(odd) {
  background-color: #e9ebf5;
}

.pickup-store-modal tbody > tr:last-of-type > td {
  border-bottom: none;
}

/********** END PICKUP LOCATIONS **********/

.promo-offer-valid-dates p.promo-from-to > span {
  color: var(--facebook-blue);
}

/********** Time & Price Delivery/SHipping Info **********/

.overview .time-and-price-delivery {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 20px 0 20px;
}

.overview .time-and-price-delivery .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 500px;
  padding: 0px 5px;
  background-color: transparent;
  flex-wrap: wrap;
  height: auto;
}

.overview .time-and-price-delivery .info::before {
  content: "";
  display: inline-block;
  position: absolute !important;
  left: -30px !important;
  width: 0px;
  height: 0px;
  border-left: 30px solid transparent;
  border-bottom: 51px solid #dedede;
}

.overview .time-and-price-delivery .info .delivery-info,
.overview .time-and-price-delivery .info .shipping-info {
  display: flex;
  position: relative;
  width: 100%;
}

.overview .time-and-price-delivery .info .delivery-info span.delivery-text,
.overview .time-and-price-delivery .info .shipping-info span.shipping-text {
  padding-left: 10px;
  font-style: italic;
  font-size: 14px;
  font-family: "roboto-regular";
  margin-left: 20px;
  display: block;
  word-break: break-all;
  text-align: left;
}

.overview .time-and-price-delivery .info .delivery-info .delivery-icon,
.overview .time-and-price-delivery .info .shipping-info .shipping-icon {
  position: absolute;
  top: -3px;
  left: -5px;
  height: 25px;
  width: 25px;
  background-image: url(../img/quick-deliveri.svg);
  background-repeat: no-repeat;
  font-size: 0;
}

.delivery-info {
  margin-bottom: 4px;
}

.overview .time-and-price-delivery .info .shipping-info .shipping-icon {
  background-size: contain;
  top: -1px;
  width: 22px;
}

.overview .time-and-price-delivery .info .delivery-info .delivery-icon {
  background-image: url(../img/quick-deliveri.svg);
}

.overview .time-and-price-delivery .info .shipping-info .shipping-icon {
  background-image: url(../img/card-icon-pdp.png);
}

.overview .time-and-price-delivery .info::before {
  display: none;
}

/********** Time & Price Delivery/SHipping Info **********/

/*********** product 360 view **********/

.product-details-videos {
  display: flex;
  max-width: 600px;
  flex-wrap: wrap;
  margin: 20px auto;
}

.video-wrapper,
.picture.d-none {
  display: none;
}

.video-wrapper.videoplay {
  display: block;
}

a.video-link,
.product-details-videos .picture-thumbs-item a {
  width: 80px;
  display: block;
  position: relative;
  margin: 0 5px 5px;
  padding: 20px;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  height: 60px;
}

.video-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

span.video-title {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
  padding: 0 5px;
}

.product-details-videos .picture-thumbs-item {
  display: block;
  position: relative;
  max-width: 80px;
  width: 25%;
  margin: 0 5px 5px;
}

.product-details-videos .picture-thumbs-item a {
  display: block !important;
  margin: 0;
  float: none !important;
  width: 100%;
  height: 100%;
  cursor: pointer;
  max-width: 80px;
  height: 60px;
}

.product-details-videos .picture-thumbs-item img.img-temp {
  max-width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-details-videos.video-slider button + .slick-list a {
  max-width: 65px;
  margin: 0 5px 5px;
}

.video-link.is-selected {
  border: 1px solid #000;
}

.video-wrapper.videoplay iframe {
  max-width: 100% !important;
  width: 100% !important;
  position: relative !important;
}

.picture.picture-thumbs-item {
  width: 85px;
}

.product-details-videos.video-slider .slick-prev {
  left: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMBAMAAABcu7ojAAAALVBMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaTgChpAAAAD3RSTlMA6+QxJN6reW9mW1E8SkmTKKYaAAAALElEQVQI12NgYOBLABIbDzAwcAkDGZMMGBg4VICMUgcIAeZCJMBKoIoZeBMA15MHPhiEPR8AAAAASUVORK5CYII=);
}

.product-details-videos.video-slider .slick-next {
  right: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMBAMAAABcu7ojAAAALVBMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaTgChpAAAAD3RSTlMA6+QxJN6reW9mW1E8SkmTKKYaAAAAKUlEQVQI12PIZQCCgxuABLMUiGk0AUiwaICYrgVgAsQFS4CUwBTnATEA244HPpGnGTQAAAAASUVORK5CYII=);
  background-position: right center;
}

.product-details-videos.video-slider .slick-prev,
.product-details-videos.video-slider .slick-next {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 22px;
  margin-top: -11px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

.product-details-videos.video-slider button + .slick-list {
  margin: 0 25px;
}

a._3d-image-thumb-wrapper {
  width: 80px;
  display: block;
  position: relative;
  margin: 0 5px 5px;
  padding: 20px;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  height: 60px;
}

img._3d-image-thumb-img {
  width: 100%;
}

.image-viewer-wrapper {
  display: none;
}

.image-viewer-wrapper._3dimageplay {
  display: block;
  min-height: 400px;
  cursor: pointer;
}

.image-viewer-wrapper._3dimageplay::before {
  content: "";
  padding-top: 100%;
  position: relative;
  display: block;
}

.iv-container .spritespin-canvas {
  z-index: 0 !important;
  height: auto;
}

.image-viewer-wrapper._3dimageplay a._3d-viewr-btn {
  background-image: url(../img/360img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  left: 10px;
  content: "";
  display: block;
  z-index: 1;
  cursor: pointer;
}

.image-viewer-wrapper._3dimageplay img._3d-image-img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

a._3d-image-thumb-wrapper:before {
  background-image: url(../img/360img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 1;
  background-color: #fff;
}

._360-viewer-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

._360-viewer-container {
  width: 800px;
  max-width: 90%;
  max-height: 80vh;
  position: relative;
  height: auto;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

._360-viewer-container .modal-title {
  width: 100%;
  padding: 20px;
  background-color: #000;
  color: #fff;
}

._360-viewer-container a.modal-close {
  display: block;
  width: 37px;
  height: 37px;
  background: #fff url(../img/close.png) center no-repeat;
  font-size: 0;
  background-color: #eaeaea !important;
  position: absolute;
  top: 10px;
  right: 10px;
}

._360-play-button-wrapper {
  position: absolute;
  top: 100%;
  background: white;
  width: 100%;
  padding: 15px;
}

._360-play-button-wrapper ._360-play-button {
  display: block;
  height: 37px;
  background: #fff url(../img/play-button.png) center no-repeat;
  font-size: 0;
  background-size: 20px;
  cursor: pointer;
}

._360-play-button-wrapper ._360-pause-button {
  display: block;
  height: 37px;
  background: #fff url(../img/pause-button.png) center no-repeat;
  font-size: 0;
  background-size: 30px;
  cursor: pointer;
}

.main-360-spin::after {
  background: url(../img/360_hover.png) center bottom no-repeat;
  cursor: pointer;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 15px;
  background-size: 65%;
}

.video-wrapper.videoplay iframe,
.video-wrapper.videoplay video {
  max-width: 100% !important;
  width: 100% !important;
  position: relative !important;
}

/*********** end product 360 view **********/

.pager .dot-between-2pagelinks {
  font-size: 22px;
  color: #8c8c8c;
  width: 30px;
}

.intelisale-slider-title .intelisale-carousel-viewall-button {
  color: #333;
}

.intelisale-slider-title .intelisale-carousel-slider-title {
  font-size: 24px;
}

.category-navigation-list-wrapper ul .dropdown a {
  justify-content: center;
  text-align: center;
}

.category-navigation-list .dropdown.boxes-4 .box {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 1rem;
  padding: 5px;
  text-align: center;
}

.category-page .category-grid.sub-category-grid .item-grid .item-box {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 1rem;
}

.shopping-cart-page .cart-footer .mobile-cart-sticky-section .checkout-buttons {
  margin-top: 15px;
}

.intelisale-slider-container,
.intelisale-slider-wrapper {
  margin-bottom: 20px;
}

.intelisale-default-slider
  .item-grid
  .intelisale-purchased-item
  .item-box
  .product-item
  .details
  .actual-price {
  font-size: 20px;
}

.intelisale-default-slider
  .item-grid
  .intelisale-purchased-item
  .item-box
  .product-item
  .details
  .actual-price
  .price-label {
  font-size: 14px;
}

.intelisale-default-slider
  .item-grid
  .intelisale-purchased-item
  .item-box
  .product-item
  .details
  .old-price {
  font-size: 14px;
}

.intelisale-default-slider
  .item-grid
  .intelisale-purchased-item
  .item-box
  .product-item
  .details
  .old-price
  .price-label {
  font-size: 12px;
}

/*call for price*/
.customer-info-input-modal {
  border: none;
  max-height: 80vh;
  position: fixed;
  top: 50%;
  left: 30%;
  transform: translate(50%, -50%);
  overflow-x: hidden;
  overflow-y: auto;
  width: 400px;
}

.customer-info-input-modal h5 {
  padding: 20px 20px;
  font-size: 16px;
}

.customer-info-input-modal .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  color: white;
  transform: scale(1);
  background: #eaeaea url(../img/close.png) center no-repeat;
  display: block;
  width: 25px;
  height: 25px;
}

#customerInfoFormCallForPrice {
  padding: 15px 30px;
}

#customer-info-input-btn-submit {
  margin-top: 20px;
  max-width: 100%;
}
/*end call for price*/

/**Initial Loader Starts**/

.lds-ripple div {
  border: 4px solid #002f87;
}

.initial-loader-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.html-checkout-page body .initial-loader-container {
  width: 100% !important;
  height: 100% !important;
}

.initial-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }

  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }

  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }

  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}

/**Initial Loader Ends**/

/* item-back-in-stock */

.availability .stock .item-back-in-stock-wrapper {
  margin: 15px 0 20px;
  position: relative;
}

.availability .stock .item-back-in-stock {
  cursor: pointer;
  color: var(--facebook-blue);
  border: 2px solid var(--facebook-blue);
  padding: 5px;
  border-radius: 0.5rem;
}

.availability .stock .item-back-in-stock.disable-button {
  cursor: initial;
  color: #36b37e;
  border: none;
  padding: 0;
}

.availability .stock .item-back-in-stock.disable-button.error {
  color: #ea4235;
}

.availability .stock .item-back-in-stock-loading {
  position: absolute !important;
  z-index: 1 !important;
  border: 5px solid #f3f3f3 !important;
  border-radius: 50% !important;
  border-top: 5px solid var(--facebook-blue) !important;
  width: 25px;
  height: 25px !important;
  -webkit-animation: spin 2s linear infinite !important;
  animation: spin 1.5s linear infinite !important;
  display: inline-block;
  margin-left: 10px;
  bottom: -2px;
}

/* end item-back-in-stock */

.html-blogpost-page .block {
  border-radius: 1rem;
}

.html-blogpost-page .blog-search-box input#rich-blog-searchterms {
  border-radius: 2rem;
}

.disableForFreeProduct .remove-from-cart,
.disableForFreeProduct .quantity-input-fields {
  pointer-events: none;
  opacity: 0.3;
}

.footer-powered-by {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.footer-powered-by a img {
  height: 70px;
  position: relative;
  display: block;
}

#cc-main .pm__footer .pm__btn[data-role="all"],
#cc-main .cc--anim .cm__btn[data-role="all"] {
  background: #00aa00 !important;
  color: #fff !important;
  border-color: #00aa00 !important;
}

body #cc-main .pm__footer .pm__btn[data-role="all"]:hover,
body #cc-main .cc--anim .cm__btn[data-role="all"]:hover {
  background: #009500 !important;
  color: #fff !important;
  border-color: #009500 !important;
}
