

/*********** CSS RESET **********/


* {
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
}

  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

html {
  margin: 0;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

ol, ul {
  list-style: none;
}

a img {
  border: none;
  opacity: 0.99; /*firefox scale bug fix*/
}

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;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

script {
  display: none;
}


/*********** GLOBAL STYLES **********/



body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  font: normal 14px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #777;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

a {
  color: inherit;
  cursor: pointer;
}

table {
  width: 100%;
  border-collapse: collapse;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea,
select {
  height: 36px; /*safari padding fix*/
  padding: 8px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

input, textarea, select {
  font-size: 14px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #777;
}

textarea {
  min-height: 75px;
}

select {
  min-width: 50px;
  padding: 6px;
}

  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  textarea:focus,
  select:focus {
    padding: 7px;
    color: #333;
    border: 2px solid #bbb;
  }

  select:focus {
    padding: 5px;
  }

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
  vertical-align: middle;
}

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
  cursor: pointer;
}

label, label + * {
  vertical-align: middle;
}

input.valid,
textarea.valid,
select.valid {
  border: 2px solid #9cba59;
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border: 2px solid #e87b81;
}

iframe[name="google_conversion_frame"] {
  display: none;
}

.master-wrapper-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.master-column-wrapper {
  position: relative;
}

.master-wrapper-page, .mwp {
  background-color: #f2f2f2;
}

.master-column-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.center-1 {
  margin: 0 0 15px;
}


.side-2:after {
  content: "";
  display: block;
  clear: both;
}

.off-canvas-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 500;
}

.page {
  /* min-height: 200px; */
  text-align: center;
}

.order-completed-page {
  max-width: 1100px;
  margin: 0 auto;
}

.back-in-stock-subscription-page {
  background-color: white;
  padding: 10px;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.order-completed-page .page-body {
  background-color: white;
  padding: 20px 10px 10px 10px;
  text-align: left;
}

  .order-completed-page .page-body .buttons {
    text-align: left;
  }

.order-completed-page .page-title {
  border: none;
}

.page-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

  .page-title h1 {
    padding: 5px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
  }

.shopping-cart-page .page-title .cart-title:hover {
  font-style: normal;
}

.shopping-cart-page .page-title .cart-title i {
  display: none;
}

.page:after,
.page-title:after,
.page-body:after {
  content: "";
  display: block;
  clear: both;
}

.page-subtitle {
  margin: 0 0.6% 10px;
}


.page-body {
  padding: 0 10px;
}

.category-page, .search-results {
  padding: 0 3px;
}

  .category-page .page-body, .search-page .page-body, .vendor-page .page-body {
    padding: 0;
  }

.page-body img,
.page-body iframe {
  max-width: 100%;
}

.product-details-page .page-body, .product-reviews-page .page-body {
  background-color: white;
  padding: 0 10px 10px 10px;
}

.product-details-page {
  background-color: white;
}

.account-page {
  background-color: white;
  padding: 10px;
}

  .account-page .page-body {
    padding: 0;
  }

  .account-page .inputs {
    text-align: center;
  }

  .account-page .accept-consent {
    text-align: center;
  }

  .account-page .form-input-wrapper,
  .account-page .change-password-recovery-link {
    display: inline;
  }

.center-2 .account-page .accept-consent label {
  white-space: normal;
  width: unset;
  margin-left: 5px;
}

.customer-info-page .gender {
  width: 380px;
  max-width: 100%;
}

.topic-page,
.contact-page,
.wishlist-page,
.home-page,
.account-activation-page,
.registration-result-page {
  background-color: white;
}

.osc .step {
  padding: 10px;
}

.osc .chkx_Step, .osc .fake_Step {
  overflow: hidden;
}

.osc .step .button-2 {
  background-color: #ee662c;
  color: white;
}

  .osc .step .button-2:hover {
    background-color: #ff7a41;
  }

.payment #checkout-step-payment-method {
  padding: 30px 10px 10px 10px;
}

.payment #checkout-step-payment-info {
  border-radius: 0 0 10px 10px;
}

.breadcrumb {
  margin: 0 0.6%;
  padding: 5px;
}

.buttons {
  margin: 0 0 20px;
}


.link-rss {
  display: none;
  position: relative;
  top: 0;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 0;
  text-align: center;
  background-color: #f8991d;
  border-radius: 50%;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

  .link-rss:before {
    content: "\f09e";
    position: relative;
    top: 0;
    font: normal normal normal 14px/32px FontAwesome;
  }

  .link-rss:hover {
    top: -3px;
    background-color: #fea532;
    box-shadow: 0 1px 3px #ccc;
  }

.category-page .expandable {
  background-color: white;
  margin: 0 0.6%;
  padding: 10px 0;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
  margin: 12px 0;
  padding: 0 0 0 36px;
  list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
  margin: 12px 0;
  padding: 0 0 0 36px;
  list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p,
.vendor-description p {
  margin: 10px 0;
  text-align: justify;
}

.category-description a {
  font-style: italic;
  font-weight: 800;
  color: #138adaa1;
}

.hidden {
  display: none;
}

.variant_caption {
  text-align: left;
}

.product_variants .variant_box {
  border: none;
  width: 80px;
}



/*********** GLOBAL FORMS ***********/



.fieldset, .section {
  position: relative;
  margin: 0 0 30px;
}

  .fieldset .title,
  .section .title {
    margin: 0 0 15px;
    color: #444;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }

    .fieldset .title:after,
    .section .title:after {
      content: "";
      display: block;
      margin-top: -10px;
      border-bottom: 3px solid #ee662c;
    }

    .fieldset .title strong,
    .section .title strong {
      display: inline;
      padding: 0 15px;
      font-weight: 800;
      background-color: #fff;
    }

.form-fields {
  position: relative;
  padding: 15px 2px;
}

.inputs {
  position: relative;
  margin: 0 0 15px;
  text-align: center;
  white-space: nowrap; /*fix for 'required' elements*/
  font-size: 0;
}

  .inputs .hint {
    position: relative;
    display: block;
    width: 400px;
    max-width: 90%;
    margin: 15px auto 0;
    padding: 5px 10px;
    font-size: 13px;
    font-style: italic;
    white-space: normal;
    background-color: #fff;
    border-style: solid;
    border-color: #ee662c;
    border-width: 1px 2px 2px 1px;
    border-radius: 4px;
  }

    .inputs .hint:before {
      content: " ";
      pointer-events: none;
      position: absolute;
      bottom: 100%;
      left: 50%;
      height: 0;
      width: 0;
      margin-left: -8px;
      border: solid transparent;
      border-bottom-color: #ee662c;
      border-width: 8px;
    }

    .inputs .hint:after {
      content: " ";
      pointer-events: none;
      position: absolute;
      bottom: 100%;
      left: 50%;
      height: 0;
      width: 0;
      margin-left: -6px;
      border: solid transparent;
      border-bottom-color: #fff;
      border-width: 6px;
    }

  .inputs:after {
    content: "";
    display: block;
    clear: both;
  }

  .inputs label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    color: #4b4b4b;
    font-size: 14px; /*reset zeroing*/
    font-weight: 600;
    text-align: center;
  }

  .inputs input[type="text"],
  .inputs input[type="email"],
  .inputs input[type="tel"],
  .inputs input[type="password"],
  .inputs select, .inputs textarea {
    width: 360px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 4px;
  }

.date-of-birth .date-picker-wrapper {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  display: inline-block;
}

.inputs input[disabled],
.inputs input[readonly] {
  background-color: #f7f7f7;
}

.inputs.custom-attributes {
  white-space: normal;
}

.inputs .option-list {
  display: inline-block;
  max-width: 95%;
  vertical-align: middle;
}

  .inputs .option-list li {
    display: inline-block;
    margin: 5px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 10px;
  }

  .inputs .option-list label {
    display: inline-block;
    width: auto;
    margin: 0 0 0 5px;
  }

.inputs.reversed {
  margin: 0 0 20px;
  text-align: center;
}

.required {
  margin: 0 -13px 0 3px; /*siblings offset*/
  vertical-align: top;
  font-size: 16px;
  font-weight: normal;
  color: #de444c;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
  display: block;
  margin-top: 5px;
  color: #de444c;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.field-validation-valid,
.username-available-status {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #4cb17c;
}

.captcha-box {
  width: 304px;
  margin: 0 auto;
  text-align: center;
  line-height: 0; /*firefox line-height bug fix*/
}

  .captcha-box > div {
    display: inline-block;
    max-width: 100%;
  }

  .captcha-box input {
    height: auto;
  }


/*********** GLOBAL TABLES ***********/



#dtProductStoreReservation_wrapper table tr td:first-child,
#dtProductStoreReservation_wrapper table tr th:first-child {
  display: none;
}

#dtProductStoreReservation_wrapper table tr td {
  text-align: left !important;
}

.table-wrapper {
  overflow-x: auto;
}

.cart th,
.data-table th {
  padding: 10px;
  white-space: nowrap;
  font-weight: normal;
}

.cart th {
  text-align: center;
}

.cart td,
.data-table td {
  min-width: 50px;
  padding: 5px 10px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  color: #444;
}

  .cart td.quantity {
    padding: 5px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
  }

.sold-by label {
  display: inline-block;
}

.sold-by:has(span:empty) label {
  display: none;
}

.cart .cart-item .quantity input {
  width: 40px !important;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.cart .cart-item .quantity i {
  padding: 10px;
  font-size: 10px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  cursor:pointer;
}

.cart a,
.data-table a {
  font-weight: normal;
  color: #ee662c;
}

  .cart a:hover,
  .data-table a:hover {
    text-decoration: underline;
  }

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
  min-width: 225px;
  text-align: left;
}

.data-table .message {
  min-width: 400px;
  text-align: left;
}

.cart .product a,
.data-table .product a,
.data-table .info a {
  font-weight: bold;
  color: #444;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

  .cart .product a:hover,
  .data-table .product a:hover,
  .data-table .info a:hover {
    color: #ee662c;
    text-decoration: none;
  }

.cart .product .sku {
  margin-bottom: 5px;
  font-weight: 300;
}

.cart .product .discount {
  font-size: 13px;
}

  .cart .product .discount .value {
    color: #ee662c;
    font-weight: 800;
  }

.cart .product .edit-item {
  margin: 10px 0 0;
}

  .cart .product .edit-item a {
    font-weight: normal;
    color: #ee662c;
  }

    .cart .product .edit-item a:hover {
      text-decoration: underline;
    }

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
  text-align: center;
}

.cart .remove-button {
  display: block;
  padding: 3px;
  color: #777;
  font-size: 13px;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

  .cart .remove-button:hover {
    color: #e4434b;
    text-decoration: none;
  }

.cart td.availability {
  padding-top: 10px;
  text-align: center;
}

.cart .product-availability {
  font-weight: 600;
}

  .cart .product-availability.available {
    color: #739d13;
  }

  .cart .product-availability.incomplete {
    color: #f89406;
  }

  .cart .product-availability.not-available {
    color: #e4434b;
  }

.cart td.unit-price,
.data-table td.unit-price {
  white-space: nowrap;
}

.data-table .unit-price,
.data-table .quantity {
  text-align: center;
}

.cart td.quantity input {
  width: 35px;
  height: 28px;
  padding: 3px 5px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
}

.cart td.sub-total,
.data-table td.total {
  white-space: nowrap;
  color: #444;
  text-align: center;
}

  .cart td.sub-total .discount {
    font-style: italic;
    color: #ee662c;
  }

.data-table em a {
  font-weight: bold;
  color: #444;
}

.data-table div.download {
  margin: 10px 0 0;
}

.cart-is-empty {
  text-align: center;
  padding: 20px 10px;
  background-color: #ffffff;
  font-weight: 600;
}

.checkout-data .cart-left-column-wrapper {
  display: none;
}

.checkout-data #osc-confirm_order .cart-left-column-wrapper {
  display: block;
}

.checkout-data .order-confirmation {
  padding: 0;
  background-color: unset;
  box-shadow: none;
  border-radius: unset;
}

  .checkout-data .order-confirmation .cart-left-column {
    background-color: white;
  }

  .checkout-data .order-confirmation .cart-header {
    background-color: white;
    height: 50px;
  }

    .checkout-data .order-confirmation .cart-header td {
      font-weight: bold;
      color: #444;
    }

  .checkout-data .order-confirmation .product-picture,
  .checkout-data .order-confirmation .availability,
  .checkout-data .order-confirmation .unit-price {
    display: none;
  }

  .checkout-data .order-confirmation .table-wrapper {
    width: 100%;
    background-color: white;
    padding: 0 10px;
  }

.checkout-data .cart-footer-wrapper .totals {
  float: left;
}

.order-confirmation .cart-footer-wrapper .totals {
  float: left;
  width: 100%;
  max-width: 100%;
  background-color: white;
}

.checkout-data .cart-footer-wrapper .totals .discounts-total {
  display: none;
}

.checkout-data .cart-footer-wrapper .totals .cart-total td {
  text-align: left;
}
/*********** NOTIFICATIONS & POPUPS  ***********/
.noscript {
  border-bottom: 1px solid #333;
  background-color: #ff9;
  padding: 30px 15px;
  text-align: center;
  line-height: 22px;
  color: #444;
}

.ajax-loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .8);
  z-index: 1500;
}

  .ajax-loading .message {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 50px;
    padding: 5px 10px;
    margin: auto;
    font-size: 13px;
    text-align: center;
    text-shadow: 1px 1px 2px #ddd;
    overflow: visible;
  }

  .ajax-loading .spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 75px;
    height: 15px;
    margin: auto;
    text-align: center;
    font-size: 0;
    z-index: 1510;
  }

    .ajax-loading .spinner > div {
      display: inline-block;
      width: 15px;
      height: 15px;
      background-color: #ee662c;
      border-radius: 100%;
      box-shadow: 1px 1px 2px #ddd;
      z-index: 1520;
      -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      -moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      -o-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .ajax-loading .spinner .bounce1 {
      margin-right: 15px;
      -webkit-animation-delay: -0.32s;
      -moz-animation-delay: -0.32s;
      -o-animation-delay: -0.32s;
      animation-delay: -0.32s;
    }

    .ajax-loading .spinner .bounce2 {
      margin-right: 15px;
      -webkit-animation-delay: -0.16s;
      -moz-animation-delay: -0.16s;
      -o-animation-delay: -0.16s;
      animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@-moz-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.please-wait {
  background: url('../images/ajax-loader-small.gif') no-repeat;
  padding-left: 20px;
  font-size: 14px;
}

.ui-dialog {
  max-width: 90%;
  border: 1px solid #ddd;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  overflow: hidden;
  background-color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
}

  .ui-dialog:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #777;
    background-color: rgba(0,0,0,0.5);
  }

.ui-dialog-titlebar {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background-color: #eee;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-width: 0 0 1px;
  border-radius: 0;
  background-image: none;
  padding: 10px 15px !important;
  font-weight: normal;
  cursor: auto !important;
}

  .ui-dialog-titlebar > span {
    float: left;
    font-size: 18px;
    color: #444;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
  }

  .ui-dialog-titlebar button {
    position: absolute;
    overflow: hidden;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    top: 0 !important;
    right: 0 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0;
    background: url('../images/close.png') center no-repeat !important;
  }

    .ui-dialog-titlebar button span {
      display: none !important;
    }

.ui-dialog-content {
  padding: 15px;
  line-height: 20px;
  /*override jQuery UI styles, do not delete doubled properties*/
  background-color: #fff !important;
  padding: 15px 15px 20px 15px !important;
  color: #777;
}

/*magnific popup dialog*/
.popup {
  position: relative;
  width: auto;
  margin: 15px auto;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.75);
}

  .popup .page-title {
    margin: 0;
    padding: 15px 10px 10px;
  }

    .popup .page-title h1 {
      padding: 5px 25px 5px 5px;
      font-size: 16px;
      font-weight: 600;
      line-height: 16px;
    }

  .popup .page-body {
    padding: 10px;
  }

  .popup .buttons {
    margin: 20px 0 0 0;
    text-align: center;
  }

  .popup .button-1,
  .popup .button-2 {
    display: inline-block;
    margin: 5px 10px 5px 10px;
    padding: 8px 20px;
    color: #fff;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 15px;
    text-align: center;
    background-color: #ee662c;
    border: 0 none;
    border-radius: 4px;
  }

  .popup .button-2 {
    background: none;
    border: 1px solid #ee662c;
    color: #ee662c;
  }
.popup-refund-page {
max-width:1000px;
}

  .popup-refund-page .inputs label {
    /*width: 100%;*/
  }
  .popup-refund-page .inputs {
    text-align:center;
  }
  .popup-refund-page .general-button-container {
    text-align: center;
    padding: 10px 10px 20px 10px;
  }
  .popup-refund-page .address-form {
  border-radius:0;
  }
  .popup-refund-page #processStepsPanel {
    padding: 10px 0;
  }


.productAddedToCartWindow .productAddedToCartWindowSummary .button-1,
.productAddedToCartWindow .productAddedToCartWindowSummary .button-2 {
  min-width: 240px;
}
/*** POPUP CROSS SELLS ***/

.productAddedToCartWindow .cross-sells {
  background-color: #f0f0f0;
}

.productAddedToCartWindow .productAddedToCartWindowTitle {
  background-color: #f0f0f0;
  border-radius: 6px 6px 0 0;
}

  .productAddedToCartWindow .productAddedToCartWindowTitle h1 {
    text-align: center;
    color: #ee662c;
  }

.productAddedToCartWindow .cross-sells .product-grid .title strong {
  background: none;
}

.productAddedToCartWindow .cross-sells .nop-jcarousel .item-grid .slick-next {
  top: 40%;
  right: 0;
}

.productAddedToCartWindow .cross-sells .nop-jcarousel .item-grid .slick-prev {
  top: 40%;
  left: 0;
}

.productAddedToCartWindow .productAddedToCartItem {
  display: flex;
  align-items: center;
}

.productAddedToCartWindow .productAddedToCartWindowDescription {
  text-align: left;
}

  .productAddedToCartWindow .productAddedToCartWindowDescription .price {
    padding: 0 7px;
  }

.productAddedToCartWindow .productAddedToCartWindowImage {
  max-width: 80px;
  margin: 0;
}

.productAddedToCartWindowImage img {
  max-width: 100%;
}

.eu-cookie-bar-notification {
  position: fixed;
  /*top: 53px;*/
  bottom: 31px;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  z-index: 1000; /* higher then zopim */
}

  .eu-cookie-bar-notification .content {
    padding: 5px 15px 10px;
  }

  .eu-cookie-bar-notification .text {
    display: inline-block;
    padding-top: 5px;
    font-style: italic;
    line-height: 20px;
  }

  .eu-cookie-bar-notification a {
    position: relative;
    font-weight: 600;
    font-style: italic;
  }

    .eu-cookie-bar-notification a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #777;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }

    .eu-cookie-bar-notification a:hover:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1);
    }

  .eu-cookie-bar-notification button {
    display: inline-block;
    min-width: 50px;
    margin: 5px 0 0 15px;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    background-color: #ee662c;
    border: 0 none;
    border-radius: 4px;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
  }

    .eu-cookie-bar-notification button:hover {
      background-color: #ff7a41;
    }

/* tooltips */
.has-tooltip {
  cursor: help;
  color: #333;
  border-bottom: 1px solid #ee662c;
}

.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}

  .qtip-titlebar + .qtip-content {
    border-top-width: 0 !important;
  }

.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 15; /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent;
}

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}

.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

  .qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: normal bold 10px/13px Tahoma,sans-serif;
    color: inherit;
    background: transparent none no-repeat -100em -100em;
  }

.qtip-default {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-shadow: 0 1px #000;
  background-color: #555;
  border-left: 5px solid #ee662c;
  border-radius: 6px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

  .qtip-default .qtip-titlebar {
    padding: 6px 35px 0 10px;
    background-color: transparent;
  }

  .qtip-default .qtip-content {
    padding: 8px 12px;
  }

  .qtip-default .qtip-icon {
    text-shadow: none;
    border-color: #222;
  }

.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #aaa;
  color: #111;
}

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

  .qtip .qtip-tip,
  .qtip .qtip-tip .qtip-vml,
  .qtip .qtip-tip canvas {
    position: absolute;
    border-color: #555;
  }

    .qtip .qtip-tip canvas {
      top: 0;
      left: 0;
    }

    .qtip .qtip-tip .qtip-vml {
      behavior: url(#default#VML);
      display: inline-block;
      visibility: visible;
    }


/*********** HEADER ***********/



.admin-header-links {
  position: relative;
  color: #eee;
  text-align: center;
  background-color: #333;
}

  .admin-header-links a,
  .admin-header-links span {
    display: inline-block;
    margin: 0 10px;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold;
    color: #f0f0f0;
  }

    .admin-header-links a:hover {
      text-decoration: underline;
    }

  .admin-header-links .impersonate {
    display: inline-block;
  }

    .admin-header-links .impersonate a {
      background-color: #555;
      padding: 0 15px;
    }

      .admin-header-links .impersonate a:hover {
        background-color: #666;
      }

.header {
  position: relative;
  text-align: center;
}

.header-content {
  margin: 0 auto;
  font-size: 0;
}

.header-upper {
  position: relative;
}

.header-selectors-wrapper > div {
  display: block;
  width: 50%;
  margin: 10px auto;
}

.header-selectors-wrapper select {
  width: 100%;
}

.language-list {
  max-width: 100%;
  font-size: 0;
}

  .language-list li {
    display: inline-block;
    margin: 0 1px;
    vertical-align: middle;
  }

  .language-list a {
    display: block;
    position: relative;
    width: 24px;
    height: 32px;
    line-height: 0;
  }

  .language-list img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

.header-menu-wrapper {
  position: relative;
}

.header-menu ul {
  font-size: 0;
}

.header-menu li {
  display: inline-block;
}

.header-menu a {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px; /*reset zeroing*/
  line-height: 32px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

  .header-menu a:hover {
    color: #000;
  }

.header-menu .text {
  display: none;
}

.header-menu .fa-angle-down {
  display: none;
  margin-left: 5px;
}

#flyout-cart-button a {
  color: #ee662c;
}

#flyout-cart-button .fa-shopping-cart {
  font-size: 20px;
  vertical-align: middle;
}

#my-account-menu {
  display: none;
  position: fixed;
  top: 53px;
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  box-shadow: 0 3px 9px rgba(0,0,0,0.3);
  z-index: 1002;
}

  #my-account-menu li {
    display: block;
    white-space: nowrap;
    text-align: center;
    border-bottom: 1px solid #ececec;
  }

    #my-account-menu li a {
      display: inline-block;
      padding: 5px 16px;
      color: #858585;
      font-size: 13px;
      font-weight: 400;
      line-height: 36px;
    }

      #my-account-menu li a .fa {
        color: #ee662c;
      }

      #my-account-menu li a:hover {
        color: #fff;
        font-weight: 600;
        background-color: #ee662c;
        -webkit-transition: background-color 0.25s ease;
        -moz-transition: background-color 0.25s ease;
        -o-transition: background-color 0.25s ease;
        transition: background-color 0.25s ease;
      }

        #my-account-menu li a:hover .fa {
          color: #fff;
        }

.flyout-cart {
  display: none;
  position: fixed;
  top: 53px;
  left: 0;
  width: 100%;
  background-color: #f3f3f3;
  border-top: 1px solid #ececec;
  box-shadow: 0 3px 9px rgba(0,0,0,0.3);
  z-index: 1002;
}

.mini-shopping-cart {
  padding-bottom: 10px;
  text-align: center;
  font-size: 13px;
}

  .mini-shopping-cart .count {
    padding: 10px;
    color: #444;
  }

    .mini-shopping-cart .count a {
      margin: 0 2px;
      font-weight: bold;
      color: #444;
    }

  .mini-shopping-cart .items {
    position: relative;
    margin: 0 0 10px;
    max-height: 218px;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    overflow: auto;
  }

  .mini-shopping-cart .item {
    overflow: hidden;
    padding: 5px 10px;
    font-size: 14px;
    text-align: left;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eaeaea;
  }

  .mini-shopping-cart .picture {
    float: left;
    width: 60px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #eaeaea;
  }

    .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 55px;
    }

  .mini-shopping-cart .name {
    margin-bottom: 1px;
    font-size: 15px;
  }

    .mini-shopping-cart .name a {
      color: #555;
      -webkit-transition: color 0.25s ease;
      -moz-transition: color 0.25s ease;
      -o-transition: color 0.25s ease;
      transition: color 0.25s ease;
    }

      .mini-shopping-cart .name a:hover {
        color: #ee662c;
      }

  .mini-shopping-cart .attributes {
    margin: 5px 0;
    color: #444;
  }

  .mini-shopping-cart .quantity-and-price {
    color: #ee662c;
  }

  .mini-shopping-cart .totals {
    margin-bottom: 10px;
    font-size: 15px;
  }

    .mini-shopping-cart .totals strong {
      color: #444;
      font-size: 16px;
    }

  .mini-shopping-cart .buttons {
    margin: 0;
  }

  .mini-shopping-cart .cart-button,
  .mini-shopping-cart .checkout-button {
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    font-size: 13px;
    background-color: #ee662c;
    border: 0 none;
    border-radius: 4px;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
  }

    .mini-shopping-cart .cart-button:hover,
    .mini-shopping-cart .checkout-button:hover {
      background-color: #ff7a41;
    }

.header-lower {
  display: none;
  position: fixed;
  top: 53px;
  left: 0;
  width: 100%;
  padding: 15px;
  font-size: 0;
  background-color: #f3f3f3;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
  z-index: 1002;
}

  .header-lower .header-content:after {
    content: "";
    display: block;
    clear: both;
  }

.header-logo {
  display: none;
}

  .header-logo a {
    display: inline-block;
    max-width: 100%;
    line-height: 0; /*firefox line-height bug fix*/
  }

    .header-logo a img {
      max-width: 100%;
      opacity: 1;
    }

.store-search-box {
  position: relative;
  width: 290px;
  margin: 0 auto;
}

  .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 .search-box-text {
    float: left;
    width: 250px;
    height: 36px;
    margin: 0 -1px 0 0;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
  }

    .store-search-box .search-box-text:focus {
      border: 1px solid #555;
    }

  .store-search-box .search-box-button {
    float: left;
    height: 36px;
    padding: 0 12px;
    color: #fff;
    font-size: 0;
    text-align: center;
    line-height: 36px;
    background-color: #4e4e4e;
    border: 0 none;
    border-radius: 0 4px 4px 0;
    -webkit-transition: background-color 0.15s ease;
    -moz-transition: background-color 0.15s ease;
    -o-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
  }

    .store-search-box .search-box-button:hover {
      background-color: #333;
    }

    .store-search-box .search-box-button .fa {
      padding: 0;
      font-size: 16px;
      line-height: 36px;
    }

.search-box .ui-autocomplete-loading {
  background: #fff;
}

.store-search-box .ui-autocomplete {
  padding: 15px;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  background-color: #fff;
  border: 0 none;
  border-radius: 5px;
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
  overflow: hidden;
  /*** For mobile enable scroll on autocomplete ***/
  max-height: 75vh;
  overflow-y: auto;
}

  .store-search-box .ui-autocomplete .ui-autocomplete-category {
    padding: 15px 0 5px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
  }

  .store-search-box .ui-autocomplete .highlight {
    color: #ee662c;
  }

  .store-search-box .ui-autocomplete .category a,
  .store-search-box .ui-autocomplete .manufacturer a {
    color: #555;
  }

  .store-search-box .ui-autocomplete .parent-category {
    color: #999;
    font-weight: 300;
  }

  .store-search-box .ui-autocomplete .product a {
    padding: 2px 10px;
    color: #555;
    line-height: 30px;
  }

  .store-search-box .ui-autocomplete a {
    display: block;
    margin: 0;
    padding: 6px 10px;
    color: #888;
    font-size: 14px;
    line-height: normal;
    background: none;
    border: 0 none;
    border-radius: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
  }

    .store-search-box .ui-autocomplete a:hover,
    .store-search-box .ui-autocomplete .ui-state-focus {
      margin: 0;
      background-color: #f6f6f6;
    }

  .store-search-box .ui-autocomplete img {
    min-width: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
  }

.navigation-menu-title {
  display: none;
}


/*********** FOOTER ***********/



.footer {
  margin-top: 15px;
  text-align: center;
  background-color: #eee;
}

.footer-upper {
  width: 100%;
  margin: auto;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 15px 0;
  font-size: 0;
}

.footer-block {
  width: 100%;
  margin: 1px auto;
  text-align: left;
  font-size: 14px; /*reset zeroing*/
}

  .footer-block .title {
    cursor: pointer;
    margin: 0 0 1px;
    padding: 10px 15px;
    color: #fff;
    font-size: 20px;
    background-color: #afafaf;
  }

    .footer-block .title strong {
      font-weight: normal;
    }

    .footer-block .title .fa {
      float: right;
      font-size: 24px;
      line-height: 30px;
    }

    .footer-block .title:after {
      content: "";
      display: block;
      clear: both;
    }

  .footer-block .list {
    display: none;
    margin: 0 0 5px;
    background-color: #fff;
    padding: 10px 15px;
  }

    .footer-block .list a {
      display: block;
      padding: 10px 15px;
      line-height: 20px;
      -webkit-transition: color 0.25s ease;
      -moz-transition: color 0.25s ease;
      -o-transition: color 0.25s ease;
      transition: color 0.25s ease;
    }

      .footer-block .list a:hover {
        color: #ee662c;
      }

.follow-us {
  margin: 15px auto 0;
  text-align: center;
}

  .follow-us .title {
    margin: 0 0 10px;
    padding: 0;
    background: none;
    color: #444;
    cursor: auto;
  }

  .follow-us .social ul {
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    font-size: 0;
  }

  .follow-us .social li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: bottom;
  }

  .follow-us .social a {
    display: block;
    width: 38px;
    height: 38px;
    margin-top: 3px;
    color: #fff;
    font-size: 0;
    text-align: center;
    border-radius: 50%;
    vertical-align: top;
    transition: all .15s ease;
  }

    .follow-us .social a:hover {
      margin-top: 0;
      margin-bottom: 3px;
      box-shadow: 0 2px 5px #ccc;
    }

    .follow-us .social a:before {
      display: inline-block;
      padding: 0;
      color: #fff;
      font: normal normal normal 20px/38px FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
    }

  .follow-us .social .facebook a {
    background-color: #325293;
  }

    .follow-us .social .facebook a:hover {
      background-color: #4267b2;
    }

    .follow-us .social .facebook a:before {
      content: '\f09a';
    }

  .follow-us .social .instagram a {
    background-color: #33b343;
  }

    .follow-us .social .instagram a:hover {
      background-color: #39cc4b;
    }

    .follow-us .social .instagram a:before {
      content: '\f16d';
    }

  .follow-us .social .twitter a {
    background-color: #2da2cd;
  }

    .follow-us .social .twitter a:hover {
      background-color: #3eb3de;
    }

    .follow-us .social .twitter a:before {
      content: '\f099';
    }

  .follow-us .social .rss a {
    background-color: #eb5b1c;
  }

    .follow-us .social .rss a:hover {
      background-color: #f16e35;
    }

    .follow-us .social .rss a:before {
      content: '\f09e';
    }

  .follow-us .social .youtube a {
    background-color: #cc181e;
  }

    .follow-us .social .youtube a:hover {
      background-color: #e62117;
    }

    .follow-us .social .youtube a:before {
      content: '\f16a';
    }

  .follow-us .social .google-plus a {
    background-color: #c93939;
  }

    .follow-us .social .google-plus a:hover {
      background-color: #db4444;
    }

    .follow-us .social .google-plus a:before {
      content: '\f0d5';
    }

.newsletter-subscribe {
  font-size: 0;
}

.newsletter-email {
  display: inline-block;
  overflow: hidden;
}

  .newsletter-email input[type="email"] {
    float: left;
    width: 180px;
    height: 36px;
    margin: 0 -1px 0 0;
    border-radius: 4px 0 0 4px;
  }

  .newsletter-email .newsletter-subscribe-button {
    float: left;
    height: 36px;
    padding: 0 15px;
    color: #fff;
    text-align: center;
    background-color: #ee662c;
    border: 0 none;
    border-radius: 0 4px 4px 0;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
  }

    .newsletter-email .newsletter-subscribe-button:hover {
      background-color: #ff7a41;
    }

  .newsletter-email .options {
    clear: both;
    padding: 10px 0 0;
  }

.newsletter-validation,
.newsletter-result {
  width: 100%;
  overflow: hidden;
  line-height: 28px;
}

.footer-lower {
  width: 95%;
  margin: auto;
  overflow: hidden;
  padding: 15px 0;
  font-size: 12px;
}

.footer-tax-shipping a {
  font-weight: bold;
  color: #ee662c;
}

  .footer-tax-shipping a:hover {
    text-decoration: underline;
  }

.footer-powered-by {
  margin: 10px 0 0;
}

  .footer-powered-by a {
    position: relative;
    font-weight: bold;
    color: #ee662c;
  }

    .footer-powered-by a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #ee662c;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }

    .footer-powered-by a:hover:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1);
    }

.theme-selector {
  margin: 10px 0 0;
}

  .theme-selector select {
    width: 170px;
  }

.back-to-top {
  display: inline-block;
  position: fixed;
  bottom: 60px;
  right: -45px;
  height: 40px;
  width: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  background-color: #ee662c;
  border-radius: 50%;
  box-shadow: 0 2px 2px 1px rgba(170, 170, 170, 0.45);
  overflow: hidden;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
}

  .back-to-top:hover,
  .back-to-top.fade-out:hover {
    background-color: #ff7a41;
    opacity: 1;
  }

  .back-to-top.visible {
    right: 15px;
  }

  .back-to-top.fade-out {
    opacity: .85;
  }


/*********** SIDE COLUMN ***********/



.block {
  max-width: 425px; /*width limit in mobile*/
  margin: auto;
  text-align: left;
}

  .block > .title {
    cursor: pointer;
    position: relative;
    margin-bottom: 1px;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    background-color: #555;
    border: 0 none;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
  }

    .block > .title:hover {
      background-color: #333;
    }

    .block > .title:before {
      content: "\f107";
      display: inline-block;
      float: right;
      font: normal normal normal 16px/1 FontAwesome;
    }

    .block > .title:after {
      content: "";
      clear: both;
      display: block;
    }

    .block > .title > strong {
      font-weight: 400;
    }

  .block .listbox {
    display: none;
    padding-bottom: 20px;
  }

  .block.block-account-navigation .list a {
    display: block;
    position: relative;
    margin: 3px 3px 0 3px;
    padding: 15px;
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    background-color: #f3f3f3;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
  }

    .block.block-account-navigation .list a:hover {
      background-color: #eaeaea;
    }

    .block.block-account-navigation .list a.active {
      background-color: #eaeaea;
    }

  .block.block-account-navigation a:before {
    display: inline-block;
    width: 1.28571429em;
    padding: 0;
    margin-right: 8px;
    color: #ccc;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

  .block.block-account-navigation .customer-info a:before {
    content: '\f007';
  }

  .block.block-account-navigation .customer-addresses a:before {
    content: '\f041';
  }

  .block.block-account-navigation .customer-companies a:before {
    content: '\f1ad';
  }

  .block.block-account-navigation .customer-orders a:before {
    content: '\f1da';
  }

  .block.block-account-navigation .back-in-stock-subscriptions a:before {
    content: '\f0e0';
  }

  .block.block-account-navigation .reward-points a:before {
    content: '\f005';
  }

  .block.block-account-navigation .change-password a:before {
    content: '\f13e';
  }

  .block.block-account-navigation .customer-reviews a:before {
    content: '\f0f6';
  }

  .block.block-account-navigation .customer-gdpr a:before {
    content: '\f09c';
  }

  .block a.product-picture {
    display: none;
  }

    .block a.product-picture:before {
      display: none;
    }

  .block .sublist {
    margin: 15px 0 5px;
  }

    .block .sublist a {
      font-size: 14px;
    }

  .block .view-all {
    margin: 10px 0 0;
  }

    .block .view-all a {
      display: inline-block;
      padding: 10px 15px;
      font-size: 16px;
      color: #ee662c;
    }

      .block .view-all a:hover {
        text-decoration: underline;
      }

  .block .tags {
    margin: 5px 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: 17px !important; /*setting base size*/
    }

      .block .tags li a,
      .product-tags-all-page li a {
        float: left;
        line-height: 30px;
        color: #444;
        -webkit-transition: color 0.25s ease;
        -moz-transition: color 0.25s ease;
        -o-transition: color 0.25s ease;
        transition: color 0.25s ease;
      }

        .block .tags li a:hover,
        .product-tags-all-page li a:hover {
          color: #ee662c;
        }

.poll strong {
  display: block;
  margin: 10px 0;
  background-color: #f6f6f6;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: normal;
  color: #444;
  text-transform: uppercase;
}

.poll-options,
.poll-results {
  margin: 10px 0 15px;
  overflow: hidden;
  font-size: 15px;
  color: #444;
}

  .poll-options li,
  .poll-results li {
    margin: 10px 0;
  }

    .poll-options li > input {
      margin: 0 5px 0 0;
      cursor: pointer;
    }

    .poll-options li > label {
      display: inline-block;
      font-size: 16px;
      cursor: pointer;
    }

.poll .buttons input {
  border: none;
  background-color: #aaa;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

  .poll .buttons input:hover {
    background-color: #bbb;
  }

.poll-total-votes {
  display: block;
  margin: 10px 0 0;
  font-weight: bold;
  font-style: italic;
  color: #444;
}

.home-page-polls {
  text-align: center;
}

  .home-page-polls .title {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 30px;
    padding: 0 0 15px;
  }

    .home-page-polls .title strong {
      font-weight: normal;
    }

  .home-page-polls li {
    display: inline-block;
    margin: 10px;
  }


/********** CATEGORY PAGE **********/

.category-page .page-title,
.vendor-page .page-title {
  background-color: white;
  margin: 0 0.6%;
}

.category-page h1,.vendor-page h1 {
  padding: 1.9%;
  font-size: 22px;
  line-height: 22px;
}


.breadcrumb ul {
  font-size: 0;
}

.breadcrumb li {
  display: inline-block;
}

  .breadcrumb li a,
  .breadcrumb li span {
    display: inline-block;
    margin: 0 1px;
    font-size: 13px; /*reset zeroing*/
    line-height: 22px;
  }

.breadcrumb strong {
  font-weight: normal;
  font-size:13px;
}

.breadcrumb li a {
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

  .breadcrumb li a:hover {
    color: #ee662c;
  }

.breadcrumb li:first-child a,
.breadcrumb li:first-child a span {
  font-size: 0;
}

  .breadcrumb li:first-child a:before {
    display: inline-block;
    content: "\f015";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
  }

.breadcrumb li .delimiter {
  font-size: 0;
}

  .breadcrumb li .delimiter:before {
    display: inline-block;
    margin: 0 3px;
    content: "\f105";
    color: #aaa;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
  }

.category-description,
.manufacturer-description,
.vendor-description,
.contact-vendor,
.vendor-product-reviews {
  margin: 0 0.6%;
  padding: 0 1.9%;
  line-height: 22px;
  background-color: white;
  overflow: hidden;
}

.expandable .category-description {
  margin: 0
}

.contact-vendor {
  padding-top: 30px;
}

  .contact-vendor .button-2 {
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    background-color: #ee662c;
    border: 0 none;
    border-radius: 4px;
  }

    .contact-vendor .button-2:hover {
      background-color: #ff7a41;
    }

.sub-category-grid {
  background-color: white;
  margin: 0 0.6%;
  padding: 2% 1% 0 1%;
}

.product-selectors {
  display: block;
}

  .product-selectors:first-child {
    border-top: none;
  }

  .product-selectors:after {
    content: "";
    display: block;
    clear: both;
  }

  .product-selectors > div {
    display: inline-block;
  }

  .product-selectors span {
    vertical-align: middle;
    font-size: 0;
  }
  .product-selectors .product-page-size {
  margin-top:10px;
  }
  .product-selectors .product-page-size span:last-child {
    display:none;
  }
  .product-selectors .product-page-size span {
    vertical-align: middle;
    font-size: 14px;
    float: none;
  }
  .product-selectors select {
    margin: 0 4px;
    height: 26px;
    padding: 2px 6px;
    background: linear-gradient(#fff, #f6f6f6);
    border: 1px solid #aeaeae;
  }

    .product-selectors select:focus {
      background-color: #f9f9f9;
      box-shadow: none;
      border: 1px solid #aeaeae;
    }

  .product-selectors .fa {
    font-size: 15px;
    vertical-align: middle;
  }

  .product-selectors .product-sorting {
    margin-right: 10px;
  }

  .product-selectors .product-viewmode {
    display: none;
    font-size: 0;
  }

    .product-selectors .product-viewmode span {
      display: none;
    }

  .product-filter .filter-title {
    margin: 0 0 10px;
    background-color: #f6f6f6;
    padding: 10px;
    font-size: 17px;
    color: #444;
  }

    .product-filter .filter-title strong {
      font-weight: normal;
    }

  .product-filter .filter-content {
    padding: 10px;
    color: #444;
  }

  .product-filter .available-items:after {
    content: "";
    display: block;
    clear: both;
  }

  .product-filter .group {
    margin: 0 0 10px;
  }

    .product-filter .group li {
      font-size: 15px;
    }

      .product-filter .group li a,
      .product-filter .group li strong {
        display: inline-block;
        padding: 5px 0;
        -webkit-transition: color 0.25s ease;
        -moz-transition: color 0.25s ease;
        -o-transition: color 0.25s ease;
        transition: color 0.25s ease;
      }

        .product-filter .group li a:hover {
          color: #ee662c;
        }

      .product-filter .group li.item {
        display: inline-block;
        position: relative;
        margin: 0 15px 0 0;
        padding: 0 0 0 15px;
      }

        .product-filter .group li.item:before {
          content: "";
          position: absolute;
          top: 12px;
          left: 0;
          width: 5px;
          height: 5px;
          background-color: #ddd;
        }

      .product-filter .group li.color-item {
        padding: 0;
        display: inline-block;
      }

        .product-filter .group li.color-item a {
          padding: 0;
        }

        .product-filter .group li.color-item:before {
          display: none;
        }

.filtered-items .title {
  margin: 0 0 5px;
  font-style: italic;
}

.filtered-items .item {
  color: #ee662c;
}

/*custom ajax filters start*/
.filtersPanel .selected-options-list > li span {
  color: #ee662c;
}
/*custom ajax filters end*/
#product-grid {
  position: relative;
}

#page-progress-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  z-index: 300;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#page-progress {
  position: relative;
  width: 75px;
  margin: 15px 0 15px -90px;
  padding: 5px;
  color: #777;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #eee;
}

  #page-progress .button {
    cursor: pointer;
    display: none;
    position: relative;
    width: 100%;
    color: #555;
    font-size: 18px;
    text-align: center;
    background-color: transparent;
    border: 0 none;
    outline: 0 none;
    z-index: 310;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
  }

    #page-progress .button:hover {
      color: #ee662c;
    }

    #page-progress .button.disabled,
    #page-progress .button.disabled:hover {
      cursor: default;
      color: #aaa;
    }

    #page-progress .button .fa {
      padding: 0;
      font-weight: 600;
    }

  #page-progress .page-numbers {
    position: relative;
    margin: 5px 0;
    z-index: 310;
  }

    #page-progress .page-numbers .current-page,
    #page-progress .page-numbers .total-pages {
      line-height: 15px;
      font-size: 15px;
      font-weight: 600;
    }

  #page-progress .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #eee;
    background: linear-gradient(#f5f5f5, #eee);
    -moz-transition: height .75s, width .75s;
    -o-transition: height .75s, width .75s;
    -webkit-transition: height .75s;
    transition: height .75s, width .75s;
  }

.responsive-menu .logo {
  width: 100px;
  background-size: 100px;
}

.item-grid:after {
  content: "";
  display: block;
  clear: both;
}

.item-box {
  position: relative;
  float: left;
  width: 50%;
  margin: 0;
  text-align: left;
}

.product-grid .item-box.come-in {
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -o-transform: translateY(150px);
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  -moz-animation: come-in 0.8s ease forwards;
  -o-animation: come-in 0.8s ease forwards;
  -webkit-animation: come-in 0.8s ease forwards;
  animation: come-in 0.8s ease forwards;
}

.product-grid .item-box.already-visible {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-animation: none;
  -o-animation: none;
  -webkit-animation: none;
  animation: none;
}

@keyframes come-in {
  to {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.item-box .picture {
  z-index: 10;
  overflow: hidden;
  background-color: #fff;
  margin: 0 0 10px;
}

  .item-box .picture a {
    display: block;
    position: relative;
    width: 100%!important;
  }

    .item-box .picture a:before {
      content: "";
      display: block;
      padding-top: 100%;
    }

    .item-box .picture a img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
    }

.item-box .sub-category-item .picture a img {
  mix-blend-mode: multiply;
}

.item-box .sub-category-item .picture a {
  background-color: #f2f2f2;
}

.item-box .sub-category-item {
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
}

.item-box:hover .picture a img {
  opacity: 1;
}

.item-box .sub-category-item:hover .picture a img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateZ(0) scale(1.05);
  -moz-transform: translateZ(0) scale(1.05);
  -ms-transform: translateZ(0) scale(1.05);
  -o-transform: translateZ(0) scale(1.05);
  transform: translateZ(0) scale(1.05);
  opacity: 1;
}

.item-box .product-title {
  height: 48px;
  margin: 0 0 3px;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  color: #4e4e4e;
  overflow: hidden;
}

  .item-box .product-title a {
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
  }

    .item-box .product-title a:hover {
      color: #ee662c;
    }

.item-box .sku {
  font-size: 11px;
  font-weight: 300;
  line-height: 11px;
  padding-bottom: 7px;
  white-space: nowrap;
  overflow:hidden;
}

.item-box .product-rating-box {
  /*display: none;*/
  display: inline-block;
  margin: 0;
}

.item-box .rating {
  background: url('../images/rating1.png') repeat-x;
  width: 80px;
  height: 12px;
  background-size: 16px 12px;
}

  .item-box .rating div {
    background: url('../images/rating2.png') repeat-x;
    background-size: 16px 12px;
    height: 14px;
  }

.item-box .description {
  display: none;
}

  .item-box .description a {
    display: block;
    overflow: hidden;
  }

.item-box .add-info {
  display: table;
  width: 100%;
  margin-top: 5px;
}

.item-box .stock-and-prices,
.item-box .buttons {
  display: table-cell;
  width: auto;
  vertical-align: bottom;
  overflow: hidden;
}

.item-box .stock {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

  .item-box .stock .available {
    color: #739e14;
  }

  .item-box .stock .unavailable {
    color: #e4434b;
  }

.item-box .stock-and-prices .prices {
  display: table-cell;
  height: 42px;
  vertical-align: bottom;
  overflow: hidden;
}

.item-box .price {
  display: block;
}

.item-box .old-price {
  margin-top: 5px;
  font-size: 14px;
  line-height: 14px;
  text-decoration: line-through;
  margin-right: 5px;
}

.item-box .actual-price {
  margin-top: 5px;
  font-size: 18px;
  line-height: 18px;
  color: #666;
  font-weight: 600;
}

.item-box .tax-shipping-info a {
  color: #ee662c;
}

  .item-box .tax-shipping-info a:hover {
    text-decoration: underline;
  }

.item-box .buttons {
  font-size: 0;
  width: 42px;
}

.item-box .button-2 {
  display: inline-block;
  height: 40px;
  border: none;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
}

  .item-box .button-2 .fa {
    line-height: 30px;
    padding: 0;
  }

.item-box .product-box-add-to-cart-button {
  width: 40px;
  height: 28px;
  margin: 0;
  padding: 0;
  font-size: 0;
  background-color: transparent;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

  .item-box .product-box-add-to-cart-button:hover {
    color: #fff;
    height: 32px;
    background-color: #ee662c;
  }

    .item-box .product-box-add-to-cart-button:hover .fa {
      color: #fff;
    }

  .item-box .product-box-add-to-cart-button .fa {
    padding: 0;
    color: #ee662c;
    font-size: 26px;
    line-height: 32px;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
  }

.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
  background: none;
  position: absolute;
  z-index: 500;
  height: 30px;
  width: 30px;
  top: 0px;
  right: 0px;
  font-size: 19px;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

  .item-box .add-to-wishlist-button i:hover {
    color: red;
  }


  .item-box .add-to-compare-list-button .fa-rotate-180 {
    margin-right: -6px;
  }

.product-list .item-box .product-specifications {
  display: none;
}

.product-grid .item-box:after,
.product-list .item-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 85%;
  height: 1px;
  bottom: -15px;
  left: 2.5%;
  border: none;
}

.product-grid .item-box:nth-child(2n+1),
.product-list .item-box:nth-child(2n+1) {
  clear: both;
}

.product-grid .item-box:nth-child(2n+2):after,
.product-list .item-box:nth-child(2n+2):after {
  left: 10%;
}

.product-grid .item-box .product-item,
.product-list .item-box .product-item,
.productAddedToCartWindow .slick-carousel .item-box .product-item {
  border: none;
  background-color: #ffffff;
  padding: 5%;
  margin: 2.5%;
  border-radius: 5px;
  box-shadow: none;
}

.product-grid .item-box:nth-child(2n+1) .product-item,
.product-list .item-box:nth-child(2n+1) .product-item {
  padding-left: 5%;
}

.product-grid .item-box:nth-child(2n) .product-item,
.product-list .item-box:nth-child(2n) .product-item {
  padding-right: 5%;
}

.category-grid .item-box {
  width: 31%;
  margin: 0 1% 2%;
}

  .category-grid .item-box:nth-child(3n+1) {
    clear: both;
  }

.category-grid .title {
  /*background-color: #f2f2f2;*/
  color: #211f20;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 0;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

  .category-grid .title a {
    display: block;
    height: auto;
    overflow: hidden;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
  }

    .category-grid .title a:hover {
      color: #ee662c;
    }

.category-grid .picture {
  margin: 0;
}

  .category-grid .picture a:before {
    padding-top: 65%;
  }

.product-grid {
  margin-top: 1%;
}

  .product-grid .title {
    margin: 0 0 10px;
    text-align: left;
  }

    .product-grid .title:after {
      content: "";
      display: block;
      margin-top: -8px;
      border-bottom: 3px solid #ee662c;
    }

    .product-grid .title strong {
      display: inline;
      padding: 0 15px 0 0;
      color: #444;
      font-size: 20px;
      font-weight: 600;
      line-height: 26px;
      background-color: #fff;
    }

.home-page .product-grid {
  margin-bottom: 25px;
}

.manufacturer-grid .title {
  margin: 0 0 15px;
  text-align: center;
  font-size: 16px;
}

  .manufacturer-grid .title a:hover {
    color: #ee662c;
  }

.manufacturer-grid .picture {
  border: 1px solid #ddd;
}

.vendor-grid .title {
  margin: 0 0 15px;
  text-align: center;
  font-size: 16px;
}

  .vendor-grid .title a:hover {
    color: #ee662c;
  }

.vendor-grid .picture {
  border: 1px solid #ddd;
}

.pager {
  margin: 5px 5px 15px;
}

  .pager ul {
    text-align: right;
    font-size: 0;
  }

  .pager li {
    display: inline-block;
    vertical-align: top;
  }

    .pager li a,
    .pager li span {
      cursor: pointer;
      display: block;
      min-width: 35px;
      height: 35px;
      margin: 0 2px;
      padding: 8px;
      color: #555;
      font-size: 14px; /*reset zeroing*/
      text-align: center;
      background-color: #f3f3f3;
      border: 1px solid #d5d5d5;
      border-radius: 4px;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }

    .pager li span {
      cursor: default;
      color: #fff;
      font-weight: 600;
      background-color: #ee662c;
      border-color: transparent;
    }

    .pager li a:hover {
      color: #fff;
      background-color: #ee662c;
      border-color: transparent;
    }

    .pager li.previous-page a,
    .pager li.next-page a,
    .pager li.first-page a,
    .pager li.last-page a {
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      font-size: 0;
    }
  .pager .previous-page a, .pager .next-page a {
    min-width: 50px;
  }
      .pager li.previous-page a:before,
      .pager li.next-page a:before,
      .pager li.first-page a:before,
      .pager li.last-page a:before {
        display: inline-block;
        margin-top: 3px;
        font-size: 14px;
      }

      .pager li.previous-page a:before {
        content: "\f104";
      }

      .pager li.next-page a:before {
        content: "\f105";
      }

      .pager li.first-page a:before {
        content: "\f100";
      }

      .pager li.last-page a:before {
        content: "\f101";
      }

.no-results {
  margin-top: 15px;
  padding: 10px 15px;
  background-color: #f9f9f9;
  border-left: 5px solid #f89406;
}

  .no-results .fa {
    margin-right: 5px;
  }


/********** PRODUCT PAGE **********/




.product-details-page .phone-number {
  margin: 0 10px 10px 10px;
  background-color: #f6f6f6;
  font-size: 12px;
  padding: 5px;
}

.product-essential {
  margin: 0 0 20px;
}

  .product-essential:after {
    content: "";
    display: block;
    clear: both;
  }

  .product-essential .gallery .picture-wrapper {
    margin: 0 0 10px;
  }

  .product-essential .gallery .main-picture {
    position: relative;
    max-width: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
    background-color: #f6f6f6;
  }

    .product-essential .gallery .main-picture:before {
      content: "";
      display: block;
      padding-top: 100%;
    }
  .product-essential .gallery .swiper-button-next,
  .product-essential .gallery .swiper-button-prev {
    color: #ee662c;
    padding: 60px 20px;
    margin-top: -60px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
  }
    .product-essential .gallery .swiper-button-next:after,
    .product-essential .gallery .swiper-button-prev:after {
      font-size: 30px;
    }
  .product-essential .gallery .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-bottom: 5px;
  }

    .product-essential .gallery .main-picture img,
    .product-essential .gallery .gallery-thumbnails img,
    .product-essential .variant-picture img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
      mix-blend-mode: multiply;
    }

.gallery-picture {
  background-color: #f6f6f6;
}

.product-essential .gallery .gallery-thumbnails {
  max-height: 140px;
  font-size: 0;
  overflow: hidden;
}

  .product-essential .gallery .gallery-thumbnails a {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 5px;
    overflow: hidden;
  }

  .product-essential .gallery .gallery-thumbnails .gallery-picture.video-thumbnail:after {
    top: 20px;
    left: 22px;
    width: 18px;
    height: 18px;
    font-size: 19px;
    line-height: 19px;
  }



.product-essential .overview {
  margin-top: 15px;
  /*font-size: 0;*/
}

  .product-essential .overview .overview-left-col {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

.product-essential .product-name h1 {
  padding: 0 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}

.product-essential .sku {
  padding: 5px 0 10px;
  font-size: 13px;
  font-weight: 300;
}

.product-essential .additional-details {
  margin: 0 0 15px;
  padding: 2px 0 5px;
}

  .product-essential .additional-details li {
    display: inline-block;
    margin-right: 5px;
    padding-right: 5px;
    color: #666;
    font-size: 12px;
    border-right: 1px solid #ddd;
  }

    .product-essential .additional-details li:last-child {
      margin-right: 0;
      border-right: 0 none;
    }

    .product-essential .additional-details li .label {
      font-weight: 600;
    }

.product-essential .discontinued-product {
  margin: 5px 0 15px;
  background-color: #f3f3f3;
  border-left: 5px solid #de444c;
}
.product-essential .additional-details .product-vendor .value,
.sold-by .vendor-name {
  border-bottom: dotted 1px #444;
  font-weight: 600;
  color: #ee662c;
}
  .product-essential .discontinued-product h4 {
    display: inline-block;
    padding: 15px 15px 10px;
    color: #de444c;
    font-size: 14px;
    font-weight: 900;
  }

  .product-essential .discontinued-product .fa-stack {
    font-size: 12px;
  }

.product-essential .short-description {
  margin: 0 0 25px;
  line-height: 22px;
  color: #666;
}

.product-essential .sell-info {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto 10px;
  padding: 0 10px 10px 10px;
  flex-direction: column;
  align-content: center;
  float: right;
  background-color: white;
  border-radius: 5px;
  width: 100%
}

  .product-essential .sell-info .availability {
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
  }

  .product-essential .sell-info .prices {
    width: auto;
    margin: 15px auto;
  }

    .product-essential .sell-info .prices tr {
      height: 30px;
    }

      .product-essential .sell-info .prices tr:first-child {
        height: auto;
      }

    .product-essential .sell-info .prices td {
      white-space: nowrap;
      vertical-align: bottom;
    }

    .product-essential .sell-info .prices tr:last-child td {
      padding-bottom: 0;
    }

    .product-essential .sell-info .prices .label {
      padding-right: 10px;
      font-size: 14px;
      text-align: left;
      line-height: 14px;
    }

    .product-essential .sell-info .prices .value {
      text-align: left;
      text-transform: capitalize;
    }

    .product-essential .sell-info .prices .old-product-price,
    .product-essential .sell-info .prices .non-discounted-price {
      color: #999;
      font-size: 14px;
      line-height: 14px;
    }

      .product-essential .sell-info .prices .old-product-price .value,
      .product-essential .sell-info .prices .non-discounted-price .value {
        padding-left: 4px;
        text-decoration: line-through;
      }

    .product-essential .sell-info .prices .non-discounted-price {
      font-size: 16px;
      font-weight: 600;
      line-height: 165px;
    }

    .product-essential .sell-info .prices .product-price {
      color: #686868;
      font-size: 30px;
      font-weight: 900;
    }

      .product-essential .sell-info .prices .product-price .value {
        line-height: 22px;
      }

    .product-essential .sell-info .prices .tax-shipping-info a {
      color: #ee662c;
    }

      .product-essential .sell-info .prices .tax-shipping-info a:hover {
        text-decoration: underline;
      }

    .product-essential .sell-info .prices .installment-price .label,
    .product-essential .sell-info .prices .installment-price .value {
      font-size: 13px;
      font-style: italic;
    }

    .product-essential .sell-info .prices .installment-price .value {
      text-align: center;
      font-weight: 800;
      line-height: 14px;
    }

    .product-essential .sell-info .prices .customer-entered-price {
      margin: 0 0 20px;
      overflow: hidden;
    }

      .product-essential .sell-info .prices .customer-entered-price .price-input label {
        display: block;
        margin: 0 0 5px;
        font-weight: bold;
        color: #444;
      }

      .product-essential .sell-info .prices .customer-entered-price .price-input input {
        width: 170px;
        text-align: center;
      }

      .product-essential .sell-info .prices .customer-entered-price .price-range {
        margin: 5px 0 0;
        color: #777;
      }

  .product-essential .sell-info .product-discount {
    margin: 10px;
    display: none;
  }

    .product-essential .sell-info .product-discount .discount-value {
      display: block;
      width: 50px;
      height: 50px;
      padding: 15px 8px;
      color: #fff;
      font-size: 14px;
      font-weight: 900;
      text-align: center;
      background-color: #e4434b;
      border-radius: 50%;
    }

  .product-essential .sell-info .add-to-cart {
  }

  .product-essential .sell-info .add-to-cart-panel {
    display: inline-block;
    position: relative;
    margin: 0;
  }

    .product-essential .sell-info .add-to-cart-panel > * {
      float: left;
    }

    .product-essential .sell-info .add-to-cart-panel .qty-label {
      display: none;
    }

    .product-essential .sell-info .add-to-cart-panel .qty-input {
      width: 50px;
      height: 38px;
      padding: 12px 7px;
      color: #777;
      font-size: 14px;
      font-weight: 600;
      line-height: 14px;
      text-align: center;
      border: 2px solid #ee662c;
      border-radius: 4px 0 0 4px;
    }

      .product-essential .sell-info .add-to-cart-panel .qty-input:focus {
        border: 2px solid #ee662c;
      }

      .product-essential .sell-info .add-to-cart-panel .qty-input.input-validation-error {
        border: 2px solid #ee662c;
        background-color: #f7d1d3;
      }

    .product-essential .sell-info .add-to-cart-panel .add-to-cart-button {
      width: 100%;
      padding: 15px;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      line-height: 16px;
      background-color: #ee662c;
      border: 0 none;
      border-radius: 4px;
      cursor: pointer;
      -webkit-transition: background-color 0.25s ease;
      -moz-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease;
    }

    .product-essential .sell-info .add-to-cart-panel .ajax-cart-button-wrapper,
    .product-essential .sell-info .general-button-container,
    .product-essential .sell-info .general-button-container .general-button,
    .product-essential .sell-info .add-to-cart-panel,
    .product-essential .sell-info .add-to-cart,
    .product-essential .sell-info .buttons {
      width: 100%;
    }

      .product-essential .sell-info .general-button-container .general-button {
        max-width: 100%;
        padding: 15px;
        margin: 5px 0;
        background-color: #eee;
        border: 1px solid #ddd;
        color: #555;
        font-size: 16px;
        font-weight: 400;
      }

        .product-essential .sell-info .general-button-container .general-button:hover {
          background-color: #f5f5f5;
          border-color: #ccc;
        }

      .product-essential .sell-info .add-to-cart-panel .add-to-cart-button:hover {
        background-color: #ff7a41;
      }

      .product-essential .sell-info .add-to-cart-panel .add-to-cart-button .fa {
        padding-right: 10px;
        font-size: 18px;
      }

  .product-essential .sell-info .tier-prices {
    margin: 0 0 20px;
  }

    .product-essential .sell-info .tier-prices .title {
      display: none;
    }

    .product-essential .sell-info .tier-prices table td {
      border: 1px solid #ddd;
      padding: 10px;
      color: #444;
    }

    .product-essential .sell-info .tier-prices .field-header {
      min-width: 80px;
    }

    .product-essential .sell-info .tier-prices .item-price {
      background-color: #f9f9f9;
      font-size: 16px;
      color: #e4434b;
    }

  .product-essential .sell-info .green-tax-text {
    font-size: 11px;
    font-style: italic;
  }

.product-essential .overview-info .availability .stock {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

  .product-essential .overview-info .availability .stock .available {
    color: #739d13;
  }

  .product-essential .overview-info .availability .stock .not-available {
    border-bottom: 0 none;
  }

  .product-essential .overview-info .availability .stock .label {
    display: none;
    font-size: 13px;
    font-weight: normal;
  }

.product-essential .sell-info .availability .back-in-stock-subscription {
  display: block;
}
.mfp-content .back-in-stock-subscription-page {
  max-width: 500px;
}

.back-in-stock-subscription-page .buttons {
  text-align: center;
}

.product-essential .overview-info .delivery {
  overflow: hidden;
}

  .product-essential .overview-info .delivery .label {
    font-size: 15px;
  }

  .product-essential .overview-info .delivery .value {
    margin-left: 5px;
    color: #555;
    font-size: 15px;
    font-weight: 600;
  }

.product-essential .overview-info .advantages {
  margin-top: 10px;
}

  .product-essential .overview-info .advantages li {
    margin: 0 0 15px -3px;
    color: #333;
    font-size: 14px;
    border-radius: 4px;
    padding: 0;
  }

    .product-essential .overview-info .advantages li .fa {
      margin-right: 3px;
      font-size: 18px;
    }

  .product-essential .overview-info .advantages .reward-points .fa {
    margin-right: 6px;
  }

  .product-essential .overview-info .advantages li strong {
    font-weight: 600;
  }

.product-essential .overview-info .min-qty-notification {
  margin: 10px 0;
  font-style: italic;
  color: #444;
}

.product-essential .overview-info .download-sample {
  display: inline-block;
  margin: 0 0 25px;
}

.product-essential .overview-left-col .product-no-reviews {
  display: inline-block;
  line-height: 16px;
  vertical-align: top;
}

  .product-essential .overview-left-col .product-no-reviews span {
    margin: 0 0 25px;
    color: #444;
    display: none;
  }

  .product-essential .overview-left-col .product-no-reviews a {
    display: none;
  }

  .product-essential .overview-left-col .product-no-reviews:before {
    content: "(0)";
    display: block;
  }

.product-no-reviews {
  margin: 0 0 5px;
  color: #444;
  max-width: 300px;
}


.product-reviews-overview {
  margin: 0 0 5px;
  color: #444;
  display: inline-block;
}

.product-no-reviews a {
  text-decoration: underline;
}

.product-review-box {
  display: inline-block;
  margin: 0 0 8px;
}

  .product-review-box .rating {
    width: 95px;
    height: 14px;
    background: url('../images/rating1.png') repeat-x;
  }

    .product-review-box .rating div {
      height: 14px;
      background: url('../images/rating2.png') repeat-x;
    }


.product-essential .overview-left-col .product-no-reviews a {
  text-decoration: underline;
}

.product-essential .overview-left-col .product-review-box {
  display: inline-block;
  margin: 0;
}

  .product-essential .overview-left-col .product-review-box .rating {
    width: 95px;
    height: 14px;
    background: url('../images/rating1.png') repeat-x;
  }

    .product-essential .overview-left-col .product-review-box .rating div {
      height: 14px;
      background: url('../images/rating2.png') repeat-x;
    }

.product-essential .overview-left-col .product-review-links {
  display: inline-block;
}

  .product-essential .overview-left-col .product-review-links span {
    display: none;
  }

  .product-essential .overview-left-col .product-review-links a:nth-of-type(2) {
    display: none;
  }

  .product-essential .overview-left-col .product-review-links a {
    text-decoration: underline;
    line-height: 16px;
    vertical-align: top;
  }


    .product-essential .overview-left-col .product-review-links a:hover {
      color: #ee662c;
    }

.product-essential .button-2 {
  display: block;
  width: 100%;
  margin: 5px auto;
  padding: 15px;
  color: #555;
  font-size: 16px; /*reset zeroing*/
  text-align: center;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

  .product-essential .button-2:hover {
    background-color: #f5f5f5;
    border-color: #ccc;
  }

.product-essential .overview-info .buttons {
  margin: 5px 0 0 15px;
  font-size: 0;
}

  .product-essential .overview-info .buttons .add-to-wishlist-button {
    margin-bottom: 5px;
    padding: 7px 12px;
    color: #fff;
    background-color: #555;
    border: 0 none;
  }

    .product-essential .overview-info .buttons .add-to-wishlist-button:hover {
      background-color: #6f6f6f;
    }

  .product-essential .overview-info .buttons .product-share-button {
    display: inline-block;
    margin-top: 25px;
    overflow: hidden;
    height: 25px;
  }

.product-essential .product_variants {
  clear: both
}
.overview-left-col .product-of-the-month-notification {
  background-color: #f2f2f2;
}

.order-confirmation .product-of-the-month-notification {
  background-color: #f2f2f2;
  margin-top:20px;
}

.order-confirmation .product-of-the-month-notification .buttons {
text-align:left!important;
}

  .product-of-the-month-notification {
  padding: 10px 10px 5px;
  margin-bottom: 15px;
  background-color: white;
  border-left: 5px solid #ee662c;
  border-radius: 0 5px 5px 0;
}

  .product-of-the-month-notification .text {
    margin-bottom: 5px;
    color: #555;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
  }

    .product-of-the-month-notification .text strong {
      font-weight: 600;
    }

    .product-of-the-month-notification .text em {
      color: #ee662c;
      font-weight: 900;
      font-style: normal;
    }

  .product-of-the-month-notification .buttons {
    text-align: left;
    margin: 0;
  }

    .product-of-the-month-notification .buttons a {
      display: inline-block;
      margin-right: 15px;
      padding: 3px;
      color: #555;
      font-size: 13px;
      font-weight: 600;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }

      .product-of-the-month-notification .buttons a:hover {
        color: #ee662c;
      }

      .product-of-the-month-notification .buttons a .fa {
        color: #ee662c;
        margin-right: 5px;
      }

.product-collateral {
  text-align: left;
}

  .product-collateral .title {
    margin: 0 0 10px;
    text-align: left;
  }

    .product-collateral .title:after {
      content: "";
      display: block;
      margin-top: -8px;
      border-bottom: 3px solid #ee662c;
    }

    .product-collateral .title strong {
      display: inline-block;
      padding: 0 10px 0 0;
      color: #444;
      font-size: 20px;
      font-weight: 600;
      line-height: 26px;
      background-color: #fff;
    }

.product-variant-line {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px;
}

  .product-variant-line:after {
    content: "";
    display: block;
    clear: both;
  }

.variant-picture {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto 15px;
  overflow: hidden;
}

.variant-overview {
  width: 100%;
}

  .variant-overview .variant-name {
    margin: 0 0 10px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #ee662c;
  }

  .variant-overview .variant-description {
    margin: 0 0 15px;
    line-height: 22px;
  }

  .variant-overview .add-to-wishlist {
    margin: 0 0 25px;
  }

  .variant-overview .add-to-wishlist-button {
    display: inline-block;
    width: auto;
  }

  .variant-overview .add-to-cart {
    margin: 0 0 10px;
  }

.product-collateral .full-description {
  margin: 0 0 20px;
  line-height: 24px;
  overflow: hidden;
}

.product-collateral .product-specs-box {
  margin: 0 0 20px;
}

  .product-collateral .product-specs-box td {
    border-top: 0 none;
    border-bottom: 1px solid #ddd;
    padding: 8px 10px;
  }

  .product-collateral .product-specs-box .even td {
    background-color: #f9f9f9;
  }

  .product-collateral .product-specs-box .spec-value {
    word-break: break-word;
  }

  .product-collateral .product-specs-box .table-wrapper {
    padding-top: 5px;
  }

  .product-collateral .product-specs-box td:first-child {
    width: 35%;
  }

  .product-collateral .product-specs-box .download-button {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background-color: #aaa;
    border-radius: 4px;
  }

    .product-collateral .product-specs-box .download-button:hover {
      text-decoration: none;
      background-color: #ee662c;
    }

    .product-collateral .product-specs-box .download-button .fa {
      margin-right: 5px;
    }

.product-collateral .product-collection-box {
  display: table;
  margin: 15px 0;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #ddd;
}

  .product-collateral .product-collection-box strong {
    font-weight: 600;
  }

  .product-collateral .product-collection-box a {
    color: #ee662c;
    font-weight: 600;
  }

    .product-collateral .product-collection-box a:hover {
      text-decoration: underline;
    }

.product-tags-list {
  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;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
  }

    .product-tags-list a:hover {
      color: #444;
    }

.attributes {
  margin: 20px 0;
}

  .attributes dl {
    overflow: hidden;
    padding: 0 2px; /* fix for Chrome in Mac, the checkboxes get cut off */
  }

  .attributes dt,
  .attribute-label {
    display: block;
    margin: 0 0 5px;
    white-space: nowrap;
    font-weight: bold;
    color: #444;
  }

  .attributes dd,
  .attribute-data {
    margin: 0 0 10px;
  }

  .attributes li {
    margin: 8px 0 12px;
  }

  .attributes select {
    width: auto;
    min-width: 100px;
    max-width: 100%;
  }

  .attributes .option-list label {
    margin: 0 5px;
  }

  .attributes .datepicker {
    width: 280px;
    text-align: center;
    color: #444;
  }

  .attributes .qty-box input {
    width: 48px;
    height: 32px;
    text-align: center;
  }

.ui-datepicker {
  width: 280px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  text-align: center;
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #777;
}

.ui-datepicker-header {
  position: relative;
  height: 32px;
  background-color: #ee662c;
  color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  background-image: none;
  padding: 0 !important;
  font-weight: normal;
}

  .ui-datepicker-header a {
    position: absolute;
    z-index: 1;
    line-height: 32px;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    top: 0 !important;
    width: 32px !important;
    height: 32px !important;
    border: 0 none !important;
  }

  .ui-datepicker-header .ui-datepicker-prev {
    left: 0;
    background: url('../images/calendar-prev.png') center no-repeat;
  }

  .ui-datepicker-header .ui-datepicker-next {
    right: 0;
    background: url('../images/calendar-next.png') center no-repeat;
  }

  .ui-datepicker-header a span {
    /*override jQuery UI styles, do not delete doubled properties*/
    display: none !important;
  }

.ui-datepicker-title {
  position: relative;
  z-index: 0;
  font-weight: bold;
  text-transform: uppercase;
  /*override jQuery UI styles, do not delete doubled properties*/
  line-height: 32px !important;
}

.ui-datepicker-calendar {
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important;
  font-size: 14px !important;
}

  .ui-datepicker-calendar th {
    background-color: #eee;
  }

  .ui-datepicker-calendar th,
  .ui-datepicker-calendar td {
    width: 14.285%;
    border: 1px solid #ddd;
    /*override jQuery UI styles, do not delete doubled properties*/
    padding: 0;
  }

    .ui-datepicker-calendar th span,
    .ui-datepicker-calendar td a {
      display: block;
      min-height: 32px;
      line-height: 32px;
      color: #444;
    }

    .ui-datepicker-calendar td a {
      /*override jQuery UI styles, do not delete doubled properties*/
      border: none !important;
      background: none !important;
      padding: 0;
      text-align: center;
      color: #444 !important;
    }

  .ui-datepicker-calendar .ui-state-active {
    outline: 2px solid #ee662c;
    font-weight: bold;
    /*override jQuery UI styles, do not delete doubled properties*/
    color: #ee662c !important;
  }

.attribute-squares {
  font-size: 0;
}

  .attribute-squares li {
    display: inline-block;
    margin: 0 5px 5px;
    text-align: center;
  }

  .attribute-squares .attribute-square-container {
    display: block;
    position: relative;
    padding: 1px;
    z-index: 0;
  }

  .attribute-squares label {
    display: block;
    margin: 0;
    overflow: hidden;
  }

  .attribute-squares .attribute-square {
    display: table !important;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border: 1px solid #444;
  }

  .attribute-squares .selected-value .attribute-square-container {
    background-color: #ee662c;
  }

  .attribute-squares li input {
    position: relative;
    z-index: -1;
    margin: -32px 0 0;
  }

.tooltip-container {
  position: absolute;
  width: 200px;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #eeeeee;
  text-align: center;
  visibility: hidden;
  border-radius: 5px;
}

  .tooltip-container:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-bottom: 7px solid #eeeeee;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }

  .tooltip-container:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #FFFFFF;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }

.attribute-squares li:hover .tooltip-container {
  visibility: visible;
  margin-left: -83px;
  margin-top: 5px;
  z-index: 999;
}

.tooltip-container .tooltip-header {
  background-color: #F6F6F6;
  height: 25px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding-left: 10px;
  padding-top: 5px;
  text-align: left;
  width: 198px;
  font-size: 15px;
  border-bottom: 1px #EEEEEE solid;
}

.tooltip-container .tooltip-body {
  margin: 5px;
}

  .tooltip-container .tooltip-body img {
    border: 0px #FFF;
    width: 190px;
  }

.giftcard {
  margin: 10px 0;
  overflow: hidden;
}

  .giftcard div {
    margin: 0 0 10px;
  }

  .giftcard label {
    display: block;
    margin: 0 auto 5px;
    color: #444;
    font-size: 13px;
    font-weight: 600;
  }

  .giftcard input,
  .giftcard textarea {
    width: 350px;
    max-width: 100%;
  }

  .giftcard textarea {
    height: 75px;
  }


/********** PRODUCT REVIEWS **********/

.translate_command {
  display: block;
  border-radius: 3px !important;
  background-color: #f6f6f6;
  margin-top: 10px;
  border: solid 1px #e9e9e8;
  font-family: Arial;
  padding: 3px 5px 3px 5px;
}

.product-reviews-page h1 a {
  color: #ee662c;
}

  .product-reviews-page h1 a:before,
  .product-reviews-page h1 a:after {
    content: "''";
  }

.center-1 .product-details-page .product-reviews-page > .title {
  margin: 0 0 20px;
  font-size: 20px;
  color: #444;
  width: 100%;
  text-align: left;
}

.product-reviews-page > .title:after {
  content: "";
  display: block;
  margin-top: -8px;
  border-bottom: 3px solid #ee662c;
}

.product-reviews-page .title strong {
  display: inline;
  padding: 0 15px 0 0;
  color: #444;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  background-color: #fff;
}

.product-reviews-page .reviews-header {
  display: flex;
  align-items: stretch;
}

  .product-reviews-page .reviews-header .barchart-review-average {
    display: flex;
    flex-direction: column;
    width: 33.33%;
    padding-bottom: 50px;
  }

    .product-reviews-page .reviews-header .barchart-review-average .review-average {
      font-size: 3.5em;
      font-weight: 800;
    }

  .product-reviews-page .reviews-header .barChart {
    padding: 10px 10px 50px 10px;
    width: 66.66%;
    border-bottom: 1px solid #ddd;
  }

  .product-reviews-page .reviews-header .barchart-actions {
    padding: 10px 10px 50px 10px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
  }

.product-reviews-page .barchart-wrapper {
  display: flex;
  align-items: center;
  width: 60%;
}

.popup .review-rating {
  padding-bottom: 10px;
}

  .popup .review-rating li {
    line-height: 30px;
    padding: 0;
  }

  .popup .review-rating input[type="radio"] {
    width: 20px;
    height: 20px;
  }

  .popup .review-rating .rating-options {
    padding: 5px;
  }

.write-review {
  margin: 0 0 60px;
}

  .write-review .fieldset {
    margin: 0 0 30px;
  }

  .write-review .review-rating {
    text-align: center;
  }

    .write-review .review-rating label {
      display: block;
      margin: 0 0 5px;
      font-size: 14px;
    }

    .write-review .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 .first {
      color: #e4444c;
    }

    .write-review .review-rating .rating-options {
      padding-top: 2px;
    }

      .write-review .review-rating .rating-options input {
        vertical-align: baseline;
      }

    .write-review .review-rating .last {
      color: #4cb17c;
    }

  .write-review .captcha-box {
    margin: 15px 0 0;
  }

  .write-review .button-1 {
    padding: 10px 25px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background-color: #ee662c;
    border: 0 none;
    border-radius: 4px;
  }

    .write-review .button-1:hover {
      background-color: #ff7a41;
    }

.product-reviews-page .result,
.product-reviews-page .message-error {
  margin: 0 0 20px;
}

.product-review-list {
  overflow: hidden;
}

.product-review-item {
  margin: 0 0 40px;
}

  .product-review-item:after {
    content: "";
    display: block;
    clear: both;
  }

  .product-review-item .review-item-head {
    overflow: hidden;
    padding: 0 10px 10px 10px;
  }

  .product-review-item .review-title {
    line-height: 20px;
    font-size: 15px;
    color: #ee662c;
  }

  .product-review-item .product-review-box {
    margin: 3px 0 0;
  }

  .product-review-item .review-content {
    padding: 0 10px 10px 10px;
  }

  .product-review-item .review-text {
    margin: 0 0 15px;
    line-height: 22px;
    color: #444;
  }

  .product-review-item .reply {
    margin: 15px 0;
    border-top: 1px solid #ddd;
  }

  .product-review-item .reply-header {
    margin: 15px 0;
    font-weight: bold;
  }

  .product-review-item .reply-text {
    line-height: 22px;
  }

  .product-review-item .review-info {
    margin: 0 0 5px;
  }

    .product-review-item .review-info label {
      font-weight: normal;
    }

    .product-review-item .review-info a,
    .product-review-helpfulness .vote {
      display: inline-block;
      padding: 0 5px;
      color: #cccccc;
      cursor: pointer;
    }

.review-item-left {
  float: left;
  width: 20%;
}

  .review-item-left .date {
    display: block;
  }

  .review-item-left .user {
    display: block;
    font-weight: 800;
  }


.review-item-right {
  float: left;
  width: 80%;
  border-bottom: solid 1px #ddd;
}

  .review-item-right .wrap-collabsible {
    margin-top: 0;
  }

    .review-item-right .wrap-collabsible .lbl-toggle {
      display: inline-block;
      font-weight: normal;
      font-family: monospace;
      font-size: 15px;
      text-transform: none;
      text-align: center;
      padding: 1rem;
      color: #8e8e8e;
      background: #FAE042;
      cursor: pointer;
      border-radius: 7px;
      transition: all 0.25s ease-out;
      background: none;
      font-style: normal;
      line-height: 0;
      height: 35px;
      margin-left: 0;
    }

    .review-item-right .wrap-collabsible .collapsible-content .content-inner {
      background: #f5f5f5;
      border-bottom: none;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }

.product-review-helpfulness .question {
  margin: 0 5px 0 0;
  font-style: italic;
  display: none;
}

.product-review-helpfulness .result {
  margin: 0 0 0 10px;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-page .page-title {
  border-bottom: 0 none;
}

  .wishlist-page .page-title h1 {
    border-bottom: 1px solid #ddd;
  }

  .wishlist-page .page-title .buttons {
    margin: 10px;
    text-align: center;
  }

    .wishlist-page .page-title .buttons a {
      display: inline-block;
      margin-left: 10px;
      padding: 6px 10px;
      font-size: 14px;
      line-height: 16px;
      white-space: nowrap;
      border-radius: 4px;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }

      .wishlist-page .page-title .buttons a:hover {
        color: #444;
        background-color: #eee;
      }

      .wishlist-page .page-title .buttons a .fa {
        -webkit-transition: color 0.25s ease;
        -moz-transition: color 0.25s ease;
        -o-transition: color 0.25s ease;
        transition: color 0.25s ease;
      }

    .wishlist-page .page-title .buttons .clear-cart:hover .fa {
      color: #e4434b;
    }

    .wishlist-page .page-title .buttons .fa {
      padding-right: 3px;
      font-size: 16px;
      vertical-align: bottom;
    }

.wishlist-content {
  margin: 0 0 20px;
}

  .wishlist-content .message-error {
    margin: 5px 0;
    text-align: left;
  }

  .wishlist-content .table-wrapper {
    margin: 0 0 30px;
  }

  .wishlist-content .product-content {
    min-width: 300px;
    text-align: left;
  }

  .wishlist-content .tax-shipping-info {
    margin: 0 0 20px;
    text-align: center;
  }

    .wishlist-content .tax-shipping-info a {
      color: #ee662c;
    }

      .wishlist-content .tax-shipping-info a:hover {
        text-decoration: underline;
      }

  .wishlist-content .buttons {
    font-size: 0;
  }

  .wishlist-content .button-1,
  .wishlist-content .button-2 {
    display: inline-block;
    margin: 3px auto;
    padding: 5px 12px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    background-color: #555;
    border: 0 none;
    border-radius: 4px;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
  }

  .wishlist-content .button-1 {
    padding: 8px 16px;
    background-color: #ee662c;
  }

    .wishlist-content .button-1:hover {
      background-color: #ff7a41;
    }

  .wishlist-content .button-2:hover {
    background-color: #333;
  }

  .wishlist-content .button-2 .fa {
    font-size: 13px;
  }

  .wishlist-content .update-wishlist-button,
  .wishlist-content .wishlist-add-to-cart-button {
    background-color: #ee662c;
  }

    .wishlist-content .update-wishlist-button:hover,
    .wishlist-content .wishlist-add-to-cart-button:hover {
      background-color: #ff7a41;
    }

.wishlist-page .share-info {
  padding-top: 8px;
  border-top: 1px solid #ddd;
}

  .wishlist-page .share-info a {
    color: #444;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
  }

    .wishlist-page .share-info a:hover {
      color: #ee662c;
    }

  .wishlist-page .share-info .addthis_toolbox {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }

.wishlist-page .no-data {
  margin: 25px 0 0;
}

.compare-products-page {
  position: relative;
  overflow: hidden;
}

  .compare-products-page .clear-list {
    display: inline-block;
    margin: 0 0 20px;
    background-color: #ee662c;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
  }

    .compare-products-page .clear-list:hover {
      background-color: #ff7a41;
    }

  .compare-products-page .table-wrapper {
    margin: 0 0 30px;
    padding: 0 0 1px; /*IE mobile table border fix*/
  }

.compare-products-table td {
  min-width: 150px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  color: #444;
}

  .compare-products-table td:first-child {
    min-width: 0;
  }

  .compare-products-table td label {
    font-weight: normal;
    color: #777;
  }

.compare-products-table .remove-button {
  display: inline-block;
  color: #444;
  font-size: 13px;
  background-color: transparent;
  border: none;
}

  .compare-products-table .remove-button:hover {
    color: #e03838;
  }

  .compare-products-table .remove-button .fa {
    margin: 3px 0 0;
    color: #e03838;
  }

.compare-products-table .picture {
  display: block;
  position: relative;
  max-width: 200px;
  height: 200px;
  overflow: hidden;
}

  .compare-products-table .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
  }

.compare-products-table .product-name td {
  font-weight: bold;
}

  .compare-products-table .product-name td a:hover {
    color: #ee662c;
  }

.compare-products-table .short-description td {
  line-height: 22px;
}

.compare-products-table .full-description td {
  display: none;
}

.compare-products-page .no-data {
  margin: 25px 0 0;
}


/*********** TOPICS ***********/



.topic-block {
  margin: 0 0 25px;
}

.topic-block-title {
  min-height: 50px;
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
}

  .topic-block-title h2 {
    font-size: 30px;
    font-weight: normal;
  }

.topic-block-body {
  text-align: justify;
  line-height: 24px;
  font-size: 16px;
}

.topic-page .page-body {
  text-align: justify;
  line-height: 22px;
  overflow: hidden;
}

.topic-block a,
.topic-page a {
  position: relative;
  color: #ee662c;
}

  .topic-block a:before,
  .topic-page a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ee662c;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .topic-block a:hover:before,
  .topic-page a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }

.home-page .topic-block {
  margin: 0 0 50px;
}

.popup-window .topic-page {
  padding: 15px;
}

.not-found-page .page-title {
  margin: 0;
  padding: 25px 0 15px;
  border-bottom: 0 none;
}

  .not-found-page .page-title h1 {
    padding: 0 0 0 3px;
    margin: 0 0 5px 0;
    color: #aaa;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
  }

  .not-found-page .page-title h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
  }

.not-found-page p {
  padding-left: 5px;
  text-align: center;
}

.not-found-page .back-to-homepage-button {
  padding: 5px 12px 5px 8px;
  color: #ee662c;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

  .not-found-page .back-to-homepage-button:hover {
    color: #fff;
    background-color: #ee662c;
  }

  .not-found-page .back-to-homepage-button .fa {
    margin-right: 5px;
    font-size: 18px;
  }

.topic-password {
  text-align: center;
}

.enter-password-title {
  margin: 0 0 20px;
  color: #444;
}

.enter-password-form {
  display: inline-block;
  overflow: hidden;
}

  .enter-password-form input[type="password"] {
    float: left;
    width: 200px;
    height: 40px;
    margin: 0 -1px 0 0;
  }

  .enter-password-form input[type="submit"] {
    float: left;
    width: auto;
    min-width: 86px;
    height: 40px;
    border: none;
    background-color: #ee662c;
    padding: 0 15px;
    color: #fff;
    text-transform: uppercase;
  }

    .enter-password-form input[type="submit"]:hover {
      background-color: #ff7a41;
    }

/*********** CONTACT & EMAIL A FRIEND & APPLY FOR VENDOR ACCOUNT ***********/
.contact-page .page-title,
.email-a-friend-page .page-title,
.apply-vendor-page .page-title {
  margin: 0 0 -1px;
}

.contact-page .result,
.contact-page .message-error,
.email-a-friend-page .result,
.email-a-friend-page .message-error,
.apply-vendor-page .result,
.apply-vendor-page .message-error {
  margin: 20px 0;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
  min-width: 140px;
  padding: 10px 30px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background-color: #ee662c;
  border: 0 none;
  border-radius: 4px;
}

  .contact-page .button-1:hover,
  .email-a-friend-page .button-1:hover,
  .apply-vendor-page .button-1:hover {
    background-color: #ff7a41;
  }

.contact-page .topic-block,
.email-a-friend-page .title,
.apply-vendor-page .title {
  margin: 25px 0;
}

  .email-a-friend-page .title h2 {
    font-weight: normal;
    color: #ee662c;
  }

.apply-vendor-page .terms-of-service {
  text-align: center;
}

  .apply-vendor-page .terms-of-service > * {
    display: inline-block;
    line-height: 32px;
  }

  .apply-vendor-page .terms-of-service span,
  .apply-vendor-page .terms-of-service a {
    color: #4ab2f1;
    cursor: pointer;
  }

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/


.availability-icon {
  display: none;
  margin-left: 10px;
  font-size: 20px;
  vertical-align: middle;
}

  .availability-icon.fa-times {
    color: #de444c;
  }

  .availability-icon.fa-check {
    color: #739d13;
  }

.accept-privacy-policy {
  margin: 0 0 15px;
  line-height: 22px;
  text-align: center;
  font-size: 13px;
}

  .accept-privacy-policy a {
    position: relative;
    color: #ee662c;
    font-weight: 600;
    cursor: pointer;
  }

    .accept-privacy-policy a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #ee662c;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }

    .accept-privacy-policy a:hover:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1);
    }

.registration-page .buttons {
  margin-top: 30px;
  text-align: center;
}

.registration-page .button-1,
.registration-page .button-2,
.registration-result-page .button-1,
.registration-result-page .button-2,
.login-page .button-1,
.login-page .button-2,
.password-recovery-page .button-1,
.password-recovery-page .button-2,
.account-page .button-1,
.account-page .button-2,
.return-request-page .button-1,
.return-request-page .button-2,
.account-activation-page .button-1,
.account-activation-page .button-2 {
  min-width: 120px;
  padding: 10px 20px;
  color: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-color: #ee662c;
  border: 0 none;
  border-radius: 4px;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

  .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,
  .account-activation-page .button-1:hover {
    background-color: #ff7a41;
  }

.registration-page .button-2,
.registration-result-page .button-2,
.login-page .button-2,
.password-recovery-page .button-2,
.account-page .button-2,
.return-request-page .button-2,
.account-activation-page .button-2:hover {
  background-color: #4e4e4e;
}

  .registration-page .button-2:hover,
  .registration-result-page .button-2:hover,
  .login-page .button-2:hover,
  .password-recovery-page .button-2:hover,
  .account-page .button-2:hover,
  .return-request-page .button-2:hover,
  .account-activation-page .button-2:hover {
    background-color: #444;
  }

.button .fa,
.button-1 .fa,
.button-2 .fa {
  padding-right: 5px;
}

.return-request-page h1 a {
  color: #4ab2f1;
}

.return-request-page .return-request-file {
  font-size: 14px;
}

  .return-request-page .return-request-file .uploadedfileinput {
    display: inline-block;
  }

.customer-info-page .email-to-revalidate,
.customer-info-page .readonly-username,
.customer-info-page .vat-status {
  margin: 0 5px;
  font-size: 14px;
}

.customer-info-page .vat-status {
  display: block;
}

.registration-page .vat-note,
.customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
  display: block;
  font-size: 14px;
  margin-top: 7px;
  white-space: normal;
}

.login-page .message-error {
  margin: 10px 0 0;
}

.registration-page .message-error,
.account-page .message-error {
  margin: 0 0 10px;
}

.registration-page .form-fields {
  margin-bottom: 15px;
  padding: 15px 15px 5px;
  border-radius: 6px;
}

  .registration-page .form-fields .inputs {
    text-align: left;
    white-space: normal;
  }

    .registration-page .form-fields .inputs label {
      display: block;
      margin: 0 0 5px 5px;
      text-align: left;
    }

    .registration-page .form-fields .inputs .required {
      color: #999;
    }

    .registration-page .form-fields .inputs.newsletter {
      text-align: center;
    }

      .registration-page .form-fields .inputs.newsletter label {
        display: inline;
        font-size: 14px;
        font-weight: normal;
      }

.registration-page #toggle-personal-details-button {
  display: block;
  margin: 0 auto 15px;
  padding: 5px 10px;
  color: #555;
  background-color: #efefef;
  border: 1px solid #ddd;
  border-radius: 4px;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

  .registration-page #toggle-personal-details-button:hover {
    background-color: #f9f9f9;
  }

.registration-page .personal-details,
.registration-page .registration-benefits {
  display: none;
}

.registration-result-page .result {
  margin: 0 0 30px;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  color: #4cb17c;
}

.registration-page .form-fields .gender span,
.customer-info-page .form-fields .gender span {
  display: inline-block;
  margin: 0 5px;
}

  .registration-page .form-fields .gender span > input,
  .customer-info-page .form-fields .gender span > input,
  .registration-page .form-fields .gender span > label,
  .customer-info-page .form-fields .gender span > label {
    display: inline-block;
    width: auto;
    margin: 0 5px 0 0;
    line-height: 32px;
  }

.registration-page .form-fields .inputs.date-of-birth .hint {
  display: block;
  margin: 15px auto 0;
}

  .registration-page .form-fields .inputs.date-of-birth .hint:before {
    top: auto;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: #ee662c;
    border-width: 8px;
  }

  .registration-page .form-fields .inputs.date-of-birth .hint:after {
    top: auto;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    border: solid transparent;
    border-bottom-color: #fff;
    border-width: 6px;
  }


.date-of-birth select {
  width: 32%; /*always single line*/
  max-width: 122px;
}

  .date-of-birth select + select {
    margin: 0 0 0 2%;
  }

.login-page .customer-blocks {
  margin: 0 0 30px;
}

.login-page .title,
.registration-page .title {
  margin: 0;
  padding: 10px 15px;
  color: #444;
  font-size: 20px;
  background-color: #e4e4e4;
}

  .login-page .title:after,
  .registration-page .title:after {
    display: none;
  }

  .login-page .title strong,
  .registration-page .title strong {
    background-color: transparent;
  }

.login-page .new-wrapper {
  margin: 0 0 50px;
  background-color: white;
  overflow: hidden;
}

  .login-page .new-wrapper:after {
    content: "";
    display: block;
    clear: both;
  }

  .login-page .new-wrapper .text {
    padding: 20px 30px;
    line-height: 22px;
    background-color: white;
  }

  .login-page .new-wrapper .topic-block {
    margin: 0;
  }

  .login-page .new-wrapper .topic-block-body strong {
    color: #444;
  }

  .login-page .new-wrapper .button-1,
  .login-page .new-wrapper .button-2 {
    display: inline-block;
  }

  .login-page .new-wrapper .button-2 {
    margin-right: 15px;
    margin-bottom: 5px;
    background: none;
    border: 1px solid #ee662c;
    color: #ee662c;
  }

.login-page .returning-wrapper {
  margin: 0;
  background-color: white;
  overflow: hidden;
  margin-bottom: 20px;
}

  .login-page .returning-wrapper:after,
  .login-page .returning-wrapper form:after {
    content: "";
    display: block;
    clear: both;
  }

  .login-page .returning-wrapper .login-password {
    display: inline-block;
  }

  .login-page .returning-wrapper .form-fields,
  .registration-page .form-fields {
    overflow: hidden;
    padding: 20px 15px 0;
    background-color: white;
  }

  .login-page .returning-wrapper .inputs.reversed {
    white-space: normal;
  }

    .login-page .returning-wrapper .inputs.reversed input,
    .login-page .returning-wrapper .inputs.reversed label,
    .login-page .returning-wrapper .inputs.reversed span {
      display: inline-block;
      width: auto;
      margin: 5px;
      font-size: 14px; /*reset zeroing*/
      color: #444;
    }

    .login-page .returning-wrapper .inputs.reversed a {
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }

      .login-page .returning-wrapper .inputs.reversed a:hover {
        color: #ee662c;
      }

    .login-page .returning-wrapper .inputs.reversed .forgot-password {
      margin-left: 15px;
      margin-right: 15px;
    }

.login-page .captcha-box {
  margin: -15px 0 20px;
}

.login-page .new-wrapper .buttons,
.login-page .returning-wrapper .buttons {
  margin-top: 20px;
}

.login-page.popup {
  max-width: 600px;
}

  .login-page.popup .returning-wrapper {
    float: none;
    width: 100%;
  }

  .login-page.popup .buttons {
    text-align: center;
  }

  .login-page.popup .external-authentication {
    margin-top: 45px;
  }

.external-authentication {
  margin-top: 45px;
  text-align: center;
  border-top: 1px solid #ddd;
}

  .external-authentication .title {
    margin: 0 0 15px;
    font-size: 20px;
    color: #444;
  }

  .external-authentication .separator {
    width: 48px;
    height: 48px;
    margin: -24px auto 0;
    padding: 12px 0;
    color: #999;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
  }

  .external-authentication h2 {
    margin-top: 10px;
    padding-bottom: 0;
    background-color: transparent;
  }

  .external-authentication .buttons {
    margin: 0;
    padding: 15px;
  }

    .external-authentication .buttons a {
      display: inline-block;
      padding: 10px 15px;
      color: #fff;
      font-size: 15px;
      border-radius: 4px;
      -webkit-transition: background-color 0.25s ease;
      -moz-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease;
    }

      .external-authentication .buttons a .fa {
        margin-right: 5px;
      }

      .external-authentication .buttons a.facebook {
        background-color: #325293;
      }

        .external-authentication .buttons a.facebook:hover {
          background-color: #4267b2;
        }

.facebook-btn {
  display: inline-block;
  width: 150px;
  height: 23px;
  background-image: url('/plugins/externalauth.facebook/content/images/facebook_logo.png');
  background-repeat: no-repeat;
}

.external-auth-errors {
  color: #e4444c;
}

.external-auth-association {
  color: #444;
}

  .external-auth-association a {
    color: #ee662c;
    border-bottom: 1px solid transparent;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

    .external-auth-association a:hover {
      border-color: #ee662c;
    }

.password-recovery-page .result {
  margin: 0 0 10px;
  padding: 10px;
  color: #444;
  font-weight: 600;
  background-color: #f3f3f3;
  border-left: 5px solid #51a351;
}

  .password-recovery-page .result.error {
    border-color: #e4434b;
  }

.password-recovery-page .tooltip {
  margin: 0 0 25px;
}

.add-more-external-records {
  text-align: center;
}

  .add-more-external-records a {
    position: relative;
    color: #ee662c;
  }

    .add-more-external-records a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #ee662c;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }

    .add-more-external-records a:hover:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1);
    }

.account-page .buttons {
  text-align: center;
}

.account-page .description {
  margin: 0 0 25px;
  padding: 0 10px;
}

.account-page .table-wrapper {
  margin: 0 0 30px
}


.account-page .inputs.reversed {
  white-space: normal;
  text-align: left;
}

  .account-page .inputs.reversed input,
  .account-page .inputs.reversed label,
  .account-page .inputs.reversed span {
    display: inline;
    width: auto;
    margin: 5px;
    color: #444;
    font-size: 14px; /*reset zeroing*/
  }

  .account-page .inputs.reversed input {
    display: inline-block;
  }

.customer-info-page .gender {
  display: inline-block;
}

.customer-info-page .external-auth-association .remove {
  text-align: center;
}

.address-list-page h3,
.company-list-page h3 {
  padding: 0 0 5px 10px;
  color: #777;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.address-list-page .address-item .title,
.company-list-page .address-item .title {
  float: left;
  margin: 0;
  padding: 0 0 5px 10px;
  color: #555;
  border: 0 none;
}

  .address-list-page .address-item .title:after,
  .company-list-page .address-item .title:after {
    display: none;
  }

.address-list-page .address-item .buttons,
.company-list-page .address-item .buttons {
  float: right;
  margin: 0;
  text-align: left;
}

.address-list-page .address-item .button-3,
.company-list-page .address-item .button-3 {
  display: inline-block;
  margin-left: 5px;
  padding: 6px 10px;
  color: #777;
  font-size: 0;
  line-height: 18px;
  white-space: nowrap;
  background-color: transparent;
  border: 0 none;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

  .address-list-page .address-item .button-3:hover,
  .company-list-page .address-item .button-3:hover {
    color: #fff;
    background-color: #555;
  }

  .address-list-page .address-item .button-3 .fa,
  .company-list-page .address-item .button-3 .fa {
    padding-right: 3px;
    font-size: 16px;
  }

.address-list-page .address-item .edit-address-button:hover,
.company-list-page .address-item .edit-address-button:hover {
  background-color: #ee662c;
}

.address-list-page .address-item .delete-address-button:hover,
.company-list-page .address-item .delete-address-button:hover {
  background-color: #e4434b;
}

.address-list-page .address-item .address-info,
.company-list-page .address-item .address-info,
.address-list-page .address-item .info,
.company-list-page .address-item .info {
  clear: both;
  padding: 10px 15px;
  color: #444;
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  background-color: #f2f2f2;
}

  .address-list-page .address-item .address-info .name,
  .company-list-page .address-item .address-info .name,
  .address-list-page .address-item .address-info .company,
  .company-list-page .address-item .address-info .company,
  .address-list-page .address-item .info .name,
  .company-list-page .address-item .info .name,
  .address-list-page .address-item .info .company,
  .company-list-page .address-item .info .company {
    display: none;
  }

  .address-list-page .address-item .address-info label,
  .company-list-page .address-item .address-info label {
    font-weight: 600;
  }

  .address-list-page .address-item .address-info .fa,
  .company-list-page .address-item .address-info .fa {
    margin-right: 3px;
  }

.address-list-page .add-button,
.company-list-page .add-button {
  margin: 0 0 20px;
  text-align: center;
}

.address-form {
  margin-bottom: 15px;
  padding: 15px 15px 5px;
  background-color: #f2f2f2;
  border-radius: 10px;
}

  .address-form .inputs {
    text-align: left;
    white-space: normal;
  }

    .address-form .inputs label {
      display: block;
      margin: 0 0 5px 5px;
      font-size: 14px;
      line-height: 22px;
      text-align: left;
    }

    .address-form .inputs input[type="text"],
    .address-form .inputs select,
    .address-form .inputs textarea {
      width: 100%;
    }

  .address-form .vat-number-button .get-company-info {
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

.address-add .save-buttons,
.address-edit .save-buttons {
  text-align: center;
}

  .address-add .save-buttons .button-1,
  .address-add .save-buttons .button-2,
  .address-edit .save-buttons .button-1,
  .address-edit .save-buttons .button-2 {
    padding: 8px 15px 8px 12px;
    font-size: 15px;
  }

.order-list-page .title {
  text-align: left;
}

  .order-list-page .title strong {
    padding-left: 0;
  }

.order-details-page .billing-info label,
.order-details-page .shipping-info label {
  font-weight: 600;
}

.order-details-page .order-details-area .fa {
  margin-right: 3px;
}

.order-list-page .button-2 {
  display: inline-block;
  min-width: inherit;
  margin: 0 5px 0 0;
  padding: 6px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-color: #555;
  border: 0 none;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

  .order-list-page .button-2:hover {
    color: #fff;
    background-color: #ee662c;
  }

.order-list-page .cancel-recurring-order-button:hover {
  background-color: #e4434b;
}

.recurring-payments table td {
  white-space: nowrap;
}

  .recurring-payments table td:first-child {
    min-width: 120px;
    white-space: normal;
  }

.recurring-payments .button-2 {
  font-size: 14px;
}

.order-list .order-status,
.order-details-page .order-status .cancelled,
.order-details-page .order-status .pending,
.order-details-page .order-status .processing,
.order-details-page .order-status .processed,
.order-details-page .order-status .invoiced,
.order-details-page .order-status .complete {
  margin: 0 5px;
  padding: 3px 12px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  white-space: nowrap;
}

.order-list .order-status {
  font-size: 13px;
}

  .order-list .order-status.cancelled,
  .order-details-page .order-status .cancelled {
    background-color: #e03838;
  }

  .order-list .order-status.pending,
  .order-details-page .order-status .pending {
    background-color: #b1b1b1;
  }

  .order-list .order-status.processing,
  .order-details-page .order-status .processing {
    background-color: #ee662c;
  }

  .order-list .order-status.processed,
  .order-details-page .order-status .processed {
    background-color: #ee662c;
  }

  .order-list .order-status.invoiced,
  .order-details-page .order-status .invoiced {
    background-color: #0896d1;
  }

  .order-list .order-status.complete,
  .order-details-page .order-status .complete {
    background-color: #739d13;
  }

.order-list td,
.order-list th {
  padding: 12px 15px;
}

.order-list .button-2 {
  font-size: 13px;
  margin: 0;
}

.order-list th,
.order-list .order-number {
  font-weight: 600;
}

.return-request-list-page .details {
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 20px;
  line-height: 22px;
  color: #444;
}

.return-request-list-page label {
  margin: 0 5px 0 0;
}

.return-request-list-page a {
  position: relative;
  color: #ee662c;
}

  .return-request-list-page a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ee662c;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .return-request-list-page a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }

.return-request-list-page .comments div {
  margin: 10px 0 0;
  font-size: 15px;
  font-style: italic;
  color: #444;
}

.downloadable-products-page table td {
  color: #444;
}

.reward-points-overview {
  margin: 0 0 25px 10px;
}

  .reward-points-overview strong {
    margin: 0 5px;
    color: #739d13;
    font-size: 16px;
  }

.reward-points-history .title {
  display: none;
}

.reward-points-history table td {
  color: #444;
}

  .reward-points-history table td:first-child {
    min-width: 120px;
  }

.reward-points-history table .even td {
  background-color: #f6f6f6;
}

.reward-points-history table th {
  font-weight: 700;
}

  .reward-points-history table th.points,
  .reward-points-history table td.points {
    font-weight: 600;
    text-align: center;
  }

.reward-points-history table .points.positive {
  color: #739d13;
}

.reward-points-history table .points.negative {
  color: #e44b0a;
}

.reward-points-history table .date,
.reward-points-history table .expiry-date {
  text-align: center;
}

.reward-points-history table .order-details-button {
  float: right;
  padding: 3px 9px;
  color: #fff;
  background-color: #777;
  border-radius: 4px;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

  .reward-points-history table .order-details-button:hover,
  .data-table .order-details-button:hover {
    text-decoration: none;
    background-color: #ee662c;
  }

  .reward-points-history table .order-details-button .fa {
    margin-right: 3px;
  }

  .reward-points-history table .order-details-button:after {
    content: "";
    display: block;
    clear: both;
  }

.change-password-page .page-title {
  margin: 0 0 -1px;
}

.change-password-page .result,
.change-password-page .message-error {
  margin: 20px 0;
}

.change-password-page .fieldset {
  margin: 0 0 30px;
}

.avatar-page .page-title {
  margin: 0;
}

.avatar-page .page-body {
  margin: 0 0 30px;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 30px 25px;
}

.avatar-page .message-error {
  margin: 0 0 10px;
}

.avatar-page .image {
  margin: 0 0 10px;
}

  .avatar-page .image img {
    border: 1px solid #ccc;
  }

.avatar-page .button-1 {
  font-size: 14px;
}

.avatar-page .button-2 {
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  background-color: #888;
  border: 0 none;
  border-radius: 4px;
}

  .avatar-page .button-2:hover {
    background-color: #999;
  }

.avatar-page .info {
  color: #444;
}

.vendorinfo-page .button-2 {
  border: medium none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

  .vendorinfo-page .button-2:hover {
    background-color: #999;
  }

.vendorinfo-page .vendor-picture {
  width: 400px;
  margin: 0 auto;
}

  .vendorinfo-page .vendor-picture * {
    display: block;
    margin-top: 15px;
  }


/********** SHOPPING CART **********/


.order-progress {
  margin: 0 0 50px;
  background-color: #f6f6f6;
  padding: 15px 0;
  text-align: center;
}

  .order-progress ul {
    font-size: 0;
  }

  .order-progress li {
    display: inline-block;
    margin: 10px;
  }

  .order-progress a {
    display: block;
    min-width: 70px;
    font-size: 14px; /*reset zeroing*/
    color: #444;
  }

    .order-progress a:before {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      margin: 0 auto 15px;
      border: 1px solid #bbb;
      background: #fff url('../images/pointer.png') center no-repeat;
    }

  .order-progress .active-step a {
    cursor: pointer;
  }

  .order-progress .inactive-step a {
    opacity: 0.3;
    cursor: default;
  }

.shopping-cart-warnings li {
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #f6f6f6;
  border-left: 5px solid #f89406;
  box-shadow: 1px 3px 3px #eee;
}

.checkoutNav {
  margin: 0;
  margin-top: 0 !important;
  width: 100%;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  background: #fff url('../images/header-bg.png') 0 0;
  border-bottom: 3px solid #ee662c !important;
}

.checkoutNavInner {
  margin: 0 auto;
  border-bottom: none !important;
  padding: 6px 0;
}

.checkoutNav .checkoutNavInner {
}

.checkoutLogo {
  margin-left: 20px;
  background: url(../images/logo.png) no-repeat left center;
  background-size: 290px;
  display: block;
  min-width: 290px;
}

.checkout-shopping-cart-numbers {
  font: 12px 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  background-color: #ee662c;
  width: 20px;
  height: 20px;
  color: white;
  z-index: 2;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
}

#checkoutNavigatorId .nav-step-working {
  width: 10px;
  height: 10px;
  top: -26px;
  float: right;
  position: relative;
}

.checkout-page, .CheckoutMode {
  margin: 72px auto 0 auto;
  max-width: 1100px;
  padding: 10px;
}

  .checkout-page h2, .shopping-cart-page h2 {
    font-size: 1.3em;
  }

.order-details-title {
  margin-bottom: 30px;
  padding-top: 25px;
  text-align: left;
}

.order-summary-title {
  padding-bottom: 5px;
}

.checkout-shoppingcart {
  position: relative;
  text-align: center;
  padding-right: 20px;
}

  .checkout-shoppingcart .fa {
    font-size: 40px;
    color: #ee662c;
    position: relative;
  }

.checkout-shoppingcart-text {
  display: block;
  min-width: 100px;
}

.container-fluid .edit-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

  .container-fluid .edit-button span {
    padding-top: 40px;
    display: block;
  }

.buttons.checkout-page {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}

.CheckoutMode .cart-title {
  display: none;
}

.shopping-cart-page .page-title {
  border-bottom: 0 none;
}

  .shopping-cart-page .page-title h1 {
    border-bottom: 0 none;
  }

  .shopping-cart-page .page-title .buttons {
    margin: 10px;
    text-align: center;
  }

    .shopping-cart-page .page-title .buttons a {
      display: inline-block;
      margin-left: 10px;
      padding: 6px 10px;
      font-size: 0;
      line-height: 16px;
      white-space: nowrap;
      border-radius: 4px;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }

      .shopping-cart-page .page-title .buttons a:hover {
        color: #444;
        background-color: #eee;
      }

      .shopping-cart-page .page-title .buttons a .fa {
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
      }

      .shopping-cart-page .page-title .buttons a.clear-cart:hover .fa {
        color: #e4434b;
      }

    .shopping-cart-page .page-title .buttons .fa {
      padding-right: 3px;
      font-size: 16px;
      vertical-align: middle;
    }

.shopping-cart-page .message-error {
  margin: 20px 0;
}

.shopping-cart-page td .message-error {
  margin: 10px 0 0;
  text-align: left;
}

.shopping-cart-page .checkout-attributes a {
  color: #ee662c;
}

  .shopping-cart-page .checkout-attributes a:hover {
    text-decoration: underline;
  }

.shopping-cart-page .tax-shipping-info {
  margin: 20px 0;
  text-align: center;
}

  .shopping-cart-page .tax-shipping-info a {
    color: #ee662c;
  }

    .shopping-cart-page .tax-shipping-info a:hover {
      text-decoration: underline;
    }

.shopping-cart-page .common-buttons {
  margin: 0 0 60px;
  background-color: #f6f6f6;
  padding: 20px;
  font-size: 0;
}

  .shopping-cart-page .common-buttons input {
    display: inline-block;
    min-width: 180px;
    margin: 5px;
    border: none;
    background-color: #aaa;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

    .shopping-cart-page .common-buttons input:hover {
      background-color: #999;
    }

    .shopping-cart-page .common-buttons input:first-child {
      background-color: #ee662c;
    }

      .shopping-cart-page .common-buttons input:first-child:hover {
        background-color: #ff7a41;
      }

.shopping-cart-page .checkout-page .button-1 {
  display: none;
}

.checkout-attributes {
  color: #444;
}

  .checkout-attributes dt {
    margin: 0 0 5px;
    font-weight: bold;
  }

  .checkout-attributes dd {
    margin: 0;
  }

  .checkout-attributes input[type="text"],
  .checkout-attributes select {
    min-width: 170px;
  }

  .checkout-attributes ul {
    font-size: 0;
  }

  .checkout-attributes li {
    display: inline-block;
    margin: 5px 0;
    padding: 5px 15px;
    font-size: 14px; /*reset zeroing*/
    /*border: 1px solid #ddd;*/
    background-color: #f3f3f3;
    border-radius: 4px;
  }

  .checkout-attributes .attribute-squares li {
    border: none;
    padding: 0;
    line-height: 0;
  }

  .checkout-attributes li label {
    display: inline-block;
    margin: 0 0 0 5px;
  }

.selected-checkout-attributes {
  margin: 20px 0 10px;
  color: #444;
}

.order-confirmation .selected-checkout-attributes {
  margin: 0;
}

.selected-checkout-attributes br {
  content: "";
  display: block;
  margin: 3px;
}

.cart-footer {
  margin: 0 0 25px;
  padding-top: 15px;
}

  .cart-footer:after {
    content: "";
    display: block;
    clear: both;
  }

.order-confirmation .cart-footer {
  padding-top: 25px;
}

.cart-footer .totals {
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  color: #444;
}

  .cart-footer .totals h2 {
    background-color: #e4e4e4;
    margin: -10px -10px 10px -10px;
    padding: 10px;
    text-align: center;
    color: #444;
  }

#osc-confirm_order .order-confirmation .totals h2 {
  background-color: #e4e4e4;
  color: #333;
  display: block;
  text-align: left;
  padding-left: 20px;
}

#osc-confirm_order .order-confirmation .totals .total-info {
  padding: 10px;
}

  #osc-confirm_order .order-confirmation .totals .total-info .cart-total-right,
  .checkout-page .checkout-data .cart-footer-wrapper .totals .cart-total-right {
    text-align: right;
  }

.order-confirmation .totals h2 {
  display: none;
}

.cart-footer .totals label {
  vertical-align: bottom;
}

.cart-footer .totals .use-reward-points,
.cart-footer .totals #UseRewardPoints {
  cursor: pointer;
}

.cart-total td {
  padding: 5px 0;
  text-align: left;
}

.cart-total .cart-total-right {
  padding-left: 10px;
  font-weight: 600;
  white-space: nowrap;
  text-align: right;
}

.giftcard-remaining {
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: #f89406;
}

.cart-total .order-total {
  font-size: 20px;
  color: #ee662c;
}

  .cart-total .order-total strong {
    font-weight: normal;
  }

.cart-total .earn-reward-points {
  font-style: italic;
}

.shopping-cart-page .cart-footer-wrapper tr {
  border-bottom: 1px solid #dedede;
}

.shopping-cart-page .cart-footer-wrapper .order-total {
  border: none;
}

.master-wrapper-page-extended .shopping-cart-page .cart-footer-wrapper .order-total {
  border-bottom: 1px solid #dedede;
}

.shopping-cart-page .cart-footer-wrapper .reward-points td div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shopping-cart-page .cart-footer-wrapper .earn-reward-points {
  border-bottom: 0;
}
  .shopping-cart-page .cart-footer-wrapper .earn-reward-points .value-summary {
    color: #0bcd0b;
  }

.shopping-cart-page .cart-footer-wrapper td {
  padding: 15px 0;
}

.shopping-cart-page .cart-footer-wrapper .discounts-total td {
  padding-bottom: 0;
}

.shopping-cart-page .cart-footer-wrapper .order-subtotal .cart-total-left {
  font-weight: 600;
}

.shopping-cart-page .cart-footer-wrapper .cart-collaterals .box.show,
.shopping-cart-page .cart-footer-wrapper .cart-collaterals .box {
  border: 0;
}

.shopping-cart-page .cart-footer-wrapper .reward-points input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 2rem;
  padding: 0;
  border: 2px solid #ebebeb;
  border-radius: 3px;
  float: right;
}

  .shopping-cart-page .cart-footer-wrapper .reward-points input[type="checkbox"]::before {
    content:"";
    width: 25px;
    height: 25px;   
  }

  .shopping-cart-page .cart-footer-wrapper .reward-points input[type="checkbox"]:checked::before {
    content: "\f00c";
    font: normal normal normal 25px/1 FontAwesome;
    color: #ee662c;
  }

  .shopping-cart-page .cart-footer-wrapper .reward-points input[type="checkbox"]:checked {
    /*border-color: #ee662c;*/
  }

  .shopping-cart-page .cart-footer-wrapper .reward-points input[type="checkbox"]:hover {
    color: black;
  }

.min-amount-warning {
  margin: 0 0 20px;
  padding: 0 30px;
  color: #de444c;
}

.terms-of-service {
  display: inline-block;
  margin: 20px auto 0;
  padding: 5px 30px;
}

  .terms-of-service.emphasis {
    font-weight: 600;
    background-color: #f5f5f5;
    border-left: 5px solid #e4434b;
  }

.checkout-page .terms-of-service label {
  cursor: text;
}

.terms-of-service a {
  position: relative;
  margin: 0 0 0 3px;
  color: #ee662c;
}

  .terms-of-service a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ee662c;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .terms-of-service a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }

.cart-footer .addon-buttons {
  padding: 0 10px;
}

.cart-collaterals {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
}

.shopping-cart-page .cart-footer .cart-collaterals {
  padding: 0;
}

.cart-collaterals .button-1,
.cart-collaterals .button-2 {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  background-color: #ffffff;
  border: 0 none;
  box-shadow: none;
}

.cart-collaterals .button-2,
.shopping-cart-page .totals .cart-collaterals .button-2 {
  color: #777;
  padding-right: 0;
  border: 1px solid #ddd;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  text-align: left;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

  .cart-collaterals .button-2:hover {
    background-color: #eee;
  }

.cart-collaterals .shipping-options .button-2 {
  border-radius: 4px;
  margin-left: 15px;
}

.cart-collaterals .button-1 {
  padding: 10px 15px;
  color: #fff;
  background-color: #555;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

  .cart-collaterals .button-1:hover {
    background-color: #777;
  }

.cart-collaterals .title {
  margin: 0 0 5px;
  font-size: 18px;
  color: #444;
}

  .cart-collaterals .title strong {
    font-weight: normal;
  }

.cart-collaterals .hint {
  margin: 0 0 10px;
}

.cart-collaterals .deals > div {
  max-width: 450px;
  margin-bottom: 15px;
}

  .cart-collaterals .deals > div:last-child {
    margin-bottom: 0;
  }

.cart-collaterals .giftcard-box,
.cart-collaterals .discount-box {
  font-size: 0;
  text-align: left;
}

.cart-collaterals .button-2.help,
.discounts-total .cart-collaterals .button-2.help {
  border-left: 0;
  border-right: 1px solid #ddd;
  border-radius: 0 4px 4px 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.cart-collaterals .help .fa {
  padding-right: 0;
}

.cart-collaterals .box {
  display: none;
  margin-top: 5px;
  padding: 5px 10px 10px;
  border: 1px solid #ccc;
}

  .cart-collaterals .box.show {
    display: block;
  }

  .cart-collaterals .box .hint {
    font-size: 14px;
  }

.cart-collaterals .coupon-code,
.cart-collaterals .discount-code {
  overflow: hidden;
}

  .cart-collaterals .coupon-code:after,
  .cart-collaterals .discount-code:after {
    content: "";
    display: block;
    clear: both;
  }

.cart-collaterals .code-input {
  float: left;
  width: 65%;
  height: 35px; /*safari padding fix*/
  margin: 0 -1px 0 0;
  border-radius: 4px 0 0 4px;
}

.shopping-cart-page .totals .discounts-total .cart-collaterals .apply-button {
  width: 35%;
  height: 35px; /*safari padding fix*/
  padding: 8px 15px;
  border-radius: 0 4px 4px 0;
  margin: 0;
}

.cart-collaterals .message-failure {
  margin: 10px 0 0;
  color: #de444c;
  font-size: 12px;
}

.cart-collaterals .message-success {
  margin: 10px 0 0;
  color: #4cb17c;
  font-size: 12px;
}

.cart-collaterals .current-code {
  margin: 5px 0 0;
  font-size: 14px;
}

.cart-collaterals .remove-button {
  cursor: pointer;
}

.cart-collaterals .shipping select {
  height: 36px;
}

.cart-collaterals .shipping-results {
  margin: 30px 0 0;
}

  .cart-collaterals .shipping-results li {
    margin: 20px 0;
  }

    .cart-collaterals .shipping-results li strong {
      display: block;
      margin: 0 0 5px;
      color: #444;
    }

.shopping-cart-page #freeShippingRemainingCostWidgetId {
  margin-top: 5px;
  text-align: center;
  background-color: white;
}

  .shopping-cart-page #freeShippingRemainingCostWidgetId .order-more-for-free-shipping {
    margin: 0 15px;
    padding: 7px 5px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    /*border: 1px solid #ccc;*/
  }


  .shopping-cart-page #freeShippingRemainingCostWidgetId .button-2,
  .checkout-page #freeShippingRemainingCostWidgetId .button-2,
  .checkout-page .cart-footer .cart-collaterals #freeShippingRemainingCostWidgetId .order-more-for-free-shipping .continue-shopping-button,
  .checkout-page .cart-footer #shippingMethodsStepHeaderId .order-more-for-free-shipping .continue-shopping-button {
    display: block;
    max-width: 250px;
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ddd;
    box-shadow: none;
    margin: 20px auto 0 auto;
    min-width: 220px;
    color: #777;
    border-radius: 4px;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
  }


    .shopping-cart-page #freeShippingRemainingCostWidgetId .button-2:hover,
    .checkout-page #freeShippingRemainingCostWidgetId .button-2:hover,
    .checkout-page .cart-footer .cart-collaterals #freeShippingRemainingCostWidgetId .order-more-for-free-shipping .continue-shopping-button,
    .checkout-page .cart-footer #shippingMethodsStepHeaderId .order-more-for-free-shipping .continue-shopping-button {
      background-color: #f5f5f5;
    }

  .shopping-cart-page #freeShippingRemainingCostWidgetId .shipping-options .button-2,
  .cart-footer .cart-collaterals #freeShippingRemainingCostWidgetId .order-more-for-free-shipping .continue-shopping-button {
    border-radius: 4px;
    margin-left: 15px;
  }

  .shopping-cart-page #freeShippingRemainingCostWidgetId .order-more-for-free-shipping .main-color,
  .checkout-page #freeShippingRemainingCostWidgetId .order-more-for-free-shipping .main-color,
  .cart-footer .cart-collaterals #freeShippingRemainingCostWidgetId .order-more-for-free-shipping .main-color {
    color: #ee662c;
  }

  .shopping-cart-page #freeShippingRemainingCostWidgetId .order-more-for-free-shipping .bold,
  .checkout-page #freeShippingRemainingCostWidgetId .order-more-for-free-shipping .bold,
  .cart-footer .cart-collaterals #freeShippingRemainingCostWidgetId .order-more-for-free-shipping .bold {
    font-weight: 600;
  }

  .shopping-cart-page #freeShippingRemainingCostWidgetId .order-more-for-free-shipping .fa-truck,
  .checkout-page #freeShippingRemainingCostWidgetId .order-more-for-free-shipping .fa-truck,
  .cart-footer .cart-collaterals .order-more-for-free-shipping .fa-truck {
    color: #ee662c;
    font-size: 18px;
  }

.checkout-page #freeShippingRemainingCostWidgetId .order-more-for-free-shipping,
.cart-footer .cart-collaterals #freeShippingRemainingCostWidgetId .order-more-for-free-shipping {
  border: 1px solid #dedede;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}

.checkout-data .order-confirmation #freeShippingRemainingCostWidgetId {
  background-color: white;
}

  .checkout-data .order-confirmation #freeShippingRemainingCostWidgetId .order-more-for-free-shipping {
    border: none;
    border-top: 1px solid #dedede;
    padding: 20px 5px;
  }

.shopping-cart-page .no-data {
  margin: 25px 0 0;
}

.shippingMethodFx {
  font-weight: bold;
}

/********** CHECKOUT **********/


.checkout-page .edit-button,
.checkout-page .edit-button {
  display: inline-block;
  float: right;
  margin-left: 5px;
  padding: 7px 5px 5px 10px;
  line-height: 16px;
  font-size: 12px;
  /*border-radius: 4px;
  border: 1px solid #d9d9d9;*/
  text-align: right;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 0;
}

.checkout-page .address-list .edit-button {
  position: absolute;
  top: 7px;
  right: 10px;
}

.checkout-page .checkout-summary-right .edit-button,
.checkout-page .order-summary-products .edit-button {
  text-align: left;
  margin: 0;
  border: none;
  padding: 5px 10px;
  width: max-content;
  display: block;
  float: none;
  position: absolute;
  right: 7px;
  top: 5px;
}

.checkout-page .edit-button:hover {
  color: black;
  /*background-color: #555;*/
}

.checkout-page .checkout-summary-right .edit-button i:before,
.checkout-page .order-summary-products i:before {
  font-size: 25px;
  color: #ee662c;
}

.checkout-page .section {
  margin: 0 0 25px;
  text-align: left;
  background-color: white;
  padding: 10px;
}


  .checkout-page .section:after {
    content: "";
    display: block;
    clear: both;
  }

  .checkout-page .section .step-title h2 {
    color: #444;
  }

    .checkout-page .section .step-title h2:hover {
      font-style: normal;
    }

    .checkout-page .section .step-title h2 .fa {
      font: normal normal normal 14px/20px FontAwesome;
    }

  .checkout-page .section .step-title .step-number {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 3px;
    color: #fff;
    text-align: center;
    background-color: #444;
    border-radius: 50%;
    display: none;
  }

  .checkout-page .section h3 {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
  }

  .checkout-page .section textarea {
    margin-top: 10px;
    width: 100%;
    min-height: 72px;
  }

#osc-order-summary {
  background-color: unset;
  padding: 0;
}

.checkout-page .billing-type-list {
  margin-bottom: 10px;
}

  .checkout-page .billing-type-list:after {
    content: "";
    display: block;
    clear: both;
  }

.checkout-page .billing-type {
  float: left;
  color: #444;
  font-weight: 600;
  padding: 10px;
  background-color: #f2f2f2;
  width: 50%;
  padding-left: 30px;
}

  .checkout-page .billing-type label {
    width: 100%;
    display: block;
  }

.checkout-page .billing-type-list .billing-type:nth-child(2) {
  margin-left: 0;
}

.checkout-page .billing-type-list .billing-type:first-child {
  margin-right: 0;
}

.checkout-page .billing-type:has(> input[type=radio]:checked) {
  background-color: white;
  margin-bottom: 0;
}

.checkout-page .section .buttons {
  margin: 25px 0 5px 10px;
  text-align: right;
}

.checkout-page .totals .buttons {
  display: none;
}

.step-summary-wrapper .step-summary-info {
  display: none;
  line-height: 20px;
  margin-left: 10px;
  color: white;
}

  .step-summary-wrapper .step-summary-info:empty {
    display: none !important;
  }

#addShippingAddressCommandText {
  display: inline-block;
}

.step-summary-wrapper .step-summary-info:after {
  content: "\f00c";
  display: inline-block;
  color: #ee662c;
  font: normal normal normal 13px / 20px FontAwesome;
  text-rendering: auto;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  padding-left: 4px;
}

.checkout-page .section .step-summary-wrapper {
  position: relative;
  background-color: #e4e4e4;
  margin: -10px;
  padding: 10px 20px;
}

  .checkout-page .section .step-summary-wrapper .step-title {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #444;
  }

.checkout-page .customer-addresses .buttons .button-1,
.checkout-page .customer-addresses .buttons .button-2,
.checkout-page .customer-companies .buttons .button-1,
.checkout-page .customer-companies .buttons .button-2 {
  padding: 8px 15px 8px 12px;
}

.checkout-page .address-list .address-item,
.checkout-page .company-list .address-item {
  line-height: 34px;
  padding: 0 10px;
  border-bottom: 1px solid #f7f7f7;
  position: relative;
}

  .checkout-page .address-list .address-item label,
  .checkout-page .company-list .address-item label {
  display:block;
  padding:10px 0;
  }

  .checkout-page .address-list .address-item:after,
  .checkout-page .company-list .address-item:after {
    content: "";
    display: block;
    clear: both;
  }

  .checkout-page .address-list .address-item:has(> input[type=radio]:checked),
  .checkout-page .company-list .address-item:has(> input[type=radio]:checked) {
    background-color: #f7f7f7;
  }

    .checkout-page .address-list .address-item:has(> input[type=radio]:checked) label,
    .checkout-page .company-list .address-item:has(> input[type=radio]:checked) label {
      font-weight: 600;
      color:black;
    }

.checkout-page .address-list .edit-button .fa, .checkout-page .company-list .edit-button .fa {
  vertical-align: middle;
  font-size: 20px;
}

#checkout-step-billing .address-list,
#checkout-step-billing .company-list {
  margin-left: 0;
  padding-left: 0;
  /*border-left: 1px solid #ddd;*/
}

.checkout-page .address-form {
  margin-top: 25px;
  padding: 0;
  background-color: transparent;
  border: 0 none;
}

  .checkout-page .address-form .buttons .button-2 {
    background: none;
    border: 1px solid #ddd;
    color: #ee662c;
  }

.checkout-page .billing-type-list {
  display: flex;
  justify-content: space-evenly;
  background-color: #f2f2f2;
  margin: 0 -20px 10px -20px;
}

.checkout-page .shipping-options #select-shipping-method {
  display: flex;
  justify-content: space-evenly;
}

.checkout-page #checkout-step-shipping {
}

  .checkout-page #checkout-step-shipping #shippingMethodsStepHeaderContainerId {
    background-color: white;
    padding-top: 20px;
  }



.checkout-page .shipping-options #select-shipping-method:has(> :nth-child(3):last-child) .shipping-option-item {
  padding: 10px;
  width: 33.33%;
  text-align: left;
  margin: 0;
  padding-left: 30px;
}

.checkout-page .shipping-options #select-shipping-method:has(> :nth-child(2):last-child) .shipping-option-item {
  padding: 10px;
  background-color: #f2f2f2;
  width: 50%;
  text-align: left;
  padding-left: 30px;
}

.checkout-page .shipping-options #select-shipping-method:has(> :nth-child(3):last-child) .shipping-option-item:last-child {
  border-left: 1px solid #e4e4e4;
}

.checkout-page input[type=radio] {
  display: none;
}

.checkout-page label {
  cursor: pointer;
  position: relative;
}

.checkout-page input[type=radio] + label:before {
  cursor: pointer;
  content: "\f111";
  display: inline-block;
  color: transparent;
  text-rendering: auto;
  margin-right: 10px;
  border: 1px solid #4e4e4e;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  min-width: 17px;
  font: normal normal normal 10px / 1 FontAwesome;
  line-height: 15px;
  font-size: 13px;
  text-align: center;
}

.checkout-page input[type=radio]:checked + label:before {
  color: #ee662c;
}

.checkout-page .shipping-options .shipping-option-item:after {
  content: "";
  display: block;
  clear: both;
}

.checkout-page .shipping-options .shipping-option-item .option-name {
  float: left;
}

.checkout-page .shipping-options .shipping-option-item .option-description {
  float: left;
  margin-left: 5px;
}

.checkout-page .shipping-options #select-shipping-method .shipping-option-item:has(> input[type=radio]:checked) {
  background-color: white;
  margin-bottom: 0;
}

.checkout-page .shipping-method-with-widget {
  background-color: #f2f2f2;
  margin: 0 -20px;
}

.checkout-page .shipping-options .selectizer-fixer-media {
  width: 100%;
  background-color: white;
  padding: 10px;
}

  .checkout-page .shipping-options .selectizer-fixer-media .inputs {
    margin: 0;
    padding-top: 20px;
  }

    .checkout-page .shipping-options .selectizer-fixer-media .inputs .selectizer-container-fixer {
      max-width: 300px;
      width: 300px;
      margin: 0 auto;
    }

.checkout-page .payment-info .payment-info-item {
  margin-bottom: 10px;
  padding:0 10px;
  border-radius: 5px;
  background-color: white;
  display: block;
  box-shadow: 1px 1px 3px #bbc6cc;
  display: flex;
}

  .checkout-page .payment-info .payment-info-item input[type=radio] {
    margin-right: 5px;
  }

.checkout-page .payment-methods .payment-method-item {
  border-bottom: 1px solid #dedede;
  padding: 0 10px;
}

  .checkout-page .payment-methods .payment-method-item:after {
    display: block;
    content: "";
    clear: both;
  }

  .checkout-page .payment-methods .payment-method-item label {
    display: block;
    line-height: 30px;
    width: 100%;
    padding:10px 0;
  }

  .checkout-page .payment-methods .payment-method-item img {
    height: 30px;
    vertical-align: middle;
    margin: 0;
    float: right;
  }

  .checkout-page .payment-methods .payment-method-item input[type=radio] {
  }


  .checkout-page .payment-methods .payment-method-item label, .checkout-page .payment-info .payment-info-item label {
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

.checkout-page .payment-methods > .payment-method-item:hover > label,
.checkout-page .payment-info .payment-info-item:hover label {
  color: #000;
}

.checkout-page .payment-methods .payment-method-item input[type="radio"]:checked + label,
.checkout-page .payment-info .payment-info-item input[type="radio"]:checked + label {
  color: #000;
  font-weight: 600;
}

.checkout-page .payment-methods .payment-method-item:has(> input[type=radio]:checked) {
  background-color: #f9f9f9;
}

  .checkout-page .payment-methods .payment-method-item:has(> input[type=radio]:checked) .osc-payment_info {
    background-color: #f9f9f9;
  }

.checkout-page .payment-info .info {
  margin-top: 15px;
  font-weight: 600;
}

.checkout-page .payment-info .credit-cards {
  margin-top: 4px;
  text-align: center;
}

  .checkout-page .payment-info .credit-cards img {
    width: 50px;
    margin-right: 15px;
    vertical-align: middle;
  }

.checkout-page .cart-options {
  overflow: hidden;
}

.checkout-page .button-1,
.checkout-page .button-2,
.shopping-cart-page .totals .button-2,
.shopping-cart-page .totals .button-1 {
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  border: 0 none;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.checkout-page .button-1,
.shopping-cart-page .totals .button-1 {
  background-color: #ee662c;
}

  .checkout-page .button-1:hover,
  .shopping-cart-page .totals .button-1:hover {
    background-color: #ff7a41;
  }

.checkout-page .button-2 {
  background-color: #555;
}

  .checkout-page .button-2:hover {
    background-color: #444;
  }

.enter-address .message-error {
  margin: 20px 0;
}

.enter-address .address-form {
  background-color: #f9f9f9;
  border-top: 1px solid #e6e6e6;
  margin: 0 0 30px;
  padding: 30px 15px;
}

.checkout-page .ship-to-same-address {
  padding: 30px 0;
  text-align: center;
}

  .checkout-page .ship-to-same-address .selector {
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
  }

.checkout-page .pickup-in-store {
  text-align: center;
}

  .checkout-page .pickup-in-store .selector {
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
  }

.select-pickup-point {
  text-align: center;
}

.checkout-page .pickup-points-map {
  min-width: 400px;
  min-height: 350px;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
}

.checkout-page #osc-order-summary #checkout-step-confirm-order {
  margin-top: 20px;
  padding: 0;
}

  .checkout-page #osc-order-summary #checkout-step-confirm-order .buttons {
    position: relative;
  }

.paypal-button-container.paypal-checkout {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  max-width: 500px;
  margin: 0 auto;
}

.order-confirmation {
  padding-top: 15px;
  padding: 10px 20px;
  background-color: white;
  box-shadow: 1px 1px 3px #bbc6cc;
  border-radius: 10px;
}

  .order-confirmation .cart-left-column-wrapper .total-info {
    display: none;
  }

  .order-confirmation .cart td.product-picture {
    max-width: 30px;
  }

  .order-confirmation .product-picture a {
    display: block;
    font-size: 0;
    text-align: center;
  }

    .order-confirmation .product-picture a img {
      width: 30px;
    }

.checkout-page .order-summary-products {
  background-color: #e4e4e4;
  padding: 10px 20px;
  position: relative;
}

.checkout-page .notes-title {
  background-color: #e4e4e4;
  padding: 10px 20px;
}

.checkout-page #notes-step {
  background-color: white;
  padding: 10px 10px 30px 10px;
}

.checkout-page .checkout-summary {
  padding: 10px 0;
}

  .checkout-page .checkout-summary td {
    line-height: normal;
  }

  .checkout-page .checkout-summary tr {
    padding: 10px;
    background-color: white;
    margin: 10px 0;
    display: block;
  }

    .checkout-page .checkout-summary tr:last-child td {
      /*padding-bottom: 0;*/
    }

  .checkout-page .checkout-summary .checkout-summary-left {
    width: 100%;
    padding-right: 5px;
    font-weight: 600;
    color: #4d4d4d;
    text-align: left;
    vertical-align: top;
    background-color: #e4e4e4;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 20px;
  }

  .checkout-page .checkout-summary .checkout-summary-right {
    text-align: left;
    margin-top: 50px;
  }

.checkout-page .order-confirmation .cart .product {
  padding: 10px;
}

.checkout-page .order-confirmation .cart .sku {
  display: inline-block;
  margin: 0 0 0 5px;
}

.checkout-page .order-confirmation .cart .stock {
  display: none;
}

.checkout-page .buttons .confirm-order {
  padding: 10px 30px;
  font-size: 26px;
}

.checkout-as-guest-popup .topic-block-title {
  display: none;
}

.order-review-data ul,
.shipment-details-area ul,
.order-details-area .billing-info-wrap,
.order-details-area .shipping-info-wrap {
  width: 450px;
  max-width: 100%;
  margin: 0 auto 15px;
  background-color: #ffffff;
  padding: 20px;
  color: #444;
  text-align: left;
  border-radius: 10px;
}

.order-review-data li,
.shipment-details-area li,
.order-details-area .address-info li,
.order-details-area .billing-info div,
.order-details-area .shipping-info div {
  padding: 3px 0;
}

.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
  margin: 20px 0 5px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

  .order-review-data .title:first-child,
  .order-details-area .title:first-child,
  .shipment-details-area .title:first-child {
    margin-top: 0;
  }

.order-details-area .address-item .title,
.order-details-area .address-item .buttons {
  display: none;
}

.order-completed-page .order-completed .details {
  margin: 0 0 25px;
  color: #444;
}

  .order-completed-page .order-completed .details div {
    margin: 5px 0;
  }

  .order-completed-page .order-completed .details a {
    position: relative;
    color: #ee662c;
  }

    .order-completed-page .order-completed .details a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #ee662c;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }

    .order-completed-page .order-completed .details a:hover:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1);
    }

.order-completed-page .button-1 {
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #ee662c;
  border: 0 none;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

  .order-completed-page .button-1:hover {
    background-color: #ff7a41;
  }

.opc .step-title {
  margin: 0 0 1px;
  overflow: hidden;
  background-color: #f6f6f6;
}

.opc .allow .step-title {
  background-color: #ee662c;
  cursor: pointer;
}

.opc .step-title .number,
.opc .step-title .title {
  float: left;
  min-height: 40px;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
}

.opc .allow .step-title .number,
.opc .allow .step-title .title {
  color: #fff;
  cursor: pointer;
}

.opc .step-title .number {
  width: 42px;
  border-right: 1px solid #fff;
  text-align: center;
}

.opc .allow .step-title .number {
  background-color: #e44b0a;
}

.opc .step {
  margin: 10px 0;
  padding: 30px 15px;
  text-align: center;
}

.opc .section {
  margin: 0 0 30px;
}

  .opc .section > label {
    display: block;
    margin: 0 0 10px;
  }

.opc input[type="text"],
.opc select {
  max-width: 100%;
}

.opc .buttons {
  margin-bottom: 0;
}

.opc .back-link {
  margin: 0 0 10px;
}

  .opc .back-link small {
    display: none;
  }

  .opc .back-link a {
    display: inline-block;
    margin: 0 0 0 -15px;
    background: url('../images/back-button.png') left center no-repeat;
    padding: 0 0 0 18px;
    color: #444;
  }

    .opc .back-link a:hover {
      color: #ee662c;
    }

.opc .buttons .please-wait {
  display: block;
  margin: 10px 0 0;
  background: none;
}

.opc .section.ship-to-same-address {
  margin: 0 0 30px;
  padding: 0;
}

.opc .section.pickup-in-store {
  margin: 0 0 30px;
  padding: 0;
}

.opc .payment-info .info tr {
  text-align: left;
}

.opc .section.order-summary {
  margin: 0;
}


/****** ORDER DETAILS & SHIPPING DETAILS ******/


.order-details-page .page-title .buttons {
  margin: 10px;
  text-align: center;
}

  .order-details-page .page-title .buttons a {
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    padding: 6px 10px;
    font-size: 0;
    line-height: 16px;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

    .order-details-page .page-title .buttons a:hover {
      color: #444;
      background-color: #eee;
    }

    .order-details-page .page-title .buttons a .fa {
      padding-right: 3px;
      font-size: 16px;
      vertical-align: middle;
    }

.order-details-page .order-overview {
  margin: 0 0 25px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  color: #444;
}

  .order-details-page .order-overview .order-number {
    margin: 0 0 10px;
    font-size: 24px;
    text-transform: uppercase;
  }

.order-details-page .order-status {
  margin: 5px 0;
}

.order-details-page .products {
  margin-bottom: 15px;
}

  .order-details-page .products .title {
    display: none;
  }

.order-details-page .order-overview .order-total strong {
  font-weight: 700;
  color: #ee662c;
}

.order-details-page .button-1,
.order-details-page .button-2 {
  display: inline-block;
  margin: 10px 0;
  padding: 10px 15px;
  color: #fff;
  font-size: 15px;
  background-color: #ee662c;
  border: 0 none;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.order-details-page .button-2 {
  background-color: #aaa;
}

.order-details-page .button-1:hover {
  background-color: #ff7a41;
}

.order-details-page .button-2:hover {
  background-color: #999;
}

.order-details-page .download a {
  color: #ee662c;
  font-weight: normal;
}

  .order-details-page .download a:hover {
    text-decoration: underline;
  }

.user-agreement-page .terms-of-agreement {
  margin: 0 0 20px;
  padding: 20px;
  text-align: center;
}

.user-agreement-page .button-1 {
  min-width: 140px;
  padding: 10px 30px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background-color: #ee662c;
  border: 0 none;
  border-radius: 4px;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

  .user-agreement-page .button-1:hover {
    background-color: #ff7a41;
  }

.order-details-page .tax-shipping-info {
  margin-bottom: 30px;
}

  .order-details-page .tax-shipping-info a {
    color: #ee662c;
  }

    .order-details-page .tax-shipping-info a:hover {
      text-decoration: underline;
    }

.order-details-page .actions {
  margin: 15px 0;
  font-size: 0;
}

  .order-details-page .actions .button-1,
  .order-details-page .actions .button-2 {
    min-width: 165px;
    margin: 5px 8px;
  }

.order-details-page .total-info {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 15px;
  background-color: #ffffff;
  padding: 15px 10px;
  color: #444;
  border-radius: 10px;
}


/****** SEARCH & SITEMAP ******/



.search-page .page-title {
  margin: 0 0 -1px;
}

.search-page h1 {
  padding: 3px 10px 6px;
  font-size: 22px;
  line-height: 22px;
}

.search-input .fieldset {
  margin: 0 0 30px;
}

.search-input .form-fields {
  padding: 30px 15px 10px;
}

.search-input input + label {
  display: inline;
}

.advanced-search {
  margin: 30px 0 0;
}

  .advanced-search .price-range {
    display: inline-block;
  }

    .advanced-search .price-range input {
      width: 80px;
      margin: 3px;
    }

.search-input .buttons {
  text-align: center;
}

.search-input .button-1 {
  min-width: 140px;
  padding: 10px 30px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background-color: #ee662c;
  border: 0 none;
  border-radius: 4px;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

  .search-input .button-1:hover {
    background-color: #ff7a41;
  }

.search-results {
  margin: 0;
}

  .search-results .warning,
  .search-results .no-result {
    margin: 10px 0;
    color: #de444c;
  }

.sitemap-page .description {
  margin: 0 0 30px;
  text-align: center;
}

.sitemap-page .entity {
  margin: 0 0 30px;
}

.sitemap-page .entity-title {
  margin: 0 0 15px;
  padding: 0 10px;
  text-align: center;
}

  .sitemap-page .entity-title h2 {
    font-size: 20px;
    font-weight: normal;
    color: #444;
  }

.sitemap-page .entity-body {
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px 15px;
  text-align: center;
}

.sitemap-page ul {
  font-size: 0;
}

.sitemap-page li {
  display: inline-block;
  position: relative;
  margin: 0 8px;
  padding: 0 12px;
  line-height: 50px;
  font-size: 14px; /*reset zeroing*/
}

  .sitemap-page li:before {
    content: "";
    position: absolute;
    top: 23px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #ddd;
  }

.sitemap-page a {
  color: #444;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

  .sitemap-page a:hover {
    color: #ee662c;
  }

  .sitemap-page a:empty {
    display: none;
  }


/****** BLOG & NEWS ******/

.side-2 .blog-search-box .search-box-button {
  background-color: #ee662c;
}

.side-2 .blog-search-box .listbox {
  padding-bottom: 0;
  padding-top: 10px;
}

.block-blog-archive .number {
  cursor: auto;
  display: block;
  padding-left: 2px;
  color: #444;
  font-size: 18px;
  font-weight: 600;
}

.block-blog-archive .sublist {
  margin: 5px 0 15px;
}

.blog-page, .blog-search-results-page {
  background-color: white;
  overflow:hidden;
}

  .blog-page .page-title, .blog-search-results-page .page-title {
    padding: 10px;
  }

  .blog-page .blog-posts::after, .blog-search-results-page .blog-search-results:after {
    content: "";
    display: block;
    clear: both;
  }

  .blog-page .blog-posts .post,
  .news-list-page .news-item {
    margin: 0 0 30px;
    text-align: left;
    width: 50%;
    float: left;
    padding: 10px;
    display: flex;
    flex-direction: column;
  }

  .blog-page .post:nth-child(2n+1) {
    clear: both;
  }
  .blog-search-results-page .blog-search-results li p {
    border: none;
    padding-top: 0;
    line-height: normal;
  }
  .blog-search-results-page .blog-search-results li p:empty {
    display:none;
  }

/* fix for search box popup */
.k-child-animation-container, .rich-blog-searchterms-list, .k-list.k-list-md, .blog-instant-search .k-list-container.k-popup {
  height: unset !important;
}

  /* reordering blog post elements for new design */
  .rich-blog-image {
    order: 1
  }

.post-footer {
  order: 2
}

.post-head {
  order: 3
}

.post-body {
  order: 4
}

.blog-details {
  order: 5
}

.blog-page .post .rich-blog-image {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  margin: 0 0 15px;
}

.blog-page .post .post-head {
  background: none;
  display: flex;
  flex-direction: column-reverse;
  padding: 0 10px;
}

  .blog-page .post .post-head .post-date {
    padding-bottom: 10px;
    text-align: right;
  }

.blog-page .post .post-body {
  padding: 0 10px;
}

.blog-page .post .post-footer {
  border: none;
  padding: 0 10px;
  margin-bottom: -22px;
  z-index: 1;
}

  .blog-page .post .post-footer .read-more {
    background: none;
    padding-left: 0;
    color: #ee662c;
    text-transform: lowercase;
    font-weight: 600;
    font-size: 14px;
  }

  .blog-page .post .post-footer .post-relations {
    margin: 0;
  }

    .blog-page .post .post-footer .post-relations label {
      color: #999999;
    }

    .blog-page .post .post-footer .post-relations a {
      color: #7cbce3;
    }

  .blog-page .post .post-footer .share-post,
  .blog-page .post .post-footer .read-more {
    display: none;
  }

.blog-page .post .post-title,
.news-list-page .news-title,
.news-list-homepage .news-title {
  display: inline-block;
  position: relative;
  margin: 0 0 15px;
  padding: 0;
  color: #555;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  border: 0 none;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

  .blog-page .post-title:hover,
  .news-list-page .news-title:hover,
  .news-list-homepage .news-title:hover {
    color: #ee662c;
  }

.news-list-page .news-head {
  padding: 15px 15px 0;
}

  .news-list-page .news-head:after {
    content: "";
    clear: both;
    display: block;
  }

.blog-page .post-date,
.blogpost-page .post-date,
.news-list-page .news-date,
.news-item-page .news-date,
.news-list-homepage .news-date {
  display: block;
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 12px;
  font-weight: 900;
  font-style: normal;
  line-height: 16px;
}

.blog-page .post-body {
  margin: 0;
  padding: 15px;
  line-height: 26px;
}

.news-list-page .news-body {
  padding: 0 15px 15px;
}

  .blog-page .post-body img,
  .blogpost-page .post-body img,
  .news-list-page .news-body img,
  .news-item-page .news-body img {
    max-width: 100%;
  }

.news-list-page .news-item .buttons {
  text-align: left;
}

.blog-page .tags,
.blogpost-page .tags {
  margin: 0 0 15px;
  overflow: hidden;
  padding: 0 10px;
}

  .blog-page .tags label,
  .blogpost-page .tags label {
    display: inline-block;
    margin: 0 3px 3px 0;
    font-weight: bold;
    color: #444;
  }

  .blog-page .tags ul,
  .blogpost-page .tags ul {
    display: inline-block;
    margin: 0 0 3px 3px;
    font-size: 0;
  }

  .blog-page .tags li,
  .blogpost-page .tags li {
    display: inline-block;
    font-size: 14px; /*reset zeroing*/
  }

    .blog-page .tags li.separator,
    .blogpost-page .tags li.separator {
      margin: 0 8px 0 0;
    }

  .blog-page .tags a,
  .blogpost-page .tags a {
    display: block;
    color: #ee662c;
  }

    .blog-page .tags a:hover,
    .blogpost-page .tags a:hover {
      text-decoration: underline;
    }

.blogpost-page .product-grid {
  background-color: #f2f2f2;
  padding: 5px;
}

.blogpost-page .post-body {
  width: 95%;
  margin: 0 auto;
}
  .blogpost-page .post-body .item-box:empty {
    display: none;
  }
  .blogpost-page .post-body .product-grid .item-box {
    clear: none;
  }
  .blogpost-page .post-footer {
    border: none;
  }
.blog-posts .buttons,
.news-items .buttons {
  margin: 0;
  padding: 5px 10px 15px;
}

  .blog-posts .buttons .read-comments {
    display: block;
    margin: 0 0 15px;
    font-weight: bold;
    color: #444;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
  }

    .blog-posts .buttons .read-comments:hover {
      color: #ee662c;
    }

.blog-posts .post .buttons .read-more {
  display: inline-block !important;
  padding: 10px 20px 10px 0;
  color: #ee662c;
  font-size: 14px;
  font-weight: 600;
}

.blog-posts .buttons .read-more:hover {
  color: #f57d4a;
}

.news-items .buttons .read-more {
  position: relative;
  color: #ee662c;
  font-weight: 600;
}

  .news-items .buttons .read-more:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ee662c;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .news-items .buttons .read-more:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }

  .blog-posts .buttons .read-more:after,
  .news-items .buttons .read-more:after {
    content: "\f101";
    display: inline-block;
    margin-left: 10px;
    font: normal normal normal 12px/1 FontAwesome;
  }

.blogpost-page .rich-blog-image img {
  width: 100%;
}

.blogpost-page .post-navigation,
.blogpost-page .page-title {
  padding: 10px;
  margin: 0;
}

.blogpost-page .page-body,
.blogpost-page .page-title,
.blogpost-page .post-navigation {
  background-color: white;
}

.new-comment {
  margin: 50px 0 60px;
}

  .new-comment .notifications {
    margin: 0 0 10px;
  }

  .new-comment .result {
    color: #690;
  }

  .new-comment .form-fields {
    margin: 0 0 20px;
  }

  .new-comment .button-1 {
    padding: 10px 30px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background-color: #ee662c;
    border: 0 none;
    border-radius: 4px;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
  }

    .new-comment .button-1:hover {
      background-color: #ff7a41;
    }

.comment-list {
  margin: 0 0 100px;
}

  .comment-list .title {
    margin: 0 0 15px;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
  }

    .comment-list .title strong {
      font-weight: normal;
    }

  .comment-list .comment {
    margin: 0 0 40px;
    border-top: 1px solid #ddd;
  }

    .comment-list .comment:after {
      content: "";
      display: block;
      clear: both;
    }

.comment-info {
  width: 150px;
  margin: 20px auto;
}

  .comment-info .username {
    display: block;
    margin: 0 0 -1px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 11px 0;
    font-weight: bold;
    color: #444;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
  }

  .comment-info a.username:hover {
    color: #ee662c;
  }

  .comment-info .avatar {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    overflow: hidden;
  }

    .comment-info .avatar img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
      border: solid 2px #CEDBE1;
    }

.comment-time {
  margin: 0 0 15px;
  font-size: 13px;
  font-weight: bold;
}

  .comment-time span {
    color: #444;
  }

.comment-title {
  margin: 0 0 15px;
  font-size: 16px;
  color: #444;
}

.comment-body {
  line-height: 22px;
}

.news-list-homepage {
  position: relative;
  margin: 0 0 30px;
}

  .news-list-homepage .title {
    margin: 0 0 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
  }

    .news-list-homepage .title:after {
      content: "";
      display: block;
      margin-top: 5px;
      border-bottom: 2px solid #555;
    }

    .news-list-homepage .title strong {
      padding: 3px 30px;
      font-weight: 400;
      background-color: #555;
    }

  .news-list-homepage .view-all {
    position: absolute;
    top: 1px;
    right: 0;
  }

    .news-list-homepage .view-all a {
      display: inline-block;
      padding: 3px 10px;
      color: #555;
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }

      .news-list-homepage .view-all a:hover {
        color: #fff;
        background-color: #555;
      }

  .news-list-homepage .news-item {
    margin-bottom: 25px;
    padding: 15px;
    text-align: left;
    background-color: #f9f9f9;
    box-shadow: 0 1px 3px #ccc;
  }

    .news-list-homepage .news-item .buttons {
      padding: 15px 0 0 0;
      text-align: left;
    }

.hide {
  display: none;
}

.notVisibleOnDesktop > ul {
  background-color: #f6f5f5;
  padding: 5px;
  text-align: center
}

  .notVisibleOnDesktop > ul li i {
    display: none
  }

.general-button-container {
  vertical-align: top;
}

.general-button {
  margin: 0 0 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  padding: 5px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  position: relative;
  margin: 0;
  max-width: 220px;
  padding: 10px 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  background-color: #ee662c;
  border: 0 none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

  .general-button:after {
    content: "";
    display: block;
    clear: both;
  }

  .general-button:hover {
    background-color: #ff7a41;
  }

  .general-button .fa {
    padding-right: 10px;
    font-size: 18px;
  }
/*product add to compare list button*/
.product-add-to-compare-list {
  border: none !important;
  background-color: white;
  background: none;
  color: blue;
  font-weight: 400;
  text-decoration: underline;
}

  .product-add-to-compare-list:hover {
    color: blue;
    font-weight: bolder;
  }

/*=================== VIDEO PLAY ICON ==========================*/
.videoCircle_ProductBox {
  display: inline-block;
  position: absolute;
  bottom: 7px;
  left: 7px;
  border: 1px solid #abaaac;
  border-radius: 25px;
  padding: 10px;
  height: 10px;
  width: 10px;
  z-index: 1;
  background-color: white;
}

  .videoCircle_ProductBox .triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #abaaac;
    transform: translate(-35%, -75%);
  }

body button:focus, body select:focus, body input:focus {
  box-shadow: none;
}

.login-register {
  margin-top: 35px;
  text-align: center;
  border-top: 1px solid #ddd;
}

  .login-register .separator {
    width: 48px;
    height: 48px;
    margin: -24px auto 0;
    padding: 12px 0;
    color: #999;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
  }

/*=================== LIGHT GALLERY ==========================*/
.lg .lg-toolbar {
  background-color: rgba(0, 0, 0, 0.8);
}

  .lg .lg-toolbar .lg-icon {
    color: #dbdbdb;
  }

/*=================== BACK TO SHOPPING BUTTON ==========================*/

.back-to-shopping-container {
  text-align: center; /*okwokw*/
  background-color: #ffffff;
  padding: 30px 0;
  /*margin-bottom: 30px;*/ /*okwokw*/
  border-top: 0.5px solid #d6d6d6; /*okwokw*/
  display: none;
}

.BackToShopping {
  display: inline-block !important;
  padding: 8px 15px;
  color: #555 !important;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #eee;
  margin-bottom: 0 !important;
}

  .BackToShopping:hover {
    font-size: initial !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    border-color: #ccc;
    background-color: #f5f5f5;
  }

/*=================== ui.autocomplete with grouping  ==========================*/
.ui-autocomplete-category-grp {
  font-weight: 700;
  padding: 0.2em 0.4em;
  padding-top: 0.2em;
  padding-right: 0.4em;
  padding-bottom: 0.2em;
  padding-left: 0.4em;
  margin: 0.9em 0 0.2em;
}

.item-grp-nr {
  font-weight: 700;
  color: #333;
  opacity: 0.7;
}

.item-grp-name {
  font-weight: 600;
  color: #333;
  opacity: 0.7;
}

.item-grp-res {
  font-weight: 600;
  color: #333;
  opacity: 0.7;
}

#chosePaymentMethodHint {
  display: none;
}
/*okwokw added form osc*/
.osc .back-link {
  margin: 0 25px;
  padding: 10px;
  display: inline-block;
}

  .osc .back-link small,
  .osc #checkout-step-confirm-order .back-link {
    display: none;
  }

  .osc .back-link a {
    display: inline-block;
    margin: 0 0 0 -15px;
    background: url('../images/back-button.png') left center no-repeat;
    padding: 0 0 0 18px;
    color: #444;
  }

    .osc .back-link a:hover {
      color: #ee662c;
    }
.shop-info .cll-info, .shops-item .short-description .cll-info {
  position: relative;
  min-height: 40px;
  margin-bottom: 3px;
  padding: 10px 5px 10px 45px;
  line-height: 20px;
  background-color: #f5f5f5;
  vertical-align: middle;
  overflow: hidden;
}
  .shop-info .cll-info:before, .shops-item .short-description .cll-info:before {
    content: "\f095";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.28571429em;
    margin-top: -13px;
    color: #ee662c;
    font: normal normal normal 30px / 1 FontAwesome;
    text-align: center;
    text-rendering: auto;
  }


/*okwokw added form osc - End*/

/********** end standard **********/

/********** start media ***********/

@media all and (max-width:1000px) {
  .html-category-page {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }

    .html-category-page::-webkit-scrollbar {
      display: none
    }

  .responsive-search-products-dashboard {
    width: 100%;
    background-color: #f6f5f5;
    padding: 0;
    height: 50px;
  }

  input, textarea {
    font-size: 16px !important;
  }


  .responsive-search-products-dashboard:after {
    clear: both;
    display: block;
    content: "";
  }

  .responsive-search-products-dashboard .product-sorting {
    float: right;
  }

  .responsive-search-products-dashboard .filters {
    float: left;
    margin-right: 50px;
    margin-left: 15px;
  }

  .responsive-search-products-dashboard .product-sorting span {
    float: left;
    font-weight: 800;
    margin: 4px 0 0 0;
    line-height: 19px;
    padding-left: 0;
  }

  .responsive-search-products-dashboard .product-sorting select {
    clear: both;
    float: left;
    border: none;
    margin: 0;
    padding: 0;
    height: 19px;
    background-color: #f6f5f5;
    margin-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/order-toggle-down.svg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 13px;
    background-size: 8px;
    cursor: pointer;
  }

    .responsive-search-products-dashboard .product-sorting select:focus {
      box-shadow: none;
    }

  .responsive-search-products-dashboard .filters label {
    cursor: pointer;
    margin: 4px 0 0 0;
    font-weight: 800
  }

  .responsive-search-products-dashboard .active-filters:after {
    content: "";
    background: url(../images/order-toggle-down.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 8px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    margin-left: 5px;
  }

  .responsive-search-products-dashboard .active-filters {
    float: right;
    clear: both;
    margin-right: 15px;
    position: relative;
  }

    .responsive-search-products-dashboard .active-filters span {
      margin: 0;
      cursor: pointer;
    }

  .responsive-search-products-dashboard .active-filters-label {
    float: left;
    font-weight: 600;
    margin-right: 10px;
  }


  .responsive-menu-top-offset {
    top: 78px !important
  }

  .responsive-master-wrapper-top-offset {
    margin-top: 127px !important
  }

  .responsive-master-wrapper-top-offset2 {
    margin-top: 92px !important
  }

  .master-wrapper-page {
    margin-top: 53px;
  }

  .center-1 {
    padding-top: 5px;
  }

  .center-2 {
    padding-top: 10px;
  }

  .side-2 {
    background-color: white;
  }
  .pager ul {
      text-align:center;
  }
  /*** GLOBAL TABLES ***/
  .shopping-cart-page, .wishlist-page {
    background-color: #f2f2f2;
  }

    .shopping-cart-page .page-title h1, .checkout-page .page-title h1 {
      margin: 0 15px;
      font-size: 1.5em;
    }

  .order-details-title, .order-summary-title {
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
  }
  /*** designer chose: #f7f7f7 ***/
  .cart {
    display: block;
  }

    .cart colgroup,
    .cart thead {
      display: none;
    }

    .cart tbody {
      display: block;
      overflow: hidden;
    }

    .cart tr {
      display: block;
      float: left;
      width: 100%;
      margin: 0 0 15px;
      border: 1px solid #ddd;
    }

    .cart .cart-item {
      text-align: center;
      position: relative;
      border: none;
      background-color: white;
      box-shadow: 0px 1px 3px #bbc6cc;
    }

  .order-confirmation .cart .cart-item {
    box-shadow: none;
  }

  .cart td {
    float: left;
    border: none;
    padding: 5px;
  }


    .cart td.remove-from-cart {
      text-align: right;
      position: absolute;
      right: 5px;
      top: 5px;
      padding: 0;
      min-width: 5px;
    }

      .cart td.remove-from-cart .td-title {
        display: none;
      }

      .cart td.remove-from-cart i {
        font-size: 16px;
      }

    .cart td.product-picture {
      width: 20%;
      min-height: 120px;
      display: flex;
      align-items: center;
    }

  .order-confirmation .cart td.product-picture {
    border-radius: 0;
    width: 20%;
    min-height: 50px;
  }


  .cart td.product {
    min-width: 0;
    text-align: left;
    padding-top: 7px;
    border-bottom: 1px solid #eee;
    width: 75%;
    text-align: left;
    background: none;
    margin-bottom: 10px;
  }

  .cart td.availability {
    display: none;
  }

  .cart td.stock {
    display: none;
  }

  .cart td.unit-price {
    padding: 7px 5px 5px 5px;
    vertical-align: middle;
    display: none;
  }

    .cart td.unit-price .product-unit-price,
    .cart td.quantity .product-quantity {
      font-size: 15px;
      font-weight: 600;
    }

  .cart td.quantity {
    display: flex;
    align-items: center;
  }

    .cart td.quantity .td-title {
      display: block;
      text-align: left;
      line-height: 24px;
    }

    .cart td.quantity:before {
      content: "x";
      padding-right: 5px;
      display: none;
    }

    .cart td.quantity:after {
      content: "=";
      padding-left: 5px;
      display: none;
    }

  .cart td.sub-total {
    padding: 0 5px 5px 5px;
    font-size: 15px;
    font-weight: 300;
    vertical-align: middle;
    display: block;
    text-align: left;
    float: right;
    padding-right: 10px;
  }

    .cart td.sub-total .td-title {
      display: none;
    }

    .cart td.sub-total .product-sub-total {
      font-size: 20px;
      font-weight: 600;
      line-height: 37px;
    }

  .cart td.unit-price .td-title {
    display: none;
  }

  .cart td.responsive-remove-from-cart {
    display: none;
    background-color: #f6f6f6;
    border-top: 1px solid #eee;
  }

    .cart td.responsive-remove-from-cart .fa {
      margin-right: 2px;
    }

  .checkout-data .order-confirmation .table-wrapper {
    width: 100%;
    background: none;
    padding: 0;
    margin-top: 10px;
  }

  .checkout-data .order-confirmation .cart-left-column {
    background: none;
  }

  .checkout-page .order-confirmation .cart .cart-item {
    margin-bottom: 7px;
  }

    .checkout-page .order-confirmation .cart .cart-item .product {
      width: 100%;
    }

    .checkout-page .order-confirmation .cart .cart-item .availability,
    .checkout-page .order-confirmation .cart .cart-item .unit-price {
      display: none;
    }

  .checkout-page .order-confirmation .cart .sku {
    margin: 0;
  }

  .checkout-page .order-confirmation .cart .sub-total .product-sub-total {
    font-size: 16px;
    padding: 5px;
  }

  .checkout-page .order-confirmation .cart .sub-total .td-title {
    font-size: inherit;
    padding: 5px;
    display: inline-block;
  }

  .checkout-page .order-confirmation .cart .quantity .product-quantity {
    padding-left: 10px;
  }

  .checkout-page .order-confirmation .cart .quantity .td-title {
    padding-left: 5px;
  }

  .cart-footer .totals {
    width: 100%;
    float: left;
    background-color: white;
  }

  .shopping-cart-page .totals .button-1 {
    margin: 20px 0;
    padding: 15px;
    width: 80%;
  }

  .order-confirmation .cart-footer .totals {
    box-shadow: none;
    padding: 10px 5px;
  }

  .cart-total td {
    text-align: left;
  }

  .order-total .cart-total-left, .order-total .cart-total-right {
    font-weight: 600;
  }

  .earn-reward-points .cart-total-right {
    color: #ee662c;
  }

  .total-info {
    max-width: 1000px;
  }

  .shopping-cart-page .cart-left-column-wrapper .total-info {
    display: none;
  }

  .shipping-method-with-widget:after {
    content: "";
    display: block;
    clear: both;
  }

  .cart-collaterals .deals > div {
    max-width: initial;
    min-width: initial;
    width: 100%;
    float: left;
  }

  .cart-collaterals {
    padding: 0;
  }

  .discount-box .button-2 {
    width: 90%;
    padding: 10px;
    background-color: white;
    border: 1px solid #a7a7a7;
  }

  .discount-box .help.button-2 {
    width: 10%;
  }

  .giftcard-box .button-2 {
    width: 90%;
    padding: 10px;
    background-color: white;
    border: 1px solid #a7a7a7;
  }

  .giftcard-box .help.button-2 {
    width: 10%;
  }

  .cart-collaterals h2 {
    margin: 15px 0;
    text-align: left;
    font-size: 1.2em;
    clear: both;
  }

  .shopping-cart-page h1 {
    text-align: center;
  }

  .deals {
    margin: 0 0 15px;
    float: left;
    width: 100%;
  }

  .shopping-cart-page #freeShippingRemainingCostWidgetId .order-more-for-free-shipping {
    margin: 0;
    background-color: white;
    padding: 10px
  }

  .order-details-page .section .title {
    margin-bottom: 0;
  }

  .order-details-page .data-table {
    display: block;
  }

    .order-details-page .data-table colgroup,
    .order-details-page .data-table thead {
      display: none;
    }

    .order-details-page .data-table tbody {
      display: block;
      overflow: hidden;
    }

    .order-details-page .data-table tr {
      text-align: left;
      position: relative;
      border-radius: 10px;
      border: none;
      background-color: white;
      float: left;
      display: block;
      width: 100%;
      padding: 10px;
      margin: 5px 0;
    }

    .order-details-page .data-table td {
      display: block;
      border: none;
      float: left;
      padding: 0;
    }

      .order-details-page .data-table td.product {
        min-width: 0;
        text-align: left;
        border-bottom: 1px solid #eee;
        width: 100%;
        text-align: left;
        padding: 0 0 5px 0;
      }

      .order-details-page .data-table td.sku {
        margin: 0;
        font-weight: 300;
        padding: 0;
      }

        .order-details-page .data-table td.sku .td-title {
          margin-left: 0;
        }

      .order-details-page .data-table td.unit-price {
        padding: 5px 5px 5px 0;
        vertical-align: middle;
      }

        .order-details-page .data-table td.unit-price .td-title {
          display: none;
        }


      .order-details-page .data-table td.total {
        padding: 5px;
        font-weight: 600;
        vertical-align: middle;
      }

        .order-details-page .data-table td.total .td-title {
          display: none;
        }

      .order-details-page .data-table td.quantity {
        padding: 5px;
        vertical-align: middle;
      }

        .order-details-page .data-table td.quantity:before {
          content: "x";
          padding-right: 5px;
          vertical-align: middle;
        }

        .order-details-page .data-table td.quantity:after {
          content: "=";
          padding-left: 5px;
          vertical-align: middle;
        }

        .order-details-page .data-table td.quantity .td-title {
          display: none;
        }

  .order-details-page .total-info {
    border-radius: 10px;
    background-color: white;
    width: 100%;
  }

  .order-review-data ul,
  .shipment-details-area ul,
  .order-details-area .billing-info-wrap,
  .order-details-area .shipping-info-wrap {
    width: 100%;
    border-radius: 10px;
  }



  .order-list-page .order-list-table colgroup,
  .order-list-page .order-list-table thead {
    display: none;
  }

  .order-list-page .order-list-table tbody {
    display: block;
    overflow: hidden;
  }

  .order-list-page .order-list-table tr {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 25px;
    border: 1px solid #ddd;
    padding: 10px 0;
  }

  .order-list-page .order-list-table tbody tr,
  .order-list-page .order-list-table .buttons,
  .order-list-page .order-list-table .order-total {
    text-align: center;
  }

  .order-list-page .order-list-table td {
    display: inline-block;
    border: none;
    padding: 5px;
  }

  .order-list-page .order-list-table label {
    font-weight: 600;
  }

  .order-list-page .order-list-table .buttons {
    margin: 10px 0 0;
  }

  .checkout-page {
    /*background-color: #f2f2f2;*/
  }

  .checkout-page, .CheckoutMode {
    margin: 100px auto 0 auto;
  }

    .checkout-page .checkout-summary table tbody {
      display: flex;
      flex-direction: column;
    }

    .checkout-page .section {
      margin: 0 0 10px;
    }

      .checkout-page .section .buttons {
        text-align: center;
      }

    .checkout-page .checkout-summary .billing,
    .checkout-page .checkout-summary .shipping,
    .checkout-page .checkout-summary .payment-method {
      padding: 15px;
      position: relative;
    }

    .checkout-page .checkout-summary .billing {
      margin-left: 0;
    }

    .checkout-page .checkout-summary .payment-method {
      margin-right: 0;
    }

    .checkout-page .checkout-summary table tbody {
      display: flex;
      flex-direction: column;
    }

    .checkout-page .checkout-summary-right .edit-button,
    .checkout-page .order-summary-products .edit-button {
      margin: 0;
      right: 0;
    }

    .checkout-page .checkout-summary .checkout-summary-right {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
    }

      .checkout-page .checkout-summary .checkout-summary-right .info {
        width: 60%;
        display: block;
      }

    .checkout-page #osc-shipping {
    }

      .checkout-page #osc-shipping .step-summary-wrapper {
      }

      .checkout-page #osc-shipping .navButtons {
        padding: 10px 10px 20px 10px;
      }

      .checkout-page #osc-shipping .step-summary-wrapper .step-summary-info:after {
        right: 10px;
      }

  .step-summary-wrapper .step-summary-info {
    font-size: 10px;
    width: 40%;
    overflow: hidden;
    display: none;
    line-height: 12px;
    height: 24px;
    margin-right: 30px;
    text-align: right;
    word-break: keep-all;
  }

    .step-summary-wrapper .step-summary-info:after {
      position: absolute;
      right: 0;
      top: 15%;
    }

  .step-summary-wrapper #shoppingCartSummaryId,
  .step-summary-wrapper #paymentModeSummaryId {
    line-height: 24px;
    vertical-align: middle;
  }

  .payment #checkout-step-payment-method ul {
    border-bottom: none;
  }

  .checkout-data #checkout-step-confirm-order {
    margin: 0;
  }

  .osc .step {
    padding: 10px 0;
  }

  .checkout-page .billing-type-list {
    margin: 0 -10px 10px -10px;
  }

  .checkout-page #checkout-step-shipping #shippingMethodsStepHeaderContainerId {
    padding-top: 10px;
  }

  .payment #checkout-step-payment-method {
    padding: 20px 0 0 0;
  }

  #checkout-step-billing .address-list, #checkout-step-billing .company-list {
    margin-left: 0;
    padding-left: 0;
  }

  .checkout-page #checkout-step-shipping {
  }

  .checkout-page .section .step-title h2,
  .checkout-page .checkout-summary .checkout-summary-left h2,
  #osc-confirm_order .order-confirmation .totals h2,
  .checkout-page .order-summary-products,
  .checkout-page .notes-title h2 {
    text-align: left;
    font-size: 1.2em;
  }

  .checkout-page .checkout-summary .checkout-summary-left,
  .checkout-page .order-summary-products,
  .checkout-page .notes-title,
  .checkout-page .section .step-summary-wrapper {
    padding: 10px 15px;
  }

  #osc-confirm_order .order-confirmation .totals h2 {
    padding-left: 20px;
  }

  .checkout-page .section .step-title .step-number {
    margin: 0;
  }

  .checkout-page .page-title {
    border: none;
  }

  .shipping-options {
    text-align: left;
  }

  .checkout-page .shipping-options .shipping-option-item {
    width: unset;
    text-align: left;
  }

  .checkout-page .shipping-options #select-shipping-method:has(> :nth-child(3):last-child) .shipping-option-item {
    padding: 10px;
    width: 33.33%;
    text-align: left;
    margin: 0;
    padding-left: 10px;
    border-top: 4px solid transparent;
  }

    .checkout-page .shipping-options #select-shipping-method:has(> :nth-child(3):last-child) .shipping-option-item:last-child {
      border-left: 1px solid #e4e4e4;
    }

    .checkout-page .shipping-options #select-shipping-method:has(> :nth-child(3):last-child) .shipping-option-item label {
      display: block;
    }

    .checkout-page .shipping-options #select-shipping-method:has(> :nth-child(3):last-child) .shipping-option-item:has(input[type=radio]:checked) {
      border-top: 4px solid #ee662c;
    }

    .checkout-page .shipping-options #select-shipping-method:has(> :nth-child(3):last-child) .shipping-option-item input[type=radio]:checked + label:before,
    .checkout-page .shipping-options #select-shipping-method:has(> :nth-child(3):last-child) .shipping-option-item input[type=radio] + label:before {
      display: none;
    }

  .checkout-page .shipping-options #select-shipping-method:has(> :nth-child(2):last-child) .shipping-option-item {
    padding: 10px;
    background-color: #f2f2f2;
    width: 50%;
    text-align: left;
    margin: 0 0 10px 0;
    padding-left: 20px;
  }

  .checkout-page .shipping-method-with-widget {
    margin: 0 -10px;
  }

  .checkout-page .billing-type {
    padding-left: 20px;
  }

  .checkout-page input[type=radio]:checked + label:before, .checkout-page input[type=radio] + label:before {
    margin-right: 10px;
  }

  .checkout-page .address-list .address-item, .checkout-page .company-list .address-item {
    padding-left: 10px;
  }

  .checkout-page .shipping-options .selectizer-fixer-media .inputs .selectizer-container-fixer {
    max-width: 100%;
    width: 100%;
    padding: 10px;
  }

  .cart-collaterals .shipping-options .button-2 {
    margin: 0 0 15px 0;
    width: 100%;
  }

  .cart-collaterals .shipping-options #select-shipping-method {
    margin: 15px 0 15px 0;
  }

  .cart-footer .cart-collaterals .order-more-for-free-shipping {
    margin: 0 !important;
    border: none !important;
    padding: 15px !important;
  }

  .checkout-page .buttons .confirm-order {
    font-size: 20px;
  }

  .address-list label {
    width: 90%;
    display: flex !important;
    align-items: center;
    line-height: 25px;
  }

  .address-list .edit-button {
    display: block;
    width: fit-content;
  }

  .ShopDetailsLink {
    padding-left: 25px;
  }

  .checkout-summary td {
    display: table-row;
  }

    .checkout-summary td .edit-button {
      margin: 0 0 15px 0;
      display: block;
      width: max-content;
    }

  .payment-info-item label {
    width: 90%;
  }

  .wishlist-page .wishlist-content .add-to-cart {
    width: 100%;
    text-align: left;
    border-radius: 10px;
    padding-bottom: 10px;
  }

    .wishlist-page .wishlist-content .add-to-cart button {
      margin-left: 20%;
    }

  .wishlist-page .wishlist-content .wishlist-add-to-cart-button {
    margin-bottom: 10px;
  }

  .wishlist-page .wishlist-content .product-picture {
    min-height: 130px;
  }
  /*** Cart Collaterals ***/
  /*** MOBILE NAVIGATION ***/
  .checkoutNavInner .checkoutLogo, .checkoutNavInner .checkout-shoppingcart {
    display: none;
  }

  .container-fluid {
    padding: 10px 5px;
  }

  .remove-y-scroll {
    height: 100%;
    overflow-y: hidden;
  }

  .responsive-menu-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-top: 3px solid #ee662c;
    border-bottom: 2px solid #ee662c;
    z-index: 1001;
    -moz-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease;
  }

    .responsive-menu-wrapper.on-top {
      z-index: 1002;
    }

    .responsive-menu-wrapper.hide {
      top: -102px;
      display: block;
    }

  .responsive-menu {
    position: relative;
    font-size: 0;
    text-align: center;
  }

    .responsive-menu:after {
      display: block;
      clear: both;
      content: "";
    }

    .responsive-menu .logo {
      display: inline-block;
      float: left;
      width: 150px;
      height: 50px;
      font-size: 0;
      vertical-align: middle;
      background: #fff url(../images/sml-logo.svg) no-repeat left center;
      background-size: 140px;
    }

    .responsive-menu > div {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
    }

      .responsive-menu > div > span {
        display: block;
        width: 52px;
        height: 50px;
        font-size: 0;
        text-align: center;
        background-color: #fff;
      }

      .responsive-menu > div.selected > span {
        background-color: #f3f3f3;
        border: 1px solid #ececec;
      }

      .responsive-menu > div.active > span {
        background-color: #f3e0d8;
      }

      .responsive-menu > div > span:before {
        display: inline-block;
        color: #ee662c;
        font: normal normal normal 20px/50px FontAwesome;
        text-rendering: auto;
      }

    .responsive-menu .my-account span:before {
      display: inline-block;
      color: #adadad;
      font: normal normal normal 20px/50px FontAwesome;
      text-rendering: auto;
    }

    .responsive-menu .my-account.logged-in span:before {
      display: inline-block;
      color: #ee662c;
      font: normal normal normal 20px/50px FontAwesome;
      text-rendering: auto;
    }

    .responsive-menu > div > a > span:before {
      display: inline-block;
      color: #ee662c;
      font: normal normal normal 20px/50px FontAwesome;
      text-rendering: auto;
    }

    .responsive-menu .navigation-menu span:before {
      content: "\f0c9";
    }

    .responsive-menu .filters span:before {
      content: "\f1de";
    }

    .responsive-menu .wishlist .fa {
      font: normal normal normal 20px/50px FontAwesome;
      width: 52px;
      height: 50px;
      position: absolute;
      top: 0;
      left: 0;
      color: #adadad;
    }

    .responsive-menu .shopping-cart .fa {
      font: normal normal normal 20px/50px FontAwesome;
      width: 52px;
      height: 50px;
      position: absolute;
      top: 0;
      left: 0;
      color: #adadad;
    }

  .mobile-flags {
    background-color: #f3f3f3;
    margin-top: 12px;
    border: 1px #f3f3f3 solid;
  }

    .mobile-flags img {
      height: 25px;
    }
  /*
.responsive-menu .wishlist span:before {
    content: "\f08a";
}
*/
  .responsive-menu .shopping-cart .fa:before {
    content: "\f07a";
  }

  .responsive-menu .my-account span:before {
    content: "\f007";
  }

  .responsive-menu .search span:before {
    content: "\f002";
  }

  .responsive-menu .navigation-menu {
    float: left;
  }


  .responsive-menu .shopping-cart {
    float: right;
    position: relative;
    width: 52px;
    height: 50px
  }

  .responsive-menu .my-account {
    float: right;
    position: relative;
  }

  .responsive-menu .wishlist {
    float: right;
    position: relative;
    width: 52px;
    height: 50px
  }

  .responsive-menu .my-account:after {
    width: 2px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: -1px;
    border-width: 1px;
    border-style: solid;
    color: #f3f3f3;
    content: "";
    background-color: #f3f3f3;
  }

  .responsive-menu .my-account:before {
    width: 2px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: -1px;
    border-width: 1px;
    border-style: solid;
    color: #f3f3f3;
    content: "";
    background-color: #f3f3f3;
  }

  .responsive-menu .wishlist a:after {
    width: 2px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: -1px;
    border-width: 1px;
    border-style: solid;
    color: #f3f3f3;
    content: "";
    background-color: #f3f3f3;
  }

  .responsive-menu .wishlist a:before {
    width: 2px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: -1px;
    border-width: 1px;
    border-style: solid;
    color: #f3f3f3;
    content: "";
    background-color: #f3f3f3;
  }

  .responsive-menu .shopping-cart:after {
    width: 2px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: -1px;
    border-width: 1px;
    border-style: solid;
    color: #f3f3f3;
    content: "";
    background-color: #f3f3f3;
  }

  .responsive-menu .search span:after {
    width: 2px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: -1px;
    border-width: 1px;
    border-style: solid;
    color: #f3f3f3;
    content: "";
    background-color: #f3f3f3;
  }

  .responsive-menu .wishlist.with-products .wishlist-icon-qty {
    display: block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 9px;
    text-align: center;
    background-color: #ee662c;
    position: absolute;
    right: 15px;
    top: 12px;
    border-radius: 50%;
    padding: 1px;
    color: white;
    z-index: 100;
  }

  .responsive-menu .wishlist .wishlist-icon-qty {
    display: none
  }

  .responsive-menu .wishlist.with-products .fa {
    color: #ee662c;
  }

  .responsive-menu .shopping-cart.with-products .cart-icon-qty {
    display: block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 9px;
    text-align: center;
    background-color: #ee662c;
    position: absolute;
    right: 13px;
    top: 12px;
    border-radius: 50%;
    border: none;
    padding: 1px;
    color: white;
    z-index: 100;
  }

  .responsive-menu .shopping-cart .cart-icon-qty {
    display: none;
  }

  .responsive-menu .shopping-cart.with-products .fa {
    color: #ee662c;
  }

  .responsive-menu .shopping-cart.selected {
    background-color: #f3f3f3;
  }

  .responsive-filters .search span:before {
    content: "\f002";
  }

  .responsive-filters > div > span:before {
    display: inline-block;
    color: #ee662c;
    font: normal normal normal 20px/50px FontAwesome;
    text-rendering: auto;
  }

  .responsive-filters:after {
    display: block;
    clear: both;
    content: "";
  }

  .header-menu, .header-selectors-wrapper {
    display: none;
  }

  .header .navigation-menu {
    display: none;
  }

  .header .responsive-navigation-menu, .header .responsive-navigation-menu .sublist-wrapper, .product-filters-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: calc(100% - 50px);
    text-align: left;
    background-color: #f6f6f6;
    overflow: hidden;
    z-index: 1000000002;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    transition-timing-function: ease;
    transition-duration: .5s;
  }

    .header .responsive-navigation-menu .NavigationRootLevel {
      width: 50%;
      float: left;
      background-color: #ffffff;
    }

  .responsive-navigation-menu.open > li:nth-child(3) {
    background-color: #f5f5f5;
    padding-left: 0;
  }

  .header .responsive-navigation-menu .NavigationRootLevel > a {
    font-size: 20px;
    font-weight: 800;
    padding: 15px 20px 13px 0;
    color: #333;
  }

  .NavigationRootLevel > div.plus-button {
    display: none;
  }

  .responsive-navigation-menu.open > li:nth-child(2) > div.sublist-wrapper {
    left: 0;
    top: 50px;
    box-shadow: 1px 7px 5px rgba(0 0 0 / 50%);
  }

    .responsive-navigation-menu.open > li:nth-child(2) > div.sublist-wrapper > ul.sublist > li:first-child {
      display: none;
    }

    .responsive-navigation-menu.open > li:nth-child(2) > div.sublist-wrapper > ul.sublist > li:nth-child(2) a {
      display: inline-block;
      width: 95%;
      padding-left: 0;
      color: #333;
    }

  .new-products:before {
    display: inline-block;
    content: "\f005";
    color: #ee662c;
    font: normal normal normal 8px FontAwesome;
    text-rendering: auto;
    width: 10%;
    text-align: center;
    line-height: 49px;
    position: absolute;
    left: 0;
  }

  .responsive-navigation-menu > li:nth-child(2) > div.sublist-wrapper {
    left: -105%
  }

  .product-filters-wrapper.open {
    left: 0 !important;
    top: 54px !important;
  }

  .responsive-navigation-menu.open, .responsive-navigation-menu .sublist-wrapper.open, .product-filters-wrapper.open {
    left: 0;
    box-shadow: 1px 0 5px rgba(0, 0, 0, .5);
  }

  .header .responsive-navigation-menu .sublist-wrapper {
    width: 100%;
    z-index: 520;
    /*height: 100%; useful only with mobile topics*/
    /*padding-bottom: 100px; useful only with mobile topics*/
  }

    .header .responsive-navigation-menu .sublist-wrapper .sublist-wrapper {
      width: 98%;
      z-index: 530;
      /*height: 100%; useful only with mobile topics*/
      /*padding-bottom: 50px; useful only with mobile topics*/
    }

      .header .responsive-navigation-menu .sublist-wrapper .sublist-wrapper .sublist-wrapper {
        width: 96%;
        z-index: 540;
        /*height: 100%; useful only with mobile topics*/
        /*padding-bottom: 50px; useful only with mobile topics*/
      }

        .header .responsive-navigation-menu .sublist-wrapper .sublist-wrapper .sublist-wrapper .sublist-wrapper {
          width: 94%;
          z-index: 550;
          /*height: 100%;
          /*padding-bottom: 50px; useful only with mobile topics*/
        }

  .header .responsive-navigation-menu li {
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
    padding-left: 10%;
  }

    .header .responsive-navigation-menu li:first-child, .header .responsive-navigation-menu li:last-child {
      border-bottom: 0 none;
    }

    .header .responsive-navigation-menu li:after {
      display: block;
      clear: both;
      content: "";
    }
    .header .responsive-navigation-menu li a .menu-image {
      display: inline-block;
      margin-right: 10px;
    }
    .header .responsive-navigation-menu li a img {
      width: 50px;
      display: inline-block;
      vertical-align: middle;
    }

  .header .responsive-navigation-menu > li:nth-child(3) > a {
    text-align: center;
    color: #ababab;
    padding: 15px 20px 14px 15px;
  }
  .header .responsive-navigation-menu .NavigationRootLevel > a > .menu-image,
  .header .responsive-navigation-menu .main-title .menu-image {
    display: none;
  }
  .header .responsive-navigation-menu .main-title, .product-filters-wrapper .main-title {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    padding: 15px 20px 15px 0;
    line-height: 19px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    z-index: 0;
    font-weight: 900;
    background-color: #f5f5f5;
    border-bottom: 1px solid #fafafa;
  }

  .header .responsive-navigation-menu .close-button, .product-filters-wrapper .close-button {
    display: block;
    width: 10%;
    height: 50px;
    font-size: 0;
    text-align: center;
    background-color: white;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 1px solid #f5f5f5;
  }

  .header .responsive-navigation-menu .sublist .close-button {
    background-color: #f5f5f5;
  }

  .header .responsive-navigation-menu .close-button:before, .product-filters-wrapper .close-button:before {
    display: inline-block;
    content: "\f053";
    color: #999;
    font: normal normal normal 17px/50px FontAwesome;
    text-rendering: auto;
  }

  .header .responsive-navigation-menu .close-button:after, .product-filters-wrapper .close-button:after {
    display: block;
    clear: both;
    content: "";
  }

  .header .responsive-navigation-menu li a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px 20px 5px 0;
    line-height: 20px;
    color: #7e7d7d;
    font-size: 15px;
    font-weight: 600;
    z-index: 0;
  }

    .header .responsive-navigation-menu li a .fa-chevron-circle-right {
      display: none;
    }

  .header .responsive-navigation-menu li .has-subcategories {
    float: left;
    width: 80%;
  }

  .header .responsive-navigation-menu .plus-button {
    position: relative;
    float: right;
    width: 20%;
    height: 47px;
    font-size: 0;
    cursor: pointer;
    z-index: 1;
  }

    .header .responsive-navigation-menu .plus-button:before {
      display: inline-block;
      width: 100%;
      height: 100%;
      content: "\f105";
      color: #ee662c;
      font: normal normal normal 20px / 47px FontAwesome;
      text-align: center;
      text-rendering: auto;
    }
  .header .responsive-navigation-menu .mobile-topics {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    display: flex;
    background-color: #f5f5f5;
    width: 100%;
    overflow-x: scroll;
    padding: 10px 10px 10px 10%;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, .1);
    display:none;/*hidden on request of L*/
  }
    .header .responsive-navigation-menu .mobile-topics a {
      white-space: nowrap;
    }

  .header .product-filters-wrapper .filter-tags {
    margin-bottom: 0;
    padding: 15px;
  }

  .header .product-filters-wrapper .product-filters {
    display: block;
    background-color: #fff;
  }

  .block-category-navigation {
    display: none;
  }

  .block-account-navigation {
    float: none;
    margin: auto !important;
  }

  #page-progress-wrapper.move-down {
    -moz-transform: translateY(53px);
    -ms-transform: translateY(53px);
    -o-transform: translateY(53px);
    -webkit-transform: translateY(53px);
    transform: translateY(53px);
  }

  .breadcrumb li:nth-last-child(2), .breadcrumb li:nth-last-child(3), .breadcrumb li:first-child {
    display: inline-block;
  }

  .master-column-wrapper:has(.category-page) .breadcrumb li:nth-last-child(2),
  .master-column-wrapper:has(.category-page) .breadcrumb li:nth-last-child(3),
  .master-column-wrapper:has(.category-page) .breadcrumb li:first-child {
    display: inline-block;
  }

  .breadcrumb li {
    display: none;
  }
  /*** POPUP DIALOG ***/
  .popup {
    max-width: 98%;
  }
    /*** Locker Finder GLS ***/
    .popup #right-canvas {
      width: 100%;
      height: 50%;
    }

    .popup #left-canvas {
      width: 100%;
      height: 50%;
    }

    .popup #searchinput {
      width: 100%;
    }

  .productAddedToCartWindow .item-box .picture a:before {
    padding-top: 60%;
  }

  .footer-block.shops .title a {
    display: block
  }

  .notVisibleOnMobile {
    display: none;
  }

  .visibleOnMobile {
    display: initial;
  }

  .compareProductsToolbox {
    width: fit-content;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 115px;
    border: solid;
    border-width: thin;
    border-radius: 4px;
    border-color: #d0d0d0;
    z-index: 1000;
    overflow: hidden;
    -ms-overflow-style: none;
  }
  /********* BLOG  **********/

  .blog-page .blog-posts .post {
    width: 100%;
    margin: 0 0 5px;
    padding: 10px 0;
  }

  .blog-page .post .post-title {
    font-size: 20px;
    line-height: 25px;
    margin: 10px 0 0 0;
  }

  .blogpost-page .post-navigation {
    width: 100%;
  }

    .blogpost-page .post-navigation .prev,
    .blogpost-page .post-navigation .next {
      display: flex;
      width: 48%;
      font-size: 12px;
      line-height: 13px;
      background-color: #eee;
      white-space: normal;
      height: 40px;
    }

      .blogpost-page .post-navigation .prev:before,
      .blogpost-page .post-navigation .next:before {
        height: 40px;
        width: 25px;
      }

      .blogpost-page .post-navigation .prev span {
        padding-left: 30px;
      }

      .blogpost-page .post-navigation .next span {
        padding-right: 30px;
      }

  .side-2 .block .listbox {
    padding: 10px;
  }
  /*** REVIEWS ***/

  .product-reviews-page .reviews-header {
    display: block;
  }

  .review-item-right,
  .review-item-left {
    width: 100%;
    text-align: left;
  }

  .product-review-item {
    margin: 0 0 20px;
  }

  .product-reviews-page .reviews-header .barChart {
    padding: 10px;
    border: none;
  }

  .product-reviews-page .reviews-header .barchart-actions {
    width: 100%;
    padding: 10px;
    padding-bottom: 50px;
  }

  .product-reviews-page .reviews-header .barchart-review-average {
    align-items: center;
    padding-bottom: 10px;
  }

  .product-reviews-page .barchart-wrapper {
    width: 100%;
  }

  .product-review-item .review-content {
    padding: 0 0 10px 0;
  }

  .product-review-item .review-item-head {
    padding: 10px 0 10px 0;
  }
  /*
  .review-item-left .user {
      display:inline-block;
  }
  .review-item-left .date {
    display: inline-block;
    float: right;
  }
   */

}


@media all and (max-width:480px) {
  .responsive-menu .search span {
    width: 40px;
  }

  .responsive-menu .my-account span {
    width: 40px;
  }

  .responsive-menu .wishlist {
    width: 40px;
  }

    .responsive-menu .wishlist .fa {
      width: 40px;
    }

  .responsive-menu .shopping-cart {
    width: 50px;
  }

    .responsive-menu .shopping-cart .fa {
      width: 40px;
    }

  .responsive-menu .wishlist.with-products .wishlist-icon-qty {
    right: 6px;
  }

  .header .responsive-navigation-menu .NavigationRootLevel > a {
    font-size: 17px;
    font-weight: 800;
    padding: 15px 20px 14px 0;
    color: #333;
  }

  .mobile-flags {
    margin-top: 14px;
  }

    .mobile-flags img {
      width: 27px;
      height: 20px;
    }

  .responsive-menu .logo {
    width: 100px;
    background-size: 100px;
  }

  .cart-collaterals .deals > div {
    width: 100%;
  }

  .cart-collaterals .giftcard-box {
    padding: 0;
  }

  .cart-collaterals .discount-box {
    padding: 0;
  }

  .product_variants .variant_box {
    width: 20%;
  }
  .checkout-page .payment-methods .payment-method-item img {
    display: block;
    padding-left: 28px;
    float: none;
    max-width: 100%;
    height: auto;
    max-height: 30px;
  }
  .checkout-page .payment-methods .payment-method-item .payment-info-item img {
      float:right;
      margin-left:0;
  }
  .pager {
    margin: 15px 2px 15px;
  }
}


@media all and (max-width:380px) {
  .responsive-search-products-dashboard .filters {
    margin-right: 20px
  }

  .product_variants .variant_box {
    width: 25%;
  }
  .blog-page .pager, .blog-search-results-page .pager {
    margin: 15px -5px 15px;
  }
  .pager .previous-page a, .pager .next-page a {
    min-width: 40px;
  }
}


@media all and (min-width: 481px) {


  /*** GLOBAL ***/


  .master-wrapper-content {
    width: 100%;
  }

  .master-column-wrapper {
    position: relative;
  }

  .category-page .page-title,
  .vendor-page .page-title {
    margin: 0 0.6%;
  }

  /*** GLOBAL TABLES ***/


  .cart tr {
    margin: 0 0 15px;
  }

    .cart tr:nth-child(2n+1) {
      clear: both;
    }

  .cart td {
    padding: 3px 5px;
  }

  .order-list-page .order-list-table tr {
    width: 48%;
    margin: 0 1% 15px;
  }

    .order-list-page .order-list-table tr:nth-child(2n+1) {
      clear: both;
    }

  .cart-collaterals .deals > div {
    width: 100%;
  }

  .cart-collaterals .giftcard-box {
    padding: 0;
  }

  .cart-collaterals .discount-box {
    padding: 0;
  }

  /*** HEADER ***/

  .store-search-box {
    width: 360px;
    margin: 0 auto;
  }

    .store-search-box .search-box-text {
      width: 320px;
    }



  /*** FOOTER ***/


  .footer-block {
    width: 85%;
  }

  .newsletter-email input[type="text"] {
    width: 240px;
  }


  /*** REGISTRATION ***/


  .registration-page .fieldset {
    max-width: 400px;
    margin: 0 auto;
  }


  /*** ACCOUNT ***/


  .address-form .vat-number-button .get-company-info {
    margin-top: 27px;
    padding: 9px 12px;
  }

  .address-form .last-name,
  .address-form .first-name,
  .address-form .vat-number,
  .address-form .vat-number-button,
  .address-form .company,
  .address-form .registration-number,
  .address-form .email,
  .address-form .phone-number,
  .address-form .country,
  .address-form .state-province {
    float: left;
    width: 49%;
  }

  .address-form .last-name,
  .address-form .vat-number,
  .address-form .company,
  .address-form .email,
  .address-form .country,
  .address-form .city {
    margin-right: 2%;
  }

  .address-form .city {
    float: left;
    width: 70%;
  }

  .address-form .zip-postal-code {
    float: left;
    width: 28%;
  }

  .address-form,
  .address-form .company,
  .address-form .email,
  .address-form .city,
  .address-form .address1 {
    clear: both;
  }


  /*** CATEGORY ***/

  .product-filter {
    display: table-cell;
    vertical-align: top;
    text-align: left;
  }

    .product-filter.price-range-filter {
      width: 200px;
    }

    .product-filter .product-spec-group {
      float: left;
      margin: 0 25px 10px 0;
    }

      .product-filter .product-spec-group.product-spec-color {
        max-width: 190px;
      }

    .product-filter .group li.item {
      display: block;
      margin: 0;
    }

    .product-filter .group li.color-item {
      display: inline-block;
    }

  .item-box .product-rating-box {
    margin: 0;
  }

  .product-grid,
  .product-list {
    padding: 0;
  }

    .product-grid .item-box,
    .product-list .item-box {
      width: 33.33%;
    }

      .product-grid .item-box:after,
      .product-list .item-box:after,
      .product-grid .item-box:nth-child(2n+2):after,
      .product-list .item-box:nth-child(2n+2):after {
        left: 7.5%;
      }

      .product-grid .item-box:nth-child(2n+1),
      .product-list .item-box:nth-child(2n+1) {
        clear: none;
      }

      .product-grid .item-box:nth-child(3n+1),
      .product-list .item-box:nth-child(3n+1) {
        clear: both;
      }

      .product-grid .item-box:nth-child(2n+1) .product-item,
      .product-list .item-box:nth-child(2n+1) .product-item {
        padding: 5%;
      }

      .product-grid .item-box:nth-child(2n) .product-item,
      .product-list .item-box:nth-child(2n) .product-item {
        padding: 5%;
        border: none;
      }

      .product-grid .item-box:nth-child(3n) .product-item,
      .product-list .item-box:nth-child(3n) .product-item {
        border: none;
      }

  .category-grid .item-box {
    width: 23%;
    margin: 0 1% 2%;
  }

    .category-grid .item-box:nth-child(3n+1) {
      clear: none;
    }

    .category-grid .item-box:nth-child(4n+1) {
      clear: both;
    }



  /*** PRODUCT PAGE ***/


  .product-details-page .phone-number {
    font-size: 13px;
  }

  .product-essential .sell-info {
    justify-content: space-between;
  }

    .product-essential .sell-info .product-discount {
      flex: 0 1 auto;
    }

  .product-essential .overview-info {
    display: block;
    max-width: 300px;
  }

    .product-essential .overview-info .details {
      text-align: left;
    }


  /*** SHOPPING CART ***/


  .cart-footer .cart-collaterals {
    float: left;
    width: 100%;
  }

  .cart-footer .totals {
    float: right;
  }


  /*** WISHLIST ***/


  .wishlist-content .button-2 {
    min-width: 140px;
  }


  /*** ORDER DETAILS ***/


  .order-details-page .page-title .buttons a {
    font-size: 14px;
  }



  .order-details-page .data-table tr:nth-child(2n+1) {
    clear: both;
  }


  /*** TOPICS ***/


  .enter-password-form input[type="password"] {
    width: 260px;
  }


  /*** POPUP DIALOG ***/

  .popup {
    max-width: 450px;
  }
}


@media all and (min-width: 769px) {

  /**** GLOBAL ***/


  .master-wrapper-content {
    width: 100%;
  }

  .page-body {
    padding: 0 15px;
  }

  .popup .page-body {
    padding: 20px;
  }

  .home-page-polls li {
    min-width: 100px;
  }

  .page {
    text-align: left;
  }

  .fieldset .title,
  .section .title {
    text-align: left;
  }

    .fieldset .title strong,
    .section .title strong {
      padding-left: 0;
    }

  .inputs {
  text-align: left;
  }

    .inputs label {
      display: inline-block;
      width: 170px;
      margin: 0 15px 0 0;
      text-align: left;
    }

    .inputs .hint {
      margin-left: 185px;
    }

    .inputs input[type="text"],
    .inputs input[type="email"],
    .inputs input[type="tel"],
    .inputs input[type="password"],
    .inputs select {
      min-height: 40px;
    }

    .inputs .option-list li {
      margin: 0 10px 0 0;
    }

  .product-details-page .page-body {
    padding: 10px;
  }

  .product-details-page {
    background-color: initial;
  }

  /**** GLOBAL TABLES ***/


  .cart tr {
    margin: 0 0 15px;
  }

    .cart tr:nth-child(2n+1) {
      clear: none;
    }

    .cart tr:nth-child(3n+1) {
      clear: both;
    }


  .order-details-page .data-table tr:nth-child(2n+1) {
    clear: none;
  }

  .order-details-page .data-table tr:nth-child(3n+1) {
    clear: both;
  }

  .order-list-page .order-list-table tr {
    width: 31.33333%;
    margin: 0 1% 15px;
  }

    .order-list-page .order-list-table tr:nth-child(2n+1) {
      clear: none;
    }

    .order-list-page .order-list-table tr:nth-child(3n+1) {
      clear: both;
    }

  .cart-collaterals .deals > div {
    width: 50%;
  }

  .cart-collaterals .giftcard-box {
    padding: 0;
  }

  .cart-collaterals .discount-box {
    padding: 0;
  }

  /*** FOOTER ***/



  .footer-block {
    display: inline-block;
    width: 25.33333%;
    margin: 0 4%;
    vertical-align: top;
  }

    .footer-block.shops {
      display: block;
      clear: both;
    }

      .footer-block.shops .title .fa {
        display: initial;
        float: none;
        padding-left: 3px;
        font-size: 20px;
      }

    .footer-block .title {
      cursor: auto;
      margin: 0 0 15px;
      padding: 0;
      color: #444;
      background-color: transparent;
    }

      .footer-block .title .fa {
        display: none;
      }

    .footer-block .list {
      display: block !important; /* prevents toggle display:none on resize */
      background: none;
      padding: 0;
    }

      .footer-block .list li {
        padding: 5px 0 5px 2px;
      }

      .footer-block .list a {
        display: inline;
        padding: 0;
      }

  .follow-us {
    width: 98%;
    margin: 25px auto 0;
  }


  /*** CATEGORY ***/


  .category-page h1 {
    float: left;
  }

  .category-page .breadcrumb {
    display: block;
    float: right;
    margin-bottom: 0;
    padding: 3px 5px 0;
    background-color: transparent;
  }

  .product-selectors {
    text-align: left;
  }

    .product-selectors span {
      margin-left: 3px;
      font-size: 15px;
      line-height: 26px;
    }

    .product-selectors .product-sorting .fa {
      display: none;
    }

    .product-selectors select {
      margin: 0 8px;
    }

    .product-selectors .product-viewmode {
      display: block;
      float: right;
      height: 26px;
    }

      .product-selectors .product-viewmode a {
        display: inline-block;
        margin-left: 12px;
        padding-top: 3px;
        color: #333;
        vertical-align: middle;
        opacity: 0.5;
      }

      .product-selectors .product-viewmode .selected {
        opacity: 1;
      }

      .product-selectors .product-viewmode a .fa {
        font-size: 24px;
        line-height: 24px;
      }

  .product-grid .item-box {
    width: 25%;
  }

    .product-grid .item-box .product-title {
      height: 40px;
      line-height: 20px;
    }

    .product-grid .item-box:nth-child(3n+1),
    .product-list .item-box:nth-child(3n+1) {
      clear: none;
    }

    .product-grid .item-box:nth-child(4n+1) {
      clear: both;
    }

    .product-grid .item-box:nth-child(3n) .product-item {
      border: none;
    }

    .product-grid .item-box:nth-child(4n) .product-item {
      border: 0 none;
    }

  .product-list .item-box {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
  }

    .product-list .item-box:nth-child(n):after {
      display: none;
    }

    .product-list .item-box:nth-child(n) .product-item {
      padding: 0;
      border-right: 0 none;
    }

      .product-list .item-box:nth-child(n) .product-item:after {
        display: none;
      }

    .product-list .item-box .picture {
      float: left;
      width: 15%;
      margin-bottom: 0;
    }

    .product-list .item-box:hover .picture a img {
      opacity: 1;
    }

    .product-list .item-box .picture:hover a img {
      opacity: 1;
    }

    .product-list .item-box .details {
      width: 83%;
      margin: 0 0 0 17%;
    }

      .product-list .item-box .details:after {
        content: "";
        display: block;
        clear: both;
      }

    .product-list .item-box .product-title-and-specifications {
      float: left;
      width: 80%;
    }

    .product-list .item-box .product-title {
      height: auto;
      padding: 10px 0 5px;
      font-size: 18px;
    }

    .product-list .item-box .description {
      display: block;
      margin: 0 0 10px;
      line-height: 22px;
    }

    .product-list .item-box .product-specifications {
      display: block;
    }

      .product-list .item-box .product-specifications .group {
        float: left;
        margin-right: 15px;
      }

        .product-list .item-box .product-specifications .group li {
          display: block;
          margin-bottom: 3px;
          font-size: 13px;
        }

    .product-list .item-box .product-info {
      float: right;
      width: 20%;
      text-align: right;
    }

      .product-list .item-box .product-info:after {
        content: "";
        display: block;
        clear: right;
      }

    .product-list .item-box .sku {
      padding-top: 5px;
    }

    .product-list .item-box .add-info {
      display: block;
      width: auto;
    }

      .product-list .item-box .add-info .stock-and-prices {
        display: block;
        width: auto;
      }

        .product-list .item-box .add-info .stock-and-prices .prices {
          display: block;
          height: auto;
          margin: 0;
        }

      .product-list .item-box .add-info .buttons {
        display: inline-block;
        width: auto;
        margin-top: 10px;
        overflow: visible;
      }

    .product-list .item-box .product-box-add-to-cart-button {
      width: auto;
      padding: 5px;
      color: #fff;
      font-size: 13px;
      line-height: 18px;
      background-color: #ee662c;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }

      .product-list .item-box .product-box-add-to-cart-button:hover {
        height: auto;
        background-color: #ff7a41;
        box-shadow: 1px 1px 2px #999;
      }

      .product-list .item-box .product-box-add-to-cart-button .fa {
        color: #fff;
        font-size: 18px;
        line-height: 18px;
      }

    .product-list .item-box .add-to-compare-list-button,
    .product-list .item-box .add-to-wishlist-button {
      width: 42px;
    }

  .category-grid .item-box {
    width: 18%;
    margin: 0 1% 2%;
  }
    .category-grid .item-box:nth-child(4n+1) {
      clear: none;
    }
    .category-grid .item-box:nth-child(5n+1) {
      clear: both;
    }


  /*** PRODUCT PAGE ***/


  .gallery {
    width: 550px;
    margin: 0 auto;
  }

  .variant-picture {
    float: left;
  }

    .variant-picture + .variant-overview {
      width: auto;
      margin: 0 0 0 240px;
    }

  .variant-overview {
    text-align: left;
  }

  .product-details-page .breadcrumb {
    display: block;
    float: left;
    margin: 0 0 5px;
    padding: 0 15px;
  }

  .product-details-page .phone-number {
    float: right;
    margin-top: 0;
    line-height: 22px;
    background-color: initial;
    padding: 0;
  }

  .product-details-page .page-body {
    clear: both;
  }

  .product-essential .product-name h1 {
    padding: 0;
    font-size: 30px;
    margin-bottom: 30px;
  }

  .product-essential .product-name .sku {
    padding: 5px 0 15px;
  }

  .product-essential .additional-details li {
    font-size: 13px;
  }

  .product-essential .overview {
    width: 100%;
    padding: 0;
  }

  .product-essential .sell-info .prices {
    width: auto;
    margin: 0 0 25px 0;
  }

  .product-essential .sell-info .add-to-cart,
  .product-essential .sell-info .buttons {
    margin: 0;
  }

  .product-essential .sell-info {
    width: 48%;
    align-content: flex-start;
  }

  .product-essential .overview .overview-left-col {
    width: 49%;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }

  .product-collateral {
    margin: 0 0 25px;
    padding: 0;
  }

    .product-collateral:after {
      content: "";
      display: block;
      clear: both;
    }

    .product-collateral .full-description {
      float: left;
      width: 63%;
      margin: 0;
    }

    .product-collateral .product-specs-box,
    .product-collateral .product-collection-box {
      clear: right;
      float: right;
      width: 35%;
      margin: 0 0 15px 0;
    }


  /*** PRODUCT REVIEWS ***/


  .product-review-item .review-title {
    float: left;
    max-width: 600px;
  }

  .product-review-item .product-review-box {
    float: left;
  }


  /*** TOPICS ***/


  .not-found-page {
    min-height: 350px;
    padding-left: 325px;
    text-align: left;
    background: url('../images/not-found.png') no-repeat 25px center;
  }

    .not-found-page .page-title {
      padding-top: 65px;
    }

    .not-found-page p {
      text-align: left;
    }


  /*** REGISTRATION, LOGIN, ACCOUNT ***/


  .registration-page .fieldset {
    width: 700px;
    max-width: inherit;
  }

  .registration-page .form-fields input[type="text"],
  .registration-page .form-fields input[type="password"],
  .registration-page .form-fields textarea,
  .registration-page .form-fields select {
    width: 800px;
  }

  .registration-page .form-fields .date-of-birth select {
    width: 32%;
  }

  .registration-page .form-fields .email label,
  .registration-page .form-fields .password label {
    display: inline-block;
    width: 150px;
    margin: 0 15px 0 0;
    text-align: right;
  }

  .registration-page .form-fields .email input,
  .registration-page .form-fields .password input {
    width: 55%;
  }

  .registration-page .form-fields .last-name,
  .registration-page .form-fields .first-name,
  .registration-page .form-fields .date-of-birth,
  .registration-page .form-fields .gender,
  .registration-page .form-fields .country,
  .registration-page .form-fields .state-province,
  .registration-page .form-fields .city,
  .registration-page .form-fields .phone {
    float: left;
    width: 49%;
  }

  .registration-page .form-fields .last-name,
  .registration-page .form-fields .date-of-birth,
  .registration-page .form-fields .country,
  .registration-page .form-fields .city,
  .registration-page .form-fields .address {
    margin-right: 2%;
  }

  .registration-page .form-fields .address {
    float: left;
    width: 70%;
  }

  .registration-page .form-fields .zip-postal-code {
    float: left;
    width: 28%;
  }

  .registration-page .fieldset,
  .registration-page .form-fields .last-name,
  .registration-page .form-fields .date-of-birth,
  .registration-page .form-fields .country,
  .registration-page .form-fields .city,
  .registration-page .form-fields .address {
    clear: both;
  }

  .registration-page .form-fields:after {
    content: "";
    display: block;
    clear: both;
  }

  .login-page .returning-wrapper .inputs label {
    width: 110px;
    text-align: right;
  }

  .login-page .returning-wrapper .inputs.reversed label:after {
    content: "";
  }

  .return-request-list-page .section {
    display: inline-block;
    width: 45%;
    margin: 0 1% 30px;
    vertical-align: top;
  }

  .recurring-payments {
    width: 100%;
    margin: 20px 0;
  }

  .address-list-page .address-item .button-3,
  .company-list-page .address-item .button-3 {
    margin-left: 10px;
    font-size: 15px;
  }

  .address-form {
    padding: 25px 25px 10px;
  }

    .address-form .vat-number-button .get-company-info {
      margin-top: 28px;
      padding: 10px 14px;
    }

  /*** WISHLIST ***/


  .wishlist-page .page-title {
    border-bottom: 1px solid #ddd;
  }

    .wishlist-page .page-title:after {
      content: "";
      display: block;
      clear: both;
    }

    .wishlist-page .page-title h1 {
      float: left;
      border-bottom: 0 none;
    }

    .wishlist-page .page-title .buttons {
      float: right;
      margin: 10px 0 0 10px;
    }


  /*** SHOPPING CART ***/


  .shopping-cart-page .page-title .buttons a {
    font-size: 14px;
  }

  .shopping-cart-page .page-title .buttons .clear-cart .fa {
    vertical-align: bottom;
  }

  .order-progress {
    padding: 20px;
  }

    .order-progress li {
      margin: 0 10px;
    }

    .order-progress a {
      min-width: 80px;
    }

  .cart-options .common-buttons {
    text-align: right;
  }

  .cart-options .checkout-attributes,
  .cart-options .selected-checkout-attributes {
    padding: 0 10px;
  }

  .cart-footer .terms-of-service {
    text-align: left;
  }

  .cart-footer .checkout-buttons,
  .cart-footer .addon-buttons {
    text-align: right;
  }

  .cart-footer .cart-collaterals div,
  .cart-footer .cart-collaterals label {
    text-align: left;
  }

  .cart-footer .estimate-shipping label {
    display: block;
    margin: 0 0 10px;
  }

  .cart-footer .estimate-shipping .buttons {
    text-align: right;
  }

  .cart-footer .totals {
    margin-right: 0;
  }


  /*** CHECKOUT ***/


  .checkout-page {
    text-align: left;
  }

    .checkout-page .checkout-data {
      display: flex;
      flex-flow: column; /*okwokw*/
    }

  #osc-billing,
  #osc-shipping {
    display: flex;
    flex-flow: column nowrap;
  }

  #checkout-step-billing,
  #checkout-step-shipping {
    display: block;
    height: 100%;
  }

  .checkout-page .vat-number-button .get-company-info {
    margin-top: 0;
  }

  .checkout-page .address-form .last-name,
  .checkout-page .address-form .first-name,
  .checkout-page .address-form .vat-number,
  .checkout-page .address-form .vat-number-button,
  .checkout-page .address-form .company,
  .checkout-page .address-form .registration-number,
  .checkout-page .address-form .email,
  .checkout-page .address-form .phone-number,
  .checkout-page .address-form .country,
  .checkout-page .address-form .state-province {
    float: none;
    width: 100%;
  }

  .checkout-page .address-form .last-name,
  .checkout-page .address-form .vat-number,
  .checkout-page .address-form .company,
  .checkout-page .address-form .email,
  .checkout-page .address-form .country,
  .checkout-page .address-form .city {
    margin-right: 0;
  }

  .checkout-page .address-form .city {
    float: left;
    width: 70%;
    margin-right: 2%;
  }

  .checkout-page .address-form .zip-postal-code {
    float: left;
    width: 28%;
  }

  .checkout-page .selected-checkout-attributes {
    float: right;
    text-align: right;
  }

  .shipping-method .method-name {
    background-color: #f6f6f6;
    padding: 10px;
  }

  #notes-step {
    height: initial;
  }

    #notes-step textarea {
      height: 50%;
    }

  #osc-confirm_order {
    width: 100%;
  }

  .order-review-data,
  .order-details-area,
  .shipment-details-area {
    overflow: hidden;
  }

    .order-review-data ul,
    .shipment-details-area ul,
    .order-details-area .billing-info-wrap,
    .order-details-area .shipping-info-wrap {
      float: left;
      width: 49%;
      margin: 0 1% 25px;
    }

    .order-details-area .billing-info-wrap {
      margin: 0 1% 25px 0;
    }

    .order-details-area .shipping-info-wrap {
      margin: 0 0 25px 1%;
    }


  /*** ORDER DETAILS & SHIPPING DETAILS ***/


  .order-details-page .page-title:after {
    content: "";
    display: block;
    clear: both;
  }

  .order-details-page .page-title h1 {
    float: left;
  }

  .order-details-page .page-title .buttons {
    float: right;
    margin: 10px 0 0 10px;
  }

  .order-details-page .section.options {
    text-align: right;
  }

  .order-details-page .selected-checkout-attributes {
    padding: 0 10px;
  }

  .order-details-page .tax-shipping-info {
    text-align: right;
  }

  .order-details-page .totals {
    overflow: hidden;
  }

  .order-details-page .total-info {
    float: right;
    margin: 0 0 0 10px;
  }

  .shipment-details-page .tracking-number .tracking-url {
    color: #ee662c;
  }


  /*** BLOG & NEWS ***/


  .blog-page .post-title,
  .news-list-page .news-title {
    float: left;
    padding: 0;
  }

  .blog-page .post-date,
  .blogpost-page .post-date,
  .news-list-page .news-date,
  .news-item-page .news-date {
    float: left;
    padding-top: 10px;
  }

  .news-item-page .news-date {
    margin-top: -40px;
    padding-top: 0;
  }

  .blog-posts .tags {
    float: right;
    width: 80%;
    text-align: right;
  }

  .blog-posts .buttons {
    text-align: left;
  }

  .new-comment {
    text-align: center;
  }

    .new-comment .buttons {
      text-align: center;
    }

  .comment-list .comment {
    display: table;
    width: 100%;
    margin: 0;
  }

    .comment-list .comment:last-child {
      border-bottom: 1px solid #ddd;
    }

  .comment-info {
    display: table-cell;
    width: 15%;
    vertical-align: top;
  }

    .comment-info .username {
      min-height: 40px;
      margin: 0;
      border: none;
      text-align: center;
    }

    .comment-info .avatar {
      border: none;
    }

      .comment-info .avatar img {
        max-width: 80%;
        max-height: 80%;
      }

  .comment-content {
    display: table-cell;
    width: 85%;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
  }

  .comment-time {
    min-height: 40px;
    margin: 0;
    background-color: #f6f6f6;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: normal;
  }

  .comment-title {
    margin: 0 0 -20px;
    padding: 20px;
  }

  .comment-body {
    padding: 20px;
  }


  /*** POPUP DIALOG ***/

  .popup {
    max-width: 700px;
  }

  .productAddedToCartWindowImage img {
    max-width: 100%;
  }

  .productAddedToCartWindow .productAddedToCartWindowImage {
    max-width: 110px;
  }
}


@media all and (min-width: 1001px) {


  /*** GLOBAL STYLES ***/


  .master-wrapper-content {
    width: 98%;
    margin: auto;
  }

  .center-2 {
    float: right;
    width: 79%;
  }

  .side-2 {
    float: left;
    width: 20%;
    padding-top: 8px;
  }

  .center-1 .buttons {
    text-align: center;
  }

  .center-2 .inputs label {
    width: 170px;
  }

  .center-2 .inputs .hint {
    margin-left: 185px;
  }

  .off-canvas-overlay {
    background-color: rgba(255,255,255,.75);
  }

  .page-title a + h1 {
    float: left;
  }

  .link-rss {
    display: none;
    float: right;
    margin-top: 5px;
  }


  .product-details-page .page-body,
  .password-recovery-page,
  .topic-page,
  .account-page,
  .contact-page,
  .wishlist-page,
  #refundPanel,
  #customerRefundsPanel,
  .shop-page,
  .all-shops-page,
  .account-activation-page,
  .registration-result-page,
  .password-recovery-page {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
  }

  .product-reviews-page .page-body {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .product-reviews-page .reviews-header {
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .home-page {
    background-color: white;
    padding: 10px;
    border-radius: 0 0 10px 10px;
  }

  /*** GLOBAL TABLES ***/


  .cart tr {
    width: auto;
    margin: 0;
  }


  .checkout-data .order-confirmation .table-wrapper .cart tr:last-child {
    border: none;
  }

  .checkout-page .order-confirmation .cart td {
    padding: 15px;
    padding-right: 5px;
  }

  .checkout-page .order-confirmation .cart .cart-header .sub-total {
    padding-right: 5px;
  }

  .cart td.availability {
    padding-top: 5px;
  }

  .cart label {
    display: none;
  }
  .sold-by label {
    display: inline-block;
  }

  .sold-by label {
    display: inline-block;
  }

  .sold-by:has(span:empty) label {
    display: none;
  }

  .cart .cart-header .remove-from-cart {
    display: table-cell;
    padding-left: 20px;
  }

  .cart .cart-header .product-picture {
    font-size: 0;
  }

  .cart .cart-header .sub-total {
    padding-right: 20px;
    text-align: right;
  }

  .cart .remove-from-cart {
    display: table-cell;
    padding-left: 12px;
  }

    .cart .remove-from-cart .remove-button {
      font-size: 16px;
    }

  .cart .cart-item .stock,
  .cart .cart-item .product-availability,
  .cart .cart-item .unit-price,
  .cart .cart-item .quantity {
    text-align: center;
  }

  .cart .cart-item .product-availability {
    font-size: 13px;
  }

  .cart .cart-item .quantity {
    width: 130px;
    white-space: nowrap;
  }

    .cart .cart-item .quantity input {
      width: 80%;
      height: 32px;
    }

  .cart .cart-item .sub-total {
    padding-right: 20px;
    font-weight: 600;
    text-align: right;
  }

  .cart .responsive-remove-from-cart {
    display: none;
  }

  .order-details-page .data-table tr {
    width: auto;
    margin: 0;
  }

  .order-details-page .data-table label {
    display: none;
  }

  .order-details-page .data-table .total {
    text-align: right;
  }

  .order-list-page .order-list-table tr {
    width: auto;
    margin: 0;
  }

  .order-list-page .order-list-table label {
    display: none;
  }

  .order-list-page .buttons,
  .order-list .order-total-header,
  .order-list .order-total,
  .order-list .buttons-header {
    text-align: right;
  }

  .order-list .order-status-header,
  .order-list .order-status-column {
    text-align: center;
  }

  .cart-collaterals h2 {
    margin: 15px;
  }

  .cart-collaterals .deals > div {
    width: 100%;
  }

    .cart-collaterals .giftcard-box, .cart-collaterals .deals > div:last-child {
      margin-bottom: 15px;
    }

  .cart-collaterals .discount-box {
  }

  .deals-collapsible-wrapper {
    display: none;
  }

  .cart-footer .cart-collaterals .order-more-for-free-shipping {
    margin: 15px !important;
  }

  .page.login-page .page-body, .page.registration-page .page-body {
    padding: 0;
  }

  .page.shopping-cart-page .page-body {
    /*background-color: white;*/
    /*border-radius: 10px;*/
    padding: 10px;
    margin-bottom: 20px;
  }

  .page.login-page {
    padding: 10px;
    margin-bottom: 20px;
  }

  .shopping-cart-page .cart-left-column-wrapper {
    width: 70%;
    float: left;
  }

    .shopping-cart-page .cart-left-column-wrapper .order-total {
    }

    .shopping-cart-page .cart-left-column-wrapper .order-subtotal,
    .shopping-cart-page .cart-left-column-wrapper .shipment-cost {
    }

    .shopping-cart-page .cart-left-column-wrapper .reward-points,
    .shopping-cart-page .cart-left-column-wrapper .discount-total,
    .shopping-cart-page .cart-left-column-wrapper .discounts-total,
    .shopping-cart-page .cart-left-column-wrapper .shipment-cost,
    .shopping-cart-page .cart-left-column-wrapper .earn-reward-points,
    .shopping-cart-page .cart-left-column-wrapper .order-total {
      display: none;
    }

    .shopping-cart-page .cart-left-column-wrapper .order-subtotal {
      font-weight: 600;
      color: #444;
      font-size: 18px;
    }

      .shopping-cart-page .cart-left-column-wrapper .order-subtotal .cart-total-right {
        font-weight: 800;
        color: #444;
      }

    .shopping-cart-page .cart-left-column-wrapper .total-info {
      margin: 30px 20px 10px 0;
    }

      .shopping-cart-page .cart-left-column-wrapper .total-info .cart-total {
        width: unset;
        float: right;
      }

      .shopping-cart-page .cart-left-column-wrapper .total-info td {
        text-align: right;
      }

  .shopping-cart-page .cart-left-column {
    margin: 10px 10px 10px 0;
    background-color: white;
    min-height: 341px;
  }

  /* different height left col when logged in */
  .master-wrapper-page-extended .shopping-cart-page .cart-left-column {
    min-height: 545px;
  }

  .shopping-cart-page .cart-left-column .cart-header {
    background-color: #e4e4e4;
    color: #444;
    text-transform: uppercase;
    height: 44px;
  }

  .shopping-cart-page .cart-left-column .cart .cart-item:last-child td {
    border-bottom: 1px solid #ddd;
  }

  .shopping-cart-page .cart-left-column .cart .cart-item:first-child td {
    border: none;
  }

  .shopping-cart-page .cart-footer-wrapper {
    width: 30%;
    float: left;
  }

  .shopping-cart-page .cart-footer {
    padding: 0;
    margin: 10px 0 10px 10px;
    border: none;
    display: flex;
    flex-direction: column-reverse;
    background-color: white;
  }

    .shopping-cart-page .cart-footer .totals {
      background-color: white;
      padding: 10px;
    }

  .master-wrapper-page-extended .shopping-cart-page .cart-footer .totals {
    min-height: 545px;
  }

  .shopping-cart-page .cart-footer .cart-collaterals {
  }

  .shopping-cart-page .cart-footer .totals h2 {
    background-color: #e4e4e4;
    margin: -10px -10px 10px -10px;
    padding: 10px;
    text-align: center;
    color: #444;
  }

  .shopping-cart-page .cart-footer .totals .total-info {
    padding: 0 20px;
  }

  .discount-box .help.button-2,
  .giftcard-box .help.button-2,
  .shopping-cart-page .totals .discount-box .help.button-2,
  .shopping-cart-page .totals .giftcard-box .help.button-2 {
    width: 10%;
  }

  .shopping-cart-page .totals
  .discount-box .button-2, .giftcard-box .button-2 {
    width: 90%
  }

  .shopping-cart-page .totals .button-1 {
    width: 100%;
    max-width: 300px;
    padding: 15px;
    margin-top: 20px;
  }

  .master-wrapper-page-extended .shopping-cart-page .totals .total-info .cart-total tbody:has(> :nth-child(5):last-child) .earn-reward-points {
    height: 80px;
  }

  .checkout-page .checkout-summary .billing,
  .checkout-page .checkout-summary .shipping,
  .checkout-page .checkout-summary .payment-method {
    padding: 15px;
    position: relative;
  }

  .checkout-page .checkout-summary .billing {
    margin-left: 0;
  }

  .checkout-page .checkout-summary .payment-method {
    margin-right: 0;
  }

  .checkout-page .checkout-summary table tbody {
    display: flex;
    flex-direction: column;
  }

  .checkout-page .checkout-summary-right .edit-button,
  .checkout-page .order-summary-products .edit-button {
    margin: 0;
  }

  .checkout-page .checkout-summary .checkout-summary-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

    .checkout-page .checkout-summary .checkout-summary-right .info {
      width: 60%;
      display: block;
    }
  /*** HEADER ***/
  .admin-header-links {
    z-index: 510;
  }

  .responsive-menu-wrapper {
    display: none;
  }

  .header {
    margin: auto;
    z-index: 510;
  }

  .header-content {
    width: 98%;
  }

  .header-upper {
    margin: 0;
    background-color: #fff;
    box-shadow: 0 1px 3px 1px rgba(204, 204, 204, 0.65);
    z-index: 1003;
  }

    .header-upper .header-content:after {
      content: "";
      display: block;
      clear: both;
    }

  .area-menu {
    font-size: 0;
  }

    .area-menu li {
      display: inline-block;
      border-right: 1px solid #e2e2e2;
    }

      .area-menu li a {
        display: inline-block;
        padding: 0 2px;
        color: #8c8c8c;
        font-size: 12px;
        font-weight: 400;
        line-height: 36px;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
      }

        .area-menu li a:hover {
          color: #ee662c;
          background-color: #f3f3f3;
        }

    .area-menu .recipes-link a:hover {
      color: #739e14;
    }

    .area-menu .culinary-info-link a:hover {
      color: #007dd4;
    }

    .area-menu li .active {
      color: #fff;
      font-weight: 600;
      background-color: #ee662c;
    }

    .area-menu .recipes-link .active {
      background-color: #739e14;
    }

    .area-menu .culinary-info-link .active {
      background-color: #007dd4;
    }

    .area-menu li a .fa {
      margin-right: 3px;
      margin-left: 3px;
    }

  .header-selectors-wrapper {
    float: left;
    border: none;
    padding: 0;
  }

    .header-selectors-wrapper > div {
      width: auto;
      min-width: 100px;
      margin: 0 12px 0 0;
      line-height: 43px;
    }

    .header-selectors-wrapper select {
      height: 25px;
      padding: 4px;
      font-size: 12px;
    }

  .header-menu-wrapper {
    float: right;
    margin-right: 25px
  }

  .header-menu a {
    padding: 0 6px;
  }

  .header-menu a,
  .header-menu span {
    line-height: 36px;
  }

  .header-menu > ul li {
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
  }

    .header-menu > ul li a {
      -moz-transform: skewX(30deg);
      -ms-transform: skewX(30deg);
      -o-transform: skewX(30deg);
      -webkit-transform: skewX(30deg);
      transform: skewX(30deg);
    }

  .header-menu .text {
    display: inline-block;
  }

  .header-menu .fa-angle-down {
    display: inline-block;
  }

  .header-menu .reward-points {
    background-color: #f3f3f3;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

    .header-menu .reward-points:hover {
      background-color: #ebebeb;
    }

    .header-menu .reward-points .fa {
      margin-right: 5px;
      color: #ee662c;
    }

  .desktop-flags {
    background-color: #f3f3f3;
  }

    .desktop-flags img {
      height: 30px;
      padding: 8px 8px 4px 8px;
      vertical-align: -21%;
    }

    .desktop-flags a {
      display: block;
    }


  #my-account-button {
    position: relative;
    background-color: #4e4e4e;
  }

    #my-account-button > a {
      color: #efefef;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }

    #my-account-button.open > a,
    #my-account-button:hover > a {
      color: #fff;
      text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    }

    #my-account-button .fa-user {
      margin-right: 5px;
    }

    #my-account-button .text {
      display: inline-block;
      max-width: 120px;
      white-space: nowrap;
      vertical-align: bottom;
      overflow: hidden;
    }

  #flyout-cart-button {
    position: relative;
    background-color: #ee662c;
  }

    #flyout-cart-button a {
      color: #efefef;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
    }

    #flyout-cart-button.open a,
    #flyout-cart-button:hover a {
      color: #fff;
      text-shadow: 0 0 1px rgba(255, 255, 255, 0.75);
    }

    #flyout-cart-button .fa-shopping-cart {
      margin-right: 5px;
    }

  #my-account-menu {
    position: absolute;
    top: 100%;
    left: auto;
    right: 145px;
    width: 235px;
    height: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 530;
  }

    #my-account-menu li {
      text-align: left;
    }

      #my-account-menu li a {
        width: 100%;
        padding: 0 16px;
        background-color: #fff;
      }

  .flyout-cart {
    position: absolute;
    top: 36px;
    left: auto;
    right: 12px;
    min-width: 370px;
    max-width: 450px;
    height: auto;
    border: 1px solid #ddd;
    z-index: 540;
  }

  .mini-shopping-cart {
    text-align: left;
    font-size: 12px;
  }

    .mini-shopping-cart:after {
      content: "";
      display: block;
      clear: both;
    }

    .mini-shopping-cart .items {
      max-height: 312px;
      overflow: auto;
    }

    .mini-shopping-cart .item {
      font-size: 13px;
    }

    .mini-shopping-cart .picture {
      width: 50px;
    }

    .mini-shopping-cart .name {
      margin: 0 0 3px;
      font-size: 13px;
    }

    .mini-shopping-cart .totals {
      float: left;
      padding: 8px 10px 0;
      font-size: 14px;
    }

    .mini-shopping-cart .buttons {
      float: right;
      margin: 0 10px 0 0;
    }

  .header-lower {
    display: block !important;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    background: #fff url('../images/header-bg.png') 0 0;
    box-shadow: none;
  }

    .header-lower .header-logo {
      display: block;
      float: left;
      padding: 10px 0 6px 20px;
    }

    .header-lower .search-box {
      float: right;
      position: relative;
      top: 7px;
      left: auto;
      right: 25px;
      width: auto;
      margin: 15px;
    }

      .header-lower .search-box .search-box-text {
        width: 385px;
        border: 1px solid #ddd;
      }

        .header-lower .search-box .search-box-text:focus {
          border-width: 2px;
        }

  .store-search-box .search-box-button:hover {
    background-color: #ee662c;
  }

  .store-search-box .ui-autocomplete img {
    display: inline;
  }

  .header-lower .header-content:after,
  .checkoutNav:after {
    content: "";
    display: block;
    clear: both;
  }

  /*** NAVIGATION ***/

  .page-blocker {
    display: none;
    position: absolute;
    height: 150vh;
    width: 100%;
    top: 40px;
    left: 0;
    background: #000;
    opacity: .75;
    z-index: 0;
  }

  .category-navigation-menu.open .page-blocker {
    display: block;
  }

  .navigation-menu-wrapper .sublist.level-1 {
    width: 320px;
  }

  .navigation-menu-wrapper {
    position: relative;
    margin: 0 auto 15px;
    text-align: center;
    background-color: #ee662c;
    box-shadow: 0 2px 2px 1px rgba(170, 170, 170, 0.65);
    z-index: 505;
  }

    .navigation-menu-wrapper .responsive-navigation-menu {
      display: none !important;
    }

    .navigation-menu-wrapper .navigation-menu {
      display: flex;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      width: 98%;
      margin: 0 auto;
      font-size: 0;
      text-align: left;
    }

      .navigation-menu-wrapper .navigation-menu > li {
        flex-grow: 1;
        text-align: center;
        vertical-align: middle;
      }

        .navigation-menu-wrapper .navigation-menu > li:first-child {
          border-left: none;
        }

        .navigation-menu-wrapper .navigation-menu > li > a {
          cursor: pointer;
          display: block;
          padding: 10px 20px;
          line-height: 20px;
          color: #fff;
          font-size: 15px; /*reset zeroing*/
          font-weight: 400;
          -webkit-transition: background-color 0.25s ease;
          -moz-transition: background-color 0.25s ease;
          -o-transition: background-color 0.25s ease;
          transition: background-color 0.25s ease;
        }

          .navigation-menu-wrapper .navigation-menu > li > a:hover,
          .navigation-menu-wrapper .navigation-menu > li.open > a {
            background-color: #f28e60;
          }

    .navigation-menu-wrapper .sublist {
      display: none;
      position: absolute;
      padding: 5px 0;
      text-align: left;
      background-color: #fff;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    }



      .navigation-menu-wrapper .sublist li {
        /*position: relative;*/
      }

        .navigation-menu-wrapper .sublist li a {
          display: block;
          position: relative;
          padding: 3px 10px;
          font-size: 14px;
          color: #444;
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease;
        }
      .navigation-menu-wrapper .sublist.level-1 li a .menu-image {
        display: inline-block;
        background-color: #f6f6f6;
        margin-right: 5px;
      }
      .navigation-menu-wrapper .sublist.level-1 > li > a .menu-image {
        display: none; /*hidden on request of L*/
      }

      .navigation-menu-wrapper .sublist.level-1 li a {
      line-height:30px;
      }
      .navigation-menu-wrapper .sublist.level-1 li a img {
        width: 40px;
        display: inline-block;
        vertical-align: middle;
        mix-blend-mode: multiply;
        padding: 2px;
       }
      .navigation-menu-wrapper .category-navigation-menu:nth-child(2) .sublist li a {
        padding: 2px 10px;
      }

    .navigation-menu-wrapper .category-navigation-menu:nth-child(2) .sublist.level-2 li a {
      padding: 4px 10px;
    }

    .navigation-menu-wrapper .sublist li > a:hover,
    .navigation-menu-wrapper .sublist li.open > a {
      padding-left: 13px;
      padding-right: 7px;
      background-color: #f6f6f6;
    }


    .navigation-menu-wrapper .store-locator .sublist.level-1 {
      width: auto;
    }

    .navigation-menu-wrapper .sublist.level-1 li a .fa-chevron-circle-right {
      margin-right: 5px;
      color: #ee662c;
      display: none;
    }

    .navigation-menu-wrapper .sublist.level-1 > li > a .fa-angle-right {
      float: right;
      color: #505050;
      line-height: 30px;
      padding-left: 7px;
    }

      .navigation-menu-wrapper .sublist.level-1 > li > a .fa-angle-right:after {
        content: "";
        display: block;
        clear: both;
      }

    .navigation-menu-wrapper .sublist.level-2 {
      top: 0;
      left: 100%;
      max-width: 805px;
      padding-bottom: 5px;
      background-color: #f6f6f6;
      border-right: 5px solid #ee662c;
      box-shadow: 3px 0 3px rgba(0, 0, 0, 0.25);
      overflow: auto;
    }

      .navigation-menu-wrapper .sublist.level-2 .title {
        margin: 0 15px 10px;
        padding: 5px;
        border-bottom: 1px solid #ddd;
      }

        .navigation-menu-wrapper .sublist.level-2 .title a {
          display: inline;
          padding: 0;
          color: #777;
          font-size: 18px;
          font-weight: 600;
          white-space: nowrap;
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease;
        }

          .navigation-menu-wrapper .sublist.level-2 .title a:hover {
            color: #ee662c;
          }

      .navigation-menu-wrapper .sublist.level-2 .group {
        display: table-cell;
      }

      .navigation-menu-wrapper .sublist.level-2 ul:nth-child(5) {
        display: inline-block;
      }

      .navigation-menu-wrapper .sublist.level-2 li {
        white-space: nowrap;
      }

        .navigation-menu-wrapper .sublist.level-2 li a {
          display: inline-block;
          font-size: 13px;
          font-weight: 600;
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease;
        }

      .navigation-menu-wrapper .sublist.level-2 > li > a:hover {
        padding-left: 13px;
        padding-right: 7px;
      }

      .navigation-menu-wrapper .sublist.level-2 li:hover > a,
      .navigation-menu-wrapper .sublist.level-2 li:hover > a .fa {
        color: #ee662c;
      }

      .navigation-menu-wrapper .sublist.level-2 li a .fa {
        color: #555;
      }
      .navigation-menu-wrapper .sublist.level-2 li a .menu-image {
        /* display: block;*/
        /* width: fit-content;*/
      }
      .navigation-menu-wrapper .sublist.level-2 li a img {
        width: 70px;
      }

    .navigation-menu-wrapper .sublist.level-3 {
      display: block;
      position: relative;
      margin: 0 0 5px 15px;
      padding: 0 12px;
      background: none;
      border-left: 1px solid #ddd;
      box-shadow: none;
    }

      .navigation-menu-wrapper .sublist.level-3 li a {
        margin-right: 3px;
        padding: 3px 3px 3px 0;
        font-size: 12px;
        font-weight: 400;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
      }

        .navigation-menu-wrapper .sublist.level-3 li a:hover {
          padding-left: 3px;
          padding-right: 0;
          color: #333;
        }

        .navigation-menu-wrapper .sublist.level-3 li a:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 1px;
          bottom: 0;
          left: 0;
          background-color: #aaa;
          visibility: hidden;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -o-transition: all 0.25s ease;
          transition: all 0.25s ease;
        }

        .navigation-menu-wrapper .sublist.level-3 li a:hover:before {
          visibility: visible;
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1);
        }

        .navigation-menu-wrapper .sublist.level-3 li a .fa {
          padding: 0 5px;
        }
        .navigation-menu-wrapper .sublist.level-3 li a img {
          display:none;
        }
  .header .product-filters-wrapper {
    display: none;
  }

  .side-2 .nopAjaxFilters7Spikes .block .title a.toggleControl {
    padding-right: 20px;
  }

  /*** FOOTER ***/


        .footer-upper {
    width: 98%;
    padding: 35px 10px;
  }

    .footer-upper:after {
      content: "";
      display: block;
      clear: both;
    }

  .footer-block {
    float: left;
    width: 220px;
    margin: 0;
  }

    .footer-block.shops {
      display: none
    }

    .footer-block .list {
      margin: 0;
    }

  .follow-us {
    float: right;
    width: 300px;
    margin: 0;
    text-align: left;
  }

    .follow-us .social li {
      margin: 0 10px 0 0;
    }

  .newsletter-email {
    display: block;
  }

    .newsletter-email input[type="text"] {
      width: 190px;
    }

    .newsletter-email .newsletter-subscribe-button {
      width: 90px;
      padding: 0 5px;
    }

  .newsletter-validation .field-validation-valid {
    text-align: left;
  }

  .footer-lower {
    position: relative;
    width: 980px;
    padding: 25px 5px;
  }

    .footer-lower:after {
      content: "";
      display: block;
      clear: both;
    }

  .footer-info {
    float: right;
    line-height: 32px;
  }

  .footer-powered-by {
    float: left;
    margin: 0;
    line-height: 32px;
  }

  .theme-selector {
    float: left;
    margin: 0 0 0 15px;
  }

  .back-to-top {
    bottom: 50px;
    right: -55px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 45px;
  }

    .back-to-top.visible {
      right: 30px;
    }

  /*** COLUMN ***/


  .block {
    width: auto;
  }

    .block > .title,
    .block > .main-title {
      cursor: auto;
      padding: 6px 2px;
      color: #555;
      font-size: 18px;
      line-height: 22px;
      background-color: transparent;
      border-bottom: 1px solid #ddd;
    }

      .block > .title:hover,
      .block > .main-title:hover {
        background-color: transparent;
      }

      .block > .title:before,
      .block > .main-title:before {
        display: none;
      }

      .block > .main-title strong {
        font-weight: 400;
      }

    .block .listbox {
      display: block;
      padding: 0;
    }

      .block .listbox .list {
        margin: 0;
      }

    .block.block-account-navigation a.active:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -13px;
      border-width: 13px 12px 13px 0;
      border-style: solid;
      border-color: transparent #fff transparent transparent;
    }

    .block a.product-picture {
      display: inline-block;
      position: relative;
      width: 30%;
      margin: 0 0 0 -15px;
      vertical-align: middle;
    }

    .block a.product-name {
      vertical-align: middle;
    }

    .block a.product-picture + a.product-name {
      width: 70%;
    }

      .block a.product-picture + a.product-name:before {
        display: none;
      }

  .block-account-navigation .title {
    display: none;
  }


  /*** PRODUCT GRID ***/

  .category-page, .search-results {
    padding: 0;
  }

  .product-details-page .product-grid .item-box:nth-child(4n) .product-item,
  .shopping-cart-page .product-grid .item-box:nth-child(4n) .product-item {
    border-right: 1px solid #ddd;
  }

  .product-details-page .product-grid .item-box,
  .shopping-cart-page .product-grid .item-box {
    width: 20%;
  }

    .product-details-page .product-grid .item-box:nth-child(4n+1),
    .shopping-cart-page .product-grid .item-box:nth-child(4n+1) {
      clear: none;
    }

    .product-details-page .product-grid .item-box:nth-child(5n+1),
    .shopping-cart-page .product-grid .item-box:nth-child(5n+1) {
      clear: both;
    }

  .product-list .item-box .picture {
    width: 16%;
  }

  .product-list .item-box .details {
    width: 82%;
    margin-left: 18%;
  }

  .product-selectors {
    display: block;
    padding: 7px 8px;
    border-bottom: 1px solid #ddd;
    background-color: white;
    margin: 0 0.6% 1% 0.6%;
  }

  /*** PRODUCT PAGE ***/

  .product-reviews-overview {
    margin: 0 0 10px;
  }

  .product-essential .overview-info .availability {
    margin: 10px 0;
  }

  .product-details-page .title {
    text-align: left;
  }

  .product-essential .gallery {
    float: left;
    width: 49%;
  }

    .product-essential .gallery .main-picture {
      width: auto;
    }

      .product-essential .gallery .main-picture:before {
        padding-top: 550px;
      }

    .product-essential .gallery .gallery-thumbnails {
      max-height: 70px;
    }

  .product-essential .overview {
    float: right;
    width: 50%;
    margin-top: 0;
  }

  .product-essential .rental-attributes {
    overflow: hidden;
  }

    .product-essential .rental-attributes .attribute-item {
      float: left;
      margin: 0 20px 0 0;
    }

    .product-essential .rental-attributes .datepicker {
      width: 160px;
      text-align: left;
    }

  .product-essential .attribute-squares li {
    margin: 0 10px 10px 0;
  }

  .product-essential .overview-info .advantages {
    margin-top: 20px;
  }

  .product-of-the-month-notification .buttons {
    text-align: left;
  }

  .product-collateral .full-description {
    width: 73%;
  }

  .product-collateral .product-specs-box,
  .product-collateral .product-collection-box {
    width: 25%;
  }


  /*** PRODUCT REVIEWS ***/


  .product-review-item .review-title {
    max-width: 850px;
  }


  /*** WISHLIST & COMPARE LIST ***/

  .compare-products-page .page-title {
    margin: 0 0 -1px;
  }

  .compare-products-page .clear-list {
    position: absolute;
    top: 7px;
    right: 0;
  }

  .compare-products-table .full-description td {
    display: table-cell;
  }

    .compare-products-table .full-description td p {
      margin-top: 0;
    }


  /*** TOPICS ***/


  .center-1 .topic-block-title {
    text-align: center;
  }

  .topic-page p {
    text-align: justify;
  }

  .not-found-page {
    padding-left: 350px;
    background-position-x: 50px;
  }


  /*** REGISTRATION, LOGIN, ACCOUNT ***/


  .registration-page .page-body:after {
    content: "";
    display: block;
    clear: both;
  }

  .registration-page .fieldset {
    float: left;
    width: 65%;
    margin: 0;
    text-align: center;
  }

  .registration-page .registration-benefits {
    display: block;
    position: relative;
    float: right;
    width: 33%;
    top: 0;
    margin-top: 3px;
    padding: 5px 15px;
    color: #777;
    font-size: 13px;
    white-space: normal;
    background-color: #fff;
    border-style: solid;
    border-color: #efefef #efefef #efefef #ee662c;
    border-width: 1px 1px 1px 5px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px #ccc;
  }

    .registration-page .registration-benefits:before {
      content: " ";
      pointer-events: none;
      position: absolute;
      top: 50%;
      left: -23px;
      height: 0;
      width: 0;
      margin-top: -20px;
      border: solid transparent;
      border-right-color: #ee662c;
      border-width: 10px;
    }

  .center-1 .inputs .hint:after {
    bottom: auto;
    left: auto;
  }

  #check-availability-button {
    display: block;
    margin: 10px auto;
  }

  .login-page .customer-blocks {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
  }

  .login-page .new-wrapper {
    float: right;
    width: 49%;
    margin: 0;
  }

    .login-page .new-wrapper .text {
      min-height: 228px;
    }

  .login-page .returning-wrapper {
    float: left;
    width: 49%;
    margin: 0;
  }

    .login-page .returning-wrapper .form-fields {
      min-height: 228px;
      padding: 30px 0 0;
    }

    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="email"],
    .login-page .returning-wrapper input[type="password"] {
      width: 300px;
    }

  .login-page.popup .returning-wrapper input[type="text"],
  .login-page.popup .returning-wrapper input[type="email"],
  .login-page.popup .returning-wrapper input[type="password"] {
    width: 380px;
  }

  .inputs input[type="text"],
  .inputs input[type="email"],
  .inputs input[type="tel"],
  .inputs input[type="password"],
  .inputs select, .inputs textarea {
    width: 380px;
  }

  .date-of-birth .date-picker-wrapper {
    display: inline-block;
    width: 380px;
    max-width: 100%;
  }

  .avatar-page .message-error,
  .avatar-page .buttons {
    text-align: left;
  }

  .registration-page .vat-note {
    margin-left: 275px;
  }

  .customer-info-page .vat-note,
  .customer-info-page .email-to-revalidate-note {
    margin-left: 150px;
  }

  .customer-info-page .vat-status {
    display: inline-block;
  }

  .address-form .last-name,
  .address-form .first-name,
  .address-form .vat-number,
  .address-form .vat-number-button,
  .address-form .company,
  .address-form .registration-number,
  .address-form .email,
  .address-form .phone-number,
  .address-form .country,
  .address-form .state-province {
    float: left;
    width: 49%;
  }

  .address-form .last-name,
  .address-form .vat-number,
  .address-form .company,
  .address-form .email,
  .address-form .country,
  .address-form .city {
    margin-right: 2%;
  }

  .address-form .city {
    float: left;
    width: 70%;
  }

  .address-form .zip-postal-code {
    float: left;
    width: 28%;
  }


  /*** SHOPPING CART ***/


  .shopping-cart-page .page-title {
    border-bottom: 0 none;
    padding: 0 10px;
    margin-top: 30px;
  }

    .shopping-cart-page .page-title:after {
      content: "";
      display: block;
      clear: both;
    }

    .shopping-cart-page .page-title h1 {
      float: left;
      border-bottom: 0 none;
    }

    .shopping-cart-page .page-title .buttons {
      float: right;
      margin: 10px 0 0 10px;
    }

  .CheckoutMode .page-title .buttons {
    float: none;
  }

  .shopping-cart-page .cart-options {
    overflow: hidden;
  }

  .shopping-cart-page .checkout-attributes {
    float: left;
    max-width: 565px;
    margin-bottom: 5px;
  }

    .shopping-cart-page .checkout-attributes dl dt {
      display: none;
    }

    .shopping-cart-page .checkout-attributes li {
      margin: 5px 10px 5px 0;
    }

  .shopping-cart-page .selected-checkout-attributes {
    float: right;
    max-width: 395px;
    margin: 12px 0;
  }

  .cart td.product-picture {
    width: 80px;
  }

  .cart td.product {
    width: 325px;
  }

  .cart-footer .totals {
    width: 100%;
    max-width: 480px;
  }

  .order-confirmation .cart-footer {
    border-top: none;
  }

  .order-confirmation .cart-total td {
    text-align: right;
  }

  /*** CHECKOUT ***/


  .order-progress {
    margin: -30px 0 50px;
  }

  .checkout-page .address-form .vat-number-button .get-company-info {
    margin-top: 28px;
    padding: 10px 12px;
  }

  .checkout-page .address-form .last-name,
  .checkout-page .address-form .first-name,
  .checkout-page .address-form .vat-number,
  .checkout-page .address-form .vat-number-button,
  .checkout-page .address-form .company,
  .checkout-page .address-form .registration-number,
  .checkout-page .address-form .email,
  .checkout-page .address-form .phone-number,
  .checkout-page .address-form .country,
  .checkout-page .address-form .state-province {
    float: left;
    width: 49%;
  }

  .checkout-page .address-form .last-name,
  .checkout-page .address-form .vat-number,
  .checkout-page .address-form .company,
  .checkout-page .address-form .email,
  .checkout-page .address-form .country,
  .checkout-page .address-form .city {
    margin-right: 2%;
  }

  .checkout-page .address-form .city {
    float: left;
    width: 70%;
  }

  .checkout-page .address-form .zip-postal-code {
    float: left;
    width: 28%;
  }

  .checkout-page .terms-of-service {
    text-align: center;
  }

  .checkout-page .order-confirmation .cart .message-error {
    text-align: left;
  }

  .opc .order-review-data ul {
    text-align: left;
  }

  .order-completed-page .buttons {
    text-align: left;
  }


  /*** ORDER DETAILS & SHIPPING DETAILS ***/


  .order-details-page .section.options {
    float: left;
    text-align: left;
  }

  .order-details-page .totals {
    float: right;
  }

    .order-details-page .totals:after {
      content: "";
      display: block;
      clear: both;
    }


  /*** SEARCH & SITEMAP ***/


  .advanced-search .price-range {
    margin-left: 114px;
  }


  /*** BLOG & NEWS ***/


  .comment-list {
    margin: 0 0 50px;
  }

  .news-list-homepage .news-items {
    padding: 0 2px;
    overflow: hidden;
  }

  .news-list-homepage .news-item {
    float: left;
    width: 32%;
    margin: 0 1% 3px;
  }

    .news-list-homepage .news-item:nth-child(3n+1) {
      clear: both;
      margin-left: 0;
    }

    .news-list-homepage .news-item:nth-child(3n) {
      margin-right: 0;
    }

    .news-list-homepage .news-item:only-child {
      float: none;
      width: auto;
      margin: 0 0 3px;
    }

  .news-list-homepage .news-body {
    text-align: justify;
  }


  /*** POPUP DIALOG ***/

  .popup, .mfp-content #ph-topic {
    max-width: 850px;
    margin: auto auto;
    position: relative;
  }

  .productAddedToCartWindow .cross-sells {
    background-color: #f0f0f0;
  }

    .productAddedToCartWindow .cross-sells .product-grid .title strong {
      background: none;
    }

    .productAddedToCartWindow .cross-sells .nop-jcarousel .item-grid .slick-next {
      top: 30%;
      right: -10px;
    }

    .productAddedToCartWindow .cross-sells .nop-jcarousel .item-grid .slick-prev {
      top: 30%;
      left: -10px;
    }

  .eu-cookie-bar-notification {
    top: auto;
    bottom: 0;
    border-bottom: 0 none;
  }

    .eu-cookie-bar-notification .content {
      padding: 5px 220px 10px;
    }

  .notVisibleOnDesktop {
    display: none;
  }

  .side-2 {
    background-color: #ffffff;
    padding: 8px;
  }

  .visibleOnDesktop {
    display: initial;
  }

  .compareProductsToolbox {
    width: fit-content;
    float: right;
    position: fixed;
    right: 2%;
    top: 215px;
    z-index: 1000;
    overflow: hidden;
    -ms-overflow-style: none;
  }

  /*** BLOG ***/
  .side-2 .block-blog-archive {
    display: none;
  }

  .blogpost-page .post-navigation {
    width: 100%;
  }

  .side-2 .blog-search-box .title strong,
  .side-2 .blog-category-navigation .title strong {
    font-weight: 600;
    color: #ee662c;
  }

  .side-2 .blog-search-box .title,
  .side-2 .blog-category-navigation .title {
    padding-bottom: 15px;
  }

  .side-2 .blog-category-navigation .listbox li {
    font-weight: 600;
    padding: 5px 0;
  }

  .side-2 .block-blog-archive {
    display: none;
  }
  /*=================== LIGHT GALLERY ==========================*/
  .lg-outer .lg .lg-inner .lg-item .lg-img-wrap .lg-image {
    padding: 50px;
  }
}


@media all and (min-width: 1160px) {

  #page-progress-wrapper {
    right: 50%;
  }

    #page-progress-wrapper.stuck #page-progress {
      left: 500px;
    }

  #page-progress {
    left: 392px;
    margin: 45px 0;
    width: 75px;
  }

    #page-progress .button {
      display: block;
      width: 100%;
    }

    #page-progress .page-numbers {
      display: block;
      margin: 10px 0;
    }

    #page-progress .background {
      top: 0;
      bottom: auto;
      left: 0;
      right: 0;
      width: auto;
      height: 0;
    }
}


@media all and (min-width: 1367px) {


  /*** GLOBAL STYLES ***/


  .master-wrapper-content {
    width: 1360px;
  }

  .inputs label {
    /*width: 375px;*/
  }

  .center-2 .inputs label {
    width: 200px;
  }

  .center-1 .inputs .hint {
    vertical-align: top;
    display: inline-block;
    width: 360px;
    margin: 0 0 0 20px;
  }

    .center-1 .inputs .hint:before {
      top: 50%;
      right: 100%;
      bottom: auto;
      left: auto;
      margin-top: -8px;
      border: solid transparent;
      border-right-color: #ee662c;
      border-width: 8px;
    }

    .center-1 .inputs .hint:after {
      top: 50%;
      right: 100%;
      bottom: auto;
      left: auto;
      margin-top: -6px;
      border: solid transparent;
      border-right-color: #fff;
      border-width: 6px;
    }

  .center-2 .inputs .hint {
    margin-left: 215px;
  }


  /*** HEADER ***/


  .header-content,
  .checkoutNavInner {
    width: 1300px;
  }

  #my-account-button .text {
    max-width: 250px;
  }


  /*** NAVIGATION ***/


  .navigation-menu-wrapper .navigation-menu {
    width: 1300px;
  }

    .navigation-menu-wrapper .navigation-menu > li > a,
    .navigation-menu-wrapper .navigation-menu > li > span {
      font-size: 16px;
    }


  .navigation-menu-wrapper .sublist.level-2 {
    max-width: initial;
  }

    .navigation-menu-wrapper .sublist.level-2 .group {
      padding: 0 6px;
    }

    .navigation-menu-wrapper .sublist.level-2 ul:nth-child(5) {
      display: table-cell;
    }

  .area-menu li a {
    padding: 0 12px;
  }

  .header-menu a {
    padding: 0 16px;
  }

  .area-menu li a .fa {
    margin-right: 5px;
    margin-left: 0
  }

  .desktop-flags img {
    height: 30px;
    padding: 6px 0 0 0;
    vertical-align: -21%;
  }


  /*** FOOTER ***/


  .footer-upper {
    width: 1300px;
    padding: 35px 30px;
  }

  .footer-block {
    width: 304px;
  }

  .footer-lower {
    width: 1300px;
    padding: 25px 20px;
  }


  /*** PRODUCT REVIEWS ***/


  .product-review-item .review-title {
    max-width: 1050px;
  }


  /*** TOPICS ***/


  .not-found-page {
    padding-left: 450px;
    background-position-x: 100px;
  }


  /*** REGISTRATION, LOGIN, ACCOUNT ***/


  .login-page .returning-wrapper input[type="text"],
  .login-page .returning-wrapper input[type="email"],
  .login-page .returning-wrapper input[type="password"] {
    width: 360px;
  }

  .registration-page .vat-note {
    margin-left: 385px;
  }

  .customer-info-page .vat-note,
  .customer-info-page .email-to-revalidate-note {
    margin-left: 225px;
  }

  /*** PRODUCT GRID ***/


  #page-progress {
    left: 480px;
  }

  #page-progress-wrapper.stuck #page-progress {
    left: 612px;
  }

  .product-grid .item-box {
    width: 25%;
  }

    .product-grid .item-box:nth-child(4n+1) {
      clear: both;
    }

    .product-grid .item-box:nth-child(5n+1) {
      clear: none;
    }

    .product-grid .item-box:nth-child(4n) .product-item {
      border-right: none;
    }

  .home-page .product-grid .item-box {
    width: 25%;
  }

    .home-page .product-grid .item-box:nth-child(5n+1) {
      clear: none;
    }

    .home-page .product-grid .item-box:nth-child(4n+1) {
      clear: both;
    }

    .home-page .product-grid .item-box:nth-child(4n) .product-item {
      border: 0 none;
    }

    .home-page .product-grid .item-box:after {
      left: 5%;
      width: 90%;
    }

    .home-page .product-grid .item-box .product-item {
      padding: 0 5%;
    }

    .home-page .product-grid .item-box .product-title {
      margin-bottom: 8px;
      font-size: 15px;
    }

  .product-details-page .product-grid .item-box .product-title,
  .shopping-cart-page .product-grid .item-box .product-title {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .home-page .product-grid .item-box .sku {
    font-size: 13px;
    line-height: 13px;
  }

  .product-details-page .product-grid .item-box .sku,
  .shopping-cart-page .product-grid .item-box .sku {
    font-size: 12px;
    line-height: 12px;
  }

  .home-page .product-grid .item-box .stock,
  .product-details-page .product-grid .item-box .stock,
  .shopping-cart-page .product-grid .item-box .stock {
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 14px;
  }

  .home-page .product-grid .item-box .prices,
  .product-details-page .product-grid .item-box .prices,
  .shopping-cart-page .product-grid .item-box .prices {
    min-height: 45px;
  }

  .home-page .product-grid .item-box .old-price,
  .product-details-page .product-grid .item-box .old-price,
  .shopping-cart-page .product-grid .item-box .old-price {
    font-size: 15px;
    line-height: 15px;
  }

  .home-page .product-grid .item-box .actual-price,
  .product-details-page .product-grid .item-box .actual-price,
  .shopping-cart-page .product-grid .item-box .actual-price {
    font-size: 22px;
    line-height: 22px;
  }

  .home-page .product-grid .item-box .prices,
  .product-details-page .product-grid .item-box .prices,
  .shopping-cart-page .product-grid .item-box .prices {
    height: 47px;
  }

  .home-page .product-grid .item-box .product-box-add-to-cart-button {
    width: 46px;
    height: 40px;
  }

  .product-details-page .product-grid .item-box .product-box-add-to-cart-button,
  .shopping-cart-page .product-grid .item-box .product-box-add-to-cart-button {
    height: 32px;
  }

  .home-page .product-grid .item-box .product-box-add-to-cart-button .fa {
    font-size: 32px;
    line-height: 40px;
  }

  .product-details-page .product-grid .item-box .product-box-add-to-cart-button .fa,
  .shopping-cart-page .product-grid .item-box .product-box-add-to-cart-button .fa {
    font-size: 32px;
    line-height: 32px;
  }

  .category-grid .item-box {
    width: 18%;
    margin: 0 1% 2%;
  }


  /*** PRODUCT LIST ***/

  .product-list .item-box .picture {
    width: 13%;
  }

  .product-list .item-box .details {
    width: 85%;
    margin-left: 15%;
  }

  .product-list .item-box .product-title-and-specifications {
    width: 85%;
  }

  .product-list .item-box .product-info {
    width: 15%;
  }


  /*** SHOPPING CART ***/


  .cart td {
    padding: 10px 15px;
  }

    .cart td.product-picture {
      padding: 10px 5px;
    }

    .cart td.product {
      width: 500px;
    }

    .cart td.quantity {
      width: 100px;
    }


  .cart-footer .cart-collaterals .shipping {
    float: right;
    width: 360px;
  }

  .cart-footer .estimate-shipping .inputs label {
    display: inline-block;
    width: 35%;
  }

  .cart-footer .estimate-shipping .inputs input,
  .cart-footer .estimate-shipping .inputs select {
    width: 65%;
  }


  /*** CHECKOUT ***/


  .checkout-page .address-form .vat-number-button .get-company-info {
    padding: 10px 15px;
  }


  /*** POPUP DIALOG ***/

  .popup {
    max-width: 950px;
  }
}


@media print {
  body {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
  }

  img {
    max-width: 100%;
  }

  p a {
    color: #000;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }

    p a:after {
      content: "("attr(href)")";
      font-size: 80%;
    }

  .admin-header-links,
  .header .header-menu,
  .header .search-box,
  .navigation-menu-wrapper,
  .footer,
  .buttons,
  .cart .remove-from-cart,
  .cart-footer .giftcard-box,
  .cart-footer .discount-box,
  .checkout-page .checkout-data,
  .checkout-page .cart {
    display: none;
  }

  .cart tr,
  .cart-footer .totals {
    page-break-inside: avoid;
  }
}


@media all and (min-width: 1450px) {


  /*** GLOBAL STYLES ***/

  .master-wrapper-content {
    width: 1400px;
  }

  /*** NAVIGATION ***/

  .navigation-menu-wrapper .navigation-menu {
    width: 1400px;
  }


  /*** Header ***/

  .header-content,
  .checkoutNavInner {
    width: 1400px;
  }
}


@media all and (min-width: 1650px) {


  /*** GLOBAL STYLES ***/

  .master-wrapper-content {
    width: 1600px;
  }

  .side-2 {
    width: 17.5%
  }

  .center-2 {
    width: 81.5%
  }

  /*** NAVIGATION ***/

  .navigation-menu-wrapper .navigation-menu {
    width: 1600px;
  }


  /*** Header ***/

  .header-content,
  .checkoutNavInner {
    width: 1600px;
  }

  .product-collateral .full-description {
    width: 66%;
    font-size: 15px;
  }

  .product-collateral .product-specs-box, .product-collateral .product-collection-box {
    width: 30%;
  }

  .shopping-cart-page,
  .login-page {
    width: 1500px;
    margin: 0 auto;
  }
}

/* end media */
