

/*********** CSS RESET **********/

:root {
  --primary-color: #141414;
  --black-color: #000;
  --white-color: #fff;
  --gray-color: #6B6B6B;
  --dark-gray-color: #444;
  --error-red-color: #d51f28;
  --success-green-color: #207d4c;
}

* {
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

a:focus, a:hover {
  color: inherit;
  text-decoration: inherit
}

body * {
  -webkit-text-size-adjust: none
}

html {
  font-family: Montserrat,sans-serif
}

ol, ul {
  list-style: none
}

a img {
  border: none
}

a:active {
  outline: 0
}

input[type=button]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
  margin: 0;
  border: 0;
  padding: 0
}

input[type=button], input[type=email], input[type=password], input[type=reset], input[type=submit], input[type=tel], input[type=text], textarea {
  border-radius: 0
}

input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px var(--white-color)
}

script {
  display: none !important
}

body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: var(--white-color);
  font-weight: 400;
  color: var(--primary-color);
  font-size: 14px;
  font-family: 'Arimo', sans-serif;
  line-height: 1.42857143;
  margin: 0;
  letter-spacing: 0.50px
}

h1, h2, h3, h4, h5, h6 {
  color: var(--black-color);
  font-family: Montserrat,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px
}

.free-shipping, .menu
{
  font-family: Montserrat,sans-serif
}

.item-box .product-title {
  font-family: 'Arimo', sans-serif
}

a {
  color: inherit;
  cursor: pointer
}

  a img {
    opacity: .99
  }

table {
  width: 100%;
  border-collapse: collapse
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal
}

input[type=file] {
  display: block
}

input[type=range] {
  display: block;
  width: 100%
}

input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
  height: 36px;
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both
}

.colWidth25 {
  width: 25%
}

.colWidth1 {
  width: 1%
}

button, input, select, textarea {
  font-size: 14px;
  font-family: Montserrat,sans-serif;
  color: #4d4d4d;
  letter-spacing: 0.80px
}

  button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
  }

textarea {
  min-height: 150px
}

select {
  min-width: 50px;
  height: 36px;
  padding: 6px;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0
}

  input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
    border-color: var(--primary-color);
    color: var(--dark-gray-color);
    position: relative;
    z-index: 1
  }

input[type=checkbox], input[type=checkbox] + *, input[type=radio], input[type=radio] + * {
  vertical-align: middle
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield
}

  input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
  }

.button-1, .button-2, button, input[type=button], input[type=submit] {
  cursor: pointer
}

label, label + * {
  vertical-align: middle
}

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

.master-column-wrapper {
  position: relative;
  z-index: 0
}

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

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: var(--white-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

a.label:focus, a.label:hover {
  color: var(--white-color);
  text-decoration: none;
  cursor: pointer
}

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

.center-1 {
  margin: 0
}

.center-2, .side-2 {
  margin: 0 0 50px
}

  .side-2:after {
    content: "";
    display: block;
    clear: both
  }

.page {
  min-height: 350px
}
  .page.product-reviews-page {
    min-height: 120px;
  }
.page-title {
  min-height: 50px;
  margin: 0 0 10px;
  padding: 6px 0
}


  .page-title h1 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-top: 10px
  }

.sitemap-page .page-title h1 {
  text-align: center
}

.page-body:after, .page-title:after, .page:after {
  content: "";
  display: block;
  clear: both
}

.center-1 .page-title, .center-1 .title {
  text-align: left
}

.buttons {
  margin: 0 0 20px
}

.link-rss {
  display: none;
  width: 24px;
  height: 24px;
  background: url(../images/rss.png) center no-repeat;
  font-size: 0 !important
}

.nop-slider .nivo-caption {
  background-color: var(--dark-gray-color) !important
}

.nop-slider {
  min-height: 500px
}

.category-description ul, .full-description ul, .manufacturer-description ul, .post-body ul, .topic-block ul, .topic-page ul, .editor-content ul {
  margin: 12px 0;
  padding: 0 0 0 36px;
  list-style: disc;
  font-size: 13px
}

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

.category-description p, .full-description p, .manufacturer-description p, .news-body p, .post-body p, .topic-page p, .topic-block p {
  margin: 10px 0;
  text-align: justify;
  font-size: 14px
}

.topic-block p {
  text-align: justify;
  font-size: 14px;
  font-family: 'Arimo', sans-serif
}

.login-page .topic-block p {
  text-align: center;
}

.flyout-cart {
  display: none
}

.fieldset, .section {
  position: relative;
  margin: 0 0 15px;
  font-family: 'Arimo', sans-serif
}

  .fieldset .title, .section .title {
    margin: 0 0 15px;
    padding: 0;
    font-size: 16px;
    color: var(--primary-color);
    text-transform: uppercase
  }

    .fieldset .title strong, .section .title strong {
      font-weight: 600
    }

  .fieldset .warnings {
    text-align: center;
    margin-block-end: 30px;
    color: var(--error-red-color);
  }

.form-fields {
  position: relative;
  padding: 30px 0
}

.inputs {
  position: relative;
  margin: 0 0 15px;
  text-align: left;
  white-space: nowrap;
  font-size: 0
}

  .inputs.vat-wrap {
    white-space: normal;
  }

  .inputs:after {
    content: "";
    display: block;
    clear: both
  }

  .inputs label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    text-align: left;
    font-size: 13px;
    color: var(--dark-gray-color);
    font-family: 'Arimo', sans-serif;
    font-weight: 700
  }

  .inputs input[type=email], .inputs input[type=password], .inputs input[type=tel], .inputs input[type=text], .inputs select, .inputs textarea {
    width: 400px;
    max-width: 100%;
    background-color: var(--white-color);
    font-size: 13px
  }


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

    .inputs .option-list li {
      display: inline-block;
      background-color: var(--white-color);
    }

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

  .inputs .form-input-wrapper {
    display: inline-block;
    max-width: 100%;
  }

  .inputs.reversed {
    margin: 0 0 20px;
    text-align: left
  }

.required {
  margin: 0 -8px 0 3px;
  vertical-align: top;
  font-size: 20px;
  font-weight: 400;
  color: var(--error-red-color)
}

.field-validation-error, .message-error, .password-error, .poll-vote-error, .username-not-available-status {
  display: block;
  text-align: left;
  font-size: 13px;
  color: var(--error-red-color);
  margin-top: 5px;
  white-space: normal;
}

.field-validation-valid, .username-available-status {
  display: block;
  text-align: left;
  font-size: 13px;
  color: var(--success-green-color);
  margin-top: 5px
}

.captcha-box {
  margin-top: 20px;
  text-align: left;
  line-height: 0
}

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

  .captcha-box input {
    height: auto
  }

.table-wrapper {
  overflow-x: auto
}

.data-table .hidden-row {
  height: 1px;
  border: none
}

.data-table tr.hidden-row th {
  padding: 0;
  border-top: none
}

  .data-table tr.hidden-row th > span {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px
  }

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

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

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

.cart td, .data-table td, .forum-table td {
  min-width: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #ddd #ddd;
  background-color: var(--white-color);
  padding: 20px;
  color: var(--dark-gray-color)
}

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

.cart a, .data-table a, .forum-table a {
  font-weight: 400;
  color: var(--black-color)
}

  .cart a:hover, .data-table a:hover, .forum-table a:hover {
    text-decoration: underline
  }

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

.forum-table .forum-details, .forum-table .topic-details, .forum-table thead tr th {
  text-align: left
}

.cart .product a, .data-table .info a, .data-table .product a {
  font-weight: 700;
  color: var(--primary-color)
}

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

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

  .cart .product .edit-item a {
    font-weight: 700;
    color: var(--black-color);
    text-decoration: underline
  }

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

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

  .cart .remove-from-cart input[type=checkbox] {
    display: none
  }

  .cart .remove-from-cart .remove-btn {
    width: 11px;
    height: 11px;
    border: 0;
    background: url(../images/remove.png) center no-repeat
  }

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

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

.cart .product-quantity div.up {
  background: url('../images/vote-up.png') no-repeat 50% 50%;
  width: 50px;
  height: 25px;
  border: 0;
  cursor: pointer
}

.cart .product-quantity div.down {
  background: url('../images/vote-down.png') no-repeat 50% 50%;
  width: 50px;
  height: 25px;
  border: 0;
  cursor: pointer
}

.cart td.subtotal,
.data-table td.total {
  white-space: nowrap;
  color: var(--dark-gray-color)
}

  .cart td.subtotal .discount, .cart td.subtotal .discount-additional-info {
    font-style: italic;
    color: var(--black-color)
  }

.cart .product-picture a img {
  width: 80px
}

.data-table em a {
  font-weight: 700;
  color: var(--primary-color)
}

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

.shopping-cart-page .cart-left-section .table-wrapper {
  max-height: 500px;
  overflow: auto;
  border-bottom: 1px solid #dddddd61;
  border-top: 1px solid #dddddd61;
}

.bar-notification-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  line-height: 16px;
  color: var(--white-color);
  opacity: .95
}

.bar-notification.success {
  background-color: #4bb07a
}

.bar-notification.error {
  background-color: var(--error-red-color)
}

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

.bar-notification {
  position: relative;
  display: none;
  padding: 15px 25px 15px 10px
}

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

    .bar-notification .content a {
      color: var(--white-color);
      text-decoration: underline
    }

  .bar-notification .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 7px;
    background: url(../images/close.png) center no-repeat var(--white-color);
    cursor: pointer
  }

.popup-notification {
  border-radius: 5px;
  padding: 3px;
  margin: 5px 0
}

  .popup-notification.success {
    border: 2px solid rgba(75,176,122,.5)
  }

  .popup-notification.error {
    border: 2px solid rgba(228,68,76,.5)
  }

  .popup-notification.warning {
    border: 2px solid rgba(243,156,18,.5)
  }

.noscript {
  border-bottom: 1px solid var(--dark-gray-color);
  background-color: #ff9;
  padding: 30px 15px;
  text-align: center;
  line-height: 22px;
  color: var(--dark-gray-color)
}

.ajax-loading-block-window {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100% !important;
  height: 100% !important;
  background: rgba(255,255,255,0.7)
}

body:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(255,255,255,0.7)
}

body:not(.is-loaded):after, body:not(.is-loaded):before {
  content: "";
  position: fixed;
  visibility: visible;
  opacity: 1
}

body:not(.is-loaded):after {
  background-image: url("../images/loading.gif");
  background-size: 50px;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 9999999;
  margin-left: -25px;
  margin-top: -25px
}

.ajax-loading-block-window:after {
  content: "";
  position: fixed;
  visibility: visible;
  opacity: 1;
  background-color: rgba(255,255,255,0.5);
}

.ajax-loading-block-window:after {
  background-image: url("../images/loading.gif");
  background-size: 50px;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 9999999;
  margin-left: -25px;
  margin-top: -25px
}


.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,.15);
  overflow: hidden;
  background-color: var(--white-color);
  border-radius: 0;
  padding: 0;
  font: 400 14px Arial,Helvetica,sans-serif
}

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

.ui-dialog-titlebar {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background-color: #eee;
  border-width: 0 0 1px;
  border-radius: 0;
  background-image: none;
  padding: 10px 15px !important;
  font-weight: 400;
  cursor: auto !important
}

  .ui-dialog-titlebar > span {
    float: left;
    font-size: 18px;
    color: var(--dark-gray-color);
    margin: 0 !important
  }

  .ui-dialog-titlebar button {
    position: absolute;
    overflow: hidden;
    font-size: 0 !important;
    top: 0 !important;
    right: 0 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0;
    background: url(../images/close.png) center no-repeat !important;
    padding: 0 !important
  }

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

.ui-dialog-content {
  line-height: 20px;
  background-color: var(--white-color) !important;
  padding: 15px 15px 20px !important;
  color: var(--gray-color)
}

.html-shopping-cart-page .ui-widget-content .container {
  width: 100%
}

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

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

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

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

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

.eu-cookie-bar-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 320px;
  height: auto;
  margin: -90px 0 0 -160px;
  border: 1px solid #ccc;
  box-shadow: 0 0 2px rgba(0,0,0,.15);
  background-color: var(--white-color);
  padding: 20px;
  text-align: center
}

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

  .eu-cookie-bar-notification button {
    min-width: 60px;
    background: var(--black-color);
    padding: 0 35px;
    line-height: 35px;
    height: 38px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    color: var(--white-color);
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid transparent;
    transition-duration: .2s;
    position: relative;
    margin-bottom: 15px
  }

    .eu-cookie-bar-notification button:hover {
      border: 2px solid var(--black-color);
      background: var(--white-color);
      color: var(--black-color);
      transition-duration: .2s;
      text-decoration: none
    }

  .eu-cookie-bar-notification a {
    display: block;
    color: var(--black-color)
  }

    .eu-cookie-bar-notification a:hover {
      text-decoration: underline
    }

.html-apply-vendor-page .ui-widget-content .container {
  width: 100%
}

.admin-header-links {
  background-color: var(--dark-gray-color);
  text-align: center;
  color: #eee
}

  .admin-header-links * {
    display: inline-block;
    margin: 0 10px;
    line-height: 35px;
    font-size: 13px;
    font-weight: 700
  }

  .admin-header-links .impersonate {
    display: inline-block
  }

    .admin-header-links .impersonate a {
      background-color: var(--dark-gray-color);
      padding: 0 15px
    }

      .admin-header-links .impersonate a:hover {
        background-color: var(--gray-color)
      }

.header {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: auto;
  text-align: center
}

.header-upper {
  position: relative;
  z-index: 1;
  padding-top: 15px
}

.header-selectors-wrapper {
  border-bottom: 1px solid #ddd;
  padding: 10px 0
}

  .header-selectors-wrapper > div {
    display: block;
    width: 50%;
    margin: 10px auto;
    vertical-align: middle
  }

  .header-selectors-wrapper select {
    width: 100%;
    font-weight: 400;
    color: var(--black-color);
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background-color: var(--white-color);
    cursor: pointer;
    font-family: 'Arimo', sans-serif
  }

  .header-selectors-wrapper > div.currency-selector, .header-selectors-wrapper > div.language-selector, .header-selectors-wrapper > div.tax-display-type-selector {
    background: url(../images/down-arrow.png) no-repeat right/8px;
    padding-right: 0
  }

.header .language-selector {
  position: relative;
  border: none
}

  .header .language-selector .language-flag {
    padding: 0 15px 0 6px;
    position: relative;
    text-align: left;
    background: url(../images/down-arrow.png) right/8px no-repeat
  }

    .header .language-selector .language-flag .images {
      width: 16px;
      height: 11px
    }

.language-list {
  max-width: 100%;
  font-size: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white-color);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  border-radius: 0 0 3px 3px;
  padding: 5px 0;
  display: none;
  z-index: 2;
  width: 100%;
  text-align: left
}

  .language-list.active {
    display: inline-block
  }

  .language-list li {
    display: block;
    margin: 0 1px
  }

  .language-list a {
    display: block;
    position: relative;
    line-height: 0;
    padding: 10px 5px
  }

  .language-list img {
    max-width: 100%
  }

  .language-list a:hover img {
    opacity: .7
  }

.header-links-wrapper {
  position: relative;
  padding: 20px 0
}

.header-links ul {
  font-size: 0;
  margin: 0
}

.header-links li {
  display: inline-block;
  margin: 0 10px;
}

.header-links a, .header-links span {
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  color: var(--black-color);
  text-transform: uppercase
}

  .header-links a:hover, .header-links a:hover span {
    color: var(--black-color);
    text-decoration: underline
  }

.topcartlink {
  display: block;
  width: 70%;
  max-width: 400px;
  margin: 10px auto 0;
  padding: 0 20px
}

  .topcartlink a {
    background: url(../images/shopping-bag.svg) left center no-repeat;
    padding: 0 0 0 15px;
    background-size: 15px;
    background-position: -2px 10px
  }

.header-lower {
  position: relative;
  z-index: 0;
  padding: 20px 0 0
}

.header-logo {
  margin: 0;
  text-align: center;
  float: left
}

  .header-logo a {
    display: inline-block;
    max-width: 100%;
    line-height: 0
  }

    .header-logo a img {
      max-width: 177px;
      opacity: 1;
      width: auto;
      height: 53px
    }

      .header-logo a img.sticky-logo {
        display: none
      }

.search-box form {
  display: inline-block;
}

.forum-search-box {
  float: left !important
}


.search-box input.search-box-text {
  width: 200px;
  height: 36px;
  margin: 0 -1px 0 0
}

.search-box-category {
  height: 35px;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 52px;
  -webkit-appearance: auto;
  -moz-appearance: initial;
  z-index: 1;
  color: #0f0f0f;
  padding-right: 15px;
  border: 0;
  padding-left: 2px;
  max-width: 150px;
  background: #fafafa;
}

  .search-box-category:focus {
    position: absolute;
  }

.search-box .search-box-button {
  min-width: 86px;
  height: 36px;
  border: none;
  background-color: var(--black-color);
  padding: 0 15px;
  text-align: center;
  color: var(--white-color);
  text-transform: uppercase
}

.forum-search-box input.search-box-text {
  float: left;
}

.forum-search-box .search-box-button {
  float: left;
  min-width: 86px;
  height: 36px;
  padding: 0 10px;
  background: var(--black-color);
  line-height: 35px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid transparent;
  transition-duration: .2s;
  position: relative;
  text-align: center;
  color: var(--white-color)
}

  .forum-search-box .search-box-button:hover {
    border: 2px solid var(--black-color);
    background: var(--white-color);
    color: var(--black-color);
    transition-duration: .2s;
    text-decoration: none
  }

.search-box .ui-autocomplete-loading {
  background: url(../images/ajax-loader-small.gif) right center no-repeat var(--white-color);
  background-position: center right 10%;
}

.ui-helper-hidden-accessible {
  display: none !important
}

.ui-autocomplete {
  width: 285px !important;
  border: 1px solid #ddd;
  border-top: none;
  overflow: hidden;
  background-color: var(--white-color);
  text-align: left;
  border-radius: 0;
  padding: 0;
  font: 400 14px Arial,Helvetica,sans-serif;
  left: auto !important;
  right: 0 !important
}

  .ui-autocomplete li {
    border-top: 1px solid #ddd
  }

    .ui-autocomplete li:first-child {
      border-top: none
    }

  .ui-autocomplete a {
    display: block;
    font-size: 14px;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    padding: 10px 15px !important;
    line-height: normal !important;
    color: var(--gray-color) !important
  }

    .ui-autocomplete a.ui-state-focus, .ui-autocomplete a:hover {
      background-color: #f6f6f6 !important
    }

  .ui-autocomplete img {
    display: none;
    min-width: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle
  }

.footer {
  background-color: var(--primary-color);
  text-align: center;
  color: #969696
}

.footer-upper {
  width: 100%;
  margin: auto;
  border-bottom: 1px solid #282828;
  overflow: hidden;
  padding-block: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 100px;
  text-align: left;
}


.footer-block .list a {
  line-height: 20px;
  font-family: 'Arimo', sans-serif;
}

  .footer-block .list a:hover {
    color: var(--white-color);
    text-decoration: underline
  }
.footer-menu__title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--white-color);
  cursor: auto;
  margin-block-end: 15px;
  background: none;
  padding: 0;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  margin-top: 0;
}

  .follow-us .social ul {
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 0;
    display: flex;
  }

  .follow-us .social li {
    display: inline-block;
    margin: 0 5px;
    padding-top: 15px
  }

  .follow-us .social a {
    display: block;
    width: 36px;
    height: 36px;
    font-size: 15px;
    background: var(--white-color);
    border-radius: 50px;
    border: 1px solid transparent;
    color: var(--primary-color);
    text-align: center;
    line-height: 36px
  }

  .follow-us .social .rss a {
    background: var(--white-color) url('../images/rss-feed-symbol dark.png') no-repeat center;
  }

    .follow-us .social .rss a:hover {
      background: var(--white-color) url('../images/rss-feed-symbol light.png') no-repeat center;
      border: 1px solid var(--white-color);
      background-color: transparent;
      color: var(--white-color)
    }

  .follow-us .social a:hover {
    border: 1px solid var(--white-color);
    background-color: transparent;
    color: var(--white-color)
  }

.newsletter-email {
  display: flex;
  overflow: hidden
}

.newsletter-subscribe .options {
  margin-top: 10px;
  color: var(--white-color);
}

  .newsletter-subscribe .options .subscribe {
    margin-right: 10px;
  }

  .newsletter-subscribe .options .custom-radio {
    display: inline-block;
  }

  .newsletter-subscribe .options label {
    font-weight: 400
  }

.newsletter-subscribe .custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--white-color);
  border: 2px solid var(--white-color)
}

.newsletter-email:focus-within {
  overflow: visible
}

.newsletter-email input[type=email] {
  float: left;
  width: 270px;
  height: 36px;
  font-size: 13px;
  background: rgba(0,0,0,0);
  margin: 0 -1px 0 0;
  border: 1px solid var(--white-color);
  color: var(--white-color)
}

  .newsletter-email input[type=email]::-webkit-input-placeholder {
    color: var(--white-color)
  }

  .newsletter-email input[type=email]::-moz-placeholder {
    color: var(--white-color)
  }

  .newsletter-email input[type=email]:-ms-input-placeholder {
    color: var(--white-color)
  }

  .newsletter-email input[type=email]:-moz-placeholder {
    color: var(--white-color)
  }

.newsletter-subscribe-text {
  background: var(--black-color);
  color: white
}

.newsletter-subscribe-button {
  float: left;
  height: 36px;
  border: none;
  background-color: var(--black-color);
  padding: 0 15px;
  text-align: center;
  color: var(--white-color);
  text-transform: uppercase
}


.newsletter-email .options {
  clear: both;
  padding: 10px 0 0
}

.newsletter-result, .newsletter-validation {
  width: 100%;
  overflow: hidden;
  line-height: 18px;
  color: var(--white-color);
  font-weight: 400
}

.accepted-payment img {
  max-width: 100%;
  width: auto;
  height: auto
}

.footer-lower {
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 25px 0;
  font-size: 13px
}



.footer-tax-shipping a {
  color: var(--white-color)
}

  .footer-tax-shipping a:hover {
    text-decoration: underline
  }

.footer-powered-by {
  margin: 10px 0 0;
  font-size: 13px
}

  .footer-powered-by a {
    color: #f2f2f2
  }

.theme-selector {
  margin: 10px 0 0;
}

  .theme-selector select {
    width: 170px
  }
/*** NAVIGATION ***/


/** Main menu START **/

.menu__toggle {
  display: block;
  width: 100%;
  background: var(--primary-color) url(../images/menu-icon.png) right center no-repeat;
  padding: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.menu__item {
  width: 100%;
  display: inline-block;
  color: var(--dark-gray-color);
  border-right: none;
}


.menu__grid-view, .menu__list-view {
  position: relative;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}
.menu__grid-view{
    padding: 0 20px;
}
.menu__group {
  display: flex;
  justify-content: center;
  height: fit-content;
  padding: 12px 0;
  flex-flow: wrap;
  flex-direction: column;
}

.menu__group-title {
  display: inline-block;
  text-align: left;
  margin: 0;
  font-size: 13px;
  color: var(--primary-color);
  word-break: break-word;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 0 0;
}

  .menu__group-title:hover {
    text-decoration: underline;
  }
  


.menu__image-link {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.menu__link {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 20px;
  color: var(--dark-gray-color);
  cursor: pointer;
  text-align: left;
  position: relative;
}

.menu__group > .menu__link {
  display: none;
}
.menu-image {
  position: relative;
  padding-top: 64.5%;
  border: 1px solid #eee;
}
.menu__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}



/** Main menu END **/

/** Footer menu START **/

.footer-navigation {
  width: 100%;
  display: grid;
  gap: 15px;
}

.footer-menu__item {
  padding:10px 0 0
}
.footer-menu__link {
  display: inline;
  padding: 0;
  color: #ccc;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Arimo', sans-serif;
}
.footer-menu__link:hover{
  color: var(--white-color);
  text-decoration: underline;
}
/** Footer menu END **/
.block {
  margin: auto;
  text-align: left
}

  .block .title {
    position: relative;
    margin: 0 0 10px;
    border-bottom: 1px solid #d0d0d0;
    background: url(../images/toggle-gray.png) right 7px no-repeat #f6f6f6;
    padding: 12px 0 7px;
    font-size: 20px;
    color: var(--dark-gray-color);
    cursor: pointer;
    text-transform: none;
    font-family: 'Arimo',sans-serif;
  }

  
  .block .listbox {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 0;
    font-family: 'Arimo', sans-serif
  }

  .block a.product-picture img {
    max-width: 100%;
  }

.block-category-navigation .list li {
  padding: 5px 0;
  position: relative
}

.block-category-navigation .list a {
  display: inline-block;
  position: relative;
  padding: 1px 0;
  font-size: 14px;
  color: var(--black-color);
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  font-weight: 400;
  background: var(--white-color);
  margin-left: 0;
  transition-duration: .3s
}

.block-recently-viewed-products .listbox .list li {
  display: flex;
  align-items: center
}

  .block-recently-viewed-products .listbox .list li .product-name {
    margin-left: 15px
  }

    .block-recently-viewed-products .listbox .list li .product-name:hover {
      text-decoration: underline;
      color: var(--black-color)
    }

.block-category-navigation .list a:hover,
.block-manufacturer-navigation .listbox .list li a:hover,
.block-vendor-navigation .listbox .list li a:hover {
  padding-left: 15px;
  transition-duration: .3s
}

  .block-category-navigation .list li a:hover:before, .block-category-navigation .list li.active > a:before,
  .block-manufacturer-navigation .listbox .list li a:hover:before,
  .block-vendor-navigation .listbox .list li a:hover:before {
    left: 0;
    top: 6px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0,0,0,0);
    border-left-color: var(--black-color);
    border-width: 5px
  }

.block-category-navigation .list .active > a {
  color: var(--black-color)
}

.block-category-navigation .list a:hover,
.block-manufacturer-navigation .listbox .list li a:hover,
.block-vendor-navigation .listbox .list li a:hover {
  color: var(--black-color);
  text-decoration: none
}

.block-category-navigation a.product-picture, .block-category-navigation a.product-picture:before {
  display: none
}

.block-category-navigation .sublist {
  margin: 0;
  padding: 0 0 0 15px
}

.block-category-navigation .list li.active a {
  padding-left: 15px;
  color: var(--black-color)
}

.block-category-navigation .list li.active > a:hover {
  padding-left: 15px
}

.block-category-navigation .list li.active:before {
  z-index: 1
}

.block-category-navigation .list li.active .sublist a {
  padding-left: 5px;
  color: var(--gray-color)
}

  .block-category-navigation .list li.active .sublist a:hover, .block-category-navigation .list li.active .sublist li.active a, .block-category-navigation .list li.active .sublist li.active a:hover {
    padding-left: 15px;
    margin-left: 0;
    color: var(--black-color)
  }

.block-category-navigation .list li.active .sublist li.active .sublist li a {
  padding-left: 5px !important
}

  .block-category-navigation .list li.active .sublist li.active .sublist li a:hover, .block-category-navigation .list li.active .sublist li.active .sublist li.active a {
    padding-left: 15px !important;
    margin-left: 0
  }

.block-category-navigation .list li.active .sublist li.active .sublist li.active .sublist li a {
  padding-left: 5px !important
}

  .block-category-navigation .list li.active .sublist li.active .sublist li.active .sublist li a:hover, .block-category-navigation .list li.active .sublist li.active .sublist li.active .sublist li.active a {
    padding-left: 15px !important;
    margin-left: 0
  }

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

  .block .view-all a {
    display: inline-block;
    padding: 10px 0;
    font-size: 14px;
    color: #121212;
    font-weight: 700;
  }

    .block .view-all a:hover {
      text-decoration: underline;
      color: var(--black-color)
    }

.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 0 0;
    overflow: hidden;
    font-size: 17px !important
  }

    .block .tags li a, .product-tags-all-page li a {
      float: left;
      line-height: 30px;
      color: var(--dark-gray-color);
      background: #f5f5f5;
      padding: 0 10px;
      margin-top: 10px;
      border-radius: 5px;
      font-size: 14px !important
    }

      .block .tags li a:hover, .product-tags-all-page li a:hover {
        color: var(--black-color);
        text-decoration: underline
      }

.poll strong {
  display: block;
  margin: 20px 0 10px;
  background-color: #f6f6f6;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 400;
  color: var(--dark-gray-color);
  text-transform: uppercase
}

.poll .buttons {
  text-align: center !important
}

.poll-options, .poll-results {
  margin: 10px 0 15px;
  overflow: hidden;
  font-size: 15px;
  color: var(--dark-gray-color)
}

  .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 button {
  min-width: 140px;
  background-color: var(--white-color);
  padding: 7px 25px;
  text-align: center;
  font-size: 14px;
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid var(--black-color)
}

  .poll .buttons button:hover {
    background-color: var(--black-color);
    color: var(--white-color)
  }

.poll-total-votes {
  display: block;
  margin: 10px 0 0;
  font-weight: 700;
  font-style: italic;
  color: var(--dark-gray-color)
}

.home-page-polls {
  text-align: center;
  margin-bottom: 60px
}

  .home-page-polls li {
    display: inline-block;
    margin: 10px
  }

.breadcrumb {
  margin: 0 0 50px;
  background: 0 0;
  padding: 0;
  letter-spacing: .02em
}

.side-2:before {
  content: '';
  clear: both;
  display: block
}

.breadcrumb ul {
  font-size: 0
}

.breadcrumb li {
  display: inline-block
}

  .breadcrumb li * {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    color: #5C5C5C;
    text-transform: capitalize;
    font-family: 'Arimo', sans-serif
  }

  .breadcrumb li a {
    color: #5C5C5C;
    margin-right: 10px
  }

    .breadcrumb li a:hover span {
      color: #848484;
      text-decoration: underline
    }

.breadcrumb strong {
  font-weight: 400
}

.breadcrumb a:hover {
  color: #848484;
  text-decoration: underline
}

.category-description, .manufacturer-description, .vendor-description {
  margin: 0 0 25px;
  line-height: 22px
}

.contact-vendor {
  margin: 0 0 30px
}

.product-selectors {
  margin: 0 0 20px;
  border: 1px solid transparent;
  padding: 0;
  font-weight: 700;
  background: var(--primary-color);
  text-transform: uppercase;
  color: var(--white-color)
}

  .product-selectors:after {
    content: "";
    display: block;
    clear: both
  }

  .product-selectors > div {
    display: inline-block;
    margin: 5px
  }

  .product-selectors span {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400
  }

  .product-selectors select {
    margin: 0 8px
  }

  .product-selectors .product-viewmode {
    display: none;
    font-size: 0
  }

.product-filters {
  display: inline-block;
  width: 100% !important;
  margin: 0 !important
}

.product-filter {
  margin: 0 0 10px
}

  .product-filter .filter-title {
    position: relative;
    margin: 0 0 10px;
    border-bottom: 1px solid #d0d0d0;
    background: url(../images/toggle-gray.png) right 7px no-repeat #f6f6f6;
    padding: 12px 0 7px;
    font-size: 20px;
    color: var(--dark-gray-color);
    cursor: pointer;
    font-size: 16px;
  }


  .product-filter .filter-content {
    padding: 5px 0;
    color: var(--dark-gray-color);
    margin-bottom: 20px;
    display: none
  }

  .product-filter .group {
    font-size: 15px
  }

    .product-filter .group + .group {
      margin-top: 16px
    }

    .product-filter .group .name {
      padding-bottom: 10px;
      font-size: 14px;
      color: var(--black-color)
    }

    .product-filter .group .item {
      display: flex;
      padding-left: 0;
      align-items: center
    }

      .product-filter .group .item + .item {
        padding-top: 8px
      }

      .product-filter .group .item label {
        cursor: pointer;
        display: flex !important;
        align-items: center;
        flex-grow: 1;
        font-size: 14px;
        color: var(--black-color);
        font-weight: 400
      }

.price-range-filter .selected-price-range {
  padding: 5px 0
}

  .price-range-filter .selected-price-range .to {
    float: right
  }

  .price-range-filter .selected-price-range.manually {
    display: flex
  }

    .price-range-filter .selected-price-range.manually .from {
      margin-right: 8px
    }

    .price-range-filter .selected-price-range.manually .from, .price-range-filter .selected-price-range.manually .to {
      width: 50%
    }

.product-filter .attribute-squares {
  font-size: inherit
}

  .product-filter .attribute-squares .attribute-square {
    width: 20px !important;
    height: 20px !important;
    margin-right: 8px
  }

.item-grid:after {
  content: "";
  display: block;
  clear: both
}

.item-grid {
  margin-left: -0.5%;
  margin-right: -0.5%
}

.product-list .item-grid {
  margin-left: -5px;
  margin-right: -5px
}

.item-box {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 0 25px;
  text-align: left;
  font-family: 'Arimo', sans-serif
}

  .item-box .picture {
    z-index: 1;
    overflow: hidden;
    background-color: var(--white-color);
    margin: 0 0 20px;
    position: relative;
    text-align: center
  }

    .item-box .picture a {
      display: block;
      position: relative
    }

      .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%;
        margin: auto;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: translateZ(0) scale(1,1);
        width: auto;
        height: auto
      }

  .item-box:hover .picture a img {
    opacity: .85
  }

  .item-box .details {
    padding: 0 10px;
    text-align: center
  }

  .item-box .product-title {
    margin: 0 0 10px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--black-color);
    text-transform: inherit
  }

    .item-box .product-title a {
      display: block;
      color: var(--black-color);
      overflow: hidden;
      word-wrap: break-word;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 16px
    }


  .item-box .sku {
    margin: 0 0 10px
  }

  .item-box .product-rating-box {
    display: inline-block;
    margin: 0 0 10px
  }

  .item-box .rating {
    background: url(../images/rating1.png) repeat-x;
    width: 95px;
    height: 14px
  }

    .item-box .rating div {
      background: url(../images/rating2.png) repeat-x;
      height: 14px
    }

.product-rating-box-mb {
  display: flex;
  margin: 0 0 10px;
  justify-content: center
}

.product-list .product-rating-box-mb {
  justify-content: left
}

.product-grid .item-box .description:not([data-short-description]) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0 0 15px;
  height: 66px;
  line-height: 22px
}

.item-box .description[data-short-description] {
  display: none
}

.item-box .description a {
  display: block;
  overflow: hidden
}

.item-box .prices {
  margin: 0 0 10px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700
}

.product-grid .item-box .tax_shipping_info,
.product-grid .item-box .prices .old_prices {
  min-height: 20px;
}

.item-box .old-price {
  margin: 0 5px 0 0;
  font-size: 12px;
  color: #aaa;
  font-weight: 400;
  text-decoration: line-through
}

.item-box .actual-price {
  margin: 0 5px 0 0;
  font-size: 14px;
  color: var(--black-color);
  font-weight: 700
}

.item-box .tax-shipping-info {
  font-weight: normal;
  display: block
}

  .item-box .tax-shipping-info a {
    color: #121212;
    font-weight: 700
  }

    .item-box .tax-shipping-info a:hover {
      color: var(--black-color);
      text-decoration: underline
    }

.item-box .buttons {
  margin: 0;
  font-size: 0
}

.item-box .product-box-add-to-cart-button {
  text-align: center;
  font-size: 13px;
  color: var(--black-color);
  text-transform: uppercase;
  height: 36px;
  line-height: 33px;
  padding: 0 15px;
  font-weight: 700;
  border: 2px solid var(--black-color);
  background-color: var(--white-color);
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  width: 150px;
  margin: -18px auto 0;
  z-index: 2
}

  .item-box .product-box-add-to-cart-button:hover {
    background-color: var(--black-color);
    color: var(--white-color)
  }

.item-box .add-to-compare-list-button, .item-box .add-to-wishlist-button {
  width: 20%;
  border-left: 1px solid var(--white-color) !important;
  background-color: #eaeaea;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 2
}

.item-box .add-to-wishlist-button {
  background: url(../images/heart.png) no-repeat;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  margin: -55px auto auto;
  border: 0 !important;
  background-color: var(--white-color);
  background-position: center;
  border-radius: 50%;
  border: 1px solid var(--black-color) !important;
  background-size: 17px;
}

  .item-box .add-to-wishlist-button:hover {
    background: url(../images/heart-light.png) no-repeat;
    background-color: var(--black-color);
    background-position: center;
    border-radius: 50%;
    background-size: 17px;
  }

.product-list .item-box .add-to-wishlist-button {
  background: url(../images/heart.png) no-repeat;
  width: 27px;
  height: 27px;
  border: 1px solid var(--black-color) !important;
  background-color: var(--white-color);
  background-position: center;
}

  .product-list .item-box .add-to-wishlist-button:hover {
    background: url(../images/heart-light.png) no-repeat;
    background-color: var(--black-color);
    background-position: center;
    border-radius: 50%;
  }


.item-box .add-to-compare-list-button {
  background-image: url(../images/compare-button.png);
  width: 27px;
  height: 27px;
  border-radius: 180px;
  border: 1px solid black !important;
  top: 8px;
  right: 8px;
  position: absolute;
  background-color: var(--white-color) !important;
  margin: 0 !important;
}


  .item-box .add-to-compare-list-button:hover {
    background-image: url(../images/compare-button-hover.png);
    background-color: var(--black-color) !important;
    border-color: transparent;
  }


.product-list .item-box .product-title a {
  text-align: left
}

.heightgrid, .home-page-category-grid {
  min-height: 220px
}

.home-page-category-grid, .manufacturer-grid, .sub-category-grid, .vendor-grid {
  margin: 0 0 20px
}

  .home-page-category-grid .title, .sub-category-grid .title {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }

    .home-page-category-grid .title a, .sub-category-grid .title a {
      display: block;
      padding: 0 0 15px
    }

  .home-page-category-grid .picture, .sub-category-grid .picture {
    margin: 0
  }

    .home-page-category-grid .picture a:before, .sub-category-grid .picture a:before {
      padding-top: 65%
    }

.products-container {
  position: relative
}

  .products-container .ajax-products-busy {
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url(../images/loading.gif) center no-repeat
  }

.product-grid, .product-list {
  margin: 0 0 50px
}

.html-category-page .product-grid, .html-category-page .product-list, .featured-product-grid {
  margin: 0
}

.product-grid .title, .news-list-homepage .title, .home-page-polls .title, .filter-search.search-input .title h2 {
  color: var(--black-color);
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
  justify-content: center;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 20px;
  top: -9px;
  font-family: Montserrat,sans-serif;
}
  .product-grid .title:after, .product-grid .title:before,
  .news-list-homepage .title:after, .news-list-homepage .title:before,
  .home-page-polls .title:after, .home-page-polls .title:before, .filter-search.search-input .title h2:before, 
  .filter-search.search-input .title h2:after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 10px 0 0;
  }
  .product-grid .title:after, .news-list-homepage .title:after, .home-page-polls .title:after, .filter-search.search-input .title h2:after {
    margin-left: 10px;
    margin-right: 0;
  }
.product-grid.cross-sells .title {
  margin: 45px 0 0
}

  .product-grid.cross-sells .title strong {
    font-size: 16px
  }

.manufacturer-grid .title {
  margin: 0 0 15px;
  text-align: center;
  font-size: 16px
}

  .manufacturer-grid .title a:hover {
    color: var(--black-color);
    text-decoration: underline
  }

.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: var(--black-color);
    text-decoration: underline;
  }

.vendor-grid .picture {
  border: 1px solid #ddd
}

.pager {
  margin: 0 0 20px
}

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

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

    .pager li a, .pager li span {
      display: block;
      min-width: 35px;
      height: 35px;
      border: 1px solid #ddd;
      background-color: #eee;
      padding: 8px;
      text-align: center;
      font-size: 14px;
      cursor: pointer;
      border-radius: 50px;
      line-height: 17px
    }

    .pager li span {
      border-color: transparent;
      background-color: var(--primary-color);
      color: var(--white-color)
    }

    .pager li.first-page *, .pager li.last-page *, .pager li.next-page *, .pager li.previous-page * {
      background-position: center;
      background-repeat: no-repeat;
      font-size: 0;
      color: var(--white-color)
    }

    .pager li.previous-page * {
      background-image: url(../images/prev.png)
    }

    .pager li.next-page * {
      background-image: url(../images/next.png)
    }

    .pager li.first-page * {
      background-image: url(../images/first.png)
    }

    .pager li.last-page * {
      background-image: url(../images/last.png)
    }

    .pager li a:hover {
      border-color: transparent;
      background-color: #ddd
    }

.product-details-page {
  padding: 20px 0 0
}



.product-essential {
  margin: 0 0 40px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px
}

  .product-essential:after {
    content: "";
    display: block;
    clear: both
  }

.gallery {
  margin: 0 auto 50px
}

  .gallery .picture-wrapper {
    margin: 0 0 10px
  }

  .gallery .picture {
    position: relative;
    max-width: 100%;
    margin: 0 auto 10px;
    padding-left: 0;
    padding-right: 0
  }

    .gallery .picture img {
      max-width: 100%;
      max-height: 100%;
      margin: auto
    }

.picture-gallery .picture-thumbs img,
.video-gallery .video-thumbs iframe,
.variant-picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto
}

.gallery .picture img, .gallery .picture-thumbs img {
  width: auto;
  height: auto
}

.gallery .owl-theme .owl-controls {
  position: relative
}

  .gallery .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    margin: 5px 4px
  }

.picture-gallery .picture-thumbs {
  width: 100%;
  min-height: 100px;
}

  .picture-gallery .picture-thumbs .thumb-item {
    display: block;
    position: relative;
    margin: 0 5px 10px 0;
    overflow: hidden;
    cursor: pointer
  }

.video-gallery .video-thumbs .thumb-item {
  display: inline-block;
  position: relative;
  margin: 0 5px 10px;
  overflow: hidden;
}

.video-gallery .video-thumbs .thumb-item {
  display: inline-block;
  position: relative;
  margin: 0 5px 10px;
  overflow: hidden
}

.gallery .picture-thumbs .thumb-item:before {
  content: "";
  display: block;
  padding-top: 100%
}

.gallery .picture-thumbs .thumb-item img {
  position: absolute
}

.gallery .picture-thumbs .thumb-item:hover {
  opacity: .4
}

.overview {
  position: relative;
  margin: 0 0 30px
}

  .overview .discontinued-product {
    background: #f3f3f3;
    margin: 0 0 20px
  }

    .overview .discontinued-product h4 {
      display: inline-block;
      font-size: 14px;
      padding: 17px 17px 17px 40px;
      background: url(../images/discontinued-product-icon.png) 13px center no-repeat;
      color: #de444c
    }

  .overview .product-name {
    margin: 0 0 10px
  }

    .overview .product-name h1 {
      font-size: 24px;
      font-weight: 700;
      line-height: 30px;
      text-transform: inherit;
      font-family: Roboto,sans-serif;
      margin: 0
    }

.product-details-page .overview .short-description,
.product-details-page .overview .download-sample, .product-details-page .variant-overview .download-sample {
  margin: 0 0 15px;
}

.overview .short-description {
  margin: 0 0 25px;
  line-height: 22px;
  color: #2d2d2d;
  text-align: justify
}

.product-no-reviews, .product-reviews-overview {
  margin: 0 0 10px;
  color: var(--dark-gray-color)
}



.product-review-box {
  margin: 0 auto 8px;
  width: 100%;
}

  .product-review-box .rating {
    width: 95px;
    height: 14px;
    background: url(../images/rating1.png) repeat-x
  }

.review-item-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px !important;
}

.vendor-product-reviews .product-review-box {
  width: auto;
}

.vendor-product-reviews-title {
  margin: 0 0 10px;
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 400;
  font-family: 'Arimo',sans-serif;
  text-transform: none;
}

.vendor-page .block {
  max-width: 100%;
  text-align: right;
}

  .review-item-info .review-product-name a,
  .vendor-page .block a {
    display: inline-block;
    cursor: pointer;
    color: #2d2d2d;
    text-decoration: underline;
  }

    .vendor-page .block a:hover, .review-item-info .review-product-name a:hover {
      color: var(--black-color);
    }
  .vendor-page .block .title {
    font-weight: 400;
    font-family: 'Arimo',sans-serif;
    text-transform: none;
    font-size: 20px;
    letter-spacing:0.5px;
  }
    .vendor-page .block .title a {
      text-decoration: none;
  
    }

.review-item-info .review-product-name a:hover {
  text-decoration: underline;
}

.product-review-box .rating div {
  height: 14px;
  background: url('../images/rating2.png') repeat-x;
  font-size: 0px;
  line-height: 0px
}

.product-review-links {
  display: inline-block
}

  .product-review-links.add-review::before {
    content: "|";
    padding: 0 5px
  }

.add-review.product-no-reviews::before {
  display: none
}

.product-review-links a {
    color:#121212;
}

  .product-review-links a:hover {
    color: var(--black-color);
    text-decoration: underline
  }

.overview .value, .variant-overview .value {
  color: var(--dark-gray-color)
}

  .overview .value a, .variant-overview .value a {
    color: var(--black-color);
  }
    .overview .value a:hover, .variant-overview .value a:hover {
      text-decoration: underline
    }
.overview-buttons {
  margin: 0 0 10px;
  font-size: 0
}

  .overview-buttons div {
    width: 80%;
    margin: 0 auto 3px
  }

.overview .button-2, .variant-overview .button-2 {
  display: block;
  width: 100%;
  border: none;
  background-color: #eaeaea;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 12px 15px 12px 40px;
  text-align: left;
  font-size: 14px;
  color: var(--gray-color)
}

  .overview .button-2:hover, .variant-overview .button-2:hover {
    background-color: #ddd
  }

.overview .add-to-compare-list-button {
  background-image: url(../images/compare.png);
  font-size: 11px;
  color: #2d2d2d;
  font-weight: 700;
  background-color: transparent;
  text-transform: uppercase;
  padding: 8px 0 8px 35px;
  text-decoration: underline;
  margin-right: 10px
}

  .overview .add-to-compare-list-button:hover {
    background-image: url(../images/compare-hover.png)
  }

.overview .email-a-friend-button {
  background-image: url(../images/emailafrnd.png);
  font-size: 11px;
  color: #2d2d2d;
  font-weight: 700;
  background-color: transparent;
  text-transform: uppercase;
  padding: 8px 0 8px 35px;
  text-decoration: underline
}

  .overview .email-a-friend-button:hover {
    background-image: url(../images/emailafrnd-hover.png);
  }

.overview .subscribe-button, .variant-overview .subscribe-button {
  background-image: url(../images/email-button-white.png);
  margin-top: 10px;
  background-color: var(--black-color);
  color: var(--white-color);
  border: 2px solid var(--black-color);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px
}

  .overview .subscribe-button:hover, .variant-overview .subscribe-button:hover {
    background-image: url(../images/email-button.png);
    background-color: var(--white-color);
    color: var(--black-color)
  }

.overview .download-sample-button, .variant-overview .download-sample-button {
  background-image: url(../images/download-button.png)
}

.overview .add-to-wishlist-button {
  margin-right: 10px
}

.overview .download-sample-button:hover {
  background-image: url(../images/download-button-dark.png)
}

.overview .download-sample-button {
  background-color: var(--black-color);
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  border: 2px solid var(--black-color)
}

  .overview .download-sample-button:hover {
    color: var(--black-color);
    background-color: var(--white-color)
  }

.overview .add-to-wishlist-button, .variant-overview .add-to-wishlist-button {
  position: relative;
  background-position: 0 -267px;
  font-size: 11px;
  color: #2d2d2d;
  font-weight: 700;
  background-color: transparent;
  text-transform: uppercase;
  padding: 8px 0 8px 35px;
  text-decoration: underline;
}

  .overview .add-to-wishlist-button:after, .variant-overview .add-to-wishlist-button:after {
    content: '';
    position: absolute;
    background: url(../images/heart.png) no-repeat center var(--white-color);
    background-size: 17px;
    border: 1px solid var(--black-color);
    border-radius: 50%;
    left: 0;
    height: 27px;
    width: 27px;
    top: 0;
  }

  .overview .add-to-wishlist-button:hover:after, .variant-overview .add-to-wishlist-button:hover:after {
    background: url(../images/heart-light.png) no-repeat center var(--black-color);
    background-size: 17px;
  }

  .overview .add-to-wishlist-button:hover, .variant-overview .add-to-wishlist-button:hover, .overview .add-to-compare-list-button:hover, .overview .email-a-friend-button:hover {
    background-color: transparent
  }

.overview .manufacturers {
  margin: 0 0 10px
}

.overview .availability, .variant-overview .availability {
  margin: 0 0 10px;
  overflow: hidden
}

  .overview .availability .stock, .variant-overview .availability .stock {
    margin: 0
  }

  .overview .availability .back-in-stock-subscription, .variant-overview .availability .back-in-stock-subscription {
    display: inline-block
  }

.overview .additional-details, .variant-overview .additional-details {
  margin: 0 0 10px
}

.swiper-pagination-bullet-active {
  background-color: var(--black-color) !important;
}

.overview .additional-details div, .variant-overview .additional-details div {
  margin: 0 0 8px
}

.overview .delivery, .variant-overview .delivery {
  overflow: hidden
}

.overview .free-shipping, .variant-overview .free-shipping {
  display: inline-block;
  margin: 10px 0;
  background: url(../images/shipping.png) left center no-repeat;
  padding: 2px 0 2px 28px;
  font-weight: 700;
  color: var(--dark-gray-color);
  text-align: left
}

  .overview .free-shipping.invisible, .variant-overview .free-shipping.invisible {
    display: none
  }

.overview .delivery-date, .variant-overview .delivery-date {
  margin: 10px 0
}

.overview .min-qty-notification, .variant-overview .min-qty-notification {
  margin: 10px 0;
  font-style: italic;
  color: var(--dark-gray-color)
}

.overview .download-sample, .variant-overview .download-sample {
  display: inline-block;
  margin: 0 0 25px
}

.overview .prices, .variant-overview .prices {
  margin: 0 0 10px;
  overflow: hidden
}

  .overview .prices > div, .variant-overview .prices > div {
    margin: 0 0 5px
  }

    .overview .prices > div > span, .variant-overview .prices > div > span {
      vertical-align: middle
    }

.overview .non-discounted-price, .overview .old-product-price, .variant-overview .non-discounted-price, .variant-overview .old-product-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through
}

.overview .product-price, .variant-overview .product-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--black-color)
}

.overview .tax-shipping-info a, .variant-overview .tax-shipping-info a {
  color: #121212;
  font-weight: 700
}

  .overview .tax-shipping-info a:hover, .variant-overview .tax-shipping-info a:hover {
    color: var(--black-color);
    text-decoration: underline
  }

.customer-entered-price {
  margin: 0 0 20px;
  overflow: hidden
}

  .customer-entered-price .price-input label {
    display: block;
    margin: 0 0 5px;
    font-weight: 700;
    color: var(--dark-gray-color)
  }

  .customer-entered-price .price-input input {
    width: 170px;
    text-align: center
  }

  .customer-entered-price .price-range {
    margin: 5px 0 0;
    color: var(--gray-color)
  }

.tier-prices {
  margin: 0 0 20px
}

  .tier-prices .title {
    display: none
  }

  .tier-prices table td {
    border: 1px solid #ddd;
    padding: 10px;
    color: var(--dark-gray-color)
  }

  .tier-prices .field-header {
    min-width: 80px
  }

  .tier-prices .item-price {
    background-color: #f9f9f9;
    font-size: 16px;
    color: var(--error-red-color);
  }

.overview .add-to-cart {
  margin: 0 0 20px
}

.overview .add-to-cart-panel, .variant-overview .add-to-cart-panel {
  display: inline-block;
  position: relative
}

  .overview .add-to-cart-panel > *, .variant-overview .add-to-cart-panel > * {
    float: left
  }

.overview .qty-label, .variant-overview .qty-label {
  display: none !important
}

.add-to-cart .pre-order-availability-date label {
  padding-bottom: 5px
}

.overview .qty-input, .variant-overview .qty-input {
  width: 45px;
  height: 43px;
  padding: 0 12px;
  text-align: center;
  font-size: 15px;
  color: var(--dark-gray-color)
}

.overview .qty-dropdown, .variant-overview .qty-dropdown {
  height: 43px;
  padding: 0 12px;
  font-size: 15px;
  color: var(--dark-gray-color)
}

.overview .add-to-cart-button, .variant-overview .add-to-cart-button, .order-details-page .repost .button-2 {
  height: 43px;
  border: 2px solid var(--black-color);
  background-color: var(--black-color);
  padding: 0 35px;
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  font-family: Montserrat,sans-serif;
  transition-duration: .3s;
  line-height: 40px
}

  .overview .add-to-cart-button:hover, .variant-overview .add-to-cart-button:hover, .order-details-page .repost .button-2:hover {
    background-color: var(--white-color);
    color: var(--black-color);
    transition-duration: .3s
  }

.product-share-button {
  display: inline-block;
}

  .product-share-button .addthis_toolbox {
    display: flex
  }

.full-description {
  clear: both;
  line-height: 24px
}

.product-collateral {
  margin: 0 0 55px
}

  .product-collateral .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: var(--black-color);
    font-family: 'Arimo',sans-serif;
    text-transform: none;
  }


.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: 700;
    color: var(--black-color)
  }

  .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
  }
.filter-search{
    margin-bottom: 25px;
}
  .filter-search .advanced-search {
    width: 400px;
    max-width: 100%;
    margin: 0 auto 15px;
  }
  .filter-search.search-input .buttons {
    text-align: center;
  }
.filter-search-page .advanced-search {
  margin: 0 0 15px;
}
.search-button-flv:disabled {
  background-color: #cccccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  border: 0 !important;
  color: #fff !important;
}

.product-filter-level-values-box {
  margin: 0 0 20px;
}

  .product-filter-level-values-box .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: var(--black-color);
    font-family: 'Arimo', sans-serif;
    text-transform: none;
    font-weight: 700;
  }

    .product-filter-level-values-box .title strong {
      font-weight: 700;
    }

  .product-filter-level-values-box .sub-title {
    margin: 0 0 5px;
    font-size: 14px;
    color: #444;
    font-weight: normal;
  }
.product-specs-box {
  margin: 0 0 40px
}

  .product-specs-box td,
  .product-filter-level-values-box td {
    border: 1px solid #ddd;
    padding: 10px
  }

    .product-specs-box td.spec-group-name {
      border: 0;
      padding-top: 12px;
      font-size: 16px;
      color: var(--dark-gray-color)
    }

.product-tags-list {
  font-size: 0
}

  .product-tags-list li {
    display: inline-block;
    font-size: 14px
  }

    .product-tags-list li.separator {
      margin: 0 5px 0 3px
    }

  .product-tags-list a {
    display: inline-block;
    line-height: 24px
  }

    .product-tags-list a:hover {
      color: var(--dark-gray-color);
      text-decoration: underline
    }

.attributes {
  margin: 20px 0
}

  .attributes dl {
    overflow: hidden;
    padding: 0 2px
  }

  .attribute-label, .attributes dt {
    display: block;
    margin: 0 0 5px;
    white-space: nowrap;
    font-weight: 700;
    color: var(--dark-gray-color)
  }

  .attribute-data, .attributes dd {
    margin: 0 0 10px
  }

  .attributes li {
    margin: 8px 0 0px
  }

  .attributes select {
    width: auto;
    min-width: 100px;
    max-width: 100%
  }

  .attributes .option-list label {
    margin: 0 5px;
    font-weight: 400;
  }

  .attributes .datepicker {
    width: 280px;
    text-align: center;
    color: var(--dark-gray-color)
  }

  .attributes .qty-box input {
    width: 48px;
    height: 32px;
    text-align: center
  }

  .attributes .option-list:not(.attribute-squares) .disabled {
    opacity: .5
  }

  .attributes .attribute-squares .disabled .attribute-square {
    cursor: default;
    opacity: .25
  }

  .attributes .attribute-squares .disabled .attribute-square-container {
    background: linear-gradient(to top left,rgba(0,0,0,0) 0,rgba(0,0,0,0) calc(50% - 1.5px),#e91e63 50%,rgba(0,0,0,0) calc(50% + 1.5px),rgba(0,0,0,0) 100%),linear-gradient(to top right,rgba(0,0,0,0) 0,rgba(0,0,0,0) calc(50% - 1.5px),#e91e63 50%,rgba(0,0,0,0) calc(50% + 1.5px),rgba(0,0,0,0) 100%)
  }

  .attributes .attribute-squares .tooltip-container .not-available-text {
    font-size: 12px
  }

  .attributes .attribute-squares.color-squares .tooltip-container .not-available-text {
    margin: 5px
  }

  .attributes .attribute-squares.color-squares .tooltip-container {
    width: 120px;
    display: none
  }

  .attributes .attribute-squares.color-squares li:hover .tooltip-container {
    margin-left: -42px
  }

  .attributes .attribute-squares.color-squares .disabled .tooltip-container {
    display: block
  }

  .attributes .attribute-squares.image-squares .tooltip-container .not-available-text {
    margin-bottom: 5px;
    display: none
  }

  .attributes .attribute-squares.image-squares .disabled .tooltip-container .not-available-text {
    display: block
  }

  .attributes select option.disabled, .attributes select option:disabled {
    color: #cecece
  }

.ui-datepicker {
  width: 280px;
  box-shadow: 0 0 3px rgba(0,0,0,.15);
  background-color: var(--white-color);
  text-align: center;
  border: none;
  border-radius: 0;
  padding: 0;
  font: 400 14px Arial,Helvetica,sans-serif;
  color: var(--gray-color);
  margin: 0 !important;
}

.ui-datepicker-header {
  position: relative;
  height: 32px;
  background-color: #eee;
  color: var(--white-color);
  border: none;
  border-radius: 0;
  background-image: none;
  padding: 0 !important;
  font-weight: 400
}

  .ui-datepicker-header a {
    position: absolute;
    z-index: 1;
    line-height: 32px;
    font-size: 0;
    top: 0 !important;
    width: 32px !important;
    height: 32px !important;
    border: none !important
  }

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

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

    .ui-datepicker-header a span {
      display: none !important
    }

.ui-datepicker-title {
  position: relative;
  z-index: 0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px !important;
  color: var(--dark-gray-color)
}

.ui-datepicker-calendar {
  margin: 0 !important;
  font-size: 14px !important
}

  .ui-datepicker-calendar th {
    background-color: #eee
  }

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

    .ui-datepicker-calendar td a, .ui-datepicker-calendar th span {
      display: block;
      min-height: 32px;
      line-height: 32px;
      color: var(--dark-gray-color)
    }

    .ui-datepicker-calendar td a {
      border: none !important;
      background: none !important;
      padding: 0;
      text-align: center;
      color: var(--dark-gray-color) !important
    }

  .ui-datepicker-calendar .ui-state-active {
    outline: var(--black-color) solid 2px;
    font-weight: 700;
    color: var(--black-color) !important
  }

.attribute-squares {
  font-size: 0;
  display: inline-block
}

  .attribute-squares li {
    display: inline-block;
    margin: 0 5px 5px;
    text-align: center
  }

  .attribute-squares .attribute-square-container {
    display: block;
    position: relative;
    z-index: 0;
    padding: 1px
  }

  .attribute-squares label {
    display: block;
    margin: 0 !important;
    overflow: hidden
  }

  .attribute-squares .attribute-square {
    display: inline-block !important;
    width: 32px !important;
    height: 32px !important;
    border: 1px solid var(--dark-gray-color) !important;
    cursor: pointer
  }

  .attribute-squares .selected-value .attribute-square-container {
    background-color: var(--black-color)
  }

  .attribute-squares li input {
    display: none
  }

.attribute-squares-padding {
  padding: 0 5px 0 0;
}

.tooltip-container {
  position: absolute;
  width: 200px;
  color: var(--black-color);
  background: var(--white-color);
  border: 1px solid #eee;
  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 #eee;
    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 var(--white-color);
    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 #EEE solid
}

.tooltip-container .tooltip-body {
  margin: 5px
}

  .tooltip-container .tooltip-body img {
    border: 0 var(--white-color);
    width: 190px;
    width: auto;
    height: auto;
    max-width: 100%
  }

.giftcard {
  margin: 0 0 20px;
  overflow: hidden
}

  .giftcard div {
    margin: 0 0 10px
  }

  .giftcard label {
    display: block;
    margin: 0 auto 5px;
    font-weight: 700;
    color: var(--dark-gray-color)
  }

  .giftcard input, .giftcard textarea {
    width: 350px;
    max-width: 100%
  }

  .giftcard textarea {
    height: 150px
  }

.product-reviews-page h1 a {
  color: var(--black-color);
  text-decoration: underline
}

  .product-reviews-page h1 a:after, .product-reviews-page h1 a:before {
    content: "''"
  }

.product-reviews-page .title {
  margin: 0 0 10px;
  font-size: 20px;
  color: var(--primary-color);
  text-transform: none;
  font-weight: 400;
  font-family: 'Arimo',sans-serif; 
}

.product-reviews-page .form-fields {
  padding: 15px 0;
}


.write-review {
  margin: 0 0 60px
}

  .write-review .fieldset {
    margin: 0 0 30px
  }

  .write-review .rating-options .custom-radio {
    padding-left: 10px;
    padding-bottom: 0;
    margin-left: 5px
  }

  .write-review .rating-options .custom-control-label::before {
    left: -14px;
    top: 0
  }

  .write-review .rating-options .custom-control-label::after {
    left: -14px;
    top: 0
  }

.tooltip {
  position: initial;
  display: inline-block;
  color: var(--dark-gray-color)
}

  .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background: 100% 5% no-repeat #f0f0f0;
    border: 1px dotted silver;
    text-align: Left;
    padding: 10px 10px 5px 5px;
    position: absolute;
    z-index: 1;
    left: 10%;
    opacity: 0;
    transition: opacity .3s
  }

    .tooltip .tooltiptext::after {
      content: "";
      position: absolute
    }

  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    cursor: help
  }

.write-review .review-rating {
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin-top: 20px
}

  .write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    color: var(--dark-gray-color)
  }

  .write-review .review-rating div.first {
    color: var(--error-red-color)
  }

  .write-review .review-rating div.rating-options {
    padding-top: 2px
  }

    .write-review .review-rating div.rating-options input {
      vertical-align: baseline
    }

  .write-review .review-rating div.last {
    color: var(--success-green-color)
  }

  .write-review .review-rating li.rating-options input {
    vertical-align: baseline
  }

  .write-review .review-rating li.last {
    color: var(--success-green-color)
  }

.write-review .captcha-box {
  margin: 15px 0 0
}

.write-review .button-1 {
  background: var(--black-color);
  padding: 0 35px;
  line-height: 35px;
  height: 38px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  color: var(--white-color);
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid transparent;
  transition-duration: .2s;
  position: relative
}

  .write-review .button-1:hover {
    border: 2px solid var(--black-color);
    background: var(--white-color);
    color: var(--black-color);
    transition-duration: .2s;
    text-decoration: none
  }

.product-reviews-page .result {
  margin: 10px 0 60px;
}

.product-reviews-page .message-error {
  margin: 0;
}

.product-review-list {
  overflow: hidden
}

.product-review-item {
  margin: 0 0 20px;
  border: 1px solid #ddd;
  border-top: 0
}

  .product-review-item .review-item-head {
    border-top: 1px solid #ddd;
    overflow: hidden;
    background-color: #f6f6f6;
    padding: 10px
  }

  .product-review-item .review-title {
    line-height: 20px;
    font-size: 15px;
    color: var(--dark-gray-color)
  }

  .product-review-item .product-review-box {
    margin: 3px 0 0
  }

  .product-review-item .review-content {
    padding: 20px 10px;
    font-family: 'Arimo', sans-serif
  }

  .product-review-item .review-text {
    margin: 0 0 15px;
    line-height: 22px;
    color: var(--dark-gray-color)
  }

  .product-review-item .avatar {
    margin: 0 0 10px
  }

  .product-review-item .reply {
    margin: 15px 0;
    border-top: 1px solid #ddd
  }

  .product-review-item .reply-header {
    margin: 15px 0;
    font-weight: 700
  }

  .product-review-item .reply-text {
    line-height: 22px
  }

  .product-review-item .review-info {
    margin: 0 0 5px
  }

    .product-review-item .review-info .date {
      display: inline-block
    }

    .product-review-item .review-info label {
      font-weight: 400
    }

    .product-review-helpfulness .vote, .product-review-item .review-info a {
      display: inline-block;
      padding: 0 5px 0 0;
      color: #121212;
      cursor: pointer;
      font-weight: 700;
    }

      .product-review-item .review-info a:hover {
        color: var(--black-color);
        text-decoration: underline;
      }

.product-review-helpfulness .question {
  margin: 0 5px 0 0;
  font-style: italic
}

.product-review-helpfulness .result {
  margin: 0 0 0 10px
}

.product-review-item .review-type-rating-ext {
  overflow: hidden;
  margin: 0 0 20px
}

.wishlist-page .page-title {
  margin: 0 0 -1px
}

.wishlist-content {
  margin: 0 0 20px
}


  .wishlist-content .message-error {
    margin: 20px 0
  }

  .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: #121212;
      font-weight: 700
    }

      .wishlist-content .tax-shipping-info a:hover {
        color: #000;
        text-decoration: underline
      }

  .wishlist-content .buttons {
    font-size: 0;
    text-align: center
  }

  .wishlist-content .button-2 {
    width: 250px;
    height: 38px;
    margin: 0 auto 3px;
    border: none;
    padding: 10px 25px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    color: var(--white-color);
    margin-bottom: 20px;
  }

  .wishlist-content .update-wishlist-button, .wishlist-content .wishlist-add-to-cart-button, .return-request-page .submit-return-request-button {
    background: var(--black-color);
    padding: 0 35px;
    line-height: 35px;
    height: 38px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    color: var(--white-color);
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid transparent;
    transition-duration: .2s;
    position: relative
  }

    .wishlist-content .update-wishlist-button:hover, .wishlist-content .wishlist-add-to-cart-button:hover, .return-request-page .submit-return-request-button {
      border: 2px solid var(--black-color);
      background: var(--white-color);
      color: var(--black-color);
      transition-duration: .2s;
      text-decoration: none
    }

  .wishlist-content .email-a-friend-wishlist-button {
    min-width: 140px;
    background-color: var(--white-color);
    padding: 0px 25px;
    text-align: center;
    font-size: 14px;
    color: var(--black-color);
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid var(--black-color);
    height: 38px;
    line-height: 35px
  }

    .wishlist-content .email-a-friend-wishlist-button:hover {
      background-color: var(--black-color);
      color: var(--white-color)
    }

  .wishlist-content .delete-wishlist-button {
    background-color: #b43c55;
    font-weight: 600
  }

    .wishlist-content .delete-wishlist-button:hover,
    .wishlist-content .delete-wishlist-button:focus {
      background-color: #e1133e;
    }

  .wishlist-content .cart .custom-control-label::before,
  .wishlist-content .cart .custom-control-label::after {
    top: 4px;
  }

.wishlist-page .share-info {
  text-align: center;
  margin-bottom: 50px;
  width:100%;
  float: left;
}

  .wishlist-page .share-info span {
    display: block;
    margin: 0 0 5px
  }

  .wishlist-page .share-info a {
    font-weight: 700;
    color: var(--primary-color);
    word-break: break-all
  }

    .wishlist-page .share-info a:hover {
      color: var(--black-color);
      text-decoration: underline
    }

.wishlist-page .custom-control-label::after,
.wishlist-page .custom-control-label::before {
  left: 3px
}


.wishlist-page .no-data {
  margin: 25px 0;
}

.wishlist-buttons-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.add-wishlist-content {
  display: flex;
  gap: 5px;
}

  .add-wishlist-content .wishlist-add-custom-button {
    width: auto;
    min-width: 64px;
    min-height: 36px;
    background-color: var(--black-color);
    border: 2px solid transparent;
    padding: 5px 10px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    color: var(--white-color);
    font-weight: 600;
  }

    .add-wishlist-content .wishlist-add-custom-button:hover,
    .add-wishlist-content .wishlist-add-custom-button:focus {
      background-color: var(--white-color);
      color: var(--black-color);
      border: 2px solid var(--black-color);
    }
.details .add-wishlist-content{
    flex-wrap: wrap;
    margin-bottom: 10px;
    justify-content:center;
}
.details .wishlist-buttons-container {
  margin-bottom: 10px;
}
.button-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.button-2.custom-wishlist-button {
  min-width: 166px;
  height: 36px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--black-color);
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: var(--white-color);
  border: 2px solid var(--black-color);
  font-weight: 600;
}
  .button-2.custom-wishlist-button:hover {
    background-color: var(--black-color);
    color: var(--white-color)
  }
  .button-2.custom-wishlist-button.add-new {
    background: var(--black-color) url(../images/new-white.png) left center no-repeat;
    color: var(--white-color);
    padding: 0 10px 0 32px;
  }


    .button-2.custom-wishlist-button.add-new:hover {
      background: var(--white-color) url(../images/new.png) left center no-repeat;
      color: var(--black-color);
    }
.custom-wishlist{
    margin-top: 10px;
}
  .custom-wishlist .td-title {
    font-weight: 700;
    display: inline-block;
  }
  .compare-products-page {
    position: relative;
    overflow: hidden
  }

  .compare-products-page .clear-list {
    margin: 0 0 20px;
    background: var(--black-color);
    padding: 0 35px;
    line-height: 35px;
    height: 38px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    color: var(--white-color);
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid transparent;
    transition-duration: .2s;
    position: relative
  }

    .compare-products-page .clear-list:hover {
      border: 2px solid var(--black-color);
      background: var(--white-color);
      color: var(--black-color);
      transition-duration: .2s;
      text-decoration: none
    }

  .compare-products-page .table-wrapper {
    margin: 0 0 30px;
    padding: 0 0 1px
  }

.compare-products-table td {
  min-width: 150px;
  border: 1px solid #ddd;
  background-color: var(--white-color);
  padding: 20px;
  text-align: left;
  vertical-align: top;
  color: var(--primary-color)
}

  .compare-products-table td:first-child {
    min-width: 0
  }

  .compare-products-table td label {
    font-weight: 400;
    color: var(--gray-color)
  }

.compare-products-table .specification-group td {
  border: 0;
  padding: 15px 10px 15px
}

  .compare-products-table .specification-group td label {
    font-size: 16px;
    color: var(--dark-gray-color)
  }

.compare-products-table .remove-button {
  display: inline-block;
  border: none;
  background: url(../images/remove.png) left center no-repeat;
  padding: 0 0 0 18px;
  font-size: 13px;
  color: var(--primary-color);
  font-weight: 500
}

  .compare-products-table .remove-button:hover {
    color: var(--black-color);
    text-decoration: underline
  }

.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: 700
}

  .compare-products-table .product-name td a:hover {
    color: var(--black-color);
    text-decoration: underline
  }

.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
}

.topic-block {
  margin: 0 0 25px
}

.topic-block-title {
  margin: 25px 0 0;
  border-top: 1px solid #e0e0e0;
  padding: 0;
  font-size: 30px;
  color: var(--black-color);
  text-align: center
}

  .topic-block-title h2 {
    font-weight: 700;
    background: var(--white-color);
    position: relative;
    top: -25px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 10px;
    display: inline
  }

.topic-block-body {
  text-align: justify;
  line-height: 24px;
  font-size: 16px
}

.topic-page .page-body {
  text-align: justify;
  line-height: 22px
}

.topic-block a, .topic-page a {
  color: #121212;
  font-size: 14px;
  font-weight: 700;
}

  .topic-block a:hover, .topic-page a:hover {
    text-decoration: underline;
    color: var(--black-color);
  }

.topic-block strong, .topic-page strong {
  color: var(--dark-gray-color)
}

.home-page .topic-block {
  margin: 30px 0 50px
}

.popup-window .topic-page {
  padding: 15px
}

.not-found-page p {
  margin: 30px 15px
}

.topic-password {
  text-align: center
}

.enter-password-title {
  margin: 0 0 20px;
  color: var(--dark-gray-color);
  display: block;
}

.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 button[type=submit] {
    float: left;
    width: auto;
    min-width: 86px;
    height: 40px;
    border: none;
    padding: 0 15px;
    color: var(--black-color);
    background-color: var(--white-color);
    border: 2px solid var(--black-color);
    text-transform: uppercase;
    font-weight: 600;
  }

    .enter-password-form button[type=submit]:hover {
      background-color: var(--black-color);
      color: var(--white-color);
    }

.apply-vendor-page {
  margin-bottom: 40px
}

  .apply-vendor-page .form-fields {
    padding: 0;
  }

  .apply-vendor-page .page-title, .contact-page .page-title, .email-a-friend-page .page-title {
    margin: 0 0 -1px
  }

  .apply-vendor-page .message-error, .apply-vendor-page .result, .contact-page .message-error, .contact-page .result, .email-a-friend-page .message-error, .email-a-friend-page .result {
    margin: 20px 0
  }

  .apply-vendor-page .button-1, .contact-page .button-1, .contact-vendor .button-2, .email-a-friend-page .button-1, .ui-dialog-content .back-in-stock-subscription-page .button-1 {
    display: inline-block;
    min-width: 180px;
    margin: 0 0 5px;
    background-color: var(--black-color);
    padding: 8px 20px;
    font-size: 14px;
    color: var(--white-color);
    border: 2px solid transparent;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center
  }

    .apply-vendor-page .button-1:hover, .contact-page .button-1:hover, .contact-vendor .button-2:hover, .email-a-friend-page .button-1:hover, .ui-dialog-content .back-in-stock-subscription-page .button-1:hover {
      background-color: var(--white-color);
      color: var(--black-color);
      border: 2px solid var(--black-color)
    }

  .apply-vendor-page .title, .contact-page .topic-block, .email-a-friend-page .title {
    margin: 25px 0
  }

    .email-a-friend-page .title h2 {
      font-weight: 400;
      color: var(--primary-color)
    }

.email-a-friend-page .fieldset .inputs input, .email-a-friend-page .fieldset .inputs textarea {
  color: var(--dark-gray-color)
}

.email-a-friend-page .buttons {
  margin-bottom: 50px
}

.apply-vendor-page .terms-of-service {
  text-align: left
}

  .apply-vendor-page .terms-of-service > * {
    display: inline-block;
    line-height: 32px
  }

  .apply-vendor-page .terms-of-service a, .apply-vendor-page .terms-of-service span {
    color: var(--black-color);
    cursor: pointer
  }

.gender {
  display: inline-block
}

  .gender span {
    display: inline-block;
    margin: 0 10px 0 0
  }

    .gender span > * {
      display: inline !important;
      margin: 0 5px 0 0;
      line-height: 32px
    }

.date-of-birth .date-picker-wrapper {
  display: inline
}

.date-of-birth select {
  width: 31%;
  max-width: 126px
}

  .date-of-birth .select-wrapper + .select-wrapper, .date-of-birth select + select {
    margin: 0 0 0 10px
  }

#check-availability-button {
  margin: 10px 0 0;
  border: none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 12px;
  color: var(--white-color);
  text-transform: uppercase
}

  #check-availability-button:hover {
    background-color: #999
  }

.registration-page .inputs.accept-consent label {
  line-height: 16px
}

.inputs.accept-consent {
  text-align: left;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

  .inputs.accept-consent label {
    line-height: 0;
    position: relative;
    top: 2px
  }

  .inputs.accept-consent > * {
    display: inline-block;
    line-height: 32px
  }

  .inputs.accept-consent a, .inputs.accept-consent span {
    color: var(--black-color);
    cursor: pointer;
    font-size: 14px
  }

  .inputs.accept-consent span {
    color: var(--black-color);
    font-weight: 700;
    text-decoration: underline
  }

  .inputs.accept-consent label {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    display: block
  }

.account-activation-page .button-1, .account-page .button-1, .email-revalidation-page .button-1, .login-page .button-1, .password-recovery-page .button-1, .registration-page .button-1, .registration-result-page .button-1, .return-request-page .button-1 .wishlist-content .button-2 .shopping-cart-page .common-buttons input, .button-2.remove-picture-button, .checkout-buttons .rfq-button-2 {
  min-width: 140px;
  background-color: var(--white-color);
  padding: 7px 25px;
  text-align: center;
  font-size: 14px;
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid var(--black-color)
}

  .button-2.remove-picture-button:hover, .account-activation-page .button-1:hover, .account-page .button-1:hover, .email-revalidation-page .button-1:hover, .login-page .button-1:hover, .password-recovery-page .button-1:hover, .registration-page .button-1:hover, .registration-result-page .button-1:hover, .return-request-page .button-1:hover, .checkout-buttons .rfq-button-2:hover, .checkout-buttons .rfq-button-2:focus {
    background-color: var(--black-color);
    color: var(--white-color)
  }
  .checkout-buttons .rfq-button-2{
      width: 100%;
  }
.request-page .inputs textarea {
  margin: 0;
}
.request-page .form-fields {
  padding: 0;
}
.html-rfq-requests-page .request-list-page .info {
  margin-bottom: 0;
}
.page-body .request-options .common-buttons, .page-body .quote-options .common-buttons {
  text-align: left;
  margin-bottom: 15px;
}
.rfq-link{
    font-weight: 700;
    color: #121212;
}
.rfq-link:hover {
  text-decoration: underline;
  color: var(--black-color);
}
.html-rfq-requests-page .request-list-page .button-2 {
  display: inline-block;
  padding: 10px 0;
  font-size: 13px;
  color: #121212;
  font-weight: 500;
}
  .html-rfq-requests-page .request-list-page .button-2:hover, .html-rfq-requests-page .request-list-page .button-2:focus {
    text-decoration: underline;
    color: var(--black-color);
  }
.request-page .form-fields {
  position: relative;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 20px;
  line-height: 26px;
}
.request-page .inputs{
    margin-bottom: 0;
}
  .request-page .inputs label {
    width: auto !important;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    color: var(--dark-gray-color);
    font-size: 14px;
  }



.return-request-page {
  margin-bottom: 40px
}

  .return-request-page h1 a {
    color: var(--black-color);
    text-decoration: underline
  }

  .return-request-page .return-request-file {
    font-size: 14px;
    width: 400px;
    margin: 0 auto;
  }


.account-page .message-error, .login-page .message-error, .registration-page .message-error {
  margin: 0 0 10px
}

.account-page .page-title {
  margin-top: 10px
}

.account-activation-page .result,
.registration-result-page .result {
  margin: 0 0 30px;
  padding: 30px 0;
  text-align: left;
  font-size: 16px;
  color: var(--success-green-color)
}

.account-activation-page .result {
  color: var(--primary-color)
}

.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
}

.customer-info-page .email-to-revalidate-note, .customer-info-page .vat-note, .customer-info-page .vat-status, .registration-page .vat-note {
  display: block;
  font-size: 14px;
  margin-top: 7px;
  white-space: normal
}

.customer-info-page .form-fields {
  padding: 10px 0
}
.vendorinfo-page .form-fields{
    padding:0;
}
.vendorinfo-page .buttons {
  margin-top: 20px;
}
.login-page {
  margin-bottom: 30px
}

  .login-page .customer-blocks {
    margin: 0 0 30px
  }

  .contact-page .title,
  .contact-page .title,
  .contact-page .topic-block-title,
  .registration-page .topic-block-title,
  .login-page .title {
    margin: 0 0 15px
  }

  .login-page .new-wrapper {
    margin: 0 0 50px
  }

.contact-page .result {
  min-height: 30px !important;
}

.contact-page .result,
.contact-page .topic-block p,
.registration-page .topic-block p,
.login-page .new-wrapper .text {
  margin: 0 0 30px;
  padding: 30px;
  line-height: 22px;
  min-height: 90px
}
.login-page .forgot-password {
  float: right;
}
.login-page .new-wrapper .topic-block {
  margin: 0
}

.login-page .new-wrapper .topic-block-body strong {
  color: var(--dark-gray-color)
}

.login-page .new-wrapper .button-1 {
  margin: 0 0 5px
}

.login-page .returning-wrapper {
  margin: 0
}

  .login-page .returning-wrapper .form-fields {
    overflow: hidden;
    padding: 0
  }

  .login-page .returning-wrapper .inputs.reversed {
    white-space: normal
  }

    .login-page .returning-wrapper .inputs.reversed * {
      display: inline-block;
      width: auto;
      font-size: 13px;
      color: var(--primary-color);
      font-weight: 400
    }

  .login-page .returning-wrapper .custom-checkbox {
    margin-right: 22px;
  }

  .login-page .returning-wrapper .inputs.reversed a:hover {
    text-decoration: underline
  }

.login-page .captcha-box {
  margin: -5px 0 20px
}

.login-page .returning-wrapper .buttons {
  background-color: var(--white-color);
  padding: 0 0 30px
}

.login-page .login-password {
  position: relative;
  width: max-content;
  max-width: 100%;
  display: inline-block;
}

.login-page .password-eye {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-image: url('../images/eye-closed.png');
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  cursor: pointer;
  opacity: .75
}

.login-page .password-eye-open {
  background-image: url('../images/eye.png');
}

.login-page .returning-wrapper .message-error {
  text-align: center;
}

.registration-page .external-authentication {
  clear: both;
  display: block;
}

.external-authentication {
  margin: 0 0 50px;
  overflow: hidden;
  text-align: center
}

.registration-page .external-authentication .title {
  text-align: center;
  margin-top: 15px;
}

.external-authentication .title {
  margin: 0 0 15px;
  font-size: 20px;
  color: var(--dark-gray-color)
}

.external-authentication .buttons {
  margin: 0 0 30px;
  border-top: 1px solid #e6e6e6;
  padding: 30px
}

.external-auth-errors {
  color: var(--error-red-color)
}

.external-auth-association {
  color: var(--dark-gray-color)
}

  .external-auth-association a {
    color: var(--black-color)
  }

    .external-auth-association a:hover {
      text-decoration: underline
    }

.password-recovery-page .result {
  margin: 0 0 20px;
  font-weight: 700;
  color: var(--dark-gray-color)
}

.password-recovery-page .tooltip {
  margin: 0 0 25px;
  opacity: 1;
  position: relative
}

.add-more-external-records {
  margin-bottom: 15px;
}

  .add-more-external-records a {
    text-decoration: underline;
    color: var(--dark-gray-color);
  }

    .add-more-external-records a:hover {
      color: var(--black-color);
    }

.account-page .buttons {
  text-align: left
}

.account-page .description {
  margin: 0 0 25px;
  padding: 0 10px
}

.account-page .table-wrapper {
  margin: 0 0 30px
}

.gdpr-tools-page .result {
  margin: 20px 0;
  font-size: 13px;
  color: var(--error-red-color)
}

.gdpr-tools-page .buttons {
  margin-top: 20px
}

.gdpr-tools-page .fieldset .form-fields {
  padding: 10px 0
}

.address-list-page .info, .order-list-page .info {
  margin: 0;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 20px;
  line-height: 26px;
  color: var(--dark-gray-color)
}

  .address-list-page .info .name, .order-list-page .info .name {
    font-size: 16px;
    font-weight: 700
  }

.address-list-page .button-2, .order-list-page .button-2 {
  display: inline-block;
  margin: 0 0 0 10px;
  border: none;
  padding: 0 0 0 18px;
  font-size: 13px;
  color: var(--primary-color);
  font-weight: 500
}

.edit-address-button {
  background: url(../images/edit.png) left center no-repeat
}

.cancel-recurring-order-button, .delete-address-button {
  background: url(../images/remove.png) left center no-repeat
}

.retry-recurring-order-button {
  background: url(../images/retry.png) left center no-repeat
}

.return-items-button {
  background: url(../images/return.png) left center no-repeat
}

.order-details-button {
  background: url(../images/details.png) left center no-repeat
}

.address-list-page .button-2:hover, .order-list-page .button-2:hover {
  color: var(--black-color);
  text-decoration: underline
}

.order-filters {
  display: flex;
  flex-direction: column;
  padding-inline: 20px;
  padding-block-end: 20px;
}

.order-filters__row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-block-end: 10px;
  justify-content: end;
}

.order-filters__label {
  line-height: 26px;
  color: var(--black-color);
  margin-inline-end: 10px;
  min-width: 50px;
  font-size: 13px;
}

.order-filters__input {
  background-color: var(--white-color);
  height: 36px;
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
}

.address-list-page .add-button {
  margin: 0 0 20px;
  text-align: center
}


.address-edit-page .message-error {
  margin: 20px 0
}

.address-edit-page .edit-address {
  margin: 0 0 30px;

}

.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
}

.return-request-list-page .details {
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 20px;
  line-height: 22px;
  color: var(--dark-gray-color)
}

.return-request-list-page label {
  margin: 0 5px 0 0
}

.return-request-list-page a {
  color: var(--black-color);
  text-decoration: underline
}

  .return-request-list-page a:hover {
    text-decoration: underline
  }

.return-request-list-page .comments div {
  margin: 10px 0 0;
  font-size: 15px;
  font-style: italic;
  color: var(--dark-gray-color)
}

.downloadable-products-page table td {
  color: var(--dark-gray-color)
}

.downloadable-products-page .data-table a {
  font-weight: 700;
  color: #121212
}

  .downloadable-products-page .data-table a:hover {
    color: var(--black-color);
    text-decoration: underline;
  }
.reward-points-overview {
  margin: 0 0 10px
}

.reward-points-history table td {
  color: var(--dark-gray-color)
}

  .reward-points-history table td:first-child {
    min-width: 120px
  }

.change-password-page .page-title {
  margin: 0 0 -1px
}

.change-password-page .message-error, .change-password-page .result {
  margin: 20px 0
}

.change-password-page .fieldset {
  margin: 0 0 30px
}

.change-password-recovery-link {
  text-align: right;
  font-size: 13px;
  margin-top: 5px;
}

  .change-password-recovery-link a:hover {
    text-decoration: underline;
  }

.change-password-page .form-fields {
  padding: 10px 0 0
}

.avatar-page .page-title {
  margin: 0
}

.avatar-page input[type=file] {
  width: 100%;
  text-overflow: ellipsis;
}

.avatar-page .page-body {
  margin: 0 0 30px;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 30px 25px
}

.avatar-page .image, .avatar-page .message-error {
  margin: 0 0 10px
}

  .avatar-page .image img {
    border: 1px solid #ccc;
    width: auto;
    height: auto
  }

.avatar-page .button-1 {
  font-size: 14px;
  margin-bottom: 10px;
  width: 200px
}

.avatar-page .button-2 {
  background: var(--black-color);
  padding: 7px 25px;
  width: 200px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  color: var(--white-color);
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid transparent;
  transition-duration: .2s;
  position: relative
}

  .avatar-page .button-2:hover {
    border: 2px solid var(--black-color);
    background: var(--white-color);
    color: var(--black-color);
    transition-duration: .2s;
    text-decoration: none
  }

.avatar-page .info {
  color: var(--dark-gray-color)
}


.vendorinfo-page .vendor-picture {
  width: 400px
}

  .vendorinfo-page .vendor-picture * {
    display: block;
    margin-top: 15px
  }

.check-gift-card-balance-page .page-title {
  margin: 0 0 -1px
}

.check-gift-card-balance-page .message-error, .check-gift-card-balance-page .result {
  margin: 20px 0
}

.check-gift-card-balance-page .fieldset {
  margin: 0 0 30px
}

.registration-page .form-fields {
  padding: 0 !important
}

.order-progress {
  margin: 0 0 50px;
  background-color: #f6f6f6;
  padding: 15px 0;
  text-align: center
}

  .order-progress ul {
    font-size: 0;
    margin: 0;
    padding: 0
  }

  .order-progress li {
    display: inline-block;
    margin: 10px
  }

  .order-progress a {
    display: block;
    min-width: 70px;
    font-size: 14px;
    color: #121212
  }

    .order-progress a:before {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      margin: 0 auto 15px;
      border: 1px solid #bbb;
      background: url(../images/pointer.png) center no-repeat var(--white-color);
      border-radius: 180px
    }

  .order-progress li.active-step a {
    cursor: pointer
  }

  .order-progress li.inactive-step a {
    opacity: .3;
    cursor: default
  }

.shopping-cart-page .page-title {
  margin: 0 0 -1px;
  text-align: left;
  padding: 10px 0
}

.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: var(--black-color);
}

  .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: #121212;
    font-weight: 700
  }

    .shopping-cart-page .tax-shipping-info a:hover {
      color: var(--black-color);
      text-decoration: underline
    }

.shopping-cart-page .common-buttons {
  margin: 0 auto 40px;
  padding: 0;
  font-size: 0
}

  .shopping-cart-page .common-buttons button {
    display: inline-block;
    min-width: 220px;
    margin: 5px;
    background-color: var(--black-color);
    padding: 10px 20px;
    font-size: 14px;
    color: var(--white-color);
    border: 2px solid transparent;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center
  }

    .shopping-cart-page .common-buttons button:hover {
      background-color: var(--white-color);
      color: var(--black-color);
      border: 2px solid var(--black-color)
    }

    .shopping-cart-page .common-buttons button:first-child {
      background-color: var(--black-color)
    }

      .shopping-cart-page .common-buttons button:first-child:hover {
        background-color: var(--white-color);
        color: var(--black-color);
        border: 2px solid var(--black-color)
      }

.qq-upload-button {
  display: inline-block;
  background: var(--black-color) !important;
  color: var(--white-color) !important;
  font-size: 13px;
  font-weight: 600;
  border: 2px solid transparent !important;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 0 20px !important;
  margin: 10px 0;
  height: 38px;
  line-height: 34px;
  min-width: 165px;
}

  .qq-upload-button div {
    text-align: center !important
  }

  .qq-upload-button:hover {
    background: var(--white-color) !important;
    color: var(--black-color) !important;
    border: 2px solid var(--black-color) !important
  }

.checkout-attributes .date-picker-wrapper {
  display: flex;
  margin: 10px 0
}

  .checkout-attributes .date-picker-wrapper select:nth-child(2n) {
    margin: 0 5px
  }

._link {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px
}

.checkout-attributes {
  margin: -30px 0 30px;
  color: var(--dark-gray-color)
}

  .checkout-attributes dt {
    margin: 0 0 5px;
    font-weight: 700
  }

    .checkout-attributes dt .required {
      line-height: 21px
    }

  .checkout-attributes dd {
    margin: 0 0 15px;
    white-space: nowrap;
    position: relative;
  }

    .checkout-attributes dd .required {
      position: absolute;
      top: 0;
      right: -4px;
    }

  .checkout-attributes input[type=text], .checkout-attributes select {
    width: 400px;
    max-width: 100%;
  }

  .checkout-attributes ul {
    font-size: 0;
    white-space: initial;
  }


  .checkout-attributes .option-list > li {
    display: inline-block;
    background-color: var(--white-color);
    padding: 5px 10px 5px 0;
    font-size: 14px
  }

  .checkout-attributes .option-list .custom-control-label::after {
    top: 0px
  }

  .checkout-attributes .option-list .custom-control-label::before {
    top: 0px
  }

  .checkout-attributes .attribute-squares li {
    border: none;
    padding: 0;
    line-height: 0
  }

  .checkout-attributes li .option-list > label {
    display: inline-block;
    margin: 0 0 0 5px
  }

.selected-checkout-attributes {
  margin: 30px 0;
  color: var(--dark-gray-color)
}

  .selected-checkout-attributes br {
    content: "";
    display: block;
    margin: 3px
  }

.cart-footer {
  margin: 0 0 10px
}

  .cart-footer:after {
    content: "";
    display: block;
    clear: both
  }

  .cart-footer .totals {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
    color: var(--dark-gray-color)
  }

  .cart-footer .total-info {
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
    padding: 0
  }

.cart-total td {
  width: 50%;
  padding: 5px 0;
  text-align: right
}

  .cart-total td:first-child {
    text-align: left
  }

.cart-total .giftcard-remaining {
  display: block;
  font-style: italic
}

.cart-total .order-total {
  font-size: 20px;
  color: var(--black-color)
}

.cart-total .earn-reward-points {
  font-style: italic
}

.min-amount-warning {
  margin: 0 0 20px;
  padding: 0 15px;
  color: var(--error-red-color)
}

.terms-of-service {
  margin: 0 0 20px;
  padding: 0
}

  .terms-of-service label {
    cursor: pointer;
    display: inline;
    color:var(--dark-gray-color);
  }

  .apply-vendor-page .terms-of-service span,
  .terms-of-service a {
    margin: 0 0 2px 3px;
    color: var(--dark-gray-color);
    font-weight: 700;
    display: inline-block
  }

    .terms-of-service a:hover, .apply-vendor-page .terms-of-service span:hover {
      color: var(--black-color);
      text-decoration: underline;
    }

.cart-footer .checkout-buttons {
  padding: 0
}

.cart-footer .checkout-disabled {
  font-size: 20px;
  text-align: center;
  background: #f6f6f6;
  color: var(--black-color);
  padding: 15px 50px
}

.cart-footer .checkout-button {
  display: inline-block;
  width: 100%;
  background-color: var(--black-color);
  padding: 10px 20px;
  font-size: 14px;
  color: var(--white-color);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid var(--black-color)
}

  .cart-footer .checkout-button:hover {
    background-color: var(--white-color);
    color: var(--black-color)
  }

.cart-footer .addon-buttons {
  margin: 20px 0 0;
  padding: 0 10px
}

.shopping-cart-page .checkout-attributes {
  width: 350px;
  max-width: 100%;
  margin: 0 auto !important
}

  .shopping-cart-page .checkout-attributes select {
    height: 40px
  }

  .shopping-cart-page .checkout-attributes dl {
    margin-bottom: 15px
  }

.shopping-cart-page .selected-checkout-attributes {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 15px
}

.cart-collaterals {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 50px;
  padding: 0
}

  .cart-collaterals > div {
    margin: 0 0 15px
  }

  .cart-collaterals .button-2 {
    display: inline-block;
    background-color: var(--white-color);
    padding: 10px 15px;
    color: var(--black-color);
    border: 2px solid var(--black-color);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600
  }

    .cart-collaterals .button-2:hover {
      background-color: var(--black-color);
      border-color: transparent;
      color: var(--white-color)
    }

  .cart-collaterals .title {
    margin: 0 0 5px;
    font-size: 16px;
    color: var(--black-color);
    text-transform: uppercase
  }

    .cart-collaterals .title strong {
      font-weight: 700
    }

  .cart-collaterals .hint {
    margin: 0 0 10px
  }

  .cart-collaterals .deals > div {
    margin: 0 0 20px
  }

  .cart-collaterals .coupon-code {
    overflow: hidden
  }

    .cart-collaterals .coupon-code input[type=text] {
      float: left;
      width: 55%;
      height: 36px;
      margin: 0 -1px 0 0
    }

    .cart-collaterals .coupon-code button[type=submit] {
      float: left;
      width: 45%;
      height: 36px;
      padding: 0
    }

  .cart-collaterals .message-failure {
    margin: 5px 0 0;
    font-size: 12px;
    color: var(--error-red-color)
  }

  .cart-collaterals .message-success {
    margin: 5px 0 0;
    font-size: 12px;
    color: var(--success-green-color)
  }

  .cart-collaterals .current-code {
    margin: 5px 0 0;
    color: var(--success-green-color)
  }

.remove-discount-button, .remove-gift-card-button {
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  background: url(../images/close.png) center no-repeat var(--white-color);
  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: var(--dark-gray-color)
    }

.shopping-cart-page .no-data {
  margin: 25px 0 0
}

.estimate-shipping-popup {
  position: relative;
  background: var(--white-color);
  padding: 25px 10px;
  width: auto;
  max-width: 800px;
  margin: 0 auto
}

.shopping-cart-page .common-buttons .estimate-shipping-button {
  min-width: 220px;
  display: inline-block;
  margin: 5px 0;
  background-color: var(--black-color);
  border: 2px solid transparent;
  padding: 10px 20px;
  font-size: 14px;
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  font-family: Montserrat,sans-serif
}

  .shopping-cart-page .common-buttons .estimate-shipping-button:hover {
    color: var(--black-color);
    background-color: var(--white-color);
    border: 2px solid var(--black-color)
  }

.product-estimate-shipping .open-estimate-shipping-popup .arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0 0 3px 6px;
  border: solid var(--black-color);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px
}

.html-checkout-page .center-1 .buttons {
  text-align: center !important
}

.checkout-page .section {
  margin: 0 0 30px
}

  .checkout-page .section.order-summary {
    margin: 30px 0
  }

.checkout-page .cart-options {
  overflow: hidden
}

.checkout-page .cart-footer {
  border-top: none
}

.checkout-page .total-info {
  margin: 0;
  border-bottom: none;
  padding: 5px 20px 10px;
  background: #fafafa
}

.checkout-page .button-1 {
  background: var(--black-color);
  padding: 0 35px;
  line-height: 35px;
  height: 38px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  color: var(--white-color);
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid transparent;
  transition-duration: .2s;
  position: relative
}

  .checkout-page .button-1:hover {
    border: 2px solid var(--black-color);
    background: var(--white-color);
    color: var(--black-color);
    transition-duration: .2s;
    text-decoration: none
  }

.checkout-page .address-item {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 40px
}

  .checkout-page .address-item ul {
    margin: 0 0 15px;
    background-color: #f9f9f9;
    padding: 20px;
    color: var(--dark-gray-color)
  }

  .checkout-page .address-item li {
    padding: 5px 0
  }

    .checkout-page .address-item li.name {
      font-size: 16px;
      font-weight: 700
    }

.checkout-page .terms-of-service {
  padding-top: 20px
}

.checkout-page #opc-billing {
  min-height: 30px
}

.enter-address .message-error {
  margin: 20px 0
}

.enter-address .edit-address {
  background-color: var(--white-color);
  border-top: 1px solid #e6e6e6;
  margin: 0 0 30px;
  padding: 30px 0 0
}

  .enter-address .edit-address .inputs {
    text-align: center;
    max-width: 400px;
    margin: 0 auto 15px;
  }

    .enter-address .edit-address .inputs.custom-attributes {
      text-align: left;
    }

.checkout-page .ship-to-same-address {
  padding: 0;
  text-align: center
}

  .checkout-page .ship-to-same-address .selector {
    margin: 0 0 5px;
    font-weight: 700;
    color: var(--dark-gray-color)
  }
.checkout-page .payment-info .message-error {
  text-align: center;
}
.vat-number-warning {
  text-align: center;
  font-size: 13px;
  color: var(--error-red-color);
  margin-top: 5px
}

  .vat-number-warning a {
    text-decoration: underline
  }

.checkout-page .pickup-in-store {
  text-align: center
}

  .checkout-page .pickup-in-store .selector {
    margin: 0 0 5px;
    font-weight: 700;
    color: var(--dark-gray-color)
  }

.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 .edit-address-button {
  float: right;
  margin: 20px 10px 10px 12px
}

.checkout-page .delete-address-button {
  float: right;
  margin: 20px 0 10px
}

.payment-method .method-list, .shipping-method .method-list {
  margin: 0 auto 30px;
  overflow: hidden;
  text-align: center;
  font-size: 0
}

  .payment-method .method-list li, .shipping-method .method-list li {
    margin: 20px 0;
    font-size: 14px
  }

    .payment-method .method-list li label, .shipping-method .method-list li label {
      font-size: 13px;
      font-weight: 700;
      color: var(--dark-gray-color)
    }

.shipping-method .method-description {
  margin: 5px 0 0
}

.payment-method .use-reward-points {
  margin: 0 0 30px;
  text-align: center;
  color: var(--dark-gray-color)
}

.payment-method .payment-logo {
  display: inline-block;
  vertical-align: middle
}

  .payment-method .payment-logo label {
    display: block;
    font-size: 0 !important
  }

.payment-method .payment-details {
  min-width: 180px;
  display: inline-block;
  margin: 0 0 0 10px;
  text-align: left;
  vertical-align: middle
}

.payment-method .use-reward-points label {
  display: inline
}

.payment-info .info {
  padding: 30px 15px;
  color: var(--dark-gray-color)
}

  .payment-info .info tr {
    display: block;
    margin: 0 0 15px;
    font-size: 0
  }

  .payment-info .info td {
    display: inline-block;
    width: 100% !important;
    max-width: 400px !important;
    font-size: 14px;
    text-align: left
  }

    .payment-info .info td:only-child {
      width: 100% !important;
      max-width: 100% !important
    }

    .payment-info .info td input[type=text] {
      width: 100% !important
    }

    .payment-info .info td input[name=CardCode] {
      width: 65px !important
    }

    .payment-info .info td select {
      min-width: 70px
    }

    .payment-info .info td:first-child {
      margin: 0 0 10px
    }

  .payment-info .info p {
    text-align: center
  }

.confirm-order .buttons {
  padding: 10px 0
}


.order-details-area > div, .order-review-data > div, .shipment-details-area > div {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 40px;
  background-color: #f9f9f9;
  padding: 20px;
  color: var(--dark-gray-color)
}

.order-details-area li, .order-review-data li, .shipment-details-area li {
  padding: 3px 0
}

.order-details-area .title, .order-review-data .title, .shipment-details-area .title {
  margin: 0 0 5px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--dark-gray-color);
  text-transform: none;
  font-family: 'Arimo',sans-serif;
}


.order-details-area .payment-method-info, .order-details-area .shipping-method-info, .order-review-data .payment-method-info, .order-review-data .shipping-method-info {
  margin-top: 20px
}

.order-completed .details {
  margin: 0;
  padding: 30px 15px;
  text-align: center;
  color: var(--dark-gray-color)
}

  .order-completed .details div {
    margin: 5px 0
  }

  .order-completed .details strong {
    font-weight: 400;
    text-transform: uppercase
  }

  .order-completed .details a {
    color: #121212;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700
  }

    .order-completed .details a:hover {
      color: var(--black-color);
      text-decoration: underline;
    }

.opc .step-title {
  margin: 0;
  overflow: hidden;
  background-color: #f0f0f0
}

.opc .allow .step-title {
  background-color: #282828;
  cursor: pointer;
  min-height: 30px
}

#checkout-steps li {
  margin-bottom: 1px
}

#checkout-step-billing {
  min-height: 200px
}

.opc .step-title .number, .opc .step-title .title {
  float: left;
  min-height: 40px;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  margin: 0
}

.opc .allow .step-title .number, .opc .allow .step-title .title {
  color: var(--white-color);
  cursor: pointer
}

.opc .step-title .number {
  width: 42px;
  border-right: 1px solid var(--white-color);
  text-align: center
}

.opc .allow .step-title .number {
  background-color: var(--black-color)
}

.opc .step {
  margin: 0 0 20px;
  padding: 30px 15px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-top: 0;
  float: left;
  width: 100%
}

.opc li:after {
  content: '';
  display: block;
  clear: both
}

.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: var(--dark-gray-color)
  }

    .opc .back-link a:hover {
      color: var(--black-color);
      text-decoration: underline
    }

.opc .buttons .please-wait {
  display: block;
  margin: 10px 0 0;
  background: 0 0
}

.opc .section.pickup-in-store, .opc .section.ship-to-same-address {
  margin: 0 0 30px;
  padding: 0
}

.opc .payment-info .info tr {
  text-align: left
}

.opc .section.order-summary {
  margin: 0
}

.opc .buttons {
  text-align: center !important
}

.opc-select-address-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px 5px
}

.checkout-page .opc-select-address-container .button-1 {
  min-width: 100px;
  padding: 0 20px
}

/****** ORDER DETAILS & SHIPPING DETAILS ******/
.order-details-page .page-title {
  border-bottom: none
}

  .order-details-page .page-title h1 {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px
  }

.order-details-page .order-button-group {
  text-align: center
}

.order-details-page .page-title a {
  min-width: 180px;
  margin: 5px 5px;
  padding: 0 25px 0 25px;
  line-height: 35px;
  height: 38px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  background: var(--white-color);
  color: var(--black-color);
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid var(--black-color);
  transition-duration: .2s;
  position: relative;
  text-align: center
}

  .order-details-page .page-title a:hover {
    background: var(--black-color);
    border: 2px solid transparent;
    color: var(--white-color);
    transition-duration: .2s;
    text-decoration: none
  }

  .order-details-page .page-title a.print-order-button {
    background: var(--black-color);
    padding: 0 35px 0 35px;
    line-height: 35px;
    height: 38px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    color: var(--white-color);
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid transparent;
    transition-duration: .2s;
    position: relative;
    text-align: center
  }

    .order-details-page .page-title a.print-order-button:hover {
      border: 2px solid var(--black-color);
      background: var(--white-color);
      color: var(--black-color);
      transition-duration: .2s;
      text-decoration: none
    }

  .order-details-page .page-title a.cancel-order-button {
    background-color: #cc0000;
    border-color: transparent;
    color: var(--white-color);
  }

    .order-details-page .page-title a.cancel-order-button:hover,
    .order-details-page .page-title a.cancel-order-button:focus {
      background-color: #f00000;
    }

.order-details-page .order-overview {
  margin: 0 0 50px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  color: var(--primary-color)
}

  .order-details-page .order-overview .order-number {
    margin: 0 0 10px;
    text-transform: uppercase
  }

  .order-details-page .order-overview .order-total strong {
    font-weight: 700;
    color: var(--dark-gray-color)
  }



.order-details-page .download a {
  font-weight: 400;
  color: #222;
  text-decoration: underline
}

  .order-details-page .download a:hover {
    color: var(--black-color)
  }
.shipment-details-page{
    margin-bottom: 50px;
}
.user-agreement-page .terms-of-agreement {
  margin: 0 0 20px;
  padding: 20px 0;
  text-align: justify
}

.user-agreement-page .button-1 {
  min-width: 140px;
  border: none;
  background-color: var(--black-color);
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: var(--white-color);
  text-transform: uppercase;
  border: 1px solid var(--black-color);
  font-weight: 600
}

  .user-agreement-page .button-1:hover {
    background-color: var(--white-color);
    color: var(--black-color)
  }

.order-details-page .tax-shipping-info {
  margin: 30px 0
}

  .order-details-page .tax-shipping-info a {
    color: #121212;
    font-weight: 700
  }

    .order-details-page .tax-shipping-info a:hover {
      text-decoration: underline;
      color: var(--black-color)
    }

.order-details-page .actions {
  margin: 30px 0 0;
  font-size: 0
}

  .order-details-page .actions button {
    min-width: 205px;
    margin: 5px;
    padding: 0 35px 0 35px;
    line-height: 35px;
    height: 38px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    background: var(--white-color);
    color: var(--black-color);
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid var(--black-color);
    transition-duration: .2s;
    position: relative;
    text-align: center
  }

    .order-details-page .actions button:hover {
      background: var(--black-color);
      border: 2px solid transparent;
      color: var(--white-color);
      transition-duration: .2s;
      text-decoration: none
    }

    .order-details-page .actions button:first-child {
      background-color: var(--black-color);
      color: var(--white-color)
    }

      .order-details-page .actions button:first-child:hover {
        border: 2px solid var(--black-color);
        background: var(--white-color);
        color: var(--black-color);
        transition-duration: .2s;
        text-decoration: none
      }

.order-details-page .totals.section {
  width: 370px;
  padding: 0;
  max-width: 100%;
  margin: 0 auto 50px
}

.order-details-page .total-info {
  background-color: #f9f9f9;
  padding: 15px 20px;
  color: var(--primary-color)
}

.order-details-page .shipments .data-table a {
  color: #121212;
  font-weight: 700;
}

  .order-details-page .shipments .data-table a:hover {
    color: var(--black-color);
    text-decoration: underline;
  }

.search-page .page-title {
  margin: 0 0 -1px
}

.search-input .fieldset {
  margin: 0
}

.search-input .form-fields {
  padding: 10px 0 10px
}

.search-input input + label {
  display: inline;
  margin: 0 0 0 5px;
  padding-bottom: 0
}

.search-page .search-input input + label {
  margin: 0;
}

.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: left
}

.search-input .button-1 {
  background: var(--black-color);
  padding: 0 35px;
  line-height: 35px;
  height: 38px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  color: var(--white-color);
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid transparent;
  transition-duration: .2s;
  position: relative
}

  .search-input .button-1:hover {
    border: 2px solid var(--black-color);
    background: var(--white-color);
    color: var(--black-color);
    transition-duration: .2s;
    text-decoration: none
  }

.search-results {
  margin: 30px 0 0
}

  .search-results .warning {
    margin: 10px 0;
    color: var(--error-red-color)
  }

.sitemap-page .description {
  margin: 0 0 30px;
  text-align: center;
  font-size: 14px
}

.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: 400;
    color: var(--dark-gray-color)
  }

.sitemap-page .entity-body {
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px 15px;
  text-align: center
}

.sitemap-page .entity ul {
  font-size: 0
}

.sitemap-page .entity li {
  display: inline-block;
  position: relative;
  margin: 0 8px;
  padding: 0 12px;
  line-height: 50px;
  font-size: 14px
}

  .sitemap-page .entity li:before {
    content: "";
    position: absolute;
    top: 23px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #ddd
  }

.sitemap-page .entity a {
  color: var(--dark-gray-color)
}

  .sitemap-page .entity a:hover {
    color: var(--primary-color);
    text-decoration: underline
  }

  .sitemap-page .entity a:empty {
    display: none
  }

.blogpost-page .post-body p a:hover {
  text-decoration: underline
}

.block-blog-archive .number {
  display: block;
  color: var(--dark-gray-color);
  cursor: auto
}

.block-blog-archive .sublist {
  margin: 5px 0 5px 15px
}

.block-blog-archive li.month {
  padding: 3px 0 3px 15px
}

.blog-page .page-title, .news-list-page .page-title {
  margin: 0
}

.block-blog-archive li.month a:hover {
  text-decoration: underline
}

.blog-page .post, .news-items .news-item {
  margin: 0 0 30px
}

.news-list-homepage .news-items .news-item {
  text-align: center
}

.blog-page .post:after {
  content: "";
  display: block;
  clear: both
}

.news-title, .post-title {
  display: inline-block;
  padding: 20px 10px;
  line-height: 20px;
  font-size: 16px;
  color: var(--primary-color)
}
  .news-title h3, .post-title h3 {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 20px;
    font-size: 16px;
    text-transform: none;
    font-family: 'Arimo',sans-serif;
  }
  .news-title:hover, .post-title:hover {
    color: var(--black-color);
    text-decoration: underline
  }

.news-date, .post-date {
  display: block;
  margin: 0 0 15px;
  background-color: #f6f6f6;
  padding: 10px;
  font-style: italic;
  color: var(--dark-gray-color)
}

.news-body, .post-body {
  margin: 0 0 20px;
  padding: 0 10px;
  line-height: 22px
}

.blog-page .tags, .blogpost-page .tags {
  margin: 0 0 15px;
  overflow: hidden;
  padding: 0 10px
}

  .blog-page .tags h3, .blogpost-page .tags .tags-title {
    display: inline-block;
    margin: 0 3px 3px 0;
    font-weight: 700;
    color: var(--dark-gray-color);
    font-size: 14px;
    text-transform: none;
    font-family: 'Arimo',sans-serif;
  }

  .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
  }

    .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: #121212;
    font-weight: 700;
  }

    .blog-page .tags a:hover, .blogpost-page .tags a:hover {
      color: var(--black-color);
      text-decoration: underline;
    }

.blog-posts .buttons, .news-items .buttons {
  margin: 0;
  padding: 0 10px
}

  .blog-posts .buttons .read-comments {
    display: block;
    margin: 0 0 15px;
    font-weight: 700;
    color: var(--dark-gray-color)
  }

    .blog-posts .buttons .read-comments:hover {
      color: var(--black-color);
      text-decoration: underline
    }

  .blog-posts .buttons .read-more, .news-items .buttons .read-more {
    background: var(--black-color);
    padding: 0 35px;
    line-height: 35px;
    height: 38px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    color: var(--white-color);
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid transparent;
    transition-duration: .2s;
    position: relative
  }

    .blog-posts .buttons .read-more:hover, .news-items .buttons .read-more:hover {
      border: 2px solid var(--black-color);
      background: var(--white-color);
      color: var(--black-color);
      transition-duration: .2s;
      text-decoration: none
    }

.new-comment {
  margin: 50px 0 60px
}

  .new-comment .title {
    padding: 0 !important;
    text-align: left
  }

  .new-comment .notifications {
    margin: 0 0 10px
  }

  .new-comment .result {
    color: #690;
    text-align: left
  }

  .new-comment .form-fields {
    margin: 0 0 20px
  }

  .new-comment .button-1 {
    background: var(--black-color);
    padding: 0 35px;
    line-height: 35px;
    height: 38px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    color: var(--white-color);
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid transparent;
    transition-duration: .2s;
    position: relative
  }

    .new-comment .button-1:hover {
      border: 2px solid var(--black-color);
      background: var(--white-color);
      color: var(--black-color);
      transition-duration: .2s;
      text-decoration: none
    }

.comment-list {
  margin: 0 0 100px
}

  .comment-list .title {
    margin: 0 0 15px;
    padding: 0;
    font-size: 16px;
    color: var(--primary-color);
    text-transform: uppercase
  }

    .comment-list .title strong {
      font-weight: 600
    }

  .comment-list .comment {
    margin: 0 0 40px;
    border: 1px solid #ddd;
    margin-top: -1px !important
  }

    .comment-list .comment:after {
      content: "";
      display: block;
      clear: both
    }

.comment-info {
  margin: 0 auto
}

  .comment-info .username {
    display: block;
    margin: 0 0 -1px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 11px 20px;
    font-weight: 700;
    color: var(--dark-gray-color)
  }

  .comment-info a.username:hover {
    color: var(--black-color);
    text-decoration: underline
  }

  .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: 2px solid #CEDBE1 !important
    }

.comment-time {
  margin: 0 0 15px;
  font-size: 13px;
  font-weight: 700
}

  .comment-time span {
    color: var(--dark-gray-color)
  }

.comment-title {
  margin: 0 0 15px;
  font-size: 16px;
  color: var(--dark-gray-color)
}

.comment-body {
  line-height: 22px
}

.news-list-homepage {
  margin: 0 0 75px
}


  .news-list-homepage .view-all {
    text-align: center
  }

    .news-list-homepage .view-all a {
      color: #121212;
      font-size: 14px;
      font-weight: 700
    }

      .news-list-homepage .view-all a:hover {
        color: var(--black-color);
        text-decoration: underline;
      }

.forums-main-page .topic-block {
  margin: 0 0 35px;
  text-align: center
}

  .forums-main-page .topic-block p {
    text-align: center
  }

.forums-main-page .pager {
  display: none
}

.forum-breadcrumb {
  margin: 0 0 40px
}

.forums-header {
  margin: 0 0 50px;
  overflow: hidden;
  padding: 30px 20px 20px
}

  .forums-header:after {
    content: "";
    display: block;
    clear: both
  }

  .forums-header .current-time {
    margin: 0 0 15px;
    color: var(--dark-gray-color)
  }

.forum-search-box .basic {
  overflow: hidden;
  margin: 0 0 20px
}

.forum-search-box .advanced a {
  line-height: 22px;
  color: var(--dark-gray-color);
  font-weight: bold
}

  .forum-search-box .advanced a:hover {
    color: var(--black-color);
    text-decoration: underline
  }

.forum-search-page .page-title {
  margin: 0 0 -1px
}

.forum-search-page .no-result, .forum-search-page .search-error {
  margin: 0 0 15px;
  text-align: center;
  color: var(--error-red-color)
}

.forums-table-section {
  margin: 0 0 60px
}

  .forums-table-section + .pager {
    margin: -30px 0 30px
  }

.forums-table-section-title {
  margin: 0 0 15px;
  padding: 0
}

  .forums-table-section-title a, .forums-table-section-title strong {
    font-size: 20px;
    font-weight: 700;
    color: #222
  }

    .forums-table-section-title a:hover {
      color: var(--black-color)
    }

.forums-table-section .image div {
  width: 38px;
  height: 32px;
  margin: auto;
  background: url(../images/topic-type1.png) center no-repeat
}

  .forums-table-section .image div.sticky {
    background: url(../images/topic-type2.png) center no-repeat
  }

  .forums-table-section .image div.announcement {
    background: url(../images/topic-type3.png) center no-repeat
  }

.forums-table-section .forum-title, .forums-table-section .topic-title {
  margin: 5px 0
}

  .forums-table-section .forum-title a, .forums-table-section .topic-title a {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-gray-color)
  }

    .forums-table-section .forum-title a:hover, .forums-table-section .topic-title a:hover {
      color: var(--black-color);
      text-decoration: underline
    }

  .forums-table-section .topic-title span {
    display: block;
    color: var(--gray-color)
  }

.forums-table-section .forum-description, .forums-table-section .topic-starter {
  margin: 5px 0
}

.forums-table-section .latest-post {
  white-space: nowrap
}

  .forums-table-section .latest-post div {
    margin: 5px 0
  }

  .forums-table-section .latest-post label {
    color: var(--gray-color)
  }

.forums-table-section .view-all {
  margin: 30px 0 0;
  padding: 0 10px
}

  .forums-table-section .view-all a {
    background: var(--black-color);
    padding: 0 35px 0 35px;
    line-height: 35px;
    height: 38px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    color: var(--white-color);
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid transparent;
    transition-duration: .2s;
    position: relative
  }

    .forums-table-section .view-all a:hover {
      border: 2px solid var(--black-color);
      background: var(--white-color);
      color: var(--black-color);
      transition-duration: .2s;
      text-decoration: none
    }

.forum-page .forum-info {
  margin: 0 0 30px
}

.forum-page .forum-name, .forum-topic-page .topic-name {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px
}

  .forum-page .forum-name h1, .forum-topic-page .topic-name h1 {
    font-size: 22px;
    font-weight: 700
  }

.breadcrumb ul li:last-child a {
  color: #051632
}

.breadcrumb ul li:last-child strong {
  color: #051632
}

.forum-actions, .topic-actions {
  margin: 0 0 30px;
  font-size: 0
}

  .forum-actions .actions a, .topic-actions .actions a {
    display: inline-block;
    margin: 1px;
    padding: 10px 10px 10px 33px;
    font-size: 14px
  }

  .forum-actions .actions .new-topic {
    background: url(../images/new.png) left center no-repeat #eee
  }

  .forum-actions .actions .watch-forum, .topic-actions .actions .watch-forum {
    background: url(../images/watch.png) left center no-repeat #eee
  }

  .forum-actions .actions a:hover, .topic-actions .actions a:hover {
    background-color: #e6e6e6
  }

  .forum-actions .pager.upper, .topic-actions .pager.upper {
    display: none;
    margin: 0
  }

  .topic-actions .reply-topic-button {
    background: url(../images/reply.png) left center no-repeat #eee
  }

  .topic-actions .watch-topic-button {
    background: url(../images/watch.png) left center no-repeat #eee
  }

  .topic-actions .move-topic-button {
    background: url(../images/move.png) left center no-repeat #eee
  }

  .topic-actions .edit-topic-button {
    background: url(../images/edit_.png) left center no-repeat #eee
  }

  .topic-actions .delete-topic-button {
    background: url(../images/remove_.png) left center no-repeat #eee
  }

  .topic-actions.lower .actions {
    display: none
  }

.active-discussions-page .forums-table-section-title {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px 10px
}

  .active-discussions-page .forums-table-section-title strong {
    font-size: 30px;
    font-weight: 400
  }

.active-discussions-page .forums-table-section-body {
  margin: 0 0 20px
}

.topic-post {
  margin: 0 0 30px;
  border: 1px solid #ddd
}

  .topic-post:last-child {
    border-bottom: 1px solid #ddd
  }

  .topic-post:after {
    content: "";
    display: block;
    clear: both
  }

  .topic-post .post-info {
    margin: 30px 0
  }

  .topic-post .user-info {
    width: 150px;
    margin: 0 auto 15px
  }

  .topic-post .username {
    display: block;
    margin: 0 0 -1px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 11px 0;
    font-weight: 700;
    color: var(--dark-gray-color);
    text-align: center
  }

  .topic-post a.username:hover {
    color: var(--black-color);
    text-decoration: underline
  }

  .profile-info-box .avatar, .topic-post .avatar {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    overflow: hidden
  }

    .profile-info-box .avatar img, .topic-post .avatar img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto
    }

    .topic-post .avatar img {
      border: 2px solid #CEDBE1 !important
    }

  .topic-post .user-stats {
    margin: 0 15px
  }

    .topic-post .user-stats li {
      display: inline-block;
      margin: 0 10px
    }

    .profile-info-box .profile-stats span, .topic-post .user-stats span {
      margin: 0 0 0 3px;
      font-weight: 700;
      color: var(--dark-gray-color)
    }

  .profile-info-box .pm-button, .topic-post .pm-button {
    display: inline-block;
    border: none;
    background-color: var(--dark-gray-color);
    padding: 10px 20px;
    font-size: 12px;
    color: var(--white-color);
    text-transform: uppercase;
    margin: 10px 0 30px
  }

    .profile-info-box .pm-button:hover, .topic-post .pm-button:hover {
      background-color: var(--black-color);
    }

  .topic-post .post-time {
    margin: 0 0 15px;
    background-color: #f6f6f6;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 700
  }

    .topic-post .post-time span {
      color: var(--dark-gray-color)
    }

  .topic-post .post-actions {
    margin: 0 0 15px;
    font-size: 0
  }

    .topic-post .post-actions > div {
      display: inline-block
    }

    .topic-post .post-actions a {
      display: inline-block;
      margin: 1px 5px;
      font-size: 14px
    }

    .topic-post .post-actions .delete-post-button, .topic-post .post-actions .edit-post-button {
      padding: 10px 10px 10px 33px
    }

    .topic-post .post-actions .edit-post-button {
      background: url(../images/edit_.png) left center no-repeat
    }

    .topic-post .post-actions .delete-post-button {
      background: url(../images/remove_.png) left center no-repeat
    }

      .topic-post .post-actions .delete-post-button:hover, .topic-post .post-actions .edit-post-button:hover {
        color: var(--black-color);
        text-decoration: underline
      }

    .topic-post .post-actions .post-link-button {
      padding: 10px;
      font-weight: 700;
      color: var(--black-color)
    }

      .topic-post .post-actions .post-link-button:hover {
        text-decoration: underline
      }

    .topic-post .post-actions .quote-post-button {
      background-color: #888;
      padding: 10px 20px;
      color: var(--white-color)
    }

      .topic-post .post-actions .quote-post-button:hover {
        background-color: #999;
        color: var(--white-color)
      }

  .topic-post .post-text {
    padding: 0 10px 20px;
    line-height: 22px;
    color: var(--dark-gray-color);
    margin-bottom: 0
  }

  .topic-post .post-vote {
    text-align: center;
    display: table;
    margin: 0 auto 20px
  }

  .latest-posts .user-posted-image, .topic-post .user-posted-image {
    max-width: 100%;
    height: auto
  }

  .latest-posts .quote, .topic-post .quote {
    margin: 10px 0;
    border: 1px dashed #ccc;
    background-color: #f9f9f9;
    padding: 10px;
    color: var(--gray-color)
  }

  .topic-post .signature {
    border-top: 1px solid #ddd;
    padding: 20px;
    font-size: 13px;
    font-style: italic;
    clear: both
  }

  .topic-post .post-vote span.vote {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 24px
  }

  .topic-post .post-vote span.up {
    background: url(../images/vote-up.png) 50% 50% no-repeat
  }

  .topic-post .post-vote span.vote.up.selected {
    background: url(../images/vote-up-selected.png) 50% 50% no-repeat
  }

  .topic-post .post-vote span.down {
    background: url(../images/vote-down.png) 50% 50% no-repeat
  }

  .topic-post .post-vote span.vote.down.selected {
    background: url(../images/vote-down-selected.png) 50% 50% no-repeat
  }

  .topic-post .vote-count-post {
    display: block;
    font-size: 160%
  }
.markdown-editor-container{
    margin-bottom: 10px;
    max-width: 600px;
}

.forum-edit-page {
  margin-bottom: 50px
}

  .forum-edit-page .page-title, .move-topic-page .page-title, .private-message-send-page .page-title {
    margin: 0 0 -1px
  }

.move-topic-page label {
  white-space: normal
}

.forum-edit-page .message-error, .private-message-send-page .message-error {
  margin: 20px 0
}

.forum-edit-page .inputs strong {
  display: inline-block;
  max-width: 400px;
  font-size: 22px;
  font-weight: 400;
  color: var(--primary-color);
  white-space: normal
}

.forum-edit-page .inputs .topic-subject {
  font-size: 17px
}

.forum-edit-page .inputs.reversed {
  margin: 0;
  display: flex;
  line-height: 1
}

  .forum-edit-page .inputs.reversed label {
    width: auto;
    margin: 0 5px;
    font-size: 14px;
    white-space: normal
  }

.forum-edit-page .bb-code-editor-wrapper, .private-message-send-page .bb-code-editor-wrapper {
  margin: 10px 0;
  background-color: #ddd;
  padding: 10px;
  display: inline-block
}

.forum-edit-page .toolbar .button, .private-message-send-page .toolbar .button {
  margin: 0 2px 0 0;
  border: 1px solid #cec6b5;
  padding: 2px;
  background: var(--white-color);
  height: 32px;
  width: 34px
}

.page forum-edit-page .custom-control-label {
  line-height: 15px
}

.forum-edit-page .toolbar .button:hover, .private-message-send-page .toolbar .button:hover {
  border: 1px solid var(--dark-gray-color)
}

.forum-edit-page textarea, .private-message-send-page textarea {
  display: block;
  margin: 0
}

.forum-edit-page .buttons button, .move-topic-page .buttons button, .private-messages .buttons button {
  min-width: 140px;
  background-color: var(--white-color);
  padding: 7px 25px;
  text-align: center;
  font-size: 14px;
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid var(--black-color)
}

  .forum-edit-page .buttons .button-1, .forum-edit-page .buttons button:hover, .move-topic-page .buttons .button-1, .move-topic-page .buttons button:hover, .private-messages .buttons .button-1, .private-messages .buttons button:hover {
    background-color: var(--black-color);
    color: var(--white-color)
  }

    .forum-edit-page .buttons .button-1:hover, .move-topic-page .buttons .button-1:hover, .private-messages .buttons .button-1:hover {
      background-color: var(--white-color);
      color: var(--black-color)
    }

.private-message-send-page a {
  font-size: 14px;
  color: var(--black-color);
  font-weight: 600;
}

.private-message-send-page span {
  font-size: 14px
}

.private-messages .ui-widget-header, .profile-page .ui-widget-header {
  background: var(--white-color);
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0
}

.private-messages .ui-tabs-nav li.ui-state-active a,
.profile-page .ui-tabs-nav li.ui-state-active a {
  background: var(--black-color);
  color: var(--white-color)
}

.ui-tabs {
  border: none;
  border-radius: 0;
  background: 0 0;
  padding: 0;
  font: 400 14px Arial,Helvetica,sans-serif;
  color: var(--gray-color)
}

.ui-widget.ui-widget-content.ui-tabs {
  border: none
}

.ui-dialog .ui-dialog-titlebar {
  border-radius: 0;
}

.ui-tabs-nav {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  font-size: 0;
  margin: 0 0 30px !important;
  border-width: 0 0 1px;
  border-radius: 0;
  background: 0 0;
  padding: 0 !important;
  line-height: normal;
  font-weight: 400;
  color: var(--dark-gray-color)
}

  .ui-tabs-nav li {
    float: none !important;
    margin: 0 0 -1px !important;
    border: none !important;
    border-radius: 0;
    background: none !important;
    padding: 0 !important
  }

    .ui-tabs-nav li a {
      display: block;
      border: 1px solid #ddd;
      text-align: center;
      font-size: 18px;
      color: var(--dark-gray-color);
      float: none !important;
      padding: 12px 24px !important;
      font-family: 'Arimo',sans-serif
    }

    .ui-tabs-nav li.ui-state-active a {
      background-color: #eee;
      color: var(--black-color)
    }

.ui-tabs-panel {
  padding: 0 !important
}

.private-message-view-page .view-message, .private-messages-page .table-wrapper {
  margin: 0 0 30px
}

.private-messages-page th.select {
  text-align: center;
  padding: 10px 20px
}

.private-messages-page .custom-checkbox .custom-control-label {
  font-size: 0
}

.private-messages-page .custom-control-label::before,
.private-messages-page .custom-control-label::after {
  top: 3px;
  left: 3px
}

.private-messages-page td.from, .private-messages-page td.subject, .private-messages-page td.to {
  min-width: 150px;
  font-family: 'Arimo',sans-serif
}

.private-messages-page td.date {
  white-space: nowrap
}

.private-messages-page td.subject a {
  color: var(--dark-gray-color)
}

  .private-messages-page td.subject a.pm-unread {
    color: var(--black-color);
    text-decoration: underline
  }

.private-messages-page .pager {
  margin: 0 0 30px
}

.private-message-view-page .buttons, .private-messages-page .buttons {
  font-size: 0;
  margin-bottom: 40px
}

  .private-message-view-page .buttons .button-1, .private-message-view-page .buttons .button-2, .private-messages-page .buttons .button-1, .private-messages-page .buttons .button-2 {
    display: block;
    min-width: 230px;
    margin: 0 auto 3px;
    font-size: 15px
  }

.private-messages-page .no-items {
  padding: 20px;
  text-align: center
}

.private-message-view-page .view-message {
  margin: 0 0 30px
}

.private-message-view-page .message-head {
  margin: 0 0 20px;
  line-height: 22px
}

  .private-message-view-page .message-head span {
    color: var(--dark-gray-color)
  }

.private-message-view-page .message-body {
  border-top: 1px solid #ddd;
  background-color: #f9f9f9;
  padding: 30px 20px;
  line-height: 22px;
  text-align: justify
}



.profile-info-box {
  overflow: hidden;
  line-height: normal;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  color: var(--gray-color)
}

  .profile-info-box .user-details {
    margin: 0 0 30px
  }

  .profile-info-box .avatar {
    margin: 0 auto 15px
  }

  .profile-info-box .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: var(--dark-gray-color)
  }

  .profile-info-box .stats {
    margin: 0 0 15px
  }

.latest-posts {
  line-height: normal;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  color: var(--gray-color)
}

  .latest-posts .topic {
    margin: 0 0 35px
  }

  .latest-posts .topic-title {
    margin: 0 0 20px;
    border-top: 1px solid #ddd;
    background: #f6f6f6;
    padding: 10px;
    font-size: 16px
  }

    .latest-posts .topic-title a {
      font-weight: 700;
      color: var(--dark-gray-color)
    }

      .latest-posts .topic-title a:hover {
        color: var(--black-color);
        text-decoration: underline
      }

  .latest-posts .topic-body {
    margin: 0 0 15px;
    line-height: 22px
  }

  .latest-posts .topic-data {
    color: var(--dark-gray-color)
  }

.recently-added-products-page .page-title {
  margin: 0;
}

.csharpcode {
  margin: 10px 0;
  border: 1px dashed #ccc;
  background-color: var(--white-color);
  padding: 10px;
  font-family: "Courier New",Courier,monospace;
  color: var(--black-color);
  white-space: pre-wrap;
  word-wrap: break-word
}

  .csharpcode .rem {
    color: green
  }

  .csharpcode .kwrd {
    color: #00f
  }

  .csharpcode .str {
    color: #006080
  }

  .csharpcode .op {
    color: #00c
  }

  .csharpcode .preproc {
    color: #c63
  }

  .csharpcode .asp {
    background-color: #ff0
  }

  .csharpcode .html {
    color: maroon
  }

  .csharpcode .attr {
    color: red
  }

  .csharpcode .alt {
    width: 100%;
    margin: 0;
    background-color: #f6f6f6
  }

  .csharpcode .lnum {
    color: var(--gray-color)
  }

.scrollToTop {
  position: fixed;
  bottom: 45px;
  right: 15px;
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin: 5px;
  line-height: 24px;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  z-index: 10;
  background: var(--white-color);
  border-radius: 180px;
  border: 3px solid var(--dark-gray-color);
  text-align: center
}

  .scrollToTop:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent var(--dark-gray-color)
  }

.owl-carousel .item-box {
  width: 100% !important;
  margin-bottom: 0
}

.owl-carousel-small .owl-nav button {
  margin-top: -12px;
  width: 25px;
  height: 25px
}

  .owl-carousel-small .owl-nav button span {
    line-height: 1px
  }

.owl-nav button.disabled, .owl-nav button.disabled:hover {
  background: #ddd !important
}

.owl-nav button span {
  font-size: 0
}

.owl-nav button {
  background: #eaeaea;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  font-size: 0
}

  .owl-nav .owl-next.disabled, .owl-nav .owl-next.disabled:hover, .owl-nav .owl-prev.disabled, .owl-nav .owl-prev.disabled:hover, .owl-nav button:hover {
    background: #ddd
  }

.owl-nav .owl-prev {
  left: 4px
}

  .owl-nav .owl-prev:after {
    background: url(../images/left-arrow-gray.png) no-repeat
  }

.owl-nav .owl-next {
  right: 4px
}

  .owl-nav .owl-next:after {
    background: url(../images/right-arrow-gray.png) no-repeat
  }

.owl-nav button:after {
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  background-size: 14px;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 15px
}

  .owl-carousel .owl-dots .owl-dot {
    background-color: var(--white-color)
  }

    .owl-carousel .owl-dots .owl-dot.active span {
      background-color: var(--gray-color)
    }

    .owl-carousel .owl-dots .owl-dot span {
      display: inline-block;
      margin: 0 3px;
      height: 10px;
      width: 10px;
      background: #ddd;
      border-radius: 180px
    }

html {
  overflow: unset !important;
  margin: 0 !important
}

#estimate-shipping-popup {
  position: relative;
  background: var(--white-color);
  padding: 20px;
  width: auto;
  max-width: 800px;
  margin: 0 auto
}

.estimate-shipping-popup-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all .2s ease-in-out;
  transform: scale(0.8)
}

.estimate-shipping-popup-zoom-in.mfp-bg {
  opacity: 0;
  transition: all .3s ease-out
}

.estimate-shipping-popup-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1)
}

.estimate-shipping-popup-zoom-in.mfp-ready.mfp-bg {
  opacity: .8
}

.estimate-shipping-popup-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0
}

.estimate-shipping-popup-zoom-in.mfp-removing.mfp-bg {
  opacity: 0
}

.shipping-options-loading {
  background: url(../images/ajax-loader-small.gif) no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  right: 8px;
  margin: 4% 50%
}

.shipping-address .required {
  margin-left: 0
}

.estimate-shipping-row {
  display: flex;
  display: -webkit-flex;
  align-items: center
}

.shipping-options-body {
  margin-top: 10px
}

.estimate-shipping-row.shipping-option {
  cursor: pointer
}

  .estimate-shipping-row.shipping-option.active {
    font-weight: 700
  }

.estimate-shipping-row-item {
  flex: 0 1 100%
}

  .estimate-shipping-row-item.shipping-item {
    padding: 8px 0;
    overflow: hidden;
    overflow-wrap: break-word
  }

  .estimate-shipping-row-item.shipping-header-item {
    padding: 12px 0;
    border-bottom: 1px solid #f2f2f2;
    align-self: flex-end
  }

  .estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item {
    padding-left: 15px
  }


.estimate-shipping-row-item + .estimate-shipping-row-item {
  padding-left: 10px
}

.estimate-shipping-row-item-radio {
  flex: 0 0 35px
}

.ship-to-title {
  margin-bottom: 10px
}

.choose-shipping-title {
  margin-top: 20px
}

.estimate-shipping-address-control {
  width: 100%;
  height: 36px
}

.estimate-shipping-radio {
  display: none
}

  .estimate-shipping-radio + label {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative
  }

  .estimate-shipping-radio:checked + label:after {
    content: ' ';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    position: absolute;
    top: 6px;
    left: 6px;
    background: var(--white-color)
  }

  .estimate-shipping-radio:checked + label {
    background-color: var(--black-color);
    color: var(--white-color);
    border: 1px solid var(--black-color);
    border-color: transparent
  }

.apply-shipping-button {
  border: none;
  padding: 8px 25px;
  background-color: var(--black-color);
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid var(--black-color)
}

  .apply-shipping-button:hover {
    background: var(--white-color);
    color: var(--black-color)
  }

.apply-shipping-button-container {
  margin-top: 15px;
  text-align: center
}

.shipping-options-header {
  top: 0;
  z-index: 1;
  position: sticky;
  background-color: var(--white-color)
}

.shipping-options {
  position: relative;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
  background: 0 0/100% 7px no-repeat,0 100%/100% 7px no-repeat var(--white-color);
  background-image: -webkit-radial-gradient(50% 0,farthest-side,rgba(0,0,0,.1),rgba(0,0,0,0)),-webkit-radial-gradient(50% 100%,farthest-side,rgba(242,242,242,1),rgba(0,0,0,0));
  background-image: -moz-radial-gradient(50% 0,farthest-side,rgba(0,0,0,.1),rgba(0,0,0,0)),-moz-radial-gradient(50% 100%,farthest-side,rgba(242,242,242,1),rgba(0,0,0,0));
  background-image: radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.1),rgba(0,0,0,0)),radial-gradient(farthest-side at 50% 100%,rgba(242,242,242,1),rgba(0,0,0,0))
}

  .shipping-options:after, .shipping-options:before {
    content: "";
    position: relative;
    z-index: -1;
    display: block;
    height: 30px;
    margin: 0 0 -30px;
    background: -webkit-linear-gradient(top,var(--white-color),var(--white-color) 30%,rgba(255,255,255,0));
    background: -moz-linear-gradient(top,var(--white-color),var(--white-color) 30%,rgba(255,255,255,0));
    background: linear-gradient(to bottom,var(--white-color),var(--white-color) 30%,rgba(255,255,255,0))
  }

  .shipping-options:after {
    margin: -30px 0 0;
    background: -webkit-linear-gradient(top,rgba(255,255,255,0),var(--white-color) 70%,var(--white-color));
    background: -moz-linear-gradient(top,rgba(255,255,255,0),var(--white-color) 70%,var(--white-color));
    background: linear-gradient(to bottom,rgba(255,255,255,0),var(--white-color) 70%,var(--white-color))
  }

.no-shipping-options {
  text-align: center;
  margin: 4% 0
}

.estimate-shipping-popup .message-failure {
  margin: 5px 0 0;
  font-size: 12px;
  color: var(--error-red-color)
}

.product-estimate-shipping {
  margin-bottom: 20px
}

  .product-estimate-shipping .shipping-date {
    margin-top: 3px
  }

  .product-estimate-shipping .shipping-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-gray-color);
    margin-bottom: 5px;
    justify-content: center
  }

    .product-estimate-shipping .shipping-title .shipping-price {
      margin-left: 5px;
      vertical-align: middle
    }

    .product-estimate-shipping .shipping-title .shipping-loading {
      margin-left: 5px;
      vertical-align: middle;
      background: url(../images/ajax-loader-small.gif) no-repeat;
      width: 16px;
      height: 16px;
      display: inline-block
    }

  .product-estimate-shipping #open-estimate-shipping-popup .arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0 0 3px 6px;
    border: solid var(--black-color);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px
  }

.mobile-selector {
  margin: 15px
}

  .mobile-selector .language-selector {
    padding: 0 15px 0 6px;
    position: relative;
    text-align: left
  }

.language-selector .arrow {
  display: none;
}

.mobile-selector > div {
  margin-bottom: 10px
}

.mobile-selector select {
  min-width: 100%;
  color: var(--black-color);
  background-color: var(--white-color);
}

.price-range-filter .selected-price-range {
  font-size: 14px
}

.price-range-filter .ui-widget.ui-widget-content {
  margin: 0 5px
}

.price-range-filter .ui-state-active, .price-range-filter .ui-widget-content .ui-state-active {
  background: var(--black-color);
  border: 1px solid var(--black-color)
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid transparent;
  background: var(--black-color)
}

.btn-cmn {
  min-width: 140px;
  background-color: var(--white-color);
  padding: 7px 15px;
  text-align: center;
  font-size: 14px;
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid var(--black-color)
}

  .btn-cmn:hover {
    background-color: var(--black-color);
    color: var(--white-color)
  }



.container {
  width: 100%;
  max-width: 1340px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px
}

.html-home-page .header, .html-home-page .header-menu {
  width: 100%
}

.html-home-page .master-wrapper-content {
  max-width: 100%;
  height: auto
}

.search-box {
  float: right
}

.header-upper {
  text-align: right;
  display: table;
  width: 100%;
}

.orderonline {
  display: inline-block;
  vertical-align: top;
  color: var(--primary-color);
  font-size: 12px;
  padding-top: 8px;
  opacity: .7
}

.header .search-box {
  position: relative;
  width: 380px;
  padding-right: 0;
  background: #fafafa;
  border-bottom: 1px #e7e7e7 solid;
  height: 36px;
  margin-left: 20px
}

  .header .search-box form {
    width: 100%
  }

  .header .search-box input.search-box-text {
    width: 100%;
    border: 0;
    background-color: transparent;
    height: 36px;
    font-size: 14px;
    color: black;
    padding-right: 55px
  }

.tax-display-type-selector #customerTaxType {
  min-width: 200px;
  width: 100%
}

.header .search-box .search-box-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background: url(../images/search.png) no-repeat center/40%;
  font-size: 0;
  min-width: inherit;
  z-index: 9;
}

.free-shipping {
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600
}


.category-grid .item-grid .item-box .category-item {
  position: relative
}

  .category-grid .item-grid .item-box .category-item .title,
  .sub-category-grid .item-grid .item-box .sub-category-item .title {
    position: absolute;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: var(--white-color);
    font-size: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    font-weight: 700;
    line-height: 100%
  }

    .category-grid .item-grid .item-box .category-item .title a,
    .sub-category-grid .item-grid .item-box .sub-category-item .title a {
      display: block;
      height: 100%;
      padding: 0;
      position: relative
    }

      .category-grid .item-grid .item-box .category-item .title a span,
      .sub-category-grid .item-grid .item-box .sub-category-item .title a span {
        position: absolute;
        top: 50%;
        width: 80%;
        left: 50%;
        text-align: center;
        color: var(--black-color);
        word-break: break-all;
        background: rgba(255,255,255,0.40);
        padding: 10px 0;
        transform: translate(-50%, -50%)
      }

    .category-grid .item-grid .item-box .category-item .title:hover,
    .sub-category-grid .item-grid .item-box .sub-category-item .title:hover {
      background: rgba(255,255,255,.2);
      color: var(--white-color)
    }

body .nop-slider {
  width: 100vw;
  left: calc(-50vw + 50%);
  max-width: none !important;
  margin: 0 auto 60px;
}

.nop-slider .swiper-pagination-bullets {
  padding: 7px 0 !important
}

  .nop-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    height: 10px !important;
    width: 10px !important;
    display: inline-block;
    margin: 0 7px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
    background-color: var(--white-color);
    font-size: 0;
    opacity: 1;
  }

.nop-slider .slider-img {
  width: 100%;
}

.footer-powered-by {
  color: #ccc
}

  .footer-powered-by a:hover {
    text-decoration: underline;
    color: var(--white-color)
  }

.topcartlink a.ico-cart .cart-qty {
  background: #ffe5e5;
  color: var(--black-color);
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50px;
  text-align: center;
  font-size: 11px
}

.banner-inner {
  width: 100%;
  clear: both;
  background: #FAFAF8;
  position: relative
}

.bannerinner-img {
  width: 100%;
  height: auto
}

.banner-inner .container {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  height: 100%;
  top: 0
}

.banner-inner .content {
  width: 460px;
  float: right;
  text-align: center;
  display: table;
  height: 100%
}

.content-innner {
  display: table-cell;
  vertical-align: middle
}

  .content-innner h2 {
    font-size: 40px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px
  }

    .content-innner h2:after {
      content: "";
      width: 50px;
      height: 2px;
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      background-color: var(--black-color);
      bottom: 0
    }

  .content-innner p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 35px
  }

.button {
  background: var(--black-color);
  padding: 0 35px;
  line-height: 35px;
  height: 38px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  color: var(--white-color);
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid transparent;
  transition-duration: .2s;
  position: relative
}

  .button:after {
    right: 20px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-left-color: var(--white-color);
    border-width: 5px;
    margin-top: -5px
  }

  .button:hover:after {
    border-left-color: var(--black-color)
  }

  .button:hover {
    border: 2px solid var(--black-color);
    background: var(--white-color);
    color: var(--black-color);
    transition-duration: .2s;
    text-decoration: none
  }

.sections {
  padding: 20px 0;
  width: 100%
}

.static-title {
  margin: 25px 0 0;
  border-top: 1px solid #e0e0e0;
  padding: 0;
  font-size: 30px;
  color: var(--black-color);
  text-align: center
}

  .static-title strong {
    font-weight: 700;
    background: var(--white-color);
    position: relative;
    top: -25px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 10px;
    letter-spacing: .05em
  }

.news-item {
  text-align: left
}

  .news-item h2, .post-title h2 {
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-transform: none;
    font-family: 'Arimo',sans-serif;
  }

  .news-item p {
    font-size: 12px;
    color: #2d2d2d;
    padding-bottom: 10px;
    line-height: 20px;
    font-family: Roboto,sans-serif
  }

#brandslider .item {
  margin: 3px;
  text-align: center
}

  #brandslider .item img {
    height: auto;
    max-width: 100%
  }

#brandslider {
  border-top: 1px solid #E0E0E0;
  padding: 25px 0 0
}

  #brandslider .owl-wrapper-outer {
    margin-top: 8px
  }

  #brandslider .owl-controls .owl-buttons div.owl-prev {
    background: url(../images/allimg.png) 13px -441px no-repeat;
    left: 0
  }

  #brandslider .owl-controls .owl-buttons div.owl-next {
    background: url(../images/allimg.png) 16px -507px no-repeat;
    right: 0
  }

.instagram {
  background: var(--white-color)8ee;
  text-align: center;
  margin-bottom: 0;
  padding: 60px 0
}

  .instagram h2 {
    font-size: 20px;
    text-transform: uppercase
  }

  .instagram p {
    color: #2d2d2d;
    font-size: 12px;
    padding-bottom: 30px;
    padding-top: 5px
  }

.instagram-gallery .instagram-item {
  float: left;
  padding: 0
}

#instragram-slider .item {
  margin: 0 10px
}

  #instragram-slider .item img {
    max-width: 100%;
    height: auto;
    transition-duration: .3s;
    opacity: 1
  }

  #instragram-slider .item:hover img {
    opacity: .5;
    transition-duration: .3s
  }

#instragram-slider .owl-wrapper-outer {
  margin-bottom: 40px
}

.product-grid .product-item:hover a img {
  opacity: .5
}

.product-grid .product-item .picture a {
  z-index: 1
}

.item-box .product-hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition-duration: .2s;
  height: 100%;
  width: auto;
  display: contents;
  /* display: ruby-text-container;*/
  visibility: hidden
}

.item-grid .item-box .product-item:hover .product-hover {
  transition-duration: .2s;
  visibility: visible
}


.item-box .product-hover .quickview {
  background: var(--dark-gray-color);
  font-size: 11px;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  color: var(--white-color);
  height: 25px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none
}

  .item-box .product-hover .quickview:before {
    display: none
  }

body .item-box .product-rating-box {
  width: 95px;
  margin: 30px auto auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 30%;
  z-index: 2
}

.login-page .page-title {
  display: none
}

.contact-page .topic-block-title h2,
.registration-page .topic-block-title h2 {
  top: 0;
  background: unset;
  font-size: 16px;
}

.contact-page .topic-block-title,
.contact-page .title,
.registration-page .topic-block-title,
.registration-page .title,
.login-page .title {
  background: #fafafa;
  text-align: center;
  padding: 15px 0 13px;
  border: 1px solid #eaeaea;
  border-left: 0;
  border-right: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--black-color);
  font-family: 'Arimo',sans-serif;
}


.registration-page .page-title h1 {
  font-weight: 700;
  padding: 0;
  margin: 0;
  font-size: 20px
}

.password-recovery-page .page-title {
  padding: 15px 0 13px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--black-color);
  margin-bottom: 15px
}

  .password-recovery-page .page-title h1 {
    font-weight: 700;
    padding: 0;
    margin: 0;
    font-size: 20px
  }

.breadcrumb span.delimiter {
  margin: 0 10px;
  line-height: 0;
  width: 0;
  height: 0;
  text-indent: -999em;
  border-left: 4px solid #cbcbcb;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  display: inline-flex;
  margin-left: 0
}

.category-grid .item-box {
  width: 32.3333%
}

.registration-page,
.login-page {
  margin-top: 15px;
}

.password-recovery-page {
  padding-bottom: 40px
}

  .password-recovery-page .page-body {
    font-family: Roboto,sans-serif
  }

  .password-recovery-page .inputs label {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 500;
    padding-bottom: 5px
  }

  .password-recovery-page .form-fields {
    padding: 0
  }

.product-selectors .product-viewmode {
  float: left;
  margin: 0
}

.product-selectors > div.product-page-size {
  margin: 7px 10px
}

.product-selectors > div.product-sorting {
  float: right;
  margin: 7px 0
}

.product-selectors .product-viewmode span {
  float: left;
  border-right: 1px solid #cbcbcb;
  margin-right: 0;
  padding: 16px 20px
}

.product-selectors .product-viewmode a.selected {
  margin-top: 10px
}

.product-selectors select {
  font-weight: 300;
  background: white
}

.category-page {
  padding-top: 0
}

  .category-page .page-title h1 {
    margin: 7px 0;
  }

.color-option {
  width: 100%;
  text-align: center;
  padding: 0
}

  .color-option li {
    display: inline-block;
    padding: 0 2px
  }

    .color-option li a {
      border-radius: 50px;
      width: 10px;
      height: 10px;
      display: block
    }

      .color-option li a.coloroption1 {
        background: #00f
      }

      .color-option li a.coloroption2 {
        background: red
      }

      .color-option li a.coloroption3 {
        background: orange
      }

      .color-option li a.coloroption4 {
        background: var(--black-color)
      }

.block-manufacturer-navigation .listbox .list li,
.block-vendor-navigation .listbox .list li {
  padding: 5px 0
}

  .block-manufacturer-navigation .listbox .list li a,
  .block-vendor-navigation .listbox .list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    transition-duration: .3s
  }

.product-list .color-option, .product-list .item-box .details {
  text-align: left
}

.label {
  color: var(--black-color);
  font-size: 12px;
  padding: 0;
  margin: 0
}

.product-reviews-overview .product-review-links {
  display: inline-block;
  vertical-align: top
}

.additional-details .label, .availability .label, .manufacturers .label {
  text-transform: uppercase;
  font-size: 11px;
  color: #2d2d2d;
  display: inline-block;
  text-align: left
}

.shares-section {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 13px 0;
  float: left;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px
}

  .shares-section .shares-title {
    color: #969696;
  }

  .shares-section .product-share-button {
    padding-left: 5px
  }

.related-products-grid {
  width: 100%;
  padding-top: 10px
}

  .related-products-grid .title {
    margin: 0 0 40px
  }

.mini-shopping-cart .items {
  max-height: 300px;
  overflow-y: auto
}

.mini-shopping-cart .totals strong {
  float: right
}

.mini-shopping-cart .buttons .cart-button {
  background: var(--black-color);
  color: var(--white-color);
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  padding: 12px 0;
  border: none;
  outline: 2px solid var(--black-color);
}

  .mini-shopping-cart .buttons .cart-button:hover {
    background: var(--white-color);
    color: var(--black-color);
  }

.mini-shopping-cart .name {
  font-size: 12px;
  color: var(--black-color)
}

  .mini-shopping-cart .name a {
    color: var(--black-color)
  }

.mobile-header {
  display: none
}


  .footer-block .title {
    margin: 0 0 15px;
    background: 0 0;
    padding: 0;
    color: var(--white-color);
    cursor: auto;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif
  }

.footer-upper .follow-us {
  width: 28%;
  margin: 0;
  float: right;
}

.newsletter-email .newsletter-subscribe-button {
  width: 145px;
  padding: 0 5px;
  background: var(--white-color);
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: var(--black-color);
  border: 2px solid var(--white-color)
}

  .newsletter-email .newsletter-subscribe-button:hover {
    background: var(--black-color);
    color: var(--white-color)
  }

.news-iteminner {
  text-align: center
}

  .news-iteminner .newsimg img {
    max-width: 100%;
    height: auto
  }

.mobilesearch.dropdown-search-mobile,
.header-linksmobile ul.myaccount-dropdown {
  position: absolute;
  background-color: var(--white-color);
  left: 0;
  width: 100%;
  top: 50px;
  box-shadow: 0 0 3px rgba(0,0,0,.5);
  z-index: 5;
  padding: 5px 0
}

.header-linksmobile ul.myaccount-dropdown {
  flex-direction: column;
}

  .header-linksmobile ul.myaccount-dropdown li {
    background-color: var(--white-color);
    width: 100%;
    height: auto;
    padding: 0 15px;
    text-align: left;
    line-height: normal;
    margin: 0;
    display: block
  }

    .header-linksmobile ul.myaccount-dropdown li a {
      color: var(--black-color);
      text-align: left
    }

      .header-linksmobile ul.myaccount-dropdown li a:hover {
        color: var(--black-color);
        text-decoration: underline
      }

.cart-left-section, .product-grid.cross-sells {
  float: left;
  width: 73%
}

.cart-right-section {
  float: right;
  width: 26%;
  padding-left: 15px;
  padding-right: 10px;
}

  .cart-right-section .cart_date_picker {
    position: relative;
  }

    .cart-right-section .cart_date_picker .required {
      position: absolute;
      top: 0;
      right: -4px;
    }

.product-title, .totals-title {
  color: var(--black-color);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  background: #fafafa;
  border-bottom: 1px solid #eaeaea;
  padding: 12px 20px 8px;
  letter-spacing: .02em;
  line-height: 20px;
  margin-bottom: 15px
}

.totals-title {
  text-align: center
}

.cart-footer .totals {
  padding: 0;
  background-color: transparent
}

.cart-footer .terms-of-service {
  position: relative;
  min-height: 25px;
}

  .cart-footer .terms-of-service label {
    font-weight: 400
  }

.cart-footer .custom-control-label::before,
.cart-footer .custom-control-label::after,
.product-spec-group .custom-control-label::before,
.product-spec-group .custom-control-label::after,
.product-manufacturer-group .custom-control-label::before,
.product-manufacturer-group .custom-control-label::after {
  top: 2px
}

.confirm-order .custom-control-label::before, .confirm-order .custom-control-label::after {
  top: 0
}

.cart-footer .terms-of-service input#termsofservice {
  position: absolute;
  left: 0;
  top: 5px
}

body input[type=checkbox], body input[type=radio] {
  margin-top: 0
}

.checkout-page {
  padding-bottom: 30px
}

.billing-info-wrap, .shipping-info-wrap, .order-info-wrap {
  border: 1px solid #e5e5e5
}

label {
  margin-bottom: 0
}

.order-completed-page .page-title, .order-completed-page .title {
  text-align: center
}

.order-completed-page .page-title {
  margin-top: 30px;
}

.html-account-page .side-2 {
  background-color: #f4f4f4;
  margin-top: 15px
}

.html-account-page .listbox .list li {
  padding: 8px 15px
}

  .html-account-page .listbox .list li a {
    font-size: 14px;
    position: relative;
    padding: 0 0 0 15px;
    display: inline-block
  }

  .html-account-page .listbox .list li.active a {
    font-weight: 700
  }

  .html-account-page .listbox .list li a:before {
    left: 0;
    top: 5px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0,0,0,0);
    border-left-color: var(--black-color);
    border-width: 5px
  }


  .account-page .fieldset .title, .account-page .section .title {
    padding: 10px 0;
    margin: 0
  }

.account-page.customer-info-page .fieldset {
  margin-bottom: 0;
}

  .account-page.customer-info-page .fieldset .title {
    padding-top: 0;
  }

.account-page .section .title {
  padding: 10px 15px
}

.reward-points-history .no-data {
  padding: 0 15px 15px
}

.item-box .details .product-title {
  background-color: transparent;
  padding: 0;
  border: 0;
  text-align: center
}

  .item-box .details .product-title a {
    color: var(--black-color);
  }

.product-list .item-box .product-title a {
  text-align: left;
}

.item-box .details .product-title a:hover {
  text-decoration: underline;
}

.offer-message {
  background: #ffe8e8;
  color: #b05d5d;
  text-align: center;
  font-size: 11px;
  padding: 12px 0 8px;
  text-transform: uppercase;
  letter-spacing: .05em
}

  .offer-message p {
    margin: 0;
    font-family: Montserrat,sans-serif;
    font-weight: 500
  }

    .offer-message p a {
      text-decoration: underline
    }

      .offer-message p a:hover {
        text-decoration: none
      }

  .offer-message .close {
    color: #b05d5d;
    font-size: 12px;
    opacity: 1;
    text-decoration: none
  }

.header-links .ico-wishlist .wishlist-qty {
  background: #ffe5e5;
  color: var(--black-color);
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50px;
  text-align: center;
  font-size: 11px
}

.payment-methods {
  width: 100%;
  clear: both;
  text-align: left;
  padding: 20px 0
}

  .payment-methods li {
    display: inline-block;
    margin-right: 20px
  }

.showmore-wrapper {
  width: 100%;
  text-align: center
}

.featured-produt {
  min-height: 360px
}


.showmore-wrapper .button-1 {
  width: 345px;
  background-color: var(--white-color);
  padding: 7px 25px;
  text-align: center;
  font-size: 12px;
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid var(--black-color);
  display: inline-block
}

  .showmore-wrapper .button-1:hover {
    background: var(--black-color);
    color: var(--white-color)
  }

.sale-label {
  color: #e95144;
  line-height: 16px;
  height: 20px;
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 5px;
  border: 2px solid #e95144;
  background: var(--white-color);
  margin-bottom: 10px;
  float: right;
  clear: both;
  position: absolute;
  z-index: 55;
  top: 0;
  right: 0
}

.header-linksmobile ul li .header-selectors-wrapper .currency-selector select {
  line-height: normal
}

  .header-linksmobile ul li .header-selectors-wrapper .currency-selector select option {
    color: var(--dark-gray-color)
  }

.bactegory-banner img {
  width: 100%;
  height: auto
}

.registration-page .inputs label {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 13px;
  padding-bottom: 5px;
  margin-left: 0;
  margin-right: 10px
}

.registration-page .inputs .gender label {
  padding-bottom: 0
}

.accept-consent label {
  margin: 0 5px !important
}

.contact-page {
  padding-top: 15px;
  padding-bottom: 30px
}
  .contact-page .topic-password {
    margin-bottom: 30px;
  }
.password-error{
    text-align: center;
}
.contact-right {
  float: right;
  width: 25%;
  padding-left: 0
}

  .contact-right h4 {
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 700;
    padding: 0 0 15px;
    margin: 6px 0 16px;
    text-transform: uppercase;
    position: relative
  }

    .contact-right h4:after {
      width: 48px;
      height: 2px;
      position: absolute;
      background: var(--black-color);
      content: "";
      left: 0;
      bottom: 0
    }

  .contact-right p {
    margin-bottom: 20px;
    line-height: 20px
  }

    .contact-right p.open-hours {
      padding-top: 25px;
      margin-top: 25px;
      border-top: 1px solid #eaeaea
    }

.contact-left h1 {
  font-size: 20px;
  letter-spacing: .05em;
  font-weight: 700;
  margin: 6px 0 16px;
  text-transform: uppercase;
  position: relative
}

.contact-left .topic-block-body p {
  font-size: 12px
}

.contact-left .topic-block {
  margin: 0 0 30px;
}

.contact-left .form-fields {
  padding: 0
}

.contact-page .buttons {
  text-align: left;
}

.registration-page .buttons,
.login-page .buttons {
  text-align: center
}

.password-recovery-page .buttons {
  text-align: left;
  width: 100%
}

.master-column-wrapper {
  max-width: 1340px;
  margin: auto
}

.html-home-page .master-column-wrapper {
  max-width: inherit
}



.headerfixed .header-links li {
  opacity: 0
}

  .headerfixed .header-links li.topcartlink {
    opacity: 1
  }

.header {
  font-family: 'Arimo', sans-serif
}

.prices .product-price .price-value-1 {
  color: var(--black-color)
}

.nop-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 180px !important
}

.nop-slider .swiper-pagination-bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--black-color) !important
}

.nop-slider .swiper-button-next, .nop-slider .swiper-button-prev {
  width: 16px;
  height: 27px;
}

  .nop-slider .swiper-button-next:after, .nop-slider .swiper-button-prev:after {
    font-size: 27px;
  }

.nop-slider .swiper-button-prev {
  left: 30px;
}

.nop-slider .swiper-button-next {
  right: 30px
}

.registration-page .fieldset .title {
  display: none;
}

@media all and (max-width:1600px) {
  .headerfixed .header-menu {
    padding-left: 110px;
    padding-right: 110px
  }
}

@media all and (max-width:1381px) {
  .nop-slider {
    min-height: 400px
  }

  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }


  .banner-inner .content {
    width: 40%
  }

  .banner-inner .container {
    margin-left: 0;
    left: inherit;
    right: 0
  }
}

@media all and (max-width:991px) {
  .nop-slider {
    margin: 0 0 30px;
  }

  .registration-page .register_content {
    margin-bottom: 25px;
  }
  .footer-navigation{
      gap: 25px;
      margin-bottom: 25px;
  }
  .footer-upper .follow-us {
    width: 100%;
    text-align: left;
  }
  .footer-lower .container {
    display: flex;
    flex-direction: column;
  }

    .footer-lower .container .footer_left {
      order: 2;
      display: block;
    }

    .footer-lower .container .accepted-payment {
      order: 1;
      display: block;
    }

    .footer-lower .container .footer_right {
      order: 3;
    }

  .mobile-selector .language-flag:before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0px;
    font-size: 17px;
    color: var(--black-color);
    font-family: 'FontAwesome';
    font-weight: 900;
    transform: translate(-5px, -50%)
  }

  .mobile-selector .language-selector {
    padding: 0
  }

  .language-selector .arrow {
    position: absolute;
    right: 4px;
    display: block
  }

    .language-selector .arrow i {
      font-size: 16px;
      font-weight: bolder
    }

  .mobile-selector .language-flag {
    padding: 6px 15px 6px 6px;
    border: 1px solid #ddd;
    position: relative
  }
  .button-row{
      margin-bottom: 0;
  }
  .wishlist-content .check-label {
    display: inline-block;
    text-align: center
  }

  .wishlist-content .custom-checkbox {
    padding: 0 15px 0 0
  }


  .wishlist-content .cart .custom-control-label::before,
  .wishlist-content .cart .custom-control-label::after {
    top: 1px;
    left: 91px
  }
  .wishlist-content .custom-control-label {
    padding-left: 0;
  }
  .attribute-squares li:hover .tooltip-container {
    margin-left: 3px
  }

  .tooltip-container:before {
    left: 10px
  }

  .shares-section {
    margin: 0 0 20px
  }

  .order-progress {
    margin: 0
  }

  .order-details-page .totals.section {
    width: 100%;
    padding: 0;
    max-width: 100%
  }

  .address-list-page .info, .order-list-page .info {
    margin: 0 0 20px
  }

  .pager ul {
    text-align: center
  }

  .desktop-link {
    display: none !important;
    margin: 0 !important
  }

  .header-right .header-links-wrapper, .hide-mobile {
    display: none
  }

  .mobile-header {
    display: block
  }

  .header-linksmobile ul {
    padding: 0;
    margin: 0;
    font-size: large;
    display: flex;
    width: 100%;
  }

  .header-linksmobile li .header-selectors-wrapper {
    display: block
  }

  .header-selectors-wrapper {
    display: none
  }

  .header-linksmobile ul li.mobilemenulink {
    cursor: pointer
  }

  .header-linksmobile > ul > li {
    min-width: 22.21%;
    width: 100%;
    background-color: var(--black-color);
    border-left: 1px solid #868686;
    height: 50px;
    line-height: 50px;
    margin: 0;
  }

  .header-linksmobile ul li.topcartlink {
    min-width: 33.33%;
    width: 100%;
    max-width: inherit;
    margin: 0;
    padding: 0
  }

    .header-linksmobile ul li.topcartlink a {
      display: block;
      width: 100%;
      background: url(../images/shopping-bag-mobile.svg) no-repeat center/24px;
      height: 50px;
      padding: 0 0 0 20px
    }

      .header-linksmobile ul li.topcartlink a .cart-label {
        font-size: 0
      }

      .header-linksmobile ul li.topcartlink a .cart-qty {
        background-color: var(--white-color);
        color: black;
        font-size: 10px;
        min-width: 20px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        top: 16px;
        text-decoration: none !important
      }

  .mobile-search-logo .fa-search,
  .header-linksmobile ul li.mobilemenulink i {
    font-size: 22px;
    color: var(--white-color);
    position: relative;
    top: 3px
  }

  .header-linksmobile ul li .myaccount {
    font-size: 22px;
    color: var(--white-color);
    display: block;
    line-height: inherit
  }

  .header-linksmobile ul li .header-selectors-wrapper {
    padding: 0;
    margin: 0;
    border: 0
  }

    .header-linksmobile ul li .header-selectors-wrapper .currency-selector, .header-selectors-wrapper > div.language-selector {
      padding: 0 5px 0 0;
      margin: 0;
      width: auto;
      position: relative;
      line-height: initial
    }

  .header .language-selector .language-flag {
    padding-right: 5px
  }

  .header-linksmobile ul li .header-selectors-wrapper .currency-selector:after, .header-selectors-wrapper > div.language-selector:after {
    top: 50%;
    right: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-top-color: var(--white-color);
    border-width: 4px;
    margin-top: -1px
  }

  .header-linksmobile ul li .header-selectors-wrapper select {
    color: var(--white-color);
    font-size: 11px;
    border: 0;
    font-weight: 500;
    text-transform: uppercase
  }

    .header-linksmobile ul li .header-selectors-wrapper select option {
      color: var(--dark-gray-color)
    }

  .header-linksmobile ul li:first-child {
    border-left: 0
  }

  .mobile-header {
    float: left;
    width: 100%
  }

  .header-upper {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    padding: 10px 5px
  }

  .header .header-upper {
    display: none
  }

  .header-lower, .header-menu {
    float: left;
    width: 100%
  }

  .header-logo {
    width: 100%;
    text-align: center
  }

  .header-right {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px
  }

  .free-shipping {
    text-align: center
  }

  .header-upper .store-search-box {
    display: none
  }

  .contact-page .result,
  .contact-page .topic-block p,
  .registration-page .topic-block p,
  .login-page .new-wrapper .text {
    padding: 0
  }

  .orderonline {
    padding-top: 0
  }

  .header-lower {
    padding: 20px 0 0
  }

  .home-page .topic-block {
    margin: 30px 0 30px
  }

  .mobilesearch {
    float: left;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    position: relative;
    padding-right: 50px;
    border-bottom: 1px solid #e7e7e7;
    display: none;
  }

    .mobilesearch .search-box-text {
      width: 100%;
      border: 0;
      height: auto;
      padding: 15px 40px 15px 15px;
      background-color: white;
      color: black
    }

    .mobilesearch .search-box-button {
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      background: url(../images/search.png) no-repeat center;
      border: 0;
      height: 100%;
      font-size: 0;
      z-index: 1
    }

  .search-box-category {
    height: 100%;
  }

  .headerfixed .header-menu {
    padding-left: 0;
    padding-right: 0
  }


  body .nop-slider {
    max-width: inherit;
    margin: 0 0 30px
  }

  body .master-wrapper-page .header-menu {
    position: fixed;
    left: -260px;
    top: 0;
    width: 260px;
    background: var(--white-color);
    height: 100%;
    overflow: auto;
    z-index: 9999999;
    border-right: 1px #e5e5e5 solid;
    transition-duration: .3s
  }

  body.showmenu .master-wrapper-page .header-menu {
    left: 0;
    transition-duration: .3s;
    transform: translateX(0px)
  }

  body.showmenu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #00000087;
  }

  body.showmenu {
    position: relative;
    overflow: hidden;
  }


  .closemenu {
    font-size: 14px;
    padding: 12px 17px;
    text-align: right;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    cursor: pointer;
    font-weight: 700;
    color: var(--black-color);
    background: #fafafa
  }

  .menu__item {
    background-color: var(--white-color);
    border-bottom: 1px solid #e5e5e5;
  }

  .menu__item-toggle {
    position: relative;
    background-color: var(--white-color);
  }

    .menu__item-toggle a, .menu__item:not(.menu-dropdown) a {
      font-size: 14px;
      color: #000;
      padding: 12px 20px;
      font-weight: 600;
      min-height: inherit;
      text-transform: uppercase;
      word-break: break-word;
      padding-right: 45px;
      cursor: pointer;
    }

  .menu__item:hover .menu__item-toggle a, .menu__item:not(.menu-dropdown):hover a {
    background-color: var(--primary-color);
    color: #fff;
  }

  .menu__item-toggle .menu-sublist-toggle {
    background-image: none;
    top: 0;
    height: 42px;
    width: 45px;
    border: 0;
    position: absolute;
    right: 0;
    cursor: pointer;
  }

    .menu__item-toggle .menu-sublist-toggle::after {
      top: 50%;
      right: 0;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #000;
      border-width: 5px;
      margin-top: 0;
      right: 17px;
    }

  .menu__item:hover .menu-sublist-toggle:after {
    border-top-color: var(--white-color);
    background-color: var(--primary-color);
  }

  .menu__list-view .menu__item {
    border-bottom: 0;
  }

    .menu__list-view .menu__item a {
      border-top: 1px solid #e5e5e5;
      font-size: 14px;
      padding: 15px 20px 15px 40px;
      font-weight: 500;
      text-transform: none;
    }
  .menu__item:hover .menu__list-view .menu__item a, .menu__item:not(.menu-dropdown):hover .menu__list-view .menu__item a {
    background-color: var(--white-color);
    color: #000;
  }
  .menu-dropdown {
    display: grid;
    grid-template-rows: min-content 0fr;
    transition: grid-template-rows .3s ease;
  }

  .menu-dropdown--active {
    grid-template-rows: min-content 1fr;
  }

  .html-product-details-page .side-2 {
    display: none
  }

  .breadcrumb {
    width: 100%;
    margin: 15px 0 0;
    display: inline-block
  }

  .product-essential {
    text-align: left
  }

  .product-filter {
    margin: 0 0 5px
  }

  .newsletter-email input[type=email] {
    width: 100%
  }

  #Newsletter {
    margin-left: 10px
  }

  .html-registration-page #Newsletter {
    margin-left: 0
  }

  .container {
    width: 100%
  }

  .block .listbox {
    padding: 0 15px
  }

  .follow-us .social ul {
    padding-bottom: 0
  }

  .nop-slider {
    min-height: 320px;
  }

  .block-account-navigation ul {
    padding: 0 0 5px
  }

  .block-account-navigation .listbox {
    padding: 0 4px !important
  }

  .item-box .product-hover {
    visibility: visible !important
  }

    .item-box .product-hover .product-box-add-to-cart-button, .item-box .product-hover .product-rating-box, .item-box .product-hover .add-to-compare-list-button, .item-box .product-hover .add-to-wishlist-button {
      display: none
    }

  .product-grid .item-box .add-to-wishlist-button,
  .product-grid .item-box .add-to-compare-list-button {
    margin: 0 !important;
  }

  .item-box .add-to-wishlist-button {
    border-radius: 180px;
    left: auto;
    right: 8px;
    top: 45px;
    margin: 0;
    width: 27px;
    height: 27px;
  }

  .block .listbox {
    border: none
  }

  .block.block-recently-viewed-products .listbox {
    margin-top: 15px;
    margin-bottom: 10px
  }

  .product-filter .filter-content {
    margin: 0 15px 20px;
    padding: 2px 0 0
  }

  .ui-widget.ui-widget-content {
    margin: 0 auto;
    left: 0 !important;
    width: 100% !important;
    right: 0;
  }

  .product-filter .filter-title {
    padding: 10px 15px;
    border: 0;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: normal;
    height: auto;
    text-transform: none;
    font-weight: 400;
    font-family: 'Arimo',sans-serif;
  }

  .side-2 {
    margin: 15px 0 15px
  }

  .block .title, .html-category-page .block .title {
    padding: 10px 15px;
    border: 0;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: normal;
    height: auto;
    font-weight: 400;
  }

  .vendor-page .block .title {
    margin: 0 0 20px;
    border-bottom: 1px solid #d0d0d0;
    background: 0 0;
    cursor: auto;
    padding: 12px 0 7px;
  }

  .shopping-cart-page .cart-left-section .table-wrapper {
    max-height: initial
  }

  .shopping-cart-page {
    margin-bottom: 30px
  }

    .shopping-cart-page .common-buttons {
      margin: 0 auto 10px
    }

  .cart td.subtotal, .cart td.unit-price {
    white-space: normal
  }

  .cart-left-section, .product-grid.cross-sells {
    width: 100%
  }

  .cart-right-section {
    width: 100%;
    padding-left: 0;
    margin-top: 25px
  }

  .cart {
    display: block
  }

    .cart colgroup, .cart thead {
      display: none
    }

    .cart tbody {
      display: block;
      overflow: hidden
    }

    .cart tr {
      display: block;
      float: left;
      width: 100%;
      margin: 20px 0 0;
      border: 1px solid #ddd;
      text-align: center;
      font-size: 14px
    }

    .cart td {
      display: block;
      border: none;
      padding: 10px;
      text-align: center
    }

      .cart td.remove-from-cart {
        margin: 0;
        background-color: #eee;
        padding: 10px
      }

      .cart td.product-picture {
        border-top: 1px solid #ddd;
        padding: 15px 10px 5px
      }

      .cart td.add-to-cart {
        border-bottom: 1px solid #ddd;
      }

      .cart td.product {
        min-width: 0;
        border-bottom: 1px solid #ddd;
        padding: 5px 10px 15px;
        text-align: center
      }

      .cart td.quantity {
        display: inline-block;
        padding: 0 10px;
        vertical-align: middle
      }

      .cart td.subtotal, .cart td.unit-price {
        display: block;
        padding: 10px 10px;
        vertical-align: middle
      }

  .contact-page {
    padding-top: 10px
  }
  .request-list-page .buttons{
      position:initial !important;
  }
  .request-list-page .button-2{
      margin-left: 15px !important;
  }
  .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 .section.shipments .data-table tr {
    width: 100% !important;
    margin: 0 0 20px !important;
  }
    .order-details-page .data-table tr {
      display: block;
      float: left;
      width: 100%;
      margin: 0 0 20px;
      border: 1px solid #ddd
    }

    .order-details-page .data-table td {
      display: block;
      border: none;
      padding: 10px
    }

      .order-details-page .data-table td.product, .order-details-page .data-table td.tracking-number {
        min-width: 0;
        border-bottom: 1px solid #ddd;
        padding: 5px 10px 15px;
        text-align: left
      }


  .block-account-navigation {
    float: none;
    margin: auto !important
  }

  .write-review .review-rating {
    text-align: center;
    margin-top: 0;
  }

    .write-review .review-rating div.name-description {
      width: 100%;
      margin: 0 5px 0 0;
      text-align: center
    }

  .comment-info .username, .order-details-area .title, .order-review-data .title, .shipment-details-area .title, .order-summary .order-review-data, .order-details-page .order-details-area {
    text-align: center
  }

  .login-page .customer-blocks {
    margin-top: 30px
  }

  .breadcrumb li {
    margin-bottom: 10px
  }

  .product-details-page {
    padding-top: 0
  }

  .product-tags-all-page {
    min-height: 150px
  }
}

@media all and (max-width:767px) {

  .qq-upload-list li.qq-upload-success {
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .product-list .product-item .details .for-mobile {
    display: block;
  }

  .item-box .add-to-wishlist-button {
    background-size: 17px !important;
  }

  .product-list .item-box .add-to-compare-list-button {
    top: 5px;
    margin: 0 !important;
  }

  .shopping-cart-page .common-buttons button,
  .shopping-cart-page .common-buttons .estimate-shipping-button {
    min-width: 250px;
  }

  .shopping-cart-page .common-buttons {
    margin-top: 15px;
  }

  .cart-options .common-buttons {
    text-align: center;
  }

  .checkout-page .page-title h1 {
    text-align: center
  }

  .product-review-box {
    width: fit-content
  }

  .topic-post .send-pm, .topic-post .user-stats {
    text-align: center
  }

  .quote-post {
    float: right
  }

  .confirm-order .terms-of-service, .wishlist-content .buttons {
    text-align: center
  }

  .terms-of-service label {
    display: inline
  }

  .order-details-area li, .order-review-data li, .shipment-details-area li {
    text-align: center
  }

  .checkout-page .ship-to-same-address {
    padding: 0
  }

  .checkout-page .section {
    margin: 0 0 15px
  }


  .comment-info .username {
    border: none
  }

  .comment-list .comment {
    margin: 0 0 20px
  }

  .comment-list {
    margin: 0 0 30px
  }

  .order-progress a:before {
    width: 30px;
    height: 30px;
    margin: 0 auto 5px;
    background-size: 8px
  }

  .order-progress a {
    font-size: 13px
  }

  .order-progress li {
    margin: 10px 0
  }

  .form-fields {
    padding: 15px 0
  }

  .html-account-page .side-2 {
    margin-bottom: 10px
  }

  .fieldset .title, .section .title {
    text-align: center
  }

  .product-title {
    margin-bottom: 0
  }

  .category-grid .item-box {
    width: 49%;
    margin: 0 .5% 25px
  }

  .account-page .fieldset .title, .account-page .section .title {
    text-align: left
  }

  .payment-method .method-list, .shipping-method .method-list {
    text-align: left
  }

  .news-item {
    margin-bottom: 30px
  }



  .footer-info .footer-disclaimer {
    display: block;
    margin-bottom: 10px
  }

  .gallery {
    width: 100%;
    text-align: center;
    margin: 0 auto 15px
  }

  .header-linksmobile .language-selector, .header-linksmobile .tax-display-type-selector {
    display: none !important
  }

  .nop-slider {
    min-height: 300px
  }

  .page-title h1 {
    font-size: 18px
  }


  .comment-info .avatar {
    margin: 15px auto 0
  }

  .comment-time {
    margin: 0
  }

  .comment-content {
    text-align: center;
    padding: 15px
  }

  .html-category-page .side-2 {
    margin-bottom: 0
  }

  .overview-buttons div {
    width: 100%
  }

  .comment-info .username, .order-details-area .title, .order-review-data .title, .shipment-details-area .title {
    text-align: center
  }

  .banner-inner .container {
    position: relative
  }

  .banner-inner .content {
    width: 100%
  }

  .content-innner h2 {
    font-size: 20px
  }

  .product-review-box {
    margin: 2px 8px 5px 0
  }

  .html-category-page .block .title {
    padding: 10px 15px;
    border: 0;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: normal;
    height: auto
  }

  .contact-left {
    width: 100%;
    padding-right: 0
  }

  .contact-right {
    width: 100%;
    padding-left: 0
  }

  .review-rating .name-description {
    text-align: center;
    width: 100%;
    display: block
  }

  .write-review .review-rating div {
    text-align: center;
    padding-bottom: 5px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    align-items: center
  }

  .shipping-address {
    flex-flow: column
  }

  .address-item {
    width: 100%
  }

  .estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item {
    padding-left: 0;
    padding-top: 8px
  }
}

@media all and (max-width:715px) {
  .nop-slider {
    min-height: 100px
  }
}

@media all and (max-width:575px) {

  .product-selectors > div.product-sorting,
  .product-selectors > div.product-page-size {
    display: block !important;
    float: none !important;
    text-align: center
  }
  .gallery .picture{
      min-height: 250px;
  }
  .toolbar{
      overflow-x:auto;
  }
}

@media all and (max-width:479px) {
  .inputs.return-request-file label {
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-linksmobile ul.myaccount-dropdown li a > span,
  .header-linksmobile ul.myaccount-dropdown li a {
    font-size: 12px;
  }

  .checkout-page .button-1 {
    margin-bottom: 4px
  }

  .topic-block-title h2 {
    font-size: 13px
  }

  .private-messages .buttons button, .forum-edit-page .buttons button, .move-topic-page .buttons button {
    margin-bottom: 10px !important
  }

  .private-messages .buttons button {
    width: 100%
  }

  .payment-method .method-name {
    display: flex
  }

  .category-grid .item-box {
    width: 100%;
    text-align: center;
    margin: 0 0 25px
  }

  .post-content {
    text-align: center
  }

  .home-page .topic-block p {
    margin-top: 0
  }

  .topic-post .username {
    padding: 12px 15px
  }

  .topic-post .user-stats {
    text-align: center
  }

  .topic-post .send-pm {
    margin: 0 15px;
    text-align: center
  }

    .topic-post .send-pm .pm-button {
      margin: 10px 0 0
    }

  .forums-header {
    margin: 0 0 20px;
    padding: 1px
  }

  .forum-search-box .basic {
    display: flex
  }

  .product-grid .item-box {
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px
  }

    .product-grid .item-box:last-of-type {
      border-bottom: none;
      padding-bottom: 0
    }

  .header-linksmobile ul li .header-selectors-wrapper .currency-selector {
    width: 95%;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 48px
  }
  .footer-menu__title{
      margin-bottom: 0;
  }
  .footer-block .social {
    margin-bottom: 25px
  }

    .footer-block .title {
      margin: 0px 0 0
    }

  .footer-lower {
    text-align: left
  }

  .follow-us .social li {
    margin-left: 0
  }

  .newsletter-subscribe {
    margin-top: 15px
  }

  #instragram-slider .item {
    width: 100%;
    text-align: center
  }

  .nop-slider {
    min-height: 100px
  }

  .search-page {
    min-height: 150px
  }

  .product-details-page .giftcard .required {
    position: absolute
  }

  .product-grid {
    margin-bottom: 0
  }

  .html-vendor-page .vendor-page .vendor-product-reviews {
    margin-top: 30px;
  }
}

@media all and (max-width:290px) {
  .nop-slider {
    min-height: 50px
  }
}

@media all and (min-width:480px) {
  /*** NAVIGATION ***/


  /** Main menu START **/

  .menu__group > .menu__link {
    display: flex;
    grid-area: auto / right;
    color: var(--primary-color);
    padding: 10px 0 0;
    font-size: 13px;
    text-transform: initial;
    font-weight: 500;
  }
    .menu__group > .menu__link:hover, .menu__group > .menu__link:focus {
      color: var(--black-color);
      text-decoration: underline;
    }
      .menu__group > .menu__link:hover:after {
        display: none;
      }

  /** Main menu END **/
  .footer-navigation {
    width: 99.99%;
    float: left;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-block .list {
    display: block !important;
  }

  .header-menu, .master-wrapper-content {
    width: 100%
  }

  .cart tr {
    width: 46%;
    margin: 40px 2% 0
  }

    .cart tr:nth-child(2n+1) {
      clear: both
    }

  .order-details-page .data-table tr {
    width: 46%;
    margin: 0 2% 20px
  }

    .order-details-page .data-table tr:nth-child(2n+1) {
      clear: both
    }

  .header-selectors-wrapper > div {
    display: inline-block;
    width: 30%;
    margin: 0 auto
  }

  .search-box input.search-box-text {
    width: 280px
  }

  .ui-autocomplete {
    width: 100% !important;
    min-width: 280px;
  }

    .ui-autocomplete img {
      display: inline
    }

  .newsletter-email input[type=text] {
    width: 240px
  }

  .item-box {
    width: 49%;
    margin: 0 .5% 50px
  }

    .item-box:nth-child(2n+1) {
      clear: both
    }

    .item-box .product-rating-box {
      margin: 0 0 15px
    }

    .item-box .product-title {
      margin: 0 0 5px;
      line-height: 18px;
      font-weight: 400
    }

  .overview-buttons div {
    display: inline-block;
    width: auto;
    margin: 0 1px 2px
  }

  .wishlist-content .button-2 {
    display: inline-block;
    width: auto;
    min-width: 140px;
    margin: 0 5px 5px
  }

  .enter-password-form input[type=password] {
    width: 260px
  }

  .forums-header {
    background-color: #f9f9f9
  }

  .ui-tabs-nav li {
    display: inline-block;
    min-width: 150px;
    margin: 0 5px -1px !important
  }

  .private-message-view-page .buttons .button-1, .private-message-view-page .buttons .button-2, .private-messages-page .buttons .button-1, .private-messages-page .buttons .button-2 {
    display: inline-block;
    width: auto;
    margin: 1px
  }

  .topic-post .post-text {
    float: left;
    width: 85%;
    text-align: left
  }

  .forum-group .forum-table td.latest-post, .forum-group .forum-table td.posts, .forum-group .forum-table td.topics, .forum-group .forum-table th.latest-post, .forum-group .forum-table th.posts, .forum-group .forum-table th.topics, .topic-group .forum-table td.latest-post, .topic-group .forum-table th.latest-post {
    display: table-cell
  }

  .forum-table td.image {
    max-width: 40px
  }

    .forum-table td.image div {
      max-width: 100%;
      background-size: contain
    }

  .estimate-shipping-popup {
    padding: 25px
  }
  .contact_us_form .fieldset, .registration-page .register_form .form-fields, .login-page .returning-wrapper .form-fields {
    max-width: 400px;
    margin:auto;
  }
}

@media all and (min-width:768px) {
  .product-item .details .for-mobile .btn-cmn {
    margin-left: 0 !important;
  }

  .product-list .product-item .details .for-mobile > button {
    margin: 0 5px !important;
  }

  .product-grid .product-item .details .for-mobile {
    justify-content: center;
  }

  .product-item .details .for-mobile {
    display: flex;
  }

  .product-list .item-box .picture {
    overflow: visible;
  }


  .product-list .item-box .add-to-wishlist-button,
  .product-list .item-box .add-to-compare-list-button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid var(--black-color) !important;
    padding: 2px;
    position: unset !important;
  }

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

  .home-page-polls li {
    min-width: 100px
  }

  .avatar-page .button-2 {
    margin-left: 10px
  }

  .cart tr {
    width: 31.33333%;
    margin: 20px 1% 20px
  }

    .cart tr:nth-child(2n+1) {
      clear: none
    }

    .cart tr:nth-child(3n+1) {
      clear: both
    }

  .order-details-page .data-table tr {
    width: 31.33333%;
    margin: 0 1% 20px
  }

    .order-details-page .data-table tr:nth-child(2n+1) {
      clear: none
    }

    .order-details-page .data-table tr:nth-child(3n+1) {
      clear: both
    }

  .header-selectors-wrapper > div {
    width: 20%
  }

  .product-selectors {
    text-align: left
  }

    .product-selectors .product-viewmode {
      display: inline-block
    }

      .product-selectors .product-viewmode span {
        display: none
      }

      .product-selectors .product-viewmode a {
        display: inline-block;
        width: 24px;
        height: 32px;
        margin: 0 0 0 12px;
        background-position: center;
        background-repeat: no-repeat;
        opacity: .9
      }

        .product-selectors .product-viewmode a.grid {
          background-image: url(../images/view-grid.png)
        }

        .product-selectors .product-viewmode a.list {
          background-image: url(../images/view-list.png)
        }

        .product-selectors .product-viewmode a.selected {
          opacity: 1
        }

  .item-box {
    width: 24%;
    margin: 0 .5% 25px
  }

    .item-box:nth-child(2n+1) {
      clear: none
    }

  .category-grid .item-box:nth-child(3n+1), .product-grid .item-box:nth-child(4n+1) {
    clear: both
  }

  .product-details-page .product-grid {
    margin-bottom: 0
  }

  .product-list .item-box {
    float: none;
    width: auto;
    margin: 0 5px 20px
  }

    .product-list .item-box .product-item:after {
      content: "";
      display: block;
      clear: both
    }

    .product-list .item-box .picture {
      float: left;
      width: 220px
    }

    .product-list .item-box:hover .picture a img {
      opacity: 1
    }

    .product-list .item-box .picture:hover a img {
      opacity: .85
    }

    .product-list .item-box .picture + .details {
      margin: 0 0 0 240px
    }

    .product-list .item-box .product-title {
      height: auto;
      padding: 10px 0 0;
      font-size: 14px;
      min-height: inherit;
      text-align: left;
    }

    .product-list .item-box .description {
      display: block;
      margin: 0 0 10px;
      line-height: 22px;
      -webkit-line-clamp: 1;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      height: auto;
      text-overflow: ellipsis;
      overflow: hidden;
      min-height: 22px;
    }

    .product-list .item-box .product-title a {
      -webkit-line-clamp: 1;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      height: auto;
      text-overflow: ellipsis;
      overflow: hidden;
      min-height: 22px;
    }

    .product-list .item-box .prices {
      height: auto;
      margin: 0 0 10px
    }

    .product-list .item-box .product-box-add-to-cart-button {
      width: 150px;
      min-width: 150px;
      padding: 0 20px
    }

  .product-essential .gallery {
    width: 30.5%;
    float: left;
  }

  .product-essential .overview {
    width: 67.5%;
    padding-left: 20px;
    float: right;
  }

  .variant-picture {
    float: left
  }

    .variant-picture + .variant-overview {
      width: auto;
      margin: 0 0 0 240px
    }

  .variant-overview {
    text-align: left
  }

  .product-review-item .review-title {
    float: left;
    max-width: 600px
  }

  .product-review-item .product-review-box {
    float: right;
    width: auto;
  }

  .write-review .review-rating div {
    display: inline-block;
    margin: 0 0 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 14px
  }

  .address-list-page .section, .order-list-page .section, .return-request-list-page .section {
    display: inline-block;
    width: 45%;
    margin: 20px 1%;
    vertical-align: top
  }

  .recurring-payments {
    width: 100% !important;
    margin: 20px 0 !important
  }

  .order-progress {
    padding: 20px
  }

    .order-progress li {
      margin: 0 10px
    }

    .order-progress a {
      min-width: 80px
    }

  .cart-options .common-buttons {
    text-align: right;
    margin-top: 10px;
  }

  .cart-options .checkout-attributes, .cart-options .selected-checkout-attributes {
    padding: 0 10px
  }



  .cart-footer .terms-of-service {
    text-align: left
  }

  .cart-footer .addon-buttons, .cart-footer .checkout-buttons {
    text-align: right
  }



  .cart-footer .estimate-shipping label {
    display: block;
    margin: 0 0 10px
  }

  .cart-footer .estimate-shipping .buttons {
    text-align: left
  }

  .html-registration-page #ph-topic .container {
    width: 100%
  }

  .checkout-page .selected-checkout-attributes {
    float: left;
    text-align: left
  }

  .checkout-page .cart-footer .totals {
    margin: 0
  }

  .checkout-page .address-grid {
    overflow: hidden;
    display: flex;
    flex-wrap:wrap;
  }

  .checkout-page .address-item {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 1% 40px
  }

  .payment-method .method-list li, .shipping-method .method-list li {
    display: inline-block;
    width: 28%;
    margin: 20px 2%;
    vertical-align: top
  }

  .shipping-method .method-name {
    background-color: #f6f6f6;
    padding: 10px 10px 6px
  }

  .payment-method .payment-logo {
    display: block;
    background-color: #f6f6f6;
    padding: 10px
  }

  .payment-method .payment-details {
    display: block;
    width: auto;
    min-width: 0;
    margin: 10px 0 0;
    text-align: center
  }

  .payment-info .info {
    padding: 30px 75px
  }

  .order-details-area, .order-review-data, .shipment-details-area {
    overflow: hidden;
    margin: 0 -1%
  }

    .order-details-area > div, .order-review-data > div, .shipment-details-area > div {
      float: left;
      width: 48%;
      margin: 0 1% 40px
    }

  .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 {
    float: right;
    clear: both
  }

  .shipment-details-page .tracking-number .tracking-url {
    color: var(--black-color)
  }

  .blog-posts .tags {
    float: right;
    width: 80%;
    text-align: right
  }

  .blog-posts .buttons {
    float: left;
    width: 20%;
    text-align: left
  }

  .new-comment {
    text-align: center
  }

    .new-comment .buttons {
      text-align: left
    }

  .comment-list .comment {
    display: table;
    width: 100%;
    margin: 0
  }

    .comment-list .comment:last-child {
      border: 1px solid #ddd
    }

  .comment-info {
    display: table-cell;
    width: 15%;
    margin: 0;
    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: 400
  }

  .comment-title {
    margin: 0 0 -20px;
    padding: 20px
  }

  .comment-body {
    padding: 20px
  }

  .forum-actions, .topic-actions {
    overflow: hidden
  }

    .forum-actions .actions, .topic-actions .actions {
      float: left
    }

    .forum-actions .pager, .topic-actions .pager {
      float: right;
      max-width: 450px
    }

      .forum-actions .pager li, .topic-actions .pager li {
        margin: 2px 4px
      }

      .forum-actions .pager.upper, .topic-actions.lower .actions {
        display: block
      }

  .topic-posts {
    margin: 0 0 30px
  }

  .topic-post {
    display: table;
    width: 100%;
    margin: 0
  }

    .topic-post .post-info {
      display: table-cell;
      width: 15%;
      margin: 0;
      vertical-align: top;
      text-align: left
    }

    .topic-post .user-info {
      width: auto
    }

    .topic-post .username {
      min-height: 40px;
      margin: 0;
      border: none;
      text-align: center
    }

    .topic-post .avatar {
      margin: auto;
      border: none
    }

      .topic-post .avatar img {
        max-width: 80%;
        max-height: 80%
      }

    .topic-post .user-stats li {
      margin: 0
    }

    .topic-post .send-pm {
      margin: 0 15px
    }

    .profile-info-box .pm-button, .topic-post .pm-button {
      padding: 8px 16px;
      font-size: 13px
    }

    .topic-post .post-content {
      display: table-cell;
      width: 85%;
      border-left: 1px solid #ddd;
      vertical-align: top;
      text-align: left
    }

    .topic-post .post-head {
      min-height: 40px;
      overflow: hidden;
      background-color: #f6f6f6
    }

    .topic-post .post-time {
      float: left;
      margin: 0;
      font-size: 14px;
      font-weight: 400
    }

    .topic-post .post-actions {
      float: right;
      margin: 0
    }

      .topic-post .post-actions a {
        margin: 0;
        line-height: 20px
      }

      .topic-post .post-actions .quote-post a {
        min-width: 70px
      }

      .topic-post .post-actions a.post-link-button {
        margin: 0 0 0 10px;
        border-left: 1px solid #ddd;
        text-align: center
      }

    .topic-post .post-text {
      padding: 20px 5px
    }

    .topic-post .post-vote {
      padding: 20px 0 20px 15px
    }

  .forum-table td.replies, .forum-table td.views, .forum-table td.votes, .forum-table th.replies, .forum-table th.views, .forum-table th.votes {
    display: table-cell
  }

  .forum-table td.image {
    max-width: none
  }

    .forum-table td.image div {
      max-width: none;
      background-size: initial
    }

  .ui-tabs-nav {
    text-align: left
  }

    .ui-tabs-nav li {
      margin: 0 10px -1px 0 !important
    }

  .profile-info-box .avatar {
    float: left;
    margin: 0 15px 15px 0
  }

  .profile-info-box .profile-stats {
    float: left;
    text-align: left
  }

  .profile-info-box .title {
    text-align: left
  }

  .profile-info-box .send-pm {
    clear: both;
    text-align: left
  }

  .post-text code {
    background-color: #f0f0f0;
    padding: 2px 4px;
    border-radius: 3px;
    font-family: monospace;
    font-size: 0.9em;
  }

  .post-text pre {
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 4px;
    overflow-x: auto;
    margin-bottom: 1em;
  }

    .post-text pre code {
      background: none;
      padding: 0;
      font-size: 0.9em;
    }

  .post-text blockquote {
    border-left: 4px solid #ccc;
    padding: 0.5em 10px;
    color: var(--gray-color);
    margin: 0 0 1em 0;
  }

    .post-text blockquote p {
      margin-bottom: 0;
    }
}

.checkout-page #shopping-cart-form, .checkout-page #co-payment-info-form {
  display: inline-block;
  width: 100%
}

@media all and (min-width:992px) {
  .nop-slider {
    margin: -30px 0 60px;
  }

  .header .language-selector {
    width: 80px;
  }

  .product-item .details .for-mobile {
    display: none;
  }

  body .product-list .item-box .product-rating-box {
    position: unset;
    display: block;
    margin: 0 0 15px 0;
  }

  .product-list .item-box .product-hover {
    visibility: visible;
    position: unset;
  }

    .product-list .item-box .product-hover .products_buttons {
      display: flex;
    }

    .product-list .item-box .product-hover .product-box-add-to-cart-button {
      margin: 0 5px 0 0;
    }

    .product-list .item-box .product-hover .product-box-add-to-cart-button, .product-list .item-box .product-hover .add-to-wishlist-button, .product-list .item-box .product-hover .add-to-compare-list-button {
      position: unset !important;
    }

    .product-list .item-box .product-hover .add-to-wishlist-button, .product-list .item-box .product-hover .add-to-compare-list-button {
      margin: 0 5px;
    }

  .contact-page .result,
  .contact-page .topic-block p,
  .registration-page .register_content .text {
    padding: 30px;
  }
  .footer-upper {
    padding: 35px 10px;
  }
  .footer-lower .container:after,
  .footer-lower .container:before {
    content: unset;
  }
  .footer-lower .container {
    display: flex;
    justify-content: space-between;
  }

  .footer-lower .footer_left,
  .footer-lower .accepted-payment,
  .footer-lower .footer_right {
    width: 33.3333%;
  }

  .footer-powered-by.designed-by {
    float: right;
    margin-left: 15px;
  }

    .footer-powered-by.designed-by::after {
      clear: both;
      display: block
    }

  .checkout-page .selected-checkout-attributes {
    float: right;
    text-align: right
  }

  .payment-method .method-list li, .shipping-method .method-list li {
    width: 25%
  }

  .page {
    min-height: 550px
  }
  .page.product-reviews-page{
      min-height: 120px;
  }
  .topic-post .post-text {
    width: 90%
  }

  .checkout-page #shopping-cart-form, .checkout-page #co-payment-info-form, .checkout-page #shopping-cart-form {
    display: inline-block
  }

  #payment-info-buttons-container {
    margin-top: 20px
  }

  .closemenu, .mobilesearch {
    display: none
  }

  .headerfixed .header-menu {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%
  }

  .html-checkout-page .headerfixed .header-menu {
    margin-bottom: 30px;
  }

  .headerfixed .header-logo {
    position: fixed;
    top: 0;
    left: 15px;
    margin-top: 0
  }

    .headerfixed .header-logo a {
      width: 75px;
      height: 49px;
      display: table-cell;
      vertical-align: middle
    }

      .headerfixed .header-logo a img.not-sticky {
        display: none
      }

      .headerfixed .header-logo a img.sticky-logo {
        display: block;
        height: auto;
        max-height: 27px
      }

  .headerfixed .topcartlink {
    position: fixed;
    right: 15px;
    top: 0;
    width: 55px;
    padding: 0
  }

    .headerfixed .topcartlink a {
      text-align: center;
      width: 55px;
      border-left: 1px solid #4d4d4d;
      padding: 0;
      height: 49px;
      background: url(../images/shopping-bag-mobile.svg) no-repeat center/20px
    }

      .headerfixed .topcartlink a span.cart-label {
        font-size: 0
      }

      .headerfixed .topcartlink a span.cart-qty {
        background-color: var(--white-color);
        color: black;
        position: absolute;
        top: 4px;
        right: 3px;
        min-width: 20px;
        height: 20px;
        line-height: 20px;
        text-decoration: none !important
      }

  .headerfixed .flyout-cart {
    position: fixed;
    right: 0;
    border: 1px solid rgba(0,0,0,.3);
    top: 49px;
    background-color: var(--white-color);
    left: auto
  }

  .headerfixed .store-search-box {
    position: fixed;
    right: 75px;
    top: 0;
    width: 55px;
    background-color: transparent;
    border: 0;
    margin: 0;
    height: 49px;
    border-left: 1px solid #4d4d4d
  }

    .headerfixed .store-search-box .searchclick {
      background: url(../images/search-mobile.png) no-repeat center/16px;
      width: 55px;
      height: 49px;
      display: block;
      cursor: pointer;
    }

  .headerfixed .small-search-box-form {
    display: none;
    position: absolute;
    width: 320px !important;
    background: var(--white-color);
    right: 0;
    border: 2px solid rgba(0,0,0,.2)
  }
  .headerfixed  .ui-autocomplete {
    width: 320px !important;
  }
  .headerfixed .header .search-box input.search-box-text {
    height: 35px
  }

  .mobile-link {
    display: none !important
  }

  .for-mobile {
    display: none
  }

  .html-account-page .block .title {
    padding: 10px 15px
  }

  .product-filter .filter-content {
    display: block !important
  }

  .mobile-selector {
    display: none
  }

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

  .center-2 {
    float: right;
    width: 80%;
    padding-left: 20px
  }

  .side-2 {
    float: left;
    width: 20%
  }



  .inputs, .page {
    text-align: left
  }

    .inputs label {
      display: block;
      width: 100%;
      margin: 0 10px 5px 0;
      text-align: left;
      font-size: 13px;
      color: var(--black-color)
    }

    .inputs input[type=email], .inputs input[type=password], .inputs input[type=tel], .inputs input[type=text], .inputs select {
      min-height: 40px;
      font-size: 13px
    }

    .inputs .option-list li {
      margin: 0 15px 0 0
    }

  .center-2 .inputs label {
    width: 136px
  }

  .inputs.accept-consent label {
    width: auto
  }

  .page-title a + h1 {
    float: left
  }

  .link-rss {
    display: block;
    float: right;
    margin: 6px 0 0
  }

  .cart-footer .cart-collaterals {
    float: left;
    width: 100%;
    margin: 0 2.5%
  }

    .cart-footer .cart-collaterals .title, .cart-footer .cart-collaterals label {
      text-align: left
    }

  .cart-footer .totals {
    float: right;
    width: 100%;
    margin: 0 2.5%
  }

  .cart tr {
    width: auto;
    margin: 0
  }

  .cart label {
    display: none
  }

  .order-details-page .data-table tr {
    width: auto;
    margin: 0
  }

  .order-details-page .data-table label {
    display: none
  }

  .header {
    width: 100%;
    margin: auto
  }

    .header select::-ms-expand {
      display: none !important
    }

  .header-upper:after {
    content: "";
    display: block;
    clear: both
  }

  .header-selectors-wrapper {
    border: none;
    padding: 0;
    display: inline-block;
    vertical-align: top
  }

    .header-selectors-wrapper > div {
      width: auto;
      margin: 5px 4px 0
    }

    .header-selectors-wrapper select {
      height: 25px;
      padding: 4px 15px 4px 4px;
      font-size: 14px;
      border: 0
    }

      .header-selectors-wrapper select option {
        padding-left: 5px
      }

  .language-list {
    text-align: left
  }

  .header-links-wrapper {
    float: right;
    padding: 5px 0 0
  }

  .header-links li {
    margin: 0 0 0 15px
  }

    .header-links li.mobile-search-logo {
      display: none;
    }

  .header-links a, .header-links span {
    text-transform: none
  }

  .topcartlink {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0 0 0 15px
  }

  .flyout-cart {
    position: absolute;
    top: 41px;
    left: 24px;
    z-index: 100;
    width: 300px;
    box-shadow: 0 0 2px rgba(0,0,0,.25);
    background-color: var(--white-color)
  }

    .flyout-cart.active {
      display: block
    }

  .mini-shopping-cart {
    padding: 12px;
    text-align: left;
    font-size: 12px
  }

    .mini-shopping-cart .count {
      padding: 5px 0 15px;
      color: var(--dark-gray-color);
      font-size: 13px
    }

      .mini-shopping-cart .count a {
        margin: 0 2px;
        font-weight: 700;
        color: var(--dark-gray-color)
      }

        .mini-shopping-cart .count a:hover {
          text-decoration: underline;
        }

    .mini-shopping-cart .items {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      margin: 0 0 20px
    }

    .mini-shopping-cart .item {
      overflow: hidden;
      padding: 10px 0
    }

    .mini-shopping-cart .picture {
      float: left;
      width: 70px;
      text-align: center
    }

      .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 80px
      }

    .mini-shopping-cart .name {
      margin: 0 0 10px;
      font-size: 14px
    }

      .mini-shopping-cart .name a {
        color: #2d2d2d
      }

        .mini-shopping-cart .name a:hover {
          color: var(--black-color);
          text-decoration: underline
        }

    .mini-shopping-cart .attributes {
      margin: 5px 0;
      color: var(--dark-gray-color)
    }

    .mini-shopping-cart .totals {
      margin: 0 0 12px;
      font-size: 14px
    }

      .mini-shopping-cart .totals strong {
        font-size: 16px;
        color: var(--dark-gray-color)
      }

    .mini-shopping-cart .buttons {
      margin: 0 0 5px
    }

    .mini-shopping-cart input[type=button] {
      display: block;
      border: none;
      background-color: var(--black-color);
      padding: 10px 20px;
      font-size: 12px;
      color: var(--white-color);
      text-transform: uppercase;
      margin-top: 15px;
      width: 100%
    }

  .header-upper {
    padding-top: 10px
  }

  .header-lower {
    display: table;
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
    z-index: unset
  }

  .header-logo {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 0;
    margin-bottom: 0;
    margin-top: -24px;
    position: relative;
    z-index: 2
  }
  .search-box .search-box-button, .search-box input.search-box-text {
    height: 40px
  }
  /*** NAVIGATION ***/
  .header-menu {
    position: relative;
    z-index: 5;
    width: 100%;
    margin: 0 auto 15px;
    padding: 0;
    text-align: center;
    background: var(--black-color);
  }

  .html-home-page .header-menu {
    margin-bottom: 0px;
  }
  /** Main menu START **/

  .menu-container {
    max-width: 1340px;
    margin: auto;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position:relative;
  }

  .menu__toggle {
    display: none;
  }


  .menu > .menu__item {
    padding-right: 15px;
    padding-block: 0;
    margin-right: 15px;
  }

  .menu__item {
    display: inline-block;
    width: fit-content;
    padding: 0;
  }



  .menu__item-toggle {
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 0;
    line-height: 20px;
    color: var(--dark-gray-color);
    cursor: pointer;
    -webkit-appearance: none;
  }

    .menu__item-toggle::after {
      display: none;
    }

  .menu__grid-view {
    position: absolute;
    left: 0;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    font-size: 14px;
  }
  .menu__grid-content{
     display:grid;
     grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
     gap: 15px;
     width:100%;
  }
  .menu__list-view {
    position: absolute;
    width: 190px;
    max-width: 300px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateX(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    padding: 10px 0;
    font-size: 14px;
    overflow: visible;
  }

    .menu__list-view .menu__list-view {
      top: -10px;
      left: 100%;
    }

  .menu__row-braker {
    width: 100%
  }

  .menu__list-view .menu__item {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
  }

  .menu__item:focus-within > .menu__grid-view,
  .menu__item:hover .menu__grid-view {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .menu__item:focus-within > .menu__list-view,
  .menu__item:hover > .menu__list-view {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .menu__group {
 
    padding: 0;
  }


  .menu__link {
    display: block;
    padding: 14px 0;
    line-height: 20px;
    font-size: 14px;
    color: var(--white-color);
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
  }

    .menu__link:hover:after {
      width: 100%;
      position: absolute;
      bottom: 13px;
      height: 2px;
      background: #fff;
      content: "";
      left: 0
    }

    .menu__link:hover, .menu__link:focus {
      color: #fff
    }

  .menu__list-view .menu__link {
    display: block;
    position: relative;
    padding: 10px 20px;
    font-size: 13px;
    color: var(--primary-color);
    word-break: break-word;
    font-weight: 500;
    line-height: 1.4;
    text-transform: unset;
  }

    .menu__list-view .menu__link:hover:after {
      display: none;
    }

 
  .menu__link--inactive {
    pointer-events: none;
    cursor: default;
  }

  .menu__list-view .menu__link:hover {
    background-color: #f6f6f6;
  }


  /** Main menu END **/
  /** Footer menu START **/
  .footer-navigation {
    width: 66%;
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-menu__list {
    background-color: transparent;
  }

  /** Footer menu END **/

  /*** FOOTER ***/

  .follow-us .social li {
    margin: 0 10px 0 0
  }

  .newsletter-email input[type=text] {
    width: 200px
  }

  .newsletter-validation .field-validation-valid {
    text-align: left
  }

  .footer-lower {
    position: relative;
    width: 100%;
    padding: 25px 5px;
    font-family: 'Arimo', sans-serif
  }

  .footer-info {
    float: left;
    line-height: 32px;
    width: 100%;
    text-align: left;
    color: #ccc
  }

  .footer-powered-by {
    float: left;
    margin: 0;
    color: #ccc;
    line-height: 32px
  }


  .newsletter-email input[type=email] {
    width: 100%
  }

  .theme-selector {
    float: right;
    margin: 0 0 0 15px
  }

  .product-filter .filter-title {
    margin: 0 0 5px;
    border-bottom: 1px solid #d0d0d0;
    background: 0 0;
    cursor: auto;
    color: var(--black-color);
    font-family: Montserrat, sans-serif;
  }

  .block {
    float: none;
    width: auto;
    margin: 0 0 20px
  }

    .block .title {
      margin: 0 0 5px;
      border-bottom: 1px solid #d0d0d0;
      background: 0 0;
      cursor: auto;
      font-weight: 700;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: .05em;
      font-family: Montserrat, sans-serif;
      color: var(--black-color);
      line-height: 28.56px;
    }

    .block.block-recently-viewed-products .title {
      margin: 0 0 12px
    }

    .block .listbox {
      display: block;
      border-bottom: none
    }

    .block.block-recently-viewed-products .listbox .list li {
      white-space: nowrap;
      overflow: hidden
    }

    .block a.product-picture {
      display: inline-block;
      position: relative;
      width: 30%;
      margin: 0;
      vertical-align: middle;
      text-align: center;
    }

    .block a.product-name {
      vertical-align: middle;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: inline-block
    }

    .block a.product-picture + a.product-name {
      width: 70%
    }

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

  .breadcrumb {
    margin: 0 0 15px;
  }

  .item-box .buttons {
    text-align: left
  }

  .home-page .product-grid .item-box, .product-details-page .product-grid .item-box, .shopping-cart-page .product-grid .item-box {
    width: 19%;
    margin: 0 .5% 50px
  }

  .shopping-cart-page .product-grid .item-box {
    width: 24%
  }

    .home-page .product-grid .item-box:nth-child(4n+1), .product-details-page .product-grid .item-box:nth-child(4n+1), .shopping-cart-page .product-grid .item-box:nth-child(4n+1) {
      clear: none
    }

    .home-page .product-grid .item-box:nth-child(5n+1), .product-details-page .product-grid .item-box:nth-child(5n+1), .shopping-cart-page .product-grid .item-box:nth-child(5n+1) {
      clear: both
    }

  .gallery {
    float: left;
    width: 44.5%
  }

  .picture-gallery .picture {
    width: auto
  }

  .video-gallery {
    float: left;
    width: auto
  }

  .overview {
    float: right;
    width: 55.5%;
    padding-left: 20px
  }

  .rental-attributes {
    overflow: hidden
  }

    .rental-attributes .attribute-item {
      float: left;
      margin: 0 20px 0 0
    }

    .rental-attributes .datepicker {
      width: 160px;
      text-align: left
    }

  .attribute-squares li {
    margin: 0 10px 10px 0
  }

  .product-review-item .review-title {
    max-width: 850px
  }

  .write-review .review-rating div.name-description {
    width: 265px;
    margin: 0 5px 0 0;
    text-align: center
  }

  .product-review-item .review-text {
    display: table;
    width: 100%;
    table-layout: fixed
  }

  .product-review-item .avatar {
    display: table-cell;
    vertical-align: top;
    width: 120px
  }

    .product-review-item .avatar img {
      max-width: 100%
    }

  .product-review-item .text-body {
    display: table-cell;
    vertical-align: top
  }

  .product-review-item .avatar + .text-body {
    padding: 0 0 0 20px
  }

  .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
    }

  .center-1 .topic-block-title {
    text-align: center
  }

  .topic-page p {
    text-align: justify
  }

  .gender span {
    margin: 0 10px 0 0
  }

    .gender span > * {
      margin: 0 5px 0 0
    }

  .date-of-birth select + select {
    margin: 0 0 0 11px
  }

  #check-availability-button {
    display: block;
    margin: 10px 0
  }

  .login-page .customer-blocks {
    overflow: hidden
  }

  .contact-page .topic-block,
  .contact-page .page-body,
  .registration-page .page-body,
  .registration-page .topic-block,
  .contact-page .topic-password {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-page .contact-left,
  .registration-page .container {
    display: flex;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
  }

  .login-page .new-wrapper {
    float: left;
    width: 49%;
    margin: 0
  }

    .login-page .new-wrapper .text {
      min-height: 226px
    }

  .login-page .returning-wrapper {
    float: right;
    width: 49%
  }

  .registration-page .register_form .form-fields {
    min-height: unset !important;
  }

  .contact_us_form .fieldset,
  .registration-page .register_form .form-fields,
  .login-page .returning-wrapper .form-fields {
    min-height: 200px;
    padding: 30px 0 0;
    max-width: 400px;
    margin: auto
  }

  .login-page .returning-wrapper .inputs label {
    display: block;
    width: 100%;
    font-weight: 600;
    color: var(--black-color);
    text-align: left;
    font-size: 13px;
    padding-bottom: 0
  }

  .login-page .returning-wrapper input[type=email], .login-page .returning-wrapper input[type=password], .login-page .returning-wrapper input[type=text], .login-page .login-password {
    width: 100%
  }

  .address-list-page .section, .order-list-page .section, .return-request-list-page .section {
    display: block;
    width: auto;
    margin: 0 0 40px
  }

  .address-list-page .buttons, .order-list-page .buttons {
    position: absolute;
    top: 11px;
    right: 10px
  }

  .avatar-page .buttons, .avatar-page .message-error {
    text-align: left
  }

  .customer-info-page .email-to-revalidate-note {
    margin-left: 150px
  }

  .customer-info-page .vat-status {
    display: block;
    margin-left: 0
  }

  .shopping-cart-page .cart-options {
    overflow: hidden
  }

  .shopping-cart-page .checkout-attributes {
    margin: -30px 0 15px
  }

    .shopping-cart-page .checkout-attributes .option-list > li {
      margin: 5px 10px 5px 0
    }

  .shopping-cart-page .selected-checkout-attributes {
    width: 100%;
    float: right;
    text-align: right;
    max-width: 100%;
    margin: 0 0 15px
  }

  .order-progress {
    margin: -17px 0 0px
  }

  .checkout-page .address-item {
    width: 31.33333%
  }

  .checkout-page .terms-of-service {
    text-align: center
  }

  .payment-info .info {
    padding: 30px 15px
  }

    .payment-info .info td:first-child {
      width: 265px !important;
      margin: 0 10px 0 0;
      text-align: right
    }

    .payment-info .info td:only-child {
      width: 100% !important
    }

  .opc .order-review-data ul, .order-details-area .title, .order-review-data .title, .shipment-details-area .title {
    text-align: left
  }

  .advanced-search .price-range {
    margin-left: 114px
  }

  .comment-list {
    margin: 0 0 30px
  }

  .news-list-homepage .news-items {
    overflow: hidden;
    text-align: left
  }

  .news-list-homepage .news-item {
    float: left;
    width: 31.33333%;
    margin: 0 1% 30px
  }

    .news-list-homepage .news-item:nth-child(3n+1) {
      clear: both
    }

    .news-list-homepage .news-item:only-child {
      float: none;
      width: auto;
      margin: 0 0 30px
    }

  .news-list-homepage .news-body, .news-list-homepage .news-head {
    text-align: center
  }

  .news-list-homepage .buttons {
    text-align: center !important
  }

  .forum-breadcrumb {
    margin: 0 0 15px
  }

  .current-time {
    float: right
  }

  .forum-search-box .advanced {
    text-align: left
  }

    .forum-search-box .advanced a {
      line-height: normal
    }

  .forums-table-section td {
    min-width: 150px
  }

    .forums-table-section td:first-child {
      min-width: 90px
    }

  .forums-table-section .view-all {
    text-align: right
  }

  .topic-actions .pager.upper {
    display: block;
    max-width: 400px
  }

  .forum-table .forum-details, .forum-table .topic-details {
    min-width: 225px
  }

  .forum-table td {
    padding: 20px
  }

  .forum-edit-page .inputs textarea, .private-message-send-page textarea {
    width: 600px;
    height: 250px
  }

  .forum-edit-page .inputs input[type=text] {
    width: 600px
  }

  .private-message-send-page .bb-code-editor-wrapper {
    display: inline-block;
    margin: 10px 0;
    vertical-align: middle
  }
}

@media all and (min-width:1382px) {
  .master-wrapper-content {
    max-width: 1340px
  }

  .inputs label {
    width: 375px
  }

  .center-2 .inputs label {
    width: 213px
  }

  .inputs.accept-consent label {
    width: auto
  }
  .menu > .menu__item{
      padding-right: 20px;
      margin-right: 20px;
  }
  .header {
    max-width: 1340px
  }
  .footer-navigation {
    width: 72%;
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-upper {
    max-width: 1340px;
    padding: 35px 0;
  }

  .footer-lower {
    max-width: 1340px;
    padding: 15px 0 25px
  }

  .newsletter-email button[type=email] {
    width: 270px
  }

  .product-review-item .review-title {
    max-width: 1050px
  }

  .write-review .review-rating div.name-description {
    margin: 0 5px 0 0;
    min-width: 375px
  }

  .login-page .returning-wrapper input[type=email], .login-page .returning-wrapper input[type=password], .login-page .returning-wrapper input[type=text] {
    width: 100%;
    margin-top: 5px
  }

  .login-page .password-eye {
    top: calc(50% - 9px);
  }

  .customer-info-page .email-to-revalidate-note {
    margin-left: 225px
  }

  .cart-footer .cart-collaterals, .cart-footer .totals {
    width: 100%;
    margin: 0
  }

    .cart-footer .cart-collaterals .deals {
      float: left;
      width: 100%
    }

    .cart-footer .cart-collaterals .shipping {
      float: right;
      width: 100%
    }

  .cart-footer .estimate-shipping .inputs label {
    display: block;
    width: 100%;
    font-size: 12px;
    color: var(--black-color)
  }

  .cart-footer .estimate-shipping .inputs input, .cart-footer .estimate-shipping .inputs select {
    width: 98%;
    font-size: 12px;
    color: var(--black-color);
    display: block
  }

  .shipping-options .required {
    position: absolute;
    top: 20px;
    right: 0
  }

  .payment-method .method-list li, .shipping-method .method-list li {
    margin: 20px 1%
  }

  .payment-info .info td:first-child {
    width: 375px !important
  }

  .payment-info .info td:only-child {
    width: 100% !important
  }

  .forum-actions .pager, .topic-actions .pager {
    max-width: 600px !important
  }

  .topic-post .post-text {
    width: 90%;
    max-width: 100%
  }
}

.swiper {
  width: 100%;
  height: 100%
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.swiper-pagination-bullet-active {
  padding: 5px;
  background-color: var(--black-color)
}

.swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}

a.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden
}

  a.skip:active,
  a.skip:focus,
  a.skip:hover {
    position: initial;
    top: 0;
    left: 0;
    display: block;
    height: auto;
    margin: 3px 0;
    overflow: visible;
    padding: 2px;
    color: var(--dark-gray-color);
    background: var(--white-color);
    text-decoration: underline;
    text-align: center;
    width: 100%;
    font-size: 16px
  }

.inputs.custom-attributes .option-list li {
  display: inline-block;
}

.poll-options .custom-control-label::before, .poll-options .custom-control-label::after {
  top: 1px
}

.check-label {
  display: none
}

.inputs.custom-attributes .option-list .custom-control, .inputs.custom-attributes .option-list .custom-radio, .inputs.custom-attributes .option-list .custom-checkbox {
}

.inputs.custom-attributes .option-list li:last-child {
  padding-right: 0;
  margin-right: 0
}

.rating-wrapper .custom-control-label {
  padding-left: 2px
}

.custom-control-label {
  padding-left: 24px;
}

.custom-control, .custom-radio, .custom-checkbox {
  position: relative;
  display: block;
  min-height: 1.5rem
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0
}

.custom-control-label {
  position: relative;
  margin-bottom: 0 !important;
  vertical-align: top !important;
  display: inline !important;
  margin-top: 1px !important;
  cursor: pointer
}

  .custom-control-label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: var(--white-color);
    border: #adb5bd solid 1px
  }

  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
  }

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: var(--white-color);
  border-color: #313131;
  background-color: #313131
}

.custom-control-label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-label::before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5)
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem
}
