﻿:root {
  --pc: #D89F45;
  --sc: #2C4141;
}

/*********** FONTS **********/

@font-face {
  font-family: 'Archivo-Bold';
  src: url('../fonts/Archivo-SemiBold.woff') format('woff'), url('../fonts/Archivo-SemiBold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo-ExtraBold';
  src: url('../fonts/Archivo-ExtraBold.woff') format('woff'), url('../fonts/Archivo-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Regular.woff') format('woff'), url('../fonts/Archivo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Medium.woff') format('woff'), url('../fonts/Archivo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-SemiBold.woff') format('woff'), url('../fonts/Archivo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Bold.woff') format('woff'), url('../fonts/Archivo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-ExtraBold.woff') format('woff'), url('../fonts/Archivo-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Black.woff') format('woff'), url('../fonts/Archivo-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
/*********** CSS RESET **********/

* {
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  --navy-blue: var(--pc);
  --sky-blue: #5FCAE5;
}

  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

html {
  margin: 0 !important;
  -webkit-text-size-adjust: none;
  overflow: hidden;
  overflow-y: auto;
}

ol,
ul {
  list-style: none;
}

em {
  font-style: normal;
}

a img {
  border: none;
}

a:active {
  outline: none;
}

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;
}

button::-moz-focus-inner {
  border: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
button {
  border-radius: 0.5rem;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

input::-moz-placeholder {
  opacity: 1;
  /*firefox text input bug fix*/
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
  display: none !important;
}

/*********** GLOBAL STYLES **********/

body {
  max-width: 100%;
  overflow-x: hidden;
  background: #fff;
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  color: var(--pc);
  font-size: 16px;
}

a {
  color: inherit;
  cursor: pointer;
}

/*a img {
    opacity: 0.99;*/
/*firefox scale bug fix*/
/*}*/

table {
  width: 100%;
  border-collapse: collapse;
}

.productQuantityTextBox.quantity-input-dubai {
  width: 100%;
  height: 35px;
  text-align: center;
  border-radius: 0.5rem;
  border: 1px solid var(--pc);
}

.quantity-product-dubai {
  width: 50%;
  background-color: #ececec;
  border: 1px solid #dedede;
  text-align: center;
  color: #000;
  line-height: 33px;
  display: none;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
  height: 36px;
  /*safari padding fix*/
  border: 1px solid #ececec;
  padding: 0 8px;
  vertical-align: middle;
  color: #000;
}

  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus,
  select:focus {
    color: #333;
  }

input,
textarea,
select,
button {
  font-size: 16px;
}

  input:disabled,
  textarea:disabled {
    background-color: transparent;
  }

textarea {
  min-height: 150px;
  padding: 8px;
}

select {
  min-width: 50px;
  height: 32px;
  /*safari padding fix*/
  padding: 0 6px;
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
  vertical-align: middle;
}

input[type="button"],
input[type="submit"],
button,
.button-1,
.button-2 {
  cursor: pointer;
}

label,
label + * {
  vertical-align: middle;
}

.master-wrapper-page {
  background-color: #fff;
}

.master-wrapper-content {
  position: relative;
  z-index: 0;
  /* giving priority to header and header-menu */
}

.master-column-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.center-1 {
  margin: 0 0 90px;
}

.home-page-body .center-1 {
  margin: 0;
}

.product-details-page-body .center-1 {
  margin: 0 0 70px;
}

.center-2,
.side-2 {
  margin: 0 0 70px;
}

  .side-2:after {
    content: "";
    display: block;
    clear: both;
  }

.page {
  min-height: 200px;
  text-align: center;
}

.page-title {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
  text-transform: uppercase;
}

  .page-title h1 {
    font-size: 21px;
    color: var(--pc);
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
  }

.shopping-cart-page .page-title h1 {
  color: var(--pc);
}

.registration-page .page-title h1,
.login-page .page-title h1 {
  text-align: center;
}

.page:after,
.page-title:after,
.page-body:after {
  content: "";
  display: block;
  clear: both;
}

.buttons {
  text-align: center;
}

.link-rss {
  display: none;
  width: 32px;
  height: 32px;
  background: var(--pc) url('../img/rss-icon.png') no-repeat;
  font-size: 0 !important;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.short-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;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.short-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;
}

.category-description p,
.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 {
  margin: 20px 0;
  line-height: 30px;
}

.html-home-page .homepage-bottom-wrapper {
  display: flex;
  justify-content: space-around;
}

.ribbon-position.bottom-right,
.ribbon-position.bottom-left,
.ribbon-position.bottom-middle {
  top: 120px;
}
/*********** GLOBAL FORMS ***********/

.fieldset, .section {
  position: relative;
  margin: 0 0 30px;
}

  .fieldset .title,
  .section .title {
    background-color: var(--pc);
    padding: 25px 30px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
  }

.form-fields {
  position: relative;
}

.inputs {
  position: relative;
  margin: 0 0 20px;
  white-space: nowrap;
  /*fix for 'required' elements*/
  font-size: 0;
}

  .inputs:after {
    content: "";
    display: block;
    clear: both;
  }

  .inputs label {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    font-size: 15px;
    /*reset zeroing*/
    font-weight: 700;
    color: var(--pc);
  }

  .inputs input[type="text"],
  .inputs input[type="number"],
  .inputs input[type="password"],
  .inputs input[type="email"],
  .inputs input[type="tel"],
  .inputs select,
  .inputs textarea {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    border-radius: .5rem;
  }

  .inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
  }

    .inputs .option-list li {
      float: left;
      margin: 0 5px 0 0;
    }

    .inputs .option-list label {
      display: inline;
      width: auto;
      margin: 0 5px;
      font-weight: normal;
    }

  .inputs.reversed {
    margin: 0 0 20px;
    text-align: center;
  }

.required {
  margin: 0 0 0 3px;
  /*siblings offset fix*/
  font-size: 18px;
  color: #ff3d3d;
}

.registration-page .fieldset .title,
.registration-page .button-1,
.registration-page .select2-container--default .select2-selection--single {
  border-radius: .5rem;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
  display: block;
  margin: 5px 0 0;
  font-size: 15px;
  color: #cc0000 !important;
}

.message-error {
  margin: 0;
}

.field-validation-valid,
.username-available-status {
  display: block;
  font-size: 14px;
  color: #4fbb41;
}

.captcha-box {
  margin: 0 0 15px;
  text-align: center;
  line-height: 0;
  /*firefox line-height bug fix*/
}

  .captcha-box > div {
    display: inline-block;
  }

  .captcha-box input {
    height: auto;
  }

/*********** GLOBAL TABLES ***********/

.cart,
.data-table,
.compare-products-table,
.forums-table-section table {
  border: 1px solid #ececec;
  background-color: #fff;
}

  .cart th,
  .data-table th,
  .forums-table-section th {
    padding: 20px;
    font-size: 15px;
    font-weight: normal;
    white-space: nowrap;
  }

  .cart td,
  .data-table td,
  .compare-products-table td,
  .forums-table-section td {
    min-width: 50px;
    border-top: 1px solid #f0f0f0;
    padding: 25px;
  }

.forums-table-section th,
.forums-table-section td {
  padding: 20px 25px;
}

.cart a,
.data-table a,
.compare-products-table a {
  font-family: 'Archivo', sans-serif;
  color: #000;
  font-size: 16px;
}

.cart .product,
.data-table .product,
.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,
.cart .product-picture {
  text-align: center;
}

.cart td .attributes,
.data-table td .attributes {
  margin: 10px 0;
  color: #959595;
  font-size: 15px;
}

.cart .product-picture img {
  max-width: 60px;
}

.cart .edit-item a {
  font-weight: normal;
  color: var(--pc);
}

  .cart .edit-item a:hover {
    text-decoration: underline;
  }

.cart .unit-price {
  white-space: nowrap;
  color: #959595;
  font-size: 16px;
}

.cart .cart-header-row .unit-price {
  font-size: 13px;
}

.cart .qty-input,
.cart .qty-dropdown {
  min-width: 45px !important;
  max-width: 150px !important;
  transition: width 0.25s;
  text-align: center;
  height: 40px;
}

.cart .subtotal {
  font-family: 'Archivo', sans-serif;
  color: #009ee0 !important;
  font-size: 16px;
}

.cart th.subtotal {
  text-transform: uppercase;
}

.html-product-details-page .data-table th {
  text-align: start;
  padding: 15px 30px;
}

/*********** NOTIFICATIONS & POPUPS  ***********/

.bar-notification {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  font-size: 17px;
  padding: 12px 25px 12px 30px;
  color: #fff;
  opacity: 0.95;
}

  .bar-notification.success {
    background: #009ee0;
  }

  .bar-notification.warning {
    background: #f7960d;
  }

  .bar-notification.error {
    background: var(--pc);
  }

  .bar-notification .content {
    float: left;
    margin: 0 10px 0 0;
  }

    .bar-notification .content a {
      color: #fff;
      text-decoration: underline;
    }

  .bar-notification .close {
    position: absolute;
    top: 3px;
    right: 0;
    width: 31px;
    height: 31px;
    margin: 6px;
    background: #fff url('../img/close.png') center no-repeat;
    cursor: pointer;
  }

    .bar-notification .close:hover {
      outline: 1px solid #fff;
    }

.noscript {
  background-color: #ff9;
  padding: 10px;
  text-align: center;
}

.ajax-loading-block-window {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

  .ajax-loading-block-window:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 2px;
    background-color: var(--pc);
    animation: animate 0.5s linear infinite;
  }

  .ajax-loading-block-window:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 5px;
    margin: 35px 0 0 -25px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0.1;
    animation: shadow 0.5s linear infinite;
  }

@-webkit-keyframes animate {
  15% {
    border-bottom-right-radius: 2px;
  }

  25% {
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@keyframes animate {
  15% {
    border-bottom-right-radius: 2px;
  }

  25% {
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@-webkit-keyframes shadow {
  0%, 100% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1);
  }
}

@keyframes shadow {
  0%, 100% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1);
  }
}

.ui-dialog {
  position: absolute !important;
  z-index: 1050;
  width: 350px !important;
  max-width: 95%;
  border: 1px solid #ececec;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fff;
}

.ui-dialog-titlebar {
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  background-color: #dedede;
  padding: 15px 20px;
  font-family: 'Archivo', sans-serif;
  color: var(--pc);
}

  .ui-dialog-titlebar span {
    float: left;
    text-transform: uppercase;
  }

  .ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: 13px;
    overflow: hidden;
    border: none;
    background: url('../img/close.png') center no-repeat;
    font-size: 0;
    opacity: 0.8;
  }

    .ui-dialog-titlebar button:hover {
      opacity: 1;
    }

    .ui-dialog-titlebar button * {
      display: none;
    }

.ui-dialog-content {
  height: auto !important;
  padding: 20px;
}

.eu-cookie-bar-notification {
  position: fixed;
  top: initial;
  bottom: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: auto;
  margin: 0;
  background-color: #000;
  color: #fff;
  padding: 10px 140px 10px 15px;
}

  .eu-cookie-bar-notification .content {
    display: flex;
  }

  .eu-cookie-bar-notification .text {
    margin-bottom: 5px;
    margin-right: 5px;
    letter-spacing: 0.025em;
    line-height: 1.375em;
  }

  .eu-cookie-bar-notification .cookies-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.025em;
    line-height: 1.22em;
  }

  .eu-cookie-bar-notification .cookies-text {
    display: flex;
  }

  .eu-cookie-bar-notification .buttons-more {
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 120px;
    border-left: 1px solid #FFFFFF;
    z-index: 20000;
  }

    .eu-cookie-bar-notification .buttons-more .ok-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      outline: none;
      border: none;
      padding: 5px 15px;
      color: #fff;
      font-size: 14px;
    }

  .eu-cookie-bar-notification a {
    display: block;
    text-decoration: underline;
  }

#goToTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100000;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: var(--pc) url(../img/img_marquise/back-to-top.png) no-repeat center 48%;
  transition: all 0.2s ease;
  border-radius: 0.5rem;
  cursor: pointer;
  border-radius: 0.5rem;
}

  #goToTop:hover {
    background-color: #5FCAE5;
  }

/*********** HEADER ***********/
.header-middle {
  background-color: var(--sc);
  padding: 10px 0;
}

.header .header-middle .center {
  max-width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

  .header .header-upper .center .header-selectors-wrapper {
    display: flex;
    order: 3;
    width: 50px;
    margin: 0 0 0 20px;
    cursor: pointer;
    align-items: center;
  }

    .header .header-upper .center .header-selectors-wrapper label {
      font-size: 0;
      cursor: pointer;
    }

    .header .header-upper .center .header-selectors-wrapper .header-selectors {
      position: absolute;
      top: 42px;
    }

  .header .header-upper .center .header-links-account label {
    cursor: pointer;
  }

.admin-header-links {
  display: flex;
  height: 30px;
  justify-content: space-between;
  width: 100%;
}

  .admin-header-links * {
    display: inline-block;
    margin: 0 10px;
    line-height: 30px;
  }

  .admin-header-links a {
    text-transform: uppercase;
    white-space: nowrap;
  }

.header-text {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  font-size: 16px;
  min-height: 42px;
  text-align: center;
  line-height: 42px;
  color: #000;
  font-weight: bold;
}

.header-text-unregistred {
  width: 90%;
}

.header-text .header-text-message {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.header .center:after {
  display: block;
  clear: both;
}

.header-links a {
  position: relative;
  background-image: url('../img/header-sprite-1.png');
  background-repeat: no-repeat;
}

  .header-links a.ico-address::before {
    content: "\f3c5";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    opacity: 0.7;
    font-size: 12px;
  }

  .header-links a.ico-orders::before {
    content: "\f291";
    font-family: 'FontAwesome';
    position: absolute;
    left: -3px;
    opacity: 0.7;
    font-size: 12px;
  }

  .header-links a.ico-compare-products::before {
    content: "\f337";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
    font-size: 12px;
  }

  .header-links a.ico-compare-products,
  .header-links a.ico-address,
  .header-links a.ico-orders {
    background-image: none;
  }

.header-selectors select {
  min-width: 100px;
  border-color: #ddd;
  font-size: 13px;
  color: #777;
}

.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: 24px;
    line-height: 0;
  }

  .language-list img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
  }

.header-logo {
  text-align: center;
}

  .header-logo a {
    display: inline-block;
    max-width: 100%;
    line-height: 0;
    vertical-align: middle;
  }

.mini-shopping-cart {
  font-size: 15px;
}

  .mini-shopping-cart .count {
    background-color: #dedede;
    padding: 15px;
    text-align: center;
  }

    .mini-shopping-cart .count a {
      padding: 0 3px;
      color: #333;
      font-weight: bold;
    }

  .mini-shopping-cart .items {
    display: none;
    position: relative;
    overflow: hidden;
  }

  .mini-shopping-cart .item {
    border-bottom: 1px solid #f6f6f6;
    overflow: hidden;
    padding: 20px;
    text-align: left;
  }

  .mini-shopping-cart .picture {
    float: left;
    width: 100px;
    text-align: center;
    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%;
      }

    .mini-shopping-cart .picture img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      max-width: 100%;
    }

    .mini-shopping-cart .picture + .product {
      margin: 0 0 0 120px;
    }

  .mini-shopping-cart .name {
    margin: 0 0 10px;
    font-size: 16px;
    font-family: 'Archivo', sans-serif;
    color: #000;
  }

  .mini-shopping-cart .price strong {
    vertical-align: middle;
    font-family: 'Archivo', sans-serif;
    color: #009ee0 !important;
  }

  .mini-shopping-cart .totals {
    margin: -1px 0 0;
    background-color: #dedede;
    padding: 15px;
    font-family: 'Archivo', sans-serif;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
  }

    .mini-shopping-cart .totals strong {
      margin: 0 0 0 5px;
      font-size: 15px;
      color: #00a1b1;
    }

  .mini-shopping-cart .buttons {
    padding: 20px 15px;
  }

  .mini-shopping-cart input[type="button"] {
    min-width: 145px;
    border: none;
    padding: 13px 25px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
  }

  .mini-shopping-cart input.cart-button {
    background-color: #fff;
    color: var(--pc);
  }

    .mini-shopping-cart input.cart-button:hover {
      outline-color: #fff;
    }

  .mini-shopping-cart input.checkout-button,
  .mini-shopping-cart input[type="button"]:only-child {
    background-color: var(--pc);
    color: #fff !important;
    border-radius: 0.5rem;
    margin: auto;
    display: block;
  }

    .mini-shopping-cart input.checkout-button:hover,
    .mini-shopping-cart input[type="button"]:only-child:hover {
      background-color: #5fcae5;
      outline-color: #5fcae5;
    }

.store-search-box {
  position: relative;
}

  .store-search-box form {
    display: inline-block;
    position: relative;
    font-size: 0;
  }

    .store-search-box form:after {
      content: "";
      display: block;
      clear: both;
    }

  .store-search-box input.search-box-text {
    display: inline-block;
    width: 220px;
    height: 43px;
    margin: 0 5px;
    border: none;
    background-color: #fff;
    padding: 0 12px;
    vertical-align: middle;
    color: #959595;
    margin-right: -2px !important;
    border-radius: 0.5rem 0 0 0.5rem;
  }

    .store-search-box input.search-box-text:focus {
      color: #959595;
    }

    .store-search-box input.search-box-text.narrow .store-search-box input::-webkit-input-placeholder {
      color: #959595 !important;
    }

  .store-search-box select {
    background-color: #fff !important;
    color: #959595 !important;
  }

  .store-search-box .search-box-button {
    display: inline-block;
    width: 47px;
    height: 43px;
    margin: 0;
    border: none;
    background: var(--pc) url('../img/search-button.png') center no-repeat;
    vertical-align: middle;
    font-size: 0;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
    border-radius: 0 0.5rem 0.5rem 0;
  }

.ui-helper-hidden-accessible {
  display: none;
}

.ui-autocomplete,
.ui-autocomplete img {
  display: none;
}

/*********** HOMEPAGE CAROUSELS ***********/

.two-columns-area .home-page-product-grid {
  margin: 20px 0 0;
}

.two-columns-area .jCarouselMainWrapper {
  margin: 40px 20px 0;
}

.bestsellers {
  display: none;
}

  .bestsellers .quick-view-button,
  .bestsellers .productQuantityTextBox,
  .bestsellers .productQuantityDropdown {
    display: none !important;
  }

/*********** FOOTER ***********/

.footer {
  text-align: center;
}

.footer-middle {
  overflow: hidden;
  background-color: var(--sc);
}

.footer-block .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

  .footer .center {
      margin: auto;
      max-width: 90%;
  }

.footer-lower {
  overflow: hidden;
  background-color: #fff;
  padding: 30px 15px;
}

.footer-text-container {
  display: flex;
  justify-content: space-between;
  text-align: left;
  gap: 20px;
  padding: 50px 0px;
}

.footer-text {
  max-width: 420px;
  line-height: 20px;
  font-weight: 400;
}

.footer-logo {
  display: flex;
  width: 300px;
  justify-content: flex-start;
  align-items: center;
}

.footer-logo img {
  max-width: 100%;
  object-fit: contain;
}

.accepted-payments {
  display: none;
  margin: 0 0 20px;
  font-size: 0;
}

  .accepted-payments li {
    display: inline-block;
    width: 50px;
    height: 30px;
    background: url('../img/payment-sprite.png') no-repeat;
  }

  .accepted-payments .method1 {
    background-position: 0 0;
  }

  .accepted-payments .method2 {
    background-position: -50px 0;
  }

  .accepted-payments .method3 {
    background-position: -100px 0;
  }

  .accepted-payments .method4 {
    background-position: -150px 0;
  }

.accepted-paymens .method5 {
  background-position: -200px 0;
}

.accepted-paymens .method6 {
  background-position: -250px 0;
}

.footer-disclaimer,
.footer-powered-by {
  color: #999999;
  font-size: 14px;
}

.footer-powered-by {
  margin: 5px 0 0;
}

  .footer-powered-by a,
  .footer-designed-by a {
    color: var(--pc);
  }

    .footer-powered-by a:hover,
    .footer-designed-by a:hover {
      text-decoration: underline;
    }

.footer-designed-by {
  margin: 10px 0 0;
}

.footer-tax-shipping {
  margin: 15px 0 0;
}

  .footer-store-theme select {
    width: 170px;
  }

/*********** LEFT/RIGHT COLUMN ***********/

.block {
  margin: 0 0 10px;
  text-align: center;
}

  .block .title {
    border: 1px solid #ececec;
    background: #fff url('../img/toggle-arrow.png') right center no-repeat;
    padding: 15px 25px;
    font-size: 16px;
    color: var(--pc);
    font-family: 'Archivo', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
  }

    .block .title strong {
      display: block;
    }

  .block .listbox {
    display: none;
    margin: -1px 0 0;
    border: 1px solid #ececec;
    background-color: #fff;
    padding: 15px 25px;
  }

.html-account-page .block .listbox {
  padding: 15px 0 0px;
}

.block-account-navigation .list a {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  color: #666;
}

.block-account-navigation .list .active a {
  color: var(--pc);
}

.block .listbox:after {
  content: "";
  display: block;
  clear: both;
}

.block .list li {
  padding: 8px 0;
}

.html-account-page .block .list li {
  padding: 0;
}

.block .list a:hover {
  color: var(--pc);
}

.block .sublist li {
  padding: 16px 0 0;
}

.block .view-all {
  margin: 8px 0 4px;
}

  .block .view-all a {
    font-weight: bold;
    color: #333;
  }

    .block .view-all a:hover {
      color: var(--pc);
    }

.block .product-picture {
  display: none;
}

  .block .product-picture img {
    display: block;
    max-width: 100%;
  }

.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;
    }

      .block .tags li a:hover,
      .product-tags-all-page li a:hover {
        color: var(--pc);
      }

.product-tags-all-page ul {
  border: 1px solid #ececec;
  background-color: #fff;
  color: #333;
}

.poll strong {
  display: block;
  margin: 0 0 10px;
  color: #333;
}

.poll-options,
.poll-results {
  margin: 0 0 15px;
  overflow: hidden;
}

  .poll-options li,
  .poll-results li {
    display: inline-block;
    margin: 5px 10px;
  }

    .poll-options li > * {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
    }

.poll .buttons input {
  border: none;
  background-color: var(--pc);
  padding: 10px 20px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
}

  .poll .buttons input:hover {
    outline-color: var(--pc);
  }

.poll-total-votes {
  display: block;
  margin: 10px 0 0;
  font-weight: bold;
}

.home-page-polls {
  position: relative;
  margin: 0 0 60px;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 90px 30px 30px;
  text-align: center;
}

  .home-page-polls:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    width: 46px;
    height: 45px;
    margin: 0 0 0 -23px;
    background: url('../img/polls.png') no-repeat;
  }

  .home-page-polls .title {
    display: none;
  }

  .home-page-polls .poll strong {
    font-size: 16px;
    text-transform: uppercase;
  }

  .home-page-polls .poll-options,
  .home-page-polls .poll-results {
    margin: 0 0 20px;
  }

/********** CATEGORY PAGE **********/

.breadcrumb {
  margin: 0 0 5px;
  text-align: center;
}

  .breadcrumb ul {
    font-size: 0;
  }

  .breadcrumb li {
    display: inline-block;
  }

  .breadcrumb a,
  .breadcrumb strong,
  .breadcrumb .delimiter {
    display: inline-block;
    min-height: 32px;
    /*IE fix*/
    margin: 0 3px;
    font-size: 14px;
    vertical-align: middle;
    color: var(--pc);
  }

  .breadcrumb .delimiter {
    width: 15px;
    background: url('../img/pointer-grey.png') center no-repeat;
    font-size: 0;
  }

  .breadcrumb li:first-child a {
    width: 20px;
    background: url('../img/breadcrumb.png') center no-repeat;
    font-size: 0;
  }

  .breadcrumb li:first-child > span:first-child {
    /*this is on product page*/
    display: inline-block;
    margin: 0 2px;
    font-size: 0;
  }

  .breadcrumb li:first-child > span a {
    /*this is on product page*/
    margin: 0 !important;
  }

.category-description,
.manufacturer-description,
.vendor-description {
  margin: 0 0 30px;
}

  .category-description p,
  .manufacturer-description p,
  .vendor-description p {
    margin: 0 0 20px;
  }

.contact-vendor {
  margin: 0 0 30px;
}

.contact-vendor-button {
  border: none;
  background-color: var(--pc);
  padding: 10px 20px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
}

  .contact-vendor-button:hover {
    outline-color: var(--pc);
  }

.product-filters {
  display: none;
}

.product-selectors {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 11px 0;
  text-align: center;
}

  .product-selectors:after {
    content: "";
    display: block;
    clear: both;
  }

  .product-selectors > div {
    display: inline-block;
    margin: 5px;
  }

  .product-selectors span {
    font-size: 13px;
  }

  .product-selectors select {
    min-width: 65px;
    height: 45px;
    margin: 0 5px;
    padding: 0 10px;
    color: #777;
    text-transform: lowercase;
  }

  .product-selectors .product-viewmode {
    display: none;
  }

.item-box .product-title a {
  display: block;
  margin-top: 10px;
  text-align: center;
  padding: 0 10px;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
}

.flyout-cart-wrapper .price-label,
.flyout-cart-wrapper .price-label-tax,
.wishlist-page .price-label,
.wishlist-page .price-label-tax {
  font-size: 11px;
}

.order-details-page .price-label,
.order-details-page .price-label-tax,
.shopping-cart-page .price-label,
.shopping-cart-page .price-label-tax {
  font-size: 12px;
}

.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;
}

.item-box .actual-price {
  display: block;
  vertical-align: middle;
  font-size: 25px;
  font-weight: 300;
  color: var(--pc) !important;
}

.item-box .old-price {
  padding: 0;
  vertical-align: middle;
  font-size: 15px;
  color: #999;
  margin-bottom: 10px;
  display: block;
  text-align: left;
}

.item-box .base-price {
  display: none;
  padding: 0 4px;
  vertical-align: middle;
  font-size: 13px;
}

.item-box .tax-shipping-info {
  display: none;
  font-size: 13px;
}

.item-box .description {
  display: none;
  margin: 0 0 20px;
  line-height: 25px;
}

.item-box .buttons-upper {
  background-color: #f9f9f9;
  font-size: 0;
}

  /* IKONICE PROIZVODA */

  .item-box .buttons-upper input[type="button"] {
    width: 30px;
    height: 30px;
    margin: 0 8px;
    border: none;
    background-repeat: no-repeat;
    background-color: transparent;
    font-size: 0;
    transition: all 0.2s ease;
  }

.buttons-upper .quick-view-button a {
  background: url(../img/search-grey.png) center no-repeat;
  background-position: center;
}

  .buttons-upper .quick-view-button a:hover {
    background: url(../img/search-red.png) center no-repeat;
    background-color: transparent;
  }

.item-box .buttons-upper .add-to-compare-list-button {
  background-image: url(../img/arrows-grey.png);
  background-position: center;
}

.item-box .buttons-upper .add-to-wishlist-button {
  background-image: url(../img/like-grey.png);
  background-position: center 6px !important;
}

.item-box .buttons-upper .add-to-compare-list-button:hover {
  background-image: url(../img/arrows-red.png);
}

.item-box .buttons-upper .add-to-wishlist-button:hover {
  background-image: url(../img/like-red.png);
}

.item-box .buttons-upper .add-to-cart-button-mobile {
  background-image: url(../img/cart-red.png);
  background-position: center;
}

.item-box .buttons-lower {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
  border: none;
  border-radius: 5px;
  justify-content: center;
}

  .item-box .buttons-lower button {
    display: block;
    width: 100%;
    border: none;
    padding: 5px;
    background-color: var(--pc);
    color: #fff;
    border-color: #0093dd;
    margin-top: 7px;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
  }

    .item-box .buttons-lower button span {
      display: inline-block;
      position: relative;
      height: 18px;
      background-color: transparent;
      padding: 0;
      font-size: 13px;
      font-family: 'Archivo', sans-serif;
      color: #fff;
      text-transform: uppercase;
      transition: all 0.2s ease;
      width: 100%;
    }

.product-grid .item-box:hover .ajax-cart-button-wrapper input + button,
.product-grid .item-box:hover .ajax-cart-button-wrapper select + button {
  padding-left: 43px !important;
}

.ajax-cart-button-wrapper input {
  border: none;
}

.item-box .attribute-squares-wrapper.active {
  margin: 0 0 20px;
}

.item-box .attribute-squares {
  text-align: center;
}

  .item-box .attribute-squares li {
    margin: 4px;
  }

.item-box .attribute-square {
  width: 25px !important;
  height: 15px !important;
}

.home-page-category-grid,
.home-page-category-grid + .slider-wrapper {
  display: none;
}

.category-item,
.sub-category-item,
.manufacturer-item,
.vendor-item {
  position: relative;
  border: 1px solid #ececec;
  background-color: #fff;
}

  .category-item .title,
  .sub-category-item .title,
  .manufacturer-item .title,
  .vendor-item .title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
  }

    .category-item .title a,
    .sub-category-item .title a,
    .manufacturer-item .title a,
    .vendor-item .title a {
      display: block;
      padding: 15px 30px;
      transition: all 0.2s ease;
    }

  .category-item:hover .title a,
  .sub-category-item:hover .title a,
  .manufacturer-item:hover .title a {
    color: var(--pc);
  }

  .category-item .picture,
  .sub-category-item .picture,
  .manufacturer-item .picture,
  .vendor-item .picture {
    margin: 0;
    transition: all 0.3s ease;
  }

  .category-item:hover .picture,
  .sub-category-item:hover .picture {
    opacity: 0.7;
  }

.sub-category-details,
.manufacturer-details,
.vendor-details {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  outline: 8px solid #fff;
  background-color: #fff;
  padding: 15px 30px;
  opacity: 0;
  transition: all 0.3s ease;
}

  .sub-category-details .inner-title,
  .manufacturer-details .inner-title,
  .vendor-details .inner-title {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: bold;
    color: var(--pc);
    text-transform: uppercase;
  }

  .sub-category-details li {
    padding: 5px 0;
  }

    .sub-category-details li a:hover {
      color: var(--pc);
    }

.sub-category-item:hover .sub-category-details,
.manufacturer-item:hover .manufacturer-details,
.vendor-item:hover .vendor-details {
  opacity: 1;
}

.vendor-list:after {
  content: "";
  display: block;
  clear: both;
}

.vendor-list li a:hover {
  color: var(--pc);
}

.product-grid + .product-grid {
  margin: 20px 0 0;
}

.product-grid .title {
  margin: 0 0 10px;
  border-bottom: none !important;
  padding: 0 0 5px;
  font-size: 30px !important;
  color: #333;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  line-height: 30px;
  text-align: left;
}

.home-page .product-grid .title {
  margin: 0 0 20px;
  padding: 0 0 5px;
  font-size: 22px;
  line-height: 30px;
}

.pager {
  margin: 20px 0 20px;
}

  .pager ul {
    text-align: center;
    font-size: 0;
  }

  .pager li {
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
  }

    .pager li > a,
    .pager li > span {
      display: block;
      width: 35px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 14px;
      /*reset zeroing*/
      font-weight: bold;
      cursor: pointer;
    }

      .pager li > a:hover {
        background-color: #eee;
      }

    .pager li > span {
      background-color: var(--pc);
      color: #fff;
      cursor: default;
    }

    .pager li.previous-page a,
    .pager li.next-page a,
    .pager li.first-page a,
    .pager li.last-page a {
      background-image: url('../img/pager-sprite.png');
      background-repeat: no-repeat;
      font-size: 0;
    }

    .pager li.previous-page a {
      background-position: center 0;
    }

    .pager li.next-page a {
      background-position: center -40px;
    }

    .pager li.first-page a {
      width: 30px;
      background-position: center -80px;
    }

    .pager li.last-page a {
      width: 30px;
      background-position: center -120px;
    }

.category-page .page-body .product-grid .item-grid .item-box .buttons-upper .add-to-cart-button-mobile {
  display: none;
}

/********** PRODUCT PAGE **********/

.product-essential {
  margin: 0 0 60px;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 20px;
}

  .product-essential:after {
    content: "";
    display: block;
    clear: both;
  }

.gallery {
  margin: 0 0 20px;
}

  .gallery .picture {
    position: relative;
    width: 320px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    font-size: 0;
  }

    .gallery .picture a {
      display: inline-block;
      max-width: 100%;
    }

    .gallery .picture img {
      max-width: 100%;
    }

  .gallery .picture-thumbs {
    margin: 20px 0 0;
    font-size: 0;
  }

  .gallery .thumb-item {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px 10px;
    overflow: hidden;
  }

    .gallery .thumb-item img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
      transition: all 0.2s ease;
    }

    .gallery .thumb-item:hover img {
      opacity: 0.7;
    }

.overview {
  position: relative;
  margin: 0 0 20px;
}

  .overview .discontinued-product {
    margin: 0 0 25px;
    color: var(--pc);
    text-transform: uppercase;
  }

.html-product-details-page .product-name {
  padding: 0 5px 10px;
  margin: 0 0 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}

.bottom-devider {
  margin: 10px 0px;
  border: 1px solid #ddd;
}

.html-product-details-page .product-name h1 {
  font-size: 22px;
  color: var(--pc);
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
}

.product-reviews-overview {
  margin: 0 0 40px;
  overflow: hidden;
}

  .product-reviews-overview a:hover {
    text-decoration: underline;
  }

.product-review-box {
  display: inline-block;
  margin: 0 0 5px;
}

  .product-review-box .rating {
    width: 80px;
    height: 13px;
    background: url('../img/rating-sprite.png') left top repeat-x;
  }

    .product-review-box .rating div {
      height: 13px;
      background: var(--pc) url('../img/rating-sprite.png') left bottom repeat-x;
    }

.overview .prices,
.variant-overview .prices {
  margin: 0 0 10px;
  overflow: hidden;
}

  .overview .prices > div,
  .variant-overview .prices > div {
    margin: 0 0 5px;
  }

.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
  font-size: 17px;
  text-decoration: line-through;
}

.overview .old-product-price {
  font-family: 'Archivo', 'sans-serif';
  font-size: 17px;
  color: var(--pc);
}

.overview .product-price,
.variant-overview .product-price {
  font-size: 24px;
  font-weight: bold;
  color: #00a1b1;
}

.overview .rental-price,
.variant-overview .rental-price {
  margin-bottom: 0 !important;
  color: #333;
}

.overview .tax-shipping-info,
.variant-overview .tax-shipping-info {
  font-size: 13px;
}

  .overview .tax-shipping-info a,
  .variant-overview .tax-shipping-info a {
    cursor: auto;
  }

.overview .base-price-pangv,
.variant-overview .base-price-pangv {
  display: block !important;
}

.overview .short-description {
  margin: 0 0 40px;
  line-height: 25px;
}

.overview .prices + .short-description {
  margin-top: -5px;
}

.overview .value a,
.variant-overview .value a {
  color: var(--pc);
}

  .overview .value a:hover,
  .variant-overview .value a:hover {
    text-decoration: underline;
  }

.download-sample {
  margin: 0 0 30px;
}

.download-sample-button {
  display: inline-block;
  height: 40px;
  border: none;
  background: #777 url('../img/product-sprite-2.png') left -40px no-repeat;
  padding: 10px 15px 10px 35px;
  color: #777;
  transition: all 0.2s ease;
}

  .download-sample-button:hover {
    background-color: var(--pc);
  }

.overview .stock,
.variant-overview .stock {
  margin: 0 0 10px;
}

  .overview .stock .value,
  .variant-overview .stock .value {
    font-weight: bold;
    color: #333;
  }

.back-in-stock-subscription {
  margin: 0 0 30px;
  font-size: 0;
}

  .back-in-stock-subscription .subscribe-button {
    border: none;
    background: #888 url('../img/product-sprite-2.png') left 0 no-repeat;
    padding: 10px 15px 10px 35px;
    color: #777;
    transition: all 0.2s ease;
  }

    .back-in-stock-subscription .subscribe-button:hover {
      background-color: var(--pc);
    }

.customer-entered-price {
  margin: 0 0 20px;
}

  .customer-entered-price .price-input {
    padding: 10px 0;
  }

  .customer-entered-price .enter-price-input {
    width: 75px;
    margin: 0 5px;
  }

  .customer-entered-price .price-range {
    color: #333;
  }

.overview .add-to-cart,
.variant-overview .add-to-cart {
  margin: 0 0 20px;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
  font-size: 0;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
  display: inline-block;
}

  .overview .add-to-cart-panel > *,
  .variant-overview .add-to-cart-panel > * {
    float: left;
  }

.overview .qty-label,
.variant-overview .qty-label {
  display: none !important;
}

.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
  min-width: 45px !important;
  max-width: 150px !important;
  transition: width 0.25s;
  text-align: center;
  height: 45px;
  margin: 0 5px 0 0;
  font-size: 14px;
  color: #605d5c;
  border-radius: 5px;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.call-for-price-button,
#customer-info-input-btn-submit {
  height: 38px;
  border: none;
  background: #009EE0 url('../img/cart-3.png') no-repeat left 20px center;
  padding: 0 28px 0 48px;
  font-size: 13px;
  font-family: 'Archivo', sans-serif;
  color: #fff;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
  border-radius: 0.5rem;
}

#customer-info-input-btn-submit,
.call-for-price-button {
  background: #009EE0 url('../img/icon-call.png') no-repeat left 20px center;
  background-size: 22px;
  background-position: 95% center;
}

.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
  outline-color: #5fcae5;
  background-color: #5fcae5;
}

.overview .pre-order-availability-date,
.variant-overview .pre-order-availability-date {
  position: absolute;
  right: 0;
  left: 0;
  margin: 5px auto 0;
}

.overview-buttons {
  font-size: 0;
}

  .overview-buttons div {
    display: inline-block;
    margin: 0 2px;
  }

.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button {
  display: inline-block;
  height: 37px;
  width: 37px;
  border: none;
  background-color: #888;
  background-image: url('../img/product-sprite-1.png');
  background-repeat: no-repeat;
  font-size: 0;
  transition: all 0.2s ease;
}

.product-name .overview-buttons-wrapper {
    display: inline-flex;
}

.product-name .add-to-wishlist-button {
  display: inline-block;
  border: none;
  background-color: var(--pc);
  background-repeat: no-repeat;
  font-size: 0;
  transition: all 0.2s ease;
  width: 38px;
  height: 38px;
  background-image: url('../img/img_marquise/heart.png');
  background-position: center;
  border-radius: 5px;
}

.product-name .compare-products .add-to-compare-list-button {
  display: inline-block;
  border: none;
  background-color: var(--pc);
  background-repeat: no-repeat;
  font-size: 0;
  transition: all 0.2s ease;
  width: 38px;
  height: 38px;
  background-image: url('../img/compare.svg');
  background-position: center;
  border-radius: 5px;
  margin-right: 10px;
  transform: rotate(90deg);
  background-size: 18px;
}

.overview .add-to-compare-list-button {
  background-position: -37px center;
}

.overview .email-a-friend-button {
  background-position: -74px center;
}

  .overview .add-to-wishlist-button:hover,
  .variant-overview .add-to-wishlist-button:hover,
  .overview .add-to-compare-list-button:hover,
  .overview .email-a-friend-button:hover {
    background-color: var(--pc);
  }

.overview-bottom {
  margin: 40px 0 0;
}

.product-social-buttons {
  margin: 0 0 25px;
}

  .product-social-buttons label {
    display: none;
    margin: 0 8px 0 0;
    font-size: 13px;
  }

  .product-social-buttons ul {
    display: inline-block;
    margin: 0;
  }

  .product-social-buttons li {
    position: relative;
    z-index: 0;
    margin: 0;
  }

    .product-social-buttons li:hover {
      z-index: 1;
    }

    .product-social-buttons li a {
      width: 26px;
      height: 24px;
      background: url('../img/social-sprite-2.png') no-repeat;
      outline: 1px solid transparent;
      transition: all 0.2s ease;
    }

  .product-social-buttons .facebook a {
    background-color: #5f7ca7;
    background-position: 0 0;
  }

  .product-social-buttons .twitter a {
    background-color: #5dc4e6;
    background-position: -26px 0;
  }

  .product-social-buttons .pinterest a {
    background-color: #e56363;
    background-position: -52px 0;
  }

  .product-social-buttons .google a {
    background-color: #4f4f4f;
    background-position: -78px 0;
  }

  .product-social-buttons .facebook a:hover {
    outline-color: #5f7ca7;
  }

  .product-social-buttons .twitter a:hover {
    outline-color: #5dc4e6;
  }

  .product-social-buttons .pinterest a:hover {
    outline-color: #e56363;
  }

  .product-social-buttons .google a:hover {
    outline-color: #4f4f4f;
  }

.group-product .product-social-buttons {
  margin: 20px 0 0;
}

.overview-bottom .delivery,
.variant-overview .delivery {
  margin: 0 -20px -20px;
  background-color: #eaeaea;
  padding: 10px 0;
}

.variant-overview .delivery {
  margin-top: 40px;
}

  .overview-bottom .delivery > div,
  .variant-overview .delivery > div {
    display: inline-block;
    margin: 8px 50px;
    background-image: url('../img/delivery-sprite.png');
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    font-size: 13px;
  }

.overview-bottom .delivery-date,
.variant-overview .delivery-date {
  background-position: left 0;
}

.overview-bottom .free-shipping,
.variant-overview .free-shipping {
  background-position: left -19px;
}

.product-collateral {
  margin: 0 0 60px;
  border: 1px solid #ececec;
  background-color: #fff;
}

  .product-collateral .title {
    background-color: #eaeaea;
    padding: 25px 30px;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
  }

  .product-collateral .full-description {
    padding: 10px 30px;
    line-height: 30px;
  }

.tier-prices .prices-table {
  overflow: hidden;
}

.tier-prices .prices-row {
  float: left;
  width: 50%;
}

  .tier-prices .prices-row > div {
    border-top: 1px solid #ececec;
    padding: 15px 30px;
  }

  .tier-prices .prices-row.thead > div {
    border-right: 1px solid #ececec;
  }

.tier-prices .field-header {
  border-top: none !important;
}

.tier-prices .item-price {
  color: var(--pc);
}

.product-specs-box .data-table,
.product-specs-box .attribute-squares span {
  border: none;
}

  .product-specs-box .data-table td {
    position: relative;
    width: 50%;
    border-left: 1px solid #ececec;
    padding: 15px 30px;
    text-align: start;
    vertical-align: top;
  }

  .product-specs-box .data-table tr:first-child td {
    border-top: none;
  }

  .product-specs-box .data-table td:first-child {
    border-left: none;
  }

.product-specs-box .attribute-square {
  width: 35px !important;
  height: 20px !important;
  cursor: auto;
}

.product-tags-list {
  padding: 25px 20px;
  font-size: 0;
}

  .product-tags-list li {
    display: inline-block;
    font-size: 14px;
    /*reset zeroing*/
  }

    .product-tags-list li.separator {
      margin: 0 5px 0 3px;
    }

  .product-tags-list a {
    display: inline-block;
    line-height: 24px;
  }

    .product-tags-list a:hover {
      color: var(--pc);
    }

.product-variant-line {
  margin: 0 0 30px;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 20px;
}

  .product-variant-line:after {
    content: "";
    display: block;
    clear: both;
  }

.variant-picture {
  position: relative;
  width: 300px;
  max-width: 100%;
  margin: 0 auto 15px;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

  .variant-picture img {
    max-width: 100%;
  }

.variant-overview {
  width: 100%;
}

  .variant-overview .variant-name {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }

  .variant-overview .variant-description {
    margin: 0 0 25px;
    line-height: 30px;
  }

  .variant-overview .prices + .variant-description {
    margin-top: -5px;
  }

.attributes .qty-box label,
.attribute-squares .tooltip-container,
.ui-tabs .ui-tabs-hide {
  display: none;
}

.attributes {
  margin: 30px 0;
}

  .attributes dl {
    overflow: hidden;
  }

  .attributes dt {
    display: block;
    margin: 0 0 5px;
    white-space: nowrap;
    font-weight: bold;
    color: #605d5c;
    font-size: 14px;
    font-family: 'Archivo', sans-serif;
  }

  .attributes dd {
    margin: 0 0 10px;
  }

  .attributes li {
    margin: 8px 0 12px;
  }

  .attributes input[type="text"],
  .attributes select {
    min-width: 100px;
    max-width: 100%;
    height: 38px;
  }

  .attributes select {
    width: auto;
    max-width: 100%;
    color: #605d5c;
  }

  .attributes .qty-box {
    margin: 0 0 0 10px;
  }

    .attributes .qty-box input {
      width: 50px;
      min-width: 0;
    }

  .attributes .option-list label {
    margin: 0 5px;
  }

.attribute-item {
  margin: 0 0 10px;
}

.attribute-label {
  margin: 0 0 3px;
}

.attributes .datepicker {
  width: 280px;
  text-align: center;
}

.ui-datepicker {
  width: 280px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  text-align: center;
  font-size: 13px;
}

.ui-datepicker-header {
  position: relative;
  height: 35px;
  background-color: #00a1b1;
  color: #fff;
}

  .ui-datepicker-header a {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 32px;
    height: 35px;
    background-image: url('../img/calendar-sprite.png');
    background-repeat: no-repeat;
    font-size: 0;
  }

    .ui-datepicker-header a.ui-datepicker-prev {
      left: 0;
      background-position: 0 center;
    }

    .ui-datepicker-header a.ui-datepicker-next {
      right: 0;
      background-position: -32px center;
    }

.ui-datepicker-title {
  position: relative;
  z-index: 0;
  line-height: 35px;
  font-weight: bold;
  text-transform: uppercase;
}

.ui-datepicker-calendar th {
  background-color: #eee;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  width: 14.285%;
  border: 1px solid #ececec;
}

  .ui-datepicker-calendar th span,
  .ui-datepicker-calendar td a {
    display: block;
    min-height: 32px;
    line-height: 32px;
  }

.ui-datepicker-calendar .ui-state-active {
  outline: 1px solid #00a1b1;
  background-color: #00a1b1;
  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-square-container {
  display: block;
  border: 1px solid transparent;
  position: relative;
  z-index: 0;
}

  .attribute-square-container span {
    display: block !important;
    width: 40px !important;
    height: 24px !important;
    background-size: 100% !important;
    cursor: pointer;
  }

.selected-value .attribute-square-container {
  border-color: #888;
}

.attribute-square-container[title~=White] span {
  border: 1px solid #ccc;
}

.selected-value .attribute-square-container[title~=White] span {
  border-color: transparent;
}

.attribute-squares input[type="radio"] {
  position: relative;
  z-index: -1;
  margin: -32px 0 0;
}

.giftcard {
  margin: 0 0 20px;
  overflow: hidden;
  clear: both;
}

  .giftcard div {
    margin: 0 0 10px;
  }

  .giftcard label {
    display: block;
    margin: 0 0 5px;
  }

  .giftcard input,
  .giftcard textarea {
    width: 350px;
    max-width: 100%;
  }

  .giftcard textarea {
    height: 150px;
  }

.back-in-stock-subscription-page {
  padding: 10px;
}

  .back-in-stock-subscription-page .button-1 {
    margin: 15px 0 0;
    border: none;
    background-color: var(--pc);
    padding: 10px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
  }

    .back-in-stock-subscription-page .button-1:hover {
      outline-color: var(--pc);
    }

.ui-tabs {
  margin: 0 0 60px;
}

  .ui-tabs .ui-tabs-nav {
    margin: 0 0 -1px;
  }

    .ui-tabs .ui-tabs-nav li {
      border-bottom: 1px solid #ddd;
    }

      .ui-tabs .ui-tabs-nav li a {
        position: relative;
        display: block;
        padding: 15px 22px;
        font-size: 15px;
        text-transform: uppercase;
        color: #605d5c;
        font-weight: 700;
      }

        .ui-tabs .ui-tabs-nav .ui-tabs-active a,
        .ui-tabs .ui-tabs-nav li a:hover {
          color: var(--pc);
        }

        .ui-tabs .ui-tabs-nav li a:after {
          content: "";
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 100%;
          height: 3px;
          background-color: var(--pc);
          opacity: 0;
          transition: all 0.2s ease;
        }

    .ui-tabs .ui-tabs-nav .ui-tabs-selected a:after,
    .ui-tabs .ui-tabs-nav .ui-tabs-active a:after {
      opacity: 1;
    }

  .ui-tabs .ui-tabs-panel {
    border: 1px solid #ececec;
    background-color: #fff;
    padding: 20px;
  }

    .ui-tabs .ui-tabs-panel p {
      margin: 10px 0;
      line-height: 30px;
    }

/********** PRODUCT DOCUMENTS **********/

.product-files-container {
  margin: 10px 0px;
  padding: 5px 0;
}

  .product-files-container #doc-collapsible {
    margin: 10px 0;
    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/document-icon-tehno.png);
      background-repeat: no-repeat;
      font-size: 0;
      background-position: center;
      background-size: 25px;
    }

    .product-files-container #doc-collapsible .arrow-down-icon {
      background: url(../img/arrow-down-tehno.png) no-repeat center center;
      background-size: 25px;
      content: "";
      display: block;
      position: relative;
      width: 25px;
      height: 20px;
    }

    .product-files-container #doc-collapsible .arrow-up-icon {
      background: url(../img/arrow-down-tehno.png) no-repeat center center;
      background-size: 25px;
      content: "";
      display: block;
      position: relative;
      transition: .3s !important;
      transform: rotate(180deg) !important;
      width: 25px;
      height: 20px;
    }

    .product-files-container #doc-collapsible .attachment-title {
      font-weight: bold;
      color: var(--pc);
      font-family: 'Archivo', sans-serif;
      font-size: 16px;
      margin: 0 5px;
    }

  .product-files-container .product-documents {
    display: -webkit-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: -webkit-flex;
        display: flex;
        color: #888888;
        align-items: center;
      }

        .product-files-container .product-documents .product-document-div a span {
          width: 80%;
          word-wrap: break-word;
          font-size: 12px;
          color: black;
        }

      .product-files-container .product-documents .product-document-div .document-icon {
        height: 21px;
        width: 21px;
        margin-right: 5px;
        background: url('../img/document-icon-tehno.png') center no-repeat;
        background-size: 20px;
      }

/********** PRODUCT REVIEWS **********/
.product-reviews-page h1 a {
  text-transform: none;
}

  .product-reviews-page h1 a:hover {
    color: var(--pc);
  }

  .product-reviews-page h1 a:before,
  .product-reviews-page h1 a:after {
    content: "''";
  }

.product-reviews-page .page-body {
  max-width: 820px;
  margin: auto;
  border: 1px solid #ececec;
  background-color: #fff;
}

.product-reviews-page .title {
  background-color: #5fcae5;
  padding: 25px 30px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 1rem;
}

.product-review-item {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding: 30px;
}

.ui-tabs .product-review-item {
  padding: 30px 0;
}

.product-review-item:last-child {
  border-bottom: none;
}

.product-review-item .product-review-box {
  margin: 0 0 5px;
}

.product-review-item .review-title {
  margin: 0 0 20px;
  font-weight: bold;
}

.product-review-item .review-text {
  margin: 0 0 20px;
  line-height: 25px;
}

.product-review-item .review-info {
  margin: 0 0 5px;
}

  .product-review-item .review-info .separator {
    margin: 0 5px 0 0;
  }

  .product-review-item .review-info label,
  .product-review-helpfulness .vote {
    font-weight: bold;
  }

  .product-review-item .review-info a,
  .product-review-item .review-info .date span,
  .product-review-helpfulness .vote {
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
  }

.review-type-rating-ext .review-title,
.write-review .tooltip-text,
.product-reviews-page .result {
  display: none;
}

.product-review-helpfulness .vote:hover {
  color: var(--pc);
}

.product-review-helpfulness .question {
  margin: 0 5px 0 0;
}

.product-review-helpfulness .result {
  margin: 0 0 0 10px;
}

.write-review form {
  padding: 30px;
}

.write-review .form-fields {
  margin: 0 0 15px;
}

.write-review .review-rating {
  margin: 0 0 20px;
  text-align: center;
}

  .write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
  }

.review-rating ul {
  font-size: 0;
  vertical-align: middle;
}

.write-review .review-rating li {
  display: inline-block;
  margin: 0 5px;
  cursor: default;
  vertical-align: middle;
  font-size: 14px;
  height: 17px;
}

  .write-review .review-rating li.first {
    color: var(--pc);
  }

  .write-review .review-rating li:nth-child(2) {
    padding-top: 2px;
  }

    .write-review .review-rating li:nth-child(2) input {
      vertical-align: baseline;
    }

  .write-review .review-rating li.last {
    color: #4fbb41;
  }

.write-review .review-rating + div {
  margin: 10px 0 0;
}

.write-review .buttons {
  margin: 0 0 10px;
}

.write-review .button-1 {
  border: none;
  background-color: var(--pc);
  padding: 15px 30px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
  border-radius: 1rem;
}

  .write-review .button-1:hover {
    outline-color: var(--pc);
  }

.product-reviews-page .message-error {
  margin: 0 0 20px;
  padding: 0 30px;
}

.product-review-item .reply {
  clear: both;
  border-top: 30px solid #fff;
  /*margin replacement*/
  padding: 20px;
  background: #eaeaea;
}

.product-review-item .reply-header {
  margin: 0 0 10px;
  font-weight: bold;
}

/********** WISHLIST & COMPARE LIST **********/

.wishlist-content .message-error {
  margin: 0 0 20px;
}

.wishlist-content .table-wrapper {
  margin: 0 0 10px;
}

.discount-additional-info {
  margin: 5px 0 0;
  font-weight: normal;
  color: #777;
}

.wishlist-content .buttons {
  margin: 0 0 15px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 40px;
  font-size: 0;
}

  .wishlist-content .buttons:after {
    content: "";
    display: block;
    clear: both;
  }

.update-wishlist-button,
.wishlist-add-to-cart-button {
  width: 300px;
  max-width: 100%;
  height: 45px;
  margin: 0 0 10px;
  border: none;
  font-size: 14px;
  font-family: 'Archivo', sans-serif;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
}

.update-wishlist-button {
  background: var(--pc) url('../img/cart-sprite.png') left -45px no-repeat;
  color: #000;
}

  .update-wishlist-button:hover {
    outline-color: #fff;
    color: var(--pc);
  }

.wishlist-add-to-cart-button {
  background: var(--pc) url('../img/cart-button-2.png') left center no-repeat;
  color: #fff;
}

  .wishlist-add-to-cart-button:hover {
    outline-color: var(--pc);
  }

.email-a-friend-wishlist-button,
.compare-products-table,
.compare-products-table .full-description {
  display: none;
}

.wishlist-content .tax-shipping-info {
  margin: 0 0 15px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

.wishlist-page .share-info {
  text-align: center;
}

  .wishlist-page .share-info a {
    color: var(--pc);
  }

    .wishlist-page .share-info a:hover {
      text-decoration: underline;
    }

.compare-products-page {
  position: relative;
}

  .compare-products-page .clear-list {
    display: inline-block;
    margin: 0 0 20px;
    font-size: 13px;
    text-transform: uppercase;
  }

  .compare-products-page .remove-button {
    display: inline-block;
    width: 37px;
    height: 37px;
    border: none;
    background: #777 url('../img/account-sprite.png') center -37px no-repeat;
    font-size: 0;
    transition: all 0.2s ease;
  }

    .compare-products-page .remove-button:hover {
      background-color: var(--pc);
    }

  .compare-products-page img {
    max-width: 100%;
  }

.compare-products-table .product-name td {
  background: #eaeaea;
}

.compare-products-table .product-price td {
  font-size: 15px;
  font-weight: bold;
  color: #009ee0 !important;
}

  .compare-products-table .product-price td:first-child {
    color: #777;
    font-weight: normal;
  }

.compare-products-table-mobile img {
  max-width: 100px;
}

/*********** TOPICS ***********/

.topic-block {
  margin: 0 0 20px;
}

.topic-block-title {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
}

  .topic-block-title h2 {
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
  }

.topic-block-body {
  line-height: 30px;
}

.topic-block a,
.topic-page a {
  text-decoration: underline;
}

.topic-page .page-body {
  line-height: 30px;
}

.home-page .topic-block {
  margin: 0 0 50px;
}

.home-page .topic-block-title {
  margin: 0 0 20px;
  padding: 0 0 5px;
}

  .home-page .topic-block-title h2 {
    font-size: 22px;
  }

.popup-window .topic-page {
  padding: 15px;
}

.not-found-page p,
.forbidden-page p {
  margin: 30px 0;
}

.topic-password {
  max-width: 600px;
  margin: auto;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 30px;
  text-align: center;
}

.enter-password-title {
  margin: 0 0 25px;
  color: var(--pc);
}

.enter-password-form {
  display: inline-block;
  font-size: 0;
}

  .enter-password-form input[type="password"] {
    width: 100%;
    height: 40px;
    margin: 0 0 30px;
    padding: 0 12px;
    font-size: 14px;
  }

  .enter-password-form input[type="submit"] {
    min-width: 120px;
    border: none;
    background-color: var(--pc);
    padding: 15px 30px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
  }

    .enter-password-form input[type="submit"]:hover {
      outline-color: var(--pc);
    }

/*********** CONTACT & EMAIL A FRIEND ***********/

.contact-page .page-body,
.email-a-friend-page .page-body,
.apply-vendor-page .page-body {
  max-width: 600px;
  margin: auto;
  border: 1px solid #ececec;
  background-color: #fff;
}

.contact-page .topic-block,
.email-a-friend-page .topic-block,
.apply-vendor-page .topic-block {
  margin: 0;
  background-color: #eaeaea;
  padding: 25px 30px;
  text-align: center;
}

.contact-page .topic-block-title,
.email-a-friend-page .topic-block-title,
.apply-vendor-page .topic-block-title {
  display: none;
}

.contact-page form,
.email-a-friend-page form,
.apply-vendor-page form,
.contact-page .result,
.email-a-friend-page .result,
.apply-vendor-page .result {
  padding: 30px;
}

.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 .buttons,
.email-a-friend-page .buttons,
.apply-vendor-page .buttons {
  margin: 0 0 10px;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
  border: none;
  background-color: var(--pc);
  padding: 15px 30px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
}

  .contact-page .button-1:hover,
  .email-a-friend-page .button-1:hover,
  .apply-vendor-page .button-1:hover {
    outline-color: var(--pc);
  }

.email-a-friend-page .title {
  background-color: #eaeaea;
  padding: 25px 30px;
}

  .email-a-friend-page .title h2 {
    font-size: 15px;
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
  }

/********** REGISTRATION & LOGIN  **********/

.registration-page .page-body,
.login-page .customer-blocks,
.external-authentication,
.password-recovery-page .page-body {
  max-width: 600px;
  margin: auto;
  border: 1px solid #ececec;
  background-color: #fff;
}

.registration-page .message-error,
.account-page .message-error {
  padding: 30px;
}

.registration-page .fieldset,
.login-page .fieldset {
  margin: 0;
}

.registration-page .form-fields,
.login-page .inner-wrapper,
.external-authentication,
.password-recovery-page .page-body {
  padding: 30px;
}

.gender {
  display: inline-block;
}

  .gender * {
    display: inline !important;
    margin: 0 5px 0 0;
    vertical-align: middle;
    line-height: 32px;
    font-weight: normal !important;
  }

  .gender label {
    margin: 0 10px 0 0;
  }

.date-of-birth div {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

.date-of-birth select {
  width: 32%;
  /*birth-date selectors, always single line*/
}

  .date-of-birth select + select {
    margin: 0 0 0 2%;
  }

#check-availability-button {
  margin: 10px 0 0;
  border: none;
  background: #888 url('../img/product-sprite-2.png') left -80px no-repeat;
  padding: 10px 15px 10px 35px;
  color: #777;
  transition: all 0.2s ease;
}

  #check-availability-button:hover {
    background-color: var(--pc);
  }

#username-availabilty {
  display: block;
  text-align: center;
  font-size: 13px;
}

  #username-availabilty:empty,
  .login-page .inner-wrapper {
    display: none;
  }

.vat-status,
.vat-note {
  display: block;
  margin: 10px 0 -10px;
  text-align: center;
  font-size: 13px;
  /*reset zeroing*/
  white-space: normal;
}

  .vat-status em,
  .vat-note em {
    font-style: normal;
  }

.new-accept-privacy-policy {
  position: relative;
  margin: -20px 0 20px;
  text-align: center;
}

  .new-accept-privacy-policy > * {
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
    font-size: 13px;
  }

  .new-accept-privacy-policy .read {
    color: var(--pc);
    cursor: pointer;
  }

    .new-accept-privacy-policy .read:hover {
      text-decoration: underline;
    }

.registration-page .buttons,
.login-page .buttons {
  margin: 0 0 40px;
}

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1 {
  min-width: 120px;
  border: none;
  background-color: var(--pc);
  padding: 15px 30px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
  margin: 4px 0;
}

  .registration-page .button-1:hover,
  .registration-result-page .button-1:hover,
  .login-page .button-1:hover,
  .password-recovery-page .button-1:hover,
  .account-page .button-1:hover,
  .return-request-page .button-1:hover,
  .user-agreement-page .button-1:hover {
    outline-color: var(--pc);
  }

  .registration-page .button-1:hover {
    outline-color: #5FCAE5;
    background: #5FCAE5
  }

.registration-page input[type="file"] {
  display: none;
}

.registration-page .custom-file-upload {
  max-width: 100px;
  background-color: var(--pc);
  padding: 10px;
  font-size: 12px;
  color: #fff;
  transition: all 0.2s ease;
  border-radius: .5rem;
  text-align: center;
  cursor: pointer;
}

.registration-page #num-of-uploaded-files {
  font-size: 14px;
  color: black;
  margin-top: 9px;
  margin-left: 5px;
}

.registration-page .file-upload-and-file-num {
  display: flex;
  justify-content: flex-start;
}

.registration-result-page .result {
  margin: 40px 0;
  text-align: center;
}

.login-page .page-body {
  padding: 104px 0 0;
}

.login-page .customer-blocks {
  position: relative;
  margin: 0 auto 30px;
}

  .login-page .customer-blocks .title {
    position: absolute;
    width: 100%;
    background-color: var(--pc);
    padding: 17px 22px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }

.login-page .new-wrapper .title {
  top: -104px;
  left: 0;
}

.login-page .returning-wrapper .title {
  top: -52px;
  right: 0;
}

.login-page .message-error {
  margin: 0 0 20px;
}

.login-page .customer-blocks .fieldset {
  position: static;
}

.login-page .customer-blocks .title.active {
  background-color: var(--pc);
  color: #fff;
}

.login-page .customer-blocks .text {
  margin: 15px 0 45px;
}

.login-page .inner-wrapper.show {
  display: block;
}

.login-page .inputs.reversed {
  white-space: normal;
}

  .login-page .inputs.reversed > * {
    display: inline-block;
    width: auto;
    margin: 0 3px;
    vertical-align: middle;
    font-size: 16px;
    /*reset zeroing*/
    font-weight: normal;
  }

.login-page .forgot-password a {
  margin-left: 10px;
}

  .login-page .forgot-password a:hover {
    color: var(--pc);
  }

.login-page .buttons,
.external-authentication .buttons,
.password-recovery-page .buttons {
  margin: 30px 0 10px;
}

.login-page .checkout-as-guest-button {
  background-color: transparent !important;
  padding: 15px 16px;
  color: #fff;
  outline: 1px solid transparent;
}

  .login-page .checkout-as-guest-button:hover {
    outline-color: var(--pc) !important;
  }

.login-page .customer-blocks + .topic-block,
.login-page .external-authentication + .topic-block {
  margin: 60px 0 0;
}

.external-authentication {
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
}

  .external-authentication fieldset {
    float: none !important;
  }

  .external-authentication .facebook-btn {
    width: 220px;
    height: 35px;
    margin-top: -15px;
    background: url('../img/fb-login.png') center no-repeat !important;
  }

.password-recovery-page .tooltip {
  margin: 0 0 30px;
}

.password-recovery-page .result {
  margin: 0 0 20px;
  color: var(--pc);
}

#login-modal-window-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1100;
}

.login-modal-window-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  margin: auto;
  width: 800px;
  max-width: 90%;
  height: 700px;
  max-height: 90%;
  background-color: #fff;
  box-shadow: 0 0 30px 10px #666;
  overflow: auto;
  z-index: 1105;
}

  .login-modal-window-wrapper .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 37px;
    margin: 13px;
    overflow: hidden;
    border: none;
    background: #f0f0f0 url('../img/close.png') center no-repeat;
    font-size: 0;
    cursor: pointer;
  }

/********** ACCOUNT PAGES  **********/

.customer-pages-body .master-column-wrapper {
  overflow: hidden;
}

.block-account-navigation .list a:before {
  content: "";
  display: inline-block;
  width: 52px;
  height: 52px;
  background-color: transparent;
  background-image: url('../img/account-nav-sprite.png');
  background-repeat: no-repeat;
  vertical-align: top;
  opacity: 0.5;
}

.block-account-navigation .customer-info a:before {
  background-position: center 0;
}

.block-account-navigation .customer-addresses a:before {
  background-position: center -52px;
}

.block-account-navigation .customer-orders a:before {
  background-position: center -104px;
}

.block-account-navigation .customer-transactions a:before {
  background-image: url(../img/transactions.png);
  opacity: 1;
  background-size: 30px;
  background-position: center;
}

.block-account-navigation .customer-undeliveredlines a:before {
  background-image: url(../img/underliveredlines.png);
  opacity: 0.8;
  background-size: 20px;
  background-position: center;
}

.block-account-navigation .customer-finance a:before {
  background-image: url(../img/finance.png);
  opacity: 1;
  background-size: 35px;
  background-position: center;
}

.block-account-navigation .favorites a:before {
  background-image: url(../img/favorite-icon.png);
  opacity: 0.8;
  background-size: 25px;
  background-position: center;
}

.block-account-navigation .customer-mylist,
.block-account-navigation .customer-purchasehistory {
  margin-left: 35px;
}

  .block-account-navigation .customer-mylist a:before,
  .block-account-navigation .customer-purchasehistory a:before {
    background-image: none;
    opacity: 1;
    background-size: initial;
    background-position: center;
    content: '\2022';
    width: auto;
    height: auto;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 30px;
  }

.block-account-navigation .return-requests a:before {
  background-position: center -156px;
}

.block-account-navigation .downloadable-products a:before {
  background-position: center -208px;
}

.block-account-navigation .back-in-stock-subscriptions a:before {
  background-position: center -260px;
}

.block-account-navigation .reward-points a:before {
  background-position: center -312px;
}

.block-account-navigation .change-password a:before {
  background-position: center -364px;
}

.block-account-navigation .customer-avatar a:before {
  background-position: center -416px;
}

.block-account-navigation .forum-subscriptions a:before {
  background-position: center -468px;
}

.block-account-navigation .customer-reviews a:before {
  background-position: center -520px;
}

.block-account-navigation .customer-gdpr a:before {
  background-position: center -572px;
}

.block-account-navigation .customer-check-gift-card-balance a:before {
  background-position: center -624px;
}

.account-page .page-title {
  border-width: 0;
}

.account-page .page-body {
  position: relative;
  border: 1px solid #ececec;
  background-color: #fff;
}

  .account-page .page-body:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }

.account-page .fieldset,
.account-page .section {
  border-top: 1px solid #f3f3f3;
  margin: 0 0 10px;
}

  .account-page .fieldset .title,
  .account-page .section .title {
    margin: 0 0 -10px;
    background-color: transparent;
    padding: 40px 30px 0;
    font-size: 18px;
    text-transform: none;
  }

.account-page .form-fields,
.account-page .edit-address {
  max-width: 600px;
  margin: auto;
  padding: 30px;
}

  .account-page .form-fields a {
    color: var(--pc);
  }

    .account-page .form-fields a:hover {
      text-decoration: underline;
    }

.account-page .buttons,
.account-page .add-button {
  border-top: 1px solid #f3f3f3;
  padding: 30px;
}

.account-page .no-data {
  padding: 30px;
}

.account-page .table-wrapper {
  padding: 0 30px;
}

  .account-page .table-wrapper + .pager,
  .account-page .product-review-item + .pager {
    margin-top: 20px;
  }

  .account-page .table-wrapper + .buttons {
    border: none;
    /*there will be a border if a pager is present*/
  }

.account-page .email-to-revalidate,
.account-page .email-to-revalidate-note {
  display: block;
  margin: 10px 0 -5px;
  font-size: 13px;
}

.account-page .accept-consent {
  margin: 0;
}

  .account-page .accept-consent label {
    display: inline-block;
    width: auto;
    margin: 0 0 0 5px;
    font-weight: normal;
  }

.account-page ul.info,
.account-page ul.details {
  padding: 30px;
  line-height: 25px;
}

  .account-page ul.info li.name {
    display: none;
    margin: 0 0 10px;
    font-weight: bold;
  }

  .account-page ul.info li.email label {
    display: none;
  }

  .account-page ul.info li.country {
    margin: 10px 0 0;
    font-weight: bold;
    text-transform: uppercase;
  }

  .account-page ul.info + .buttons {
    margin: 0 0 30px;
    border: none;
    padding: 0;
    font-size: 0;
  }

    .account-page ul.info + .buttons input {
      display: inline-block;
      width: 37px;
      height: 37px;
      margin: 0 2px;
      border: none;
      background-color: #777;
      background-image: url('../img/account-sprite.png');
      background-repeat: no-repeat;
      font-size: 0;
      transition: all 0.2s ease;
    }

      .account-page ul.info + .buttons input:hover {
        background-color: var(--pc);
      }

.account-page .edit-address-button {
  background-position: center 0;
}

.account-page .delete-address-button {
  background-position: center -37px;
}

.account-page .order-details-button {
  background-position: center -74px;
}

.account-page .return-items-button {
  width: auto !important;
  background-image: url('../img/product-sprite-2.png') !important;
  background-position: left -120px;
  padding: 10px 15px 10px 35px;
  vertical-align: middle;
  font-size: 14px !important;
  color: #777;
}

.recurring-payments {
  margin: 0 0 50px !important;
}

  .recurring-payments .title {
    margin-bottom: 30px !important;
  }

  .recurring-payments .button-2 {
    width: 37px;
    height: 37px;
    border: none;
    background: #f6f6f6 url('../img/close.png') center no-repeat;
    font-size: 0;
  }

.account-page .description,
.reward-points-overview {
  padding: 30px;
  line-height: 25px;
}

.return-request-list-page a {
  margin: 0 10px;
  font-weight: bold;
}

  .return-request-list-page a:hover {
    color: var(--pc);
  }

.return-request-list-page .comments {
  margin: 30px 0 0;
}

.downloadable-products-page .table-wrapper {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.downloadable-products-page td.download {
  text-align: center;
  font-size: 0;
}

.downloadable-products-page .download a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: none;
  background: #777 url('../img/product-sprite-2.png') left -40px no-repeat;
  transition: all 0.2s ease;
}

  .downloadable-products-page .download a:hover {
    background-color: var(--pc);
  }

.user-agreement-page .terms-of-agreement {
  margin: 40px 0;
  text-align: center;
}

.reward-points-page .title {
  display: none;
}

.reward-points-page .section {
  margin: 0 0 50px;
  border: none;
}

.change-password-page .inputs,
.check-gift-card-balance-page .inputs {
  margin: 20px 0 0;
}

.change-password-page .buttons,
.check-gift-card-balance-page .buttons {
  border: none;
  padding-top: 0 !important;
}

.check-gift-card-balance-page .captcha-box {
  margin: 20px 0 0;
}

.avatar-page .message-error {
  margin: 0 0 10px;
}

.avatar-page .fieldset {
  padding: 35px 0 25px;
  text-align: center;
}

.avatar-page .image {
  margin: 0 0 25px;
  font-size: 0;
}

  .avatar-page .image img {
    border: 1px solid #f3f3f3;
  }

.avatar-page input[type="file"] {
  max-width: 220px;
  margin: 0 0 20px;
  text-align: center;
}

.avatar-page .info {
  margin: 0 0 20px;
  padding: 0 20px;
}

.avatar-page .buttons {
  text-align: center !important;
}

  .avatar-page .buttons input {
    margin: 0 8px;
  }

.avatar-page .remove-avatar-button,
.vendorinfo-page .remove-picture-button {
  border: none;
  background-color: transparent;
  padding: 15px 0;
  font-size: 13px;
  font-weight: bold;
  color: #777;
  text-transform: uppercase;
}

  .avatar-page .remove-avatar-button:hover,
  .vendorinfo-page .remove-picture-button:hover {
    color: var(--pc);
  }

.vendorinfo-page .vendor-picture {
  margin: 10px 0 -40px;
}

.vendorinfo-page .remove-picture-button {
  display: block;
}

/********** SHOPPING CART **********/

.order-progress {
  margin: 0 0 50px;
  text-align: center;
}

  .order-progress ul {
    font-size: 0;
  }

  .order-progress li {
    display: inline-block;
    position: relative;
    margin: 2px;
  }

    .order-progress li:nth-child(1) {
      z-index: 6;
    }

    .order-progress li:nth-child(2) {
      z-index: 5;
    }

    .order-progress li:nth-child(3) {
      z-index: 4;
    }

    .order-progress li:nth-child(4) {
      z-index: 3;
    }

    .order-progress li:nth-child(5) {
      z-index: 2;
    }

    .order-progress li:nth-child(6) {
      z-index: 1;
    }

  .order-progress a {
    display: block;
    position: relative;
    min-width: 100px;
    height: 32px;
    background-color: #ececec;
    padding: 0 16px 0 24px;
    font-size: 11px;
    /*reset zeroing*/
    line-height: 32px;
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
  }

    .order-progress a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 32px;
      border-width: 16px 8px;
      border-style: dashed dashed dashed solid;
      border-color: transparent transparent transparent #f6f6f6;
    }

    .order-progress a:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: -16px;
      height: 32px;
      border-width: 16px 8px;
      border-style: dashed dashed dashed solid;
      border-color: transparent transparent transparent #ececec;
    }

  .order-progress li.active-step a {
    background-color: var(--pc);
    color: #fff;
    cursor: pointer;
  }

    .order-progress li.active-step a:after {
      border-left-color: var(--pc);
    }

  .order-progress li.inactive-step a {
    cursor: default;
  }

.shopping-cart-page .message-error {
  margin: 0 0 30px;
  font-size: 13px;
}

.shopping-cart-page .button-1,
.checkout-page .button-1 {
  min-width: 150px;
  border: none;
  background-color: var(--pc);
  padding: 15px 30px;
  font-size: 13px;
  font-family: 'Archivo', sans-serif;
  color: #fff;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
  white-space: normal;
}

  .shopping-cart-page .button-1:hover,
  .checkout-page .button-1:hover {
    outline-color: var(--pc);
  }

.shopping-cart-page .button-2,
.checkout-page .button-2 {
  width: 200px;
  max-width: 100%;
  height: 45px;
  margin: 0 0 10px;
  border: none;
  font-size: 15px;
  font-family: 'Archivo', sans-serif;
  color: #000;
  text-transform: uppercase;
  outline: 2px solid transparent;
  transition: all 0.2s ease;
}

.cart-options {
  margin: 10px 0 50px;
  text-align: center;
}

.common-buttons {
  font-size: 0;
}

  .common-buttons .update-cart-button {
    background: var(--pc) url('../img/cart-sprite.png') left -45px no-repeat;
  }

  .common-buttons .continue-shopping-button {
    background: var(--pc) url('../img/cart-sprite.png') left 0 no-repeat;
  }

  .common-buttons input:hover {
    outline-color: #fff;
    color: var(--pc);
  }

.cart-options .selected-checkout-attributes {
  margin: 50px 0;
}

.shopping-cart-page .selected-checkout-attributes {
  display: none !important;
}

.shopping-cart-page .tax-shipping-info {
  margin: -10px 0 50px;
}

.cart-footer:after {
  content: "";
  display: block;
  clear: both;
}

.cart-collaterals {
  margin: 0 0 50px;
}

  .cart-collaterals .accordion-tab {
    position: relative;
    margin: 0 0 10px;
    border: 1px solid #ececec;
    background-color: #fff;
  }

    .cart-collaterals .accordion-tab.active {
      z-index: 3;
    }

  .cart-collaterals .accordion-tab-title {
    position: relative;
    border-bottom: 3px solid #ececec;
    padding: 15px 30px 12px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #000;
    font-family: 'Archivo', sans-serif;
    font-size: 15px;
  }

    .cart-collaterals .accordion-tab-title:after {
      content: "";
      position: absolute;
      top: 20px;
      right: 15px;
      width: 10px;
      height: 10px;
      background: var(--pc) url('../img/toggle-button.png') center no-repeat;
    }

  .cart-collaterals .active .accordion-tab-title {
    border-bottom-color: var(--pc);
  }

  .cart-collaterals .accordion-tab-content {
    display: none;
    max-width: 600px;
    margin: auto;
    padding: 30px;
  }

  .cart-collaterals .title {
    display: none;
  }

  .cart-collaterals .hint {
    margin: 0 0 15px;
  }

  .cart-collaterals .estimate-shipping-button {
    margin: 0;
    background-color: var(--pc);
    padding: 0 20px;
    color: #fff;
    outline-width: 1px;
  }

    .cart-collaterals .estimate-shipping-button:hover {
      outline-color: var(--pc);
    }

  .cart-collaterals .shipping-results {
    margin: 30px 0 0;
  }

    .cart-collaterals .shipping-results li {
      margin: 15px 0 5px;
    }

    .cart-collaterals .shipping-results strong {
      display: block;
      margin: 0 0 5px;
      font-size: 13px;
      color: #333;
    }

  .cart-collaterals .coupon-code {
    width: 300px;
    max-width: 100%;
    margin: auto;
    font-size: 0;
  }

    .cart-collaterals .coupon-code input[type="text"] {
      display: block;
      width: 100%;
      height: 45px;
    }

    .cart-collaterals .coupon-code input[type="submit"] {
      display: block;
      width: 100%;
      margin: 0;
      background-color: var(--pc);
      padding: 0 20px;
      color: #fff;
      outline-width: 1px;
    }

      .cart-collaterals .coupon-code input[type="submit"]:hover {
        outline-color: var(--pc);
      }

  .cart-collaterals .message-failure {
    margin: 15px 0 0;
    color: var(--pc);
  }

  .cart-collaterals .message-success {
    margin: 15px 0 0;
    color: #4fbb41;
  }

  .cart-collaterals .current-code {
    margin: 15px 0 0;
  }

    .cart-collaterals .current-code span {
      vertical-align: middle;
    }

  .cart-collaterals .checkout-attributes {
    margin: 40px 0;
    border: 1px solid #ececec;
    background-color: #fff;
    padding: 30px;
  }

    .cart-collaterals .checkout-attributes dt {
      margin: 20px 0 5px;
    }

      .cart-collaterals .checkout-attributes dt:first-child {
        margin-top: 0;
      }

    .cart-collaterals .checkout-attributes li {
      line-height: 24px;
    }

      .cart-collaterals .checkout-attributes li * {
        vertical-align: middle;
      }

    .cart-collaterals .checkout-attributes .attribute-squares li {
      margin: 5px;
    }

.cart-footer .remove-discount-button,
.cart-footer .remove-gift-card-button {
  width: 17px;
  height: 17px;
  margin: 0 0 -1px 8px;
  border: none;
  background: #fff url('../img/close.png') center no-repeat;
  vertical-align: middle;
  cursor: pointer;
}

.cart-footer .totals {
  margin: 0 0 60px;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 40px 0;
  border-radius: 1rem;
}

.cart-footer .total-info {
  width: 400px;
  max-width: 80%;
  margin: 0 auto;
}

.cart-total td {
  width: 50%;
  padding: 5px;
}

  .cart-total td.cart-total-left {
    text-align: left;
  }

.cart-total .giftcard-remaining {
  display: block;
}

.cart-total td.cart-total-right {
  text-align: right;
}

.cart-total .order-total {
  font-size: 18px;
  font-weight: bold;
  color: #009ee0 !important;
  text-transform: uppercase;
  word-break: break-word;
}

.terms-of-service {
  margin: 40px 0 0;
  background-color: #dedede;
  padding: 15px;
  font-size: 13px;
}

  .terms-of-service div {
    width: 300px;
    max-width: 80%;
    margin: auto;
    line-height: 24px;
  }

  .terms-of-service input {
    margin: 0 3px 0 0;
  }

  .terms-of-service label {
    cursor: pointer;
  }

  .terms-of-service a {
    margin: 0 0 0 3px;
    color: var(--pc);
    cursor: pointer;
  }

    .terms-of-service a:hover {
      text-decoration: underline;
    }

.cart-footer .checkout-buttons {
  margin: 40px 0 0;
  padding: 0 10px;
}

  .cart-footer .checkout-buttons .button-1 {
    font-size: 16px;
  }

.cart-footer .addon-buttons {
  margin: 40px 0 0;
}

.shopping-cart-page .cross-sells {
  margin: 60px 0 0;
}

  .shopping-cart-page .cross-sells .button-2 {
    margin: 0;
    outline: none;
  }

/********** CHECKOUT **********/

.checkout-page .message-error {
  margin: 0 0 10px;
}

.checkout-page .billing-addresses,
.checkout-page .shipping-addresses {
  border: 1px solid #ececec;
  background-color: #fff;
}

.checkout-page .select-billing-address,
.checkout-page .select-shipping-address {
  margin: 0 0 10px;
}

.checkout-page #shipping-addresses-form {
  display: block !important;
  /*because pickup-in-store is inside this form*/
}

.checkout-page .address-grid {
  padding: 30px;
}

  .checkout-page .address-grid:after {
    content: "";
    display: block;
    clear: both;
  }

.checkout-page .address-item {
  margin: 40px 0 10px;
}

  .checkout-page .address-item:first-child {
    margin-top: 0;
  }

.checkout-page .address-box {
  margin: 0 0 20px;
}

.checkout-page .address-item li {
  padding: 2px 0;
}

  .checkout-page .address-item li.name {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
  }

  .checkout-page .address-item li.email label {
    display: none;
  }

  .checkout-page .address-item li.country {
    margin: 5px 0 0;
    font-size: 16px;
  }

.checkout-page .enter-address {
  max-width: 600px;
  margin: auto;
  padding: 30px;
}

  .checkout-page .enter-address + .buttons {
    margin: -30px 0 0;
    padding: 10px;
  }

.checkout-page .order-summary {
  margin: 50px 0 0;
}

  .checkout-page .order-summary .title {
    display: none;
  }

.checkout-page .ship-to-same-address,
.checkout-page .pickup-in-store {
  margin: 0;
  border-top: 1px solid #f6f6f6;
  padding: 30px;
  text-align: center;
}

  .checkout-page .ship-to-same-address input,
  .checkout-page .pickup-in-store input {
    margin: 0 5px;
  }

.checkout-page .pickup-points {
  margin: 0 0 -10px;
}

  .checkout-page .pickup-points .title {
    display: none;
    margin: 10px 0 0;
  }

.checkout-page .select-pickup-point {
  margin: 0;
  text-align: center;
}

  .checkout-page .select-pickup-point ul {
    margin: -10px 0 0;
  }

  .checkout-page .select-pickup-point li {
    display: inline-block;
  }

.checkout-page .select-address {
  padding: 0 20px;
}

  .checkout-page .select-address select {
    max-width: 100%;
    height: 40px;
  }

.checkout-page .pickup-points-map {
  height: 300px;
  margin: 20px 0 0;
}

.section.shipping-method,
.section.payment-method,
.section.payment-info,
.section.confirm-order,
.section.order-completed {
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 40px 20px;
}

.shipping-method .method-list,
.payment-method .method-list {
  margin: 0 0 35px;
}

  .shipping-method .method-list li,
  .payment-method .method-list li {
    margin: 0 0 25px;
  }

    .shipping-method .method-list li label,
    .payment-method .method-list li label {
      font-weight: bold;
      color: #000;
    }

.shipping-method .method-description {
  margin: 5px 0 0;
  color: #959595;
}

.use-reward-points {
  margin: 0 0 30px;
}

  .use-reward-points input {
    margin: 0 5px 0 0;
  }

.payment-method .method-list {
  font-size: 0;
}

  .payment-method .method-list li {
    white-space: nowrap;
  }

.payment-method .payment-logo,
.payment-method .payment-details {
  display: inline-block;
  vertical-align: middle;
}

.payment-method .payment-logo {
  margin: 0 10px 0 0;
}

  .payment-method .payment-logo img {
    max-width: 40px;
  }

.payment-method .payment-details {
  font-size: 14px;
  /*reset zeroing*/
}

  .payment-method .payment-details label {
    display: inline-block;
    text-align: left;
  }

.payment-method .payment-description {
  display: none;
  /*hidden to prevent conflicts with method-name dynamic width*/
}

.payment-info .info {
  margin: 0 0 35px;
}

  .payment-info .info tr {
    display: block;
    margin: 20px 0 0;
  }

    .payment-info .info tr:first-child {
      margin: 0;
    }

  .payment-info .info td {
    display: block;
    width: auto;
  }

    .payment-info .info td:first-child {
      margin: 0 0 5px;
    }

    .payment-info .info td label {
      font-weight: bold;
    }

  .payment-info .info input[type="text"] {
    max-width: 400px;
    height: 40px;
  }

  .payment-info .info input[type="text"] {
    width: 100% !important;
  }

  .payment-info .info input#CardCode {
    width: 60px !important;
  }

  .payment-info .info td select {
    height: 38px;
    margin: 0 5px;
  }

.confirm-order .terms-of-service {
  margin: 0 0 30px;
  background-color: transparent;
  padding: 0;
  text-align: center;
}

  .confirm-order .terms-of-service a {
    margin-left: 5px;
  }

.confirm-order .buttons .button-1 {
  font-size: 15px;
}

.order-completed .title {
  margin: 0 0 30px;
  background-color: transparent;
  padding: 0;
}

.order-completed .details {
  margin: 0 0 30px;
}

  .order-completed .details a {
    display: inline-block;
    margin: 5px 0 0;
    color: var(--pc);
  }

    .order-completed .details a:hover {
      text-decoration: underline;
    }

.order-review-data,
.order-details-area,
.shipment-details-area {
  margin: 0 0 50px;
  overflow: hidden;
}

  .order-review-data ul,
  .order-details-area ul,
  .shipment-details-area ul {
    margin: 40px 0 0;
    border: 1px solid #ececec;
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 1rem;
  }

    .order-review-data ul:first-child,
    .order-details-area ul:first-child,
    .shipment-details-area ul:first-child {
      margin: 0;
    }

  .order-review-data li,
  .order-details-area li,
  .shipment-details-area li {
    padding: 2px 0;
  }

  .order-review-data .title,
  .order-details-area .title,
  .shipment-details-area .title {
    display: block !important;
    margin: 20px 0 5px;
    background-color: transparent;
    padding: 0;
    font-size: 15px;
    font-family: 'Archivo', sans-serif;
    color: #333;
    text-transform: uppercase;
  }

    .order-review-data .title:first-child,
    .order-details-area .title:first-child,
    .shipment-details-area .title:first-child {
      margin-top: 0;
    }

.order-details-page .page-title {
  margin: 0 0 30px;
}

  .order-details-page .page-title h1 {
    margin: 0 0 10px;
  }

  .order-details-page .page-title a {
    display: inline-block;
    height: 40px;
    margin: 5px 5px 10px;
    background-color: var(--pc);
    background-image: url('../img/order-sprite.png');
    background-repeat: no-repeat;
    padding: 0 15px 0 35px;
    line-height: 40px;
    outline: 2px solid transparent;
    transition: all 0.2s ease;
  }

.print-order-button {
  background-position: left bottom;
}

.pdf-invoice-button {
  background-position: left top;
}

.order-details-page .page-title a:hover {
  outline-color: #fff;
  color: var(--pc);
}

.order-details-page .order-overview {
  margin: 0 0 30px;
  padding: 20px 10px;
  font-size: 15px;
}

.order-details-page .order-number {
  margin: 0 0 20px;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
}

.order-details-page .order-info span {
  display: block;
  margin: 5px 0;
}

.order-details-page .section,
.shipment-details-page .section {
  margin: 0 0 50px;
}

  .order-details-page .section .title,
  .shipment-details-page .section .title {
    display: none;
  }

.order-details-page .download {
  margin: 5px 0 0;
}

  .order-details-page .download a,
  .order-details-page .view-details a {
    font-weight: normal;
    color: var(--pc);
  }

    .order-details-page .download a:hover,
    .order-details-page .view-details a:hover {
      text-decoration: underline;
    }

.order-details-page .tax-shipping-info {
  display: none;
}

.order-details-area .re-order-button {
  border: none;
  outline: 2px solid transparent;
  background: #f6f6f6;
  padding: 10px 15px 10px;
  color: #777;
  margin: 5px 0 10px;
  transition: all 0.2s ease 0s;
}

  .order-details-area .re-order-button:hover {
    outline-color: #f6f6f6;
  }

.order-details-page .selected-checkout-attributes {
  margin: -10px 0;
}

.order-details-page .actions {
  margin: 50px 0 0;
  font-size: 0;
}

  .order-details-page .actions input {
    width: 210px;
    max-width: 100%;
    height: 45px;
    margin: 0 5px 10px;
    border: medium none;
    padding: 0 28px 0 48px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    outline: 2px solid transparent;
    transition: all 0.2s ease 0s;
  }

  .order-details-page .actions .re-order-button {
    background: var(--pc) url('../img/cart-sprite.png') left 0 no-repeat;
    color: var(--pc);
  }

  .order-details-page .actions .return-items-button {
    background: var(--pc) url('../img/cart-sprite.png') left -45px no-repeat;
    color: #777;
  }

.order-details-page .totals {
  margin: 0 0 50px;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 40px 0;
  border-radius: 1rem;
}

.order-details-page .total-info {
  width: 300px;
  max-width: 80%;
  margin: 0 auto;
}

.return-request-page .section {
  margin: 0 0 50px;
}

  .return-request-page .section .title {
    display: none;
  }

.return-request-page .fieldset {
  border: 1px solid #ececec;
  background-color: #fff;
}

  .return-request-page .fieldset .form-fields {
    max-width: 600px;
    margin: auto;
    padding: 30px;
  }

  .return-request-page .fieldset .buttons {
    margin: -20px 0 40px;
  }

.return-request-page .qq-upload-button {
  width: auto;
  height: 40px;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 0 12px;
}

.opc {
  border: 1px solid #ececec;
  background-color: #fff;
}

  .opc .tab-section {
    border-top: 1px solid #ececec;
  }

    .opc .tab-section:first-child {
      border-top: none;
    }

  .opc .step-title {
    overflow: hidden;
    background-color: #fff;
    padding: 15px 30px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Archivo', sans-serif;
    font-size: 13px;
  }

  .opc .allow .step-title,
  .opc .active .step-title {
    background-color: #dedede;
    cursor: pointer;
  }

  .opc .step-title span {
    float: left;
    margin: 0 20px 0 0;
  }

  .opc .step-title h2 {
    float: left;
    font-size: 13px;
  }

  .opc .step {
    padding: 30px;
  }

  .opc .section {
    margin: 0 0 30px;
    border: none;
    padding: 0 !important;
  }

    .opc .section .section,
    .opc .billing-addresses,
    .opc .shipping-addresses {
      margin: 0;
      border: none;
    }

    .opc .section > label {
      display: block;
      margin: 0 0 10px;
    }

  .opc input[type="text"],
  .opc input[type="email"],
  .opc input[type="tel"],
  .opc select {
    height: 40px;
    max-width: 100%;
  }

  .opc .buttons {
    margin-bottom: 0;
  }

  .opc .back-link {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
  }

    .opc .back-link small {
      display: none;
    }

    .opc .back-link a {
      display: block;
      width: 48px;
      height: 48px;
      background: #777 url('../img/back-link.png') center no-repeat;
    }

      .opc .back-link a:hover {
        background-color: var(--pc);
      }

  .opc .please-wait {
    display: block;
    margin: 15px 0 0;
  }

#opc-billing .section,
#opc-shipping .section {
  max-width: 480px;
}

.opc .enter-address {
  padding: 0 !important;
}

.opc .select-shipping-address label,
.opc .select-pickup-points label {
  display: block;
  margin: 0 0 10px;
}

.opc .pickup-in-store {
  padding: 10px 0 !important;
}

.opc .pickup-points {
  max-width: none !important;
}

#opc-confirm_order .billing-info,
#opc-confirm_order .shipping-info {
  border: none;
  padding: 0;
}

#opc-confirm_order .table-wrapper {
  margin: 0 -33px;
  /*hacking the outer padding on smallest resolution*/
}

#opc-confirm_order .terms-of-service {
  margin: 0 0 30px;
  text-align: center;
}

  #opc-confirm_order .terms-of-service a {
    margin: 0 0 0 5px;
  }

/*********** SEARCH & SITEMAP ***********/

.search-input {
  margin: 0 0 50px;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 40px 30px;
}

.basic-search,
.advanced-search {
  width: 480px;
  max-width: 100%;
  margin: auto;
}

  .basic-search .inputs.reversed {
    position: relative;
    height: 48px;
    margin: 0 0 1px;
    background-color: #eaeaea;
    padding: 12px 20px;
  }

    .basic-search .inputs.reversed input {
      position: absolute;
      visibility: hidden;
    }

    .basic-search .inputs.reversed label {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 0 20px;
      line-height: 48px;
      text-transform: uppercase;
      cursor: pointer;
    }

      .basic-search .inputs.reversed label:after {
        content: "";
        position: absolute;
        top: 19px;
        right: 19px;
        width: 10px;
        height: 10px;
        background: var(--pc) url('../img/toggle-button.png') center no-repeat;
      }

.advanced-search {
  background-color: #eaeaea;
  padding: 30px 25px 20px;
}

  .advanced-search .inputs label {
    white-space: normal;
  }

    .advanced-search .inputs label:first-child {
      text-align: center;
    }

  .advanced-search input + label {
    display: inline;
    margin: 0 0 0 6px;
    font-weight: normal;
  }

  .advanced-search .price-range {
    display: block;
    text-align: center;
  }

    .advanced-search .price-range input {
      width: 70px;
      margin: 0 5px;
    }

.search-input .button-1 {
  border: none;
  background-color: var(--pc);
  padding: 15px 30px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
}

  .search-input .button-1:hover {
    outline-color: var(--pc);
  }

.search-input .warning,
.search-results .result {
  display: block;
  margin: 10px 0 0;
  font-weight: normal;
  color: var(--pc);
}

.search-results {
  margin: 30px 0 0;
}

  .search-results .warning,
  .search-results .no-result {
    text-align: center;
  }

.instant-search-item .detail .sku {
  font-size: 14px;
}

.sitemap-page .description {
  margin: 0 0 30px;
}

.sitemap-page .entity-wrapper {
  border: 1px solid #ececec;
  background-color: #fff;
}

.sitemap-page .entity-title {
  background-color: #eaeaea;
  padding: 25px 30px;
  color: #333;
  text-transform: uppercase;
}

  .sitemap-page .entity-title h2 {
    font-size: 15px;
  }

.sitemap-page .entity-body {
  padding: 30px;
  line-height: 24px;
}

.sitemap-page li {
  display: inline-block;
  margin: 5px;
}

.sitemap-page a {
  display: block;
}

  .sitemap-page a:hover {
    color: var(--pc);
  }

  .sitemap-page a:empty {
    display: none;
  }

/********** BLOG & NEWS **********/

.year strong {
  display: block;
  cursor: default;
}

.blogpost-page .page-title,
.news-item-page .page-title {
  display: block !important;
  margin: 0 0 10px;
  border: none;
  padding: 0;
  text-transform: none;
}

  .blogpost-page .page-title h1,
  .news-item-page .page-title h1 {
    font-size: 25px;
  }

.blog-page .post,
.news-items .news-item {
  position: relative;
  margin: 0 0 20px;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 30px;
}

  .blog-page .post:after,
  .news-items .item:after {
    content: "";
    display: block;
    clear: both;
  }

.post-head,
.news-head {
  margin: 0 0 20px;
}

.post-title,
.news-title {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 25px;
  font-weight: bold;
  color: #333 !important;
  text-decoration: none !important;
}

.post-date,
.news-date {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #999;
}

.post-body,
.news-body {
  margin: 0 0 30px;
  line-height: 30px;
}

  .post-body a,
  .news-body a {
    color: var(--pc);
  }

    .post-body a:hover,
    .news-body a:hover {
      text-decoration: underline;
    }

  .post-body img,
  .news-body img {
    max-width: 100%;
  }

.blog-page .tags,
.blogpost-page .tags {
  display: inline-block;
  margin: 0 0 10px;
  overflow: hidden;
}

  .blog-page .tags label,
  .blogpost-page .tags label {
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
  }

  .blog-page .tags ul,
  .blogpost-page .tags ul {
    font-size: 0;
  }

  .blog-page .tags li,
  .blogpost-page .tags li {
    display: inline-block;
    margin: 3px;
    font-size: 13px;
    /*reset zeroing*/
  }

    .blog-page .tags li.separator,
    .blogpost-page .tags li.separator {
      display: none;
    }

  .blog-page .tags a,
  .blogpost-page .tags a {
    display: inline-block;
    background-color: #f6f6f6;
    padding: 0 10px;
    line-height: 26px;
    color: var(--pc);
    transition: all 0.2s ease;
  }

    .blog-page .tags a:hover,
    .blogpost-page .tags a:hover {
      background-color: #fbfbfb;
    }

.blog-posts .buttons {
  overflow: hidden;
}

.blog-posts .read-more,
.blog-posts .read-comments {
  display: inline-block;
  line-height: 32px;
}

.blog-posts .read-more,
.blog-posts .read-comments {
  padding: 10px 0;
  text-transform: capitalize;
}

.blog-posts .read-more {
  margin: 0 0 0 10px;
}

  .blog-posts .read-more:before {
    content: "|";
    margin: 0 12px 0 0;
    color: #777 !important;
  }

  .blog-posts .read-more:hover,
  .blog-posts .read-comments:hover {
    color: var(--pc);
  }

.blog-posts .post-head,
.blog-posts .read-comments {
  display: none;
  /*default html order changed because of the Rich Blog*/
}

.blogpost-page .page-body,
.news-item-page .page-body {
  border: 1px solid #ececec;
  background-color: #fff;
}

.blogpost-page .post,
.news-item-page .news-item,
.comment-list .comment,
.new-comment .form-fields {
  padding: 30px;
}

.news-items .buttons {
  margin: -5px 0 5px;
  font-size: 0;
}

.news-items .read-more {
  font-size: 14px;
  /*reset zeroing*/
  font-weight: bold;
  color: var(--pc);
  text-transform: capitalize;
}

  .news-items .read-more:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 20px;
    margin: -1px -25px 0 0;
    background: #777 url('../img/pointer-color.png') center no-repeat;
    vertical-align: middle;
    transition: all 0.2s ease;
  }

.new-comment .message-error {
  margin: 30px 0 0;
  text-align: center;
}

.new-comment .result {
  margin: 30px 0 0;
  color: #4fbb41;
  text-align: center;
}

.new-comment .inputs {
  text-align: center;
}

  .new-comment .inputs label {
    display: none;
  }

.new-comment textarea {
  min-height: 180px;
}

.new-comment .captcha-box {
  margin: 0;
}

.new-comment .buttons {
  padding: 0 0 10px;
}

.new-comment .button-1 {
  border: none;
  background-color: var(--pc);
  padding: 15px 30px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
}

  .new-comment .button-1:hover {
    outline-color: var(--pc);
  }

.comment-list .title {
  background-color: #eaeaea;
  padding: 25px 30px;
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
}

.blog-comment,
.news-comment {
  border-top: 1px solid #f0f0f0;
}

  .blog-comment:first-child,
  .news-comment:first-child {
    border: none;
  }

  .blog-comment:after,
  .news-comment:after {
    content: "";
    display: block;
    clear: both;
  }

.comment-info {
  width: 150px;
  margin: 0 auto 20px;
}

  .comment-info .username {
    display: block;
    margin: 0 0 10px;
    font-weight: bold;
  }

  .comment-info .avatar {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
  }

    .comment-info .avatar img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
    }

.comment-title {
  color: #333;
}

.comment-time {
  margin: 0 0 10px;
  /*font-size: 13px;
  font-weight: bold;*/
  color: #999;
}

.comment-body {
  line-height: 25px;
}

.news-item-page .news-body {
  margin: 0;
}

.news-item-page .inputs:first-child label {
  display: block;
}

.news-list-homepage {
  margin: 0 0 60px;
}

  .news-list-homepage .title {
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px;
    font-size: 22px;
    color: #333;
    text-transform: uppercase;
  }

  .news-list-homepage .news-title {
    font-size: 16px;
  }

  .news-list-homepage .view-all {
    margin: 30px 0 0;
    text-align: center;
  }

    .news-list-homepage .view-all a {
      display: inline-block;
      border: none;
      background-color: var(--pc);
      padding: 10px 20px;
      font-size: 12px;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      outline: 1px solid transparent;
      transition: all 0.2s ease;
    }

      .news-list-homepage .view-all a:hover {
        outline-color: var(--pc);
      }

/********** FORUM & PROFILE **********/

.forums-main-page .topic-block {
  margin: 0 0 35px;
}

.forums-main-page .topic-block-title h2 {
  font-size: 22px;
}

.forum-breadcrumb {
  margin: 0 0 35px;
}

.forums-header {
  margin: 35px 0;
}

  .forums-header:after {
    content: "";
    display: block;
    clear: both;
  }

.current-time {
  display: none;
}

.forum-search-box form {
  display: inline-block;
}

.forum-search-box .basic {
  overflow: hidden;
  margin: 0 0 10px;
}

.forum-search-box .search-box-text {
  float: left;
  height: 40px;
  border: none;
  padding: 0 18px;
}

.forum-search-box .search-box-button {
  float: left;
  width: 40px;
  height: 40px;
  border: none;
  background: var(--pc) url('../img/search-button.png') center no-repeat;
  font-size: 0;
}

.forum-search-box .advanced a {
  font-size: 13px;
}

  .forum-search-box .advanced a:hover {
    color: #333;
  }

.forum-search-page .advanced-search {
  margin: 0 auto;
}

.forum-search-page .search-error {
  padding: 15px;
  text-align: center;
  color: var(--pc);
}

.forum-search-page .search-results {
  margin: 0 0 15px;
}

.forum-search-page .pager.upper {
  display: none;
}

/* forum group */

.forums-table-section {
  margin: 0 0 30px;
}

  .forums-table-section + .forums-table-section {
    margin-top: 50px;
  }

  .forums-table-section a {
    vertical-align: middle;
  }

.forums-table-section-title {
  position: relative;
  margin: 0 0 -1px;
  border: 1px solid #ececec;
  overflow: hidden;
  background-color: #eaeaea;
  padding: 25px 30px;
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
}

  .forums-table-section-title > a,
  .forums-table-section-title strong {
    float: left;
    font-size: 15px;
    font-weight: bold;
  }

.forums-table-section .table-wrapper {
  overflow-x: auto;
}

.forums-table-section .view-all {
  margin: 30px 0 0;
}

  .forums-table-section .view-all a {
    display: inline-block;
    background-color: var(--pc);
    padding: 10px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease 0s;
  }

    .forums-table-section .view-all a:hover {
      outline-color: var(--pc);
    }

.forums-table-section .image {
  padding: 20px 0;
}

  .forums-table-section .image div {
    width: 40px;
    height: 35px;
    margin: auto;
    background-image: url('../img/forum-sprite-1.png');
    background-repeat: no-repeat;
  }

    .forums-table-section .image div.sticky {
      background-position: center;
    }

    .forums-table-section .image div.announcement {
      background-position: right;
    }

.forums-table-section .forum-title,
.forums-table-section .topic-title {
  margin: 0 0 10px;
}

  .forums-table-section .forum-title a,
  .forums-table-section .topic-title a {
    vertical-align: middle;
    font-weight: bold;
    color: #333;
  }

    .forums-table-section .forum-title a:hover,
    .forums-table-section .topic-title a:hover {
      color: var(--pc);
    }

  .forums-table-section .forum-title span,
  .forums-table-section .topic-title span {
    vertical-align: middle;
  }

.forums-table-section .latest-post {
  white-space: nowrap;
}

  .forums-table-section .latest-post div {
    font-size: 13px;
  }

    .forums-table-section .latest-post div * {
      vertical-align: baseline;
    }

.active-discussions-page .pager.upper {
  display: none;
}

.active-discussions-page .pager.lower {
  margin: 30px 0 0;
}

.topic-starter label,
.topic-starter a {
  vertical-align: baseline;
}

/* forum-page, topic-page */

.forum-page .forum-info {
  margin: 0 0 40px;
}

.forum-page .forum-name,
.forum-topic-page .topic-name {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
  text-transform: uppercase;
}

  .forum-page .forum-name h1,
  .forum-topic-page .topic-name h1 {
    font-size: 22px;
    color: #333;
  }

.forum-page .forum-description {
}

.forum-actions,
.topic-actions {
  margin: 0 0 20px;
  font-size: 0;
}

  .forum-actions .actions a,
  .topic-actions .actions a {
    display: inline-block;
    margin: 5px;
    background-color: #888;
    background-image: url('../img/forum-sprite-2.png');
    background-repeat: no-repeat;
    padding: 0 10px 0 30px;
    line-height: 35px;
    font-size: 14px;
    transition: all 0.2s ease;
  }

    .forum-actions .actions a:hover,
    .topic-actions .actions a:hover {
      background-color: var(--pc);
    }

  .forum-actions .actions .new-topic {
    background-position: left -175px;
  }

  .forum-actions .actions .watch-forum,
  .topic-actions .actions .watch-forum {
    background-position: left -140px;
  }

  .forum-actions .pager.upper,
  .topic-actions .pager.upper {
    margin: 30px 0;
  }

  .topic-actions .edit-topic-button {
    background-position: left 0;
  }

  .topic-actions .delete-topic-button {
    background-position: left -35px;
  }

  .topic-actions .move-topic-button {
    background-position: left -70px;
  }

  .topic-actions .reply-topic-button {
    background-position: left -105px;
  }

  .topic-actions .watch-topic-button {
    background-position: left -140px;
  }

  .topic-actions.lower .actions {
    display: none;
  }

/* topic post */

.topic-post {
  margin: 30px 0;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 25px 30px 35px;
}

  .topic-post:after {
    content: "";
    display: block;
    clear: both;
  }

  .topic-post .post-info {
    width: 150px;
    margin: 0 auto 20px;
  }

  .topic-post .username {
    display: block;
    margin: 0 0 10px;
    line-height: 35px;
    font-weight: bold;
  }

  .topic-post a.username:hover {
    color: #333;
  }

  .topic-post .avatar {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
  }

    .topic-post .avatar a {
      display: block;
      height: 100%;
    }

    .topic-post .avatar img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
    }

  .topic-post .user-stats {
    margin: 15px 0;
  }

    .topic-post .user-stats li {
      display: inline-block;
      margin: 0 10px;
    }

    .topic-post .user-stats span,
    .profile-info-box .profile-stats span {
      margin: 0 0 0 3px;
    }

  .topic-post .pm-button,
  .profile-info-box .pm-button {
    display: inline-block;
    background: #888 url('../img/forum-sprite-2.png') left -210px no-repeat;
    padding: 0 10px 0 30px;
    line-height: 35px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.2s ease;
  }

    .topic-post .pm-button:hover,
    .profile-info-box .pm-button:hover {
      background-color: var(--pc);
    }

  .topic-post .post-time {
    margin: 0 0 15px;
    font-weight: bold;
    font-style: italic;
    color: #999;
  }

  .topic-post .post-actions {
    margin: 0 0 15px;
    font-size: 0;
  }

    .topic-post .post-actions > div {
      margin: 20px 0;
    }

    .topic-post .post-actions a {
      display: inline-block;
      margin: 0 5px;
      font-size: 14px;
      /*reset zeroing*/
    }

    .topic-post .post-actions .manage-post a {
      margin: 5px;
      box-shadow: inset 0 0 20px #ececec;
      background-color: #888;
      background-image: url('../img/forum-sprite-2.png');
      background-repeat: no-repeat;
      padding: 0 10px 0 30px;
      line-height: 35px;
      transition: all 0.2s ease;
    }

    .topic-post .post-actions .edit-post-button {
      background-position: left 0;
    }

    .topic-post .post-actions .delete-post-button {
      background-position: left -35px;
    }

    .topic-post .post-actions .quote-post a {
      vertical-align: middle;
      line-height: 35px;
    }

    .topic-post .post-actions .post-link-button {
      padding: 0 10px;
      font-weight: bold;
      color: var(--pc);
    }

    .topic-post .post-actions .quote-post-button {
      border: none;
      background-color: var(--pc);
      padding: 0 20px;
      font-size: 12px;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      outline: 1px solid transparent;
      transition: all 0.2s ease 0s;
    }

      .topic-post .post-actions .quote-post-button:hover {
        outline-color: var(--pc);
      }

  .topic-post .user-posted-image,
  .latest-posts .user-posted-image {
    max-width: 100%;
    height: auto;
  }

  .topic-post .quote,
  .latest-posts .quote {
    margin: 10px 0;
    border: 1px dashed #ececec;
    background-color: #eaeaea;
    padding: 15px 20px;
  }

  .topic-post .post-vote {
    display: inline-block;
    position: relative;
    height: 32px;
    margin: 30px 0 0;
    overflow: hidden;
  }

    .topic-post .post-vote > span {
      position: absolute;
      top: 0;
      width: 32px;
      height: 32px;
      background-color: #f93b54;
      background-image: url('../img/table-sprite.png');
      background-repeat: no-repeat;
      cursor: pointer;
    }

    .topic-post .post-vote > .vote.up {
      right: 0;
      background-position: center 0;
    }

    .topic-post .post-vote > .vote.down {
      left: 0;
      background-position: center -32px;
    }

    .topic-post .post-vote > div {
      padding: 0 45px;
      line-height: 32px;
      font-weight: bold;
    }

  .topic-post .signature {
    border-top: 1px solid #ececec;
    padding: 30px 0 0;
    font-style: italic;
  }

/* forum edit & send message */

.forum-edit-page .page-body,
.move-topic-page .page-body,
.private-message-send-page .page-body {
  max-width: 820px;
  margin: auto;
  border: 1px solid #ececec;
  background-color: #fff;
}

.forum-edit-page .inputs.main,
.private-message-send-page .inputs.main {
  margin: 0;
  border-bottom: 1px solid #ececec;
  background-color: #eaeaea;
  padding: 25px 30px;
}

  .forum-edit-page .inputs.main label,
  .private-message-send-page .inputs.main label
  /*,
.private-message-send-page .message label*/ {
    display: none;
  }

  .forum-edit-page .inputs.main strong,
  .private-message-send-page .inputs.main a {
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
  }

.forum-edit-page .fieldset,
.move-topic-page .fieldset,
.private-message-send-page .fieldset {
  margin: 0;
}

.forum-edit-page .form-fields,
.move-topic-page .form-fields,
.private-message-send-page .form-fields {
  padding: 30px;
}

.forum-edit-page strong.topic-subject {
  font-size: 15px;
  font-weight: normal;
  color: #333;
  text-transform: uppercase;
}

.forum-edit-page .inputs.reversed label {
  display: inline;
  margin: 0 0 0 8px;
  white-space: normal;
}

.move-topic-page .inputs label {
  white-space: normal;
}

.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
  margin: 0 0 15px;
}

.forum-edit-page .buttons,
.move-topic-page .buttons,
.private-message-send-page .buttons {
  position: relative;
  /*underlaying buttons fix*/
  margin: -50px 0 10px;
  padding: 30px;
}

.forum-edit-page .button-1,
.move-topic-page .button-1,
.private-messages .button-1 {
  min-width: 120px;
  margin: 0 8px;
  border: none;
  background-color: var(--pc);
  padding: 15px 30px;
  font-size: 14px;
  font-family: 'Archivo', sans-serif;
  color: #fff;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
}

  .forum-edit-page .button-1:hover,
  .move-topic-page .button-1:hover,
  .private-messages .button-1:hover {
    outline-color: var(--pc);
  }

.forum-edit-page .button-2,
.move-topic-page .button-2,
.private-messages .button-2 {
  min-width: 60px;
  margin: 0 8px;
  border: none;
  background-color: transparent;
  padding: 15px 0;
  font-size: 13px;
  font-weight: bold;
  color: #777;
  text-transform: uppercase;
}

  .forum-edit-page .button-2:hover,
  .move-topic-page .button-2:hover,
  .private-messages .button-2:hover {
    color: var(--pc);
  }

/* inbox & view message */

.private-messages-page .table-wrapper {
  overflow-x: auto;
}

.private-messages-page .pm-unread {
  color: var(--pc);
}

.private-messages-page .subject {
  text-align: left;
}

.private-messages-page .pager {
  margin-top: 20px;
}

.private-messages-page .buttons {
  margin: 30px 0 -10px;
}

.private-message-view-page .view-message {
  min-height: 200px;
  margin: 0 0 30px;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 30px;
}

.private-message-view-page .message-head {
  margin: 10px 0 30px;
}

  .private-message-view-page .message-head li {
    display: inline-block;
    margin: 0 0 10px;
  }

  .private-message-view-page .message-head label {
    font-weight: bold;
  }

  .private-message-view-page .message-head span {
    margin: 0 10px 0 0;
    vertical-align: middle;
  }

    .private-message-view-page .message-head span:after {
      content: "|";
      margin: 0 0 0 10px;
    }

  .private-message-view-page .message-head .subject span:after {
    display: none;
  }

.private-message-view-page .message-body {
  margin: 0 0 25px;
  line-height: 30px;
}

.private-message-view-page .message {
  display: block !important;
  margin: 15px 0;
  border: 1px solid #ccc;
  padding: 15px;
}

.private-message-view-page .back-pm-button {
  display: none;
}

/* profile page  */

.profile-info-box {
  text-align: center;
}

  .profile-info-box .avatar {
    position: static;
    margin: 0 0 25px;
    font-size: 0;
  }

    .profile-info-box .avatar img {
      border: 1px solid #f3f3f3;
    }

  .profile-info-box .profile-stats {
    margin: 0 0 20px;
    padding: 0 20px;
  }

  .profile-info-box .title {
    margin: 0 0 10px;
    font-size: 18px;
  }

.profile-page .topic {
  margin: 50px 0 0;
}

  .profile-page .topic:first-child {
    margin: 0;
    border: none;
  }

.profile-page .topic-title {
  margin: 0 0 20px;
  background-color: #eaeaea;
  padding: 25px 30px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

  .profile-page .topic-title a {
    margin: 0 0 0 5px;
    vertical-align: middle;
    color: #333;
  }

    .profile-page .topic-title a:hover {
      color: var(--pc);
    }

.profile-page .topic-body {
  line-height: 30px;
}

.profile-page .quote {
  margin: 10px;
  background-color: transparent;
}

.profile-page .topic-data {
  margin: 20px 0;
  padding: 0 30px;
  color: #999;
}

/* THEME CUSTOM */

.link-rss,
.ajax-loading-block-window:before,
.eu-cookie-bar-notification button,
.mini-shopping-cart input.checkout-button,
.mini-shopping-cart input[type="button"]:only-child,
.store-search-box .search-box-button,
.two-columns-area .owl-carousel .owl-dot.active span,
.footer-block .title:after,
.footer-block.quick-contact span:before,
.poll .buttons input,
.contact-vendor-button,
.item-box .rating div,
.pager li > span,
.product-review-box .rating div,
.download-sample-button:hover,
.back-in-stock-subscription .subscribe-button:hover,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.overview .add-to-wishlist-button:hover,
.variant-overview .add-to-wishlist-button:hover,
.overview .add-to-compare-list-button:hover,
.overview .email-a-friend-button:hover,
.back-in-stock-subscription-page .button-1,
.ui-tabs .ui-tabs-nav li a:after,
.write-review .button-1,
.update-wishlist-button,
.wishlist-add-to-cart-button,
.compare-products-page .remove-button:hover,
.enter-password-form input[type="submit"],
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1,
#check-availability-button:hover,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1,
.login-page .customer-blocks .title.active,
.block-account-navigation .list a.active,
.account-page ul.info + .buttons input:hover,
.downloadable-products-page .download a:hover,
.order-progress li.active-step a,
.shopping-cart-page .button-1,
.checkout-page .button-1,
.common-buttons .update-cart-button,
.common-buttons .continue-shopping-button,
.cart-collaterals .accordion-tab-title:after,
.cart-collaterals .estimate-shipping-button,
.cart-collaterals .coupon-code input[type="submit"],
.order-details-page .page-title a,
.order-details-page .actions .re-order-button,
.order-details-page .actions .return-items-button,
.opc .back-link a:hover,
.basic-search .inputs.reversed label:after,
.search-input .button-1,
.new-comment .button-1,
.news-list-homepage .view-all a,
.forum-search-box .search-box-button,
.forums-table-section .view-all a,
.forum-actions .actions a:hover,
.topic-actions .actions a:hover,
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover,
.topic-post .post-actions .quote-post-button,
.topic-post .post-vote > span,
.forum-edit-page .button-1,
.move-topic-page .button-1,
.private-messages .button-1,
/*plugins*/
.nopAjaxCartPanelAjaxBusy:before,
.miniProductDetailsPanelAjaxBusy:before,
.productAddedToCartWindowSummary .button-1,
.selected-options-list > li span:after,
.ui-slider-range,
.ui-slider-handle,
.productPanelAjaxBusy:before,
.infinite-scroll-loader:before,
.nivo-directionNav a:hover,
.nivo-controlNav a:hover,
.nivo-controlNav a.active,
.spc-header li span:after,
.spc-body .loading-overlay:before,
.previous-product a:hover,
.next-product a:hover,
.quickView .k-loading-image:before,
.quickView .ui-accordion-header-active span,
.ropc .section .title:after,
.ropc .estimate-shipping button,
.ropc .coupon-box-panel .coupon-code button,
.ropc .giftcard-box-panel .coupon-code button,
.ropc .complete-button button,
.rich-blog-homepage .owl-prev:hover,
.rich-blog-homepage .owl-next:hover,
.post-navigation a:hover,
.theme-roller .open-button:hover,
.k-edit-buttons.k-state-default button.k-dialog-insert.k-button,
button.ticket-info-button.k-button:before,
.ticket-buttons .tb-right .k-button.show-reply-button:before,
.ticket-buttons .tb-right .k-button.mark-resolved-button:before,
.ticket-buttons .tb-right .k-button.notes-button:before,
.ticket-buttons .tb-right .k-button.edit-ticket-button:before,
.ticket-buttons .tb-right .k-button.delete-ticket-button:before,
#submit-reply .buttons .k-button,
.my-tickets-page .clear-filters,
.manage-tickets-page .clear-filters,
.k-pager-numbers span.k-state-selected,
.k-widget.confirmation-wrapper button,
.filter-shops-button,
.shop-page .back-to-all-shops a:hover:before,
.shop-map-images .get-directions-to-shop:hover:after,
.cloudzoom-ajax-loader:before,
.gallery .slick-dots .slick-active button,
.overview .submit-ticket-button:hover,
.sale-of-the-day-offer .owl-nav .owl-prev:hover,
.sale-of-the-day-offer .owl-nav .owl-next:hover,
.sale-of-the-day-offer .owl-dot.active,
.sale-of-the-day-offer .go-to-product-page,
.home-page-filter-button .search-button {
  background-color: var(--pc) !important;
}

  .overview .add-to-cart-button:disabled {
    background-color: #dedede !important;
    color: #fff;
  }

    .overview .add-to-cart-button:disabled:hover {
      outline-color: transparent !important;
      cursor: default;
    }

.header-logo a img {
  width: 180px;
}

.cart .edit-item a,
.ui-dialog-titlebar,
.mini-shopping-cart input.cart-button,
.footer-block a:hover,
.footer-powered-by a,
.footer-designed-by a,
.block .view-all a:hover,
.block .tags li a:hover,
.product-tags-all-page li a:hover,
.breadcrumb strong,
.category-item:hover .title a,
.sub-category-item:hover .title a,
.manufacturer-item:hover .title a,
.sub-category-details .inner-title,
.manufacturer-details .inner-title,
.sub-category-details li a:hover,
.vendor-list li a:hover,
.overview .value a,
.variant-overview .value a,
.tier-prices .item-price,
.product-tags-list a:hover,
.product-reviews-page h1 a:hover,
.product-review-helpfulness .vote:hover,
.update-wishlist-button:hover,
.wishlist-page .share-info a,
.enter-password-title,
.new-accept-privacy-policy .read,
.login-page .forgot-password a:hover,
.account-page .form-fields a,
.return-request-list-page a:hover,
.avatar-page .remove-avatar-button:hover,
.common-buttons input:hover,
.terms-of-service a,
.order-completed .details a,
.order-details-page .page-title a:hover,
.order-details-page .download a,
.order-details-page .view-details a,
.sitemap-page a:hover,
.post-body a,
.news-body a,
.blog-page .tags a,
.blogpost-page .tags a,
.blog-posts .read-more:hover,
.blog-posts .read-comments:hover,
.news-items .read-more,
.forum-search-page .search-error,
.forums-table-section .forum-title a:hover,
.forums-table-section .topic-title a:hover,
.topic-post .post-actions .post-link-button,
.forum-edit-page .button-2:hover,
.move-topic-page .button-2:hover,
.private-messages .button-2:hover,
.private-messages-page .pm-unread,
.profile-page .topic-title a:hover,
.vendorinfo-page .remove-picture-button:hover,
/*plugins*/
.filtersGroupPanel li.checked .filter-item-name,
.spc-categories .category-inner-title,
.spc-categories .category-sublist li a:hover,
.instant-search-item .detail .price,
.quickView .links-panel a:hover,
.ropc .cart .remove-product:hover,
.rich-blog-homepage .read-comments,
.blog-instant-search .k-item.rich-blog-autocomplete-last-item,
.blog-page .read-comments,
.category-list li a,
.related-posts-list li a,
.search-term-highlighter,
.order-details-page .product .submit-ticket-button,
.getUserGeoLocation:hover,
.align-map-button:hover,
.shops-item .show-directions:hover,
.shop-page .back-to-all-shops a:hover,
.shop-map-images .get-directions-to-shop:hover,
.shop-info a,
.nop-jcarousel .category-item:hover .title a,
.nop-jcarousel .sub-category-item:hover .title a,
.nop-jcarousel .manufacturer-item:hover .title a,
.nop-jcarousel .vendor-item:hover .title a {
  color: var(--pc) !important;
}

.mini-shopping-cart input.checkout-button:hover,
.mini-shopping-cart input[type="button"]:only-child:hover,
.poll .buttons input:hover,
.contact-vendor-button:hover,
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover,
.back-in-stock-subscription-page .button-1:hover,
.write-review .button-1:hover,
.wishlist-add-to-cart-button:hover,
.enter-password-form input[type="submit"]:hover,
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover,
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover,
.cart-collaterals .estimate-shipping-button:hover,
.cart-collaterals .coupon-code input[type="submit"]:hover,
.search-input .button-1:hover,
.new-comment .button-1:hover,
.news-list-homepage .view-all a:hover,
.forums-table-section .view-all a:hover,
.topic-post .post-actions .quote-post-button:hover,
.forum-edit-page .button-1:hover,
.move-topic-page .button-1:hover,
.private-messages .button-1:hover,
/*plugins*/
.productAddedToCartWindowSummary .button-1:hover,
.ropc .estimate-shipping button:hover,
.ropc .complete-button button:hover,
.page-body form > .buttons .k-button:hover,
#submit-reply .buttons .k-button:hover,
.my-tickets-page .clear-filters:hover,
.manage-tickets-page .clear-filters:hover,
.filter-shops-button:hover,
.sale-of-the-day-offer .go-to-product-page:hover,
.home-page-filter-button .search-button:hover {
  background-color: #5fcae5 !important;
  outline-color: #5fcae5 !important;
}

.checkout-page.order-completed-page .order-details-page .actions .button-1:hover {
  color: #5fcae5;
}

.cart-collaterals .active .accordion-tab-title,
/*plugins*/
.quickView .ui-accordion-header-active,
.ropc .section .title.active {
  border-bottom-color: var(--pc) !important;
}

.order-progress li.active-step a:after {
  border-left-color: var(--pc) !important;
}

/* JCarousel Styling */

.jCarouselMainWrapper .slick-prev:hover,
.jCarouselMainWrapper .slick-next:hover,
.nop-jcarousel .slick-dots .slick-active button,
.nop-jcarousel .slick-dots button:hover {
  background-color: var(--pc) !important;
}

/* secondary color */

.footer-upper {
  background-color: var(--pc);
}

.ui-datepicker-header,
.ui-datepicker-calendar .ui-state-active {
  background-color: #5FCAE5;
}

.cart .subtotal,
.mini-shopping-cart .price strong,
.mini-shopping-cart .totals strong,
.variant-overview .product-price,
.compare-products-table .product-price td,
/*plugins*/
.productAddedToCartWindowDescription .price,
.sale-of-the-day-offer .timer-info-box,
.sale-of-the-day-offer .price.actual-price {
  color: #3a4547;
}

.overview .product-price {
  font-family: 'Archivo', 'sans-serif';
  color: #009ee0;
}

.overview .product-discount {
  color: var(--pc) !important;
}

.overview .base-price {
  font-family: 'Archivo', 'sans-serif';
  font-size: 17px;
  color: #555352;
  text-decoration: line-through;
  line-height: 20px;
}

.ui-datepicker-calendar .ui-state-active {
  outline-color: #3a4547;
}

@media all and (max-width: 1024px) {
  .responsive-nav-wrapper > div,
  .plus-button {
    background-color: var(--pc) !important;
  }

  .category-page-body .page-title h1,
  .manufacturer-page-body .page-title h1,
  .manufacturer-all-page-body .page-title h1,
  .vendor-all-page-body .page-title h1,
  .vendor-page-body .page-title h1,
  .product-tags-all-page-body .page-title h1,
  .products-by-tag-page-body .page-title h1,
  .recently-viewed-products-page-body .page-title h1,
  .recently-added-products-page-body .page-title h1,
  .compare-products-page-body .page-title h1,
  /*plugins*/
  .spc-categories .category-title {
    color: var(--pc) !important;
  }
  /* secondary color */
  .admin-header-links,
  .store-search-box {
    background-color: #3a4547;
  }

  .responsive-nav-wrapper-parent {
    border-top-color: #3a4547;
  }
}

@media all and (min-width: 481px) {
  /*plugins*/
  .spc-categories .product-box-add-to-cart-button:hover {
    background-color: var(--pc) !important;
  }
}

@media all and (min-width: 769px) {
  .bestsellers .owl-prev:hover,
  .bestsellers .owl-next:hover,
  .product-selectors .product-viewmode a.selected,
  .topic-post .post-actions .manage-post a:hover {
    background-color: var(--pc) !important;
  }

  /*plugins*/
  .ropc .section .title {
    border-bottom-color: var(--pc) !important;
  }
}

@media all and (min-width: 1025px) {
  .category-navigation-title:after,
  .product-grid.bestsellers .item-box .buttons-lower input:hover,
  .product-grid.bestsellers .item-box .buttons-lower button:hover,
  /*plugins*/
  .spc-categories .spc-header li:hover span,
  .spc-categories .spc-header li.active span,
  .spc-categories .product-grid .item-box input.button-2:hover,
  .spc-categories .product-grid .item-box button.button-2:hover,
  .rich-blog-body .block:hover .title,
  .rich-blog-body .blog-search-box.active .search-box-button {
    background-color: var(--pc) !important;
  }

  .category-navigation-list > li:hover > a,
  .category-navigation-list > li:hover > span,
  .category-navigation-list > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li a:hover,
  .breadcrumb a:hover,
  .compare-products-page .clear-list,
  /*plugins*/
  .category-navigation-list > li > .sublist-wrap > .sublist .box li a:hover,
  .spc-categories .category-info:hover .category-title {
    color: #009de0 !important;
  }
  /*plugins*/
  .ropc .coupon-box-panel .coupon-code button:hover,
  .ropc .giftcard-box-panel .coupon-code button:hover {
    outline-color: #009de0 !important;
  }

  .header-links,
  .header-selectors {
    border-top-color: #5FCAE5 !important;
  }

  .category-navigation-list > li > .sublist-wrap > .sublist > li > a,
  .header-menu > ul > li > .sublist-wrap > .sublist > li > a,
  /*plugins*/
  .category-navigation-list > li > .sublist-wrap > .sublist .box .title,
  .header-menu > ul > li > .sublist-wrap > .sublist .box .title {
    border-bottom-color: #5FCAE5 !important;
  }
  /* secondary color */
  /*Best seller*/
  .bestsellers {
    display: block;
    position: relative;
    margin: 0 0 30px;
  }

    .bestsellers .title {
      padding: 0 0 6px;
    }

    .bestsellers .item-grid {
      position: static;
      border: 1px solid #e9e9e9;
      overflow: hidden;
      background-color: #fff;
    }

    .bestsellers .owl-stage-outer {
      margin: 0 -1px 0 1px;
    }

    .bestsellers .owl-stage {
      background-color: #fff;
    }

    .bestsellers .owl-item {
      float: left;
      width: 50%;
    }

    .bestsellers .item-box {
      width: 100% !important;
      margin: 0 !important;
    }

    .bestsellers .product-item {
      margin: 0 0 0 -1px;
      padding: 0 !important;
      border-width: 0 1px 1px;
      border-color: #f0f0f0;
      text-align: left;
    }

      .bestsellers .product-item:after {
        content: "";
        display: block;
        clear: both;
      }

    .bestsellers .item-box:nth-child(3) .product-item {
      border-bottom-width: 0;
      /*last item in each column*/
    }

    .bestsellers .picture {
      float: left;
      width: 40%;
      margin: 0;
      padding: 20px 10px 20px 20px;
    }

    .bestsellers .details {
      float: right;
      width: 60%;
      padding: 20px 20px 20px 10px;
    }

    .bestsellers .product-title {
      height: 20px !important;
      margin: 0 0 8px;
      padding: 0;
    }

      .bestsellers .product-title a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      }

    .bestsellers .details .prices {
      height: 65px !important;
      margin: 0 0 16px;
      padding: 0;
      white-space: normal !important;
    }

    .bestsellers .buttons-upper,
    .bestsellers .buttons-lower {
      position: static !important;
      float: left;
      width: auto !important;
      height: auto !important;
      border: none !important;
      background-color: transparent;
    }

    .bestsellers input.button-2,
    .bestsellers button.button-2 {
      width: 36px !important;
      height: 33px !important;
      background-color: #f6f6f6 !important;
    }

    .bestsellers .add-to-wishlist-button {
      background-position: -36px center !important;
    }

    .bestsellers .product-box-add-to-cart-button {
      background-position: right center;
    }

      .bestsellers .product-box-add-to-cart-button span {
        background-color: transparent !important;
        font-size: 0 !important;
      }

        .bestsellers .product-box-add-to-cart-button span:before,
        .bestsellers .product-box-add-to-cart-button span:after {
          display: none !important;
        }

    .bestsellers .owl-prev,
    .bestsellers .owl-next {
      position: absolute;
      top: -2px;
      width: 37px;
      height: 37px;
      background-repeat: no-repeat;
      font-size: 0;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .bestsellers .owl-prev {
      left: 0;
      background-image: url('../img/arrow-prev.png');
      background-position: right center;
    }

    .bestsellers .owl-next {
      right: 0;
      background-image: url('../img/arrow-next.png');
      background-position: left center;
    }

    .bestsellers .owl-prev:hover {
      background-color: #f74258;
      background-position: left center;
    }

    .bestsellers .owl-next:hover {
      background-color: #f74258;
      background-position: right center;
    }

    .bestsellers.product-grid .product-item .details .add-info .buttons-lower {
      display: none;
    }

    .bestsellers .item-box .buttons-upper input[type="button"] {
      margin: 0 3px 0 0 !important;
    }

  .product-grid.bestsellers .item-box .picture {
    display: table;
    width: 40% !important;
    height: auto;
  }

  .item-grid .item-box .product-item .add-info .description,
  .item-grid .item-box .product-item .add-info .buttons-upper .add-to-cart-button-mobile {
    display: none;
  }

  .spc-body .item-grid .item-box .product-item .add-info .buttons-upper .add-to-cart-button-mobile,
  .bestsellers .item-grid .item-box .product-item .add-info .buttons-upper .add-to-cart-button-mobile {
    display: inline-block;
  }
}

/* PLUGINS */

.spc-products .spc-header .title {
  color: #000 !important;
  font-family: 'Archivo', sans-serif !important;
  font-size: 15px !important;
}

.productAddedToCartWindowTitle,
.miniProductDetailsView .product-name {
  color: #000 !important;
  font-family: 'Archivo', sans-serif;
}

.productAddedToCartWindowDescription h1,
.miniProductDetailsView .product-variant-name {
  color: #000 !important;
}

.productAddedToCartWindowSummary .button-1,
.productAddedToCartWindowSummary a {
  font-size: 14px !important;
  font-family: 'Archivo', sans-serif;
}

.ajaxCart .k-window-titlebar .k-window-actions a {
  background-color: #eaeaea !important;
}

.filter-block a.toggleControl {
  font-size: 15px !important;
  font-family: 'Archivo', sans-serif !important;
  color: #000 !important;
}

.nopAjaxFilters7Spikes {
  margin: 0 !important;
}

  .nopAjaxFilters7Spikes .close-filters,
  .spc .category-mobile-navigation {
    background-color: #ececec !important;
  }

.footer .footer-middle .footer-block.quick-contact .list li span:before {
  background-color: transparent !important;
}

.block .block-account-navigation .list a:hover {
  color: #fff !important;
}

.productPanelAjaxBusy:before,
.infinite-scroll-loader:before,
.item-box.dummy-box:before {
  background-color: var(--pc) !important;
}

.ribbon-text {
  font-size: 15px !important;
  color: var(--pc) !important;
}

.miniProductDetailsView .overview {
  padding: 20px 5px 20px 10px !important;
}

.miniProductDetailsView .product-variant-name {
  font-size: 16px !important;
}

.previous-product a,
.next-product a {
  font-size: 14px !important;
}

.two-colums-area-right .jCarouselMainWrapper .slick-prev:hover,
.two-colums-area-right .jCarouselMainWrapper .slick-next:hover {
  background-color: var(--pc) !important;
}

#product-price-container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

  #product-price-container .product-discount {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    margin-right: 10px;
    border: 3px solid var(--pc);
  }

    #product-price-container .product-discount .discount-value {
      font-size: 21px;
      font-weight: bold;
      font-family: 'Archivo', sans-serif;
      line-height: 1.12;
    }

    #product-price-container .product-discount label {
      font-size: 9.5px;
      font-weight: bold;
      text-transform: uppercase;
    }

.carousel-title-no-border {
  text-transform: uppercase;
  font-weight: 800;
  border-bottom: none !important;
  font-size: 30px !important;
  color: #000000;
}

.category-sublist {
  text-transform: uppercase;
  font-weight: 800;
}

/* ACTION BANNER */

.action-banner {
  padding: 50px 40px;
  margin-bottom: 50px;
  background-image: url(../img/action-banner-bck.jpg);
}

  .action-banner .action-title {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
  }

    .action-banner .action-title span {
      color: #FFFFFF;
    }

  .action-banner .action-content {
    width: 50%;
    margin: 25px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #FFFFFF;
    font-family: Helvetica;
  }

  .action-banner .view-more-btn {
    padding: 15px 35px;
    font-family: 'Archivo', sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 0;
    height: 45px;
    color: #FFFFFF;
    background-color: var(--pc);
    text-transform: uppercase;
    cursor: pointer;
    border: none;
  }

/* ONLINE SHOPPING BENEFITS */

.online-shopping-benefits {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-around;
  padding: 50px 0 30px;
  margin-bottom: 30px;
  background-color: #ffffff;
}

  .online-shopping-benefits .benefit-icon {
    width: 65px;
    height: 60px;
    margin: 0 auto 25px;
  }

    .online-shopping-benefits .benefit-icon.one {
      background-image: url(../img/benefit-icon1.svg);
    }

    .online-shopping-benefits .benefit-icon.two {
      background-image: url(../img/benefit-icon2.svg);
    }

    .online-shopping-benefits .benefit-icon.three {
      background-image: url(../img/benefit-icon3.svg);
    }

    .online-shopping-benefits .benefit-icon.four {
      background-image: url(../img/benefit-icon4.svg);
    }

    .online-shopping-benefits .benefit-icon.five {
      background-image: url(../img/benefit-icon5.svg);
    }

  .online-shopping-benefits .content {
    width: 130px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
  }

/* HOME PRODUCTS GRID */

.home-page-product-grid .product-title {
  height: 100px !important;
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
}

.spc-products .spc-header .title {
  min-height: 36px;
  margin-bottom: 5px;
  font-size: 30px !important;
  color: #333;
  border-bottom: none;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 30px;
  text-align: left;
}

.spc-products .navigation li span:after {
  content: none;
}

.spc-products .navigation li.active span {
  background-color: var(--pc);
  color: #fff;
}

.spc-products .navigation li span:hover {
  background-color: var(--pc);
  color: #fff;
}

.spc-products .navigation li span {
  margin-left: 4px;
}

/* YOUTUBE VIDEO */

.productTabs-body .full-description iframe {
  width: 100%;
  height: 500px;
}

@media (min-width: 681px) {
  .spc-categories .product-title {
    height: auto !important;
  }

    .spc-categories .product-title a {
      white-space: normal !important;
    }
}

@media (min-width: 681px) {
  .spc-categories .product-title a {
    white-space: normal !important;
    height: 60px !important;
  }
}

@media (min-width: 1281px) {
  .filter-block .filtersGroupPanel {
    padding: 15px 35px;
  }
}

@media (min-width: 1025px) {
  .spc-categories .product-grid .item-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .spc-categories .product-grid .product-item {
    height: 225px !important;
  }

  .spc-categories .product-grid .item-grid .product-item {
    height: auto;
  }

  .spc-categories .item-box {
    border: 1px solid #ececec;
  }

    .spc-categories .item-box .product-item {
      border: none;
    }
}

.jCarouselMainWrapper .carousel-title-no-border .slick-arrow:hover {
  background-color: var(--pc) !important;
}

.sublist .picture-title-wrap .picture {
  height: auto !important;
}

.sublist .picture-title-wrap .title {
  font-size: 16px;
  color: #000;
}

.sublist .subcategories li {
  font-size: 16px;
  color: #000;
}

  .sublist .subcategories li .view-all {
    font-size: 18px;
    color: #009EE0;
    font-weight: 700;
  }

.mega-menu-categories .sublist-wrap .has-sublist {
  color: #000;
}

  .mega-menu-categories .sublist-wrap .has-sublist .sublist-wrap .sublist li {
    font-size: 16px;
    color: #000;
  }

.three-items-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

  .three-items-holder .item-box {
    border: 1px solid #ececec;
  }

    .three-items-holder .item-box .product-item {
      border: none;
    }

    .three-items-holder .item-box .details .product-title {
      height: auto;
    }

    .three-items-holder .item-box .details .add-info .prices {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }

    .three-items-holder .item-box .product-item {
      height: auto;
    }

      .three-items-holder .item-box .product-item .add-info .prices {
        height: auto;
        margin-bottom: 0;
      }

#quickTab-description .full-description {
  min-height: 50px;
}

.jCarouselMainWrapper .carousel-title-no-border .slick-arrow:hover {
  background-color: var(--pc) !important;
}

.item-box .product-item .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sublist .picture-title-wrap .picture {
  height: auto !important;
}

.doc-type-selector {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
}

  .doc-type-selector .document-icon {
    display: table;
    width: 16px;
    height: 20px;
    margin-right: 10px;
    background-image: url('../img/document.png');
    background-repeat: no-repeat;
  }

  .doc-type-selector label {
    margin-right: 10px;
    color: var(--pc);
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Archivo', sans-serif;
  }

  .doc-type-selector .document-select {
    font-size: 14px;
    color: black;
    border: 3px solid var(--pc);
  }

    .doc-type-selector .document-select option {
      font-size: 14px;
      background-color: #f6f6f6;
    }

#quickView_reset-attributes,
#ajaxCart_reset-attributes,
#reset-attributes {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  color: var(--pc);
  border: 3px solid var(--pc);
  font-size: 14px;
  font-family: 'Archivo', sans-serif;
}

  #quickView_reset-attributes .reset-icon,
  #ajaxCart_reset-attributes .reset-icon,
  #reset-attributes .reset-icon {
    display: table;
    width: 17px;
    height: 17px;
    margin-right: 6px;
    background-image: url('../img/reset.png');
    background-repeat: no-repeat;
  }

.spc-categories {
  margin: 0 0 30px !important;
}

  .spc-categories .category-info {
    height: 452px !important;
  }

  .spc-categories.landscape .category-picture img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

.owl-carousel .owl-item {
  padding-right: 6px !important;
  padding-left: 6px;
}

.nop-jcarousel .carousel-title {
  margin: 0 0 10px !important;
}

.home-page .slider-wrapper {
  margin-bottom: 30px !important;
  margin-left: 5px;
}

.slider-wrapper ~ .spc {
  margin-top: 20px !important;
}

.jCarouselMainWrapper {
  margin: 0 0 20px !important;
}

.bestsellers .item-box .rating,
.spc-categories .item-box .rating {
  margin: initial;
}

/* start NOP-270 */

.bestsellers.product-grid .product-item .details .add-info {
  min-height: 70px;
}

.bestsellers .product-item .details .add-info,
.category-products .product-item .details .add-info {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
}

  .bestsellers .product-item .details .add-info .prices,
  .category-products .product-item .details .add-info .prices {
    width: 100%;
  }

/* end */

.responsive-nav-wrapper .close-menu {
  display: none;
}

.header .center .header-text .header-text-close {
  display: none;
}

/* NOP-284 */

.page.category-page .slider-wrapper.anywhere-sliders-nivo-slider {
  margin-bottom: 2.5%;
}

/*SPC*/

.category-details .category-sublist .category-sublist-title,
.category-details .category-sublist .category-sublist-sort-title,
.category-details .category-sublist .spc-sort {
  display: none;
}

.spc-categories .product-grid .item-grid .item-box .buttons-lower {
  display: none;
}

.spc-categories .product-grid .item-grid .item-box .buttons-upper .add-to-cart-button-mobile {
  background-position: -72px;
}

/*END of SPC*/

/*NOP-365*/

.page.product-details-page .product-essential .overview {
  position: initial;
}

.page.product-details-page .product-essential {
  position: relative;
}

.html-product-details-page .item-group-modal {
  position: fixed;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  top: 50%;
  left: 50%;
  max-width: 500px;
}

  .html-product-details-page .item-group-modal .modal-close {
    padding: 5px 15px;
    background-color: var(--pc);
    font-size: 20px;
    text-align: right;
    color: #fff;
  }

  .html-product-details-page .item-group-modal .modal-content {
    padding: 20px 50px;
  }

  .html-product-details-page .item-group-modal.hide-modal {
    display: none;
  }

  .html-product-details-page .item-group-modal.show-modal {
    display: block;
    z-index: 1072;
    border: 1px solid #dddddd;
    background-color: white;
  }

.page.product-details-page .product-essential .overview .overlay-modal-show,
.page.product-details-page.group-product .overlay-modal-show,
.variant-overview .overlay-modal-show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1071;
  opacity: 0.3;
  background-color: #000;
}

.page.product-details-page .product-essential .overview .overlay-modal.overlay-modal-hide {
  display: none;
}

.product-details-page .slick-track {
  margin: 0;
}

/*NOP-343*/

.page-body .product-essential {
  position: relative;
}

.gallery .picture img {
  height: 50vh;
}

.overview {
  margin: 0 !important;
}

  .overview .time-and-price-delivery {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    max-width: 85%;
  }

    .overview .time-and-price-delivery .info {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      height: 50px;
      width: 100%;
      max-width: 500px;
      padding: 0px 5px;
      text-align: center;
      font-size: 13px;
      font-family: 'Archivo', sans-serif;
      background-color: #dedede;
    }

      .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 {
        display: flex;
        justify-content: flex-end;
        position: relative;
        width: auto;
      }

        .overview .time-and-price-delivery .info .delivery-info .delivery-text {
          margin-left: 20px;
        }

        .overview .time-and-price-delivery .info .delivery-info .delivery-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;
        }

      .overview .time-and-price-delivery .info .shipping-info {
        display: flex;
        justify-content: flex-end;
        position: relative;
        width: auto;
        margin-left: 15px;
      }

        .overview .time-and-price-delivery .info .shipping-info .shipping-icon {
          position: absolute;
          top: -3px;
          left: -5px;
          height: 25px;
          width: 25px;
          background-image: url(../img/free-shipping.svg);
          background-repeat: no-repeat;
          font-size: 0;
        }

        .overview .time-and-price-delivery .info .shipping-info .shipping-text {
          margin-left: 20px;
        }

.new-sort-button {
  display: none;
}

/*NOP-313 - Anywhere slider title and description*/

@-webkit-keyframes text-show {
  0% {
    display: none;
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.anywhere-sliders-nivo-slider {
  position: relative;
}

  .anywhere-sliders-nivo-slider .nivoSlider a.nivo-imageLink {
    background: transparent;
    opacity: 1;
  }

  .anywhere-sliders-nivo-slider .carousel-container,
  .anywhere-sliders-nivo-slider .one-image-carousel-container {
    position: absolute;
    left: 50px;
    top: 85%;
    -webkit-transform: translate(-85%);
    -ms-transform: translate(-85%);
    transform: translateY(-85%);
    display: table;
    width: 45%;
    z-index: 99;
    color: white;
    font-weight: 800;
  }

    .anywhere-sliders-nivo-slider .carousel-container .title,
    .anywhere-sliders-nivo-slider .one-image-carousel-container .one-image-title {
      margin-bottom: 15px;
      font-size: 50px;
      line-height: 40px;
      text-transform: uppercase;
      animation: text-show 1000ms forwards;
    }

    .anywhere-sliders-nivo-slider .carousel-container .description,
    .anywhere-sliders-nivo-slider .one-image-carousel-container .one-image-description {
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase;
      animation: text-show 1000ms forwards;
    }

/**/

/* start Surfly */

.custom-surfly-button {
  position: fixed;
  top: 50%;
  left: calc(100% - 20px);
  z-index: 99;
  background-color: var(--pc);
  color: #ffffff;
  cursor: pointer;
  font-family: Helvetica;
  line-height: 11px;
  text-align: center;
  font-size: 14px;
  width: 164px;
  height: 20px;
  padding: 3px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transform: rotate(270deg) translate(-72px, -72px) !important;
}

/* end */

/* Unit price message */

#product-price-container .price-unit-note {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  color: #000;
}

.d-none {
  display: none;
}

/*eProc*/

.header-links-wrapper {
  display: flex;
  margin-left: auto;
}

/* JCAROUSEL SLIDER */

.nop-jcarousel.product-grid .carousel-item {
  padding-bottom: 0 !important;
}

/*E-PROCUREMENT BUTTON U HEADER-U*/

.eProc-button {
  display: flex;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #fff;
  align-items: center;
  justify-content: center;
}

  .eProc-button a {
    width: 25px;
    height: 25px;
    background: url(../img/eprocurement-button.png) center no-repeat;
    background-color: transparent;
    background-size: contain;
  }

.header-links-wrapper .eProc-button {
  font-size: 0;
}

.footer-block .eProc-button {
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
}

  .footer-block .eProc-button a {
    padding-left: 25px;
    background: url(../img/e-procurement-button-mobile.png) center no-repeat;
    background-position: left;
  }

/* Intelisale purchased slider*/

.intelisale-default-slider .slick-arrow,
.shopping-cart-page .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.0, 1.0);
  background-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  border: none;
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
}

.shopping-cart-page .slick-arrow {
  margin: inherit;
}

.intelisale-default-slider .slick-next,
.shopping-cart-page .slick-next {
  right: 0;
  background-image: url(../img/horizontal-next.png);
  background-position: left center;
}

.intelisale-default-slider .slick-prev,
.shopping-cart-page .slick-prev {
  right: 40px;
  background-image: url(../img/horizontal-prev.png);
  background-position: right center;
}

.intelisale-default-slider .slick-next:hover {
  background-color: var(--pc) !important;
  background-position: right center;
}

.intelisale-default-slider .slick-prev:hover {
  background-color: var(--pc) !important;
  background-position: left center;
}

.intelisale-default-slider .slick-dots {
  padding-top: 0;
}

  .intelisale-default-slider .slick-dots .slick-active button,
  .shopping-cart-page .slick-dots .slick-active button {
    background-color: var(--pc);
  }

.intelisale-default-slider .item-box-purchased {
  margin-top: 10px;
  margin-bottom: 20px;
}

.intelisale-default-slider .intelisale-purchased-item {
  display: inline-block;
  padding: 0 12px 0 0;
}

.intelisale-default-slider .item-box-purchased .add-to-cart-button-mobile {
  display: none;
}

/*recently added products page*/

.recently-added-products-page .product-grid .item-box .buttons-upper .add-to-cart-button-mobile {
  display: none;
}

/* Category item */

.item-box .product-item .details .add-info .prices .actual-price {
  font-size: 16px;
  text-align: left;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*ITEM ADD TO CART BUTTON */

.ajax-cart-button-wrapper .product-box-add-to-cart-button {
  padding-left: 43px;
}

.intelisale-slider-items-over-five .quick-view-button {
  margin: 0;
}

  .intelisale-slider-items-over-five .item-box .buttons-upper input[type="button"],
  .intelisale-slider-items-over-five .quick-view-button a {
    width: 25px;
    margin: 0 4px;
  }

.intelisale-slider-items-over-five .item-box .actual-price {
  font-size: 18px;
}

/* sub category details */

.sub-category-details .sub-category-sublist li {
  padding: 3px 0;
}

  .sub-category-details .sub-category-sublist li a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .sub-category-details .sub-category-sublist li .view-all {
    color: #009EE0;
    font-weight: 800;
  }

.related-products-grid .title {
  margin-top: 15px;
}

/* admin-header-links baza i ENV samo Development*/

.administration-env,
.administration-db {
  color: red !important;
}
/* Display Header Message For Unregistered Customer*/

.header-text .header-text-label1 {
  font-weight: 800;
}

.header-text .header-text-label1,
.header-text .header-text-label2 {
  margin-right: 5px;
}

.header-text .header-text-register,
.header-text .header-text-login {
  margin-right: 5px;
  cursor: pointer;
  text-decoration: underline;
}

/* spc - categories ikonice */

.spc-categories .product-grid .item-box:hover input.button-2,
.spc-categories .product-grid .item-box:hover button.button-2,
.spc-categories .add-to-compare-list-button,
.spc-categories .product-grid .item-grid .item-box .buttons-upper .add-to-wishlist-button,
.spc-categories .product-item .details .add-info .buttons-upper .add-to-cart-button-mobile,
.spc-categories .product-grid .item-grid .item-box .buttons-upper .add-to-cart-button-mobile {
  background-color: #f6f6f6 !important;
}

.spc-categories .buttons-upper .quick-view-button a {
  background: url(../img/search-grey.png) center no-repeat !important;
  background-position: center;
}

  .spc-categories .buttons-upper .quick-view-button a:hover {
    background: url(../img/search-red.png) center no-repeat !important;
    background-color: transparent;
  }

.spc-categories .item-box .buttons-upper .add-to-compare-list-button {
  background-image: url(../img/arrows-grey.png) !important;
  background-position: center;
}

  .spc-categories .item-box .buttons-upper .add-to-compare-list-button:hover {
    background-image: url(../img/arrows-red.png) !important;
  }

.spc-categories .item-box .buttons-upper .add-to-wishlist-button {
  background-image: url(../img/like-grey.png) !important;
  background-position: center 8px !important;
}

  .spc-categories .item-box .buttons-upper .add-to-wishlist-button:hover {
    background-image: url(../img/like-red.png) !important;
  }

.spc-categories .item-box .buttons-upper .add-to-cart-button-mobile {
  background-image: url(../img/cart-red.png) !important;
  background-position: center !important;
}

.intelisale-purchased-slider .intelisale-purchased-item,
.intelisale-related-slider .intelisale-purchased-item {
  margin-bottom: 30px;
}

/* Clound zoom gallery */

.cloudzoom-fade-1 {
  opacity: 0;
}

.price-container {
  background: #ececec;
  padding: 15px;
}

.product-details-page .overview .price-container {
  background: none;
  padding: 0;
}

  .product-details-page .overview .price-container .price-wrapper {
    background: #ececec;
    padding: 15px;
    border-radius: 1rem;
    position: relative;
  }

  .product-details-page .overview .price-container .sales-rep {
    margin-top: 15px;
  }

    .product-details-page .overview .price-container .sales-rep iframe {
      height: 220px;
      width: 100%;
    }

/* Plus minus button for quantity product */
.product-essential .overview .add-to-cart,
.variant-overview .add-to-cart {
  position: relative;
}

.miniProductDetailsView .overview .qty-input,
.miniProductDetailsView .overview .qty-dropdown,
.variant-overview .qty-input,
.variant-overview .qty-dropdown,
.quickViewWindow .overview .qty-input,
.quickViewWindow .overview .qty-dropdown {
  min-width: 150px !important;
}

.footable .order-summary-qty-input {
  width: 120px !important;
}

.productQuantityTextBox,
.order-summary-qty-input,
.qty-input {
  padding: 0 22px !important;
}

.miniProductDetailsView .overview .miniProductDetailsViewAddToCartButton {
  padding: 0 20px;
  background-position: center;
  font-size: 0;
}

.nop-jcarousel .product-minus-btn,
.nop-jcarousel .product-plus-btn,
.intelisale-slider .product-minus-btn,
.intelisale-slider .product-plus-btn,
.spc-products .product-minus-btn,
.spc-products .product-plus-btn,
.category-page .product-minus-btn,
.category-page .product-plus-btn,
.recently-added-products-page .product-minus-btn,
.recently-added-products-page .product-plus-btn,
.product-essential .overview .product-minus-btn,
.product-essential .overview .product-plus-btn,
.product-variant-line .product-minus-btn,
.product-variant-line .product-plus-btn,
.intelisale-default-slider .product-plus-btn,
.intelisale-default-slider .product-minus-btn,
.home-page-product-grid .product-plus-btn,
.home-page-product-grid .product-minus-btn,
.search-page .product-plus-btn,
.search-page .product-minus-btn,
.manufacturer-page .product-plus-btn,
.manufacturer-page .product-minus-btn,
.product-tag-page .product-plus-btn,
.product-tag-page .product-minus-btn,
.vendor-page .product-plus-btn,
.vendor-page .product-minus-btn {
  position: absolute;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 22px;
  height: 35px;
  color: red;
  font-size: 22px;
  cursor: pointer;
}

.footable .product-plus-btn,
.footable .product-minus-btn {
  position: absolute;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 22px;
  height: 43px;
  color: red;
  font-size: 22px;
  cursor: pointer;
}

.nop-jcarousel .product-plus-btn,
.intelisale-slider .product-plus-btn,
.spc-products .product-plus-btn,
.category-page .product-plus-btn,
.recently-added-products-page .product-plus-btn,
.intelisale-default-slider .product-plus-btn,
.home-page-product-grid .product-plus-btn,
.search-page .product-plus-btn,
.manufacturer-page .product-plus-btn,
.product-tag-page .product-plus-btn,
.vendor-page .product-plus-btn {
  position: absolute;
  right: 50%;
}

.item-box .product-plus-btn {
  right: 2%;
}

.footable .product-plus-btn {
  left: 96px;
  top: -42px;
}

.product-essential .overview .product-plus-btn,
.product-variant-line .product-plus-btn {
  right: 5px;
}

.nop-jcarousel .product-minus-btn,
.intelisale-slider .product-minus-btn,
.spc-products .product-minus-btn,
.category-page .product-minus-btn,
.recently-added-products-page .product-minus-btn,
.product-essential .overview .product-minus-btn,
.product-variant-line .product-minus-btn,
.intelisale-default-slider .product-minus-btn,
.home-page-product-grid .product-minus-btn,
.search-page .product-minus-btn,
.manufacturer-page .product-minus-btn,
.product-tag-page .product-minus-btn,
.vendor-page .product-minus-btn {
  position: absolute;
  left: 5px;
}

.item-box .product-minus-btn {
  left: 2%;
}

.ajax-cart-button-wrapper input.productQuantityTextBox {
  position: relative;
  top: initial;
  left: initial;
  padding: 0px !important;
}

.footable .product-minus-btn {
  top: 40px;
  left: 5px;
}

.html-wishlist-page .quantity {
  text-align: start;
}

.html-wishlist-page thead .quantity {
  text-align: start;
  padding-left: 5%;
}

.nop-jcarousel .product-minus-btn span,
.nop-jcarousel .product-plus-btn span,
.intelisale-slider .product-minus-btn span,
.intelisale-slider .product-plus-btn span,
.spc-products .product-minus-btn span,
.spc-products .product-plus-btn span,
.category-page .product-minus-btn span,
.category-page .product-plus-btn span,
.recently-added-products-page .product-minus-btn span,
.recently-added-products-page .product-plus-btn span,
.product-essential .overview .product-minus-btn span,
.product-essential .overview .product-plus-btn span,
.product-variant-line .product-minus-btn span,
.product-variant-line .product-plus-btn span,
.intelisale-default-slider .product-plus-btn span,
.intelisale-default-slider .product-minus-btn span,
.home-page-product-grid .product-plus-btn span,
.home-page-product-grid .product-minus-btn span,
.footable .product-plus-btn span,
.footable .product-minus-btn span,
.search-page .product-plus-btn span,
.search-page .product-minus-btn span,
.manufacturer-page .product-plus-btn span,
.manufacturer-page .product-minus-btn span,
.product-tag-page .product-plus-btn span,
.product-tag-page .product-minus-btn span,
.vendor-page .product-plus-btn span,
.vendor-page .product-minus-btn span {
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nop-jcarousel .product-plus-btn span,
.intelisale-slider .product-plus-btn span,
.spc-products .product-plus-btn span,
.category-page .product-plus-btn span,
.recently-added-products-page .product-plus-btn span,
.product-essential .overview .product-plus-btn span,
.product-variant-line .product-plus-btn span,
.intelisale-default-slider .product-plus-btn span,
.home-page-product-grid .product-plus-btn span,
.footable .product-plus-btn span,
.search-page .product-plus-btn span,
.manufacturer-page .product-plus-btn span,
.product-tag-page .product-plus-btn span,
.vendor-page .product-plus-btn span,
.shopping-cart-page .product-plus-btn span {
  background-image: url('../img/plus.png');
  filter: hue-rotate(210deg);
}

.nop-jcarousel .product-minus-btn span,
.intelisale-slider .product-minus-btn span,
.spc-products .product-minus-btn span,
.category-page .product-minus-btn span,
.recently-added-products-page .product-minus-btn span,
.product-essential .overview .product-minus-btn span,
.product-variant-line .product-minus-btn span,
.intelisale-default-slider .product-minus-btn span,
.home-page-product-grid .product-minus-btn span,
.footable .product-minus-btn span,
.search-page .product-minus-btn span,
.manufacturer-page .product-minus-btn span,
.product-tag-page .product-minus-btn span,
.vendor-page .product-minus-btn span,
.shopping-cart-page .product-minus-btn span {
  background-image: url('../img/minus.png');
  filter: hue-rotate(210deg);
}

.product-grid .item-box:hover .ajax-cart-button-wrapper input + button,
.product-grid .item-box:hover .ajax-cart-button-wrapper select + button {
  padding: 0 !important;
  opacity: 0;
}

/* Category page product list view */

.product-list .item-grid {
  margin: 0 5%;
}

.product-list .item-box {
  width: 100% !important;
  margin-bottom: 2%;
}

  .product-list .item-box .product-item {
    padding: 10px;
    display: flex;
    border: none;
  }

  .product-list .item-box .picture {
    width: 30%;
    margin-right: 2%;
    margin-bottom: 0;
  }

  .product-list .item-box .details {
    width: 68%;
  }

  .product-list .item-box .product-title {
    height: initial;
  }

  .product-list .item-box .description {
    display: block;
    margin: 0 0 12px;
    line-height: 1.2;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #444;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }

.category-page .product-list .quick-view-button a,
.product-tag-page .product-list .quick-view-button a {
  background: url(../img/search-grey.png) center no-repeat !important;
  border: 1px solid #e9e9e9;
}

  .category-page .product-list .quick-view-button a:hover,
  .product-tag-page .product-list .quick-view-button a:hover {
    background: url(../img/search-red.png) center no-repeat !important;
    background-color: transparent;
  }

.category-page .product-list .add-to-wishlist-button {
  background-position: center 8px !important;
}

.category-page .product-list .item-box .buttons-upper .add-to-cart-button-mobile {
  display: none;
}

/* Nivo slider */

.anywhere-sliders-nivo-slider {
  margin-bottom: 35px;
}

.nivo-slider-banner-small {
  display: inline-flex;
  width: 33%;
  min-height: 150px;
}

  .nivo-slider-banner-small .theme-banner-small {
    width: 100%;
    margin: 0 auto !important;
  }

/* Sub category name */

.master-column-wrapper .category-page .sub-category-head {
  display: none;
}

/* Grouped product view versions */

.grouped-product-productBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

  .grouped-product-productBox .associated-products-count {
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 43px;
    padding-left: 10px;
    background-color: #ececec;
    color: #605d5c;
  }

    .grouped-product-productBox .associated-products-count span:first-child {
      padding-right: 5px;
    }

  .grouped-product-productBox .go-to-product-details-page {
    display: flex;
    align-items: center;
    height: 43px;
    padding-left: 10px;
    background-color: #009EE0;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size: 15px;
    border-radius: 5px;
  }

/* GLOBAL OVERRIDES */

.color-red {
  color: var(--pc) !important;
}

.quickViewWindow .overview .purchase-area .add-to-cart .qty-input {
  width: unset !important;
}

/* Cart/Whislist table style */

.order-summary-content .cart .unit-price,
.order-summary-content .cart .subtotal,
.wishlist-content .cart .unit-price,
.wishlist-content .cart .subtotal {
  white-space: unset;
}

.order-summary-content .cart .unit-price,
.order-summary-content .cart .subtotal,
.wishlist-content .cart .unit-price,
.wishlist-content .cart .subtotal,
.order-summary-content .cart .sku,
.order-summary-content .cart .product a,
.wishlist-content .cart .sku,
.wishlist-content .cart .product a {
  font-size: 14px;
}

/*scrollbar style */

.scrollbar-style {
  scrollbar-width: thin;
  -ms-overflow-style: scrollbar;
  scrollbar-arrow-color: #fff;
  scrollbar-3dlight-color: #fff;
  scrollbar-highlight-color: #fff;
  scrollbar-shadow-color: #fff;
  scrollbar-darkshadow-color: #fff;
  scrollbar-track-color: #fff;
}

  .scrollbar-style::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }

  .scrollbar-style::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }

  .scrollbar-style::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #CC0200;
    border: 1px solid #FF0000;
  }

/* PICK N GO */

.pick-n-go-heading {
  display: none !important;
  margin: 10px 0;
  font-size: 20px;
  color: #333;
}

.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: #333;
  }

.two-columns-area .product-grid .buttons-upper,
.two-columns-area .product-grid .buttons-lower {
  display: none;
}

.jCarouselMainWrapper .slick-prev:hover {
  background-color: #f74258 !important;
  background-position: left center;
}

.jCarouselMainWrapper .slick-next:hover {
  background-color: #f74258 !important;
  background-position: right center;
}

/* end JCarousel*/

/*INTELISALE CAROUSEL TABS*/

.intelisale-tabs {
  padding: 0;
  margin: 25px 15px 25px;
  text-align: center;
}

  .intelisale-tabs .active {
    background-color: var(--pc);
    color: #fff;
  }

.intelisale-tab {
  padding: 9px 21px;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
}

  .intelisale-tab:hover {
    background-color: var(--pc);
    color: #fff;
  }

.intelisale-slider-title a {
  padding-left: 10px;
  font-size: 14px;
  color: var(--orange-color);
}

body .intelisale-slider .owl-arrows-left {
  background: url('../img/arr-left.svg') no-repeat center;
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 20px;
  background-size: contain;
}

body .intelisale-slider .owl-arrows-right {
  background: url('../img/arr-right.svg') no-repeat center;
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 20px;
  background-size: contain;
}

#co-lpo-upload-form {
  margin-bottom: 20px;
}

.shopping-cart-page .cart-item-row .remove-from-cart-icon,
.shopping-cart-page .footable-row-detail .remove-from-cart-icon {
  background: url(../img/delete-icon.png) center no-repeat !important;
  cursor: pointer;
  height: 19px;
  width: 14px;
}

.shopping-cart-page .footable-row-detail .quantity-input-fields {
  height: 60px;
}

/*SPINER*/

.spinner {
  display: none;
  width: 100px;
  height: 100px;
  border-width: 3px;
  margin: 20px auto;
  border-radius: 50%;
  border: dashed 3px var(--pc);
  -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);
  }
}

.pick-n-go-btn {
  display: block;
  margin-bottom: 20px;
}

  .pick-n-go-btn .pick-n-go-btn-title {
    position: relative;
    padding-left: 20px;
    padding-left: 20px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
  }

    .pick-n-go-btn .pick-n-go-btn-title:before {
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      width: 16px;
      height: 17px;
      background-position: center 0;
      background-image: url(../img/footer-sprite.png);
      background-repeat: no-repeat;
    }

  .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;
    z-index: 1072;
    border: 1px solid #ddd;
    background-color: #fff;
  }

  .pick-n-go-modal .modal-header {
    padding: 5px 15px;
    background-color: var(--pc);
    font-size: 20px;
    color: #fff;
  }

  .pick-n-go-modal .modal-close-btn {
    float: right;
  }

  .pick-n-go-modal .modal-content {
    padding: 20px 50px;
    color: #888888;
    overflow: auto;
    max-height: calc(100vh - 200px);
  }

    .pick-n-go-modal .modal-content .pick-n-go-header {
      margin-bottom: 20px;
    }

    .pick-n-go-modal .modal-content > .pick-n-go-div {
      display: grid;
      margin-bottom: 15px;
      border-top: none;
      padding-top: 0;
      color: #333;
    }

      .pick-n-go-modal .modal-content > .pick-n-go-div ~ .pick-n-go-div {
        border-top: 1px solid #ececec;
        padding-top: 10px;
      }

    .pick-n-go-modal .modal-content .pick-n-go-div .pick-n-go-name {
      font-weight: 600;
    }

/* BLACKFRIDAY SKIN */

.black-friday .header-upper,
.black-friday .header-lower {
  background-color: #262727 !important;
}

.black-friday .header-middle,
.black-friday ul.mega-menu-responsive li {
  background-color: #060807 !important;
}

.black-friday .master-wrapper-page {
  background-color: #060807 !important;
}

.black-friday .header-menu > ul > li > a,
.black-friday .header-menu > ul > li > span,
.black-friday .header-menu > ul li > a,
.black-friday .footer-block .title,
.black-friday .footer-block a,
.black-friday .footer-block.quick-contact span,
.black-friday .filtersGroupPanel li .filter-item-name,
.black-friday .category-navigation-title,
.black-friday .filter-block .filtersGroupPanel,
.black-friday .category-page .product-plus-btn {
  color: #fff;
}

.black-friday .store-search-box input.search-box-text {
  background-color: #060807 !important;
}

.black-friday .item-box .product-item {
  background-color: #060807 !important;
  border: 2px solid #fff !important;
}

.black-friday .side-2 .page-title {
  background-color: #262727;
  border: none;
}

.black-friday .filter-block .title,
.black-friday .block .listbox,
.black-friday .block .title {
  background-color: #262727;
  color: #fff;
  border: none;
}

.black-friday .filter-block a.toggleControl {
  color: #fff !important;
}

.black-friday .product-selectors select,
.black-friday .category-navigation-title,
.black-friday .footer-middle,
.black-friday .footer-lower {
  background-color: #262727;
}

.black-friday .filtersGroupPanel.filtersCheckboxPanel,
.black-friday .filter-block .filtersGroupPanel {
  background-color: #060807;
}

.black-friday .intelisale-slider.tab-content:after {
  content: "";
  clear: both;
  display: block;
}

.black-friday .intelisale-slider .item-box:hover .buttons-lower {
  bottom: -25px;
}

.black-friday .item-box .rating {
  background: url(../img/rating-sprite-black-friday.png) left top repeat-x !important;
}

  .black-friday .item-box .rating div {
    background: var(--pc) url(../img/rating-sprite-black-friday.png) left bottom repeat-x;
  }

.black-friday .selected-options-list > li span {
  color: #6a6868;
}

  .black-friday .selected-options-list > li span:after {
    width: 16px;
    height: 16px;
    top: 5px;
    right: -2px;
  }

.black-friday .intelisale-slider .item-box .buttons-lower {
  background-color: var(--pc) !important;
  color: #fff;
}

.black-friday .item-box .buttons-lower button span:before {
  background: url(../img/cart-white.png) left top no-repeat;
}

.black-friday .item-box .buttons-lower button span:after {
  background: url(../img/cart-red.png) left top no-repeat;
}

.black-friday .intelisale-slider .item-box:hover .buttons-lower button span {
  background-color: #060807;
}

.black-friday .product-grid .item-box:hover .buttons-lower button,
.black-friday .intelisale-slider .item-box:hover .buttons-lower button {
  background-color: #060807;
}

.black-friday .item-box .buttons-lower button,
.black-friday .item-box .buttons-lower button span,
.black-friday .productQuantityTextBox {
  background-color: var(--pc);
}

.black-friday .category-page .product-minus-btn span::after {
  content: "-";
  color: #fff;
}

.black-friday .category-page .product-minus-btn span,
.black-friday .category-page .product-plus-btn span {
  background-image: none;
  height: auto;
}

  .black-friday .category-page .product-plus-btn span::after {
    content: "+";
    color: #fff;
  }

.black-friday .ajax-cart-button-wrapper input[type="text"],
.black-friday .sublist .picture-title-wrap .title,
.black-friday .sublist .subcategories li {
  color: #fff;
}

.black-friday .category-navigation-list,
.black-friday .category-navigation-list > li > .sublist-wrap > .sublist {
  background-color: var(--pc);
  border: 1px solid var(--pc);
}

.black-friday .category-page .product-list .item-box {
  padding: 2px;
}

.black-friday .pager li > a {
  color: #fff;
}

  .black-friday .pager li > a:hover {
    background-color: var(--pc);
  }

.black-friday .item-box .buttons-upper {
  background-color: #262727;
}

.black-friday .intelisale-slider .item-box .product-title,
.black-friday .intelisale-slider .item-box .product-title a,
.black-friday .category-page .page-body .product-grid .item-grid .item-box .product-title a {
  color: #fff !important;
}

.black-friday .category-navigation-list > li > a,
.black-friday .category-navigation-list > li > span {
  color: #fff;
}

.black-friday .item-box .buttons-lower {
  background-color: #060807 !important;
}

.black-friday .category-navigation-title:after,
.black-friday .product-selectors .product-viewmode a.list,
.black-friday .product-selectors .product-viewmode a.grid {
  border: 1px solid #fff;
}

.black-friday .filtersPanel,
.black-friday .nopAjaxFilters7Spikes {
  background-color: #060807 !important;
}

.black-friday .category-page .page-body .product-grid .item-grid .item-box .product-item .details .add-info .buttons-upper,
.black-friday .item-box .product-item .details .add-info .buttons-upper {
  background-color: var(--pc) !important;
  border: 1px solid #fff;
  left: 0;
}

.black-friday .category-page .page-body .product-grid .item-box .product-item .details .add-info .buttons-upper .add-to-compare-list-button,
.black-friday .category-page .page-body .product-grid .item-box .product-item .details .add-info .buttons-upper .add-to-wishlist-button,
.black-friday .category-page .page-body .product-grid .item-box .product-item .details .add-info .buttons-upper .add-to-cart-button-mobile {
  background-color: var(--pc) !important;
  border: none !important;
}

.black-friday .item-box .product-item .details .add-info .buttons-upper .add-to-compare-list-button,
.black-friday .item-box .product-item .details .add-info .buttons-upper .add-to-wishlist-button,
.black-friday .item-box .product-item .details .add-info .buttons-upper .add-to-cart-button-mobile {
  background-color: var(--pc) !important;
  border: none !important;
}

.black-friday .item-box .product-item .details .add-info .buttons-upper .add-to-cart-button-mobile {
  background-image: url(../img/cart-white.png) !important;
}

.black-friday .item-box .product-item .details .add-info .buttons-upper .add-to-wishlist-button {
  background-image: url(../img/like-white.png) !important;
}

.black-friday .item-box .product-item .details .add-info .buttons-upper .add-to-compare-list-button {
  background-image: url(../img/arrows-white.png) !important;
}

/* BLACKFRIDAY SKIN */
.pick-n-go-modal .modal-content .pick-n-go-div .pick-n-go-name {
  font-weight: 600;
}

.header-b2b-company-name {
  margin-right: 10px;
  font-weight: bold;
  font-size: 14px;
  color: var(--pc);
}

.header-links .b2b-company-name a {
  background-image: none;
}

/*get a quote button ui*/

#qetAQuote {
  display: block;
  margin: 15px auto 0;
  padding: 15px 15px;
  max-width: 200px;
  word-break: break-all;
}

button#checkout,
button#checkout-offer {
  display: block;
  padding: 15px 50px;
  margin: 0 auto 10px;
  max-width: 300px;
  width: 300px;
  text-align: center;
  border-radius: 0.5rem;
}

.login-see-prices {
  color: #039EE0;
  font-weight: bold;
}

.item-box .login-see-prices {
  margin-bottom: 10px;
  color: #039EE0;
  font-weight: unset !important;
}

/*PAYMENT UNSUCCESSFUL*/

.payment-unsuccessful {
  width: 90%;
  margin: 0 auto;
}

  .payment-unsuccessful .pmt-unsuccessful {
    margin: 40px 20px;
    text-align: center;
  }

  .payment-unsuccessful .order-number {
    text-transform: uppercase;
    font-size: 24px;
    color: #000000;
  }

    .payment-unsuccessful .order-number span {
      color: var(--pc);
      font-weight: 600;
    }

  .payment-unsuccessful .homepage-link {
    width: fit-content;
    padding: 1rem;
    margin: 0 auto;
    background-color: var(--pc);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.1s ease-in-out;
  }

    .payment-unsuccessful .homepage-link:hover {
      box-shadow: 0 0 3px var(--pc);
    }

  .payment-unsuccessful .description {
    padding: 20px;
    letter-spacing: 0.5px;
    line-height: 30px;
    text-align: justify;
    color: #00000090;
  }

/* Retry payment button on payment failed page */
.pmt-retry {
  text-align: center;
}

.payment-unsuccessful .pmt-retry {
  padding-bottom: 5px;
}

.pmt-retry input.re-order-button {
  padding: 12px 14px;
  border: 1px solid var(--pc);
  color: #fff;
  background-color: var(--pc);
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.checkout_note_section {
  margin: 0px;
  width: 641px;
  height: 150px;
  display: block;
  margin-bottom: 10px;
}

/*FOOTER BANK INFO*/

.footer-under-lower {
  width: 100%;
  padding: 10px 20px;
  align-items: center;
  background-color: var(--light-gray);
}

  .footer-under-lower small {
    display: inline-block;
    max-width: 1000px;
    /*margin-right: auto;*/
    font-family: var(--font--open-sans-regular);
    font-size: 8.5px;
    color: var(--text-gray);
    text-align: left;
    flex: 1;
  }

  .footer-under-lower .payment-icons,
  .payment-icons .payment-program {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

.payment-program img {
  height: 30px !important;
  width: auto !important;
}

.payment-icons {
  flex: 1;
}

.flex {
  display: flex;
}

.payment-icons .payment-program {
  margin: 5px;
}

/*Grouped Product DataTable*/

.productGroupedTable {
  width: 100% !important;
}

  .productGroupedTable .product-details-th,
  .productGroupedTable .product-details-td {
    display: none;
  }

  .productGroupedTable .product-details-td {
    position: absolute;
    left: 5%;
    z-index: 2;
    width: 90%;
    height: 350px;
  }

  .productGroupedTable .product-table-name.details-info p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
  }

  .productGroupedTable .product-table-price.details-info {
    width: 100px !important;
    white-space: nowrap;
  }

  .productGroupedTable .product-table-sku .additional-details .label,
  .productGroupedTable .product-table-cart-btn .quantity-detail-product,
  .productGroupedTable .product-table-cart-btn .packaging-detail-product,
  .productGroupedTable .product-table-price .old-product-price,
  .productGroupedTable .product-table-price .non-discounted-price,
  .productGroupedTable .product-table-price .product-price span:first-child,
  .productGroupedTable .product-table-cart-btn .min-qty-notification,
  .dataTables_wrapper .dataTables_info {
    display: none;
  }

  .productGroupedTable .product-table-sku .additional-details .sku a {
    font-size: 18px;
    color: var(--pc);
    white-space: nowrap;
    cursor: pointer;
  }

  .productGroupedTable .product-table-sku .additional-details .sku .sku-without-route {
    font-size: 18px;
    color: var(--pc);
  }

  .productGroupedTable .product-table-cart-btn .add-to-cart-panel .qty-input {
    width: 115px !important;
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    height: 43px;
    padding: 5px;
    padding-right: 25px;
    border-radius: 0;
    border: 1px solid #dedede;
    font-size: 18px;
    text-align: center;
  }

  .productGroupedTable .product-table-price {
    width: 150px;
  }

  .productGroupedTable .product-table-cart-btn .add-to-cart .add-to-cart-panel,
  .productGroupedTable .product-table-cart-th .add-to-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .productGroupedTable .details-info-tr {
    background: #fff;
  }

    .productGroupedTable .details-info-tr td {
      padding: 0;
      border: none !important;
      background: #fff;
    }

  .productGroupedTable .product-table-arrow-up-down {
    background: url('../img/img_marquise/down-arrow.png') no-repeat center center;
    background-size: 10px;
  }

  .productGroupedTable tr.shown td.product-table-arrow-up-down {
    background: url('../img/img_marquise/up-arrow.png') no-repeat center center;
    background-size: 10px;
  }

  .productGroupedTable .details-info {
    cursor: pointer;
  }

  .productGroupedTable .product-table-price .product-price span {
    color: #0093dd;
  }

.scrollbar-datatables::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}

.scrollbar-datatables::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: var(--pc);
}

.dataTables_wrapper .dataTables_filter {
  width: 60%;
}

  .dataTables_wrapper .dataTables_filter label {
    font-size: 0;
  }

    .dataTables_wrapper .dataTables_filter label::after {
      content: "";
      position: absolute;
      top: 28px;
      right: 5px;
      width: 30px;
      height: 30px;
      color: var(--pc);
      background: url(../img/img_marquise/search.png) center no-repeat;
      background-color: #ffffff !important;
    }

    .dataTables_wrapper .dataTables_filter label input {
      width: 100%;
      padding: .8rem;
      border: 1px solid #dedede;
      border-radius: 0px;
    }

      .dataTables_wrapper .dataTables_filter label input:hover {
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
      }

.dataTables_wrapper .dataTables_length label {
  font-size: 0;
}

.dataTables_wrapper #productGroupedTable_paginate {
  display: flex;
  margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate #productGroupedTable_previous {
  width: 60px;
  height: 40px;
  color: var(--pc);
  background: url(../img/img_marquise/arrow-left.png) center no-repeat;
  background-color: #ffffff;
  background-size: 12px;
  font-size: 0;
  cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate #productGroupedTable_next {
  width: 60px;
  height: 40px;
  color: var(--pc);
  background: url(../img/img_marquise/arrow-right.png) center no-repeat;
  background-color: #ffffff;
  background-size: 12px;
  font-size: 0;
  cursor: pointer;
}

.product-table-cart-th .add-to-cart .qty {
  width: 115px;
}

.product-table-cart-th .add-to-cart .cart {
  position: relative;
  left: 30px;
  border: unset;
}

.wishlist-content .cart .subtotal {
  text-align: center;
}

.wishlist-content .cart .product {
  width: 200px;
  padding-left: 0;
}

.cart, .data-table, .compare-products-table, .forums-table-section table {
  color: #000;
}

#productGroupedTable_wrapper .input-product-detail-box {
  position: relative;
}

#productGroupedTable_wrapper .product-minus-btn,
#productGroupedTable_wrapper .product-plus-btn {
  position: absolute;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 22px;
  height: 43px;
  color: red;
  font-size: 22px;
  cursor: pointer;
}

#productGroupedTable_wrapper .product-minus-btn {
  left: 0;
}

#productGroupedTable_wrapper .product-plus-btn {
  left: 80%;
}

  #productGroupedTable_wrapper .product-plus-btn span,
  #productGroupedTable_wrapper .product-minus-btn span {
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

#productGroupedTable_wrapper .product-minus-btn span {
  background-image: url('../img/minus.png');
}

#productGroupedTable_wrapper .product-plus-btn span {
  background-image: url('../img/plus.png');
}

#productGroupedTable_wrapper .product-table-cart-th,
#productGroupedTable_wrapper .product-table-cart-btn {
  max-width: 300px;
}

.productGroupedTable .product-table-cart-btn .add-to-cart-panel input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button !important;
  position: absolute;
  opacity: 1;
  top: 0;
  right: 0px;
  width: 25px;
  height: 100%;
}

.productGroupedTable .product-table-cart-btn .add-to-cart-panel .add-to-cart-button {
  width: 45px;
  height: 45px;
  color: #fff;
  background-color: #009EE0;
  border-color: #009EE0;
  background: #009EE0 url(../img/cart-3.png) no-repeat;
  background-position: center;
  border: none;
  font-size: 0;
  border-radius: 5px;
}

.productGroupedTable {
  width: 100% !important;
}

  .productGroupedTable .product-details-th,
  .productGroupedTable .product-details-td {
    display: none;
  }

  .productGroupedTable .product-details-td {
    position: absolute;
    left: 5%;
    z-index: 2;
    width: 90%;
    height: 350px;
  }

  .productGroupedTable .product-table-name.details-info p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
  }

  .productGroupedTable .product-table-price.details-info {
    width: 100px !important;
    white-space: nowrap;
  }

  .productGroupedTable .product-table-sku .additional-details .label,
  .productGroupedTable .product-table-cart-btn .quantity-detail-product,
  .productGroupedTable .product-table-cart-btn .packaging-detail-product,
  .productGroupedTable .product-table-price .old-product-price,
  .productGroupedTable .product-table-price .non-discounted-price,
  .productGroupedTable .product-table-price .product-price span:first-child,
  .productGroupedTable .product-table-cart-btn .min-qty-notification,
  .dataTables_wrapper .dataTables_info {
    display: none;
  }

  .productGroupedTable .product-table-sku .additional-details .sku a {
    font-size: 18px;
    color: var(--pc);
    white-space: nowrap;
    cursor: pointer;
  }

  .productGroupedTable .product-table-sku .additional-details .sku .sku-without-route {
    font-size: 18px;
    color: var(--pc);
  }

  .productGroupedTable .product-table-cart-btn .add-to-cart-panel .qty-input {
    width: 100% !important;
    min-width: 80px !important;
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    height: 43px;
    padding: 5px;
    padding-right: 25px;
    border-radius: 0;
    border: 1px solid #dedede;
    font-size: 18px;
    text-align: center;
  }

  .productGroupedTable .product-table-price {
    width: 150px;
  }

  .productGroupedTable .product-table-cart-btn .add-to-cart .add-to-cart-panel,
  .productGroupedTable .product-table-cart-th .add-to-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .productGroupedTable .details-info-tr {
    background: #fff;
  }

    .productGroupedTable .details-info-tr td {
      padding: 0;
      border: none !important;
      background: #fff;
    }

  .productGroupedTable .product-table-arrow-up-down {
    background: url('../img/img_marquise/down-arrow.png') no-repeat center center;
    background-size: 10px;
  }

  .productGroupedTable tr.shown td.product-table-arrow-up-down {
    background: url('../img/img_marquise/up-arrow.png') no-repeat center center;
    background-size: 10px;
  }

  .productGroupedTable .details-info {
    cursor: pointer;
  }

  .productGroupedTable .product-table-price .product-price span {
    color: #0093dd;
  }

.scrollbar-datatables::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}

.scrollbar-datatables::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: var(--pc);
}

.dataTables_wrapper .dataTables_filter {
  width: 60%;
}

  .dataTables_wrapper .dataTables_filter label {
    font-size: 0;
  }

    .dataTables_wrapper .dataTables_filter label::after {
      content: "";
      position: absolute;
      top: 28px;
      right: 5px;
      width: 30px;
      height: 30px;
      color: var(--pc);
      background: url(../img/img_marquise/search.png) center no-repeat;
      background-color: #ffffff !important;
    }

    .dataTables_wrapper .dataTables_filter label input {
      width: 100%;
      padding: .8rem;
      border: 1px solid #dedede;
      border-radius: 0px;
      background: #fff;
    }

      .dataTables_wrapper .dataTables_filter label input:hover {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      }

.dataTables_wrapper .dataTables_length label {
  font-size: 0;
}

.dataTables_wrapper #productGroupedTable_paginate {
  display: flex;
  margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate #productGroupedTable_previous {
  width: 60px;
  height: 40px;
  color: var(--pc);
  background: url(../img/img_marquise/arrow-left.png) center no-repeat;
  /*background-color: #ffffff;*/
  background-size: 12px;
  font-size: 0;
  cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate #productGroupedTable_next {
  width: 60px;
  height: 40px;
  color: var(--pc);
  background: url(../img/img_marquise/arrow-right.png) center no-repeat;
  /*background-color: #ffffff;*/
  background-size: 12px;
  font-size: 0;
  cursor: pointer;
}

.product-table-cart-th .add-to-cart .qty {
  width: 115px;
  margin-right: 2%;
}

.product-table-cart-th .add-to-cart .cart {
  position: relative;
  left: 0;
  border: unset;
  margin-left: 2%;
}

.cart th,
.data-table th,
.forums-table-section th {
  padding: 20px 0;
  text-align: left;
  font-size: 14px;
  font-weight: 900;
  color: var(--pc);
  text-align: center;
}

.wishlist-content .cart .subtotal {
  text-align: center;
}

.wishlist-content .cart .product {
  width: 200px;
  padding-left: 0;
}

  .order-summary-content .cart .unit-price,
  .order-summary-content .cart .subtotal,
  .wishlist-content .cart .unit-price,
  .wishlist-content .cart .subtotal,
  .order-summary-content .cart .sku,
  .order-summary-content .cart .product a,
  .wishlist-content .cart .sku,
  .wishlist-content .cart .product a {
    color: var(--pc);
  }

.cart,
.data-table,
.compare-products-table,
.forums-table-section table {
  color: #000;
}

#productGroupedTable_wrapper .input-product-detail-box {
  position: relative;
}

#productGroupedTable_wrapper .product-minus-btn,
#productGroupedTable_wrapper .product-plus-btn {
  position: absolute;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 22px;
  height: 43px;
  color: red;
  font-size: 22px;
  cursor: pointer;
}

#productGroupedTable_wrapper .product-minus-btn {
  left: 0;
}

#productGroupedTable_wrapper .product-plus-btn {
  left: auto;
  right: 0;
}

  #productGroupedTable_wrapper .product-plus-btn span,
  #productGroupedTable_wrapper .product-minus-btn span {
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

#productGroupedTable_wrapper .product-minus-btn span {
  background-image: url('../img/minus.png');
}

#productGroupedTable_wrapper .product-plus-btn span {
  background-image: url('../img/plus.png');
}

#productGroupedTable_wrapper .product-table-cart-th,
#productGroupedTable_wrapper .product-table-cart-btn {
  max-width: 300px;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.product-table-sku,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.product-table-price,
table.dataTable thead tr th:nth-child(2),
.productGroupedTable th.product-table-cart-th,
#productGroupedTable_wrapper .product-table-cart-btn,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td.product-table-arrow-up-down,
table.dataTable thead tr th:last-child,
table.dataTable thead tr th:nth-last-child(2),
table.dataTable thead tr th[aria-label^=Price] {
  display: table-cell !important;
}

#productGroupedTable_wrapper .qty-label {
  display: none;
}

.see-all-product-details-btn {
  display: inline-block;
  width: 200px;
  padding: 15px;
  font-size: 13px;
  font-family: 'Archivo', 'sans-serif';
  color: #fff;
  background-color: var(--pc);
  border-color: var(--pc);
  text-transform: uppercase;
  text-align: center;
}

.variant-overview .see-all-product-details-btn {
  width: 190px;
}

.see-all-product-details-btn:hover {
  color: #fff;
  background-color: #a60000;
  border-color: #900;
}

#productGroupedTable_wrapper .overview .add-to-wishlist-button, .variant-overview .add-to-wishlist-button {
  width: 47px;
  height: 47px;
  background-image: url('../img/img_marquise/heart.png');
  background-color: var(--pc);
  background-position: center;
}

.variant-overview .add-to-compare-list-button {
  width: 47px;
  height: 47px;
  background-image: url('../img/arrows-white.png');
  background-color: var(--pc);
  background-position: center;
}

.variant-overview .email-a-friend-button {
  width: 47px;
  height: 47px;
  background-image: url('../img/img_marquise//message.png');
  background-color: var(--pc);
  background-position: center;
  background-size: 20px;
}

#productGroupedTable_wrapper .variant-overview .add-to-wishlist,
#productGroupedTable_wrapper .variant-overview .compare-products,
#productGroupedTable_wrapper .variant-overview .email-a-friend {
  padding-top: 0 !important;
  vertical-align: top;
}

#productGroupedTable_wrapper .product-variant-box .product-variant-line .variant-overview .additional-details {
  color: var(--pc);
}

#productGroupedTable_wrapper .variant-overview .variant-description {
  margin-bottom: 0;
}

#productGroupedTable_wrapper .cart {
  background: none;
}

.associated-products-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px;
  margin-top: 20px;
  color: #000;
  margin-bottom: 10px;
  background-color: none;
  font-family: 'Archivo', sans-serif;
}

.overview .associated-products-box > div {
  padding: 5px 25px 5px 0;
}

.associated-products-box .associated-products-count {
  padding: 0 2px;
}

.associated-products-box .show-executions {
  width: 200px;
  padding: 10px;
  font-size: 13px;
  font-family: 'Archivo', 'sans-serif';
  color: #fff;
  background-color: var(--pc);
  border-color: var(--pc);
  text-transform: uppercase;
  text-align: center;
}

.packaging-detail-product-number input {
  max-width: 42px;
  min-width: 10px;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 15px;
  color: #000;
  text-align: left;
}

.packaging-box span:last-of-type {
  display: inline-block;
  position: relative;
  /*left: -24px;*/
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
  font-size: 14px;
  min-width: 50px;
  white-space: nowrap;
}

.product-details-page .overview .short-description {
  margin: 0;
}

.all-versions-btn {
  color: var(--pc);
}

.overview .add-to-cart-panel .input-product-detail-box {
  margin-right: 24px;
  position: relative;
}

.group-product .product-share-button {
  padding-top: 30px;
  padding-bottom: 40px;
}

.product-details-page.grouped-simple-product .packaging-detail-product-box,
.product-details-page.simple-product .packaging-detail-product-box,
.product-details-page.grouped-simple-product .quantity-detail-product,
.product-details-page.simple-product .quantity-detail-product {
  display: none !important;
}

.product-details-page.grouped-simple-product .all-versions-btn,
.product-details-page.grouped-simple-product .availability {
  display: inline-block;
}

.product-details-page.grouped-simple-product .all-versions-btn {
  font-weight: bolder;
  padding-bottom: 10px;
}

.order-summary-content .cart td {
  text-align: center;
}

.shopping-cart-page .cart-item-row .remove-from-cart-icon {
  margin-left: auto;
  margin-right: auto;
}

.cart .product {
  text-align: center;
  min-width: 200px;
}

.category-description .description-collapse {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

  .category-description .description-collapse.show {
    display: block;
  }

span.description-collapse-on.hide {
  display: none;
}

span.description-collapse-on {
  margin: 20px 0 0;
  display: block;
  font-weight: bold;
  cursor: pointer;
}

.footer-middle {
  position: relative;
  padding: 30px 0;
}

.html-product-details-page .item-group-modal .modal-content {
  overflow: auto;
  max-height: calc(100vh - 200px);
  color: #00000066;
}

.register-linked-text-button {
  min-width: 120px;
  border: none;
  color: var(--pc);
  padding: 15px 30px;
  font-size: 15px;
  font-weight: bold;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
}

.responsive-nav-wrapper-parent.header-modal-show + .master-wrapper-content {
  z-index: 1;
}

/*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;
}

.custom-loading {
  display: none;
  position: fixed !important;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999 !important;
}

  .shopping-cart-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(--pc) !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*/

.product-details-page-loading {
  position: fixed !important;
  top: 0 !important;
  padding-top: 20% !important;
  padding-left: 25% !important;
  z-index: 1 !important;
}

  .product-details-page-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(--pc) !important;
    width: 70px;
    height: 70px !important;
    -webkit-animation: spin 2s linear infinite !important;
    animation: spin 2s linear infinite !important;
  }

@-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: 22% !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: 12% !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: 3% !important;
    z-index: 1 !important;
  }
}

/*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;
}

/****pick n go store design****/

.pick-store-map,
.container-fluid.pick-n-go-section {
  background-color: #0000001a;
  padding: 20px 40px;
}

.store-price p, .store-address p {
  margin-bottom: 0;
  line-height: 18px;
  padding-left: 20px;
}

.pick-n-go-map .demo-section.k-content {
  position: absolute;
  top: 8px;
  left: 198px;
  z-index: 1;
  width: calc(100% - 275px);
  opacity: 0.8;
}

  .pick-n-go-map .demo-section.k-content:hover,
  .pick-n-go-map .demo-section.k-content:focus {
    opacity: 1;
  }

.pick-n-go-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
  background-color: #fff;
  padding: 10px 20px;
}

.pick-n-go-title {
  color: #c82333;
  word-break: break-word;
}

.pick-n-go-details {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  margin: 20px auto;
}

.pick-n-go-map {
  width: 100%;
  text-align: center;
  position: relative;
}

.pick-n-go-content {
  width: 40%;
  margin-right: 20px;
}

.gm-style .gm-style-iw-c {
  z-index: 2;
}

.cards-group .card {
  background-color: #c82333;
  color: #fff;
}

button.gm-ui-hover-effect {
  bottom: -6px !important;
  top: initial !important;
}

.gm-style-iw-d p {
  margin-bottom: 3px;
}

.store-address, .store-price {
  position: relative;
}

.store-price {
  margin-top: 20px;
  font-size: 20px;
}

.store-address:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-image: url(../img/footer-sprite-white.png);
  background-repeat: no-repeat;
}

.pick-n-go-content .locations {
  display: none;
}

  .pick-n-go-content .locations.anim {
    display: block;
    animation: fade_in_show 0.8s;
    position: relative;
    cursor: pointer;
  }

a.go-map-button {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: rgb(51, 51, 51);
  color: #fff;
  padding: 2px 5px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0,0.3);
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  min-width: 120px;
}

  a.go-map-button.active {
    display: block;
  }

  a.go-map-button:hover {
    background-color: #c82333;
    text-decoration: underline;
    color: #fff;
  }

.storeLocationInfo .card-title {
  margin-bottom: 0;
  padding: 1rem;
}

.storeLocationInfo .card-body {
  padding: 0 1rem 1rem;
  display: block;
}

@keyframes fade_in_show {
  0% {
    opacity: 0;
    transform: scale(0.8)
  }

  100% {
    opacity: 1;
    transform: scale(1)
  }
}

.close-details-card:before {
  content: "\e11b";
}

span.close-details-card.k-icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  color: #fff;
  padding: 18px;
}

.gm-style-mtc button {
  color: #fff !important;
  background-color: #c82333 !important;
}

.card-details-buttons a {
  display: inline-flex;
  background-color: #fff;
  padding: 5px;
  width: 100%;
  font-size: 15px;
  text-align: center;
  color: #c82333;
  word-break: break-word;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.30);
  border-radius: 0.15rem;
  text-transform: uppercase;
  align-items: center;
}

.card-details-buttons {
  margin: 15px auto 0;
  display: flex;
  justify-content: space-between;
}

  .card-details-buttons a:hover {
    color: #c82333;
    text-decoration: underline;
  }

@media (min-width: 992px) {
  .pick-n-go-content {
    height: 480px;
    overflow-y: auto;
  }
}

@media (min-width: 1025px) {
  .container-fluid.pick-n-go-section {
    padding: 0 20px;
  }

  .pick-n-go-content {
    height: 600px;
    overflow-y: auto;
  }
}

@media (max-width: 1024px) {
  .pick-n-go-map #map {
    height: 400px;
  }

  .k-webkit.k-webkit101, .container-fluid.pick-n-go-section {
    padding: 10px;
  }

  .pick-n-go-header {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .pick-n-go-details {
    flex-wrap: wrap;
  }

  .pick-n-go-map {
    width: 100%;
  }

  .pick-n-go-content {
    width: 100%;
    margin: 0 auto 20px;
  }
}

@media (max-width: 768px) {
  .storeLocationInfo .card-body {
    display: none;
  }

  .pick-n-go-map {
    display: none;
  }

  .product-list-view-header {
    display: none;
  }
}

@media (max-width: 576px) {
  .pick-n-go-map .demo-section.k-content {
    position: absolute;
    top: 55px;
    left: 10px;
    z-index: 1;
    width: calc(100% - 20px);
  }

  .gm-style .gm-style-iw-c {
    bottom: 100%;
    left: 0;
    top: initial;
    transform: translate3d(-50%,192%,0);
    box-shadow: 2px 3px 7px 1px rgba(0, 0, 0, 0.3);
  }

  .gm-style .gm-style-iw-t::after {
    display: none;
  }

  a.go-map-button {
    bottom: 15%;
  }
}

@media (max-width: 350px) {
  .gm-style .gm-style-iw-c {
    transform: translate3d(-50%,175%,0);
  }
}

.page.forbidden-page {
  min-height: 300px;
  text-align: center;
}

/* variations-checkbox-color-square ui updated*/

.attributes dd,
.attributes dt {
  float: none !important;
}

.attributes .option-list input[type="checkbox"],
.attributes .option-list input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.attributes .option-list li label {
  padding: 10px;
  display: block;
}

.attributes .option-list input[type="checkbox"]:checked + label:before,
.attributes .option-list input[type="checkbox"] + 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 .option-list.color-squares .attribute-square-container span {
    width: 30px !important;
    height: 30px !important;
  }

#reset-attributes {
  max-width: 150px;
}

/*PROMO OFFER*/

.offer-promo-date {
  width: 100%;
  margin: 10px auto;
}

  .offer-promo-date .promo-offer-valid {
    font-size: 13px;
    text-align: left;
    margin-right: 5px;
    font-weight: 900;
    color: black;
  }

.promo-offer-valid-dates {
  display: flex;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}

.offer-promo-date .promo-from-to {
  width: 215px !important;
  margin: 0 !important;
  font-weight: 900;
  font-size: 13px;
  color: #000;
}

.offer-promo-date .promo-period-from-to {
  color: #000;
}

/*phone country code validation*/
.phone-country-code {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.country-code-text {
  width: 20% !important;
}

.country-code-select {
  width: 45% !important;
}

#dialog-notifications-error {
  text-align: center !important;
}

.ui-dialog {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.stock .instock-store-topic-link {
  display: none;
}

  .stock .instock-store-topic-link.active {
    display: block;
    color: #000;
    margin: 10px 0;
  }

/* real one page checkout */

.checkout-page .address-grid {
  padding: 15px !important;
}

/* thank you page for real one page checkout */

.page.order-completed-page {
  background-color: #ffffff;
}

.order-completed-page .section.order-completed {
  border: none;
  padding: 20px 0 20px 40px;
  margin-bottom: 0;
}

.order-completed-page .page-title {
  background-color: #EDEDED;
  padding: 10px 0 10px 40px !important;
  margin-bottom: 0;
  border-bottom: none;
}

.order-completed-page .order-details-page .page-title {
  display: block;
  font-size: 16px !important;
  color: #333;
  text-transform: uppercase;
  font-family: 'Archivo', sans-serif;
  padding: 10px 10px 10px 30px !important;
  background-color: #EDEDED;
  position: relative;
}

  .order-completed-page .order-details-page .page-title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-left: 45px solid var(--pc);
    border-bottom: 0 solid transparent;
  }

  .order-completed-page .order-details-page .page-title h1 {
    color: var(--pc);
    font-size: 16px !important;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block !important;
    vertical-align: middle;
    line-height: 40px;
    padding-left: 10px;
  }

  .order-completed-page .order-details-page .page-title a {
    margin: 0 5px 0;
  }

.order-completed-page .order-overview {
  padding-left: 40px !important;
  margin-bottom: 10px;
}

.order-completed-page .order-completed .title,
.order-completed-page .order-completed .details {
  margin: 0 0 10px;
}

.order-completed-page .order-details-page .totals {
  width: 100% !important;
}

.order-completed-page .order-details-page .total-info {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

.order-completed-page .order-details-page .section.products .title {
  display: block;
  font-size: 16px !important;
  color: #333;
  text-transform: uppercase;
  font-family: 'Archivo', sans-serif;
  padding: 10px 10px 10px 30px;
  background-color: #EDEDED;
  position: relative;
}

  .order-completed-page .order-details-page .section.products .title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 41px solid transparent;
    border-left: 35px solid var(--pc);
    border-bottom: 0 solid transparent;
  }

  .order-completed-page .order-details-page .section.products .title strong {
    color: #333;
    font-size: 16px !important;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block !important;
    padding-left: 10px;
  }

.order-completed-page .order-details-page .actions {
  margin: 10px 0 0;
}

.order-completed-page .order-details-page .section.options,
.order-completed-page .order-details-page .section.products {
  margin: 0 0 10px;
}

.order-completed-page .table-wrapper {
  padding: 20px;
}

.order-completed-page .data-table {
  border: none;
}

/*Intelisale Carousel*/

.intelisale-carousel .owl-carousel .owl-controls {
  padding: 0 0 25px;
  text-align: center;
  font-size: 0;
}

.intelisale-carousel .owl-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

  .intelisale-carousel .owl-carousel .owl-dot span {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #c9c9c9;
  }

  .intelisale-carousel .owl-carousel .owl-dot.active span {
    background-color: var(--pc) !important;
  }

.intelisale-carousel .owl-carousel .owl-dots {
  margin-top: 0 !important;
}

/*Intelisale Carousel END*/

/*delivery in pdp*/

.overview .time-and-price-delivery .info::before {
  display: none;
}

.overview .time-and-price-delivery .info {
  background-color: transparent;
  flex-wrap: wrap;
  height: auto;
}

  .overview .time-and-price-delivery .info .delivery-info {
    justify-content: flex-start;
    position: relative;
    width: 100%;
  }

  .overview .time-and-price-delivery .info .shipping-info {
    justify-content: flex-start;
    position: relative;
    width: 100%;
    margin-left: 0;
  }

.overview .time-and-price-delivery {
  position: relative;
  bottom: initial;
  right: initial;
  justify-content: start;
  margin: 10px 0 20px;
}

.delivery-info span.delivery-text,
.shipping-info span.shipping-text {
  padding-left: 10px;
  font-style: italic;
  font-size: 16px;
  font-family: 'Archivo', sans-serif;
}

.availability .stock span.label {
  font-style: italic;
}

#stock-availability span.instock-vendor-status {
  display: block;
  margin: 10px 0 0;
  font-style: italic;
  font-size: 16px;
  font-family: 'Archivo', sans-serif;
  position: relative;
  padding-left: 36px;
  padding-top: 4px;
}

span.instock-vendor-status:before {
  content: "";
  display: block;
  background-image: url(../img/quick-deliveri.svg);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  background-size: 25px;
  font-size: 12px;
  top: 0;
}

body .ib-widget-wrapper + #ib-button-messaging {
  bottom: 72px;
  right: 15px !important;
}

#ib-button-messaging + #eye-catcher-container .ib-eye-catcher__content-container {
  bottom: 72px;
}

  #ib-button-messaging + #eye-catcher-container .ib-eye-catcher__content-container.right {
    right: 90px !important;
  }

@media (min-width: 481px) and (min-height: 421px) {
  .ib-widget-wrapper {
    bottom: 134px;
    height: calc(100vh - 144px) !important;
  }
}

/*delivery info in cart*/

.shopping-cart-page .time-and-price-delivery .delivery-info {
  display: none;
}

.shopping-cart-page .time-and-price-delivery .shipping-info {
  color: var(--pc);
}

.shopping-cart-page .time-and-price-delivery {
  margin: 20px auto 0;
  max-width: 80%;
}

.spinner-price {
  /* Spinner size and color */
  width: 1.5rem;
  height: 1.5rem;
  border-top-color: var(--pc);
  border-left-color: var(--pc);
  /* 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: block;
  vertical-align: middle;
  margin-left: 1rem;
  position: absolute;
  bottom: 105px;
}

.product-list .spinner-price {
  top: 0px;
  margin-left: 0rem;
  right: 30px;
}

/* Animation styles */
@keyframes spinner-price {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.infinite-loader {
  display: none;
  position: relative;
  z-index: 2;
  clear: both;
  height: 100px;
  font-size: 0;
  background-color: rgba(255,255,255,0.9);
}

  .infinite-loader:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 2px;
    background-color: var(--pc) !important;
    animation: animate 0.5s linear infinite;
  }

  .infinite-loader:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 5px;
    margin: 35px 0 0 -25px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0.1;
    animation: shadow 0.5s linear infinite;
  }

@-webkit-keyframes animate {
  15% {
    border-bottom-right-radius: 2px;
  }

  25% {
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@keyframes animate {
  15% {
    border-bottom-right-radius: 2px;
  }

  25% {
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@-webkit-keyframes shadow {
  0%, 100% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1);
  }
}

@keyframes shadow {
  0%, 100% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1);
  }
}

.product-table-cart-th .add-to-cart span {
  text-align: center;
}

.product-details-page.group-product .product-table-cart-th .add-to-cart span.price-unit {
  word-break: break-word;
}

.product-details-page.group-product .add-to-cart span.cart-price-unit {
  white-space: normal;
  word-break: break-word;
  padding: 0 5px;
}

.sub-category-item {
  border: none;
}

.dataTables_wrapper .dataTables_length {
  top: 18px !important;
}

/* pick up in store dropdown with img */

.shipping-method .method-name {
  display: flex;
}

.shipping-method .method-list li label {
  margin-left: 5px;
}

.checkout-page .select-pickup-point {
  text-align: left;
}

.checkout-page .shipping-method .select-pickup-point label {
  margin: 0 0 5px 5px;
}

.checkout-page .select-pickup-point {
  margin: 15px 0 0;
  text-align: left;
}

.shipping-method .method-description {
  text-align: left;
}

/* group product details */

#associated-products-table table.dataTable thead th {
  padding: 20px 10px;
  text-align: center;
}

#associated-products-table table.dataTable.display tbody tr td {
  text-align: center;
}

#associated-products-table .product-table-cart-th .add-to-cart .qty {
  width: 33%;
  margin-right: 0;
}

#associated-products-table table.dataTable.productGroupedTable thead .sorting,
#associated-products-table table.dataTable.productGroupedTable thead .sorting_desc {
  background-position: center left 30%;
}

#associated-products-table table.dataTable.productGroupedTable thead .sorting_asc {
  background-position: center left 25%;
}

@media (min-width: 1025px) {
  #associated-products-table .product-table-cart-th .add-to-cart .cart {
    margin-left: 0;
    word-break: break-word;
  }

  #associated-products-table .add-to-cart-panel .add-to-cart-panel-pp {
    width: 30%;
  }

  #associated-products-table .add-to-cart-panel > :first-child {
    width: 40%;
  }

  #associated-products-table .product-table-cart-th .add-to-cart span {
    min-width: 33%;
    display: block;
    text-align: center;
  }

  #associated-products-table #productGroupedTable_wrapper .product-minus-btn {
    left: 0;
  }

  #associated-products-table #productGroupedTable_wrapper .product-plus-btn {
    left: auto;
    right: 0;
  }
}

/* Custom CSS for specification attribute filtering dropdown */
.multiselect {
  position: relative;
  display: flex;
  flex-direction: column;
}

.select-dropdown-label-div {
  padding: 5px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

#filter-group-product-select-dropdown-div .dropdown-list {
  max-height: 200px;
  overflow-y: auto;
  border-radius: 0.25rem;
  background-color: #fff;
}

#filter-group-product-select-dropdown-div .dropdown-list-item {
  padding: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

  #filter-group-product-select-dropdown-div .dropdown-list-item label {
    cursor: pointer;
    width: 100%;
    display: block;
  }

/* Add Bootstrap classes and custom CSS */

.dropdown-list-item input[type="checkbox"] {
  margin-right: 5px;
  cursor: pointer;
  display: block;
}

.row {
  margin-bottom: 10px;
}

/*css for filters dropdown divs */

.dataTables_length-wrapper {
  margin: 20px 0;
}

  .dataTables_length-wrapper:after {
    content: "";
    clear: both;
    display: block;
  }

.associated-product-specification-section {
  position: relative;
  background: #ececec;
  padding: 1rem 0;
  margin: 2rem 0;
  border-radius: 0.5rem;
}

  .associated-product-specification-section .specification-container > div {
    width: 25%;
    background-color: rgb(252, 252, 252);
    border-radius: 0.4rem;
    font-size: 0.8rem;
    padding: .9rem 2.8rem .8rem 1.2rem;
    border-radius: .4rem;
    line-height: 1;
    font-weight: bold;
    color: #000;
    cursor: pointer;
  }

.arrow-down {
  background: url('../img/img_marquise/down-arrow.png') no-repeat center center;
  background-size: 10px;
}

.specification-container > div > div > .arrow-down {
  background: url('../img/img_marquise/down-arrow.png') no-repeat center center;
  background-size: 10px;
}

.associated-product-specification-section .specification-container {
  padding: 0 0.5rem;
  display: flex;
  justify-content: space-around;
  align-content: center;
  gap: 1rem;
}

.dataTables_length-wrapper {
  margin: 20px 0;
}

  .dataTables_length-wrapper:after {
    content: "";
    clear: both;
    display: block;
  }

.row.dropdown-Btn-Options-Div {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 48px;
  background-color: #ffffff;
  border-radius: 0.4rem !important;
}

.multiselect-dropdown-wrapper {
  position: relative;
  width: 16%;
  margin: 0 4px 0 0;
}

.dropdownSelectResetBtnDiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  margin: 0;
  border-bottom: 1px solid #ececec;
}

button.btn.selectAllBtn,
button.btn.resetBtn {
  display: block;
  border: none;
  outline: none;
  height: 100%;
  width: 50%;
  background: transparent;
  font-size: 14px;
}

button.btn.selectAllBtn {
  border-right: 1px solid #ececec;
}

#filter-group-product-select-dropdown-div {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.filter-section {
  display: none;
  background-color: #ececec;
  padding: 15px 15px 12px;
}

.select-dropdown-label-div input {
  width: 100%;
}

#active-filter-heading h5 {
  color: #000;
}

div#active-filter-heading {
  padding: 20px 0;
}

button#reset-all-button {
  border: none;
  background-color: #fcfcfc !important;
  font-size: 14px !important;
  color: #000;
}

#filter-group-product-select-dropdown-selected-item-div {
  align-items: center;
  justify-content: start;
}

  #filter-group-product-select-dropdown-selected-item-div div {
    background-color: #fcfcfc !important;
    padding: 8px;
    border-radius: 0.4rem !important;
    font-size: 14px !important;
    margin: 0 5px 5px 0;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    color: #000;
  }

button.cross-button {
  border: none;
  margin: 0 4px 0 8px;
  background: transparent;
  font-size: 14px;
  color: var(--pc);
}

.select-dropdown-label-div.arrow-downs:after {
  background: url(../img/img_marquise/down-arrow.png) no-repeat center center;
  background-size: 10px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  width: 10px;
  height: 10px;
  transform: translate(0, -50%);
}

.select-dropdown-label-div.arrow-up:after {
  background: url(../img/img_marquise/down-arrow.png) no-repeat center center;
  background-size: 10px;
  content: "";
  display: block;
  position: absolute;
  top: 38%;
  transition: .3s !important;
  -webkit-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
  right: 6%;
  width: 10px;
  height: 10px;
}

.variant-overview-buttons {
  display: inline-block;
  padding: 4px 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--pc) !important;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: var(--pc) !important;
}

/* addt to cart button color update to blue */

.intelisale-carousel .intelisale-slider .item-box:hover .buttons-lower button,
.jCarouselMainWrapper .nop-jcarousel.product-grid .carousel-item.slick-slide .item-box .buttons-upper .add-to-cart-button-mobile {
  background-color: #5fcae5 !important;
}

.intelisale-carousel .intelisale-slider .item-box .buttons-lower {
  border-radius: 5px;
}

.intelisale-carousel .intelisale-slider .item-box {
  margin-bottom: 30px;
}

.overview .add-to-cart-button:hover,
.mini-shopping-cart input[type="button"]:only-child:hover {
  background-color: #5fcae5 !important;
  outline-color: #5fcae5 !important;
}

.product-grid .item-box .product-item .details .add-info .buttons-upper .add-to-cart-button-mobile {
  background-image: url(../img/cart-3.png);
  border-radius: 5px;
  width: 40px;
  height: 43px;
  background-color: #009EE0;
}

.main-slider .slick-slide.image img,
.slick-slide.image img {
  max-width: 100%;
}

#filter-group-product-select-dropdown-div {
  flex-wrap: wrap;
}

  #filter-group-product-select-dropdown-div > .multiselect-dropdown-wrapper {
    flex-basis: 19%;
  }

    #filter-group-product-select-dropdown-div > .multiselect-dropdown-wrapper > .select-dropdown-label-div {
      padding: 0;
      border: none;
    }

.row.dropdown-Btn-Options-Div {
  top: 35px;
}

#productGroupedTable_wrapper > #dataTables_filter-using-search-field-and-attribute-options > .container.row {
  padding-bottom: 0;
  padding-top: 10px;
}

.athena-promo-banner {
  margin: 0 0 10px;
}

/*********** product 360 view **********/

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;
  }

.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%;
}

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,.5);
}

._360-viewer-container {
  width: 630px;
  max-width: 90%;
  max-height: 80vh;
  position: relative;
  height: auto;
  box-shadow: 0 0 2px rgba(0,0,0,.3);
  top: 45%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.main-360-spin {
  aspect-ratio: 1/1;
  height: auto !important;
}

._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;
  z-index: 1;
}

/* smart mega menu */
.smm-mega-menu ul li {
  text-align: left;
}

.html-registration-page .select2-container {
  width: 100% !important;
}

.item-box .product-item .product-availability-sign {
  margin-top: 10px;
  text-align: left;
  min-height: 20px;
}

  .item-box .product-item .product-availability-sign .availability-text,
  .product-details-page .overview .availability .stock#stock-availability span.label {
    color: #000;
  }

  .item-box .product-item .product-availability-sign .product-availability-color,
  .product-details-page .overview .availability .stock#stock-availability .value {
    height: 11px;
    width: 11px;
    display: inline-block;
    margin-left: 5px;
  }

    .item-box .product-item .product-availability-sign .product-availability-color.is-available,
    .product-details-page .overview .availability .stock#stock-availability .is-available {
      background: #66D640;
    }

    .item-box .product-item .product-availability-sign .product-availability-color.not-available,
    .product-details-page .overview .availability .stock#stock-availability .not-available {
      background: red;
    }

.product-grid .item-grid .item-box .product-item .add-info,
.intelisale-slider .item-box .product-item .details .add-info,
.intelisale-carousel-all-prod.product-grid.item-grid .item-box .product-item .details .add-info {
  min-height: 70px;
  align-items: center;
  display: inline-flex;
}

  .product-grid .item-grid .item-box .product-item .add-info .prices,
  .intelisale-slider .item-box .product-item .add-info .prices {
    margin: 10px 0 10px;
  }

.product-grid .item-grid .item-box .product-item .buttons-lower,
.intelisale-slider .item-box .product-item .buttons-lower {
  min-height: 75px;
}

.product-list .item-box .product-item .product-availability-sign {
  position: absolute;
  top: -5px;
  left: 0;
}

.product-list:not(.product-list-view-header) .item-box .product-item .buttons-lower {
  padding-top: 35px;
}

.product-list .item-box .product-item .buttons-lower .product-plus-btn,
.product-list .item-box .product-item .buttons-lower .product-minus-btn {
  top: 35px;
}

.product-list .item-box .product-item .buttons-lower.d-none .product-availability-sign {
  left: 20px;
}

.shopping-cart-page .table-cart-items th.subtotal {
  min-width: 220px;
}

.intelisale-slider-title {
  text-align: center;
  margin: 0 0 15px;
  position: relative;
  padding-top: 101px;
  font-weight: 400;
}

.intelisale-slider-title::before {
  content: "";
  background-image: url('../img/d-shape-black.svg');
  width: 100%;
  height: 80px;
  display: block;
  position: absolute;
  top: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.product-details-page .overview .availability-cart-wrapper {
  margin-top: 10px;
  position: relative;
}

  .product-details-page .overview .availability-cart-wrapper .availability {
    position: absolute;
    right: 0;
    width: 50%;
    text-align: center;
    padding: 5px;
    top: 5px;
    margin: 0;
  }

  .product-details-page .overview .availability-cart-wrapper .add-to-cart .add-to-cart-panel .qty-input,
  .product-details-page .overview .availability-cart-wrapper .add-to-cart .add-to-cart-panel .qty-dropdown {
    max-width: 200px !important;
    width: 100% !important;
    border-radius: 0.5rem;
  }

  .product-details-page .overview .availability-cart-wrapper .add-to-cart .add-to-cart-panel .add-to-cart-button,
  .call-for-price-button {
    color: #fff !important;
    background-color: var(--pc) !important;
    border-color: var(--pc) !important;
    width: 200px !important;
    padding: 0;
  }

#customer-info-input-btn-submit {
  color: #fff !important;
  background-color: var(--pc) !important;
  border-color: var(--pc) !important;
  width: 100% !important;
  padding: 0;
}

  .product-details-page .overview .availability-cart-wrapper .add-to-cart .add-to-cart-panel .add-to-cart-button:hover,
  .call-for-price-button:hover,
  #customer-info-input-btn-submit:hover {
    cursor: pointer;
    background-color: #5fcae5 !important;
  }

.product-grid .item-box,
.product-grid .item-box .product-item,
.intelisale-slider .item-box,
.intelisale-slider .item-box .product-item,
.category-grid .item-box,
.category-grid .item-box .sub-category-item,
.category-grid .item-box .sub-category-item .title,
.category-grid .item-box .sub-category-item .picture,
.category-grid .item-box .sub-category-item .picture a,
.anywhere-slider .slider-container .anywhere-mini-banner .mini-banner-item,
.anywhere-slider .slider-container .anywhere-mini-banner .mini-banner-item img {
  border-radius: 1rem;
}

.product-list-view-header {
  color: black !important;
  font-weight: bold;
  max-height: 100px
}

  .product-list-view-header .picture {
    margin-top: 7px !important;
  }

  .product-list-view-header .sku {
    background: #fff;
    font-size: 16px;
  }

  .product-list-view-header #product-list-view-title {
    margin-bottom: 5px;
  }

  .product-list-view-header #product-list-view-prices {
    margin-bottom: 4px;
  }

.smm-mega-menu .category-navigation-title,
.header-middle .center .flyout-cart-wrapper .flyout-cart,
.header-middle .center .flyout-cart-wrapper .flyout-cart .mini-shopping-cart,
.header-middle .center .flyout-cart-wrapper .flyout-cart .mini-shopping-cart #emptyMiniChartWrapper {
  border-radius: 0.5rem;
}

.flyout-cart-wrapper .cart-icon img {
  position: relative;
  height: 20px;
  width: auto;
  top: 3px;
  margin: 0 5px;
}

.header-middle .center .flyout-cart-wrapper {
  width: 250px;
  margin-left: 20px;
  padding: 0;
  border-radius: 0.5rem;
  background: var(--pc);
}

  .header-middle .center .flyout-cart-wrapper .cart-trigger {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    border: none;
  }

    .header-middle .center .flyout-cart-wrapper .cart-trigger .cart-qty,
    .header-middle .center .flyout-cart-wrapper .cart-trigger .cart-label,
    .header-middle .center .flyout-cart-wrapper .cart-trigger .cart-ttl {
      color: #fff;
    }

    .header-middle .center .flyout-cart-wrapper .cart-trigger::before {
      content: none;
    }

.mini-shopping-cart #emptyMiniChartWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

  .mini-shopping-cart #emptyMiniChartWrapper #emptyMiniChartText {
    padding: 25px;
    background-color: white;
    border-radius: 0.5rem 0.5rem 0 0;
    border-bottom: 1px solid #f6f6f6;
  }

  .mini-shopping-cart #emptyMiniChartWrapper input {
    float: none;
    width: 70%;
    margin: 15px auto;
    padding: 15px 0 12px;
    background-color: var(--pc);
    color: white !important;
    border-radius: 0.5rem;
  }

    .mini-shopping-cart #emptyMiniChartWrapper input:hover {
      outline-color: #5fcae5;
      background-color: #5fcae5;
    }

.mini-shopping-cart .price {
  padding: 10px 0;
  font-size: 18px;
}

  .mini-shopping-cart .price span.flyout-qty {
    color: black;
  }

.item-box .carousel-category-item {
  border: 1px solid #ececec;
  background-color: #fff;
  text-align: center;
  border-radius: 1rem;
}

  .item-box .carousel-category-item .details {
    min-height: 100px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
  }

.intelisale-slider .item-box .carousel-category-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.item-box .carousel-category-title {
  font-size: 16px !important;
  height: auto !important;
  overflow: hidden !important;
  padding: 0 15px;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
  color: #605d5c;
}

.smm-mega-menu .sublist-wrap .inner-wrap .box .picture-title-wrap:hover,
.smm-mega-menu .sublist-wrap .inner-wrap .box .inner-box:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.product-details-page .overview .login-see-prices + .availability-cart-wrapper {
  position: absolute;
  top: 10px;
  width: 50%;
}

  .product-details-page .overview .login-see-prices + .availability-cart-wrapper .availability {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 5px;
    margin: 0;
    left: 100%;
    padding: 10px 0;
  }

.product-details-page .overview .login-see-prices {
  width: 50%;
}

/****pdp video****/

.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 .2s ease;
}

.product-details-videos.video-slider button + .slick-list {
  margin: 0 25px;
}

/****end pdp video****/

/* 360 view button */

._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%;
}

/* end 360 view button */

.product-list .add-info {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}

.product-grid .item-grid .item-box .product-item .add-info .prices {
  word-break: break-word;
}

.checkout-page.order-completed-page .order-number {
  color: var(--pc);
}

.checkout-page.order-completed-page .order-details-page .order-info,
.checkout-page.order-completed-page .order-details-page .order-total,
.checkout-page.order-completed-page .order-details-page .order-details-area li,
.checkout-page.order-completed-page .order-details-page .total-info .cart-total-right {
  color: #000;
}

  .checkout-page.order-completed-page .order-details-page .order-total .product-unit-price,
  .checkout-page.order-completed-page .order-details-page .order-details-area .title,
  .checkout-page.order-completed-page .order-details-page .total-info .cart-total-left,
  .checkout-page.order-completed-page .order-details-page .total-info .cart-total-right strong .product-unit-price {
    color: var(--pc);
    font-weight: bold;
  }

.checkout-page.order-completed-page .order-details-page .section.products th.name {
  padding-left: 25px;
}

.product-item .details .add-info .prices span.old-price span {
  font-size: 15px;
}

  .product-item .details .add-info .prices span.old-price span.price-label,
  .product-item .details .add-info .prices span.old-price span.price-label-tax {
    font-size: 12px;
  }

.product-list .product-list-view-header .item-box .buttons-lower {
  padding-top: 0;
}

.product-list-view-header .item-box .buttons-lower #product-list-view-cartbtn {
  width: 100%;
  overflow: hidden;
  margin-bottom: 4px;
  text-overflow: ellipsis;
}

.products-wrapper {
  display: flex;
  flex-direction: column;
}

.pager .dot-between-2pagelinks {
  font-size: 22px;
  color: #8c8c8c;
}

.intelisale-slider-title .intelisale-carousel-viewall-button {
  color: #333;
}

.intelisale-slider-title .intelisale-carousel-slider-title {
  font-size: 20px;
  color: #2C4141;
}

.account-page .title {
  color: var(--pc);
}

/*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;
}
/*end call for price*/

.html-account-page .customer-pages-body .master-wrapper-content {
  padding: 0;
}

  .html-account-page .customer-pages-body .master-wrapper-content .account-page .page-title {
    display: none !important;
  }

iframe.eproc {
  height: 950px;
}

.shopping-cart-page iframe.eproc {
  border: none;
}

/* item-back-in-stock */

.product-details-page .overview .availability-cart-wrapper.back-in-stock-added .availability {
  width: 100%;
  left: 0;
}

  .product-details-page .overview .availability-cart-wrapper.back-in-stock-added .availability .stock {
    width: 100%;
  }

    .product-details-page .overview .availability-cart-wrapper.back-in-stock-added .availability .stock .availablity-status-wrapper {
      position: relative;
      text-align: right;
    }

.product-details-page .overview .availability-cart-wrapper.back-in-stock-added .add-to-cart .add-to-cart-panel .button-1.add-to-cart-button {
  margin-top: 35px;
}

.product-details-page .overview .availability-cart-wrapper.back-in-stock-added .availability .stock .item-back-in-stock-wrapper {
  margin: 20px 0;
  position: relative;
  z-index: 1;
}

.product-details-page .overview .availability-cart-wrapper.back-in-stock-added .availability .stock .item-back-in-stock {
  cursor: pointer;
  color: #009EE0;
  border: 2px solid #009EE0;
  padding: 5px;
  border-radius: 0.5rem;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}

  .product-details-page .overview .availability-cart-wrapper.back-in-stock-added .availability .stock .item-back-in-stock.disable-button {
    cursor: initial;
    color: #36b37e;
    border: none;
  }

    .product-details-page .overview .availability-cart-wrapper.back-in-stock-added .availability .stock .item-back-in-stock.disable-button.error {
      color: #ea4235;
    }

.product-details-page .overview .availability-cart-wrapper.back-in-stock-added .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 #009EE0 !important;
  width: 25px;
  height: 25px !important;
  -webkit-animation: spin 2s linear infinite !important;
  animation: spin 1.5s linear infinite !important;
  display: inline-block;
  left: 110%
}

/* end item-back-in-stock */

#product-price-container .old-product-price label {
  font-size: 16px;
}

.product-specs-box .data-table td {
  font-size: 12px;
}
/* end item-back-in-stock */

.product-specs-box {
  margin: 20px 0 10px;
}

  .product-specs-box .title {
    font-size: 20px;
    color: var(--pc);
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }

  .product-specs-box .spec-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

    .product-specs-box .spec-wrap .full-width {
      width: 100%;
    }

    .product-specs-box .spec-wrap .half-width {
      display: flex;
      justify-content: space-between;
      width: 49%;
      margin-bottom: 10px;
    }

      .product-specs-box .spec-wrap .half-width .spec-name,
      .product-specs-box .spec-wrap .half-width .spec-value {
        width: 49%;
      }

      .product-specs-box .spec-wrap .half-width .spec-name {
        font-weight: 600;
      }

.spec-wrap .more,
.spec-wrap .less {
  display: none;
  width: 100%;
  text-align: center;
}

  .spec-wrap .more .collapse-btn,
  .spec-wrap .less .collapse-btn {
    display: inline-block;
    text-align: center;
    border: none;
    background-color: var(--pc);
    transition: all 0.2s ease;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
  }

    .spec-wrap .more .collapse-btn::before {
      content: "\279C";
      margin-right: 10px;
      display: inline-block;
      transform: rotate(90deg);
    }

    .spec-wrap .less .collapse-btn::before {
      content: "\279C";
      margin-right: 10px;
      display: inline-block;
      transform: rotate(-90deg);
    }

.overview .manufacturers,
.additional-details .item-container {
  display: flex;
}

  .overview .manufacturers .label,
  .additional-details .item-container .item-left {
    margin-bottom: 10px;
    width: 150px;
    font-weight: 600;
    color: var(--pc);
  }

  .overview .manufacturers .value,
  .additional-details .item-container .item-right {
    margin-bottom: 10px;
    width: calc(100% - 170px);
  }

    .overview .manufacturers .value a {
      text-decoration: underline;
    }

.overview .additional-details,
.overview .manufacturers,
.product-specs-box .spec-wrap {
  font-size: 14px;
}

.footer-block.follow-footer,
.product-details-page .product-left-container .product-collateral {
  display: none;
}

.carousel-wrapper {
  position: relative;
  background: #D89F45;
  padding: 40px 0 40px;
}
.carousel-wrapper::before {
  content: "";
  background-image: url('../img/d-shape-white.svg');
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 160px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 320px;
}

.carousel-wrapper::after {
  content: "";
  background-image: url('../img/d-shape-white.svg');
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 160px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 320px;
}

.carousel-wrapper-inside {
  width: 450px;
  max-width: 70%;
  margin: auto;
}

.carousel-wrapper .item-box .product-item {
  border: none;
  background-color: transparent;
  text-align: center;
  border-radius: 20px;
  padding: 0;
}

.carousel-wrapper .item-box {
  width: 100%;
}

.carousel-wrapper .item-box img {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.carousel-wrapper .owl-carousel {
    position: relative;
}

.store-locator-section .header .center {
    flex-direction: column;
    align-items: flex-start;
    margin: 70px auto 100px;
}

.store-locator-section .header .center h2 {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 22px;
}


/* Main Intro Section */
.marquise-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 70%;
  margin: auto;
  padding: 40px 0;
  flex-wrap: wrap;
}

/* Content Styling */
.marquise-intro-content {
  width: 60%;
  text-align: justify;
}

.marquise-intro h2 {
  color: #d99e4e;
  font-size: 24px;
  margin-bottom: 15px;
}

.marquise-intro p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-top: 10px;
}

/* Buttons Styling */
.marquise-intro .buttons {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center; /* Centers buttons if needed */
}

.marquise-intro button {
  border: 2px solid #D99E4E;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease, transform 0.2s ease;
  min-width: 180px; /* Ensures all buttons have equal width */
  width: 100%;
}

  .marquise-intro button:hover {
    transform: scale(1.05);
  }

.marquise-intro .outline {
  background: transparent;
  color: #d99e4e;
}

.marquise-intro .filled {
  background: #2F3D39;
  color: #d99e4e;
}


/* Keep Previous Design for Screens 1024px and Above */
@media screen and (min-width: 1024px) {
  .marquise-intro {
    flex-direction: row;
    max-width: 70%;
    padding: 40px 0;
  }

  .marquise-intro-content {
    width: 60%;
  }

  .marquise-intro .buttons {
    width: 30%;
    align-items: flex-start;
  }

  .marquise-intro button {
    width: 100%; /* Ensures all buttons are equal */
  }
}
