﻿:root {
  --pc: #C62D2B;
  --sc: #3E92D7;
}

/*********** FONTS **********/

@font-face {
  font-family: "Wuerth-Bold";
  src: url("../fonts/Wuerth-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Wuerth-Bold.woff") format("woff"),
    url("../fonts/Wuerth-Bold.ttf") format("truetype"),
    url("../fonts/Wuerth-Bold.svg#Wuerth-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Wuerth-ExtraBoldCond";
  src: url("../fonts/Wuerth-ExtraBoldCond.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Wuerth-ExtraBoldCond.woff") format("woff"),
    url("../fonts/Wuerth-ExtraBoldCond.ttf") format("truetype"),
    url("../fonts/Wuerth-ExtraBoldCond.svg#Wuerth-ExtraBoldCond") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "roboto";
  src: url("../fonts/Roboto-Light.ttf") format("truetype"),
    url("../fonts/roboto-light.woff2") format("woff2"),
    url("../fonts/roboto-light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype"),
    url("../fonts/roboto-light.woff2") format("woff2"),
    url("../fonts/roboto-regular.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype"),
    url("../fonts/roboto-light.woff2") format("woff2"),
    url("../fonts/roboto-medium.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/*********** CSS RESET **********/
* {
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  --wurth-red: var(--pc);
  --wurth-black: #000;
  --wurth-gray: #605d5c;
  --wurth-blue: var(--sc);
}

*,
*: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;
}

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"] {
  -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: roboto, Helvetica, sans-serif;
  color: #4A5056;
  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 {
  text-align: center;
}

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;
  accent-color: var(--pc);
}

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 10px 30px;
}

.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: #333;
  font-family: Wuerth-Bold;
}

.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 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -o-justify-content: space-around;
  -ms-justify-content: space-around;
  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: #dedede;
  padding: 25px 30px;
  font-size: 15px;
  color: #000;
  font-family: Wuerth-Bold;
  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;
  margin-left: 10px;
  font-size: 15px;
  font-family: Wuerth-Bold;
  color: #8b8b8b;
}

.inputs input[type="text"],
.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: 20px;
  border: 1px solid #d9d9d9;
  color: #4a5056;
}

.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 {
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 17px;
  color: var(--pc);
  font-weight: 700;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
  display: block;
  margin: 5px 0 0;
  font-size: 15px;
  color: var(--pc);
}

.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;
}

.newsletter-input-box {
  white-space: normal;
  text-align: justify;
}

/*********** 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: Wuerth-Bold;
  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: Wuerth-Bold;
  color: var(--sc) !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: 1080;
  width: 100%;
  font-size: 17px;
  padding: 12px 25px 12px 30px;
  color: #fff;
  opacity: 0.95;
}

.bar-notification.success {
  background: var(--sc);
}

.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: Wuerth-Bold;
  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: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  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-family: "Wuerth-ExtraBoldCond";
  letter-spacing: 0.025em;
  line-height: 1.22em;
}

.eu-cookie-bar-notification .cookies-text {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  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: 1030;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: rgba(225, 225, 225, 0.75) url("../img/scroll-page.png") no-repeat
    center 48%;
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 50%;
}

#goToTop:hover {
  background-color: #ddd;
}

/*********** HEADER ***********/

.header .header-upper .center {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

  .header .header-upper .center .header-selectors-wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    order: 3;
    width: 30%;
    margin: 0 0 0 20px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    align-items: center;
  }

.header .header-upper .center .header-selectors-wrapper label {
  font-size: 0;
  cursor: pointer;
}

.header .header-upper .center .header-selectors-wrapper label::before {
  content: "\f013";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #4a5056;
}

  .header .header-upper .center .header-selectors-wrapper .header-selectors {
    top: initial;
    left: initial;
    right: initial;
    position: relative;
    border-top: none;
    box-shadow: none;
    background-color: initial;
  }

    .header .header-upper .center .header-selectors-wrapper .header-selectors .language-selector {
      padding: 0;
    }

      .header .header-upper .center .header-selectors-wrapper .header-selectors .language-selector select {
        float: right;
        border: none;
      }

.header .header-upper .center .header-links-account label {
  cursor: pointer;
}

.admin-header-links {
  min-height: 42px;
  text-align: center;
}

.admin-header-links * {
  display: inline-block;
  margin: 0 10px;
  line-height: 42px;
}

.admin-header-links a {
  text-transform: uppercase;
  white-space: nowrap;
}

.header-text {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  font-size: 16px;
  min-height: 42px;
  text-align: center;
  line-height: 42px;
  color: #000;
  justify-content: flex-start;
}

.header-text-unregistred {
  font-family: roboto;
  font-weight: 600;
  width: 90%;
  color: #4a5056;
}

.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 {
  background-image: url("../img/header-sprite-1.png");
  background-repeat: no-repeat;
}

.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;
  /*firefox line-height bug fix*/
  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: Wuerth-Bold;
  color: #000;
}

.mini-shopping-cart .price strong {
  vertical-align: middle;
  font-family: Wuerth-Bold;
  color: var(--sc) !important;
}

.mini-shopping-cart .totals {
  margin: -1px 0 0;
  background-color: #dedede;
  padding: 15px;
  font-family: Wuerth-Bold;
  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 10px;
  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;
}

.mini-shopping-cart input.checkout-button:hover,
.mini-shopping-cart input[type="button"]:only-child:hover {
  outline-color: var(--pc);
}

.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;
  max-width: 300px;
  height: 42px;
  margin: 0 5px;
  border: none;
  padding: 0 12px;
  vertical-align: middle;
  background-color: #fff;
  color: #4a5056;
  border-right: none;
  margin-right: initial;
  border-radius: 20px;
}

.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-container {
  position: relative;
  display: inline-block;
}

#small-search-box-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.store-search-box .search-box-button {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: #4a5056;
}

.store-search-box .text-search-box-button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.store-search-box .text-search-box-button::before {
  content: "\f002";
  font-family: "FontAwesome";
  color: #fff;
}

.store-search-box .image-search-box-button {
  width: 38px;
  height: 38px;
  margin-left: 8px;
}

.store-search-box .image-search-box-button::before {
  content: "\f03e";
  font-family: "FontAwesome";
  color: #fff;
}

.store-search-box .search-box-text.active ~ .text-search-box-button,
.store-search-box .text-search-box-button:hover {
  background: var(--pc);
}

.store-search-box .image-search-box-button:hover {
  background: #fff;
}
.store-search-box .image-search-box-button:hover::before {
  color: var(--pc);
}

.store-search-box .search-box-button:hover {
  outline-color: #fff;
}

.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-upper {
  background-image: url(../img/newsletter-bck.jpg);
}

.newsletter .heading {
  display: table;
  margin: 0 auto;
  padding: 20px 0 15px;
  color: #ffffff;
  font-size: 45px;
  text-transform: uppercase;
  font-family: Wuerth-ExtraBoldCond;
}

.newsletter .heading span {
  margin-left: 15px;
  color: #000000;
}

.newsletter .title {
  width: 90%;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 28px;
  color: #fff;
}

.newsletter .title strong {
  font-weight: normal;
}

.newsletter-subscribe {
  font-size: 0;
}

.newsletter-email {
  display: inline-block;
}

.newsletter-email .newsletter-subscribe-text {
  display: inline-block;
  width: 80%;
  height: 43px;
  margin: 0;
  border: none;
  background-color: #fff;
  padding: 0 12px;
  vertical-align: middle;
  color: #959595;
}

.newsletter-email .newsletter-subscribe-text:focus {
  color: #959595;
}

.newsletter-email .newsletter-subscribe-text::-webkit-input-placeholder {
  color: #959595;
}

.newsletter-email .newsletter-subscribe-button {
  display: inline-block;
  width: 47px;
  height: 43px;
  margin: 0;
  border: none;
  background: #ffffff url("../img/subscribe-button.png") center no-repeat;
  vertical-align: middle;
  font-size: 0;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
  color: #000;
}

.newsletter-email .newsletter-subscribe-button:hover {
  outline-color: #000;
}

.newsletter-email .options {
  height: 0;
  overflow: hidden;
}

.newsletter-validation,
.newsletter-result {
  line-height: 28px;
  color: #fff;
  text-align: center;
}

.newsletter-validation .please-wait {
  display: none !important;
}

.newsletter .field-validation-valid {
  color: #fff;
}

.social-sharing {
  margin: 22px 0 0;
  font-size: 0;
}

.social-sharing li {
  display: inline-block;
  margin: 0 8px;
}

.social-sharing a {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/social-sprite-1.png") no-repeat;
}

.social-sharing .facebook a {
  background-position: 0 0;
}

.social-sharing .twitter a {
  background-position: -32px 0;
}

.social-sharing .google a {
  background-position: -64px 0;
}

.social-sharing .pinterest a {
  background-position: -96px 0;
}

.social-sharing .vimeo a {
  background-position: -128px 0;
}

.social-sharing .youtube a {
  background-position: -160px 0;
}

.social-sharing .rss a {
  background-position: -192px 0;
}

.social-sharing .instagram a {
  background-position: -224px 0;
}

.footer-middle {
  overflow: hidden;
  background-color: #fff;
}

.footer-block .title {
  position: relative;
  border-bottom: 1px solid #ececec;
  padding: 25px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  font-family: Wuerth-Bold;
}

.footer-block .title:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 15px;
  width: 10px;
  height: 10px;
  background: var(--pc) url("../img/toggle-button.png") center no-repeat;
}

.footer-block ul {
  display: none;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
  padding: 10px 0;
}

.footer-block li {
  padding: 10px 0;
}

.footer-block li a {
  font-size: 16px;
  color: #000;
}

.footer-block li {
  color: #000;
}

.footer-block a:hover {
  color: var(--pc);
}

.footer-block.quick-contact span {
  position: relative;
  padding: 0 24px;
}

.footer-block.quick-contact span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: var(--pc);
  background-image: url("../img/footer-sprite.png");
  background-repeat: no-repeat;
}

.footer-block .address span:before {
  height: 17px;
  background-position: center 0;
}

.footer-block .email span:before {
  background-position: center -17px;
}

.footer-block .phone span:before {
  background-position: center -33px;
}

.footer-lower {
  overflow: hidden;
  background-color: #fff;
  padding: 30px 15px;
}

.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;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .footer-powered-by a img {
    height: 70px;
    position: relative;
    display: block;
  }

  .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 {
  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: #000;
  font-family: Wuerth-Bold;
  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;
}

.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: 16px;
  /*reset zeroing*/
  line-height: 32px;
  vertical-align: middle;
  color: #959595;
}

.breadcrumb strong {
  font-weight: normal;
  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 {
  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: 38px;
  margin: 0 5px;
  padding: 0px 19px;
  color: #777;
  text-transform: lowercase;
  background: #f2f2f2;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
}

.product-selectors .product-viewmode,
.item-box .product-title + .sku {
  display: none;
}

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
  content: "";
  display: block;
  clear: both;
}

.owl-stage-outer::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #fff;
  display: block;
}

.item-box {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 0 40px;
  border-radius: 5px;
}

.item-box .product-item {
  position: relative;
  border: 1px solid;
  border-color: transparent;
  background-color: #fff;
  border-radius: 20px;
}

.item-box:hover .product-item {
  border-color: #d9d9d9;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  background: #f2f2f2;
}

.item-box:hover .buttons-lower button span:before {
  opacity: 1 !important;
}

.item-box .product-item::after {
  content: "";
  width: 2px;
  height: 90%;
  display: block;
  position: absolute;
  background: #f2f2f2;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}

.category-grid .item-box .picture {
  padding: 0;
}

.item-box .picture {
  z-index: 1;
  overflow: hidden;
  padding: 12px;
}

.item-box .picture a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.item-box .picture a:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.item-box .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
  -webkit-transform: translateZ(0) scale(1, 1);
  /* fixes the bug of the 1px moving product images when hover on category */
}

.carousel-category-item .picture img,
.carousel-manufacturer-item .picture img {
  object-fit: contain;
  width: 204px !important;
  height: 204px;
}

.carousel-category-item .details h2 {
  text-align: center;
}

.item-box .product-rating-box {
  display: none;
  margin: 0 0 10px;
}

.item-box .rating {
  margin: 0 auto;
  background: url("../img/rating-sprite.png") left top repeat-x;
  width: 80px;
  height: 13px;
}

.item-box .rating div {
  background: var(--pc) url("../img/rating-sprite.png") left bottom repeat-x;
  height: 13px;
}

.item-box .product-title {
  height: auto;
  overflow: hidden;
  padding: 0 10px;
  font-size: 14px;
  font-weight: normal;
  color: #212121;
  font-weight: 600;
}

.item-box .product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.item-box .prices {
  height: auto;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 5px 0 0px!important;
}

.price-label,
.price-label-tax {
  font-size: 14px;
}

.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;
  padding: 0 12px;
  vertical-align: middle;
  font-size: 25px;
  font-weight: 300;
  color: var(--pc) !important;
}

.item-box .old-price {
  padding: 0 4px;
  vertical-align: middle;
  font-size: 15px;
  color: #999;
}
.item-box .old-price .price-value,
.item-box .old-price .price-label,
.item-box .old-price .price-label-tax {
  text-decoration: line-through;
}

.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;
}

body .item-box .buttons-upper {
  background-color: #d9d9d9;
  font-size: 0;
  bottom: 45px !important;
  text-align: center;
}

/* 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 {
  font-size: 0;
  border-radius: 5px;
  text-align: center;
  bottom: 30px !important;
}

.item-box:hover .buttons-lower {
  bottom: 0px !important;
  border-radius: 0 0 20px 20px;
  background: #f2f2f2 !important;
}

.item-box:hover
  .buttons-lower
  .ajax-cart-button-wrapper
  input.productQuantityTextBox {
  background: #f2f2f2 !important;
}

.item-box .buttons-lower button span {
  display: inline-block;
  position: relative;
  height: 18px;
  background-color: transparent;
  padding: 0 0 0 25px;
  font-size: 13px;
  font-family: Wuerth-Bold;
  color: #000;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.item-box .buttons-lower button span:before {
  content: "\f291";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  transition: all 0.2s ease;
  transform: translate(-50%, -50%);
}

.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,
.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,
.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-family: Wuerth-ExtraBoldCond;
  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: 0 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: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 20px;
}

.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 40px;
  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;
}

.overview .manufacturers {
  margin: 0 0 20px;
  /*not present in variant-overview*/
}

.overview .product-name {
  margin: 0 0 10px;
}

.overview .product-name h1 {
  font-size: 25px;
  color: #32383E;
  font-family: Wuerth-Bold;
}

.product-reviews-overview {
  margin: 0 0 20px;
  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: "Wuerth-Bold";
  font-size: 17px;
  color: #605d5c;
}

.overview .old-product-price .price-value,
.overview .old-product-price .price-label,
.overview .old-product-price .price-label-tax {
  text-decoration: line-through;
}

.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 {
  line-height: 22px;
  color: #8B8B8B;
}

.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;
}

.overview .sku {
  font-family: 'roboto';
  font-weight: 700;
}

.availability-and-see-all-version,
.overview .additional-details,
.variant-overview .additional-details {
  margin: 0 0 20px;
}

.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 .availability,
.variant-overview .availability {
  margin: 0 0 20px;
}

.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: 16px;
  color: #605d5c;
  border-radius: 25px;
  font-weight: 700;
  border: 2px solid var(--sc);
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.add-to-cart .call-for-price-button {
  height: 45px;
  border: none;
  background: var(--sc) url("../img/cart-3.png") no-repeat left 20px center;
  padding: 0 28px 0 48px;
  font-size: 13px;
  font-family: Wuerth-Bold;
  color: #fff;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
}

.add-to-cart .call-for-price-button {
  background: var(--sc) url("../img/icon-call.png") no-repeat left 20px center;
  background-size: 25px;
}

.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
  outline-color: var(--pc);
}

.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;
}

.overview .add-to-wishlist-button, .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: #6f6f6f;
  background-image: url("../img/product-sprite-1.png");
  background-repeat: no-repeat;
  font-size: 0;
  transition: all 0.2s ease;
  border-radius: 50%;
  background-blend-mode: overlay;
}

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
  background-position: 0 center;
}

.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: #5b5b5b;
}

.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 {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #8B8B8B;
  border-radius: 0 0 20px 20px;
  border-top: none;
}

#associated-products-table table.dataTable.display tbody tr.shown td
{
  border-top: 1px solid #8B8B8B;
  background-color: #fff;
  box-shadow: 0 -5px 0px -5px #c5c5c5;
}

#associated-products-table table.dataTable.display tbody tr.shown td {
}

#associated-products-table table.dataTable.display tbody tr.shown td.product-table-arrow-up-down {
  border-top-left-radius: 20px;
  border-left: 1px solid #8B8B8B;
}

#associated-products-table table.dataTable.display tbody tr.shown td.product-table-cart-btn {
  border-top-right-radius: 20px;
  border-right: 1px solid #8B8B8B;
}

.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: 0 0 10px;
}

.attributes dl {
  overflow: hidden;
}

.attributes dt {
  display: block;
  margin: 0 0 5px;
  white-space: nowrap;
  color: #4A5056;
  font-size: 16px;
  font-family: Wuerth-Bold;
}

.attributes dd {
  margin: 0 0 10px;
}

.attributes dd.reset-all-btn {
  margin-top: 30px;
}

.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;
}

.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;
}

.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 30px;
}

.ui-tabs .ui-tabs-nav {
  margin: 0 0 3px;
  margin-left: 30px;
}

.ui-tabs .ui-tabs-nav li {
  border-bottom: 1px solid #ddd;
}

.ui-tabs .ui-tabs-nav li a {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 18px;
  text-transform: uppercase;
  color: #605d5c;
  font-family: Wuerth-Bold;
}

.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: 2px solid #d9d9d9;
  border-radius: 30px;
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
}

.ui-tabs .ui-tabs-panel p {
  margin: 10px 0;
  line-height: 30px;
}

/********** PRODUCT DOCUMENTS **********/

.product-files-container {
  margin: 10px 0px;
  padding: 5px 0px;
}
.product-files-container #doc-collapsible {
  margin: 10px 0px;
  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/pavilion-attachment-logo.png);
  background-repeat: no-repeat;
  font-size: 0;
  background-position: center;
  background-size: 20px;
}

.product-files-container #doc-collapsible .arrow-down-icon {
  background: url(../img/img_dubai/down-arrow.png) no-repeat center center;
  background-size: 15px;
  content: "";
  display: block;
  position: relative;
  width: 25px;
  height: 20px;
}

.product-files-container #doc-collapsible .arrow-up-icon {
  background: url(../img/img_dubai/down-arrow.png) no-repeat center center;
  background-size: 15px;
  content: "";
  display: block;
  position: relative;
  transition: 0.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: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0 5px;
}

.product-files-container .product-documents {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 5px 0px;
}

.product-files-container .product-documents .product-document-div {
  width: 33%;
  margin-bottom: 15px;
}

.product-files-container .product-documents .product-document-div a {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  color: #888888;
}

.product-files-container .product-documents .product-document-div a span {
  width: 80%;
  word-wrap: break-word;
  font-size: 12px;
}

.product-files-container
  .product-documents
  .product-document-div
  .document-icon {
  height: 20px;
  width: 17px;
  margin-right: 5px;
  background: url("../img/document.png") center no-repeat;
  font-size: 16px;
}

/********** 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: #eaeaea;
  padding: 25px 30px;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  border-radius: 25px;
}

.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: 25px;
}

.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: Wuerth-Bold;
  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: var(--sc) !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;
  background-color: #fff;
}

.login-page .page-title,
.registration-page .page-title,
.password-recovery-page .page-title {
  max-width: 600px;
  margin: 0 auto 30px;
  border-bottom: none;
  padding: initial;
}

.registration-page .message-error,
.account-page .message-error {
  padding: 30px;
}

.password-recovery-page .fieldset,
.registration-page .fieldset {
  padding: 25px 25px 10px;
  background: #f2f2f2;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
}

.login-page .inner-wrapper {
  display: none;
  padding: 25px 25px 10px;
  background: #f2f2f2;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
}

.registration-page .fieldset .title {
  font-size: 24px;
  background: none;
  border-bottom: 2px solid #d9d9d9;
  padding: 5px 0 25px;
  color: var(--pc);
  font-family: Wuerth-ExtraBoldCond;
}

.registration-page .form-fields,
.external-authentication,
.password-recovery-page .page-body {
  padding: 20px 0px 0px;
}

.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: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  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: left;
  font-size: 13px;
  white-space: normal;
}

.vat-status em,
.vat-note em {
  font-style: normal;
  font-weight: 700;
}

.new-accept-privacy-policy {
  position: relative;
  margin: 0 0 20px;
  display: flex;
  align-items: flex-start;
}

.inputs.newsletter-input-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.registration-page form,
.login-page form {
  margin-right: 10px;
  margin-left: 10px;
}

.inputs.newsletter-input-container label {
  margin-bottom: 0;
}

.new-accept-privacy-policy > * {
  display: inline-block;
  font-size: 13px;
}

.new-accept-privacy-policy .read {
  color: var(--pc);
  cursor: pointer;
}

.new-accept-privacy-policy label {
  padding-left: 10px;
}

.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,
#customer-info-input-btn-submit {
  min-width: 120px;
  border: none;
  background-color: var(--pc);
  padding: 15px 45px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
  margin: 4px 0;
  border-radius: 25px;
}
#customer-info-input-btn-submit {
  max-width: 100%;
}

.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-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: initial;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  color: #8b8b8b;
  font-family: Wuerth-Bold;
  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 {
  color: var(--pc);
}

.login-page .customer-blocks .text {
  margin: 15px 0 30px;
  color: #8b8b8b;
  font-weight: 700;
  line-height: 1.2;
}

.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;
  padding: 20px;
  margin: auto;
  width: 800px;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  background-color: #fff;
  box-shadow: 0 0 30px 10px #666;
  overflow: auto;
  z-index: 1105;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
}

.login-modal-window-wrapper .close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 13px;
  overflow: hidden;
  cursor: pointer;
}

.login-modal-window-wrapper .close::before {
  content: "\f00d";
  font-size: 25px;
  color: var(--pc);
  font-family: fontawesome;
}

.eye-show-hide-password {
  position: relative;
  display: inline-block;
  background: url("/Themes/Pavilion/Content/img/eye-hide-password.png") center
    no-repeat;
  height: 20px;
  width: 40px;
  right: 46px;
  top: 10px;
}

/********** 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 .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: Wuerth-Bold;
  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: Wuerth-Bold;
  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: Wuerth-Bold;
  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;
}

.cart-footer .total-info {
  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: var(--sc) !important;
  text-transform: uppercase;
}

.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;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #d9d9d9 !important;
  border-radius: 20px !important;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 20px !important;
  border: 1px solid #707070 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d9d9d9 !important;
  border-radius: 20px !important;
}

body
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f2f2f2;
  color: #4a5056;
  border-radius: 20px;
}

body .select2-container--default .select2-results__option--selected {
  border-radius: 20px;
}

body .select2-results__option {
  line-height: 34px;
}

body
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 30px;
}

body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 10px;
}

body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: none !important;
}
body
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b::before {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.select2-results__option--selectable {
  margin: 0 8px;
}

.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;
}

.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: Wuerth-Bold;
  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: #777;
}

.order-details-page .actions .return-items-button {
  background: var(--pc) url("../img/cart-sprite.png") left -45px no-repeat;
  color: #777;
}

.order-details-page .actions input:hover {
  outline-color: #fff;
  color: var(--pc);
}

.order-details-page .totals {
  margin: 0 0 50px;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 40px 0;
}

.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: Wuerth-Bold;
  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: Wuerth-Bold;
  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,
.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,
.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,
.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,
.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,
.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,
.add-to-cart .call-for-price-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 {
  background-color: transparent !important;
  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,
.order-details-page .actions input:hover,
.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*/
.productAddedToCartWindowSummary a:hover,
.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,
.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,
.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 {
  outline-color: var(--pc) !important;
}

.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,
.ui-datepicker-header,
.ui-datepicker-calendar .ui-state-active {
  background-color: #3a4547;
}

.cart .subtotal,
.mini-shopping-cart .price strong,
.mini-shopping-cart .totals strong,
.item-box .actual-price,
.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: "Wuerth-Bold";
  color: var(--sc);
}

.overview .product-discount {
  color: var(--pc) !important;
}

.overview .base-price {
  font-family: "Wuerth-Bold";
  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,
  .product-list .item-box .buttons-lower button,
  .topic-post .post-actions .manage-post a:hover {
    background-color: var(--pc) !important;
  }

  .product-list .item-box .buttons-lower button:hover {
    outline-color: var(--pc) !important;
  }
  /*plugins*/
  .ropc .section .title {
    border-bottom-color: var(--pc) !important;
  }
}

@media all and (min-width: 1025px) {
  .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;
  }

  .product-grid .item-box:hover .buttons-lower button span {
    background-color: transparent !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,
  .header-menu > ul > 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,
  .header-menu > ul > li > .sublist-wrap > .sublist .box li a:hover,
  .spc-categories .category-info:hover .category-title {
    color: var(--pc) !important;
  }
  /*plugins*/
  .ropc .coupon-box-panel .coupon-code button:hover,
  .ropc .giftcard-box-panel .coupon-code button:hover {
    outline-color: var(--pc) !important;
  }

  .header-links,
  .header-selectors {
    border-top-color: var(--pc) !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: var(--pc) !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
    .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: Wuerth-Bold !important;
  font-size: 15px !important;
}

.productAddedToCartWindowDescription h1,
.miniProductDetailsView .product-variant-name {
  color: #000 !important;
}

.productAddedToCartWindowSummary .button-1,
.productAddedToCartWindowSummary a {
  font-size: 14px !important;
  font-family: Wuerth-Bold;
}

.ajaxCart .k-window-titlebar .k-window-actions a {
  background-color: #eaeaea !important;
}

.filter-block a.toggleControl {
  font-size: 15px !important;
  font-family: Wuerth-Bold !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;
}

.miniProductDetailsView .message-error {
  color: var(--pc) !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: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#product-price-container .product-discount {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  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: Wuerth-Bold;
  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-family: Wuerth-ExtraBoldCond;
  border-bottom: none !important;
  font-size: 30px !important;
  color: #000000;
}

.category-title,
.category-inner-title {
  font-family: Wuerth-ExtraBoldCond;
  font-size: 24px !important;
}

.category-title-red {
  color: var(--pc) !important;
}

.category-title-black {
  color: #333 !important;
}

.category-sublist {
  text-transform: uppercase;
  font-family: Wuerth-ExtraBoldCond;
}

/* 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-family: "Wuerth-ExtraBoldCond";
}

.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: Wuerth-Bold;
  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: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  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-family: "Wuerth-ExtraBoldCond";
}

/* HOME PRODUCTS GRID */

.home-page-product-grid .item-box {
  width: 100% !important;
}

.home-page-product-grid .product-title {
  height: 100px !important;
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Wuerth-ExtraBoldCond";
}

.spc-products .spc-header .title {
  min-height: 36px;
  margin-bottom: 5px;
  font-size: 30px !important;
  color: #333;
  border-bottom: none;
  text-transform: uppercase;
  font-family: Wuerth-ExtraBoldCond;
  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;
}

.html-home-page .home-page-body .product-grid .title,
.html-home-page .home-page-body .intelisale-slider-title,
.html-home-page .home-page-body .master-wrapper-content .nop-jcarousel .title {
  padding-left: 10px;
  margin-top: 0;
}

/* 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;
  }
}

.product-title {
  height: 36px !important;
}

.jCarouselMainWrapper
  .nop-jcarousel.product-grid
  .carousel-item.slick-slide
  .item-box
  .product-title
  a,
.jCarouselMainWrapper
  .nop-jcarousel.product-grid
  .carousel-item.slick-slide.active
  .item-box
  .product-title
  a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@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: 16px;
  color: #32383e;
  font-weight: 600;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #32383e;
  border-radius: 20px;
  margin-top: 10px;
}

.category-navigation-list
  > li
  > .sublist-wrap
  > .sublist
  .box
  li
  a.view-all:hover {
  color: #fff !important;
  border: 1px solid var(--pc);
  background: var(--pc);
  text-decoration: none;
}

.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 !important;
  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: Wuerth-Bold;
}

.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: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  color: var(--pc);
  border: 3px solid var(--pc);
  font-size: 14px;
  font-family: Wuerth-Bold;
}

.attributes .option-list li.reset-radio label {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px !important;
  font-size: 16px;
  margin: 0;
}

#quickView_reset-attributes .reset-icon,
#ajaxCart_reset-attributes .reset-icon,
#reset-attributes .reset-icon,
.attributes .option-list li.reset-radio .reset-icon {
  display: table;
  width: 17px;
  height: 17px;
  margin-right: 6px;
  background-image: url("../img/reset.png");
  background-repeat: no-repeat;
}

.attributes .option-list li.reset-radio .reset-icon {
  background-image: url("../img/reset-blue.png");
}

.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: 8px !important;
  padding-left: 8px;
}

.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 */

.product-grid .product-item .details .add-info {
  min-height: 140px;
}

.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: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  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*/

.page.product-details-page .product-essential .overview {
  position: initial;
}

.page.product-details-page .product-essential {
  border: 2px solid #d9d9d9;
  border-radius: 30px;
}

.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;
  border-radius: 20px 20px 0 0;
}

.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;
  border-radius: 20px;
}

.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: auto;
}

.overview {
  margin: 0 !important;
}

.cart-overview-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.overview .time-and-price-delivery {
  display: flex;
  justify-content: flex-start;
}

.overview .time-and-price-delivery .info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 50px;
  width: 100%;
  padding: 0px 5px;
  text-align: left;
  font-size: 13px;
  font-family: Wuerth-Bold;
  background-color: #dedede;
}

.overview .time-and-price-delivery .info::before {
  content: "";
  display: inline-block;
  -moz-display: inline-block;
  -webkit-display: inline-block;
  -ms-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 .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;
}

.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-family: "Wuerth-ExtraBoldCond";
}

.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: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  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, 1);
  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(../../../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Pavilion/Content/images/horizontal-next.png);
  background-position: left center;
}

.intelisale-default-slider .slick-prev,
.shopping-cart-page .slick-prev {
  right: 40px;
  background-image: url(../../../../Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Pavilion/Content/images/horizontal-prev.png);
  background-position: right center;
}

.intelisale-default-slider .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 */

.category-page
  .page-body
  .product-grid
  .item-grid
  .item-box
  .product-item
  .details
  .add-info
  .prices
  .actual-price {
  display: block;
}

/*ITEM ADD TO CART BUTTON */

.ajax-cart-button-wrapper .product-box-add-to-cart-button {
  padding-left: 43px;
}

.intelisale-slider-items-over-five .item-box .buttons-lower button span {
  padding: 0px 0 0 15px;
  font-size: 0;
}

.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;
}

.item-box .details .add-info {
  min-height: 130px !important;
}

.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: var(--sc);
  font-weight: 800;
}

.related-products-grid .title {
  margin-top: 15px;
}

/* admin-header-links baza i ENV samo Development*/

.administration-db {
  position: absolute;
  top: 40px;
  left: 30%;
  color: red !important;
}

.administration-env {
  position: absolute;
  top: 40px;
  left: 50%;
  color: red !important;
}

/* Display Header Message For Unregistered Customer*/

.header-text .header-text-label1 {
  font-weight: 700;
}

.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;
  color: var(--sc);
}

/* 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;
}

/* 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;
}

.footable .product-plus-btn,
.footable .product-minus-btn {
  position: relative;
  top: 0px;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  z-index: 2;
  width: 22px;
  height: 43px;
  color: red;
  font-size: 22px;
  cursor: pointer;
}

.footable .product-plus-btn {
  left: 96px;
  top: -42px;
}

.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%;
}

.ajax-cart-button-wrapper input.productQuantityTextBox {
  position: static;
  padding: 0px !important;
  font-weight: 700;
  color: #4a5056;
  font-family: "roboto";
}

.product-minus-btn,
.product-plus-btn {
  cursor: pointer;
}

.product-plus-btn span::before {
  content: "\2b";
  font-family: "FontAwesome";
  color: #a1a1a1;
  font-size: 16px;
}

.product-minus-btn span::before {
  content: "\f068";
  font-family: "FontAwesome";
  color: #a1a1a1;
  font-size: 16px;
}

.item-box .buttons-lower button {
  width: 40px;
  padding: 0;
  background-color: var(--sc) !important;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  font-size: 0;
}

.item-box .buttons-lower button:hover {
  background-color: var(--pc) !important;
}

.item-box .buttons-lower button span {
  font-size: 0;
}

.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 */

.category-page .product-list .item-box {
  width: 100% !important;
}

.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: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  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;
  padding: 10px;
  background: #f2f2f2;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
}

.item-box:hover .grouped-product-productBox {
  border: none;
  border-top: 1px solid #d9d9d9;
  border-radius: 0;
}

.grouped-product-productBox .associated-products-count {
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 36px;
  color: #4a5056;
}

.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: 32px;
  background-color: var(--sc);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 24px;
  justify-content: center;
}

/* 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;
}

.order-summary-content .cart .subtotal {
  width: 200px;
}

/*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-nav {
  top: -45px;
}

body .intelisale-slider .owl-arrows {
  top: 9px;
  border: 1px solid #8b8b8b;
  border-radius: 50%;
}

body .intelisale-slider .owl-arrows {
  width: 34px;
  height: 34px;
}

body .intelisale-slider .owl-arrows-right,
body .intelisale-slider .owl-arrows-left {
  background-image: none;
  transition: all 0.3s ease-in-out;
}

body .intelisale-slider .owl-arrows-left::before {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #8b8b8b;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

body .intelisale-slider .owl-arrows-right::before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #8b8b8b;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

body .intelisale-slider .owl-arrows-left:hover,
body .intelisale-slider .owl-arrows-right:hover {
  border: 1px solid var(--pc);
}

body .intelisale-slider .owl-arrows-left:hover::before,
body .intelisale-slider .owl-arrows-right:hover::before {
  color: #fff !important;
}

#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: var(--pc);
  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;
}

.pick-n-go-modal .modal-content .pick-n-go-div .pick-n-go-name {
  font-weight: 600;
}

.header-b2b-company-name {
  white-space: nowrap;
  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 {
  display: block;
  padding: 15px 50px;
  margin: 0 auto;
  max-width: 300px;
}

.item-box .login-see-prices,
.item-box .callforprice-txt-in-productbox {
  margin-bottom: 10px;
  color: var(--sc);
  padding: 0 10px;
}

/*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;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: var(--light-gray);
}

.footer-under-lower small {
  display: inline-block;
  max-width: 1000px;
  /*margin-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;
  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*/

table.dataTable tbody tr {
    background-color: transparent!important;
}

.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: 36px;
  height: 36px;
  border-color: var(--sc);
  background: var(--sc) url(../img/cart-3.png) no-repeat;
  background-position: center;
  border: none;
  font-size: 0;
  border-radius: 50%;
  margin-left: 10px;
}

.productGroupedTable {
  width: 100% !important;
}

.productGroupedTable .product-details-th,
.productGroupedTable .product-details-td {
  display: none;
}

#associated-products-table table.dataTable tbody td,
#associated-products-table table.dataTable tbody th {
  border-bottom: 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;
  font-weight: 600;
}

body .dataTables_wrapper {
    margin-bottom: 20px;
}

#associated-products-table .pager {
  margin: 0 0 10px;
}

.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;
  width: 50%;
  height: 36px;
  border-radius: 25px;
  border: 1px solid #D9D9D9;
  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: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  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_dubai/down-arrow.png") no-repeat center center;
  background-size: 10px;
}

.productGroupedTable tr.shown td.product-table-arrow-up-down {
  background: url("../img/img_dubai/up-arrow.png") no-repeat center center;
  background-size: 10px;
}

.productGroupedTable .details-info {
  cursor: pointer;
}

.productGroupedTable .product-table-price .product-price span {
  color: var(--sc);
  font-weight: 600;
}

.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 {
  position: relative;
  display: block;
  font-size: 0;
}

.dataTables_wrapper .dataTables_filter label::after {
  content: "\f002";
  font-family: "FontAwesome";
  color: #8B8B8B;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 20px;
  transform: translateY(-50%);
}

.dataTables_wrapper .dataTables_filter label input {
  width: 100%;
  padding: 6px 30px 6px 10px;
  border: 1px solid #dedede;
  border-radius: 25px;
  background: #fff;
  height: 36px;
}

.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: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate #productGroupedTable_previous {
  width: 60px;
  height: 40px;
  color: var(--pc);
  background: url(../img/img_dubai/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_dubai/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%;
  color: #4A5056;
}

.cart th,
.data-table th,
.forums-table-section th {
  padding: 20px 0;
  text-align: left;
  font-size: 14px;
  font-weight: 900;
  color: #000;
  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: #000;
}

.cart,
.data-table,
.compare-products-table,
.forums-table-section table {
  color: #000;
}

#productGroupedTable_wrapper .input-product-detail-box {
  position: relative;
}

#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;
  padding: 10px 15px;
  font-size: 13px;
  font-family: "Wuerth-Bold";
  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;
  border-radius: 25px;
}

.see-all-product-details-btn:hover {
  color: #fff;
  background-color: #a60000;
  border-color: #900;
}

#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-between;
  align-items: center;
  color: #4A5056;
  margin-bottom: 20px;
  background-color: none;
  font-weight: 700;
}

.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: "Wuerth-Bold";
  color: #fff;
  background-color: var(--pc);
  border-color: var(--pc);
  text-transform: uppercase;
  text-align: center;
  border-radius: 25px;
}

.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;
  transform: translateY(2px);
  font-size: 14px;
  min-width: 50px;
  white-space: nowrap;
  font-weight: 600;
  color: #707070;
}

.product-details-page .overview .short-description {
  margin: 0 0 20px;
}

.all-versions-btn {
  color: var(--pc);
}

.overview .add-to-cart-panel .input-product-detail-box {
    position: relative;
    margin-right: 5px;
}

.add-to-cart-panel .product-minus-btn {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  z-index: 100;
}

.add-to-cart-panel .product-plus-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 100;
}

.group-product .product-share-button {
  padding-bottom: 20px;
}

body .dataTables_wrapper .dataTables_length select {
  width: 120px;
  height: 36px;
  border: 1px solid #cfcfcf;
  padding: 5px;
  border-radius: 25px;
}

.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;
}

.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.3);
  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;
  }
}

@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: 5px 10px;
  display: block;
  cursor: pointer;
  width: fit-content;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
}

.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: #fff;
  background: var(--pc);
}

.attributes li {
  display: inline-block;
  margin: 0px 10px 5px 0;
  transition: all 0.2s;
  border-radius: 12px;
}

.attributes ul li:hover label {
  border: 1px solid black;
  color: black;
}

.attributes ul.color-squares li {
  border: none;
}

.attributes ul.color-squares li:not(:last-child):hover {
  border: initial;
  color: initial;
  transform: scale(1.2);
}

.attributes .option-list {
  text-align: left;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.attributes .option-list li.reset-radio {
  border: 1px solid #aaaaaa;
}

.attributes .option-list li.reset-radio:hover {
  border: 1px solid black;
  color: black;
}

.attributes #reset-attributes {
  opacity: 0.7;
  transition: all 0.2s;
}

.attributes #reset-attributes:hover {
  opacity: 1.5;
}

/*ul.option-list:has(li.reset-radio) li:not(:last-child):nth-last-child(2) {
  margin-right: 20px;
}*/

.attributes .option-list.color-squares li label {
  padding: 2px;
}

.attributes .option-list.color-squares .attribute-square {
  border: 1px solid black;
  border-radius: 1rem;
}

.attributes .option-list.color-squares .attribute-square-container span {
  width: 30px !important;
  height: 30px !important;
}

#reset-attributes {
  width: fit-content;
}

/*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: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}

.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: Wuerth-Bold;
  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: #333;
  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: Wuerth-Bold;
  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;
}

/*NewsLetter Checkbox*/

.newsletter-checkbox {
  padding-top: 10px;
}

.newsletter-checkbox label {
  font-size: 16px;
  color: white;
  font-weight: normal;
  line-height: 28px;
}

/*NewsLetter Checkbox END*/

/*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-slider-title .intelisale-carousel-viewall-button {
  color: #333;
}

.intelisale-slider-title .intelisale-carousel-slider-title {
  font-size: 30px;
}

/*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 {
  position: relative;
  margin-right: 20px;
}

.overview .time-and-price-delivery .info .shipping-info {
  position: relative;
}

.overview .time-and-price-delivery {
  position: relative;
  bottom: initial;
  right: initial;
  justify-content: start;
  margin: 10px 0 20px;
  padding: 20px 0 0;
  border-top: 1px solid #D9D9D9;
}

.delivery-info span.delivery-text,
.shipping-info span.shipping-text {
  padding-left: 10px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

#stock-availability span.instock-vendor-status {
  display: block;
  margin: 10px 0 0;
  font-style: italic;
  font-size: 16px;
  font-family: Arial, Helvetica, 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;
}

.overview .availability {
  margin: 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: #444;
  border-left-color: #444;
  /* Additional spinner styles */
  animation: spinner-price 400ms linear infinite;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

/* Animation styles */
@keyframes spinner-price {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spinner-price-color {
  border-top-color: var(--sc);
  border-left-color: var(--sc);
}

.newsletter-input-box a {
  text-decoration: underline !important;
  color: var(--pc) !important;
}

.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;
}

body .dataTables_wrapper .dataTables_length {
  top: initial;
}

.associated-products-table-wrapper {
  background: #f7f7f7;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  padding: 10px;
}

/* 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: 15px 10px;
  text-align: center;
  color: #4A5056;
}

#associated-products-table table.dataTable.display tbody tr td {
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #D9D9D9;
}

#associated-products-table table.dataTable.display tbody tr.shown td {
    background-color: #fff;
}

#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: 33%;
  }

  #associated-products-table .add-to-cart-panel > :first-child {
    width: 34%;
  }

  #associated-products-table .product-table-cart-th .add-to-cart span {
    min-width: 33%;
    display: block;
    text-align: center;
  }
}

/* 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;
  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 */

.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: 0.9rem 2.8rem 0.8rem 1.2rem;
  border-radius: 0.4rem;
  line-height: 1;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}

.arrow-down {
  background: url("../img/img_dubai/down-arrow.png") no-repeat center center;
  background-size: 10px;
}

.specification-container > div > div > .arrow-down {
  background: url("../img/img_dubai/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, 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: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  gap: 15px;
}

.filter-section {
  display: none;
  padding: 10px;
  border-bottom: 1px solid #D9D9D9;
}

.select-dropdown-label-div input {
  width: 100%;
  text-overflow: ellipsis;
  padding: 8px 22px 8px 8px;
  border-radius: 25px;
  border: 1px solid #D9D9D9;
}

#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 {
  content: "\f078";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  top: 50%;
  color: #8B8B8B;
  transform: translateY(-50%);
  right: 10px;
}

.select-dropdown-label-div.arrow-up:after {
  content: "\f077";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  top: 50%;
  color: #8B8B8B;
  transform: translateY(-50%);
  right: 10px;
}

.variant-overview-buttons {
  display: inline-block;
  padding: 4px 0;
}

/* addt to cart button color update to blue */

.eu-cookie-bar-notification button,
.overview .add-to-cart-button,
.mini-shopping-cart input[type="button"]:only-child,
.add-to-cart .call-for-price-button {
  background-color: var(--sc) !important;
  border-radius: 25px;
}

.item-box .buttons-lower {
  border: none !important;
  transition: bottom 0.2s ease !important;
}

.intelisale-carousel .intelisale-slider .item-box {
  margin-bottom: 30px;
}

.overview .add-to-cart-button:hover,
.mini-shopping-cart input[type="button"]:only-child:hover {
  outline-color: var(--sc) !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: var(--sc);
}

.item-box .product-item .prices .actual-price,
.intelisale-slider .item-box .prices .actual-price {
  color: var(--pc) !important;
  font-weight: 600;
}

.intelisale-slider .item-box:hover .product-item .buttons-lower button span {
  background-color: transparent;
}

.main-slider .slick-slide.image img,
.slick-slide.image img {
  max-width: 100%;
  border-radius: 20px;
}

#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;
}

/* smart mega menu */
.smm-mega-menu ul li {
  text-align: left;
}

/*********** product 360 view **********/

.product-details-videos {
  display: flex;
  max-width: 600px;
  flex-wrap: wrap;
  margin: 20px auto;
}

.video-wrapper,
.picture.d-none {
  display: none;
}

.video-wrapper.videoplay {
  display: block;
}

a.video-link,
.product-details-videos .picture-thumbs-item a {
  width: 80px;
  display: block;
  position: relative;
  margin: 0 5px 5px;
  padding: 20px;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  height: 60px;
}

.video-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
}

span.video-title {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
  padding: 0 5px;
}

.product-details-videos .picture-thumbs-item {
  display: block;
  position: relative;
  max-width: 80px;
  width: 25%;
  margin: 0 5px 5px;
}

.product-details-videos .picture-thumbs-item a {
  display: block !important;
  margin: 0;
  float: none !important;
  width: 100%;
  height: 100%;
  cursor: pointer;
  max-width: 80px;
  height: 60px;
}

.product-details-videos .picture-thumbs-item img.img-temp {
  max-width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-details-videos.video-slider button + .slick-list a {
  max-width: 65px;
  margin: 0 5px 5px;
}

.video-link.is-selected {
  border: 1px solid #000;
}

.video-wrapper.videoplay iframe {
  max-width: 100% !important;
  width: 100% !important;
  position: relative !important;
}

.picture.picture-thumbs-item {
  width: 85px;
}

.product-details-videos.video-slider .slick-prev {
  left: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMBAMAAABcu7ojAAAALVBMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaTgChpAAAAD3RSTlMA6+QxJN6reW9mW1E8SkmTKKYaAAAALElEQVQI12NgYOBLABIbDzAwcAkDGZMMGBg4VICMUgcIAeZCJMBKoIoZeBMA15MHPhiEPR8AAAAASUVORK5CYII=);
}

.product-details-videos.video-slider .slick-next {
  right: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMBAMAAABcu7ojAAAALVBMVEUAAABmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaTgChpAAAAD3RSTlMA6+QxJN6reW9mW1E8SkmTKKYaAAAAKUlEQVQI12PIZQCCgxuABLMUiGk0AUiwaICYrgVgAsQFS4CUwBTnATEA244HPpGnGTQAAAAASUVORK5CYII=);
  background-position: right center;
}

.product-details-videos.video-slider .slick-prev,
.product-details-videos.video-slider .slick-next {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 22px;
  margin-top: -11px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

.product-details-videos.video-slider button + .slick-list {
  margin: 0 25px;
}

a._3d-image-thumb-wrapper {
  width: 80px;
  display: block;
  position: relative;
  margin: 0 5px 5px;
  padding: 20px;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  height: 60px;
}

img._3d-image-thumb-img {
  width: 100%;
}

.image-viewer-wrapper {
  display: none;
}

.image-viewer-wrapper._3dimageplay {
  display: flex;
  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, 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, 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 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;
}

._360-play-button-wrapper {
  position: absolute;
  top: 100%;
  background: white;
  width: 100%;
  padding: 15px;
}

._360-play-button-wrapper ._360-play-button {
  display: block;
  height: 37px;
  background: #fff url(../img/play-button.png) center no-repeat;
  font-size: 0;
  background-size: 20px;
  cursor: pointer;
}

._360-play-button-wrapper ._360-pause-button {
  display: block;
  height: 37px;
  background: #fff url(../img/pause-button.png) center no-repeat;
  font-size: 0;
  background-size: 30px;
  cursor: pointer;
}

.main-360-spin::after {
  background: url(../img/360_hover.png) center bottom no-repeat;
  cursor: pointer;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 15px;
  background-size: 65%;
}

.video-wrapper.videoplay iframe,
.video-wrapper.videoplay video {
  max-width: 100% !important;
  width: 100% !important;
  position: relative !important;
}

/*********** product 360 view **********/

/* product ribbon picture*/

.product-ribbon-picture {
  background: #F2F2F2;
  padding: 5px 10px;
  border-radius: 16px;
  width: 100%;
  margin: 0 0 20px;
}

.product-ribbon-picture a {
    display: inline-block;
}

.product-ribbon-picture img {
  height: 50px;
  width: 50px;
  object-fit: contain;
  margin-right: 5px;
}

.group-product .product-ribbon-picture {
  width: 88.5%;
}

/* product ribbon picture end */

/* dot in pagination */

.pager .dot-between-2pagelinks {
  font-size: 22px;
  color: #8c8c8c;
}

/* end dot in pagination */

.shopping-cart-page
  .order-summary-content
  .cart-footer
  .totals
  .min-amount-warning {
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
  color: var(--pc);
}

.login-page #countdown-and-resend-otp #button-resend-otp {
  text-decoration: underline;
}

/*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: url(../img/close.png) center no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  background-size: 20px;
}

#customerInfoFormCallForPrice {
  padding: 15px 30px;
}

.productGroupedTable
  .product-table-cart-btn
  .add-to-cart-panel
  .call-for-price-button {
  width: 45px !important;
  height: 45px;
  color: #fff;
  background-color: var(--sc) !important;
  border-color: #0093dd;
  background-position: center;
  border: none;
  font-size: 0;
  margin-left: 10px;
  padding: 0;
}

/*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;
}

/**Initial Loader Starts**/

.lds-ripple div {
  border: 4px solid var(--pc);
}

.initial-loader-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.html-checkout-page body .initial-loader-container {
  width: 100% !important;
  height: 100% !important;
}

.initial-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }

  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }

  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }

  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}

/**Initial Loader Ends**/

/*image search pop up*/

dialog:-internal-dialog-in-top-layer::backdrop {
  background: rgba(0, 0, 0, 0.2);
}

.image-search-modal {
  border: none;
  padding: 20px;
  max-height: 80vh;
  min-height: 170px;
  width: min(500px, 90%);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 20px;
}

.image-search-modal .close-button {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  color: white;
  transform: scale(1);
  background: url(../img/close.png) center no-repeat;
  background-size: 15px;
  display: block;
  width: 25px;
  height: 25px;
}

.image-search-modal h3 {
  text-align: center;
  margin: 0 0 20px;
}

.image-search-modal form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: initial;
}

.image-search-modal form #drop-area {
  border: 2px dashed var(--pc);
  padding: 10px;
  width: 100%;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
}

.image-search-modal form #drop-area .drag-file::before {
  content: "";
  background: url(../img/upload-file.png) center no-repeat;
  width: 100%;
  height: 100px;
  display: block;
  background-size: 100px;
  background-position: center;
}

.image-search-modal form #drop-area .drag-file {
  color: #959595;
  font-weight: 600;
  margin-bottom: 22px;
}

.choose-file-button {
  background-color: var(--sc);
  padding: 8px 30px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  transition: all 0.2s ease;
  margin: 12px 0 0;
  border-radius: 20px;
}

span.uploaded-file-name {
  max-width: 100%;
  padding: 5px 20px;
  background: #aaa;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}

.image-submit-button {
  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: 20px 0 0;
  cursor: pointer;
  border-radius: 20px;
}
/*image search pop up end*/

body .popup-img-style {
  border-radius: 20px;
}

body .popup-close-button a {
  border-radius: 20px;
}
/* item-back-in-stock */
.availability .stock .item-back-in-stock-wrapper {
  margin: 15px 0;
  position: relative;
}

.availability .stock .item-back-in-stock {
  cursor: pointer;
  color: var(--sc);
  border: 2px solid var(--sc);
  padding: 5px;
  border-radius: 0.5rem;
}

.availability .stock .item-back-in-stock.disable-button {
  cursor: initial;
  color: green;
  border: none;
  padding: 0;
}

.availability .stock .item-back-in-stock.disable-button.error {
  color: var(--pc);
}

.availability .stock .item-back-in-stock-loading {
  position: absolute !important;
  z-index: 1 !important;
  border: 5px solid #f3f3f3 !important;
  border-radius: 50% !important;
  border-top: 5px solid var(--pc) !important;
  width: 25px;
  height: 25px !important;
  -webkit-animation: spin 2s linear infinite !important;
  animation: spin 1.5s linear infinite !important;
  display: inline-block;
  margin-left: 10px;
  bottom: -2px;
}

/* end item-back-in-stock */

.productAddedToCartWindow .productAddedToCartWindowDescription .attributeInfo {
  color: #000;
}

/**Category page wider design Starts**/

.item-box .sub-category-item .picture a:before {
  content: none;
}

.item-box .sub-category-item .picture img {
  position: initial;
  mix-blend-mode: multiply;
}

.sub-category-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
}

.sub-category-item .picture {
  width: 20%;
}

.sub-category-item .picture a {
  background-color: #f5f5f5;
}

.sub-category-item .title {
  width: calc(80% - 10px);
  text-align: left;
}

.category-grid .item-grid {
  display: flex;
  flex-wrap: wrap;
}

.html-category-page .category-grid .item-box {
  display: flex;
  align-items: center;
  border: 1px solid #ececec;
  width: calc(50% - 12px);
  margin: 0 6px 12px;
  padding: 10px;
  background-color: #f5f5f5;
}

.sub-category-item .title a {
  position: relative;
  font-size: 14px;
  display: block;
  line-height: 20px;
  padding-right: 10px;
}

.sub-category-item .title a::after {
  content: "\276F";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
}

.html-category-page .product-selectors:after {
  content: none;
}

.html-category-page .product-grid .item-grid {
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
}

.html-category-page .product-grid .item-box {
  width: calc(50% - 20px);
  margin: 0 10px 30px;
}

body .ajax-cart-button-wrapper {
  position: static;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

@media (min-width: 769px) {
  .html-category-page .product-grid .item-box {
    width: calc(33.33% - 20px);
  }

  .html-category-page .product-selectors {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .html-category-page .product-selectors > div {
    margin: 5px;
  }
}

.html-category-page .responsive-nav-wrapper div.filters-button {
  display: none !important;
}

.filters-button-selector {
  display: none !important;
}

@media (max-width: 1024px) {
  .html-category-page .filtersPanel {
    padding-top: 0px;
  }

  .html-category-page .nopAjaxFilters7Spikes .close-filters span {
    display: block !important;
  }

  .filters-button-selector {
    display: block !important;
    position: relative;
    top: 0 !important;
    background: #605d5c;
    color: #fff;
    padding: 7px 20px 7px 25px;
  }

  .filters-button-selector::before {
    content: "\00B6";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .filters-button-selector span {
    font-size: 16px;
  }

  .html-category-page .product-selectors {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px !important;
  }

  .html-category-page .master-wrapper-content {
    padding: 0px 0px 25px 0;
  }
}

@media (min-width: 1025px) {
  .html-category-page .product-grid .item-grid {
    margin: 10px 0px;
  }

  .html-category-page .product-grid .item-box {
    width: calc(25% - 20px);
  }

  .html-category-page .category-grid .item-box {
    width: calc(33.33% - 12px);
    margin: 0 6px 12px;
  }

  .html-category-page .footer .center,
  .html-category-page .master-wrapper-content,
  .html-category-page .header .center {
    width: 100%;
    max-width: 1800px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .html-category-page .category-navigation-title {
    left: 1rem;
  }

  .html-category-page .center-2 {
    width: calc(100% - 260px);
  }

  .html-category-page .header {
    margin: 0 0 30px;
  }
}

@media (min-width: 1281px) {
  .html-category-page .category-grid .item-box {
    width: calc(25% - 12px);
    margin: 0 6px 12px;
  }

  .html-category-page .center-2 {
    width: calc(100% - 300px);
  }

  .html-category-page .product-selectors {
    padding: 5px 0;
  }
}

@media (min-width: 1481px) {
  .html-category-page .category-grid .item-box {
    width: calc(20% - 12px);
    margin: 0 6px 12px;
  }

  .html-category-page .product-grid .item-box {
    width: calc(20% - 20px);
  }
}

/**Category page wider design Ends**/

.main-slider .slick-list {
    border-radius: 20px;
}

.disableForFreeProduct .remove-from-cart,
.disableForFreeProduct .quantity-input-fields {
  pointer-events: none;
  opacity: 0.3;
}

.product-essential .overview .add-to-cart .add-to-cart-panel .unit-of-measurement {
  font-size: 12px;
  display: inline-block;
  padding-top: 16px;
  padding-right: 10px;
  color: #605d5c;
  font-weight: 700;
}

.product-details-page .product-specs-box .data-table thead tr th {
  color: #c00;
  font-size: 16px;
}

.product-details-page .product-specs-box .data-table tbody tr td.spec-name {
  font-weight: bold;
}

.html-product-details-page div#tierPriceContainerInPage {
  color: #000;
  margin: 10px 0 15px 0;
}

.html-product-details-page .quantity-discounts .title {
  color: #c00;
  font-weight: bold;
  margin-bottom: 5px;
}

.html-product-details-page .item-group-modal.quantity-discounts .title {
  color: white;
  font-weight: bold;
  margin: 0;
  font-size: 17px;
  width: calc(100% - 30px);
}

.html-product-details-page .quantity-discounts li {
  color: black;
  list-style: inside;
  margin: 5px 0 0 5px;
}

.html-product-details-page .item-group-modal.quantity-discounts .modal-close {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  text-align: left;
}

.html-product-details-page .item-group-modal.quantity-discounts .modal-content {
  padding: 20px;
}